update locales

This commit is contained in:
tophf 2018-07-11 16:11:48 +03:00
parent cfdd276bdc
commit 0a6135c2cc

View File

@ -19,10 +19,22 @@
"message": "Exportar estilos", "message": "Exportar estilos",
"description": "" "description": ""
}, },
"sortStylesHelpTitle": {
"message": "Ordenar conteúdos",
"description": "Label for the sort info popup on the Manage styles page"
},
"exportLabel": { "exportLabel": {
"message": "Exportar", "message": "Exportar",
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)" "description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
}, },
"installButton": {
"message": "Instalar estilo",
"description": "Label for install button"
},
"popupHotkeysTooltip": {
"message": "Clique para ver as teclas de atalho disponíveis",
"description": "Tooltip displayed when hovering the right edge of the extension popup"
},
"optionsBadgeNormal": { "optionsBadgeNormal": {
"message": "Cor de fundo", "message": "Cor de fundo",
"description": "" "description": ""
@ -316,7 +328,7 @@
"description": "Option to make the style apply to the entered string as a URL prefix" "description": "Option to make the style apply to the entered string as a URL prefix"
}, },
"searchRegexp": { "searchRegexp": {
"message": "Usa a syntax /re/ para pesquisas regexp", "message": "Usa a sintaxe /re/ para pesquisas regexp",
"description": "Label after the search input field in the editor shown on Ctrl-F" "description": "Label after the search input field in the editor shown on Ctrl-F"
}, },
"updateCheckManualUpdateHint": { "updateCheckManualUpdateHint": {
@ -436,6 +448,10 @@
"message": "Desfazer em todas as seções", "message": "Desfazer em todas as seções",
"description": "CSS-beautify global Undo button label" "description": "CSS-beautify global Undo button label"
}, },
"genericTitle": {
"message": "Título",
"description": "Used in various parts of the UI to indicate the title of something"
},
"updateCompleted": { "updateCompleted": {
"message": "Atualização completa.", "message": "Atualização completa.",
"description": "Text that displays when an update completed" "description": "Text that displays when an update completed"
@ -452,6 +468,10 @@
"message": "Número de items aos quais se aplica", "message": "Número de items aos quais se aplica",
"description": "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page" "description": "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
}, },
"genericUnknown": {
"message": "Desconhecido",
"description": "Used in various parts of the UI to indicate if something is unknown (e.g. an unknown date)"
},
"manageFaviconsHelp": { "manageFaviconsHelp": {
"message": "O Stylus usa um serviço externo https://www.google.com/s2/favicons", "message": "O Stylus usa um serviço externo https://www.google.com/s2/favicons",
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page" "description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
@ -516,10 +536,18 @@
"message": "Ocorreu um erro ao usar a base de dados do Stylus. Gostarias de visitar um website com soluções possíveis?", "message": "Ocorreu um erro ao usar a base de dados do Stylus. Gostarias de visitar um website com soluções possíveis?",
"description": "Prompt when a DB error is encountered" "description": "Prompt when a DB error is encountered"
}, },
"dateInstalled": {
"message": "Data de instalação",
"description": "Option text for the user to sort the style by install date"
},
"optionsAdvanced": { "optionsAdvanced": {
"message": "Avançado", "message": "Avançado",
"description": "" "description": ""
}, },
"alphaChannel": {
"message": "Opacidade",
"description": "Label of color's opacity"
},
"importAppendTooltip": { "importAppendTooltip": {
"message": "Anexar o estilo importado ao estilo atual", "message": "Anexar o estilo importado ao estilo atual",
"description": "Tooltip for the button to import a style and append to the existing sections" "description": "Tooltip for the button to import a style and append to the existing sections"
@ -536,6 +564,10 @@
"message": "Carrega numa tecla de atalho", "message": "Carrega numa tecla de atalho",
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short" "description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
}, },
"dateUpdated": {
"message": "Última actualização",
"description": "Option text for the user to sort the style by last update date"
},
"replaceAll": { "replaceAll": {
"message": "Substituir todos", "message": "Substituir todos",
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey" "description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
@ -544,6 +576,10 @@
"message": "Nada foi mudado", "message": "Nada foi mudado",
"description": "Message in the report shown after importing styles" "description": "Message in the report shown after importing styles"
}, },
"confirmDiscardChanges": {
"message": "Descartar as alterações?",
"description": "Generic label or title displayed when trying to close something (not a style) with unsaved changes"
},
"optionsActions": { "optionsActions": {
"message": "Ações", "message": "Ações",
"description": "" "description": ""
@ -564,6 +600,19 @@
"message": "Opções de interface", "message": "Opções de interface",
"description": "Go to Options UI" "description": "Go to Options UI"
}, },
"sortDateNewestFirst": {
"message": "Mais recente primeiro",
"description": "Text added to indicate that sorting a date would add the newest entries at the top"
},
"installUpdateFrom": {
"message": "Actualmente o estilo é actualizado a partir de $url$",
"description": "Label to describe where the style gets update",
"placeholders": {
"url": {
"content": "$1"
}
}
},
"importReportLegendIdentical": { "importReportLegendIdentical": {
"message": "idênticos ignorados", "message": "idênticos ignorados",
"description": "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles" "description": "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles"