Skip to content

Commit

Permalink
Merge pull request #6938 from getkirby/release/5.0.0-beta.2
Browse files Browse the repository at this point in the history
5.0.0-beta.2
  • Loading branch information
bastianallgeier authored Jan 23, 2025
2 parents f6f745c + 8507041 commit f2ee5cf
Show file tree
Hide file tree
Showing 15 changed files with 217 additions and 221 deletions.
4 changes: 2 additions & 2 deletions 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-beta.1",
"version": "5.0.0-beta.2",
"keywords": [
"kirby",
"cms",
Expand Down Expand Up @@ -41,7 +41,7 @@
"composer/semver": "3.4.3",
"filp/whoops": "2.16.0",
"getkirby/composer-installer": "^1.2.1",
"laminas/laminas-escaper": "2.14.0",
"laminas/laminas-escaper": "2.15.0",
"michelf/php-smartypants": "1.8.1",
"phpmailer/phpmailer": "6.9.3",
"symfony/polyfill-intl-idn": "1.31.0",
Expand Down
40 changes: 20 additions & 20 deletions composer.lock

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

34 changes: 17 additions & 17 deletions i18n/translations/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"copy.all": "Kopírovat vše",
"copy.success": "{count} zkopírováno!",
"copy.success.multiple": "{count} copied!",
"copy.url": "Copy URL",
"copy.url": "Kopírovat URL",
"create": "Vytvořit",
"custom": "Vlastní",

Expand Down Expand Up @@ -92,9 +92,9 @@

"error.cache.type.invalid": "Neplatný typ cache \"{type}\"",

"error.content.lock.delete": "The version is locked and cannot be deleted",
"error.content.lock.delete": "Tato verze je uzamčená a nelze jí smazat",
"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.publish": "Tato verze je již zveřejněná",
"error.content.lock.replace": "The version is locked and cannot be replaced",
"error.content.lock.update": "The version is locked and cannot be updated",

Expand Down Expand Up @@ -389,8 +389,8 @@
"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",
"form.preview": "Náhled změn",
"form.preview.draft": "Náhled konceptu",

"hide": "Skrýt",
"hour": "Hodina",
Expand Down Expand Up @@ -467,8 +467,8 @@
"license.status.missing.bubble": "Vše připraveno na spuštění vaši stránky?",
"license.status.missing.info": "Žádlná platná licence",
"license.status.missing.label": "Prosím aktivute svoji licenci",
"license.status.unknown.info": "The license status is unknown",
"license.status.unknown.label": "Unknown license",
"license.status.unknown.info": "Status licence je neznámý",
"license.status.unknown.label": "Neznámá licence",
"license.manage": "Spravovat licence",
"license.purchased": "Zakoupeno",
"license.success": "Děkujeme Vám za podporu Kirby",
Expand All @@ -481,9 +481,9 @@

"lock.unsaved": "Neuložené změny",
"lock.unsaved.empty": "Nezbývají již žádné neuložené změny.",
"lock.unsaved.files": "Unsaved files",
"lock.unsaved.pages": "Unsaved pages",
"lock.unsaved.users": "Unsaved accounts",
"lock.unsaved.files": "Neuložené soubory",
"lock.unsaved.pages": "Neuložené stránky",
"lock.unsaved.users": "Neuložené účty",
"lock.isLocked": "Neuložené změny od {email}",
"lock.unlock": "Odemknout",
"lock.unlock.submit": "Odemknout a přepsat neuložené změny od <strong>{email}</strong>",
Expand Down Expand Up @@ -607,7 +607,7 @@
"prev": "Předchozí",
"preview": "Náhled",

"publish": "Publish",
"publish": "Zveřejnit",
"published": "Zveřejněno",

"remove": "Odstranit",
Expand All @@ -629,9 +629,9 @@
"role.nobody.title": "Nikdo",

"save": "Ulo\u017eit",
"saved": "Saved",
"saved": "Uloženo",
"search": "Hledat",
"searching": "Searching",
"searching": "Hledání",
"search.min": "Pro vyhledání zadejte alespoň {min} znaky",
"search.all": "Zobrazit všech {count} výsledků",
"search.results.none": "Žádné výsledky",
Expand Down Expand Up @@ -682,10 +682,10 @@
"tel.placeholder": "+49123456789",
"template": "\u0160ablona",

"theme": "Theme",
"theme": "Motiv",
"theme.light": "Lights on",
"theme.dark": "Lights off",
"theme.automatic": "Match system default",
"theme.automatic": "Podle nastavení systému",

"title": "Název",
"today": "Dnes",
Expand Down Expand Up @@ -756,8 +756,8 @@
"users": "Uživatelé",

"version": "Verze Kirby",
"version.changes": "Changed version",
"version.compare": "Compare versions",
"version.changes": "Změnit verzi",
"version.compare": "Porovnat verze",
"version.current": "Současná verze",
"version.latest": "Poslední verze",
"versionInformation": "Informace o verzi",
Expand Down
Loading

0 comments on commit f2ee5cf

Please sign in to comment.