Files
mealie/mealie/lang/messages/uk-UA.json
2024-02-09 02:54:25 -06:00

45 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"generic": {
"server-error": "Сталася неочікувана помилка"
},
"recipe": {
"unique-name-error": "Назва рецепту повинна бути унікальною"
},
"mealplan": {
"no-recipes-match-your-rules": "Немає рецептів, що відповідають вашим правилам"
},
"user": {
"user-updated": "Користувача оновлено",
"password-updated": "Пароль оновлено",
"invalid-current-password": "Неправильний поточний пароль",
"ldap-update-password-unavailable": "Не вдалося змінити пароль, користувач контролюється через LDAP"
},
"group": {
"report-deleted": "Звіт видалено."
},
"exceptions": {
"permission_denied": "У вас немає дозволу на виконання цієї дії",
"no-entry-found": "Ресурс не знайдено",
"integrity-error": "Помилка цілісності бази даних",
"username-conflict-error": "Це ім'я користувача вже використовується",
"email-conflict-error": "Ця електронна адреса вже використовується"
},
"notifications": {
"generic-created": "{name} створено",
"generic-updated": "{name} оновлено",
"generic-created-with-url": "{name} створено, {url}",
"generic-updated-with-url": "{name} оновлено, {url}",
"generic-duplicated": "{name} дубльовано",
"generic-deleted": "{name} видалено"
},
"datetime": {
"year": "year|years",
"day": "day|days",
"hour": "hour|hours",
"minute": "minute|minutes",
"second": "second|seconds",
"millisecond": "millisecond|milliseconds",
"microsecond": "microsecond|microseconds"
}
}