Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Feb 18, 2025
1 parent 6933358 commit fb70ab7
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 14 deletions.
27 changes: 21 additions & 6 deletions l10n/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ OC.L10N.register(
"text",
{
"The file was uploaded" : "S'ha pujat el fitxer",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer pujat excedeix la directiva upload_max_filesize del fitxer php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer pujat excedeix la directiva MAX_FILE_SIZE especificada en el formulari HTML",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer pujat excedeix la directiva upload_max_filesize a php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer pujat excedeix la directiva MAX_FILE_SIZE que s'ha especificat en el formulari HTML",
"The file was only partially uploaded" : "El fitxer només s'ha pujat parcialment",
"No file was uploaded" : "No s'ha pujat cap fitxer",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Missing a temporary folder" : "No es troba cap carpeta temporal",
"Could not write file to disk" : "No s'ha pogut escriure el fitxer en el disc",
"A PHP extension stopped the file upload" : "Una extensió del PHP ha aturat la pujada del fitxer",
"No file uploaded or file size exceeds maximum of %s" : "No s'ha pujat cap fitxer o la mida del fitxer supera el màxim de %s",
Expand All @@ -25,6 +25,7 @@ OC.L10N.register(
"Nextcloud Assistant" : "Assistent del Nextcloud",
"Translate" : "Tradueix",
"Show assistant results" : "Mostra els resultats de l'Assistent",
"Assistant results" : "Resultats de l'assistent",
"Insert result" : "Insereix el resultat",
"Show result" : "Mostra el resultat",
"Delete task" : "Suprimeix la tasca",
Expand All @@ -33,7 +34,7 @@ OC.L10N.register(
"Use current version" : "Utilitza la versió actual",
"Use the saved version" : "Utilitza la versió desada",
"Reload" : "Recarrega",
"Document has been changed outside of the editor. The changes cannot be applied" : "El document s'ha modificat fora de l'editor. No es poden aplicar els canvis.",
"Document has been changed outside of the editor. The changes cannot be applied" : "El document s'ha modificat fora de l'editor. No es poden aplicar els canvis",
"Document could not be loaded. Please check your internet connection." : "No s'ha pogut carregar el document. Comproveu la connexió a Internet.",
"Reconnect" : "Torna a connectar",
"Document idle for {timeout} minutes, click to continue editing" : "El document ha estat inactiu durant {timeout} minuts, feu clic per a seguir editant-lo",
Expand All @@ -44,13 +45,18 @@ OC.L10N.register(
"Edit guest name" : "Edita el nom de convidat",
"Guest" : "Convidat",
"Save guest name" : "Desa el nom de convidat",
"Uploading multiple attachments failed." : "No s'han pogut penjar diversos fitxers adjunts.",
"Uploading attachment failed: {error}" : "No s'ha pogut penjar el fitxer adjunt: {error}",
"Uploading attachment failed." : "No s'ha pogut penjar el fitxer adjunt.",
"Insert an attachment" : "Insereix un fitxer adjunt",
"Failed to insert from Files" : "No s'ha pogut inserir des de Fitxers",
"Preview options" : "Opcions de la previsualització",
"Text only" : "Només text",
"Show link preview" : "Mostra la previsualització dels enllaços",
"Open in new tab" : "Obre en una pestanya nova",
"Remove link" : "Suprimeix l'enllaç",
"guest" : "convidat",
"Full width editor" : "Editor d'amplada completa",
"Active people" : "Persones actives",
"Open the Smart Picker" : "Obre el selector intel·ligent",
"Save document" : "Desa el document",
Expand Down Expand Up @@ -152,7 +158,7 @@ OC.L10N.register(
"Copy code" : "Copia el codi",
"Code block options" : "Opcions de bloc de codi",
"Code block language" : "Llengua del bloc de codi",
"e.g. php, javascript, json…" : "p. ex., php, javascript, json...",
"e.g. php, javascript, json…" : "p. ex., php, javascript, json",
"Source code" : "Codi font",
"Diagram" : "Diagrama",
"Both" : "Tots dos",
Expand All @@ -171,6 +177,7 @@ OC.L10N.register(
"Add column after" : "Afegeix una columna després",
"Delete this column" : "Suprimeix aquesta columna",
"Delete this table" : "Suprimeix aquesta taula",
"Add row below" : "Afegeix una fila a continuació",
"Show folder description" : "Mostra la descripció de la carpeta",
"Hide outline" : "Amaga l'esquema",
"Show outline" : "Mostra l'esquema",
Expand All @@ -182,6 +189,13 @@ OC.L10N.register(
"Heading 5" : "Títol 5",
"Lists" : "Llistes",
"To-Do list" : "Llista de tasques pendents",
"Increase indentation" : "Augmenta el sagnat",
"Decrease indentation" : "Disminueix el sagnat",
"Blocks" : "Blocs",
"Info callout" : "Llegenda d'informació",
"Success callout" : "Llegenda d'èxit",
"Warning callout" : "Llegenda d'advertència",
"Danger callout" : "Llegenda de perill",
"Table" : "Taula",
"Details" : "Detalls",
"Insert link" : "Insereix un enllaç",
Expand All @@ -204,6 +218,7 @@ OC.L10N.register(
"Success" : "Correcte",
"Warning" : "Avís",
"Danger" : "Perill",
"Add notes, lists or links …" : "Afegiu notes, llistes o enllaços…"
"Add notes, lists or links …" : "Afegiu notes, llistes o enllaços…",
"Start writing, or try '/' to add, '@' to mention…" : "Comença a escriure o prova '/' per afegir, '@' per esmentar…"
},
"nplurals=2; plural=(n != 1);");
27 changes: 21 additions & 6 deletions l10n/ca.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ "translations": {
"The file was uploaded" : "S'ha pujat el fitxer",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer pujat excedeix la directiva upload_max_filesize del fitxer php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer pujat excedeix la directiva MAX_FILE_SIZE especificada en el formulari HTML",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El fitxer pujat excedeix la directiva upload_max_filesize a php.ini",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El fitxer pujat excedeix la directiva MAX_FILE_SIZE que s'ha especificat en el formulari HTML",
"The file was only partially uploaded" : "El fitxer només s'ha pujat parcialment",
"No file was uploaded" : "No s'ha pujat cap fitxer",
"Missing a temporary folder" : "Falta una carpeta temporal",
"Missing a temporary folder" : "No es troba cap carpeta temporal",
"Could not write file to disk" : "No s'ha pogut escriure el fitxer en el disc",
"A PHP extension stopped the file upload" : "Una extensió del PHP ha aturat la pujada del fitxer",
"No file uploaded or file size exceeds maximum of %s" : "No s'ha pujat cap fitxer o la mida del fitxer supera el màxim de %s",
Expand All @@ -23,6 +23,7 @@
"Nextcloud Assistant" : "Assistent del Nextcloud",
"Translate" : "Tradueix",
"Show assistant results" : "Mostra els resultats de l'Assistent",
"Assistant results" : "Resultats de l'assistent",
"Insert result" : "Insereix el resultat",
"Show result" : "Mostra el resultat",
"Delete task" : "Suprimeix la tasca",
Expand All @@ -31,7 +32,7 @@
"Use current version" : "Utilitza la versió actual",
"Use the saved version" : "Utilitza la versió desada",
"Reload" : "Recarrega",
"Document has been changed outside of the editor. The changes cannot be applied" : "El document s'ha modificat fora de l'editor. No es poden aplicar els canvis.",
"Document has been changed outside of the editor. The changes cannot be applied" : "El document s'ha modificat fora de l'editor. No es poden aplicar els canvis",
"Document could not be loaded. Please check your internet connection." : "No s'ha pogut carregar el document. Comproveu la connexió a Internet.",
"Reconnect" : "Torna a connectar",
"Document idle for {timeout} minutes, click to continue editing" : "El document ha estat inactiu durant {timeout} minuts, feu clic per a seguir editant-lo",
Expand All @@ -42,13 +43,18 @@
"Edit guest name" : "Edita el nom de convidat",
"Guest" : "Convidat",
"Save guest name" : "Desa el nom de convidat",
"Uploading multiple attachments failed." : "No s'han pogut penjar diversos fitxers adjunts.",
"Uploading attachment failed: {error}" : "No s'ha pogut penjar el fitxer adjunt: {error}",
"Uploading attachment failed." : "No s'ha pogut penjar el fitxer adjunt.",
"Insert an attachment" : "Insereix un fitxer adjunt",
"Failed to insert from Files" : "No s'ha pogut inserir des de Fitxers",
"Preview options" : "Opcions de la previsualització",
"Text only" : "Només text",
"Show link preview" : "Mostra la previsualització dels enllaços",
"Open in new tab" : "Obre en una pestanya nova",
"Remove link" : "Suprimeix l'enllaç",
"guest" : "convidat",
"Full width editor" : "Editor d'amplada completa",
"Active people" : "Persones actives",
"Open the Smart Picker" : "Obre el selector intel·ligent",
"Save document" : "Desa el document",
Expand Down Expand Up @@ -150,7 +156,7 @@
"Copy code" : "Copia el codi",
"Code block options" : "Opcions de bloc de codi",
"Code block language" : "Llengua del bloc de codi",
"e.g. php, javascript, json…" : "p. ex., php, javascript, json...",
"e.g. php, javascript, json…" : "p. ex., php, javascript, json",
"Source code" : "Codi font",
"Diagram" : "Diagrama",
"Both" : "Tots dos",
Expand All @@ -169,6 +175,7 @@
"Add column after" : "Afegeix una columna després",
"Delete this column" : "Suprimeix aquesta columna",
"Delete this table" : "Suprimeix aquesta taula",
"Add row below" : "Afegeix una fila a continuació",
"Show folder description" : "Mostra la descripció de la carpeta",
"Hide outline" : "Amaga l'esquema",
"Show outline" : "Mostra l'esquema",
Expand All @@ -180,6 +187,13 @@
"Heading 5" : "Títol 5",
"Lists" : "Llistes",
"To-Do list" : "Llista de tasques pendents",
"Increase indentation" : "Augmenta el sagnat",
"Decrease indentation" : "Disminueix el sagnat",
"Blocks" : "Blocs",
"Info callout" : "Llegenda d'informació",
"Success callout" : "Llegenda d'èxit",
"Warning callout" : "Llegenda d'advertència",
"Danger callout" : "Llegenda de perill",
"Table" : "Taula",
"Details" : "Detalls",
"Insert link" : "Insereix un enllaç",
Expand All @@ -202,6 +216,7 @@
"Success" : "Correcte",
"Warning" : "Avís",
"Danger" : "Perill",
"Add notes, lists or links …" : "Afegiu notes, llistes o enllaços…"
"Add notes, lists or links …" : "Afegiu notes, llistes o enllaços…",
"Start writing, or try '/' to add, '@' to mention…" : "Comença a escriure o prova '/' per afegir, '@' per esmentar…"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
1 change: 1 addition & 0 deletions l10n/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ OC.L10N.register(
"Text" : "Tekst",
"📝 Collaborative document editing" : "📝 Kollaborativ dokumentredigering",
"** 📝 Collaborative document editing!**\n\n- **📝 Focused writing:** No distractions, only the formatting you need.\n- **🙋 Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!\n- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.\n- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!" : "** 📝 Kollaborativ dokumentredigering! **\n\n- ** 📝 Fokuseret skrivning: ** Ingen distraktioner, kun den formatering, du har brug for.\n- ** 🙋 Arbejd sammen: ** Del og samarbejd med venner og kolleger, uanset om de bruger Nextcloud eller ej!\n- ** 💾 Åbent format: ** Filer gemmes som [Markdown] (https://da.wikipedia.org/wiki/Markdown), så du kan også redigere dem fra enhver anden tekstapp.\n- ** ✊ Stærkt fundament: ** Vi bruger [🐈 tiptap] (https://tiptap.scrumpy.io), som er baseret på [🦉 ProseMirror] (https://prosemirror.net) - kæmpe tak til dem!",
"Nextcloud Assistant" : "Nextcloud assistent",
"Translate" : "Oversæt",
"Delete task" : "Slet opgave",
"Use current version" : "Brug aktuel version",
Expand Down
1 change: 1 addition & 0 deletions l10n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"Text" : "Tekst",
"📝 Collaborative document editing" : "📝 Kollaborativ dokumentredigering",
"** 📝 Collaborative document editing!**\n\n- **📝 Focused writing:** No distractions, only the formatting you need.\n- **🙋 Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!\n- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.\n- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!" : "** 📝 Kollaborativ dokumentredigering! **\n\n- ** 📝 Fokuseret skrivning: ** Ingen distraktioner, kun den formatering, du har brug for.\n- ** 🙋 Arbejd sammen: ** Del og samarbejd med venner og kolleger, uanset om de bruger Nextcloud eller ej!\n- ** 💾 Åbent format: ** Filer gemmes som [Markdown] (https://da.wikipedia.org/wiki/Markdown), så du kan også redigere dem fra enhver anden tekstapp.\n- ** ✊ Stærkt fundament: ** Vi bruger [🐈 tiptap] (https://tiptap.scrumpy.io), som er baseret på [🦉 ProseMirror] (https://prosemirror.net) - kæmpe tak til dem!",
"Nextcloud Assistant" : "Nextcloud assistent",
"Translate" : "Oversæt",
"Delete task" : "Slet opgave",
"Use current version" : "Brug aktuel version",
Expand Down
2 changes: 1 addition & 1 deletion l10n/lv.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OC.L10N.register(
"Cancel" : "Atcelt",
"URL" : "URL",
"Update link" : "Atjaunināt saiti",
"Select language" : "Izvēlies valodu",
"Select language" : "Atlasīt valodu",
"to" : "kam",
"Replace" : "Aizvietot",
"Edit" : "Labot",
Expand Down
2 changes: 1 addition & 1 deletion l10n/lv.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"Cancel" : "Atcelt",
"URL" : "URL",
"Update link" : "Atjaunināt saiti",
"Select language" : "Izvēlies valodu",
"Select language" : "Atlasīt valodu",
"to" : "kam",
"Replace" : "Aizvietot",
"Edit" : "Labot",
Expand Down

0 comments on commit fb70ab7

Please sign in to comment.