Update Composer packages
This commit is contained in:
parent
d482354bdf
commit
e7e7361480
219 changed files with 6487 additions and 4444 deletions
|
@ -72,9 +72,12 @@
|
|||
"error.blocks.min.singular": "Musisz dodać co najmniej jeden blok",
|
||||
"error.blocks.validation": "There's an error on the \"{field}\" field in block {index} using the \"{fieldset}\" block type",
|
||||
|
||||
"error.cache.type.invalid": "Invalid cache type \"{type}\"",
|
||||
|
||||
"error.email.preset.notFound": "Nie udało się załadować wzorca wiadomości e-mail \"{name}\"",
|
||||
|
||||
"error.field.converter.invalid": "Nieprawidłowy konwerter \"{converter}\"",
|
||||
"error.field.type.missing": "Field \"{ name }\": The field type \"{ type }\" does not exist",
|
||||
|
||||
"error.file.changeName.empty": "Imię nie może być puste",
|
||||
"error.file.changeName.permission": "Nie masz uprawnień, by zmienić nazwę \"{filename}\"",
|
||||
|
@ -289,6 +292,7 @@
|
|||
"field.pages.empty": "Nie wybrano jeszcze żadnych stron",
|
||||
|
||||
"field.structure.delete.confirm": "Czy na pewno chcesz usunąć ten wiersz?",
|
||||
"field.structure.delete.confirm.all": "Do you really want to delete all entries?",
|
||||
"field.structure.empty": "Nie ma jeszcze \u017cadnych wpis\u00f3w.",
|
||||
|
||||
"field.users.empty": "Nie wybrano jeszcze żadnych użytkowników",
|
||||
|
@ -318,7 +322,7 @@
|
|||
"installation.issues.headline": "Nie można zainstalować panelu",
|
||||
"installation.issues.mbstring": "Wymagane jest rozszerzenie <code>MB String</code>",
|
||||
"installation.issues.media": "Folder <code>/media</code> nie istnieje lub nie ma uprawnień do zapisu",
|
||||
"installation.issues.php": "Upewnij się, że używasz <code>PHP 7+</code>",
|
||||
"installation.issues.php": "Upewnij się, że używasz <code>PHP 8+</code>",
|
||||
"installation.issues.server": "Kirby wymaga <code>Apache</code>, <code>Nginx</code> lub <code>Caddy</code>",
|
||||
"installation.issues.sessions": "Folder <code>/site/sessions</code> nie istnieje lub nie ma uprawnień do zapisu",
|
||||
|
||||
|
@ -349,6 +353,8 @@
|
|||
"license.manage": "Zarządzaj swoimi licencjami",
|
||||
"license.register.help": "Po zakupieniu licencji otrzymałaś/-eś mailem klucz. Skopiuj go i wklej tutaj, aby dokonać rejestracji.",
|
||||
"license.register.label": "Wprowadź swój kod licencji",
|
||||
"license.register.domain": "Your license will be registered to <strong>{host}</strong>.",
|
||||
"license.register.local": "You are about to register your license for your local domain <strong>{host}</strong>. If this site will be deployed to a public domain, please register it there instead. If {host} is the domain you want to license Kirby to, please continue.",
|
||||
"license.register.success": "Dziękujemy za wspieranie Kirby",
|
||||
"license.unregistered": "To jest niezarejestrowana wersja demonstracyjna Kirby",
|
||||
"license.unregistered.label": "Niezarejestrowane",
|
||||
|
@ -382,7 +388,7 @@
|
|||
"login.toggleText.password-reset.email": "Zapomniałeś/-aś hasła?",
|
||||
"login.toggleText.password-reset.email-password": "← Powrót do logowania",
|
||||
|
||||
"logout": "Wyloguj",
|
||||
"logout": "Wyloguj się",
|
||||
|
||||
"menu": "Menu",
|
||||
"meridiem": "AM/PM",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue