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-04-15 06:50:20 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-15 06:50:20 +0300
commit314aad9c2bf9dfa07c2d8e602797817dd0f46bf2 (patch)
tree2d7b4117da2e0131818c402e911e68ad480b450c /l10n
parent103788d270afe0deb458d2688d9a83a0b2cbab43 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/bg.js11
-rw-r--r--l10n/bg.json9
2 files changed, 20 insertions, 0 deletions
diff --git a/l10n/bg.js b/l10n/bg.js
new file mode 100644
index 0000000..b06b378
--- /dev/null
+++ b/l10n/bg.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/bg.json b/l10n/bg.json
new file mode 100644
index 0000000..3fc91a2
--- /dev/null
+++ b/l10n/bg.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