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

github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-01-28 05:51:40 +0300
committerNextcloud bot <bot@nextcloud.com>2020-01-28 05:51:40 +0300
commit10840c76f1dea939cc731d2f06afad413fe890bb (patch)
treefd410cb8cbdd77eeb4fb6b764f2f54df3be6d77d
parente54b37ca4804b43a14839483583be519f5f93b5a (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/uk.js3
-rw-r--r--l10n/uk.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/l10n/uk.js b/l10n/uk.js
index 90675d2..a788ebe 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"orcid",
{
- "Client ID" : "Ідентифікатор клієнта"
+ "Client ID" : "Ідентифікатор клієнта",
+ "Client Secret" : "Секрет клієнта"
},
"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
index 6319623..1257551 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -1,4 +1,5 @@
{ "translations": {
- "Client ID" : "Ідентифікатор клієнта"
+ "Client ID" : "Ідентифікатор клієнта",
+ "Client Secret" : "Секрет клієнта"
},"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