Upgrade Kirby from 4.3.0 to 4.4.0
This commit is contained in:
parent
03905dbd83
commit
3bed01af75
293 changed files with 54254 additions and 187 deletions
|
|
@ -126,9 +126,12 @@
|
|||
"error.form.notSaved": "The form could not be saved",
|
||||
|
||||
"error.language.code": "Please enter a valid code for the language",
|
||||
"error.language.create.permission": "You are not allowed to create a language",
|
||||
"error.language.delete.permission": "You are not allowed to delete the language",
|
||||
"error.language.duplicate": "The language already exists",
|
||||
"error.language.name": "Please enter a valid name for the language",
|
||||
"error.language.notFound": "The language could not be found",
|
||||
"error.language.update.permission": "You are not allowed to update the language",
|
||||
|
||||
"error.layout.validation.block": "There's an error on the \"{field}\" field in block {blockIndex} using the \"{fieldset}\" block type in layout {layoutIndex}",
|
||||
"error.layout.validation.settings": "There's an error in layout {index} settings",
|
||||
|
|
@ -294,6 +297,9 @@
|
|||
"field.blocks.heading.name": "Heading",
|
||||
"field.blocks.heading.text": "Text",
|
||||
"field.blocks.heading.placeholder": "Heading …",
|
||||
"field.blocks.figure.back.plain": "Plain",
|
||||
"field.blocks.figure.back.pattern.light": "Pattern (light)",
|
||||
"field.blocks.figure.back.pattern.dark": "Pattern (dark)",
|
||||
"field.blocks.image.alt": "Alternative text",
|
||||
"field.blocks.image.caption": "Caption",
|
||||
"field.blocks.image.crop": "Crop",
|
||||
|
|
@ -331,6 +337,7 @@
|
|||
"field.blocks.video.url.placeholder": "https://youtube.com/?v=",
|
||||
|
||||
"field.files.empty": "No files selected yet",
|
||||
"field.files.empty.single": "No file selected yet",
|
||||
|
||||
"field.layout.change": "Change layout",
|
||||
"field.layout.delete": "Delete layout",
|
||||
|
|
@ -342,12 +349,14 @@
|
|||
"field.object.empty": "No information yet",
|
||||
|
||||
"field.pages.empty": "No pages selected yet",
|
||||
"field.pages.empty.single": "No page 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",
|
||||
"field.users.empty.single": "No user selected yet",
|
||||
|
||||
"fields.empty": "No fields yet",
|
||||
|
||||
|
|
@ -595,6 +604,7 @@
|
|||
|
||||
"save": "Save",
|
||||
"search": "Search",
|
||||
"searching": "Searching",
|
||||
"search.min": "Enter {min} characters to search",
|
||||
"search.all": "Show all {count} results",
|
||||
"search.results.none": "No results",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue