選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

app-annotation.ts 2.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. const translation = {
  2. noData: {
  3. title: 'Tidak ada anotasi',
  4. description: 'Anda dapat mengedit anotasi selama penelusuran kesalahan aplikasi atau mengimpor anotasi secara massal di sini untuk respons berkualitas tinggi.',
  5. },
  6. table: {
  7. header: {
  8. answer: 'Jawaban',
  9. question: 'pertanyaan',
  10. createdAt: 'dibuat di',
  11. hits: 'Kecocokan',
  12. addAnnotation: 'Tambahkan Anotasi',
  13. bulkImport: 'Impor Massal',
  14. clearAllConfirm: 'Menghapus semua anotasi?',
  15. bulkExport: 'Ekspor Massal',
  16. clearAll: 'Hapus Semua',
  17. actions: 'Tindakan',
  18. },
  19. },
  20. editModal: {
  21. answerPlaceholder: 'Ketik jawaban Anda di sini',
  22. removeThisCache: 'Hapus Anotasi ini',
  23. title: 'Edit Balas Anotasi',
  24. yourAnswer: 'Jawaban Anda',
  25. queryName: 'Kueri Pengguna',
  26. queryPlaceholder: 'Ketik kueri Anda di sini',
  27. yourQuery: 'Pertanyaan Anda',
  28. createdAt: 'Dibuat di',
  29. answerName: 'Bot Pendongeng',
  30. },
  31. addModal: {
  32. answerName: 'Jawaban',
  33. title: 'Tambahkan Anotasi Balasan',
  34. queryName: 'Pertanyaan',
  35. createNext: 'Tambahkan respons beranotasi lainnya',
  36. queryPlaceholder: 'Ketik kueri di sini',
  37. answerPlaceholder: 'Ketik jawaban di sini',
  38. },
  39. batchModal: {
  40. ok: 'OKE',
  41. content: 'puas',
  42. error: 'Kesalahan Impor',
  43. runError: 'Menjalankan batch gagal',
  44. run: 'Jalankan Batch',
  45. cancel: 'Membatalkan',
  46. title: 'Impor Massal',
  47. browse: 'Telusuri',
  48. template: 'Unduh templat di sini',
  49. tip: 'File CSV harus sesuai dengan struktur berikut:',
  50. answer: 'Jawaban',
  51. contentTitle: 'konten potongan',
  52. processing: 'Dalam pemrosesan batch',
  53. completed: 'Impor selesai',
  54. csvUploadTitle: 'Seret dan lepas file CSV Anda di sini, atau',
  55. question: 'pertanyaan',
  56. },
  57. list: {
  58. delete: {
  59. title: 'Apakah Anda yakin Hapus?',
  60. },
  61. },
  62. batchAction: {
  63. selected: 'Dipilih',
  64. delete: 'Menghapus',
  65. cancel: 'Membatalkan',
  66. },
  67. errorMessage: {
  68. queryRequired: 'Pertanyaan diperlukan',
  69. answerRequired: 'Jawaban diperlukan',
  70. },
  71. viewModal: {
  72. hit: 'Kecocokan',
  73. hitHistory: 'Riwayat Kecocokan',
  74. noHitHistory: 'Tidak ada riwayat kecocokan',
  75. annotatedResponse: 'Balas Anotasi',
  76. hits: 'Kecocokan',
  77. },
  78. hitHistoryTable: {
  79. response: 'Jawaban',
  80. match: 'Kecocokan',
  81. query: 'Kueri',
  82. source: 'Sumber',
  83. time: 'Waktu',
  84. score: 'Skor',
  85. },
  86. initSetup: {
  87. confirmBtn: 'Simpan & Aktifkan',
  88. configTitle: 'Pengaturan Balasan Anotasi',
  89. title: 'Pengaturan Awal Balasan Anotasi',
  90. configConfirmBtn: 'Simpan',
  91. },
  92. title: 'Anotasi',
  93. name: 'Balas Anotasi',
  94. embeddingModelSwitchTip: 'Model vektorisasi teks anotasi, model switching akan disematkan kembali, menghasilkan biaya tambahan.',
  95. }
  96. export default translation