You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. const translation = {
  2. title: 'Annotazioni',
  3. name: 'Risposta Annotazione',
  4. editBy: 'Risposta modificata da {{author}}',
  5. noData: {
  6. title: 'Nessuna annotazione',
  7. description:
  8. 'Puoi modificare le annotazioni durante il debug dell\'app o importare annotazioni in blocco qui per una risposta di alta qualità.',
  9. },
  10. table: {
  11. header: {
  12. question: 'domanda',
  13. answer: 'risposta',
  14. createdAt: 'creato il',
  15. hits: 'hit',
  16. actions: 'azioni',
  17. addAnnotation: 'Aggiungi Annotazione',
  18. bulkImport: 'Importazione Bulk',
  19. bulkExport: 'Esportazione Bulk',
  20. clearAll: 'Cancella Tutte le Annotazioni',
  21. clearAllConfirm: 'Eliminare tutte le annotazioni?',
  22. },
  23. },
  24. editModal: {
  25. title: 'Modifica Risposta Annotazione',
  26. queryName: 'Query Utente',
  27. answerName: 'Bot Narratore',
  28. yourAnswer: 'La tua Risposta',
  29. answerPlaceholder: 'Scrivi qui la tua risposta',
  30. yourQuery: 'La tua Query',
  31. queryPlaceholder: 'Scrivi qui la tua query',
  32. removeThisCache: 'Rimuovi questa Annotazione',
  33. createdAt: 'Creato il',
  34. },
  35. addModal: {
  36. title: 'Aggiungi Risposta Annotazione',
  37. queryName: 'Domanda',
  38. answerName: 'Risposta',
  39. answerPlaceholder: 'Scrivi qui la risposta',
  40. queryPlaceholder: 'Scrivi qui la query',
  41. createNext: 'Aggiungi un\'altra risposta annotata',
  42. },
  43. batchModal: {
  44. title: 'Importazione Bulk',
  45. csvUploadTitle: 'Trascina e rilascia il tuo file CSV qui, oppure ',
  46. browse: 'sfoglia',
  47. tip: 'Il file CSV deve conformarsi alla seguente struttura:',
  48. question: 'domanda',
  49. answer: 'risposta',
  50. contentTitle: 'contenuto chunk',
  51. content: 'contenuto',
  52. template: 'Scarica il modello qui',
  53. cancel: 'Annulla',
  54. run: 'Esegui Batch',
  55. runError: 'Errore nell\'esecuzione del batch',
  56. processing: 'Elaborazione batch in corso',
  57. completed: 'Importazione completata',
  58. error: 'Errore di Importazione',
  59. ok: 'OK',
  60. },
  61. errorMessage: {
  62. answerRequired: 'La risposta è obbligatoria',
  63. queryRequired: 'La domanda è obbligatoria',
  64. },
  65. viewModal: {
  66. annotatedResponse: 'Risposta Annotazione',
  67. hitHistory: 'Storico Hit',
  68. hit: 'Hit',
  69. hits: 'Hit',
  70. noHitHistory: 'Nessuno storico hit',
  71. },
  72. hitHistoryTable: {
  73. query: 'Query',
  74. match: 'Corrispondenza',
  75. response: 'Risposta',
  76. source: 'Fonte',
  77. score: 'Punteggio',
  78. time: 'Ora',
  79. },
  80. initSetup: {
  81. title: 'Configurazione Iniziale Risposta Annotazione',
  82. configTitle: 'Configurazione Risposta Annotazione',
  83. confirmBtn: 'Salva & Abilita',
  84. configConfirmBtn: 'Salva',
  85. },
  86. embeddingModelSwitchTip:
  87. 'Modello di vettorizzazione del testo di annotazione, il cambio di modello comporterà una nuova integrazione, comportando costi aggiuntivi.',
  88. list: {
  89. delete: {
  90. title: 'Sei sicuro di voler eliminare?',
  91. },
  92. },
  93. batchAction: {
  94. delete: 'Elimina',
  95. cancel: 'Annulla',
  96. selected: 'selezionato',
  97. },
  98. }
  99. export default translation