tooot/src/i18n/pt_BR/screens/compose.json

178 lines
4.3 KiB
JSON

{
"heading": {
"left": {
"button": "Cancelar",
"alert": {
"title": "Cancelar edições?",
"buttons": {
"save": "Salvar rascunho",
"delete": "Apagar rascunho",
"cancel": "Cancelar"
}
}
},
"right": {
"button": {
"default": "Toot",
"conversation": "Toot DM",
"reply": "Resposta de toot",
"deleteEdit": "Toot",
"edit": "Toot",
"share": "Toot"
},
"alert": {
"default": {
"title": "",
"button": "Tente Novamente"
},
"removeReply": {
"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"
}
}
}
},
"content": {
"root": {
"header": {
"postingAs": "Tooting cono @{{acct}}@{{domain}}",
"spoilerInput": {
"placeholder": ""
},
"textInput": {
"placeholder": "No que você está pensando",
"keyboardImage": {
"exceedMaximum": {
"title": "Quantidade máxima de anexos atingida",
"OK": "$t(common:buttons.OK)"
}
}
}
},
"footer": {
"attachments": {
"sensitive": "Marcar anexos como sensível",
"remove": {
"accessibilityLabel": "Remover anexo enviado, número {{attachment}}"
},
"edit": {
"accessibilityLabel": "Editar o anexo enviado, número {{attachment}}"
},
"upload": {
"accessibilityLabel": "Carregar mais anexos"
}
},
"emojis": {
"accessibilityHint": "Toque para adicionar emojis ao toot"
},
"poll": {
"option": {
"placeholder": {
"accessibilityLabel": "Opção de enquete {{index}}",
"single": "Única escolha",
"multiple": "Múltiplas opções"
}
},
"quantity": {
"reduce": {
"accessibilityLabel": "Reduzir opções da enquete para {{amount}}",
"accessibilityHint": ""
},
"increase": {
"accessibilityLabel": "",
"accessibilityHint": ""
}
},
"multiple": {
"heading": "",
"options": {
"single": "",
"multiple": "",
"cancel": ""
}
},
"expiration": {
"heading": "",
"options": {
"300": "",
"1800": "",
"3600": "",
"21600": "",
"86400": "",
"259200": "",
"604800": "",
"cancel": ""
}
}
}
},
"actions": {
"attachment": {
"accessibilityLabel": "",
"accessibilityHint": "",
"failed": {
"alert": {
"title": "",
"button": ""
}
}
},
"poll": {
"accessibilityLabel": "",
"accessibilityHint": ""
},
"visibility": {
"accessibilityLabel": "",
"title": "",
"options": {
"public": "",
"unlisted": "",
"private": "",
"direct": "",
"cancel": ""
}
},
"spoiler": {
"accessibilityLabel": ""
},
"emoji": {
"accessibilityLabel": "",
"accessibilityHint": ""
}
},
"drafts_one": "",
"drafts_other": ""
},
"editAttachment": {
"header": {
"title": "",
"right": {
"accessibilityLabel": "",
"failed": {
"title": "",
"button": ""
}
}
},
"content": {
"altText": {
"heading": "",
"placeholder": ""
},
"imageFocus": ""
}
},
"draftsList": {
"header": {
"title": ""
},
"content": {
"accessibilityHint": "",
"textEmpty": ""
},
"checkAttachment": ""
}
}
}