Skip to content

Commit 580bc79

Browse files
fix: translation
1 parent a8b2a8d commit 580bc79

File tree

2 files changed

+20
-22
lines changed

2 files changed

+20
-22
lines changed

ui/src/locales/lang/en-US/ai-chat.ts

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,16 @@ export default {
3737
continue: 'Continue',
3838
stopChat: 'Stop Response',
3939
startChat: 'Start Response',
40-
41-
vote: {
42-
likeTitle: 'What do you think makes you satisfied?',
43-
opposeTitle: 'Please tell us the reason for your dissatisfaction.',
44-
accurate: 'Content is accurate',
45-
inaccurate: 'Answer is inaccurate',
46-
complete: 'Content is complete',
47-
irrelevantAnswer: 'Answer is irrelevant',
48-
other: 'Other',
49-
placeholder: 'Tell us more about your relevant experiences',
50-
},
40+
},
41+
vote: {
42+
likeTitle: 'What do you think makes you satisfied?',
43+
opposeTitle: 'Please tell us the reason for your dissatisfaction.',
44+
accurate: 'Content is accurate',
45+
inaccurate: 'Answer is inaccurate',
46+
complete: 'Content is complete',
47+
irrelevantAnswer: 'Answer is irrelevant',
48+
other: 'Other',
49+
placeholder: 'Tell us more about your relevant experiences',
5150
},
5251
tip: {
5352
error500Message: 'Sorry, the service is currently under maintenance. Please try again later!',

ui/src/locales/lang/zh-Hant/ai-chat.ts

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,16 @@ export default {
3737
continue: '繼續',
3838
stopChat: '停止回答',
3939
startChat: '開始回答',
40-
41-
vote: {
42-
likeTitle: '你覺得什麼讓你滿意?',
43-
opposeTitle: '請告訴我們不滿意的原因',
44-
accurate: '內容準確',
45-
inaccurate: '回答不準確',
46-
complete: '內容完善',
47-
irrelevantAnswer: '回答不相關',
48-
other: '其他',
49-
placeholder: '告訴我們更多關於你的相關體驗',
50-
},
40+
},
41+
vote: {
42+
likeTitle: '你覺得什麼讓你滿意?',
43+
opposeTitle: '請告訴我們不滿意的原因',
44+
accurate: '內容準確',
45+
inaccurate: '回答不準確',
46+
complete: '內容完善',
47+
irrelevantAnswer: '回答不相關',
48+
other: '其他',
49+
placeholder: '告訴我們更多關於你的相關體驗',
5150
},
5251
tip: {
5352
error500Message: '抱歉,當前正在維護,無法提供服務,請稍後再試!',

0 commit comments

Comments
 (0)