Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.0.0-beta.1 #6849

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "The Kirby core",
"license": "proprietary",
"type": "kirby-cms",
"version": "5.0.0-alpha.4",
"version": "5.0.0-beta.1",
"keywords": [
"kirby",
"cms",
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions i18n/translations/bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"copy": "Копирай",
"copy.all": "Copy all",
"copy.success": "{count} copied!",
"copy.success.multiple": "{count} copied!",
"copy.url": "Copy URL",
"create": "Създай",
"custom": "Custom",

Expand Down Expand Up @@ -90,6 +92,12 @@

"error.cache.type.invalid": "Invalid cache type \"{type}\"",

"error.content.lock.delete": "The version is locked and cannot be deleted",
"error.content.lock.move": "The source version is locked and cannot be moved",
"error.content.lock.publish": "This version is already published",
"error.content.lock.replace": "The version is locked and cannot be replaced",
"error.content.lock.update": "The version is locked and cannot be updated",

"error.email.preset.notFound": "Email шаблонът \"{name}\" не може да бъде открит",

"error.field.converter.invalid": "Невалиден конвертор \"{converter}\"",
Expand Down Expand Up @@ -118,6 +126,7 @@
"error.file.name.missing": "Името на файла е задължително",
"error.file.notFound": "Файлът \"{filename}\" не може да бъде намерен",
"error.file.orientation": "The orientation of the image must be \"{orientation}\"",
"error.file.sort.permission": "You are not allowed to change the sorting of \"{filename}\"",
"error.file.type.forbidden": "Не е позволен ъплоуда на файлове от тип {type}",
"error.file.type.invalid": "Invalid file type: {type}",
"error.file.undefined": "\u0424\u0430\u0439\u043b\u044a\u0442 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043d\u0430\u043c\u0435\u0440\u0435\u043d",
Expand Down Expand Up @@ -168,6 +177,7 @@
"error.page.move.ancestor": "The page cannot be moved into itself",
"error.page.move.directory": "The page directory cannot be moved",
"error.page.move.duplicate": "A sub page with the URL appendix \"{slug}\" already exists",
"error.page.move.noSections": "The page \"{parent}\" cannot be a parent of any page because it lacks any pages sections in its blueprint",
"error.page.move.notFound": "The moved page could not be found",
"error.page.move.permission": "You are not allowed to move \"{slug}\"",
"error.page.move.template": "The \"{template}\" template is not accepted as a subpage of \"{parent}\"",
Expand Down Expand Up @@ -297,6 +307,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",
Expand Down Expand Up @@ -334,6 +347,7 @@
"field.blocks.video.url.placeholder": "https://youtube.com/?v=",

"field.files.empty": "Все още не са избрани файлове",
"field.files.empty.single": "No file selected yet",

"field.layout.change": "Change layout",
"field.layout.delete": "Delete layout",
Expand All @@ -345,12 +359,14 @@
"field.object.empty": "No information yet",

"field.pages.empty": "Все още не са избрани страници",
"field.pages.empty.single": "No page selected yet",

"field.structure.delete.confirm": "Сигурни ли сте, че искате да изтриете това вписване?",
"field.structure.delete.confirm.all": "Do you really want to delete all entries?",
"field.structure.empty": "Все още няма статии",

"field.users.empty": "Все още не са избрани потребители",
"field.users.empty.single": "No user selected yet",

"fields.empty": "No fields yet",

Expand All @@ -369,6 +385,13 @@

"filter": "Filter",

"form.discard": "Discard changes",
"form.discard.confirm": "Do you really want to <strong>discard all your changes</strong>?",
"form.locked": "This content is disabled for you as it is currently edited by another user",
"form.unsaved": "The current changes have not yet been saved",
"form.preview": "Preview changes",
"form.preview.draft": "Preview draft",

"hide": "Hide",
"hour": "Hour",
"hue": "Hue",
Expand Down Expand Up @@ -444,6 +467,8 @@
"license.status.missing.bubble": "Ready to launch your site?",
"license.status.missing.info": "No valid license",
"license.status.missing.label": "Please activate your license",
"license.status.unknown.info": "The license status is unknown",
"license.status.unknown.label": "Unknown license",
"license.manage": "Manage your licenses",
"license.purchased": "Purchased",
"license.success": "Thank you for supporting Kirby",
Expand All @@ -456,6 +481,9 @@

"lock.unsaved": "Unsaved changes",
"lock.unsaved.empty": "There are no more unsaved changes",
"lock.unsaved.files": "Unsaved files",
"lock.unsaved.pages": "Unsaved pages",
"lock.unsaved.users": "Unsaved accounts",
"lock.isLocked": "Unsaved changes by {email}",
"lock.unlock": "Unlock",
"lock.unlock.submit": "Unlock and overwrite unsaved changes by <strong>{email}</strong>",
Expand Down Expand Up @@ -578,6 +606,10 @@
"plugins": "Plugins",
"prev": "Previous",
"preview": "Preview",

"publish": "Publish",
"published": "Published",

"remove": "Премахни",
"rename": "Преименувай",
"renew": "Renew",
Expand All @@ -597,7 +629,9 @@
"role.nobody.title": "Nobody",

"save": "\u0417\u0430\u043f\u0438\u0448\u0438",
"saved": "Saved",
"search": "Търси",
"searching": "Searching",
"search.min": "Enter {min} characters to search",
"search.all": "Show all {count} results",
"search.results.none": "No results",
Expand All @@ -622,6 +656,7 @@

"system.info.copy": "Copy info",
"system.info.copied": "System info copied",
"system.issues.api.methods": "Your server does not support PATCH requests",
"system.issues.content": "The content folder seems to be exposed",
"system.issues.eol.kirby": "Your installed Kirby version has reached end-of-life and will not receive further security updates",
"system.issues.eol.plugin": "Your installed version of the { plugin } plugin is has reached end-of-life and will not receive further security updates",
Expand All @@ -646,6 +681,12 @@
"tel": "Phone",
"tel.placeholder": "+49123456789",
"template": "Образец",

"theme": "Theme",
"theme.light": "Lights on",
"theme.dark": "Lights off",
"theme.automatic": "Match system default",

"title": "Заглавие",
"today": "Днес",

Expand Down Expand Up @@ -715,10 +756,13 @@
"users": "Потребители",

"version": "\u0412\u0435\u0440\u0441\u0438\u044f \u043d\u0430 Kirby",
"version.changes": "Changed version",
"version.compare": "Compare versions",
"version.current": "Current version",
"version.latest": "Latest version",
"versionInformation": "Version information",

"view": "View",
"view.account": "\u0412\u0430\u0448\u0438\u044f \u0430\u043a\u0430\u0443\u043d\u0442",
"view.installation": "\u0418\u043d\u0441\u0442\u0430\u043b\u0430\u0446\u0438\u044f",
"view.languages": "Езици",
Expand Down
44 changes: 44 additions & 0 deletions i18n/translations/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"copy": "Copiar",
"copy.all": "Copy all",
"copy.success": "{count} copied!",
"copy.success.multiple": "{count} copied!",
"copy.url": "Copy URL",
"create": "Crear",
"custom": "Custom",

Expand Down Expand Up @@ -90,6 +92,12 @@

"error.cache.type.invalid": "Invalid cache type \"{type}\"",

"error.content.lock.delete": "The version is locked and cannot be deleted",
"error.content.lock.move": "The source version is locked and cannot be moved",
"error.content.lock.publish": "This version is already published",
"error.content.lock.replace": "The version is locked and cannot be replaced",
"error.content.lock.update": "The version is locked and cannot be updated",

"error.email.preset.notFound": "No es pot trobar la configuració de correu electrònic \"{name}\"",

"error.field.converter.invalid": "Convertidor no vàlid \"{converter}\"",
Expand Down Expand Up @@ -118,6 +126,7 @@
"error.file.name.missing": "El nom del fitxer no pot estar buit",
"error.file.notFound": "L'arxiu \"{filename}\" no s'ha trobat",
"error.file.orientation": "L’orientació de la imatge ha de ser \"{orientation}\"",
"error.file.sort.permission": "You are not allowed to change the sorting of \"{filename}\"",
"error.file.type.forbidden": "No tens permís per penjar fitxers {type}",
"error.file.type.invalid": "Invalid file type: {type}",
"error.file.undefined": "L'arxiu no s'ha trobat",
Expand Down Expand Up @@ -168,6 +177,7 @@
"error.page.move.ancestor": "The page cannot be moved into itself",
"error.page.move.directory": "The page directory cannot be moved",
"error.page.move.duplicate": "A sub page with the URL appendix \"{slug}\" already exists",
"error.page.move.noSections": "The page \"{parent}\" cannot be a parent of any page because it lacks any pages sections in its blueprint",
"error.page.move.notFound": "The moved page could not be found",
"error.page.move.permission": "You are not allowed to move \"{slug}\"",
"error.page.move.template": "The \"{template}\" template is not accepted as a subpage of \"{parent}\"",
Expand Down Expand Up @@ -297,6 +307,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",
Expand Down Expand Up @@ -334,6 +347,7 @@
"field.blocks.video.url.placeholder": "https://youtube.com/?v=",

"field.files.empty": "Encara no hi ha cap fitxer seleccionat",
"field.files.empty.single": "No file selected yet",

"field.layout.change": "Change layout",
"field.layout.delete": "Delete layout",
Expand All @@ -345,12 +359,14 @@
"field.object.empty": "No information yet",

"field.pages.empty": "Encara no s'ha seleccionat cap pàgina",
"field.pages.empty.single": "No page selected yet",

"field.structure.delete.confirm": "Segur que voleu eliminar aquesta fila?",
"field.structure.delete.confirm.all": "Do you really want to delete all entries?",
"field.structure.empty": "Encara no hi ha entrades.",

"field.users.empty": "Encara no s'ha seleccionat cap usuari",
"field.users.empty.single": "No user selected yet",

"fields.empty": "No fields yet",

Expand All @@ -369,6 +385,13 @@

"filter": "Filter",

"form.discard": "Discard changes",
"form.discard.confirm": "Do you really want to <strong>discard all your changes</strong>?",
"form.locked": "This content is disabled for you as it is currently edited by another user",
"form.unsaved": "The current changes have not yet been saved",
"form.preview": "Preview changes",
"form.preview.draft": "Preview draft",

"hide": "Hide",
"hour": "Hora",
"hue": "Hue",
Expand Down Expand Up @@ -444,6 +467,8 @@
"license.status.missing.bubble": "Ready to launch your site?",
"license.status.missing.info": "No valid license",
"license.status.missing.label": "Please activate your license",
"license.status.unknown.info": "The license status is unknown",
"license.status.unknown.label": "Unknown license",
"license.manage": "Manage your licenses",
"license.purchased": "Purchased",
"license.success": "Gràcies per donar suport a Kirby",
Expand All @@ -456,6 +481,9 @@

"lock.unsaved": "Canvis no guardats",
"lock.unsaved.empty": "Ja no hi ha canvis no guardats",
"lock.unsaved.files": "Unsaved files",
"lock.unsaved.pages": "Unsaved pages",
"lock.unsaved.users": "Unsaved accounts",
"lock.isLocked": "Unsaved changes by {email}",
"lock.unlock": "Desbloquejar",
"lock.unlock.submit": "Unlock and overwrite unsaved changes by <strong>{email}</strong>",
Expand Down Expand Up @@ -578,6 +606,10 @@
"plugins": "Plugins",
"prev": "Anterior",
"preview": "Preview",

"publish": "Publish",
"published": "Publicat",

"remove": "Eliminar",
"rename": "Canviar el nom",
"renew": "Renew",
Expand All @@ -597,7 +629,9 @@
"role.nobody.title": "Ningú",

"save": "Desar",
"saved": "Saved",
"search": "Cercar",
"searching": "Searching",
"search.min": "Introduïu {min} caràcters per cercar",
"search.all": "Show all {count} results",
"search.results.none": "Sense resultats",
Expand All @@ -622,6 +656,7 @@

"system.info.copy": "Copy info",
"system.info.copied": "System info copied",
"system.issues.api.methods": "Your server does not support PATCH requests",
"system.issues.content": "The content folder seems to be exposed",
"system.issues.eol.kirby": "Your installed Kirby version has reached end-of-life and will not receive further security updates",
"system.issues.eol.plugin": "Your installed version of the { plugin } plugin is has reached end-of-life and will not receive further security updates",
Expand All @@ -646,6 +681,12 @@
"tel": "Phone",
"tel.placeholder": "+49123456789",
"template": "Plantilla",

"theme": "Theme",
"theme.light": "Lights on",
"theme.dark": "Lights off",
"theme.automatic": "Match system default",

"title": "Títol",
"today": "Avui",

Expand Down Expand Up @@ -715,10 +756,13 @@
"users": "Usuaris",

"version": "Versi\u00f3 de Kirby",
"version.changes": "Changed version",
"version.compare": "Compare versions",
"version.current": "Current version",
"version.latest": "Latest version",
"versionInformation": "Version information",

"view": "View",
"view.account": "La teva compta",
"view.installation": "Instal·lació",
"view.languages": "Idiomes",
Expand Down
Loading