stylus/_locales/pt_BR/messages.json

1044 lines
36 KiB
JSON
Raw Normal View History

2012-04-22 02:12:03 +00:00
{
2018-08-12 11:41:17 +00:00
"addStyleLabel": {
2021-02-04 01:04:35 +00:00
"message": "Escrever novo estilo",
2018-11-30 01:41:18 +00:00
"description": "Label for the button to go to the add style page"
2018-08-12 11:41:17 +00:00
},
"addStyleTitle": {
2018-11-30 01:41:18 +00:00
"message": "Adicionar estilo",
"description": "Title of the page for adding styles"
2018-08-12 11:41:17 +00:00
},
2019-07-08 09:50:51 +00:00
"alphaChannel": {
"message": "Opacidade",
"description": "Label of color's opacity"
},
2018-08-12 11:41:17 +00:00
"appliesAdd": {
2018-11-30 01:41:18 +00:00
"message": "Adicionar",
"description": "Label for the button to add an 'applies' entry"
2018-08-12 11:41:17 +00:00
},
"appliesDisplay": {
"message": "Aplica-se a: $applies$",
2018-11-30 01:41:18 +00:00
"description": "Text on the manage screen to describe what the style applies to",
2018-08-12 11:41:17 +00:00
"placeholders": {
"applies": {
"content": "$1"
}
}
},
"appliesDisplayTruncatedSuffix": {
2018-11-30 01:41:18 +00:00
"message": "e mais",
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
2018-08-12 11:41:17 +00:00
},
"appliesDomainOption": {
2018-11-30 01:41:18 +00:00
"message": "URLs no domínio",
"description": "Option to make the style apply to the entered string as a domain"
2018-08-12 11:41:17 +00:00
},
"appliesHelp": {
2018-11-30 01:41:18 +00:00
"message": "Use os controles \"Aplica-se a\" para limitar a quais URLs o código desta seção se aplica.",
"description": "Help text for 'applies to' section"
2018-08-12 11:41:17 +00:00
},
"appliesLabel": {
2018-11-30 01:41:18 +00:00
"message": "Aplica-se a",
"description": "Label for 'applies to' fields on the edit/add screen"
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"appliesLineWidgetLabel": {
"message": "Mostrar informações de \"Aplica-se a\"",
"description": "Label for the checkbox to display applies-to information in the single editor"
},
"appliesLineWidgetWarning": {
"message": "Não funciona com CSS minificado",
"description": "A warning that applies-to information won't show properly with minified CSS"
},
2018-08-12 11:41:17 +00:00
"appliesRegexpOption": {
2018-11-30 01:41:18 +00:00
"message": "URLs que correspondem a regexp",
"description": "Option to make the style apply to the entered string as a regular expression"
2018-08-12 11:41:17 +00:00
},
"appliesRemove": {
2018-11-30 01:41:18 +00:00
"message": "Remover",
"description": "Label for the button to remove an 'applies' entry"
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"appliesRemoveError": {
"message": "Não é possível remover a última entrada de 'aplica-se a'",
"description": "Error displayed when the last 'applies' is going to be removed"
},
2018-08-12 11:41:17 +00:00
"appliesSpecify": {
2018-11-30 01:41:18 +00:00
"message": "Especificar",
"description": "Label for the button to make a style apply only to specific sites"
2018-08-12 11:41:17 +00:00
},
"appliesToEverything": {
2018-11-30 01:41:18 +00:00
"message": "Tudo",
"description": "Text displayed for styles that apply to all sites"
2018-08-12 11:41:17 +00:00
},
"appliesUrlPrefixOption": {
2018-11-30 01:41:18 +00:00
"message": "URLs que começam com",
"description": "Option to make the style apply to the entered string as a URL prefix"
2018-08-12 11:41:17 +00:00
},
"applyAllUpdates": {
2018-11-30 01:41:18 +00:00
"message": "Aplicar todas as atualizações",
"description": "Label for the button to apply all detected updates"
2018-08-12 11:41:17 +00:00
},
2019-07-08 09:50:51 +00:00
"author": {
"message": "Autor",
"description": "Label for the style author"
},
"backupMessage": {
"message": "Selecione um arquivo ou arraste e solte nessa página.",
"description": "Message for backup"
},
2018-08-12 11:41:17 +00:00
"bckpInstStyles": {
2018-11-30 01:41:18 +00:00
"message": "Exportar estilos",
"description": ""
2018-08-12 11:41:17 +00:00
},
"checkAllUpdates": {
2018-11-30 01:41:18 +00:00
"message": "Verificar atualizações para todos os estilos",
"description": "Label for the button to check all styles for updates"
2018-08-12 11:41:17 +00:00
},
2019-07-08 09:50:51 +00:00
"checkAllUpdatesForce": {
"message": "Check novamente, eu não editei nenhum estilo! ",
"description": "Label for the button to apply all detected updates"
},
2018-08-12 11:41:17 +00:00
"checkForUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Verificar atualizações",
"description": "Label for the button to check a single style for an update"
2018-08-12 11:41:17 +00:00
},
"checkingForUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Verificando...",
"description": "Text to display when checking a style for an update"
2018-08-12 11:41:17 +00:00
},
2019-07-08 09:50:51 +00:00
"clickToUninstall": {
"message": "Clique para desistalar",
"description": "Label for the overlay on a style thumbnail when installed via inline search in the popup"
},
2020-11-14 01:06:43 +00:00
"cm_autoCloseBrackets": {
"message": "Auto fechar parênteses, colchetes e aspas",
"description": "Label for the checkbox in the style editor."
},
"cm_autoCloseBracketsTooltip": {
"message": "Adicione automaticamente um par de fechamento ao digitar uma abertura de ()[]{}''\"\"",
"description": "Label for the checkbox in the style editor."
},
"cm_autocompleteOnTyping": {
"message": "Autocompletar ao digitar",
"description": "Label for the checkbox in the style editor."
},
"cm_colorpicker": {
"message": "Colorpickers para cores CSS",
"description": "Label for the checkbox controlling colorpicker option for the style editor."
},
"cm_indentWithTabs": {
"message": "Usar tabs com indentação inteligente",
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
},
"cm_lineWrapping": {
"message": "Quebra de linha",
"description": "Label for the checkbox controlling word wrap option for the style editor."
},
2021-02-04 01:04:35 +00:00
"cm_linter": {
"message": "Linter CSS",
"description": "Select the linter to check for CSS issues"
},
"cm_matchHighlightSelection": {
"message": "Somente seleção",
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
},
"cm_matchHighlightToken": {
"message": "Token sob cursor",
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of the word/token under cursor even if nothing is selected"
},
2020-11-14 01:06:43 +00:00
"cm_resizeGripHint": {
"message": "Duplo clique para maximizar/restaurar a altura",
"description": "Tooltip for the resize grip in style editor"
},
"cm_selectByTokens": {
"message": "Clicar duas vezes seleciona tokens",
"description": "Label for the checkbox in the editor."
},
"cm_smartIndent": {
"message": "Usar indentação inteligente",
"description": "Label for the checkbox controlling smart indentation option for the style editor."
},
2018-08-12 11:41:17 +00:00
"cm_theme": {
2018-11-30 01:41:18 +00:00
"message": "Tema",
"description": "Label for the style editor's CSS theme."
2018-08-12 11:41:17 +00:00
},
2021-02-04 01:04:35 +00:00
"colorpickerPaletteHint": {
"message": "Clique com o botão direito em uma amostra para percorrer suas linhas de código",
"description": ""
},
"colorpickerSwitchFormatTooltip": {
"message": "Inverter formatos: HEX -> RGB -> HSL.\nShift-click para inverter a direção.\nTambém por meio das teclas PgUp (PageUp), PgDn (PageDown).",
"description": "Tooltip for the switch button in the color picker popup in the style editor."
},
"colorpickerTooltip": {
"message": "Abrir seletor de cores",
"description": "Tooltip for the colored squares shown before CSS colors in the style editor."
},
"configOnChangeTooltip": {
"message": "Salvar e aplicar mudanças automaticamente",
"description": ""
},
2019-07-08 09:50:51 +00:00
"configureStyle": {
"message": "Configurar",
"description": "Label for the button to configure usercss userstyle"
},
"configureStyleOnHomepage": {
"message": "Configurar a página inicial",
"description": "Label for the button to configure userstyles.org userstyle"
},
2018-08-12 11:41:17 +00:00
"confirmCancel": {
2018-11-30 01:41:18 +00:00
"message": "Cancelar",
"description": ""
2018-08-12 11:41:17 +00:00
},
2019-07-08 09:50:51 +00:00
"confirmClose": {
"message": "Fechar",
"description": "'Close' button in a confirm dialog"
},
"confirmDefault": {
"message": "Usar padrão ",
"description": "'Set to default' button in a confirm dialog"
},
2018-08-12 11:41:17 +00:00
"confirmDelete": {
2018-11-30 01:41:18 +00:00
"message": "Deletar",
"description": ""
2018-08-12 11:41:17 +00:00
},
2019-07-08 09:50:51 +00:00
"confirmDiscardChanges": {
"message": "Descartar as mudanças?",
"description": "Generic label or title displayed when trying to close something (not a style) with unsaved changes"
},
2018-08-12 11:41:17 +00:00
"confirmNo": {
2018-11-30 01:41:18 +00:00
"message": "Não",
"description": "'No' button in a confirm dialog"
2018-08-12 11:41:17 +00:00
},
2019-07-08 09:50:51 +00:00
"confirmSave": {
"message": "Salvar",
"description": "'Save' button in a confirm dialog"
},
2018-08-12 11:41:17 +00:00
"confirmStop": {
2018-11-30 01:41:18 +00:00
"message": "Parar",
"description": "'Stop' button in a confirm dialog"
2018-08-12 11:41:17 +00:00
},
"confirmYes": {
2018-11-30 01:41:18 +00:00
"message": "Sim",
"description": "'Yes' button in a confirm dialog"
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"copied": {
"message": "Copiado para a área de transferência",
"description": "Message shown when content has been copied to the clipboard"
},
"copy": {
"message": "Copiar para a área de transferência",
"description": "Tooltip for elements which can be copied"
},
2021-02-04 01:04:35 +00:00
"customNameHint": {
"message": "Digite um nome personalizado para renomear o estilo na UI sem quebrar suas atualizações",
"description": ""
},
"customNameResetHint": {
"message": "Deixar de usar o nome personalizado, usar o próprio nome do estilo",
"description": "Tooltip of 'x' button shown in editor when changing the name input of a) styles updated from a URL i.e. not locally created, b) UserCSS styles"
},
"dateAbbrYear": {
"message": "$value$a",
"description": "Year suffix in a short relative date, for example: 8y",
"placeholders": {
"value": {
"content": "$1"
}
}
},
2019-07-08 09:50:51 +00:00
"dateInstalled": {
"message": "Data instalada ",
"description": "Option text for the user to sort the style by install date"
},
"dateUpdated": {
"message": "Data atualizada",
"description": "Option text for the user to sort the style by last update date"
},
2021-02-04 01:04:35 +00:00
"dbError": {
"message": "Não foi possível usar a base de dados do Stylus. Deseja visitar uma página da web com possíveis soluções?",
"description": "Prompt when a DB error is encountered"
},
2018-08-12 11:41:17 +00:00
"defaultTheme": {
2018-11-30 01:41:18 +00:00
"message": "padrão",
"description": "Default CodeMirror CSS theme option on the edit style page"
2018-08-12 11:41:17 +00:00
},
"deleteStyleConfirm": {
2018-11-30 01:41:18 +00:00
"message": "Tem certeza de que deseja excluir este estilo?",
"description": "Confirmation before deleting a style"
2018-08-12 11:41:17 +00:00
},
"deleteStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Excluir",
"description": "Label for the button to delete a style"
2018-08-12 11:41:17 +00:00
},
"description": {
2021-02-04 01:04:35 +00:00
"message": "Mude o estilo da web com o Stylus, um gerenciador de estilos do usuário. O Stylus permite instalar facilmente temas e skins para vários sites populares.",
2018-11-30 01:41:18 +00:00
"description": "Extension description"
2018-08-12 11:41:17 +00:00
},
"disableAllStyles": {
2018-11-30 01:41:18 +00:00
"message": "Desativar todos os estilos",
"description": "Label for the checkbox that turns all enabled styles off."
2018-08-12 11:41:17 +00:00
},
"disableStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Desativar",
"description": "Label for the button to disable a style"
2018-08-12 11:41:17 +00:00
},
2021-02-04 01:04:35 +00:00
"dragDropMessage": {
"message": "Arraste seu arquivo de backup em qualquer lugar nessa página para importá-lo.",
"description": "Drag'n'drop message"
},
"dragDropUsercssTabstrip": {
"message": "Para instalar o arquivo, solte-o na linha das abas (a área onde os títulos das abas são mostrados).",
"description": "Message popup shown when erroneously dropping a usercss file into the manager page"
},
"editDeleteText": {
"message": "Apagar",
"description": "Label for the context menu item in the editor to delete selected text"
},
2018-08-12 11:41:17 +00:00
"editGotoLine": {
2018-11-30 01:41:18 +00:00
"message": "Ir para linha (ou linha:coluna)",
"description": "Go to line or line:column on Ctrl-G in style code editor"
2018-08-12 11:41:17 +00:00
},
"editStyleHeading": {
2018-11-30 01:41:18 +00:00
"message": "Editar estilo",
"description": "Title of the page for editing styles"
2018-08-12 11:41:17 +00:00
},
"editStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Editar",
"description": "Label for the button to go to the edit style page"
2018-08-12 11:41:17 +00:00
},
"editStyleTitle": {
"message": "Editar estilo $stylename$",
2018-11-30 01:41:18 +00:00
"description": "Title of the page for editing styles",
2018-08-12 11:41:17 +00:00
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"enableStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Ativar",
"description": "Label for the button to enable a style"
2018-08-12 11:41:17 +00:00
},
2021-02-04 01:04:35 +00:00
"excludeStyleByDomainLabel": {
"message": "Excluir o domínio atual",
"description": ""
},
"excludeStyleByUrlLabel": {
"message": "Excluir a URL atual",
"description": ""
},
2018-08-12 11:41:17 +00:00
"exportLabel": {
2018-11-30 01:41:18 +00:00
"message": "Exportar ",
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
2018-08-12 11:41:17 +00:00
},
2021-02-04 01:04:35 +00:00
"externalFeedback": {
"message": "Comentários",
"description": "Label for the external link to send feedback for the style"
},
"externalHomepage": {
"message": "Página inicial",
"description": "Label for the external link to style's homepage"
},
"externalLink": {
"message": "Link externo",
"description": "Label for external links"
},
"externalSupport": {
"message": "Suporte",
"description": "Label for the external link to style's support site"
},
"externalUsercssDocument": {
"message": "Documentação do UserCSS",
"description": "Label for the external link to usercss documentation"
},
"filteredStyles": {
"message": "$numShown$ mostrados de $numTotal$ total",
"description": "TL note - make this message short",
"placeholders": {
"numTotal": {
"content": "$2"
},
"numShown": {
"content": "$1"
}
}
},
"filteredStylesAllHidden": {
"message": "Filtros aplicados não correspondem a nenhum estilo",
"description": "Text shown when no styles match currently applied filter in the style manager"
},
"findStyles": {
"message": "Encontrar estilos",
"description": "Text for a link that gets a list of styles for the current site"
},
2018-08-12 11:41:17 +00:00
"findStylesForSite": {
2018-11-30 01:41:18 +00:00
"message": "Procurar mais estilos para este site",
"description": "Text for a link that gets a list of styles for the current site"
2018-08-12 11:41:17 +00:00
},
2021-02-04 01:04:35 +00:00
"findStylesInline": {
"message": "Em linha",
"description": "Text for a checkbox that opens search results 'inline' (within the Stylus popup window)"
},
"findStylesInlineTooltip": {
"message": "Mostrar resultados dentro dessa janela",
"description": "Text for a checkbox that displays search results within the Stylus popup."
},
"genericAdd": {
"message": "Adicionar",
"description": "Used in various places for an action that adds something"
},
"genericClone": {
"message": "Clonar",
"description": "Used in various places for an action that clones something"
},
2020-11-14 01:06:43 +00:00
"genericDisabledLabel": {
"message": "Desativado",
"description": "Used in various lists/options to indicate that something is disabled"
},
2021-02-04 01:04:35 +00:00
"genericEnabledLabel": {
"message": "Ativado",
"description": "Used in various lists/options to indicate that something is enabled"
},
"genericError": {
"message": "Erro",
"description": "Used in various places to indicate some error occurred."
},
"genericHistoryLabel": {
"message": "Histórico",
"description": "Used in various places to show a history log of something"
},
"genericNext": {
"message": "Próximo",
"description": "Used in various places to select/perform the next step/action"
},
"genericPrevious": {
"message": "Anterior",
"description": "Used in various places to select/perform the previous step/action"
},
"genericResetLabel": {
"message": "Redefinir",
"description": "Used in various parts of UI to indicate that something may be reset to its original state"
},
"genericSavedMessage": {
"message": "Salvo",
"description": "Used in various parts of the UI to indicate that something was saved"
},
"genericTitle": {
"message": "Título",
"description": "Used in various parts of the UI to indicate the title of something"
},
"genericUnknown": {
"message": "Desconhecido",
"description": "Used in various parts of the UI to indicate if something is unknown (e.g. an unknown date)"
},
2018-08-12 11:41:17 +00:00
"helpAlt": {
2018-11-30 01:41:18 +00:00
"message": "Ajuda",
"description": "Alternate text for help buttons"
2018-08-12 11:41:17 +00:00
},
2021-02-04 01:04:35 +00:00
"helpKeyMapCommand": {
"message": "Digite um comando aqui",
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
},
"helpKeyMapHotkey": {
"message": "Pressione uma tecla de atalho",
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
},
2020-11-14 01:06:43 +00:00
"hostDisabled": {
"message": "Este hospedeiro foi desabilitado devido a um bug na versão atual que o navegador utilizado se encontra",
"description": "Tooltip for cloud host disabled"
},
2018-08-12 11:41:17 +00:00
"importAppendLabel": {
2018-11-30 01:41:18 +00:00
"message": "Anexar ao estilo",
"description": "Label for the button to import a style and append to the existing sections"
2018-08-12 11:41:17 +00:00
},
"importAppendTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Anexar o estilo importado ao atual",
"description": "Tooltip for the button to import a style and append to the existing sections"
2018-08-12 11:41:17 +00:00
},
"importLabel": {
2018-11-30 01:41:18 +00:00
"message": "Importar",
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
2018-08-12 11:41:17 +00:00
},
2021-02-04 01:04:35 +00:00
"importPreprocessor": {
"message": "Estilos com <code>@preprocessor</code> não irão funcionar no modo clássico. Você pode trocar o editor para o modo UserCSS: 1) abre o gerenciador de estilos, 2) ative a caixa \"como UserCSS\", 3) clique \"Escrever novo estilo\"\n\nDeseja importar mesmo assim?",
"description": ""
},
"importPreprocessorTitle": {
"message": "Possível problema causado pelo @preprocessor",
"description": ""
},
2018-08-12 11:41:17 +00:00
"importReplaceLabel": {
2018-11-30 01:41:18 +00:00
"message": "Sobrescrever estilo",
"description": "Label for the button to import and overwrite current style"
2018-08-12 11:41:17 +00:00
},
2021-02-04 01:04:35 +00:00
"importReplaceTooltip": {
"message": "Descartar conteúdo do estilo atual e sobrescreve-lo com o estilo importado",
"description": "Label for the button to import and overwrite current style"
},
"importReportLegendAdded": {
"message": "adicionado",
"description": "Text after the number of styles added in the report shown after importing styles"
},
"importReportLegendIdentical": {
"message": "idênticos pulados",
"description": "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles"
},
"importReportLegendInvalid": {
"message": "inválidos pulados",
"description": "Text after the number of styles skipped due to being invalid (not a Stylus/Stylish backup file probably) in the report shown after importing styles"
},
"importReportLegendUpdatedBoth": {
"message": "tiveram o meta e código atualizados",
"description": "Text after the number of styles updated entirely in the report shown after importing styles"
},
"importReportLegendUpdatedCode": {
"message": "código atualizado",
"description": "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
},
"importReportLegendUpdatedMeta": {
"message": "tiveram o meta atualizados",
"description": "Text after the number of styles with updated meta info like name/url in the report shown after importing styles"
},
"importReportTitle": {
"message": "Importação de estilos finalizada",
"description": "Title of the report shown after importing styles"
},
2020-11-14 01:06:43 +00:00
"importReportUnchanged": {
"message": "Nada foi alterado.",
"description": "Message in the report shown after importing styles"
},
2021-02-04 01:04:35 +00:00
"importReportUndone": {
"message": "estilos foram revertidos",
"description": "Text after the number of styles reverted in the message box shown after undoing the import of styles"
},
"importReportUndoneTitle": {
"message": "A importação foi desfeita",
"description": "Title of the message box shown after undoing the import of styles"
},
"installButton": {
"message": "Instalar estilo",
"description": "Label for install button"
},
"installButtonInstalled": {
"message": "Estilo instalado",
"description": "Text displayed when the style is successfully installed"
},
"installButtonReinstall": {
"message": "Reinstalar estilo",
"description": "Label for reinstall button"
},
"installButtonUpdate": {
"message": "Atualizar estilo",
"description": "Label for update button"
},
2018-08-12 11:41:17 +00:00
"installUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Instalar atualização",
"description": "Label for the button to install an update for a single style"
2018-08-12 11:41:17 +00:00
},
2021-02-04 01:04:35 +00:00
"installUpdateFrom": {
"message": "Atualmente, o estilo é atualizado de $url$",
"description": "Label to describe where the style gets update",
"placeholders": {
"url": {
"content": "$1"
}
}
},
"installUpdateFromLabel": {
"message": "Verificar se há atualizações",
"description": "Label for the checkbox to save current URL for update check"
},
"license": {
"message": "Licensa",
"description": "Label for the license"
},
"linkGetHelp": {
"message": "Buscar ajuda",
"description": "Homepage link text on the manage page e.g. https://add0n.com/stylus.html#features with chat/FAQ/intro/info"
},
"linkGetStyles": {
"message": "Obter estilos",
"description": "Help link text on the manage page e.g. https://userstyles.org"
},
2020-11-14 01:06:43 +00:00
"linkTranslate": {
"message": "Traduzir",
"description": "Transifex link text on the manage page"
},
2021-02-04 01:04:35 +00:00
"linterCSSLintIncompatible": {
"message": "CSSLint não suporta o pré-processador $preprocessorname$",
"description": "The label to display when the preprocessor isn't compatible with CSSLint",
"placeholders": {
"preprocessorname": {
"content": "$1"
}
}
},
"linterCSSLintSettings": {
"message": "(Definir regra como: 0 = desativado; 1 = aviso; 2 = erro)",
"description": "CSSLint rule config values"
},
"linterConfigPopupTitle": {
"message": "Configurar regras do $linter$",
"description": "Stylelint or CSSLint popup header",
"placeholders": {
"linter": {
"content": "$1"
}
}
},
"linterConfigTooltip": {
"message": "Clique para configurar esse linter",
"description": "Icon tooltip to indicate that it opens a popup with the selected linter configuration"
},
"linterInvalidConfigError": {
"message": "Não foi possível salvar devido às seguintes configurações inválidas:",
"description": "Invalid linter config will show a message followed by a list of invalid entries"
},
"linterIssues": {
"message": "Problemas",
"description": "Label for the CSS linter issues block on the style edit page"
},
"linterIssuesHelp": {
"message": "Esses problemas foram encontrados por $link$:",
"description": "Help popup message for the selected CSS linter issues block on the style edit page",
"placeholders": {
"link": {
"content": "$1"
}
}
},
"linterJSONError": {
"message": "Formato JSON inválido",
"description": "Setting linter config with invalid JSON"
},
"linterResetMessage": {
"message": "Para desfazer redefinições acidentais, pressione Ctrl-Z (ou Cmd-Z) na caixa de texto",
"description": "Reset button tooltip to inform user on how to undo an accidental reset"
},
"linterRulesLink": {
"message": "Ver uma lista completa de regras",
"description": "Stylelint or CSSLint rules label added immediately before a link"
},
"liveReloadError": {
"message": "Não foi possível assistir o arquivo",
"description": "The label of live-reload error"
},
2018-08-12 11:41:17 +00:00
"manageHeading": {
2018-11-30 01:41:18 +00:00
"message": "Estilos instalados",
"description": "Heading for the manage page"
2018-08-12 11:41:17 +00:00
},
2021-02-04 01:04:35 +00:00
"manageNewStyleAsUsercss": {
"message": "como UserCSS",
"description": "VERY SHORT label for the checkbox next to the 'Write new style' button in the style manager"
},
2020-11-14 01:06:43 +00:00
"manageOnlyDisabled": {
"message": "Somente estilos desativados",
"description": "Checkbox to show only disabled styles"
},
"manageOnlyEnabled": {
"message": "Apenas estilos habilitados",
"description": "Checkbox to show only enabled styles"
},
2021-02-04 01:04:35 +00:00
"manageOnlyNonUsercss": {
"message": "Apenas estilos sem UserCSS",
"description": "Checkbox to show only non-Usercss (standard) styles"
},
"manageOnlyUsercss": {
"message": "Apenas estilos com UserCSS",
"description": "Checkbox to show only Usercss styles"
},
2020-11-14 01:06:43 +00:00
"meta_invalidRange": {
"message": "@var inválido $type$: valor deve ser um número ou um vetor",
"description": "Error displayed when the value of @var range or @var number is invalid",
"placeholders": {
"type": {
"content": "$1"
}
}
},
"meta_invalidNumber": {
"message": "Espera-se um número",
"description": "Error displayed when the value is expected to be a number"
},
"meta_invalidString": {
"message": "Espera-se um texto entre aspas",
"description": "Error displayed when the value is expected to be a quoted string"
},
"meta_invalidWord": {
"message": "Espera-se uma palavra",
"description": "Error displayed when the value is expected to be a word"
},
"meta_missingChar": {
"message": "Caracteres esperados: $chars$",
"description": "Error displayed when the value is expected to be some characters",
"placeholders": {
"chars": {
"content": "$1"
}
}
},
"meta_missingMandatory": {
"message": "Metadata obrigatório não encontrado: $keys$",
"description": "Error displayed when mandatory keys are missing",
"placeholders": {
"keys": {
"content": "$1"
}
}
},
"meta_unknownMeta": {
"message": "Metadata desconhecido: $key$",
"description": "Error displayed when unknown metadata is parsed",
"placeholders": {
"key": {
"content": "$1"
}
}
},
"meta_unknownVarType": {
"message": "Tipo desconhecido da variável @$varkey$: $vartype$",
"description": "Error displayed when unknown variable type is parsed",
"placeholders": {
"varkey": {
"content": "$1"
},
"vartype": {
"content": "$2"
}
}
},
2018-08-12 11:41:17 +00:00
"noStylesForSite": {
2018-11-30 01:41:18 +00:00
"message": "Nenhum estilo instalado para este site.",
"description": "Text displayed when no styles are installed for the current site"
2018-08-12 11:41:17 +00:00
},
2020-02-16 16:53:11 +00:00
"openManage": {
"message": "Gerenciar estilos instalados",
"description": "Link to open the manage page."
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"openOptions": {
"message": "Opções",
"description": "Go to Options UI"
},
"openStylesManager": {
"message": "Abrir gerenciador de estilos",
"description": "Label for the style maanger opener in the browser action context menu."
},
2018-08-12 11:41:17 +00:00
"optionsActions": {
2018-11-30 01:41:18 +00:00
"message": "Ações",
"description": ""
2018-08-12 11:41:17 +00:00
},
2021-02-04 01:04:35 +00:00
"optionsAdvancedNewStyleAsUsercss": {
"message": "Escrever novo estilo como UserCSS",
"description": ""
},
2018-08-12 11:41:17 +00:00
"optionsBadgeDisabled": {
2018-11-30 01:41:18 +00:00
"message": "Cor de fundo quando desativado",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsBadgeNormal": {
2018-11-30 01:41:18 +00:00
"message": "Cor de fundo",
"description": ""
2018-08-12 11:41:17 +00:00
},
"optionsCheck": {
2018-11-30 01:41:18 +00:00
"message": "Atualizar estilos",
"description": ""
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"optionsCheckUpdate": {
"message": "Verifique e instale todas as atualizações disponíveis",
"description": ""
},
"optionsCustomizeUpdate": {
"message": "Atualizações",
"description": ""
},
"optionsCustomizeSync": {
"message": "Sincronizar para a nuvem",
"description": ""
},
2018-08-12 11:41:17 +00:00
"optionsHeading": {
2018-11-30 01:41:18 +00:00
"message": "Opções",
"description": "Heading for options section on manage page."
2018-08-12 11:41:17 +00:00
},
"optionsOpen": {
2018-11-30 01:41:18 +00:00
"message": "Abrir",
"description": ""
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"optionsOpenManager": {
"message": "Gerenciar estilos",
"description": ""
},
"optionsPopupWidth": {
"message": "Largura do popup (em pixels)",
"description": ""
},
2018-08-12 11:41:17 +00:00
"optionsSubheading": {
2018-11-30 01:41:18 +00:00
"message": "Mais Opções",
"description": "Subheading for options section on manage page."
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"optionsSyncNone": {
"message": "Nenhum",
"description": ""
},
"optionsSyncConnect": {
"message": "Conectar",
"description": ""
},
"optionsSyncDisconnect": {
"message": "Desconectar",
"description": ""
},
"optionsSyncSyncNow": {
"message": "Sincronizar agora",
"description": ""
},
"optionsSyncStatusSyncing": {
"message": "Sincronizando...",
"description": ""
},
"optionsSyncStatusConnecting": {
"message": "Conectando...",
"description": ""
},
"optionsSyncStatusConnected": {
"message": "Conectado",
"description": ""
},
"optionsSyncStatusDisconnecting": {
"message": "Desconectando...",
"description": ""
},
"optionsSyncStatusDisconnected": {
"message": "Desconectado",
"description": ""
},
2021-02-04 01:04:35 +00:00
"parseUsercssError": {
"message": "Não foi possível analisar o UserCSS:",
"description": "The error message to show when stylus failed to parse usercss"
},
2018-08-12 11:41:17 +00:00
"prefShowBadge": {
2020-11-14 01:06:43 +00:00
"message": "Número de estilos ativos para o site atual",
2018-11-30 01:41:18 +00:00
"description": "Label for the checkbox controlling toolbar badge text."
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"reload": {
"message": "Recarregar a extensão do Stylus",
"description": "Context menu reload"
},
2018-08-12 11:41:17 +00:00
"replace": {
2018-11-30 01:41:18 +00:00
"message": "Substituir",
"description": "Label before the replace input field in the editor shown on Ctrl-H"
2018-08-12 11:41:17 +00:00
},
"replaceAll": {
2018-11-30 01:41:18 +00:00
"message": "Substituir todos",
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
2018-08-12 11:41:17 +00:00
},
"replaceWith": {
2018-11-30 01:41:18 +00:00
"message": "Substituir com",
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
2018-08-12 11:41:17 +00:00
},
"retrieveBckp": {
2018-11-30 01:41:18 +00:00
"message": "Importar estilos",
"description": ""
2018-08-12 11:41:17 +00:00
},
"search": {
2018-11-30 01:41:18 +00:00
"message": "Buscar",
"description": "Label before the search input field in the editor shown on Ctrl-F"
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"searchRegexp": {
"message": "Use a sintaxe /re/ para busca por regexp",
"description": "Label after the search input field in the editor shown on Ctrl-F"
},
2018-08-12 11:41:17 +00:00
"sectionAdd": {
2018-11-30 01:41:18 +00:00
"message": "Adicionar outra seção",
"description": "Label for the button to add a section"
2018-08-12 11:41:17 +00:00
},
"sectionCode": {
2018-11-30 01:41:18 +00:00
"message": "Código",
"description": "Label for the code for a section"
2018-08-12 11:41:17 +00:00
},
"sectionRemove": {
2018-11-30 01:41:18 +00:00
"message": "Remover seção",
"description": "Label for the button to remove a section"
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"shortcuts": {
"message": "Atalhos",
"description": "Go to shortcut configuration"
},
2018-08-12 11:41:17 +00:00
"styleBadRegexp": {
2018-11-30 01:41:18 +00:00
"message": "Expressão regular é inválida",
"description": "Validation message for a bad regexp in a style"
2018-08-12 11:41:17 +00:00
},
"styleBeautify": {
2018-11-30 01:41:18 +00:00
"message": "Embelezar",
"description": "Label for the CSS-beautifier button on the edit style page"
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"styleBeautifyHint": {
"message": "Dica: clique com o botão direito no botão \"Embelezar\" ou use o atalho de teclado definido para embelezar sem mostrar esse painel",
"description": "Hint shown inside the CSS-beautifier panel"
},
2018-08-12 11:41:17 +00:00
"styleCancelEditLabel": {
2018-11-30 01:41:18 +00:00
"message": "Voltar ao gerenciamento",
"description": "Label for cancel button for style editing"
2018-08-12 11:41:17 +00:00
},
"styleChangesNotSaved": {
2018-11-30 01:41:18 +00:00
"message": "Você fez alterações neste estilo sem salvar.",
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
2018-08-12 11:41:17 +00:00
},
"styleEnabledLabel": {
2018-11-30 01:41:18 +00:00
"message": "Ativado",
"description": "Label for the enabled state of styles"
2018-08-12 11:41:17 +00:00
},
"styleInstall": {
"message": "Instalar \"$stylename$\" no Stylus?",
2018-11-30 01:41:18 +00:00
"description": "Confirmation when installing a style",
2018-08-12 11:41:17 +00:00
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"styleMissingName": {
2018-11-30 01:41:18 +00:00
"message": "Insira um nome",
"description": "Error displayed when user saves without providing a name"
2018-08-12 11:41:17 +00:00
},
"styleMozillaFormatHeading": {
2018-11-30 01:41:18 +00:00
"message": "Formato Mozilla",
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
2018-08-12 11:41:17 +00:00
},
"styleSaveLabel": {
2018-11-30 01:41:18 +00:00
"message": "Salvar",
"description": "Label for save button for style editing"
2018-08-12 11:41:17 +00:00
},
"styleToMozillaFormatHelp": {
2018-11-30 01:41:18 +00:00
"message": "O formato Mozilla do código pode ser usado com o Stylish para Firefox e pode ser enviado para userstyles.org.",
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"styleUpdate": {
"message": "Você tem certeza que quer atualizar '$stylename$'?",
"description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
2018-08-12 11:41:17 +00:00
"undo": {
2018-11-30 01:41:18 +00:00
"message": "Desfazer",
"description": "Button label"
2018-08-12 11:41:17 +00:00
},
"undoGlobal": {
2018-11-30 01:41:18 +00:00
"message": "Desfazer todas as seções",
"description": "CSS-beautify global Undo button label"
2018-08-12 11:41:17 +00:00
},
"updateAllCheckSucceededNoUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Nenhuma atualização encontrada.",
"description": "Text that displays when an update all check completed and no updates are available"
2018-08-12 11:41:17 +00:00
},
"updateCheckFailBadResponseCode": {
"message": "A atualização falhou: o servidor respondeu com código $code$.",
2018-11-30 01:41:18 +00:00
"description": "Text that displays when an update check failed because the response code indicates an error",
2018-08-12 11:41:17 +00:00
"placeholders": {
"code": {
"content": "$1"
}
}
},
"updateCheckFailServerUnreachable": {
2018-11-30 01:41:18 +00:00
"message": "A atualização falhou: servidor inacessível.",
"description": "Text that displays when an update check failed because the update server is unreachable"
2018-08-12 11:41:17 +00:00
},
2020-11-14 01:06:43 +00:00
"updateCheckManualUpdateHint": {
"message": "Forçar uma atualização irá sobrescrever qualquer alteração local.",
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
},
"updateCheckSkippedLocallyEdited": {
"message": "Esse estilo foi editado localmente.",
"description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
},
2019-07-08 09:50:51 +00:00
"updateCheckSkippedMaybeLocallyEdited": {
"message": "Este estilo parece ter sido editado localmente.",
"description": "Text that displays when an update check skipped updating the style to avoid losing possible local modifications"
},
2018-08-12 11:41:17 +00:00
"updateCheckSucceededNoUpdate": {
2018-11-30 01:41:18 +00:00
"message": "O estilo está atualizado.",
"description": "Text that displays when an update check completed and no update is available"
2018-08-12 11:41:17 +00:00
},
"updateCompleted": {
2018-11-30 01:41:18 +00:00
"message": "Atualização concluída.",
"description": "Text that displays when an update completed"
2018-08-12 11:41:17 +00:00
},
2019-07-08 09:50:51 +00:00
"updatesCurrentlyInstalled": {
"message": "Updates instalados:",
"description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
},
2021-02-04 01:04:35 +00:00
"usercssReplaceTemplateConfirmation": {
"message": "Substituir o template padrão por novos estilos com UserCSS com o código atual?",
"description": ""
},
2019-07-08 09:50:51 +00:00
"usercssReplaceTemplateName": {
"message": "@nome vazio substitui o template padrão",
"description": "The text shown after @name when creating a new Usercss style"
},
"usercssReplaceTemplateSectionBody": {
"message": "Insira o código aqui...",
"description": "The code placeholder comment in a new style created by clicking 'Write style' in the popup"
},
"versionInvalidOlder": {
"message": "A versão é mais velha que o estilo instalado.",
"description": "Displayed when the version of style is older than the installed one"
},
"writeStyleFor": {
"message": "Escrever um estilo para:",
"description": "Label for toolbar pop-up that precedes the links to write a new style"
},
2018-08-12 11:41:17 +00:00
"writeStyleForURL": {
2019-07-08 09:50:51 +00:00
"message": "Essa URL",
2018-11-30 01:41:18 +00:00
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
2019-07-08 09:50:51 +00:00
},
"syncDropboxStyles": {
"message": "Exportar para Dropbox",
"description": ""
},
"retrieveDropboxSync": {
"message": "Importar do Dropbox",
"description": ""
},
"overwriteFileExport": {
"message": "Você gostaria de substituir um arquivo existente?",
"description": ""
},
"exportSavedSuccess": {
"message": "Arquivo salvo com sucesso",
"description": ""
},
"noFileToImport": {
"message": "Para importar seus estilos, você deve exportar primeiro.",
"description": ""
},
"connectingDropbox": {
"message": "Conectando ao Dropbox...",
"description": ""
},
"connectingDropboxNotAllowed": {
2020-11-14 01:06:43 +00:00
"message": "Conectar ao Dropbox somente é disponível em apps instalados diretamente da loja web",
2019-07-08 09:50:51 +00:00
"description": ""
},
"gettingStyles": {
2020-11-14 01:06:43 +00:00
"message": "Obtendo todos os estilos...",
2019-07-08 09:50:51 +00:00
"description": ""
},
"zipStyles": {
2020-11-14 01:06:43 +00:00
"message": "Compactando estilos...",
2019-07-08 09:50:51 +00:00
"description": ""
},
"unzipStyles": {
2020-11-14 01:06:43 +00:00
"message": "Descompactando estilos...",
2019-07-08 09:50:51 +00:00
"description": ""
},
"readingStyles": {
"message": "Lendo estilos...",
"description": ""
},
"uploadingFile": {
"message": "Enviando arquivo...",
"description": ""
2018-08-12 11:41:17 +00:00
}
2020-02-16 16:53:11 +00:00
}