Compare commits

...

3 Commits

3 changed files with 42 additions and 42 deletions

View File

@ -1,18 +1,18 @@
{ {
"content": { "content": {
"button": { "button": {
"apply": "", "apply": "$t(common:buttons.apply)",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
}, },
"notificationsFilter": { "notificationsFilter": {
"heading": "", "heading": "Exibir notificações",
"content": { "content": {
"follow": "", "follow": "$t(screenTabs:me.push.follow.heading)",
"favourite": "", "favourite": "$t(screenTabs:me.push.favourite.heading)",
"reblog": "", "reblog": "$t(screenTabs:me.push.reblog.heading)",
"mention": "", "mention": "$t(screenTabs:me.push.mention.heading)",
"poll": "", "poll": "$t(screenTabs:me.push.poll.heading)",
"follow_request": "" "follow_request": "Seguidores pendentes"
} }
} }
} }

View File

@ -1,10 +1,10 @@
{ {
"heading": "", "heading": "Comunicados",
"content": { "content": {
"published": "", "published": "Publicado <0 />",
"button": { "button": {
"read": "", "read": "Ler",
"unread": "" "unread": "Marcar como lido"
} }
} }
} }

View File

@ -1,35 +1,35 @@
{ {
"heading": { "heading": {
"left": { "left": {
"button": "", "button": "Cancelar",
"alert": { "alert": {
"title": "", "title": "Cancelar edições?",
"buttons": { "buttons": {
"save": "", "save": "Salvar rascunho",
"delete": "", "delete": "Apagar rascunho",
"cancel": "" "cancel": "Cancelar"
} }
} }
}, },
"right": { "right": {
"button": { "button": {
"default": "", "default": "Toot",
"conversation": "", "conversation": "Toot DM",
"reply": "", "reply": "Resposta de toot",
"deleteEdit": "", "deleteEdit": "Toot",
"edit": "", "edit": "Toot",
"share": "" "share": "Toot"
}, },
"alert": { "alert": {
"default": { "default": {
"title": "", "title": "",
"button": "" "button": "Tente Novamente"
}, },
"removeReply": { "removeReply": {
"title": "", "title": "Não foi possível encontrar um toot respondido",
"description": "", "description": "Um toot respondido pode ter sido excluído. Você quer removê-lo da sua referência?",
"cancel": "", "cancel": "$t(common:buttons.cancel)",
"confirm": "" "confirm": "Remover referência"
} }
} }
} }
@ -37,47 +37,47 @@
"content": { "content": {
"root": { "root": {
"header": { "header": {
"postingAs": "", "postingAs": "Tooting cono @{{acct}}@{{domain}}",
"spoilerInput": { "spoilerInput": {
"placeholder": "" "placeholder": ""
}, },
"textInput": { "textInput": {
"placeholder": "", "placeholder": "No que você está pensando",
"keyboardImage": { "keyboardImage": {
"exceedMaximum": { "exceedMaximum": {
"title": "", "title": "Quantidade máxima de anexos atingida",
"OK": "" "OK": "$t(common:buttons.OK)"
} }
} }
} }
}, },
"footer": { "footer": {
"attachments": { "attachments": {
"sensitive": "", "sensitive": "Marcar anexos como sensível",
"remove": { "remove": {
"accessibilityLabel": "" "accessibilityLabel": "Remover anexo enviado, número {{attachment}}"
}, },
"edit": { "edit": {
"accessibilityLabel": "" "accessibilityLabel": "Editar o anexo enviado, número {{attachment}}"
}, },
"upload": { "upload": {
"accessibilityLabel": "" "accessibilityLabel": "Carregar mais anexos"
} }
}, },
"emojis": { "emojis": {
"accessibilityHint": "" "accessibilityHint": "Toque para adicionar emojis ao toot"
}, },
"poll": { "poll": {
"option": { "option": {
"placeholder": { "placeholder": {
"accessibilityLabel": "", "accessibilityLabel": "Opção de enquete {{index}}",
"single": "", "single": "Única escolha",
"multiple": "" "multiple": "Múltiplas opções"
} }
}, },
"quantity": { "quantity": {
"reduce": { "reduce": {
"accessibilityLabel": "", "accessibilityLabel": "Reduzir opções da enquete para {{amount}}",
"accessibilityHint": "" "accessibilityHint": ""
}, },
"increase": { "increase": {