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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-20 06:41:08 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-20 06:41:08 +0300
commitccb0de1d10fc27562703cf0cbcfd1b2a17ab6111 (patch)
treea6f764986cf08fabe2855af24d547c827d681bf6
parentf1d274eed6952849eb032df4122f0a05bd8eea64 (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 110e826..b3736d4 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -1,10 +1,13 @@
OC.L10N.register(
"twofactor_totp",
{
+ "You enabled TOTP two-factor authentication for your account" : "Ви увімкнули двофакторну автентифікацію TOTP для свого облікового запису ",
+ "You disabled TOTP two-factor authentication for your account" : "Ви відключили двофакторну автентифікацію TOTP для свого облікового запису ",
"Authenticate with a TOTP app" : "Увайти за допомогою програми для генерації одноразових паролей",
"Enable TOTP" : "Увімкнути TOTP",
"Authentication code" : "Автентифікаційний код",
"Verify" : "Перевірити",
+ "Get the authentication code from the two-factor authentication app on your device." : "Отримайте код доступу з програми двофакторної автентифікації на вашому пристрої.",
"Submit" : "Гаразд"
},
"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 4b6431f..6134857 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -1,8 +1,11 @@
{ "translations": {
+ "You enabled TOTP two-factor authentication for your account" : "Ви увімкнули двофакторну автентифікацію TOTP для свого облікового запису ",
+ "You disabled TOTP two-factor authentication for your account" : "Ви відключили двофакторну автентифікацію TOTP для свого облікового запису ",
"Authenticate with a TOTP app" : "Увайти за допомогою програми для генерації одноразових паролей",
"Enable TOTP" : "Увімкнути TOTP",
"Authentication code" : "Автентифікаційний код",
"Verify" : "Перевірити",
+ "Get the authentication code from the two-factor authentication app on your device." : "Отримайте код доступу з програми двофакторної автентифікації на вашому пристрої.",
"Submit" : "Гаразд"
},"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