mirror of https://github.com/tooot-app/app
New translations contextMenu.json (Portuguese, Brazilian)
This commit is contained in:
parent
a53e4e41fa
commit
a4afb45215
|
@ -0,0 +1,70 @@
|
||||||
|
{
|
||||||
|
"accessibilityHint": "",
|
||||||
|
"account": {
|
||||||
|
"title": "",
|
||||||
|
"mute": {
|
||||||
|
"action": ""
|
||||||
|
},
|
||||||
|
"block": {
|
||||||
|
"action": ""
|
||||||
|
},
|
||||||
|
"reports": {
|
||||||
|
"action": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"instance": {
|
||||||
|
"title": "",
|
||||||
|
"block": {
|
||||||
|
"action": "",
|
||||||
|
"alert": {
|
||||||
|
"title": "",
|
||||||
|
"message": "",
|
||||||
|
"buttons": {
|
||||||
|
"confirm": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"share": {
|
||||||
|
"status": {
|
||||||
|
"action": ""
|
||||||
|
},
|
||||||
|
"account": {
|
||||||
|
"action": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"title": "",
|
||||||
|
"edit": {
|
||||||
|
"action": ""
|
||||||
|
},
|
||||||
|
"delete": {
|
||||||
|
"action": "",
|
||||||
|
"alert": {
|
||||||
|
"title": "",
|
||||||
|
"message": "",
|
||||||
|
"buttons": {
|
||||||
|
"confirm": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"deleteEdit": {
|
||||||
|
"action": "",
|
||||||
|
"alert": {
|
||||||
|
"title": "",
|
||||||
|
"message": "",
|
||||||
|
"buttons": {
|
||||||
|
"confirm": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mute": {
|
||||||
|
"action-muted_false": "",
|
||||||
|
"action-muted_true": ""
|
||||||
|
},
|
||||||
|
"pin": {
|
||||||
|
"action-pinned_false": "",
|
||||||
|
"action-pinned_true": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue