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": { "options": {
"library": "", "library": "Carregar da biblioteca",
"photo": "", "photo": "Tirar foto",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
}, },
"library": { "library": {
"alert": { "alert": {
"title": "", "title": "Sem permissão",
"message": "", "message": "Exigir permissão de leitura da biblioteca de fotos para fazer upload",
"buttons": { "buttons": {
"settings": "", "settings": "Atualizar configurações",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
} }
} }
}, },
"photo": { "photo": {
"alert": { "alert": {
"title": "", "title": "Sem permissão",
"message": "", "message": "Requer permissão de uso da câmera para fazer upload",
"buttons": { "buttons": {
"settings": "", "settings": "Atualizar configurações",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
} }
} }
} }