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 Jan 11, 2025
1 parent 7ccf117 commit b411f07
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions l10n/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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/)" : "PDFドキュメントをNextcloudで直接表示できます。\nさらに、このアプリはAdobe Illustrator (.ai) ファイルも表示できます。\nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)",
"To view a shared PDF file, the download needs to be allowed for this file share" : "共有されたPDFファイルを表示するには、このファイル共有でダウンロードを許可する必要があります",
"File upload failed." : "アップロードに失敗しました。"
},
"nplurals=1; plural=0;");
2 changes: 2 additions & 0 deletions l10n/ja.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{ "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/)" : "PDFドキュメントをNextcloudで直接表示できます。\nさらに、このアプリはAdobe Illustrator (.ai) ファイルも表示できます。\nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)",
"To view a shared PDF file, the download needs to be allowed for this file share" : "共有されたPDFファイルを表示するには、このファイル共有でダウンロードを許可する必要があります",
"File upload failed." : "アップロードに失敗しました。"
},"pluralForm" :"nplurals=1; plural=0;"
}
1 change: 1 addition & 0 deletions l10n/sk.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ OC.L10N.register(
{
"PDF viewer" : "PDF prehliadač",
"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/)" : "Zobrazujte PDF dokumenty priamo vo vašom Nextcloude. \nAko bonus dokáže táto aplikácia zobraziť aj súbory Adobe Illustrator (.ai). \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)",
"To view a shared PDF file, the download needs to be allowed for this file share" : "Ak chcete zobraziť zdieľaný súbor PDF, sťahovanie musí byť povolené pre toto zdieľanie súboru",
"File upload failed." : "Nahrávanie súboru zlyhalo."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
1 change: 1 addition & 0 deletions l10n/sk.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ "translations": {
"PDF viewer" : "PDF prehliadač",
"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/)" : "Zobrazujte PDF dokumenty priamo vo vašom Nextcloude. \nAko bonus dokáže táto aplikácia zobraziť aj súbory Adobe Illustrator (.ai). \nPowered by [pdf.js](https://mozilla.github.io/pdf.js/)",
"To view a shared PDF file, the download needs to be allowed for this file share" : "Ak chcete zobraziť zdieľaný súbor PDF, sťahovanie musí byť povolené pre toto zdieľanie súboru",
"File upload failed." : "Nahrávanie súboru zlyhalo."
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
}

0 comments on commit b411f07

Please sign in to comment.