Skip to content

Commit a5299bb

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 811387d commit a5299bb

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

l10n/it.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
OC.L10N.register(
22
"context_chat",
33
{
4+
"Deleted file" : "File eliminato",
45
"Prompt" : "Prompt",
6+
"list of providers" : "lista di fornitori",
7+
"Max result number" : "Numero massimo di risultati",
58
"Sources" : "Sorgenti",
9+
"Context Chat" : "Chat contestual",
610
"Ask a question about your data." : "Poni una domanda sui tuoi dati.",
11+
"Ask a question about your documents, files and more" : "Poni una domanda riguardo i tuoi documenti, files ed altro",
12+
"list of sources or providers" : "lista di fonti o fornitori",
713
"Generated response" : "Risposta generata",
14+
"The text generated by the model" : "Il testo generato dal modello",
15+
"Nextcloud Assistant Context Chat" : "Chat con l'assistente contestuale di Nextcloud",
16+
"Chat with your documents" : "Chatta con i tuoi documenti",
817
"never" : "mai",
918
"{time} ago" : "{time} fa"
1019
},

l10n/it.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{ "translations": {
2+
"Deleted file" : "File eliminato",
23
"Prompt" : "Prompt",
4+
"list of providers" : "lista di fornitori",
5+
"Max result number" : "Numero massimo di risultati",
36
"Sources" : "Sorgenti",
7+
"Context Chat" : "Chat contestual",
48
"Ask a question about your data." : "Poni una domanda sui tuoi dati.",
9+
"Ask a question about your documents, files and more" : "Poni una domanda riguardo i tuoi documenti, files ed altro",
10+
"list of sources or providers" : "lista di fonti o fornitori",
511
"Generated response" : "Risposta generata",
12+
"The text generated by the model" : "Il testo generato dal modello",
13+
"Nextcloud Assistant Context Chat" : "Chat con l'assistente contestuale di Nextcloud",
14+
"Chat with your documents" : "Chatta con i tuoi documenti",
615
"never" : "mai",
716
"{time} ago" : "{time} fa"
817
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"

0 commit comments

Comments
 (0)