balibabu
commited on
Commit
·
aa6dc45
1
Parent(s):
2df5d5b
feat: modify the chinese translation of self-rag #1069 (#1081)
Browse files### What problem does this PR solve?
feat: modify the chinese translation of self-rag #1069
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
web/src/locales/zh-traditional.ts
CHANGED
@@ -350,7 +350,7 @@ export default {
|
|
350 |
'這設置了模型輸出的最大長度,以標記(單詞或單詞片段)的數量來衡量。',
|
351 |
quote: '顯示引文',
|
352 |
quoteTip: '是否應該顯示原文出處?',
|
353 |
-
selfRag: '
|
354 |
selfRagTip: '請參考: https://huggingface.co/papers/2310.11511',
|
355 |
overview: '聊天 API',
|
356 |
pv: '消息數',
|
|
|
350 |
'這設置了模型輸出的最大長度,以標記(單詞或單詞片段)的數量來衡量。',
|
351 |
quote: '顯示引文',
|
352 |
quoteTip: '是否應該顯示原文出處?',
|
353 |
+
selfRag: 'Self-RAG',
|
354 |
selfRagTip: '請參考: https://huggingface.co/papers/2310.11511',
|
355 |
overview: '聊天 API',
|
356 |
pv: '消息數',
|
web/src/locales/zh.ts
CHANGED
@@ -367,7 +367,7 @@ export default {
|
|
367 |
'这设置了模型输出的最大长度,以标记(单词或单词片段)的数量来衡量。',
|
368 |
quote: '显示引文',
|
369 |
quoteTip: '是否应该显示原文出处?',
|
370 |
-
selfRag: '
|
371 |
selfRagTip: '请参考: https://huggingface.co/papers/2310.11511',
|
372 |
overview: '聊天 API',
|
373 |
pv: '消息数',
|
|
|
367 |
'这设置了模型输出的最大长度,以标记(单词或单词片段)的数量来衡量。',
|
368 |
quote: '显示引文',
|
369 |
quoteTip: '是否应该显示原文出处?',
|
370 |
+
selfRag: 'Self-RAG',
|
371 |
selfRagTip: '请参考: https://huggingface.co/papers/2310.11511',
|
372 |
overview: '聊天 API',
|
373 |
pv: '消息数',
|