Compare commits

...

3 Commits

3 changed files with 42 additions and 42 deletions

View File

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

View File

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

View File

@ -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": {