From 636b0323075225c584b62719ed51e75521bb7ffb Mon Sep 17 00:00:00 2001 From: aura Date: Tue, 17 Feb 2026 22:39:42 +0100 Subject: push source --- .../instance/nocookies/_locales/pt/messages.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 backend/instance/nocookies/_locales/pt/messages.json (limited to 'backend/instance/nocookies/_locales/pt/messages.json') diff --git a/backend/instance/nocookies/_locales/pt/messages.json b/backend/instance/nocookies/_locales/pt/messages.json new file mode 100644 index 0000000..f8bae95 --- /dev/null +++ b/backend/instance/nocookies/_locales/pt/messages.json @@ -0,0 +1,95 @@ +{ + "extensionName": { + "message": "I don't care about cookies", + "description": "Name of the extension." + }, + + "extensionDescription": { + "message": "Diga adeus aos avisos.", + "description": "Description of the extension." + }, + + "reportSkippedTitle": { + "message": "A extensão está desativada em $HOSTNAME$.", + "description": "Tells the user it cannot report a whitelisted domain.", + "placeholders": { + "hostname" : { + "content" : "$1", + "example" : "domain.com" + } + } + }, + + "reportSkippedMessage": { + "message": "Desativou a extensão neste website. Por favor reative-a e verifique se recebe o aviso de cookies antes de o reportar.", + "description": "Tells the user it cannot report a whitelisted domain." + }, + + "reportConfirm": { + "message": "Gostaria de reportar um aviso de cookies no website $HOSTNAME$?", + "description": "Ask for confirmation before reporting a website. Don't use quotes here.", + "placeholders": { + "hostname" : { + "content" : "$1", + "example" : "domain.com" + } + } + }, + + "menuEnable": { + "message": "Ativar extensão em $HOSTNAME$", + "description": "Menu option.", + "placeholders": { + "hostname" : { + "content" : "$1", + "example" : "domain.com" + } + } + }, + + "menuDisable": { + "message": "Desativar extensão em $HOSTNAME$", + "description": "Menu option.", + "placeholders": { + "hostname" : { + "content" : "$1", + "example" : "domain.com" + } + } + }, + + "menuIdle": { + "message": "A extensão não funciona neste website", + "description": "Menu option visible when enabling/disabling doesn't work." + }, + + "menuReport": { + "message": "Reportar um aviso de cookies", + "description": "Menu option." + }, + + "menuSupport": { + "message": "Apoiar este projeto", + "description": "Menu option." + }, + + "optionsTitle": { + "message": "Configurações", + "description": "Title for the options page." + }, + + "optionsWhitelist": { + "message": "Lista de todos os websites excluídos, um website por linha:", + "description": "Options text for whitelist box." + }, + + "optionsButton": { + "message": "Gravar configurações", + "description": "Options text for SAVE button." + }, + + "optionsSaved": { + "message": "Configurações gravadas com sucesso.", + "description": "Message after saving options." + } +} \ No newline at end of file -- cgit v1.2.3