mirror of https://github.com/tooot-app/app
New translations mediaSelector.json (Portuguese, Brazilian)
This commit is contained in:
parent
5ef6d64f52
commit
bda0d3157b
|
@ -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)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue