Upgrade to rc5
This commit is contained in:
@@ -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": "Disabled",
|
||||
"discard": "Descartar",
|
||||
"download": "Download",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Editar",
|
||||
"expand": "Expand",
|
||||
"expand.all": "Expand All",
|
||||
|
||||
"dialog.files.empty": "No files to select",
|
||||
"dialog.pages.empty": "No pages to select",
|
||||
@@ -36,6 +41,7 @@
|
||||
"email": "Email",
|
||||
"email.placeholder": "mail@exemplo.com",
|
||||
|
||||
"error.access.code": "Invalid code",
|
||||
"error.access.login": "Login inválido",
|
||||
"error.access.panel": "Você não tem permissão para acessar o painel",
|
||||
"error.access.view": "You are not allowed to access this part of the panel",
|
||||
@@ -47,6 +53,12 @@
|
||||
|
||||
"error.blueprint.notFound": "O blueprint \"{name}\" não pôde 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",
|
||||
@@ -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": "The field is required",
|
||||
"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 usuário 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": "Your unsaved changes have been overwritten by another user. You can download your changes to merge them manually.",
|
||||
|
||||
"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",
|
||||
|
||||
@@ -296,6 +376,7 @@
|
||||
"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": "Copy files",
|
||||
"page.duplicate.pages": "Copy pages",
|
||||
"page.sort": "Change position",
|
||||
"page.status": "Estado",
|
||||
"page.status.draft": "Rascunho",
|
||||
"page.status.draft.description": "The page is in draft mode and only visible for logged in editors or via secret link",
|
||||
@@ -328,6 +410,7 @@
|
||||
"password": "Senha",
|
||||
"pixel": "Pixel",
|
||||
"prev": "Anterior",
|
||||
"preview": "Preview",
|
||||
"remove": "Remover",
|
||||
"rename": "Renomear",
|
||||
"replace": "Substituir",
|
||||
@@ -354,6 +437,7 @@
|
||||
|
||||
"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": "Sua conta",
|
||||
"view.installation": "Instala\u00e7\u00e3o",
|
||||
"view.resetPassword": "Reset password",
|
||||
"view.settings": "Configurações",
|
||||
"view.site": "Site",
|
||||
"view.users": "Usu\u00e1rios",
|
||||
|
Reference in New Issue
Block a user