mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
chore(i18n): sync translations with en-US (#31630)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
78198c6452
commit
e98c1adfbf
@ -31,6 +31,7 @@
|
||||
"list.action.pause": "Pauză",
|
||||
"list.action.resume": "Reia",
|
||||
"list.action.settings": "Setări de segment",
|
||||
"list.action.summary": "Generați rezumat",
|
||||
"list.action.sync": "Sincronizează",
|
||||
"list.action.unarchive": "Dezarhivează",
|
||||
"list.action.uploadFile": "Încarcă un fișier nou",
|
||||
@ -75,6 +76,9 @@
|
||||
"list.status.indexing": "Indexare",
|
||||
"list.status.paused": "Întrerupt",
|
||||
"list.status.queuing": "În coadă",
|
||||
"list.summary.generating": "Generare...",
|
||||
"list.summary.generatingSummary": "Generare rezumat",
|
||||
"list.summary.ready": "Rezumat gata",
|
||||
"list.table.header.action": "ACȚIUNE",
|
||||
"list.table.header.chunkingMode": "MOD DE FRAGMENTARE",
|
||||
"list.table.header.fileName": "NUMELE FIȘIERULUI",
|
||||
@ -329,5 +333,7 @@
|
||||
"segment.searchResults_one": "REZULTAT",
|
||||
"segment.searchResults_other": "REZULTATELE",
|
||||
"segment.searchResults_zero": "REZULTAT",
|
||||
"segment.summary": "REZUMAT",
|
||||
"segment.summaryPlaceholder": "Scrieți un rezumat scurt pentru o recuperare mai bună…",
|
||||
"segment.vectorHash": "Vector hash: "
|
||||
}
|
||||
|
||||
@ -39,6 +39,12 @@
|
||||
"form.retrievalSettings": "Setări de recuperare",
|
||||
"form.save": "Salvare",
|
||||
"form.searchModel": "Căutare model",
|
||||
"form.summaryAutoGen": "Generare Automată Rezumat",
|
||||
"form.summaryAutoGenEnableTip": "Odată activat, rezumatele vor fi generate automat pentru documentele nou adăugate. Documentele existente pot fi încă rezumate manual.",
|
||||
"form.summaryAutoGenTip": "Rezumatele sunt generate automat pentru documentele nou adăugate. Documentele existente pot fi încă rezumate manual.",
|
||||
"form.summaryInstructions": "Instrucțiuni",
|
||||
"form.summaryInstructionsPlaceholder": "Descrieți regulile sau stilul pentru rezumatele generate automat…",
|
||||
"form.summaryModel": "Model Rezumat",
|
||||
"form.upgradeHighQualityTip": "După ce faceți upgrade la modul Înaltă calitate, revenirea la modul Economic nu este disponibilă",
|
||||
"title": "Setări de cunoștințe"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user