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-02-28 07:00:52 +0300
committerNextcloud bot <bot@nextcloud.com>2022-02-28 07:00:52 +0300
commitd23fbcd40c944371c4d4533ce0f40ede8709848a (patch)
treef1a769eaa6c5990a4a1b3bce9880297d89be284f /l10n
parent3ae76af71071d9b994dade562c7e7ad0ea373cae (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/hu.js11
-rw-r--r--l10n/hu.json9
2 files changed, 20 insertions, 0 deletions
diff --git a/l10n/hu.js b/l10n/hu.js
new file mode 100644
index 0000000..24da0d3
--- /dev/null
+++ b/l10n/hu.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "checksum",
+ {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "A(z) „%s” algoritmustípus nem érvényes vagy nem támogatott.",
+ "File not found." : "A fájl nem található.",
+ "Checksum" : "Ellenőrzőösszeg",
+ "Creating a hash checksum of a file." : "Fájlok ellenőrzőösszegének előállítása.",
+ "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." : "Lehetővé teszi, hogy előállítsa egy fájl ellenőrzőösszegét.\n A lehetséges algoritmusok: md5, sha1, sha256, sha384, sha512 és crc32.\n\n Csak nyissa meg a fájl részleteit (oldalsáv). Ott kell lennie egy új „Ellenőrzőösszeg” lapnak.\n Válasszon egy algoritmust, és megpróbálja előállítani az ellenőrzőösszeget.\n Ha másik algoritmust szeretne, csak kattintson az újratöltés gombra.",
+ "Choose Algorithm" : "Válasszon algoritmust"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/hu.json b/l10n/hu.json
new file mode 100644
index 0000000..a9390d2
--- /dev/null
+++ b/l10n/hu.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "The algorithm type \"%s\" is not a valid or supported algorithm type." : "A(z) „%s” algoritmustípus nem érvényes vagy nem támogatott.",
+ "File not found." : "A fájl nem található.",
+ "Checksum" : "Ellenőrzőösszeg",
+ "Creating a hash checksum of a file." : "Fájlok ellenőrzőösszegének előállítása.",
+ "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." : "Lehetővé teszi, hogy előállítsa egy fájl ellenőrzőösszegét.\n A lehetséges algoritmusok: md5, sha1, sha256, sha384, sha512 és crc32.\n\n Csak nyissa meg a fájl részleteit (oldalsáv). Ott kell lennie egy új „Ellenőrzőösszeg” lapnak.\n Válasszon egy algoritmust, és megpróbálja előállítani az ellenőrzőösszeget.\n Ha másik algoritmust szeretne, csak kattintson az újratöltés gombra.",
+ "Choose Algorithm" : "Válasszon algoritmust"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file