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 Oct 26, 2024
1 parent 168136c commit 4244a4f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n/ar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OC.L10N.register(
"files_pdfviewer",
{
"PDF viewer" : "عارض ملفات الـ PDF",
"PDF viewer" : "عارض ملفات 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/)" : "يقوم بعرض ملفات الـ PDF مباشرة داخل نكست كلاود.\nبالإضافة لذلك، يقوم هذا التطبيق بعرض ملفات Adobe Illustrator ذات الامتداد (.ai). \nهذا التطبيق مبنى باستعمال مكتبة [pdf.js] (https://mozilla.github.io/pdf.js/)",
"File upload failed." : "تعذّر رفع الملف."
},
Expand Down
2 changes: 1 addition & 1 deletion l10n/ar.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "translations": {
"PDF viewer" : "عارض ملفات الـ PDF",
"PDF viewer" : "عارض ملفات 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/)" : "يقوم بعرض ملفات الـ PDF مباشرة داخل نكست كلاود.\nبالإضافة لذلك، يقوم هذا التطبيق بعرض ملفات Adobe Illustrator ذات الامتداد (.ai). \nهذا التطبيق مبنى باستعمال مكتبة [pdf.js] (https://mozilla.github.io/pdf.js/)",
"File upload failed." : "تعذّر رفع الملف."
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
Expand Down
8 changes: 8 additions & 0 deletions l10n/it.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
OC.L10N.register(
"files_pdfviewer",
{
"PDF viewer" : "Visualizzatore 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/)" : "Visualizza direttamente i documenti PDF sul tuo Nextcloud. \nCome ulteriore vantaggio, questa app può anche visualizzare i file Adobe Illustrator (.ai). \nOfferto da [pdf.js](https://mozilla.github.io/pdf.js/)",
"File upload failed." : "Caricamento del file non riuscito."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
6 changes: 6 additions & 0 deletions l10n/it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ "translations": {
"PDF viewer" : "Visualizzatore 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/)" : "Visualizza direttamente i documenti PDF sul tuo Nextcloud. \nCome ulteriore vantaggio, questa app può anche visualizzare i file Adobe Illustrator (.ai). \nOfferto da [pdf.js](https://mozilla.github.io/pdf.js/)",
"File upload failed." : "Caricamento del file non riuscito."
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

0 comments on commit 4244a4f

Please sign in to comment.