diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-08-26 02:24:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-08-26 02:24:48 +0000 |
commit | 2fcae35e0f79625d7328c7e95dcda3029633c90a (patch) | |
tree | 04331daddc2b09d8e4cc2d08c7ae9cea638a065a /apps/settings/l10n/uk.js | |
parent | 38d0419f14ad70dbd82ef18946846b8ce3ea1682 (diff) | |
download | nextcloud-server-2fcae35e0f79625d7328c7e95dcda3029633c90a.tar.gz nextcloud-server-2fcae35e0f79625d7328c7e95dcda3029633c90a.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/uk.js')
-rw-r--r-- | apps/settings/l10n/uk.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index 3829998f573..8ea97d35b2f 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -314,7 +314,6 @@ OC.L10N.register( "Your postal address" : "Ваша поштова адреса", "It can take up to 24 hours before the account is displayed as verified." : "Підтвердження облікового запису може тривати до 24 годин.", "Link https://…" : "Посилання https://…", - "Twitter handle @…" : "Ім'я в Twitter @…", "Locale" : "Локаль", "Current password" : "Поточний пароль", "New password" : "Новий пароль", @@ -334,6 +333,7 @@ OC.L10N.register( "Last job ran %s." : "Останнє завдання запускалось %s.", "Recommended" : "Рекомендуємо", "days" : "днів", - "No display name set" : "Ім'я для відображення не вказано" + "No display name set" : "Ім'я для відображення не вказано", + "Twitter handle @…" : "Ім'я в Twitter @…" }, "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);"); |