app-annotation.ts 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. const translation = {
  2. title: '標註',
  3. name: '標註回覆',
  4. editBy: '{{author}}編輯的答案',
  5. noData: {
  6. title: '沒有標註',
  7. description: '你可以在應用會話除錯中編輯標註,也可以在此批次匯入標註用於高質量回復。',
  8. },
  9. table: {
  10. header: {
  11. question: '提問',
  12. match: '匹配',
  13. response: '回覆',
  14. answer: '答案',
  15. createdAt: '建立時間',
  16. hits: '命中次數',
  17. actions: '操作',
  18. addAnnotation: '新增標註',
  19. bulkImport: '批次匯入',
  20. bulkExport: '批次匯出',
  21. clearAll: '刪除所有標註',
  22. },
  23. },
  24. editModal: {
  25. title: '編輯標註回覆',
  26. queryName: '使用者提問',
  27. answerName: '機器回覆',
  28. yourAnswer: '您的回覆',
  29. answerPlaceholder: '在這裡輸入您的回覆',
  30. yourQuery: '您的提問',
  31. queryPlaceholder: '在這裡輸入您的提問',
  32. removeThisCache: '刪除此標註',
  33. createdAt: '創建於',
  34. },
  35. addModal: {
  36. title: '新增標註回覆',
  37. queryName: '提問',
  38. answerName: '回覆',
  39. answerPlaceholder: '輸入回覆',
  40. queryPlaceholder: '輸入提問',
  41. createNext: '新增下一個標註回覆',
  42. },
  43. batchModal: {
  44. title: '批次匯入',
  45. csvUploadTitle: '將您的 CSV 檔案拖放到此處,或',
  46. browse: '選擇檔案',
  47. tip: 'CSV 檔案必須符合以下結構:',
  48. question: '問題',
  49. answer: '回答',
  50. contentTitle: '分段內容',
  51. content: '內容',
  52. template: '下載模板',
  53. cancel: '取消',
  54. run: '匯入',
  55. runError: '批次匯入失敗',
  56. processing: '批次處理中',
  57. completed: '匯入完成',
  58. error: '匯入出錯',
  59. ok: '確定',
  60. },
  61. errorMessage: {
  62. answerRequired: '回覆不能為空',
  63. queryRequired: '提問不能為空',
  64. },
  65. viewModal: {
  66. annotatedResponse: '標註回覆',
  67. hitHistory: '命中歷史',
  68. hit: '次命中',
  69. hits: '次命中',
  70. noHitHistory: '沒有命中歷史',
  71. },
  72. hitHistoryTable: {
  73. question: '問題',
  74. query: '提問',
  75. match: '匹配',
  76. response: '回覆',
  77. source: '來源',
  78. score: '分數',
  79. time: '時間',
  80. },
  81. initSetup: {
  82. title: '標註回覆初始設定',
  83. configTitle: '標註回覆設定',
  84. confirmBtn: '儲存並啟用',
  85. configConfirmBtn: '儲存',
  86. },
  87. embeddingModelSwitchTip: '標註文字向量化模型,切換模型會重新嵌入,產生額外費用消耗',
  88. }
  89. export default translation