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-13 06:41:09 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-13 06:41:09 +0300
commit1c6437cbdf365f1f8b275d992987306a8bdad7a5 (patch)
tree28d37cfb25b69480061667ef8fccaa6a1ad5dfa5 /l10n
parent76de4ee395e87c7a47bceed8d173be0cb334f395 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/ru.js11
-rw-r--r--l10n/ru.json9
2 files changed, 20 insertions, 0 deletions
diff --git a/l10n/ru.js b/l10n/ru.js
new file mode 100644
index 0000000..42e9cf5
--- /dev/null
+++ b/l10n/ru.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=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/l10n/ru.json b/l10n/ru.json
new file mode 100644
index 0000000..9a0f251
--- /dev/null
+++ b/l10n/ru.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=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
+} \ No newline at end of file