mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-18 06:51:19 -05:00
* New translations en-US.json (Danish) * New translations en-US.json (German) * New translations en-US.json (German) * New translations en-US.json (Dutch) * New translations en-US.json (Polish) * New translations en-US.json (Turkish) * New translations en-US.json (Dutch) * New translations en-US.json (Polish) * New translations en-US.json (Turkish)
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"generic": {
|
|
"server-error": "Wystąpił nieoczekiwany błąd"
|
|
},
|
|
"recipe": {
|
|
"unique-name-error": "Nazwy przepisów muszą być unikalne"
|
|
},
|
|
"mealplan": {
|
|
"no-recipes-match-your-rules": "No recipes match your rules"
|
|
},
|
|
"user": {
|
|
"user-updated": "User updated",
|
|
"password-updated": "Password updated",
|
|
"invalid-current-password": "Invalid current password",
|
|
"ldap-update-password-unavailable": "Nie można zaktualizować hasła, użytkownik jest kontrolowany przez LDAP"
|
|
},
|
|
"group": {
|
|
"report-deleted": "Report deleted."
|
|
},
|
|
"exceptions": {
|
|
"permission_denied": "Nie masz uprawnień do wykonania tej akcji",
|
|
"no-entry-found": "Wskazany zasób jest niedostępny",
|
|
"integrity-error": "Błąd integralności bazy danych",
|
|
"username-conflict-error": "Ta nazwa użytkownika jest już zajęta",
|
|
"email-conflict-error": "Ten adres email już jest zajęty"
|
|
},
|
|
"notifications": {
|
|
"generic-created": "{name} został utworzony",
|
|
"generic-updated": "{name} został zaktualizowany",
|
|
"generic-created-with-url": "{name} został utworzony. {url}",
|
|
"generic-updated-with-url": "{name} został zaktualizowany. {url}",
|
|
"generic-duplicated": "{name} has been duplicated",
|
|
"generic-deleted": "{name} został usunięty"
|
|
}
|
|
}
|