From b88bad674d8b66159e309ceecd5c8421627dff60 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Thu, 19 May 2022 22:55:40 +0200 Subject: [PATCH] New translations compose.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/compose.json | 58 ++++++++++++++--------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/src/i18n/pt_BR/screens/compose.json b/src/i18n/pt_BR/screens/compose.json index dc1419b3..ebb4ace3 100644 --- a/src/i18n/pt_BR/screens/compose.json +++ b/src/i18n/pt_BR/screens/compose.json @@ -1,35 +1,35 @@ { "heading": { "left": { - "button": "", + "button": "Cancelar", "alert": { - "title": "", + "title": "Cancelar edições?", "buttons": { - "save": "", - "delete": "", - "cancel": "" + "save": "Salvar rascunho", + "delete": "Apagar rascunho", + "cancel": "Cancelar" } } }, "right": { "button": { - "default": "", - "conversation": "", - "reply": "", - "deleteEdit": "", - "edit": "", - "share": "" + "default": "Toot", + "conversation": "Toot DM", + "reply": "Resposta de toot", + "deleteEdit": "Toot", + "edit": "Toot", + "share": "Toot" }, "alert": { "default": { "title": "", - "button": "" + "button": "Tente Novamente" }, "removeReply": { - "title": "", - "description": "", - "cancel": "", - "confirm": "" + "title": "Não foi possível encontrar um toot respondido", + "description": "Um toot respondido pode ter sido excluído. Você quer removê-lo da sua referência?", + "cancel": "$t(common:buttons.cancel)", + "confirm": "Remover referência" } } } @@ -37,47 +37,47 @@ "content": { "root": { "header": { - "postingAs": "", + "postingAs": "Tooting cono @{{acct}}@{{domain}}", "spoilerInput": { "placeholder": "" }, "textInput": { - "placeholder": "", + "placeholder": "No que você está pensando", "keyboardImage": { "exceedMaximum": { - "title": "", - "OK": "" + "title": "Quantidade máxima de anexos atingida", + "OK": "$t(common:buttons.OK)" } } } }, "footer": { "attachments": { - "sensitive": "", + "sensitive": "Marcar anexos como sensível", "remove": { - "accessibilityLabel": "" + "accessibilityLabel": "Remover anexo enviado, número {{attachment}}" }, "edit": { - "accessibilityLabel": "" + "accessibilityLabel": "Editar o anexo enviado, número {{attachment}}" }, "upload": { - "accessibilityLabel": "" + "accessibilityLabel": "Carregar mais anexos" } }, "emojis": { - "accessibilityHint": "" + "accessibilityHint": "Toque para adicionar emojis ao toot" }, "poll": { "option": { "placeholder": { - "accessibilityLabel": "", - "single": "", - "multiple": "" + "accessibilityLabel": "Opção de enquete {{index}}", + "single": "Única escolha", + "multiple": "Múltiplas opções" } }, "quantity": { "reduce": { - "accessibilityLabel": "", + "accessibilityLabel": "Reduzir opções da enquete para {{amount}}", "accessibilityHint": "" }, "increase": {