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

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-08 05:44:38 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-08 05:44:38 +0300
commite85d671575fbc1386fd7810bfccdb96565e68391 (patch)
tree8639132b42f853fce22b93cb5f73310179121c3f
parent8d9658d7c3983a0ea697bdce6e3bf2c8841fb0b4 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/uk.js3
-rw-r--r--l10n/uk.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/l10n/uk.js b/l10n/uk.js
index c225e76..5a1e476 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -2,9 +2,12 @@ OC.L10N.register(
"files_automatedtagging",
{
"No tags given" : "Не надано жодної позначки",
+ "Tag(s) could not be found: %s" : "Тег(и) не знайдено: %s",
+ "At least one of the given tags is invalid" : "Принаймні один із наведених тегів недійсний",
"Automated tagging" : "Автоматичне встановлення позначок",
"Automated tagging of files" : "Автоматичне встановлення позначок для файлів",
"File is changed" : "Файл змінено",
+ "Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given collaborative tags are assigned to the file." : "Кожна група правил складається з одного або кількох правил. Запит відповідає групі, якщо всі правила оцінюються як істинні. Під час завантаження файлу оцінюються всі визначені групи, і під час зіставлення файлу призначаються дані спільні теги.",
"Files automated tagging" : "Автоматичне встановлення позначок для файлів",
"Tag a file" : "Позначити файл"
},
diff --git a/l10n/uk.json b/l10n/uk.json
index 6da436e..e33ef4a 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -1,8 +1,11 @@
{ "translations": {
"No tags given" : "Не надано жодної позначки",
+ "Tag(s) could not be found: %s" : "Тег(и) не знайдено: %s",
+ "At least one of the given tags is invalid" : "Принаймні один із наведених тегів недійсний",
"Automated tagging" : "Автоматичне встановлення позначок",
"Automated tagging of files" : "Автоматичне встановлення позначок для файлів",
"File is changed" : "Файл змінено",
+ "Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given collaborative tags are assigned to the file." : "Кожна група правил складається з одного або кількох правил. Запит відповідає групі, якщо всі правила оцінюються як істинні. Під час завантаження файлу оцінюються всі визначені групи, і під час зіставлення файлу призначаються дані спільні теги.",
"Files automated tagging" : "Автоматичне встановлення позначок для файлів",
"Tag a file" : "Позначити файл"
},"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);"