From 3482edd919bb79eab5a29fbfc80b49cbd27f49bf Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 15 Aug 2024 00:56:15 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/hu.js | 8 ++++++++ l10n/hu.json | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 l10n/hu.js create mode 100644 l10n/hu.json diff --git a/l10n/hu.js b/l10n/hu.js new file mode 100644 index 00000000..c04b0525 --- /dev/null +++ b/l10n/hu.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "files_pdfviewer", + { + "PDF viewer" : "PDF-nézegető", + "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 dokumentumok közvetlen megtekintése a Nextcloudban. \nTovábbi bónuszként ez az alkalmazás képes az Adobe Illustrator (.ai) fájlok megjelenítésére is. \nKészítette: [pdf.js](https://mozilla.github.io/pdf.js/)", + "File upload failed." : "A fájlfeltöltés sikertelen" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/hu.json b/l10n/hu.json new file mode 100644 index 00000000..a732fce1 --- /dev/null +++ b/l10n/hu.json @@ -0,0 +1,6 @@ +{ "translations": { + "PDF viewer" : "PDF-nézegető", + "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 dokumentumok közvetlen megtekintése a Nextcloudban. \nTovábbi bónuszként ez az alkalmazás képes az Adobe Illustrator (.ai) fájlok megjelenítésére is. \nKészítette: [pdf.js](https://mozilla.github.io/pdf.js/)", + "File upload failed." : "A fájlfeltöltés sikertelen" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file