Upgrade to rc5

This commit is contained in:
Bastian Allgeier
2020-12-10 11:24:42 +01:00
parent 3fec0d7c93
commit c378376bc9
257 changed files with 13009 additions and 1846 deletions

View File

@@ -6,6 +6,8 @@
"change": "Alterar",
"close": "Fechar",
"confirm": "Salvar",
"collapse": "Collapse",
"collapse.all": "Collapse All",
"copy": "Copiar",
"create": "Criar",
@@ -22,12 +24,15 @@
"days.wed": "Qua",
"delete": "Excluir",
"delete.all": "Delete all",
"dimensions": "Dimensões",
"disabled": "Inativo",
"discard": "Descartar",
"download": "Descarregar",
"duplicate": "Duplicar",
"edit": "Editar",
"expand": "Expand",
"expand.all": "Expand All",
"dialog.files.empty": "Sem arquivos para selecionar",
"dialog.pages.empty": "Sem páginas para selecionar",
@@ -36,6 +41,7 @@
"email": "Email",
"email.placeholder": "mail@exemplo.pt",
"error.access.code": "Invalid code",
"error.access.login": "Login inválido",
"error.access.panel": "Não tem permissões para aceder ao painel",
"error.access.view": "Não tem permissões para aceder a esta área do Painel",
@@ -47,6 +53,12 @@
"error.blueprint.notFound": "O blueprint \"{name}\" não pode ser carregado",
"error.blocks.max.plural": "You must not add more than {max} blocks",
"error.blocks.max.singular": "You must not add more than one block",
"error.blocks.min.plural": "You must add at least {min} blocks",
"error.blocks.min.singular": "You must add at least one block",
"error.blocks.validation": "There's an error in block {index}",
"error.email.preset.notFound": "Preset de email \"{name}\" não encontrado",
"error.field.converter.invalid": "Conversor \"{converter}\" inválido",
@@ -102,7 +114,7 @@
"error.page.notFound": "Página\"{slug}\" não encontrada",
"error.page.num.invalid": "Digite um número de ordenação válido. Este número não pode ser negativo.",
"error.page.slug.invalid": "Por favor, digite um prefixo de URL válido",
"error.page.slug.maxlength": "Slug length must be less than \"{length}\" characters",
"error.page.slug.maxlength": "O slug não pode conter mais do que \"{length}\" caracteres",
"error.page.sort.permission": "A página \"{slug}\" não pode ser ordenada",
"error.page.status.invalid": "Por favor, defina um estado de página válido",
"error.page.undefined": "P\u00e1gina n\u00e3o encontrada",
@@ -185,22 +197,77 @@
"error.validation.size": "O tamanho do valor deve ser \"{size}\"",
"error.validation.startswith": "O valor deve começar com \"{start}\"",
"error.validation.time": "Digite uma hora válida",
"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.url": "Digite uma URL válida",
"field.required": "Este campo é necessário",
"field.blocks.changeType": "Change type",
"field.blocks.code.name": "Código",
"field.blocks.code.language": "Idioma",
"field.blocks.code.placeholder": "Your code …",
"field.blocks.delete.confirm": "Do you really want to delete this block?",
"field.blocks.delete.confirm.all": "Do you really want to delete all blocks?",
"field.blocks.delete.confirm.selected": "Do you really want to delete the selected blocks?",
"field.blocks.empty": "No blocks yet",
"field.blocks.fieldsets.label": "Please select a block type …",
"field.blocks.gallery.name": "Gallery",
"field.blocks.gallery.images.empty": "No images yet",
"field.blocks.gallery.images.label": "Images",
"field.blocks.heading.level": "Level",
"field.blocks.heading.name": "Heading",
"field.blocks.heading.text": "Text",
"field.blocks.heading.placeholder": "Heading …",
"field.blocks.image.alt": "Alternative text",
"field.blocks.image.caption": "Caption",
"field.blocks.image.crop": "Crop",
"field.blocks.image.link": "Link",
"field.blocks.image.location": "Location",
"field.blocks.image.name": "Imagem",
"field.blocks.image.placeholder": "Select an image",
"field.blocks.image.ratio": "Ratio",
"field.blocks.list.name": "List",
"field.blocks.markdown.name": "Markdown",
"field.blocks.markdown.label": "Text",
"field.blocks.markdown.placeholder": "Markdown …",
"field.blocks.quote.name": "Quote",
"field.blocks.quote.text.label": "Text",
"field.blocks.quote.text.placeholder": "Quote …",
"field.blocks.quote.citation.label": "Citation",
"field.blocks.quote.citation.placeholder": "by …",
"field.blocks.text.name": "Text",
"field.blocks.text.placeholder": "Text …",
"field.blocks.video.caption": "Caption",
"field.blocks.video.name": "Video",
"field.blocks.video.placeholder": "Enter a video URL",
"field.blocks.video.url.label": "Video-URL",
"field.blocks.video.url.placeholder": "https://youtube.com/?v=",
"field.files.empty": "Nenhum arquivo selecionado",
"field.layout.delete": "Delete layout",
"field.layout.delete.confirm": "Do you really want to delete this layout?",
"field.layout.empty": "No rows yet",
"field.layout.select": "Select a layout",
"field.pages.empty": "Nenhuma página selecionada",
"field.structure.delete.confirm": "Deseja realmente excluir este registro?",
"field.structure.empty": "Nenhum registro",
"field.users.empty": "Nenhum utilizador selecionado",
"file.blueprint": "This file has no blueprint yet. You can define the setup in <strong>/site/blueprints/{template}.yml</strong>",
"file.delete.confirm": "Deseja realmente excluir <br> <strong>{filename}</strong>?",
"file.sort": "Change position",
"files": "Arquivos",
"files.empty": "Nenhum arquivo",
"hide": "Hide",
"hour": "Hora",
"insert": "Inserir",
"insert.after": "Insert after",
"insert.before": "Insert before",
"install": "Instalar",
"installation": "Instalação",
@@ -259,7 +326,20 @@
"lock.isUnlocked": "As suas alterações foram sobrepostas por outro utilizador. Pode descarregar as suas alterações e combiná-las manualmente.",
"login": "Entrar",
"login.code.label.login": "Login code",
"login.code.label.password-reset": "Password reset code",
"login.code.placeholder.email": "000 000",
"login.code.text.email": "If your email address is registered, the requested code was sent via email.",
"login.email.login.body": "Hi {user.nameOrEmail},\n\nYou recently requested a login code for the Kirby Panel.\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 Kirby Panel.\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.",
"login.email.password-reset.subject": "Your password reset code",
"login.remember": "Manter-me conectado",
"login.reset": "Reset password",
"login.toggleText.code.email": "Login via email",
"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",
"logout": "Sair",
@@ -289,13 +369,14 @@
"on": "on",
"open": "Abrir",
"options": "Opções",
"options.none": "No options",
"options.none": "Sem opções",
"orientation": "Orientação",
"orientation.landscape": "Paisagem",
"orientation.portrait": "Retrato",
"orientation.square": "Quadrado",
"page.blueprint": "This page has no blueprint yet. You can define the setup in <strong>/site/blueprints/{template}.yml</strong>",
"page.changeSlug": "Alterar URL",
"page.changeSlug.fromTitle": "Criar a partir do t\u00edtulo",
"page.changeStatus": "Alterar estado",
@@ -309,6 +390,7 @@
"page.duplicate.appendix": "Copiar",
"page.duplicate.files": "Copiar arquivos",
"page.duplicate.pages": "Copiar páginas",
"page.sort": "Change position",
"page.status": "Estado",
"page.status.draft": "Rascunho",
"page.status.draft.description": "A página está em modo de rascunho e é visível somente para editores",
@@ -328,6 +410,7 @@
"password": "Palavra-passe",
"pixel": "Pixel",
"prev": "Anterior",
"preview": "Preview",
"remove": "Remover",
"rename": "Renomear",
"replace": "Substituir",
@@ -346,14 +429,15 @@
"save": "Salvar",
"search": "Buscar",
"search.min": "Enter {min} characters to search",
"search.all": "Show all",
"search.results.none": "No results",
"search.min": "Introduza {min} caracteres para pesquisar",
"search.all": "Mostrar todos",
"search.results.none": "Sem resultados",
"section.required": "Esta seção é necessária",
"select": "Selecionar",
"settings": "Configurações",
"show": "Show",
"size": "Tamanho",
"slug": "URL",
"sort": "Ordenar",
@@ -361,6 +445,8 @@
"template": "Tema",
"today": "Hoje",
"site.blueprint": "The site has no blueprint yet. You can define the setup in <strong>/site/blueprints/site.yml</strong>",
"toolbar.button.code": "Código",
"toolbar.button.bold": "Negrito",
"toolbar.button.email": "Email",
@@ -419,6 +505,7 @@
"view.account": "A sua conta",
"view.installation": "Instala\u00e7\u00e3o",
"view.resetPassword": "Reset password",
"view.settings": "Configurações",
"view.site": "Site",
"view.users": "Utilizadores",