Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-05 14:30:30 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-05 14:30:30 +0300
commitf198e04d9961ce380ef13faecb87735ca84aaf17 (patch)
tree2c4af9a0431da491815d45ac7f7942594c2c699f /l10n
parentd0782365d78b2b23d285802de458d775d246c93b (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/cs.js11
-rw-r--r--l10n/cs.json9
-rw-r--r--l10n/de.js11
-rw-r--r--l10n/de.json9
-rw-r--r--l10n/de_DE.js11
-rw-r--r--l10n/de_DE.json9
-rw-r--r--l10n/es.js11
-rw-r--r--l10n/es.json9
-rw-r--r--l10n/eu.js7
-rw-r--r--l10n/eu.json5
-rw-r--r--l10n/fa.js11
-rw-r--r--l10n/fa.json9
-rw-r--r--l10n/fr.js10
-rw-r--r--l10n/fr.json8
-rw-r--r--l10n/it.js11
-rw-r--r--l10n/it.json9
-rw-r--r--l10n/ja.js11
-rw-r--r--l10n/ja.json9
-rw-r--r--l10n/lt_LT.js8
-rw-r--r--l10n/lt_LT.json6
-rw-r--r--l10n/nl.js11
-rw-r--r--l10n/nl.json9
-rw-r--r--l10n/pl.js11
-rw-r--r--l10n/pl.json9
-rw-r--r--l10n/pt_BR.js11
-rw-r--r--l10n/pt_BR.json9
-rw-r--r--l10n/sk.js11
-rw-r--r--l10n/sk.json9
-rw-r--r--l10n/sl.js11
-rw-r--r--l10n/sl.json9
-rw-r--r--l10n/sv.js11
-rw-r--r--l10n/sv.json9
-rw-r--r--l10n/tr.js11
-rw-r--r--l10n/tr.json9
-rw-r--r--l10n/vi.js11
-rw-r--r--l10n/vi.json9
-rw-r--r--l10n/zh_CN.js10
-rw-r--r--l10n/zh_CN.json8
-rw-r--r--l10n/zh_HK.js11
-rw-r--r--l10n/zh_HK.json9
-rw-r--r--l10n/zh_TW.js11
-rw-r--r--l10n/zh_TW.json9
42 files changed, 402 insertions, 0 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
new file mode 100644
index 0000000..e705185
--- /dev/null
+++ b/l10n/cs.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Algoritmus typu „%s“ není platným nebo podporovaným typem algoritmu.",
+ "File not found." : "Soubor nenalezen.",
+ "Checksum" : "Kontrolní součet",
+ "Creating a hash checksum of a file." : "Vytváří se otisk kontrolního součtu souboru.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Umožňuje uživatelům vytvářet otisky kontrolních součtů a vytvářet tak kontrolní součty souborů.\n Možné algoritmy jsou md5, sha1, sha256, sha384, sha512 a crc32.\n\n Stačí pouze otevřít zobrazení podrobností o souboru (postranní panel). Měla by se zde nacházet nová karta nazvaná „Kontrolní součet“\n Vyberte algoritmus a pokusí se vytvořit otisk.\n Pokud chcete použít jiný algoritmus, stačí kliknout na tlačítko „Načíst znovu“.",
+ "Choose Algorithm" : "Zvolte algoritmus"
+},
+"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/l10n/cs.json b/l10n/cs.json
new file mode 100644
index 0000000..e47238c
--- /dev/null
+++ b/l10n/cs.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Algoritmus typu „%s“ není platným nebo podporovaným typem algoritmu.",
+ "File not found." : "Soubor nenalezen.",
+ "Checksum" : "Kontrolní součet",
+ "Creating a hash checksum of a file." : "Vytváří se otisk kontrolního součtu souboru.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Umožňuje uživatelům vytvářet otisky kontrolních součtů a vytvářet tak kontrolní součty souborů.\n Možné algoritmy jsou md5, sha1, sha256, sha384, sha512 a crc32.\n\n Stačí pouze otevřít zobrazení podrobností o souboru (postranní panel). Měla by se zde nacházet nová karta nazvaná „Kontrolní součet“\n Vyberte algoritmus a pokusí se vytvořit otisk.\n Pokud chcete použít jiný algoritmus, stačí kliknout na tlačítko „Načíst znovu“.",
+ "Choose Algorithm" : "Zvolte algoritmus"
+},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
+} \ No newline at end of file
diff --git a/l10n/de.js b/l10n/de.js
new file mode 100644
index 0000000..ee2bb29
--- /dev/null
+++ b/l10n/de.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Der Algorithmus-Typ \"%s\" ist kein gültiger oder unterstützter Algorithmus-Typ",
+ "File not found." : "Datei nicht gefunden",
+ "Checksum" : "Prüfsumme",
+ "Creating a hash checksum of a file." : "Erstellen einer Hash-Prüfsumme einer Datei",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Ermöglicht den Benutzern, eine Hash-Prüfsumme einer Datei zu erstellen.\n  Mögliche Algorithmen sind md5, sha1, sha256, sha384, sha512 und crc32.\n\n  Öffne einfach die Detailansicht der Datei (Seitenleiste). Es sollte eine neue Registerkarte mit der Bezeichnung \"Prüfsumme\" geben.\n  Wähle einen Algorithmus aus und es wird versucht, einen Hash zu erzeugen. \n Wenn Du einen anderen Algorithmus wünschen, klicke einfach auf die Schaltfläche \"Neu laden\".",
+ "Choose Algorithm" : "Algorithmus auswählen"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de.json b/l10n/de.json
new file mode 100644
index 0000000..fd6bf35
--- /dev/null
+++ b/l10n/de.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Der Algorithmus-Typ \"%s\" ist kein gültiger oder unterstützter Algorithmus-Typ",
+ "File not found." : "Datei nicht gefunden",
+ "Checksum" : "Prüfsumme",
+ "Creating a hash checksum of a file." : "Erstellen einer Hash-Prüfsumme einer Datei",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Ermöglicht den Benutzern, eine Hash-Prüfsumme einer Datei zu erstellen.\n  Mögliche Algorithmen sind md5, sha1, sha256, sha384, sha512 und crc32.\n\n  Öffne einfach die Detailansicht der Datei (Seitenleiste). Es sollte eine neue Registerkarte mit der Bezeichnung \"Prüfsumme\" geben.\n  Wähle einen Algorithmus aus und es wird versucht, einen Hash zu erzeugen. \n Wenn Du einen anderen Algorithmus wünschen, klicke einfach auf die Schaltfläche \"Neu laden\".",
+ "Choose Algorithm" : "Algorithmus auswählen"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
new file mode 100644
index 0000000..1240871
--- /dev/null
+++ b/l10n/de_DE.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Der Algorithmus-Typ \"%s\" ist kein gültiger oder unterstützter Algorithmus-Typ.",
+ "File not found." : "Datei nicht gefunden.",
+ "Checksum" : "Prüfsumme",
+ "Creating a hash checksum of a file." : "Erstellen einer Hash-Prüfsumme über eine Datei.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Ermöglicht den Benutzern, eine Hash-Prüfsumme über eine Datei zu erstellen.\n  Mögliche Algorithmen sind md5, sha1, sha256, sha384, sha512 und crc32.\n\n  Öffnen Sie einfach die Detailansicht der Datei (Seitenleiste). Es sollte eine neue Registerkarte mit der Bezeichnung \"Prüfsumme\" geben.\n  Wählen Sie einen Algorithmus aus und es wird versucht, einen Hash zu erzeugen. \n Wenn Sie einen anderen Algorithmus wünschen, klicken Sie einfach auf die Schaltfläche \"Neu laden\".",
+ "Choose Algorithm" : "Algorithmus auswählen"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
new file mode 100644
index 0000000..7fe648c
--- /dev/null
+++ b/l10n/de_DE.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Der Algorithmus-Typ \"%s\" ist kein gültiger oder unterstützter Algorithmus-Typ.",
+ "File not found." : "Datei nicht gefunden.",
+ "Checksum" : "Prüfsumme",
+ "Creating a hash checksum of a file." : "Erstellen einer Hash-Prüfsumme über eine Datei.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Ermöglicht den Benutzern, eine Hash-Prüfsumme über eine Datei zu erstellen.\n  Mögliche Algorithmen sind md5, sha1, sha256, sha384, sha512 und crc32.\n\n  Öffnen Sie einfach die Detailansicht der Datei (Seitenleiste). Es sollte eine neue Registerkarte mit der Bezeichnung \"Prüfsumme\" geben.\n  Wählen Sie einen Algorithmus aus und es wird versucht, einen Hash zu erzeugen. \n Wenn Sie einen anderen Algorithmus wünschen, klicken Sie einfach auf die Schaltfläche \"Neu laden\".",
+ "Choose Algorithm" : "Algorithmus auswählen"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/es.js b/l10n/es.js
new file mode 100644
index 0000000..382a090
--- /dev/null
+++ b/l10n/es.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "El tipo de algoritmo \"%s\" no es válido o no está sorportado.",
+ "File not found." : "Archivo no encontrado.",
+ "Checksum" : "Checksum",
+ "Creating a hash checksum of a file." : "Crear el hash checksum de un archivo.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Permite a los usuarios crear el hash checksum de un archivo.\n Los algoritmos posibles son md5, sha1, sha256, sha384, sha512 y crc32.\n\n Simplemente abre la vista de detalles de un archivo (barra lateral). Debería aparecer una nueva pestaña llamada \"Checksum\".\n Selecciona un algoritmo y la app intentará generar el hash.\n Si quieres otro algoritmo, simplemente pulsa el botón para recargar el formulario.",
+ "Choose Algorithm" : "Elige un algoritmo"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es.json b/l10n/es.json
new file mode 100644
index 0000000..1333fa6
--- /dev/null
+++ b/l10n/es.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "El tipo de algoritmo \"%s\" no es válido o no está sorportado.",
+ "File not found." : "Archivo no encontrado.",
+ "Checksum" : "Checksum",
+ "Creating a hash checksum of a file." : "Crear el hash checksum de un archivo.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Permite a los usuarios crear el hash checksum de un archivo.\n Los algoritmos posibles son md5, sha1, sha256, sha384, sha512 y crc32.\n\n Simplemente abre la vista de detalles de un archivo (barra lateral). Debería aparecer una nueva pestaña llamada \"Checksum\".\n Selecciona un algoritmo y la app intentará generar el hash.\n Si quieres otro algoritmo, simplemente pulsa el botón para recargar el formulario.",
+ "Choose Algorithm" : "Elige un algoritmo"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/eu.js b/l10n/eu.js
new file mode 100644
index 0000000..19e1662
--- /dev/null
+++ b/l10n/eu.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "File not found." : "Ez da fitxategirik aurkitu.",
+ "Choose Algorithm" : "Aukeratu algoritmoa"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/eu.json b/l10n/eu.json
new file mode 100644
index 0000000..d1ff48c
--- /dev/null
+++ b/l10n/eu.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "File not found." : "Ez da fitxategirik aurkitu.",
+ "Choose Algorithm" : "Aukeratu algoritmoa"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/fa.js b/l10n/fa.js
new file mode 100644
index 0000000..04632ac
--- /dev/null
+++ b/l10n/fa.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "نوع الگوریتم \"%s\" معتبر نیست یا پشتیبانی نمی‌شود.",
+ "File not found." : "فایل یافت نشد.",
+ "Checksum" : "جمع‌آزما",
+ "Creating a hash checksum of a file." : "در حال ساخت هش جمع‌آزمای فایل",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "به کاربران برای ساخت هش جمع‌آزمای فایل اجازه می‌دهد .\nالگوریتم‌های ممکن عبارتند از md5, sha1, sha256, sha384, sha512 و crc32.\n\nفقط قسمت جزئیات فایل (نوار کناری) را باز کنید. باید سربرگ جدیدی به نام «جمع‌آزما» آنجا وجود داشته باشد.\nالگوریتمی را انتخاب کنید و آن برای شما یک هش تولید می‌کند.\nاگر الگوریتم دیگری را می‌خواهید، کافی است روی دکمه بارگزاری مجدد کلیک کنید.",
+ "Choose Algorithm" : "انتخاب الگوریتم"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fa.json b/l10n/fa.json
new file mode 100644
index 0000000..cfa980b
--- /dev/null
+++ b/l10n/fa.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "نوع الگوریتم \"%s\" معتبر نیست یا پشتیبانی نمی‌شود.",
+ "File not found." : "فایل یافت نشد.",
+ "Checksum" : "جمع‌آزما",
+ "Creating a hash checksum of a file." : "در حال ساخت هش جمع‌آزمای فایل",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "به کاربران برای ساخت هش جمع‌آزمای فایل اجازه می‌دهد .\nالگوریتم‌های ممکن عبارتند از md5, sha1, sha256, sha384, sha512 و crc32.\n\nفقط قسمت جزئیات فایل (نوار کناری) را باز کنید. باید سربرگ جدیدی به نام «جمع‌آزما» آنجا وجود داشته باشد.\nالگوریتمی را انتخاب کنید و آن برای شما یک هش تولید می‌کند.\nاگر الگوریتم دیگری را می‌خواهید، کافی است روی دکمه بارگزاری مجدد کلیک کنید.",
+ "Choose Algorithm" : "انتخاب الگوریتم"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/l10n/fr.js b/l10n/fr.js
new file mode 100644
index 0000000..8467d97
--- /dev/null
+++ b/l10n/fr.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Le type d'algorithme \"%s\" est invalide ou n'est pas un algorithme supporté.",
+ "File not found." : "Fichier non trouvé.",
+ "Checksum" : "Somme de contrôle",
+ "Creating a hash checksum of a file." : "Créer la somme de contrôle d'un fichier.",
+ "Choose Algorithm" : "Sélectionnez un algorithme"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
new file mode 100644
index 0000000..f2a1c95
--- /dev/null
+++ b/l10n/fr.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Le type d'algorithme \"%s\" est invalide ou n'est pas un algorithme supporté.",
+ "File not found." : "Fichier non trouvé.",
+ "Checksum" : "Somme de contrôle",
+ "Creating a hash checksum of a file." : "Créer la somme de contrôle d'un fichier.",
+ "Choose Algorithm" : "Sélectionnez un algorithme"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/l10n/it.js b/l10n/it.js
new file mode 100644
index 0000000..a4f9156
--- /dev/null
+++ b/l10n/it.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Il tipo di algoritmo \"%s\" non è valido o non è supportato.",
+ "File not found." : "File non trovato.",
+ "Checksum" : "Checksum",
+ "Creating a hash checksum of a file." : "Creazione di un checksum hash di un file.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Permetti agli utenti di creare un checksum hash di un file.\n Gli algoritmi possibili sono md5, sha1, sha256, sha384, sha512 e crc32.\n\n Apri i dettagli del file (barra laterale). Dovrebbe esserci una nuova scheda chiamata \"Checksum\".\n Seleziona un algoritmo e proverà a generare un hash.\n Se vuoi un altro algoritmo, clicca il pulsante ricarica.",
+ "Choose Algorithm" : "Scegli algoritmo"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/it.json b/l10n/it.json
new file mode 100644
index 0000000..bde913a
--- /dev/null
+++ b/l10n/it.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Il tipo di algoritmo \"%s\" non è valido o non è supportato.",
+ "File not found." : "File non trovato.",
+ "Checksum" : "Checksum",
+ "Creating a hash checksum of a file." : "Creazione di un checksum hash di un file.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Permetti agli utenti di creare un checksum hash di un file.\n Gli algoritmi possibili sono md5, sha1, sha256, sha384, sha512 e crc32.\n\n Apri i dettagli del file (barra laterale). Dovrebbe esserci una nuova scheda chiamata \"Checksum\".\n Seleziona un algoritmo e proverà a generare un hash.\n Se vuoi un altro algoritmo, clicca il pulsante ricarica.",
+ "Choose Algorithm" : "Scegli algoritmo"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/ja.js b/l10n/ja.js
new file mode 100644
index 0000000..335763d
--- /dev/null
+++ b/l10n/ja.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "アルゴリズム \"%s\" は有効でないか、サポートされていません。",
+ "File not found." : "ファイルが見つかりません",
+ "Checksum" : "チェックサム",
+ "Creating a hash checksum of a file." : "ファイルのハッシュ値を作成しています。",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "ファイルのハッシュ値が作成できるようになります。\n使用可能なアルゴリズムは、md5、sha1、sha256、sha384、sha512、crc32です。\n\nファイルの詳細(サイドバー)を開けば「チェックサム」という新しいタブがあるはずです。\nアルゴリズムを選択すると、ハッシュ値の生成を試みます。\n他のアルゴリズムを使用する際はリロードボタンをクリックしてください。",
+ "Choose Algorithm" : "アルゴリズムを選択"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/ja.json b/l10n/ja.json
new file mode 100644
index 0000000..ce6c220
--- /dev/null
+++ b/l10n/ja.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "アルゴリズム \"%s\" は有効でないか、サポートされていません。",
+ "File not found." : "ファイルが見つかりません",
+ "Checksum" : "チェックサム",
+ "Creating a hash checksum of a file." : "ファイルのハッシュ値を作成しています。",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "ファイルのハッシュ値が作成できるようになります。\n使用可能なアルゴリズムは、md5、sha1、sha256、sha384、sha512、crc32です。\n\nファイルの詳細(サイドバー)を開けば「チェックサム」という新しいタブがあるはずです。\nアルゴリズムを選択すると、ハッシュ値の生成を試みます。\n他のアルゴリズムを使用する際はリロードボタンをクリックしてください。",
+ "Choose Algorithm" : "アルゴリズムを選択"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
new file mode 100644
index 0000000..17cb6c8
--- /dev/null
+++ b/l10n/lt_LT.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Algoritmo tipas „%s“ nėra tinkamas ar palaikomas algoritmo tipas.",
+ "File not found." : "Failas nerastas.",
+ "Checksum" : "Kontrolinė suma"
+},
+"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json
new file mode 100644
index 0000000..e8b7501
--- /dev/null
+++ b/l10n/lt_LT.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Algoritmo tipas „%s“ nėra tinkamas ar palaikomas algoritmo tipas.",
+ "File not found." : "Failas nerastas.",
+ "Checksum" : "Kontrolinė suma"
+},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
+} \ No newline at end of file
diff --git a/l10n/nl.js b/l10n/nl.js
new file mode 100644
index 0000000..3d3f819
--- /dev/null
+++ b/l10n/nl.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Het algoritmetype \"%s\" is geen geldig of ondersteund algoritmetype.",
+ "File not found." : "Bestand niet gevonden.",
+ "Checksum" : "Controlesom",
+ "Creating a hash checksum of a file." : "Een hash-controlesom van het bestand maken.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Hiermee kunnen gebruikers een hash-controlesom van een bestand maken.\nMogelijke algoritmes zijn md5, sha1, sha256, sha384, sha512 en crc32.\n\nOpen simpelweg de teailweergave van het bestand (Zijbalk). Er zou een nieuw tabblad moeten zijn met de naam \"Controlesome\".\nSelecteer een algoritme en het zal proberen een hash te genereren.\nAls u een ander algoritme wilt, klikt u simpelweg op de herlaadknop.",
+ "Choose Algorithm" : "Kies Algoritme"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/nl.json b/l10n/nl.json
new file mode 100644
index 0000000..71d08fc
--- /dev/null
+++ b/l10n/nl.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Het algoritmetype \"%s\" is geen geldig of ondersteund algoritmetype.",
+ "File not found." : "Bestand niet gevonden.",
+ "Checksum" : "Controlesom",
+ "Creating a hash checksum of a file." : "Een hash-controlesom van het bestand maken.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Hiermee kunnen gebruikers een hash-controlesom van een bestand maken.\nMogelijke algoritmes zijn md5, sha1, sha256, sha384, sha512 en crc32.\n\nOpen simpelweg de teailweergave van het bestand (Zijbalk). Er zou een nieuw tabblad moeten zijn met de naam \"Controlesome\".\nSelecteer een algoritme en het zal proberen een hash te genereren.\nAls u een ander algoritme wilt, klikt u simpelweg op de herlaadknop.",
+ "Choose Algorithm" : "Kies Algoritme"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/pl.js b/l10n/pl.js
new file mode 100644
index 0000000..7e04fc2
--- /dev/null
+++ b/l10n/pl.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Typ algorytmu \"%s\" nie jest prawidłowym ani obsługiwanym typem algorytmu.",
+ "File not found." : "Nie znaleziono pliku.",
+ "Checksum" : "Suma kontrolna",
+ "Creating a hash checksum of a file." : "Tworzenie sumy kontrolnej (hash) pliku.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Umożliwia użytkownikom tworzenie sumy kontrolnej (hash) pliku.\n Możliwe algorytmy to md5, sha1, sha256, sha384, sha512 i crc32.\n\n Wystarczy otworzyć widok szczegółów pliku (pasek boczny), w którym powinna pojawić się nowa zakładka o nazwie \"Suma kontrolna\".\n Wybierz algorytm i spróbuj wygenerować hash.\nJeśli chcesz inny algorytm, po prostu kliknij przycisk przeładuj.",
+ "Choose Algorithm" : "Wybierz algorytm"
+},
+"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/l10n/pl.json b/l10n/pl.json
new file mode 100644
index 0000000..5b1dce3
--- /dev/null
+++ b/l10n/pl.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Typ algorytmu \"%s\" nie jest prawidłowym ani obsługiwanym typem algorytmu.",
+ "File not found." : "Nie znaleziono pliku.",
+ "Checksum" : "Suma kontrolna",
+ "Creating a hash checksum of a file." : "Tworzenie sumy kontrolnej (hash) pliku.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Umożliwia użytkownikom tworzenie sumy kontrolnej (hash) pliku.\n Możliwe algorytmy to md5, sha1, sha256, sha384, sha512 i crc32.\n\n Wystarczy otworzyć widok szczegółów pliku (pasek boczny), w którym powinna pojawić się nowa zakładka o nazwie \"Suma kontrolna\".\n Wybierz algorytm i spróbuj wygenerować hash.\nJeśli chcesz inny algorytm, po prostu kliknij przycisk przeładuj.",
+ "Choose Algorithm" : "Wybierz algorytm"
+},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
+} \ No newline at end of file
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
new file mode 100644
index 0000000..44557cd
--- /dev/null
+++ b/l10n/pt_BR.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "O tipo de algoritmo \"1%s\" não é um tipo de algoritmo válido ou compatível.",
+ "File not found." : "Arquivo não encontrado.",
+ "Checksum" : "Checksum",
+ "Creating a hash checksum of a file." : "Criando uma soma de verificação hash de um arquivo.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Permite que os usuários criem uma soma de verificação hash de um arquivo.\nOs algoritmos possíveis são md5, sha1, sha256, sha384, sha512 e crc32.\n\nBasta abrir a visualização de detalhes do arquivo (barra lateral). Deve haver uma nova guia chamada \"Checksum\".\nSelecione um algoritmo e ele tentará gerar um hash.\nSe você quiser um outro algoritmo, basta clicar no botão recarregar.",
+ "Choose Algorithm" : "Escolha o Algoritmo"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
new file mode 100644
index 0000000..d2ba9cf
--- /dev/null
+++ b/l10n/pt_BR.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "O tipo de algoritmo \"1%s\" não é um tipo de algoritmo válido ou compatível.",
+ "File not found." : "Arquivo não encontrado.",
+ "Checksum" : "Checksum",
+ "Creating a hash checksum of a file." : "Criando uma soma de verificação hash de um arquivo.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Permite que os usuários criem uma soma de verificação hash de um arquivo.\nOs algoritmos possíveis são md5, sha1, sha256, sha384, sha512 e crc32.\n\nBasta abrir a visualização de detalhes do arquivo (barra lateral). Deve haver uma nova guia chamada \"Checksum\".\nSelecione um algoritmo e ele tentará gerar um hash.\nSe você quiser um outro algoritmo, basta clicar no botão recarregar.",
+ "Choose Algorithm" : "Escolha o Algoritmo"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/l10n/sk.js b/l10n/sk.js
new file mode 100644
index 0000000..877364e
--- /dev/null
+++ b/l10n/sk.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Typ algoritmu \"%s\" nie je platným alebo podporovaným typom algoritmu.",
+ "File not found." : "Súbor nenájdený.",
+ "Checksum" : "Kontrolný súčet",
+ "Creating a hash checksum of a file." : "Vytváram hash kontrolného súčtu súboru.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Umožňuje používateľom vytvoriť hash kontrolný súčet súboru.\nMožné algoritmy sú md5, sha1, sha256, sha384, sha512 a crc32.\n\nStačí otvoriť zobrazenie podrobností súboru (bočný panel). Otvorí sa nová karta s názvom „Kontrolný súčet“.\nVyberte algoritmus a vygeneruje sa hash.\nAk chcete iný algoritmus, stačí kliknúť na tlačidlo znovu načítať.",
+ "Choose Algorithm" : "Vybrať algoritmus"
+},
+"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/sk.json b/l10n/sk.json
new file mode 100644
index 0000000..6aaf29a
--- /dev/null
+++ b/l10n/sk.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Typ algoritmu \"%s\" nie je platným alebo podporovaným typom algoritmu.",
+ "File not found." : "Súbor nenájdený.",
+ "Checksum" : "Kontrolný súčet",
+ "Creating a hash checksum of a file." : "Vytváram hash kontrolného súčtu súboru.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Umožňuje používateľom vytvoriť hash kontrolný súčet súboru.\nMožné algoritmy sú md5, sha1, sha256, sha384, sha512 a crc32.\n\nStačí otvoriť zobrazenie podrobností súboru (bočný panel). Otvorí sa nová karta s názvom „Kontrolný súčet“.\nVyberte algoritmus a vygeneruje sa hash.\nAk chcete iný algoritmus, stačí kliknúť na tlačidlo znovu načítať.",
+ "Choose Algorithm" : "Vybrať algoritmus"
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
+} \ No newline at end of file
diff --git a/l10n/sl.js b/l10n/sl.js
new file mode 100644
index 0000000..44a4597
--- /dev/null
+++ b/l10n/sl.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Vrsta algoritma »%s« ni veljavna oziroma podprta vrsta algoritma.",
+ "File not found." : "Datoteke ni mogoče najti.",
+ "Checksum" : "Nadzorna koda",
+ "Creating a hash checksum of a file." : "Ustvarjanje nadzorne kode skladnosti datoteke.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Uporabnikom omogoča ustvarjanje nadzornih vsot oziroma kod za ugotavljanje skladnosti datotek.\n  Podprti algoritmi so md5, sha1, sha256, sha384, sha512 in crc32.\n\n Enostavno odprite pogled s podrobnostmi datoteke (stranska vrstica), kjer je na voljo možnost z imenom »Nadzorna koda«.\n Izberite algoritem, s katerim želite ustvariti kodo.\n Za izbor drugega algoritma, pritisnite gumb za ponovno nalaganje.",
+ "Choose Algorithm" : "Izbor algoritma"
+},
+"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/l10n/sl.json b/l10n/sl.json
new file mode 100644
index 0000000..218c395
--- /dev/null
+++ b/l10n/sl.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Vrsta algoritma »%s« ni veljavna oziroma podprta vrsta algoritma.",
+ "File not found." : "Datoteke ni mogoče najti.",
+ "Checksum" : "Nadzorna koda",
+ "Creating a hash checksum of a file." : "Ustvarjanje nadzorne kode skladnosti datoteke.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Uporabnikom omogoča ustvarjanje nadzornih vsot oziroma kod za ugotavljanje skladnosti datotek.\n  Podprti algoritmi so md5, sha1, sha256, sha384, sha512 in crc32.\n\n Enostavno odprite pogled s podrobnostmi datoteke (stranska vrstica), kjer je na voljo možnost z imenom »Nadzorna koda«.\n Izberite algoritem, s katerim želite ustvariti kodo.\n Za izbor drugega algoritma, pritisnite gumb za ponovno nalaganje.",
+ "Choose Algorithm" : "Izbor algoritma"
+},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
+} \ No newline at end of file
diff --git a/l10n/sv.js b/l10n/sv.js
new file mode 100644
index 0000000..608067e
--- /dev/null
+++ b/l10n/sv.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Algoritmtypen \"%s\" är inte giltig eller så stöds den inte.",
+ "File not found." : "Filen hittades ej.",
+ "Checksum" : "Checksumma",
+ "Creating a hash checksum of a file." : "Skapar en hash-checksumma för filen.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Tillåt användaren att skapa hash-checksummor för filer.\n Möjliga algoritmer är md5, sha1, sha256, sha384, sha512 och crc32.\n\n Öppna detaljvyn för filen (sidopanelen). Där finns en ny flik \"Checksumma\".\n Välj en algoritm och en hash-checksumma skapas.\n Om du vill använda en annan algoritm, klicka på ladda om-knappen.",
+ "Choose Algorithm" : "Välj algoritm"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sv.json b/l10n/sv.json
new file mode 100644
index 0000000..7102aac
--- /dev/null
+++ b/l10n/sv.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Algoritmtypen \"%s\" är inte giltig eller så stöds den inte.",
+ "File not found." : "Filen hittades ej.",
+ "Checksum" : "Checksumma",
+ "Creating a hash checksum of a file." : "Skapar en hash-checksumma för filen.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Tillåt användaren att skapa hash-checksummor för filer.\n Möjliga algoritmer är md5, sha1, sha256, sha384, sha512 och crc32.\n\n Öppna detaljvyn för filen (sidopanelen). Där finns en ny flik \"Checksumma\".\n Välj en algoritm och en hash-checksumma skapas.\n Om du vill använda en annan algoritm, klicka på ladda om-knappen.",
+ "Choose Algorithm" : "Välj algoritm"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/tr.js b/l10n/tr.js
new file mode 100644
index 0000000..a5f3bb0
--- /dev/null
+++ b/l10n/tr.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "\"%s\" algoritma türü geçersiz ya da desteklenmiyor.",
+ "File not found." : "Dosya bulunamadı.",
+ "Checksum" : "Sağlama",
+ "Creating a hash checksum of a file." : "Bir dosyanın karma sağlaması oluşturuluyor.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Kullanıcıların bir dosya karmasının sağlamasını oluşturmasını sağlar.\n Kullanılabilecek algoritmalar: md5, sha1, sha256, sha384, sha512 ve crc32.\n\n Bir dosyanın ayrıntılarını açtıktan sonra (yan çubuktan). \"Sağlama\" sekmesini görmelisiniz.\n Bir algoritma seçtiğinizde karma oluşturulmaya çalışılır.\n Başka bir algoritma kullanmak isterseniz yeniden yükle düğmesine tıklayın.",
+ "Choose Algorithm" : "Algoritma seçin"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/l10n/tr.json b/l10n/tr.json
new file mode 100644
index 0000000..e64bdf8
--- /dev/null
+++ b/l10n/tr.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "\"%s\" algoritma türü geçersiz ya da desteklenmiyor.",
+ "File not found." : "Dosya bulunamadı.",
+ "Checksum" : "Sağlama",
+ "Creating a hash checksum of a file." : "Bir dosyanın karma sağlaması oluşturuluyor.",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Kullanıcıların bir dosya karmasının sağlamasını oluşturmasını sağlar.\n Kullanılabilecek algoritmalar: md5, sha1, sha256, sha384, sha512 ve crc32.\n\n Bir dosyanın ayrıntılarını açtıktan sonra (yan çubuktan). \"Sağlama\" sekmesini görmelisiniz.\n Bir algoritma seçtiğinizde karma oluşturulmaya çalışılır.\n Başka bir algoritma kullanmak isterseniz yeniden yükle düğmesine tıklayın.",
+ "Choose Algorithm" : "Algoritma seçin"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/l10n/vi.js b/l10n/vi.js
new file mode 100644
index 0000000..cd919e3
--- /dev/null
+++ b/l10n/vi.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Loại thuật toán \"%s\" không khả dụng hoặc là một loại thuật toán không được hỗ trợ.",
+ "File not found." : "Không tìm thấy tệp tin.",
+ "Checksum" : "Giá trị tổng kiểm",
+ "Creating a hash checksum of a file." : "Đang tạo một mã băm giá trị tổng kiểm của tệp tin. ",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Cho phép người dùng tạo một mã băm giá trị tổng kiểm của một tệp tin.\n Thuật tuán khả dụng bao gồm md5, sha1, sha256, sha384, sha512 and crc32.\n Chỉ cần mở bảng xem chi tiết của tệp (Sidebar). Sẽ có một tab mới với tên gọi \"Giá trị tổng kiểm\".\n Chọn một thuật toán và nó sẽ tính toán ra một mã băm phù hợp.\n Nếu bạn muốn một thuật toán khác, chỉ cần bấm vào nút nạp lại.",
+ "Choose Algorithm" : "Chọn Thuật Toán"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/vi.json b/l10n/vi.json
new file mode 100644
index 0000000..bfbea69
--- /dev/null
+++ b/l10n/vi.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "Loại thuật toán \"%s\" không khả dụng hoặc là một loại thuật toán không được hỗ trợ.",
+ "File not found." : "Không tìm thấy tệp tin.",
+ "Checksum" : "Giá trị tổng kiểm",
+ "Creating a hash checksum of a file." : "Đang tạo một mã băm giá trị tổng kiểm của tệp tin. ",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "Cho phép người dùng tạo một mã băm giá trị tổng kiểm của một tệp tin.\n Thuật tuán khả dụng bao gồm md5, sha1, sha256, sha384, sha512 and crc32.\n Chỉ cần mở bảng xem chi tiết của tệp (Sidebar). Sẽ có một tab mới với tên gọi \"Giá trị tổng kiểm\".\n Chọn một thuật toán và nó sẽ tính toán ra một mã băm phù hợp.\n Nếu bạn muốn một thuật toán khác, chỉ cần bấm vào nút nạp lại.",
+ "Choose Algorithm" : "Chọn Thuật Toán"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
new file mode 100644
index 0000000..56f88bd
--- /dev/null
+++ b/l10n/zh_CN.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "算法类型\"%s\"无效或不受支持",
+ "File not found." : "未找到文件",
+ "Checksum" : "校验和",
+ "Creating a hash checksum of a file." : "创建文件的哈希校验和",
+ "Choose Algorithm" : "选择算法"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
new file mode 100644
index 0000000..02befb3
--- /dev/null
+++ b/l10n/zh_CN.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "算法类型\"%s\"无效或不受支持",
+ "File not found." : "未找到文件",
+ "Checksum" : "校验和",
+ "Creating a hash checksum of a file." : "创建文件的哈希校验和",
+ "Choose Algorithm" : "选择算法"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js
new file mode 100644
index 0000000..152137b
--- /dev/null
+++ b/l10n/zh_HK.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "算法類型“%s”不是有效的或受支持的算法類型。",
+ "File not found." : "未找到文件",
+ "Checksum" : "校驗和",
+ "Creating a hash checksum of a file." : "創建檔案的哈希校驗和。",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "允許用戶創建檔案的哈希校驗和(hash checksum)。\n可能的算法有 md5、sha1、sha256、sha384、sha512 和 crc32。\n\n只需打開檔案的詳細信息視圖(邊欄)。 應該有一個名為“校驗和”的新選項卡。\n選擇一個算法,它會嘗試生成一個散列。\n如果您想要其他算法,只需單擊重新加載按鈕。",
+ "Choose Algorithm" : "選擇算法"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json
new file mode 100644
index 0000000..08c9edc
--- /dev/null
+++ b/l10n/zh_HK.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "算法類型“%s”不是有效的或受支持的算法類型。",
+ "File not found." : "未找到文件",
+ "Checksum" : "校驗和",
+ "Creating a hash checksum of a file." : "創建檔案的哈希校驗和。",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "允許用戶創建檔案的哈希校驗和(hash checksum)。\n可能的算法有 md5、sha1、sha256、sha384、sha512 和 crc32。\n\n只需打開檔案的詳細信息視圖(邊欄)。 應該有一個名為“校驗和”的新選項卡。\n選擇一個算法,它會嘗試生成一個散列。\n如果您想要其他算法,只需單擊重新加載按鈕。",
+ "Choose Algorithm" : "選擇算法"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js
new file mode 100644
index 0000000..748699b
--- /dev/null
+++ b/l10n/zh_TW.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "「%s」並非有效或支援的演算法類型。",
+ "File not found." : "找不到檔案。",
+ "Checksum" : "檢查碼",
+ "Creating a hash checksum of a file." : "產生此檔案的檢查碼。",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "允許使用者為檔案產生檢查碼。\n可用的演算法包含md5、sha1、sha256、sha384、sha512以及crc32。\n打開檔案內容(為於側邊欄),將會看到一個名為「檢查碼」的新選項。\n嘗試選擇一個演算法生成檢查碼。\n若要挑選其他演算法,僅需按下重新整理按鈕。",
+ "Choose Algorithm" : "選擇演算法"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json
new file mode 100644
index 0000000..003955f
--- /dev/null
+++ b/l10n/zh_TW.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "「%s」並非有效或支援的演算法類型。",
+ "File not found." : "找不到檔案。",
+ "Checksum" : "檢查碼",
+ "Creating a hash checksum of a file." : "產生此檔案的檢查碼。",
+ "Allows users to create a hash checksum of a file.\n Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\n Just open the details view of the file (Sidebar). There should be a new tab called \"Checksum\".\n Select a algorithm and it will try to generate a hash.\n If you want an other algorithm, just click on the reload button." : "允許使用者為檔案產生檢查碼。\n可用的演算法包含md5、sha1、sha256、sha384、sha512以及crc32。\n打開檔案內容(為於側邊欄),將會看到一個名為「檢查碼」的新選項。\n嘗試選擇一個演算法生成檢查碼。\n若要挑選其他演算法,僅需按下重新整理按鈕。",
+ "Choose Algorithm" : "選擇演算法"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file