@@ -76,10 +76,10 @@ const messages = {
7676 "title" : "对话" ,
7777 "newChat" : "新对话" ,
7878 "suggestedQuestions" : "你可以这样问我" ,
79- "suggestedQuestionsLoading" : "正在加载推荐问题 ..." ,
80- "followUpQuestions" : "接下来可以继续问 " ,
81- "followUpQuestionsLoading" : "整理后续问题 " ,
82- "refreshSuggestedQuestions" : "换一批推荐问题 " ,
79+ "suggestedQuestionsLoading" : "加载中 ..." ,
80+ "followUpQuestions" : "继续问 " ,
81+ "followUpQuestionsLoading" : "加载推荐问题 " ,
82+ "refreshSuggestedQuestions" : "换一批 " ,
8383 "inputPlaceholder" : "请输入您的消息..." ,
8484 "send" : "发送" ,
8585 "thinking" : "思考中..." ,
@@ -567,10 +567,10 @@ const messages = {
567567 "title" : "Chat" ,
568568 "newChat" : "New Chat" ,
569569 "suggestedQuestions" : "You can ask me" ,
570- "suggestedQuestionsLoading" : "Loading suggestions ..." ,
571- "followUpQuestions" : "Continue with a follow-up " ,
572- "followUpQuestionsLoading" : "Preparing follow-ups " ,
573- "refreshSuggestedQuestions" : "Refresh suggestions " ,
570+ "suggestedQuestionsLoading" : "Loading..." ,
571+ "followUpQuestions" : "Keep asking " ,
572+ "followUpQuestionsLoading" : "Loading suggested questions " ,
573+ "refreshSuggestedQuestions" : "More " ,
574574 "inputPlaceholder" : "Enter your message..." ,
575575 "send" : "Send" ,
576576 "thinking" : "Thinking..." ,
@@ -1044,10 +1044,11 @@ const koEmbedPublish = {
10441044 } ,
10451045 chat : {
10461046 suggestedQuestions : '이렇게 물어보세요' ,
1047- suggestedQuestionsLoading : '추천 질문 로딩 중...' ,
1048- followUpQuestions : '이어서 질문해 보세요' ,
1049- followUpQuestionsLoading : '후속 질문 준비 중' ,
1050- refreshSuggestedQuestions : '추천 질문 새로고침' ,
1047+ suggestedQuestionsLoading : '로딩 중...' ,
1048+ followUpQuestions : '이어서 질문' ,
1049+ followUpQuestionsLoading : '추천 질문 로딩 중' ,
1050+ thinkingAlt : '생각 중' ,
1051+ refreshSuggestedQuestions : '다른 질문' ,
10511052 imageTooMany : '이미지는 최대 5장까지 업로드할 수 있습니다' ,
10521053 imageTypeSizeError : 'JPG/PNG/GIF/WEBP만 지원하며, 각 파일은 10MB 이하여야 합니다' ,
10531054 imageReadFailed : '이미지를 읽지 못했습니다' ,
@@ -1131,10 +1132,11 @@ const ruEmbedPublish = {
11311132 } ,
11321133 chat : {
11331134 suggestedQuestions : 'Вы можете спросить так' ,
1134- suggestedQuestionsLoading : 'Загрузка предложений...' ,
1135- followUpQuestions : 'Продолжите уточняющим вопросом' ,
1136- followUpQuestionsLoading : 'Подготовка уточнений' ,
1137- refreshSuggestedQuestions : 'Обновить предложения' ,
1135+ suggestedQuestionsLoading : 'Загрузка...' ,
1136+ followUpQuestions : 'Спрашивайте дальше' ,
1137+ followUpQuestionsLoading : 'Загрузка рекомендуемых вопросов' ,
1138+ thinkingAlt : 'Обдумывание...' ,
1139+ refreshSuggestedQuestions : 'Ещё' ,
11381140 imageTooMany : 'Можно загрузить не более 5 изображений' ,
11391141 imageTypeSizeError : 'Поддерживаются только JPG/PNG/GIF/WEBP, каждый файл до 10 МБ' ,
11401142 imageReadFailed : 'Не удалось прочитать изображение' ,
0 commit comments