From 03d07008476ff6de2e1de95cf292d048cd69ae6b Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 10 Sep 2022 04:16:19 +0000 Subject: [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/uk.js | 11 +++++++++++ l10n/uk.json | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 l10n/uk.js create mode 100644 l10n/uk.json (limited to 'l10n') diff --git a/l10n/uk.js b/l10n/uk.js new file mode 100644 index 0000000..22e05eb --- /dev/null +++ b/l10n/uk.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 % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/l10n/uk.json b/l10n/uk.json new file mode 100644 index 0000000..760ac73 --- /dev/null +++ b/l10n/uk.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 % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" +} \ No newline at end of file -- cgit v1.2.3