Update Composer packages
This commit is contained in:
parent
67c3d8b307
commit
83cb211fe6
219 changed files with 6487 additions and 4444 deletions
|
@ -72,9 +72,12 @@
|
|||
"error.blocks.min.singular": "You must add at least one block",
|
||||
"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": "The email preset \"{name}\" cannot be found",
|
||||
|
||||
"error.field.converter.invalid": "Invalid converter \"{converter}\"",
|
||||
"error.field.type.missing": "Field \"{ name }\": The field type \"{ type }\" does not exist",
|
||||
|
||||
"error.file.changeName.empty": "The name must not be empty",
|
||||
"error.file.changeName.permission": "You are not allowed to change the name of \"{filename}\"",
|
||||
|
@ -289,6 +292,7 @@
|
|||
"field.pages.empty": "No pages selected yet",
|
||||
|
||||
"field.structure.delete.confirm": "Do you really want to delete this row?",
|
||||
"field.structure.delete.confirm.all": "Do you really want to delete all entries?",
|
||||
"field.structure.empty": "No entries yet",
|
||||
|
||||
"field.users.empty": "No users selected yet",
|
||||
|
@ -318,7 +322,7 @@
|
|||
"installation.issues.headline": "The panel cannot be installed",
|
||||
"installation.issues.mbstring": "The <code>MB String</code> extension is required",
|
||||
"installation.issues.media": "The <code>/media</code> folder does not exist or is not writable",
|
||||
"installation.issues.php": "Make sure to use <code>PHP 7+</code>",
|
||||
"installation.issues.php": "Make sure to use <code>PHP 8+</code>",
|
||||
"installation.issues.server": "Kirby requires <code>Apache</code>, <code>Nginx</code> or <code>Caddy</code>",
|
||||
"installation.issues.sessions": "The <code>/site/sessions</code> folder does not exist or is not writable",
|
||||
|
||||
|
@ -349,6 +353,8 @@
|
|||
"license.manage": "Manage your licenses",
|
||||
"license.register.help": "You received your license code after the purchase via email. Please copy and paste it to register.",
|
||||
"license.register.label": "Please enter your license code",
|
||||
"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": "Thank you for supporting Kirby",
|
||||
"license.unregistered": "This is an unregistered demo of Kirby",
|
||||
"license.unregistered.label": "Unregistered",
|
||||
|
@ -382,7 +388,7 @@
|
|||
"login.toggleText.password-reset.email": "Forgot your password?",
|
||||
"login.toggleText.password-reset.email-password": "← Back to login",
|
||||
|
||||
"logout": "Logout",
|
||||
"logout": "Log out",
|
||||
|
||||
"menu": "Menu",
|
||||
"meridiem": "AM/PM",
|
||||
|
@ -393,7 +399,7 @@
|
|||
"months.april": "April",
|
||||
"months.august": "August",
|
||||
"months.december": "December",
|
||||
"months.february": "Feburary",
|
||||
"months.february": "February",
|
||||
"months.january": "January",
|
||||
"months.july": "July",
|
||||
"months.june": "June",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue