New translations mediaSelector.json (Portuguese, Brazilian)

This commit is contained in:
xmflsct 2022-05-18 16:04:19 +02:00
parent 5ef6d64f52
commit bda0d3157b
1 changed files with 12 additions and 12 deletions

View File

@ -1,27 +1,27 @@
{
"title": "",
"title": "Selecionar fonte de mídia",
"options": {
"library": "",
"photo": "",
"cancel": ""
"library": "Carregar da biblioteca",
"photo": "Tirar foto",
"cancel": "$t(common:buttons.cancel)"
},
"library": {
"alert": {
"title": "",
"message": "",
"title": "Sem permissão",
"message": "Exigir permissão de leitura da biblioteca de fotos para fazer upload",
"buttons": {
"settings": "",
"cancel": ""
"settings": "Atualizar configurações",
"cancel": "$t(common:buttons.cancel)"
}
}
},
"photo": {
"alert": {
"title": "",
"message": "",
"title": "Sem permissão",
"message": "Requer permissão de uso da câmera para fazer upload",
"buttons": {
"settings": "",
"cancel": ""
"settings": "Atualizar configurações",
"cancel": "$t(common:buttons.cancel)"
}
}
}