summaryrefslogtreecommitdiffstats
path: root/core/l10n/uk.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-12-13 02:32:57 +0000
committerNextcloud bot <bot@nextcloud.com>2022-12-13 02:32:57 +0000
commit32ef1f59321397bce7577e30394abb1ea239d835 (patch)
tree2951086e7a85dad1b9be1395b114ee5a34eacd2b /core/l10n/uk.js
parent4994b73169a151e87e7a4903a96f33a31755048f (diff)
downloadnextcloud-server-32ef1f59321397bce7577e30394abb1ea239d835.tar.gz
nextcloud-server-32ef1f59321397bce7577e30394abb1ea239d835.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/uk.js')
-rw-r--r--core/l10n/uk.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/l10n/uk.js b/core/l10n/uk.js
index ee20e10e947..829714fdd8c 100644
--- a/core/l10n/uk.js
+++ b/core/l10n/uk.js
@@ -417,7 +417,6 @@ OC.L10N.register(
"More apps menu" : "Меню з більшим числом застосунків",
"Settings menu" : "Меню налаштувань",
"The password is wrong. Try again." : "Пароль неправильний. Спробуйте ще раз.",
- "Setup two-factor authentication" : "Налаштувати двофакторну автентифікацію",
- "Search starts once you start typing" : "Пошук здійснюється під час введення тексту"
+ "Setup two-factor authentication" : "Налаштувати двофакторну автентифікацію"
},
"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);");