mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-03-04 04:33:12 -05:00
45 lines
1.7 KiB
JSON
45 lines
1.7 KiB
JSON
{
|
|
"generic": {
|
|
"server-error": "Vyskytla sa neočakávaná chyba"
|
|
},
|
|
"recipe": {
|
|
"unique-name-error": "Názov receptu musí byť unikátny"
|
|
},
|
|
"mealplan": {
|
|
"no-recipes-match-your-rules": "Vaše pravidlá nespĺňa žiadny recept"
|
|
},
|
|
"user": {
|
|
"user-updated": "Užívateľ bol aktualizovaný",
|
|
"password-updated": "Heslo bolo aktualizované",
|
|
"invalid-current-password": "Aktuálne heslo neplatné",
|
|
"ldap-update-password-unavailable": "Aktualizácia hesla nie je možná, užívateľ je spravovaný LDAP"
|
|
},
|
|
"group": {
|
|
"report-deleted": "Report bol odstránený."
|
|
},
|
|
"exceptions": {
|
|
"permission_denied": "Nemáte povolenie na vykonanie tejto akcie",
|
|
"no-entry-found": "404 - Požadovaná stránka nebola nájdená",
|
|
"integrity-error": "Chyba integrity databázy",
|
|
"username-conflict-error": "Toto užívateľské meno je už obsadené",
|
|
"email-conflict-error": "Tento e-mail sa už používa"
|
|
},
|
|
"notifications": {
|
|
"generic-created": "{name} bol vytvorený",
|
|
"generic-updated": "{name} bol aktualizovaný",
|
|
"generic-created-with-url": "{name} bol vytvorený, {url}",
|
|
"generic-updated-with-url": "{name} bol aktualizovaný, {url}",
|
|
"generic-duplicated": "{name} bol duplikovaný",
|
|
"generic-deleted": "{name} bol vymazaný"
|
|
},
|
|
"datetime": {
|
|
"year": "year|years",
|
|
"day": "day|days",
|
|
"hour": "hour|hours",
|
|
"minute": "minute|minutes",
|
|
"second": "second|seconds",
|
|
"millisecond": "millisecond|milliseconds",
|
|
"microsecond": "microsecond|microseconds"
|
|
}
|
|
}
|