diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-06 00:20:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-06 00:20:11 +0000 |
commit | 69814cd4f7e48f5f998c192064f8dc2e2bbba73a (patch) | |
tree | ebef2e9dea871e1a554359b3cd866699669f5023 /core | |
parent | 0678bdcc434d7810bffeafbd1c1bc87ce80c8dfd (diff) | |
download | nextcloud-server-69814cd4f7e48f5f998c192064f8dc2e2bbba73a.tar.gz nextcloud-server-69814cd4f7e48f5f998c192064f8dc2e2bbba73a.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/uk.js | 5 | ||||
-rw-r--r-- | core/l10n/uk.json | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 39ee8e6a0ff..9b0c757a81e 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -31,8 +31,8 @@ OC.L10N.register( "Login" : "Вхід", "Unsupported email length (>255)" : "Довжина адреси ел.пошти не підтримується (більше 255 символів)", "Password reset is disabled" : "Заборонено перевстановлення пароля", - "Could not reset password because the token is expired" : "Не вдалося скинути пароль, оскільки термін дії маркера минув", - "Could not reset password because the token is invalid" : "Не вдалося скинути пароль, оскільки маркер недійсний", + "Could not reset password because the token is expired" : "Не вдалося скинути пароль, оскільки термін дії токена минув", + "Could not reset password because the token is invalid" : "Не вдалося скинути пароль, оскільки токен не дійсний", "Password is too long. Maximum allowed length is 469 characters." : "Пароль є задовгим. Максимально дозволена довжина складає 469 символів.", "%s password reset" : "%s перевстановлення пароля", "Password reset" : "Перевстановлення пароля", @@ -43,6 +43,7 @@ OC.L10N.register( "Task not found" : "Завдання не знайдено", "Internal error" : "Внутрішня помилка", "Not found" : "Не знайдено", + "Bad request" : "Хибний запит", "Requested task type does not exist" : "Запитаний вид завдання відсутній", "Necessary language model provider is not available" : "Постачальний потрібної мовної моделі недоступний", "No text to image provider is available" : "Відсутній постачальник конвертування тексту у зображення", diff --git a/core/l10n/uk.json b/core/l10n/uk.json index c30764c4be0..4bf917a75e3 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -29,8 +29,8 @@ "Login" : "Вхід", "Unsupported email length (>255)" : "Довжина адреси ел.пошти не підтримується (більше 255 символів)", "Password reset is disabled" : "Заборонено перевстановлення пароля", - "Could not reset password because the token is expired" : "Не вдалося скинути пароль, оскільки термін дії маркера минув", - "Could not reset password because the token is invalid" : "Не вдалося скинути пароль, оскільки маркер недійсний", + "Could not reset password because the token is expired" : "Не вдалося скинути пароль, оскільки термін дії токена минув", + "Could not reset password because the token is invalid" : "Не вдалося скинути пароль, оскільки токен не дійсний", "Password is too long. Maximum allowed length is 469 characters." : "Пароль є задовгим. Максимально дозволена довжина складає 469 символів.", "%s password reset" : "%s перевстановлення пароля", "Password reset" : "Перевстановлення пароля", @@ -41,6 +41,7 @@ "Task not found" : "Завдання не знайдено", "Internal error" : "Внутрішня помилка", "Not found" : "Не знайдено", + "Bad request" : "Хибний запит", "Requested task type does not exist" : "Запитаний вид завдання відсутній", "Necessary language model provider is not available" : "Постачальний потрібної мовної моделі недоступний", "No text to image provider is available" : "Відсутній постачальник конвертування тексту у зображення", |