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": "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": "Email шаблонът \"{name}\" не може да бъде открит",
|
||||
|
||||
"error.field.converter.invalid": "Невалиден конвертор \"{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": "Не можете да смените името на \"{filename}\"",
|
||||
|
@ -289,6 +292,7 @@
|
|||
"field.pages.empty": "Все още не са избрани страници",
|
||||
|
||||
"field.structure.delete.confirm": "Сигурни ли сте, че искате да изтриете това вписване?",
|
||||
"field.structure.delete.confirm.all": "Do you really want to delete all entries?",
|
||||
"field.structure.empty": "Все още няма статии",
|
||||
|
||||
"field.users.empty": "Все още не са избрани потребители",
|
||||
|
@ -318,7 +322,7 @@
|
|||
"installation.issues.headline": "Панелът не може да бъде инсталиран",
|
||||
"installation.issues.mbstring": "Изисква се разширението <code>MB String</code>",
|
||||
"installation.issues.media": "Папката <code>/media</code> не съществува или няма права за запис",
|
||||
"installation.issues.php": "Бъдете сигурни, че използвате <code>PHP 7+</code>",
|
||||
"installation.issues.php": "Бъдете сигурни, че използвате <code>PHP 8+</code>",
|
||||
"installation.issues.server": "Kirby изисква <code>Apache</code>, <code>Nginx</code> или <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": "Това е нерегистрирана демо версия на Kirby",
|
||||
"license.unregistered.label": "Unregistered",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue