Update to Kirby 4.7.0
This commit is contained in:
parent
02a9ab387c
commit
ba25a9a198
509 changed files with 26604 additions and 14872 deletions
|
@ -3,57 +3,75 @@
|
|||
"account.delete": "Zmazať váš účet",
|
||||
"account.delete.confirm": "Do you really want to delete your account? You will be logged out immediately. Your account cannot be recovered.",
|
||||
|
||||
"activate": "Activate",
|
||||
"add": "Pridať",
|
||||
"alpha": "Alpha",
|
||||
"author": "Autor",
|
||||
"avatar": "Profilový obrázok",
|
||||
"back": "Back",
|
||||
"cancel": "Cancel",
|
||||
"back": "Späť",
|
||||
"cancel": "Zrušiť",
|
||||
"change": "Zmeniť",
|
||||
"close": "Zavrieť",
|
||||
"changes": "Zmeny",
|
||||
"confirm": "Ok",
|
||||
"collapse": "Zabaliť",
|
||||
"collapse.all": "Zabaliť všetky",
|
||||
"color": "Farba",
|
||||
"coordinates": "Koordináty",
|
||||
"copy": "Kopírovať",
|
||||
"copy.all": "Copy all",
|
||||
"copy.success": "{count} copied!",
|
||||
"copy.success.multiple": "{count} copied!",
|
||||
"copy.url": "Copy URL",
|
||||
"create": "Vytvoriť",
|
||||
"custom": "Custom",
|
||||
|
||||
"date": "Dátum",
|
||||
"date.select": "Zvoliť dátum",
|
||||
|
||||
"day": "Deň",
|
||||
"days.fri": "Pia",
|
||||
"days.mon": "Mon",
|
||||
"days.mon": "Pon",
|
||||
"days.sat": "Sob",
|
||||
"days.sun": "Ned",
|
||||
"days.thu": "Štv",
|
||||
"days.tue": "Uto",
|
||||
"days.wed": "Wed",
|
||||
"days.wed": "Str",
|
||||
|
||||
"debugging": "Debugging",
|
||||
|
||||
"delete": "Zmazať",
|
||||
"delete.all": "Zmazať všetky",
|
||||
|
||||
"dialog.fields.empty": "This dialog has no fields",
|
||||
"dialog.files.empty": "No files to select",
|
||||
"dialog.pages.empty": "No pages to select",
|
||||
"dialog.text.empty": "This dialog does not define any text",
|
||||
"dialog.users.empty": "Zvolení neboli žiadni uživátelia",
|
||||
|
||||
"dimensions": "Rozmery",
|
||||
"disable": "Disable",
|
||||
"disabled": "Disabled",
|
||||
"discard": "Discard",
|
||||
"discard": "Zahodiť",
|
||||
|
||||
"drawer.fields.empty": "This drawer has no fields",
|
||||
|
||||
"domain": "Domain",
|
||||
"download": "Stiahnuť",
|
||||
"duplicate": "Duplikovať",
|
||||
|
||||
"edit": "Edit",
|
||||
"edit": "Upraviť",
|
||||
|
||||
"email": "E-mail",
|
||||
"email.placeholder": "mail@example.com",
|
||||
|
||||
"enter": "Enter",
|
||||
"entries": "Entries",
|
||||
"entry": "Entry",
|
||||
|
||||
"environment": "Environment",
|
||||
|
||||
"error": "Chyba",
|
||||
"error.access.code": "Neplatný kód",
|
||||
"error.access.login": "Neplatné prihlásenie",
|
||||
"error.access.panel": "Nemáte povolenie na prístup do Panel-u",
|
||||
|
@ -61,7 +79,7 @@
|
|||
|
||||
"error.avatar.create.fail": "Profilový obrázok sa nepodarilo nahrať",
|
||||
"error.avatar.delete.fail": "Profilový obrázok sa nepodarilo zmazať",
|
||||
"error.avatar.dimensions.invalid": "Prosím, dodržte, aby šírka a výška profilového obrázka bola menšia ako 3000 pixelov.",
|
||||
"error.avatar.dimensions.invalid": "Prosím, dodržte, aby šírka a výška profilového obrázka bola menšia ako 3000 pixelov",
|
||||
"error.avatar.mime.forbidden": "Profilový obrázok musí byť súbor JPEG alebo PNG.",
|
||||
|
||||
"error.blueprint.notFound": "Blueprint \"{name}\" sa nepodarilo načítať",
|
||||
|
@ -74,13 +92,31 @@
|
|||
|
||||
"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.entries.max.plural": "You must not add more than {max} entries",
|
||||
"error.entries.max.singular": "You must not add more than one entry",
|
||||
"error.entries.min.plural": "You must add at least {min} entries",
|
||||
"error.entries.min.singular": "You must add at least one entry",
|
||||
"error.entries.supports": "\"{type}\" field type is not supported for the entries field",
|
||||
"error.entries.validation": "There's an error on the \"{field}\" field in row {index}",
|
||||
|
||||
"error.email.preset.notFound": "E-mailovú predvoľbu \"{name}\" nie je možné nájsť",
|
||||
|
||||
"error.field.converter.invalid": "Neplatný converter \"{converter}\"",
|
||||
"error.field.link.options": "Invalid options: {options}",
|
||||
"error.field.type.missing": "Field \"{ name }\": The field type \"{ type }\" does not exist",
|
||||
|
||||
"error.file.changeName.empty": "Meno nesmie byť prázdne",
|
||||
"error.file.changeName.permission": "Nemáte povolenie na zmenu názvu pre \"{filename}\"",
|
||||
"error.file.changeTemplate.invalid": "The template for the file \"{id}\" cannot be changed to \"{template}\" (valid: \"{blueprints}\")",
|
||||
"error.file.changeTemplate.permission": "You are not allowed to change the template for the file \"{id}\"",
|
||||
|
||||
"error.file.delete.multiple": "Not all files could be deleted. Try each remaining file individually to see the specific error that prevents deletion.",
|
||||
"error.file.duplicate": "Súbor s názvom \"{filename}\" už existuje",
|
||||
"error.file.extension.forbidden": "Prípona \"{extension}\" nie je povolená",
|
||||
"error.file.extension.invalid": "Neplatná prípona: \"{extension}\"",
|
||||
|
@ -95,9 +131,11 @@
|
|||
"error.file.minheight": "Výška obrázku musí byť aspoň \"{height}\" pixelov",
|
||||
"error.file.minsize": "Súbor je príliš malý",
|
||||
"error.file.minwidth": "Šírka obrázku musí byť aspoň \"{width}\" pixelov",
|
||||
"error.file.name.unique": "The filename must be unique",
|
||||
"error.file.name.missing": "Názov súboru nemôže byť prázdny",
|
||||
"error.file.notFound": "Súbor \"{filename}\" sa nepodarilo nájsť",
|
||||
"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": "Nemáte povolenie na nahrávanie súborov s typom {type}",
|
||||
"error.file.type.invalid": "Neplatný typ súboru: \"{type}\"",
|
||||
"error.file.undefined": "Súbor nie je možné nájsť",
|
||||
|
@ -106,22 +144,30 @@
|
|||
"error.form.notSaved": "Formulár sa nepodarilo uložiť",
|
||||
|
||||
"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",
|
||||
|
||||
"error.license.format": "Please enter a valid license key",
|
||||
"error.license.domain": "The domain for the license is missing",
|
||||
"error.license.email": "Prosím, zadajte platnú e-mailovú adresu",
|
||||
"error.license.format": "Please enter a valid license code",
|
||||
"error.license.verification": "The license could not be verified",
|
||||
|
||||
"error.login.totp.confirm.invalid": "Neplatný kód",
|
||||
"error.login.totp.confirm.missing": "Please enter the current code",
|
||||
|
||||
"error.object.validation": "There’s an error in the \"{label}\" field:\n{message}",
|
||||
|
||||
"error.offline": "The Panel is currently offline",
|
||||
|
||||
"error.page.changeSlug.permission": "Nemáte povolenie na zmenu URL príponu pre \"{slug}\"",
|
||||
"error.page.changeSlug.reserved": "The path of top-level pages must not start with \"{path}\"",
|
||||
"error.page.changeStatus.incomplete": "Stránka obsahuje chyby a nemôže byť zverejnená",
|
||||
"error.page.changeStatus.permission": "Status tejto stránky nemôže byť zmenený",
|
||||
"error.page.changeStatus.toDraft.invalid": "Stránka \"{slug}\" nemôže byť zmenená na koncept.",
|
||||
|
@ -133,10 +179,18 @@
|
|||
"error.page.delete": "Stránku \"{slug}\" nie je možné vymazať",
|
||||
"error.page.delete.confirm": "Prosím, zadajte titulok stránky pre potvrdenie",
|
||||
"error.page.delete.hasChildren": "Táto stránka obsahuje podstránky a nemôže byť zmazaná",
|
||||
"error.page.delete.multiple": "Not all pages could be deleted. Try each remaining page individually to see the specific error that prevents deletion.",
|
||||
"error.page.delete.permission": "Nemáte povolenie na zmazanie stránky \"{slug}\"",
|
||||
"error.page.draft.duplicate": "Koncept stránky s URL appendix-om \"{slug}\" už existuje",
|
||||
"error.page.duplicate": "Stránka s URL appendix-om \"{slug}\" už existuje",
|
||||
"error.page.duplicate.permission": "You are not allowed to duplicate \"{slug}\"",
|
||||
"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}\"",
|
||||
"error.page.notFound": "Stránku \"{slug}\" nie je možné nájsť",
|
||||
"error.page.num.invalid": "Prosím, zadajte platné číslo pre radenie. Čísla nemôžu byť záporné.",
|
||||
"error.page.slug.invalid": "Please enter a valid URL appendix",
|
||||
|
@ -163,6 +217,8 @@
|
|||
"error.site.changeTitle.permission": "Nemáte povolenie na zmenu titulku pre portál",
|
||||
"error.site.update.permission": "Nemáte povolenie na aktualizovanie portálu",
|
||||
|
||||
"error.structure.validation": "There's an error on the \"{field}\" field in row {index}",
|
||||
|
||||
"error.template.default.notFound": "Predvolená šablóna neexistuje",
|
||||
|
||||
"error.unexpected": "An unexpected error occurred! Enable debug mode for more info: https://getkirby.com/docs/reference/system/options/debug",
|
||||
|
@ -195,8 +251,10 @@
|
|||
"error.validation.accepted": "Prosím, potvrďte",
|
||||
"error.validation.alpha": "Prosím, zadajte len znaky z hlások a-z",
|
||||
"error.validation.alphanum": "Prosím, zadajte len znaky z hlások a-z a čísloviek 0-9",
|
||||
"error.validation.anchor": "Please enter a correct link anchor",
|
||||
"error.validation.between": "Prosím, zadajte hodnotu od \"{min}\" do \"{max}\"",
|
||||
"error.validation.boolean": "Prosím, potvrďte alebo odmietnite",
|
||||
"error.validation.color": "Please enter a valid color in the {format} format",
|
||||
"error.validation.contains": "Prosím, zadajte hodnotu, ktorá obsahuje \"{needle}\"",
|
||||
"error.validation.date": "Prosím, zadajte platný dátum",
|
||||
"error.validation.date.after": "Please enter a date after {date}",
|
||||
|
@ -211,6 +269,7 @@
|
|||
"error.validation.integer": "Prosím, zadajte platné celé číslo",
|
||||
"error.validation.ip": "Prosím, zadajte platnú e-mailovú adresu",
|
||||
"error.validation.less": "Prosím, zadajte hodnotu menšiu ako {max}",
|
||||
"error.validation.linkType": "The link type is not allowed",
|
||||
"error.validation.match": "Hodnota nezodpovedá očakávanému vzoru",
|
||||
"error.validation.max": "Prosím, zadajte hodnotu rovnú alebo menšiu ako {max}",
|
||||
"error.validation.maxlength": "Prosím, zadajte kratšiu hodnotu. (max. {max} charaktery/ov)",
|
||||
|
@ -227,15 +286,18 @@
|
|||
"error.validation.same": "Prosím, zadajte \"{other}\"",
|
||||
"error.validation.size": "Veľkosť hodnoty musí byť \"{size}\"",
|
||||
"error.validation.startswith": "Hodnota musí začínať s \"{start}\"",
|
||||
"error.validation.tel": "Please enter an unformatted phone number",
|
||||
"error.validation.time": "Prosím, zadajte platný čas",
|
||||
"error.validation.time.after": "Please enter a time after {time}",
|
||||
"error.validation.time.before": "Please enter a time before {time}",
|
||||
"error.validation.time.between": "Please enter a time between {min} and {max}",
|
||||
"error.validation.uuid": "Please enter a valid UUID",
|
||||
"error.validation.url": "Prosím, zadajte platnú URL",
|
||||
|
||||
"expand": "Rozbaliť",
|
||||
"expand.all": "Rozbaliť všetky",
|
||||
|
||||
"field.invalid": "The field is invalid",
|
||||
"field.required": "The field is required",
|
||||
"field.blocks.changeType": "Change type",
|
||||
"field.blocks.code.name": "Kód",
|
||||
|
@ -245,8 +307,9 @@
|
|||
"field.blocks.delete.confirm.all": "Naozaj chcete zmazať všetky bloky?",
|
||||
"field.blocks.delete.confirm.selected": "Naozaj chcete zmazať vybrané bloky?",
|
||||
"field.blocks.empty": "No blocks yet",
|
||||
"field.blocks.fieldsets.empty": "No fieldsets yet",
|
||||
"field.blocks.fieldsets.label": "Please select a block type …",
|
||||
"field.blocks.fieldsets.paste": "Press <kbd>{{ shortcut }}</kbd> to paste/import blocks from your clipboard",
|
||||
"field.blocks.fieldsets.paste": "Press <kbd>{{ shortcut }}</kbd> to import layouts/blocks from your clipboard <small>Only those allowed in the current field will get inserted.</small>",
|
||||
"field.blocks.gallery.name": "Galéria",
|
||||
"field.blocks.gallery.images.empty": "No images yet",
|
||||
"field.blocks.gallery.images.label": "Obrázky",
|
||||
|
@ -254,11 +317,16 @@
|
|||
"field.blocks.heading.name": "Nadpis",
|
||||
"field.blocks.heading.text": "Text",
|
||||
"field.blocks.heading.placeholder": "Nadpis ...",
|
||||
"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": "Popis",
|
||||
"field.blocks.image.crop": "Orezanie",
|
||||
"field.blocks.image.link": "Odkaz",
|
||||
"field.blocks.image.location": "Poloha",
|
||||
"field.blocks.image.location.internal": "This website",
|
||||
"field.blocks.image.location.external": "External source",
|
||||
"field.blocks.image.name": "Obrázok",
|
||||
"field.blocks.image.placeholder": "Select an image",
|
||||
"field.blocks.image.ratio": "Ratio",
|
||||
|
@ -275,38 +343,72 @@
|
|||
"field.blocks.quote.citation.placeholder": "by …",
|
||||
"field.blocks.text.name": "Text",
|
||||
"field.blocks.text.placeholder": "Text …",
|
||||
"field.blocks.video.autoplay": "Autoplay",
|
||||
"field.blocks.video.caption": "Popis",
|
||||
"field.blocks.video.controls": "Controls",
|
||||
"field.blocks.video.location": "Poloha",
|
||||
"field.blocks.video.loop": "Loop",
|
||||
"field.blocks.video.muted": "Muted",
|
||||
"field.blocks.video.name": "Video",
|
||||
"field.blocks.video.placeholder": "Enter a video URL",
|
||||
"field.blocks.video.poster": "Poster",
|
||||
"field.blocks.video.preload": "Preload",
|
||||
"field.blocks.video.url.label": "Video-URL",
|
||||
"field.blocks.video.url.placeholder": "https://youtube.com/?v=",
|
||||
|
||||
"field.files.empty": "Žiadne súbory zatiaľ neboli zvolené",
|
||||
"field.entries.delete.confirm.all": "Do you really want to delete all entries?",
|
||||
"field.entries.empty": "Zatiaľ žiadne údaje",
|
||||
|
||||
"field.files.empty": "Žiadne súbory zatiaľ neboli zvolené",
|
||||
"field.files.empty.single": "No file selected yet",
|
||||
|
||||
"field.layout.change": "Change layout",
|
||||
"field.layout.delete": "Delete layout",
|
||||
"field.layout.delete.confirm": "Do you really want to delete this layout?",
|
||||
"field.layout.delete.confirm.all": "Do you really want to delete all layouts?",
|
||||
"field.layout.empty": "No rows yet",
|
||||
"field.layout.select": "Select a layout",
|
||||
|
||||
"field.object.empty": "No information yet",
|
||||
|
||||
"field.pages.empty": "Žiadne stránky zatiaľ neboli zvolené",
|
||||
"field.pages.empty.single": "No page selected yet",
|
||||
|
||||
"field.structure.delete.confirm": "Ste si istý, že chcete zmazať tento riadok?",
|
||||
"field.structure.delete.confirm.all": "Do you really want to delete all entries?",
|
||||
"field.structure.empty": "Zatiaľ žiadne údaje",
|
||||
|
||||
"field.users.empty": "Žiadni užívatelia zatiaľ neboli zvolení",
|
||||
"field.users.empty.single": "No user selected yet",
|
||||
|
||||
"fields.empty": "No fields yet",
|
||||
|
||||
"file": "Súbor",
|
||||
"file.blueprint": "This file has no blueprint yet. You can define the setup in <strong>/site/blueprints/files/{blueprint}.yml</strong>",
|
||||
"file.changeTemplate": "Zmeniť šablónu",
|
||||
"file.changeTemplate.notice": "Changing the file's template will remove content for fields that don't match in type. If the new template defines certain rules, e.g. image dimensions, those will also be applied irreversibly. Use with caution.",
|
||||
"file.delete.confirm": "Ste si istý, že chcete zmazať <br><strong>{filename}</strong>?",
|
||||
"file.focus.placeholder": "Set focal point",
|
||||
"file.focus.reset": "Remove focal point",
|
||||
"file.focus.title": "Focus",
|
||||
"file.sort": "Change position",
|
||||
|
||||
"files": "Files",
|
||||
"files": "Súbory",
|
||||
"files.delete.confirm.selected": "Do you really want to delete the selected files? This action cannot be undone.",
|
||||
"files.empty": "Zatiaľ žiadne súbory",
|
||||
|
||||
"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": "Hodina",
|
||||
"hue": "Hue",
|
||||
"import": "Import",
|
||||
"info": "Info",
|
||||
"insert": "Vložiť",
|
||||
|
@ -324,7 +426,6 @@
|
|||
"installation.issues.mbstring": "<code>MB String</code> rozšírenie je povinné",
|
||||
"installation.issues.media": "Priečinok <code>/media</code> neexistuje alebo nie je nastavený ako zapisovateľný",
|
||||
"installation.issues.php": "Uistite sa, že používate <code>PHP 8+</code>",
|
||||
"installation.issues.server": "Kirby vyžaduje <code>Apache</code>, <code>Nginx</code> alebo <code>Caddy</code>",
|
||||
"installation.issues.sessions": "Priečinok <code>/site/sessions</code> neexistuje alebo nie je nastavený ako zapisovateľný",
|
||||
|
||||
"language": "Jazyk",
|
||||
|
@ -332,6 +433,7 @@
|
|||
"language.convert": "Nastaviť ako predvolené",
|
||||
"language.convert.confirm": "<p>Ste si istý, že chcete nastaviť <strong>{name}</strong> ako predvolený jazyk? Túto akciu nie je možné zvrátiť.</p><p>Ak <strong>{name}</strong> obsahuje nepreložený obsah, tak pre tento obsah nebude fungovať platné volanie a niektoré časti vašich stránok zostanú prázdne.</p>",
|
||||
"language.create": "Pridať nový jazyk",
|
||||
"language.default": "Predvolený jazyk",
|
||||
"language.delete.confirm": "Ste si istý, že chcete zmazať jazyk <strong>{name}</strong> vrátane všetkých prekladov? Túto akciu nie je možné zvrátiť.",
|
||||
"language.deleted": "Jazyk bol zmazaný",
|
||||
"language.direction": "Smer čítania",
|
||||
|
@ -340,7 +442,16 @@
|
|||
"language.locale": "PHP locale string",
|
||||
"language.locale.warning": "You are using a custom locale set up. Please modify it in the language file in /site/languages",
|
||||
"language.name": "Názov",
|
||||
"language.secondary": "Secondary language",
|
||||
"language.settings": "Language settings",
|
||||
"language.updated": "Jazyk bol aktualizovaný",
|
||||
"language.variables": "Language variables",
|
||||
"language.variables.empty": "No translations yet",
|
||||
|
||||
"language.variable.delete.confirm": "Do you really want to delete the variable for {key}?",
|
||||
"language.variable.key": "Key",
|
||||
"language.variable.notFound": "The variable could not be found",
|
||||
"language.variable.value": "Value",
|
||||
|
||||
"languages": "Jazyky",
|
||||
"languages.default": "Predvolený jazyk",
|
||||
|
@ -349,15 +460,32 @@
|
|||
"languages.secondary.empty": "Zatiaľ žiadne sekundárne jazyky",
|
||||
|
||||
"license": "Licencia",
|
||||
"license.activate": "Activate it now",
|
||||
"license.activate.label": "Please activate your license",
|
||||
"license.activate.domain": "Your license will be activated for <strong>{host}</strong>.",
|
||||
"license.activate.local": "You are about to activate your Kirby license for your local domain <strong>{host}</strong>. If this site will be deployed to a public domain, please activate it there instead. If {host} is the domain you want to use your license for, please continue.",
|
||||
"license.activated": "Activated",
|
||||
"license.buy": "Zakúpiť licenciu",
|
||||
"license.register": "Registrovať",
|
||||
"license.code": "Kód",
|
||||
"license.code.help": "You received your license code after the purchase via email. Please copy and paste it here.",
|
||||
"license.code.label": "Prosím, zadajte váš licenčný kód",
|
||||
"license.status.active.info": "Includes new major versions until {date}",
|
||||
"license.status.active.label": "Valid license",
|
||||
"license.status.demo.info": "This is a demo installation",
|
||||
"license.status.demo.label": "Demo",
|
||||
"license.status.inactive.info": "Renew license to update to new major versions",
|
||||
"license.status.inactive.label": "No new major versions",
|
||||
"license.status.legacy.bubble": "Ready to renew your license?",
|
||||
"license.status.legacy.info": "Your license does not cover this version",
|
||||
"license.status.legacy.label": "Please renew your license",
|
||||
"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.manage": "Manage your licenses",
|
||||
"license.register.help": "Licenčný kód vám bol doručený e-mailom po úspešnom nákupe. Prosím, skopírujte a prilepte ho na uskutočnenie registrácie.",
|
||||
"license.register.label": "Prosím, zadajte váš licenčný kód",
|
||||
"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": "Ďakujeme za vašu podporu Kirby",
|
||||
"license.unregistered": "Toto je neregistrované demo Kirby",
|
||||
"license.purchased": "Purchased",
|
||||
"license.success": "Ďakujeme za vašu podporu Kirby",
|
||||
"license.unregistered.label": "Unregistered",
|
||||
|
||||
"link": "Odkaz",
|
||||
|
@ -367,17 +495,21 @@
|
|||
|
||||
"lock.unsaved": "Unsaved changes",
|
||||
"lock.unsaved.empty": "There are no more unsaved changes",
|
||||
"lock.isLocked": "Unsaved changes by <strong>{email}</strong>",
|
||||
"lock.file.isLocked": "The file is currently being edited by {email} and cannot be changed.",
|
||||
"lock.page.isLocked": "The page is currently being edited by {email} and cannot be changed.",
|
||||
"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.isUnlocked": "Your unsaved changes have been overwritten by another user. You can download your changes to merge them manually.",
|
||||
"lock.unlock.submit": "Unlock and overwrite unsaved changes by <strong>{email}</strong>",
|
||||
"lock.isUnlocked": "Was unlocked by another user",
|
||||
|
||||
"login": "Log in",
|
||||
"login": "Prihlásenie",
|
||||
"login.code.label.login": "Login code",
|
||||
"login.code.label.password-reset": "Password reset code",
|
||||
"login.code.placeholder.email": "000 000",
|
||||
"login.code.placeholder.totp": "000000",
|
||||
"login.code.text.email": "If your email address is registered, the requested code was sent via email.",
|
||||
"login.code.text.totp": "Please enter the one‑time code from your authenticator app.",
|
||||
"login.email.login.body": "Hi {user.nameOrEmail},\n\nYou recently requested a login code for the Panel of {site}.\nThe following login code will be valid for {timeout} minutes:\n\n{code}\n\nIf you did not request a login code, please ignore this email or contact your administrator if you have questions.\nFor security, please DO NOT forward this email.",
|
||||
"login.email.login.subject": "Your login code",
|
||||
"login.email.password-reset.body": "Hi {user.nameOrEmail},\n\nYou recently requested a password reset code for the Panel of {site}.\nThe following password reset code will be valid for {timeout} minutes:\n\n{code}\n\nIf you did not request a password reset code, please ignore this email or contact your administrator if you have questions.\nFor security, please DO NOT forward this email.",
|
||||
|
@ -388,9 +520,24 @@
|
|||
"login.toggleText.code.email-password": "Login with password",
|
||||
"login.toggleText.password-reset.email": "Forgot your password?",
|
||||
"login.toggleText.password-reset.email-password": "← Back to login",
|
||||
"login.totp.enable.option": "Set up one‑time codes",
|
||||
"login.totp.enable.intro": "Authenticator apps can generate one‑time codes that are used as a second factor when signing into your account.",
|
||||
"login.totp.enable.qr.label": "1. Scan this QR code",
|
||||
"login.totp.enable.qr.help": "Unable to scan? Add the setup key <code>{secret}</code> manually to your authenticator app.",
|
||||
"login.totp.enable.confirm.headline": "2. Confirm with generated code",
|
||||
"login.totp.enable.confirm.text": "Your app generates a new one‑time code every 30 seconds. Enter the current code to complete the setup:",
|
||||
"login.totp.enable.confirm.label": "Current code",
|
||||
"login.totp.enable.confirm.help": "After this setup, we will ask you for a one‑time code every time you log in.",
|
||||
"login.totp.enable.success": "One‑time codes enabled",
|
||||
"login.totp.disable.option": "Disable one‑time codes",
|
||||
"login.totp.disable.label": "Enter your password to disable one‑time codes",
|
||||
"login.totp.disable.help": "In the future, a different second factor like a login code sent via email will be requested when you log in. You can always set up one‑time codes again later.",
|
||||
"login.totp.disable.admin": "<p>This will disable one‑time codes for <strong>{user}</strong>.</p><p>In the future, a different second factor like a login code sent via email will be requested when they log in. {user} can set up one‑time codes again after their next login.</p>",
|
||||
"login.totp.disable.success": "One‑time codes disabled",
|
||||
|
||||
"logout": "Log out",
|
||||
"logout": "Odhlásenie",
|
||||
|
||||
"merge": "Merge",
|
||||
"menu": "Menu",
|
||||
"meridiem": "AM/PM",
|
||||
"mime": "Typ média",
|
||||
|
@ -400,32 +547,37 @@
|
|||
"months.april": "Apríl",
|
||||
"months.august": "August",
|
||||
"months.december": "December",
|
||||
"months.february": "February",
|
||||
"months.february": "Február",
|
||||
"months.january": "Január",
|
||||
"months.july": "July",
|
||||
"months.june": "June",
|
||||
"months.march": "March",
|
||||
"months.may": "May",
|
||||
"months.july": "Júl",
|
||||
"months.june": "Jún",
|
||||
"months.march": "Marec",
|
||||
"months.may": "Máj",
|
||||
"months.november": "November",
|
||||
"months.october": "October",
|
||||
"months.october": "Október",
|
||||
"months.september": "September",
|
||||
|
||||
"more": "Viac",
|
||||
"name": "Názov",
|
||||
"move": "Move",
|
||||
"name": "Meno",
|
||||
"next": "Ďalej",
|
||||
"night": "Night",
|
||||
"no": "no",
|
||||
"off": "off",
|
||||
"on": "on",
|
||||
"open": "Otvoriť",
|
||||
"open.newWindow": "Open in new window",
|
||||
"option": "Option",
|
||||
"options": "Nastavenia",
|
||||
"options.none": "No options",
|
||||
"options.all": "Show all {count} options",
|
||||
|
||||
"orientation": "Orientácia",
|
||||
"orientation.landscape": "Širokouhlá",
|
||||
"orientation.portrait": "Portrét",
|
||||
"orientation.square": "Štvorec",
|
||||
|
||||
"page": "Stránka",
|
||||
"page.blueprint": "This page has no blueprint yet. You can define the setup in <strong>/site/blueprints/pages/{blueprint}.yml</strong>",
|
||||
"page.changeSlug": "Zmeniť URL",
|
||||
"page.changeSlug.fromTitle": "Vytvoriť z titulku",
|
||||
|
@ -433,13 +585,15 @@
|
|||
"page.changeStatus.position": "Prosím, zmeňte pozíciu",
|
||||
"page.changeStatus.select": "Zvoľte nový status",
|
||||
"page.changeTemplate": "Zmeniť šablónu",
|
||||
"page.changeTemplate.notice": "Changing the page's template will remove content for fields that don't match in type. Use with caution.",
|
||||
"page.create": "Create as {status}",
|
||||
"page.delete.confirm": "Ste si istý, že chcete zmazať <strong>{title}</strong>?",
|
||||
"page.delete.confirm.subpages": "<strong>Táto stránka obsahuje podstránky</strong>. <br>Všetky podstránky budú taktiež zmazané.",
|
||||
"page.delete.confirm.title": "Pre potvrdenie zadajte titulok stránky",
|
||||
"page.draft.create": "Vytvoriť koncept",
|
||||
"page.duplicate.appendix": "Kopírovať",
|
||||
"page.duplicate.files": "Copy files",
|
||||
"page.duplicate.pages": "Copy pages",
|
||||
"page.move": "Move page",
|
||||
"page.sort": "Change position",
|
||||
"page.status": "Status",
|
||||
"page.status.draft": "Koncept",
|
||||
|
@ -449,7 +603,8 @@
|
|||
"page.status.unlisted": "Skryté",
|
||||
"page.status.unlisted.description": "Stránka je prístupná len prostredníctvom priamej URL",
|
||||
|
||||
"pages": "Pages",
|
||||
"pages": "Stránky",
|
||||
"pages.delete.confirm.selected": "Do you really want to delete the selected pages? This action cannot be undone.",
|
||||
"pages.empty": "Zatiaľ žiadne stránky",
|
||||
"pages.status.draft": "Koncepty",
|
||||
"pages.status.listed": "Zverejnené",
|
||||
|
@ -457,17 +612,24 @@
|
|||
|
||||
"pagination.page": "Stránka",
|
||||
|
||||
"password": "Password",
|
||||
"password": "Heslo",
|
||||
"paste": "Paste",
|
||||
"paste.after": "Paste after",
|
||||
"paste.success": "{count} pasted!",
|
||||
"pixel": "Pixel",
|
||||
"plugin": "Plugin",
|
||||
"plugins": "Plugins",
|
||||
"prev": "Predchádzajúci",
|
||||
"preview": "Preview",
|
||||
|
||||
"publish": "Publish",
|
||||
"published": "Zverejnené",
|
||||
|
||||
"remove": "Odstrániť",
|
||||
"rename": "Premenovať",
|
||||
"replace": "Replace",
|
||||
"renew": "Renew",
|
||||
"replace": "Nahradiť",
|
||||
"replace.with": "Replace with",
|
||||
"retry": "Skúsiť ešte raz",
|
||||
"revert": "Vrátiť späť",
|
||||
"revert.confirm": "Do you really want to <strong>delete all unsaved changes</strong>?",
|
||||
|
@ -482,11 +644,14 @@
|
|||
"role.nobody.title": "Nobody",
|
||||
|
||||
"save": "Uložiť",
|
||||
"saved": "Saved",
|
||||
"search": "Hľadať",
|
||||
"searching": "Searching",
|
||||
"search.min": "Enter {min} characters to search",
|
||||
"search.all": "Show all",
|
||||
"search.all": "Show all {count} results",
|
||||
"search.results.none": "No results",
|
||||
|
||||
"section.invalid": "The section is invalid",
|
||||
"section.required": "The section is required",
|
||||
|
||||
"security": "Security",
|
||||
|
@ -498,16 +663,25 @@
|
|||
"size": "Veľkosť",
|
||||
"slug": "URL appendix",
|
||||
"sort": "Zoradiť",
|
||||
"sort.drag": "Drag to sort …",
|
||||
"split": "Split",
|
||||
|
||||
"stats.empty": "No reports",
|
||||
"status": "Status",
|
||||
|
||||
"system.info.copy": "Copy info",
|
||||
"system.info.copied": "System info copied",
|
||||
"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",
|
||||
"system.issues.eol.php": "Your installed PHP release { release } has reached end-of-life and will not receive further security updates",
|
||||
"system.issues.debug": "Debugging must be turned off in production",
|
||||
"system.issues.git": "The .git folder seems to be exposed",
|
||||
"system.issues.https": "We recommend HTTPS for all your sites",
|
||||
"system.issues.kirby": "The kirby folder seems to be exposed",
|
||||
"system.issues.local": "The site is running locally with relaxed security checks",
|
||||
"system.issues.site": "The site folder seems to be exposed",
|
||||
"system.issues.vue.compiler": "The Vue template compiler is enabled",
|
||||
"system.issues.vulnerability.kirby": "Your installation might be affected by the following vulnerability ({ severity } severity): { description }",
|
||||
"system.issues.vulnerability.plugin": "Your installation might be affected by the following vulnerability in the { plugin } plugin ({ severity } severity): { description }",
|
||||
"system.updateStatus": "Update status",
|
||||
|
@ -520,10 +694,19 @@
|
|||
"system.updateStatus.update": "Free update { version } available",
|
||||
"system.updateStatus.upgrade": "Upgrade { version } available",
|
||||
|
||||
"title": "Titulok",
|
||||
"tel": "Phone",
|
||||
"tel.placeholder": "+49123456789",
|
||||
"template": "Šablóna",
|
||||
|
||||
"theme": "Theme",
|
||||
"theme.light": "Lights on",
|
||||
"theme.dark": "Lights off",
|
||||
"theme.automatic": "Match system default",
|
||||
|
||||
"title": "Titulok",
|
||||
"today": "Dnes",
|
||||
|
||||
"toolbar.button.clear": "Clear formatting",
|
||||
"toolbar.button.code": "Kód",
|
||||
"toolbar.button.bold": "Tučný",
|
||||
"toolbar.button.email": "E-mail",
|
||||
|
@ -541,6 +724,8 @@
|
|||
"toolbar.button.link": "Odkaz",
|
||||
"toolbar.button.paragraph": "Paragraph",
|
||||
"toolbar.button.strike": "Strike-through",
|
||||
"toolbar.button.sub": "Subscript",
|
||||
"toolbar.button.sup": "Superscript",
|
||||
"toolbar.button.ol": "Číslovaný zoznam",
|
||||
"toolbar.button.underline": "Underline",
|
||||
"toolbar.button.ul": "Odrážkový zoznam",
|
||||
|
@ -550,6 +735,8 @@
|
|||
"translation.name": "Slovensky",
|
||||
"translation.locale": "sk_SK",
|
||||
|
||||
"type": "Type",
|
||||
|
||||
"upload": "Nahrať",
|
||||
"upload.error.cantMove": "The uploaded file could not be moved",
|
||||
"upload.error.cantWrite": "Failed to write file to disk",
|
||||
|
@ -574,6 +761,7 @@
|
|||
"user.changeLanguage": "Zmeniť jazyk",
|
||||
"user.changeName": "Premenovať tohto užívateľa",
|
||||
"user.changePassword": "Zmeniť heslo",
|
||||
"user.changePassword.current": "Your current password",
|
||||
"user.changePassword.new": "Nové heslo",
|
||||
"user.changePassword.new.confirm": "Potvrdiť nové heslo...",
|
||||
"user.changeRole": "Zmeniť rolu",
|
||||
|
@ -585,10 +773,13 @@
|
|||
"users": "Užívatelia",
|
||||
|
||||
"version": "Verzia",
|
||||
"version.changes": "Changed version",
|
||||
"version.compare": "Compare versions",
|
||||
"version.current": "Current version",
|
||||
"version.latest": "Latest version",
|
||||
"versionInformation": "Version information",
|
||||
|
||||
"view": "View",
|
||||
"view.account": "Váš účet",
|
||||
"view.installation": "Inštalácia",
|
||||
"view.languages": "Jazyky",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue