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 <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Nov 24, 2023
1 parent 0b9249a commit 478a956
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 0 deletions.
8 changes: 8 additions & 0 deletions l10n/en_GB.js
@@ -0,0 +1,8 @@
OC.L10N.register(
"files_pdfviewer",
{
"PDF viewer" : "PDF viewer",
"Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)" : "Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)",
"File upload failed." : "File upload failed."
},
"nplurals=2; plural=(n != 1);");
6 changes: 6 additions & 0 deletions l10n/en_GB.json
@@ -0,0 +1,6 @@
{ "translations": {
"PDF viewer" : "PDF viewer",
"Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)" : "Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)",
"File upload failed." : "File upload failed."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
8 changes: 8 additions & 0 deletions l10n/es.js
@@ -0,0 +1,8 @@
OC.L10N.register(
"files_pdfviewer",
{
"PDF viewer" : "Visor de PDF",
"Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)" : "Visualiza documentos PDF directamente en tu Nextcloud.\nComo ventaja añadida, esta app puede visualizar archivos de Adobe Illustrator (.ai) files.\nFunciona gracias a [pdf.js](https://mozilla.github.io/pdf.js/)",
"File upload failed." : "Subida de archivo falló."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
6 changes: 6 additions & 0 deletions l10n/es.json
@@ -0,0 +1,6 @@
{ "translations": {
"PDF viewer" : "Visor de PDF",
"Directly view PDF documents in your Nextcloud. \nAs an added bonus, this app can also display Adobe Illustrator (.ai) files. \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)" : "Visualiza documentos PDF directamente en tu Nextcloud.\nComo ventaja añadida, esta app puede visualizar archivos de Adobe Illustrator (.ai) files.\nFunciona gracias a [pdf.js](https://mozilla.github.io/pdf.js/)",
"File upload failed." : "Subida de archivo falló."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}
6 changes: 6 additions & 0 deletions l10n/ro.js
@@ -0,0 +1,6 @@
OC.L10N.register(
"files_pdfviewer",
{
"File upload failed." : "Eroare la încărcarea fișierului."
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
4 changes: 4 additions & 0 deletions l10n/ro.json
@@ -0,0 +1,4 @@
{ "translations": {
"File upload failed." : "Eroare la încărcarea fișierului."
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
}

0 comments on commit 478a956

Please sign in to comment.