mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
New translations en-US.json (Polish)
This commit is contained in:
parent
f71f183e7a
commit
d1f2ff4ca1
1 changed files with 134 additions and 33 deletions
|
@ -13,11 +13,22 @@
|
||||||
"demo": "Demo",
|
"demo": "Demo",
|
||||||
"demo-status": "Status demo",
|
"demo-status": "Status demo",
|
||||||
"development": "Wersja testowa",
|
"development": "Wersja testowa",
|
||||||
|
"download-log": "Download Log",
|
||||||
|
"download-recipe-json": "Download Recipe JSON",
|
||||||
"not-demo": "Nie demo",
|
"not-demo": "Nie demo",
|
||||||
"production": "Produkcyjna",
|
"production": "Produkcyjna",
|
||||||
"sqlite-file": "Plik SQLite'a",
|
"sqlite-file": "Plik SQLite'a",
|
||||||
"version": "Wersja"
|
"version": "Wersja"
|
||||||
},
|
},
|
||||||
|
"category": {
|
||||||
|
"category-created": "Category created",
|
||||||
|
"category-creation-failed": "Category creation failed",
|
||||||
|
"category-deleted": "Category Deleted",
|
||||||
|
"category-deletion-failed": "Category deletion failed",
|
||||||
|
"category-filter": "Category Filter",
|
||||||
|
"category-update-failed": "Category update failed",
|
||||||
|
"category-updated": "Category updated"
|
||||||
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"apply": "Zastosuj",
|
"apply": "Zastosuj",
|
||||||
"cancel": "Anuluj",
|
"cancel": "Anuluj",
|
||||||
|
@ -30,29 +41,40 @@
|
||||||
"download": "Pobierz",
|
"download": "Pobierz",
|
||||||
"edit": "Edytuj",
|
"edit": "Edytuj",
|
||||||
"enabled": "Włączone",
|
"enabled": "Włączone",
|
||||||
|
"exception": "Exception",
|
||||||
|
"failed-count": "Failed: {count}",
|
||||||
|
"failure-uploading-file": "Failure uploading file",
|
||||||
"field-required": "Pole jest wymagane",
|
"field-required": "Pole jest wymagane",
|
||||||
|
"file-folder-not-found": "File/folder not found",
|
||||||
|
"file-uploaded": "File uploaded",
|
||||||
"filter": "Filtruj",
|
"filter": "Filtruj",
|
||||||
"friday": "Piątek",
|
"friday": "Piątek",
|
||||||
"get": "Zastosuj",
|
"get": "Zastosuj",
|
||||||
"groups": "Grupy",
|
"groups": "Grupy",
|
||||||
|
"image": "Image",
|
||||||
|
"image-upload-failed": "Image upload failed",
|
||||||
"import": "Importuj",
|
"import": "Importuj",
|
||||||
|
"keyword": "Keyword",
|
||||||
"monday": "Poniedziałek",
|
"monday": "Poniedziałek",
|
||||||
"name": "Nazwa",
|
"name": "Nazwa",
|
||||||
"no": "Nie",
|
"no": "Nie",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"options": "Opcje",
|
"options": "Options:",
|
||||||
"random": "Losowa",
|
"random": "Losowa",
|
||||||
"recent": "Najnowsze",
|
"recent": "Najnowsze",
|
||||||
"recipes": "Przepisy",
|
"recipes": "Przepisy",
|
||||||
|
"rename-object": "Rename {0}",
|
||||||
"reset": "Resetuj",
|
"reset": "Resetuj",
|
||||||
"saturday": "Sobota",
|
"saturday": "Sobota",
|
||||||
"save": "Zapisz",
|
"save": "Zapisz",
|
||||||
"settings": "Ustawienia",
|
"settings": "Ustawienia",
|
||||||
"sort": "Sortuj",
|
"sort": "Sortuj",
|
||||||
"sort-alphabetically": "A-Z",
|
"sort-alphabetically": "A-Z",
|
||||||
|
"status": "Status",
|
||||||
"submit": "Zatwierdź",
|
"submit": "Zatwierdź",
|
||||||
|
"success-count": "Success: {count}",
|
||||||
"sunday": "Niedziela",
|
"sunday": "Niedziela",
|
||||||
"templates": "Szablony",
|
"templates": "Templates:",
|
||||||
"themes": "Motywy",
|
"themes": "Motywy",
|
||||||
"thursday": "Czwartek",
|
"thursday": "Czwartek",
|
||||||
"token": "Token",
|
"token": "Token",
|
||||||
|
@ -64,6 +86,25 @@
|
||||||
"wednesday": "Środa",
|
"wednesday": "Środa",
|
||||||
"yes": "Tak"
|
"yes": "Tak"
|
||||||
},
|
},
|
||||||
|
"group": {
|
||||||
|
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||||
|
"cannot-delete-default-group": "Cannot delete default group",
|
||||||
|
"cannot-delete-group-with-users": "Cannot delete group with users",
|
||||||
|
"confirm-group-deletion": "Confirm Group Deletion",
|
||||||
|
"create-group": "Create Group",
|
||||||
|
"error-updating-group": "Error updating group",
|
||||||
|
"group": "Group",
|
||||||
|
"group-deleted": "Group deleted",
|
||||||
|
"group-deletion-failed": "Group deletion failed",
|
||||||
|
"group-id-with-value": "Group ID: {groupID}",
|
||||||
|
"group-name": "Group Name",
|
||||||
|
"group-not-found": "Group not found",
|
||||||
|
"groups": "Groups",
|
||||||
|
"groups-can-only-be-set-by-administrators": "Groups can only be set by administrators",
|
||||||
|
"user-group": "User Group",
|
||||||
|
"user-group-created": "User Group Created",
|
||||||
|
"user-group-creation-failed": "User Group Creation Failed"
|
||||||
|
},
|
||||||
"meal-plan": {
|
"meal-plan": {
|
||||||
"create-a-new-meal-plan": "Utwórz nowy plan posiłku",
|
"create-a-new-meal-plan": "Utwórz nowy plan posiłku",
|
||||||
"dinner-this-week": "Obiad w tym tygodniu",
|
"dinner-this-week": "Obiad w tym tygodniu",
|
||||||
|
@ -73,6 +114,14 @@
|
||||||
"group": "Grupa (Beta)",
|
"group": "Grupa (Beta)",
|
||||||
"meal-planner": "Plan posiłków",
|
"meal-planner": "Plan posiłków",
|
||||||
"meal-plans": "Plany posiłku",
|
"meal-plans": "Plany posiłku",
|
||||||
|
"mealplan-created": "Mealplan created",
|
||||||
|
"mealplan-creation-failed": "Mealplan creation failed",
|
||||||
|
"mealplan-deleted": "Mealplan Deleted",
|
||||||
|
"mealplan-deletion-failed": "Mealplan deletion failed",
|
||||||
|
"mealplan-update-failed": "Mealplan update failed",
|
||||||
|
"mealplan-updated": "Mealplan Updated",
|
||||||
|
"no-meal-plan-defined-yet": "No meal plan defined yet",
|
||||||
|
"no-meal-planned-for-today": "No meal planned for today",
|
||||||
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "Tylko przepisy z tych kategorii będą używane w planach posiłków",
|
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "Tylko przepisy z tych kategorii będą używane w planach posiłków",
|
||||||
"planner": "Planer",
|
"planner": "Planer",
|
||||||
"quick-week": "Szybki plan na tydzień",
|
"quick-week": "Szybki plan na tydzień",
|
||||||
|
@ -84,6 +133,7 @@
|
||||||
"description": "Przenieś dane z Chowdown",
|
"description": "Przenieś dane z Chowdown",
|
||||||
"title": "Chowdown"
|
"title": "Chowdown"
|
||||||
},
|
},
|
||||||
|
"migration-data-removed": "Migration data removed",
|
||||||
"nextcloud": {
|
"nextcloud": {
|
||||||
"description": "Przenieś dane z Nextcloud Cookbook",
|
"description": "Przenieś dane z Nextcloud Cookbook",
|
||||||
"title": "Nextcloud Cookbook"
|
"title": "Nextcloud Cookbook"
|
||||||
|
@ -102,23 +152,30 @@
|
||||||
"page": {
|
"page": {
|
||||||
"all-recipes": "Wszystkie przepisy",
|
"all-recipes": "Wszystkie przepisy",
|
||||||
"home-page": "Strona Główna",
|
"home-page": "Strona Główna",
|
||||||
|
"new-page-created": "New page created",
|
||||||
|
"page-creation-failed": "Page creation failed",
|
||||||
|
"page-deleted": "Page deleted",
|
||||||
|
"page-deletion-failed": "Page deletion failed",
|
||||||
|
"page-update-failed": "Page update failed",
|
||||||
|
"page-updated": "Page updated",
|
||||||
|
"pages-update-failed": "Pages update failed",
|
||||||
|
"pages-updated": "Pages updated",
|
||||||
"recent": "Najnowsze"
|
"recent": "Najnowsze"
|
||||||
},
|
},
|
||||||
"recipe": {
|
"recipe": {
|
||||||
"assets": "Assets",
|
|
||||||
"add-key": "Dodaj klucz",
|
"add-key": "Dodaj klucz",
|
||||||
"api-extras": "Dodatki API",
|
"api-extras": "Dodatki API",
|
||||||
|
"assets": "Assets",
|
||||||
"calories": "Kalorie",
|
"calories": "Kalorie",
|
||||||
"calories-suffix": "kalorie",
|
"calories-suffix": "kalorie",
|
||||||
|
"carbohydrate-content": "Węglowodany",
|
||||||
"categories": "Kategorie",
|
"categories": "Kategorie",
|
||||||
"delete-confirmation": "Czy jesteś pewien, że chcesz usunąć ten przepis?",
|
"delete-confirmation": "Czy jesteś pewien, że chcesz usunąć ten przepis?",
|
||||||
"delete-recipe": "Usuń przepis",
|
"delete-recipe": "Usuń przepis",
|
||||||
"description": "Opis",
|
"description": "Opis",
|
||||||
"fat-content": "Tłuszcz",
|
"fat-content": "Tłuszcz",
|
||||||
"fiber-content": "Błonnik",
|
"fiber-content": "Błonnik",
|
||||||
"carbohydrate-content": "Węglowodany",
|
|
||||||
"grams": "gram",
|
"grams": "gram",
|
||||||
"image": "Zdjęcie",
|
|
||||||
"ingredient": "Składnik",
|
"ingredient": "Składnik",
|
||||||
"ingredients": "Składniki",
|
"ingredients": "Składniki",
|
||||||
"instructions": "Instrukcje",
|
"instructions": "Instrukcje",
|
||||||
|
@ -135,27 +192,32 @@
|
||||||
"perform-time": "Czas gotowania",
|
"perform-time": "Czas gotowania",
|
||||||
"prep-time": "Czas przyrządzania",
|
"prep-time": "Czas przyrządzania",
|
||||||
"protein-content": "Białka",
|
"protein-content": "Białka",
|
||||||
|
"recipe-created": "Recipe created",
|
||||||
|
"recipe-creation-failed": "Recipe creation failed",
|
||||||
|
"recipe-deleted": "Recipe deleted",
|
||||||
"recipe-image": "Zdjęcie do przepisu",
|
"recipe-image": "Zdjęcie do przepisu",
|
||||||
|
"recipe-image-updated": "Recipe image updated",
|
||||||
"recipe-name": "Nazwa przepisu",
|
"recipe-name": "Nazwa przepisu",
|
||||||
|
"recipe-update-failed": "Recipe update failed",
|
||||||
|
"recipe-updated": "Recipe updated",
|
||||||
"servings": "Porcje",
|
"servings": "Porcje",
|
||||||
"sodium-content": "Sód",
|
"sodium-content": "Sód",
|
||||||
"step-index": "Krok: {step}",
|
"step-index": "Krok: {step}",
|
||||||
"sugar-content": "Cukry",
|
"sugar-content": "Cukry",
|
||||||
"tags": "Tagi",
|
|
||||||
"title": "Tytuł",
|
"title": "Tytuł",
|
||||||
"total-time": "Czas całkowity",
|
"total-time": "Czas całkowity",
|
||||||
|
"unable-to-delete-recipe": "Unable to Delete Recipe",
|
||||||
"view-recipe": "Wyświetl przepis"
|
"view-recipe": "Wyświetl przepis"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"search-mealie": "Przeszukaj Mealie (naciśnij /)",
|
"and": "oraz",
|
||||||
"search-placeholder": "Szukaj...",
|
|
||||||
"max-results": "Maksymalna liczba wyników",
|
|
||||||
"category-filter": "Filtr kategorii",
|
|
||||||
"exclude": "Wyklucz",
|
"exclude": "Wyklucz",
|
||||||
"include": "Dołącz",
|
"include": "Dołącz",
|
||||||
|
"max-results": "Maksymalna liczba wyników",
|
||||||
"or": "Lub",
|
"or": "Lub",
|
||||||
"and": "oraz",
|
|
||||||
"search": "Szukaj",
|
"search": "Szukaj",
|
||||||
|
"search-mealie": "Przeszukaj Mealie (naciśnij /)",
|
||||||
|
"search-placeholder": "Szukaj...",
|
||||||
"tag-filter": "Filtr tagów"
|
"tag-filter": "Filtr tagów"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
|
@ -163,10 +225,15 @@
|
||||||
"admin-settings": "Ustawienia administratora",
|
"admin-settings": "Ustawienia administratora",
|
||||||
"available-backups": "Dostępne kopie zapasowe",
|
"available-backups": "Dostępne kopie zapasowe",
|
||||||
"backup": {
|
"backup": {
|
||||||
|
"backup-created-at-response-export_path": "Backup Created at {path}",
|
||||||
|
"backup-deleted": "Backup deleted",
|
||||||
"backup-tag": "Etykieta kopii zapasowej",
|
"backup-tag": "Etykieta kopii zapasowej",
|
||||||
"create-heading": "Utwórz kopię zapasową",
|
"create-heading": "Utwórz kopię zapasową",
|
||||||
|
"error-creating-backup-see-log-file": "Error Creating Backup. See Log File",
|
||||||
"full-backup": "Pełna kopia zapasowa",
|
"full-backup": "Pełna kopia zapasowa",
|
||||||
"partial-backup": "Częściowa kopia zapasowa"
|
"import-summary": "Import Summary",
|
||||||
|
"partial-backup": "Częściowa kopia zapasowa",
|
||||||
|
"unable-to-delete-backup": "Unable to Delete Backup."
|
||||||
},
|
},
|
||||||
"backup-and-exports": "Kopie zapasowe",
|
"backup-and-exports": "Kopie zapasowe",
|
||||||
"backup-info": "Kopie zapasowe zapisywane są w standardowym formacie JSON wraz ze zdjęciami w systemie plików. W katalogu kopii zapasowej znajdziesz plik z rozszerzeniem .zip zawierający wszystkie przepisy i zdjęcia z bazy danych. Jeśli zaznaczone zostały pliki markdown, one także znajdą się w pliku .zip. Aby zaimportować kopię, musi ona znajdować się w folderze kopii zapasowych. Kopie automatyczne tworzone są codziennie o godzinie 03:00.",
|
"backup-info": "Kopie zapasowe zapisywane są w standardowym formacie JSON wraz ze zdjęciami w systemie plików. W katalogu kopii zapasowej znajdziesz plik z rozszerzeniem .zip zawierający wszystkie przepisy i zdjęcia z bazy danych. Jeśli zaznaczone zostały pliki markdown, one także znajdą się w pliku .zip. Aby zaimportować kopię, musi ona znajdować się w folderze kopii zapasowych. Kopie automatyczne tworzone są codziennie o godzinie 03:00.",
|
||||||
|
@ -175,6 +242,7 @@
|
||||||
"custom-pages": "Niestandardowe strony",
|
"custom-pages": "Niestandardowe strony",
|
||||||
"edit-page": "Edytuj stronę",
|
"edit-page": "Edytuj stronę",
|
||||||
"first-day-of-week": "Pierwszy dzień tygodnia",
|
"first-day-of-week": "Pierwszy dzień tygodnia",
|
||||||
|
"group-settings-updated": "Group Settings Updated",
|
||||||
"homepage": {
|
"homepage": {
|
||||||
"all-categories": "Wszystkie kategorie",
|
"all-categories": "Wszystkie kategorie",
|
||||||
"card-per-section": "Karty na sekcję",
|
"card-per-section": "Karty na sekcję",
|
||||||
|
@ -190,9 +258,12 @@
|
||||||
"migrations": "Migracje",
|
"migrations": "Migracje",
|
||||||
"new-page": "Nowa Strona",
|
"new-page": "Nowa Strona",
|
||||||
"page-name": "Nazwa strony",
|
"page-name": "Nazwa strony",
|
||||||
|
"pages": "Pages",
|
||||||
"profile": "Profil",
|
"profile": "Profil",
|
||||||
"remove-existing-entries-matching-imported-entries": "Usuń istniejące wpisy pasujące do importowanych wpisów",
|
"remove-existing-entries-matching-imported-entries": "Usuń istniejące wpisy pasujące do importowanych wpisów",
|
||||||
"set-new-time": "Ustaw nowy czas",
|
"set-new-time": "Ustaw nowy czas",
|
||||||
|
"settings-update-failed": "Settings update failed",
|
||||||
|
"settings-updated": "Settings updated",
|
||||||
"site-settings": "Ustawienia strony",
|
"site-settings": "Ustawienia strony",
|
||||||
"theme": {
|
"theme": {
|
||||||
"accent": "Akcent",
|
"accent": "Akcent",
|
||||||
|
@ -203,6 +274,9 @@
|
||||||
"default-to-system": "Motyw systemowy",
|
"default-to-system": "Motyw systemowy",
|
||||||
"delete-theme": "Usuń motyw",
|
"delete-theme": "Usuń motyw",
|
||||||
"error": "Błąd",
|
"error": "Błąd",
|
||||||
|
"error-creating-theme-see-log-file": "Error creating theme. See log file.",
|
||||||
|
"error-deleting-theme": "Error deleting theme",
|
||||||
|
"error-updating-theme": "Error updating theme",
|
||||||
"info": "Informacja",
|
"info": "Informacja",
|
||||||
"light": "Jasny",
|
"light": "Jasny",
|
||||||
"primary": "Podstawowy",
|
"primary": "Podstawowy",
|
||||||
|
@ -210,51 +284,69 @@
|
||||||
"select-a-theme-from-the-dropdown-or-create-a-new-theme-note-that-the-default-theme-will-be-served-to-all-users-who-have-not-set-a-theme-preference": "Wybierz motyw z rozwijanej listy bądź stwórz nowy. Domyślny motyw zostanie użyty dla wszystkich użytkowników którzy nie wybrali własnej preferencji.",
|
"select-a-theme-from-the-dropdown-or-create-a-new-theme-note-that-the-default-theme-will-be-served-to-all-users-who-have-not-set-a-theme-preference": "Wybierz motyw z rozwijanej listy bądź stwórz nowy. Domyślny motyw zostanie użyty dla wszystkich użytkowników którzy nie wybrali własnej preferencji.",
|
||||||
"success": "Powodzenie",
|
"success": "Powodzenie",
|
||||||
"theme": "Motyw",
|
"theme": "Motyw",
|
||||||
|
"theme-deleted": "Theme deleted",
|
||||||
"theme-name": "Nazwa motywu",
|
"theme-name": "Nazwa motywu",
|
||||||
"theme-name-is-required": "Nazwa motywu jest wymagana.",
|
"theme-name-is-required": "Nazwa motywu jest wymagana.",
|
||||||
|
"theme-saved": "Theme Saved",
|
||||||
"theme-settings": "Ustawienia motywu",
|
"theme-settings": "Ustawienia motywu",
|
||||||
|
"theme-updated": "Theme updated",
|
||||||
"warning": "Ostrzeżenie"
|
"warning": "Ostrzeżenie"
|
||||||
},
|
},
|
||||||
|
"toolbox": {
|
||||||
|
"assign-all": "Przypisz wszystkie",
|
||||||
|
"bulk-assign": "Masowe przypisanie",
|
||||||
|
"new-name": "Nowa nazwa",
|
||||||
|
"no-unused-items": "Brak nieużywanych elementów",
|
||||||
|
"recipes-affected": "No Recipes Affected|One Recipe Affected|{count} Recipes Affected",
|
||||||
|
"remove-unused": "Usuń nieużywane",
|
||||||
|
"title-case-all": "Wszędzie wielkie litery",
|
||||||
|
"toolbox": "Przybornik"
|
||||||
|
},
|
||||||
"webhooks": {
|
"webhooks": {
|
||||||
"meal-planner-webhooks": "Webhooki planera posiłków",
|
"meal-planner-webhooks": "Webhooki planera posiłków",
|
||||||
"test-webhooks": "Testuj webhooki",
|
"test-webhooks": "Testuj webhooki",
|
||||||
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Odnośniki poniżej otrzymają webhook zawierający dane o przepisie dla danego dnia. Aktualnie webhooki zostanę wykonane o",
|
"the-urls-listed-below-will-recieve-webhooks-containing-the-recipe-data-for-the-meal-plan-on-its-scheduled-day-currently-webhooks-will-execute-at": "Odnośniki poniżej otrzymają webhook zawierający dane o przepisie dla danego dnia. Aktualnie webhooki zostanę wykonane o",
|
||||||
"webhook-url": "URL webhooka"
|
"webhook-url": "URL webhooka"
|
||||||
},
|
|
||||||
"toolbox": {
|
|
||||||
"toolbox": "Przybornik",
|
|
||||||
"new-name": "Nowa nazwa",
|
|
||||||
"recipes-effected": "Objęte przepisy",
|
|
||||||
"title-case-all": "Wszędzie wielkie litery",
|
|
||||||
"no-unused-items": "Brak nieużywanych elementów",
|
|
||||||
"remove-unused": "Usuń nieużywane",
|
|
||||||
"assign-all": "Przypisz wszystkie",
|
|
||||||
"bulk-assign": "Masowe przypisanie"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"signup": {
|
||||||
|
"display-name": "Display Name",
|
||||||
|
"error-signing-up": "Error Signing Up",
|
||||||
|
"sign-up": "Sign Up",
|
||||||
|
"sign-up-link-created": "Sign up link created",
|
||||||
|
"sign-up-link-creation-failed": "Sign up link creation failed",
|
||||||
|
"sign-up-links": "Sign Up Links",
|
||||||
|
"sign-up-token-deleted": "Sign Up Token Deleted",
|
||||||
|
"sign-up-token-deletion-failed": "Sign up token deletion failed",
|
||||||
|
"welcome-to-mealie": "Welcome to Mealie! To become a user of this instance you are required to have a valid invitation link. If you haven't recieved an invitation you are unable to sign-up. To recieve a link, contact the sites administrator."
|
||||||
|
},
|
||||||
|
"tag": {
|
||||||
|
"tag-created": "Tag created",
|
||||||
|
"tag-creation-failed": "Tag creation failed",
|
||||||
|
"tag-deleted": "Tag deleted",
|
||||||
|
"tag-deletion-failed": "Tag deletion failed",
|
||||||
|
"tag-update-failed": "Tag update failed",
|
||||||
|
"tag-updated": "Tag updated",
|
||||||
|
"tags": "Tags"
|
||||||
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"admin": "Administrator",
|
"admin": "Administrator",
|
||||||
"are-you-sure-you-want-to-delete-the-group": "Czy na pewno chcesz usunąć <b>{groupName}<b/>?",
|
|
||||||
"are-you-sure-you-want-to-delete-the-link": "Czy na pewno chcesz usunąć link <b>{link}<b/>?",
|
"are-you-sure-you-want-to-delete-the-link": "Czy na pewno chcesz usunąć link <b>{link}<b/>?",
|
||||||
"are-you-sure-you-want-to-delete-the-user": "Czy na pewno chcesz usunąć użytkownika <b>{activeName} ID: {activeId}<b/>?",
|
"are-you-sure-you-want-to-delete-the-user": "Czy na pewno chcesz usunąć użytkownika <b>{activeName} ID: {activeId}<b/>?",
|
||||||
"confirm-group-deletion": "Potwierdź usunięcie grupy",
|
|
||||||
"confirm-link-deletion": "Potwierdź usunięcie linku",
|
"confirm-link-deletion": "Potwierdź usunięcie linku",
|
||||||
"confirm-password": "Potwierdź hasło",
|
"confirm-password": "Potwierdź hasło",
|
||||||
"confirm-user-deletion": "Potwierdź usunięcie użytkownika",
|
"confirm-user-deletion": "Potwierdź usunięcie użytkownika",
|
||||||
"could-not-validate-credentials": "Nie można zweryfikować danych logowania",
|
"could-not-validate-credentials": "Nie można zweryfikować danych logowania",
|
||||||
"create-group": "Utwórz Grupę",
|
|
||||||
"create-link": "Utwórz link",
|
"create-link": "Utwórz link",
|
||||||
"create-user": "Utwórz użytkownika",
|
"create-user": "Utwórz użytkownika",
|
||||||
"current-password": "Obecne hasło",
|
"current-password": "Obecne hasło",
|
||||||
"e-mail-must-be-valid": "E-mail musi być poprawny",
|
"e-mail-must-be-valid": "E-mail musi być poprawny",
|
||||||
"edit-user": "Edytuj użytkownika",
|
"edit-user": "Edytuj użytkownika",
|
||||||
"email": "Email",
|
"email": "Email",
|
||||||
|
"error-cannot-delete-super-user": "Error! Cannot Delete Super User",
|
||||||
|
"existing-password-does-not-match": "Existing password does not match",
|
||||||
"full-name": "Imię i nazwisko",
|
"full-name": "Imię i nazwisko",
|
||||||
"group": "Grupa",
|
"incorrect-username-or-password": "Incorrect username or password",
|
||||||
"group-id-with-value": "ID grupy: {groupID}",
|
|
||||||
"group-name": "Nazwa grupy",
|
|
||||||
"groups": "Grupy",
|
|
||||||
"groups-can-only-be-set-by-administrators": "Grupy mogą być ustawiane tylko przez administratorów",
|
|
||||||
"link-id": "ID linku",
|
"link-id": "ID linku",
|
||||||
"link-name": "Nazwa linku",
|
"link-name": "Nazwa linku",
|
||||||
"login": "Login",
|
"login": "Login",
|
||||||
|
@ -262,20 +354,29 @@
|
||||||
"new-password": "Nowe Hasło",
|
"new-password": "Nowe Hasło",
|
||||||
"new-user": "Nowy użytkownik",
|
"new-user": "Nowy użytkownik",
|
||||||
"password": "Hasło",
|
"password": "Hasło",
|
||||||
|
"password-has-been-reset-to-the-default-password": "Password has been reset to the default password",
|
||||||
"password-must-match": "Hasła muszą być takie same",
|
"password-must-match": "Hasła muszą być takie same",
|
||||||
|
"password-reset-failed": "Password reset failed",
|
||||||
|
"password-updated": "Password updated",
|
||||||
"reset-password": "Zresetuj hasło",
|
"reset-password": "Zresetuj hasło",
|
||||||
"sign-in": "Zaloguj się",
|
"sign-in": "Zaloguj się",
|
||||||
"sign-up-links": "Linki do rejestracji",
|
|
||||||
"total-mealplans": "Ilość planów posiłków",
|
"total-mealplans": "Ilość planów posiłków",
|
||||||
"total-users": "Ilość użytkowników",
|
"total-users": "Ilość użytkowników",
|
||||||
"upload-photo": "Prześlij zdjęcie",
|
"upload-photo": "Prześlij zdjęcie",
|
||||||
"use-8-characters-or-more-for-your-password": "Hasło musi składać się z 8 lub więcej znaków",
|
"use-8-characters-or-more-for-your-password": "Hasło musi składać się z 8 lub więcej znaków",
|
||||||
"user-group": "Grupa użytkownika",
|
"user-created": "User created",
|
||||||
|
"user-creation-failed": "User creation failed",
|
||||||
|
"user-deleted": "User deleted",
|
||||||
"user-id": "ID użytkownika",
|
"user-id": "ID użytkownika",
|
||||||
"user-id-with-value": "ID użytkownika: {id}",
|
"user-id-with-value": "ID użytkownika: {id}",
|
||||||
"user-password": "Hasło użytkownika",
|
"user-password": "Hasło użytkownika",
|
||||||
|
"user-successfully-logged-in": "User Successfully Logged In",
|
||||||
|
"user-update-failed": "User update failed",
|
||||||
|
"user-updated": "User updated",
|
||||||
"users": "Użytkownicy",
|
"users": "Użytkownicy",
|
||||||
"webhook-time": "Czas webhooka",
|
"webhook-time": "Czas webhooka",
|
||||||
"webhooks-enabled": "Webhooki włączone"
|
"webhooks-enabled": "Webhooki włączone",
|
||||||
|
"you-are-not-allowed-to-create-a-user": "You are not allowed to create a user",
|
||||||
|
"you-are-not-allowed-to-delete-this-user": "You are not allowed to delete this user"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue