refactor: Update arb file types
This commit is contained in:
parent
aad2c9af99
commit
25872eeb26
55 changed files with 43340 additions and 31747 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"@notAnImage": {},
|
||||
"remove": "Remover",
|
||||
"@remove": {
|
||||
"type": "text",
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"importEmojis": "Importar emojis",
|
||||
|
|
@ -20,36 +20,40 @@
|
|||
"@replace": {},
|
||||
"about": "A proposito de",
|
||||
"@about": {
|
||||
"type": "text",
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"accept": "Acceptar",
|
||||
"@accept": {
|
||||
"type": "text",
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"acceptedTheInvitation": "👍 {username} acceptava tu invitation",
|
||||
"@acceptedTheInvitation": {
|
||||
"type": "text",
|
||||
"type": "String",
|
||||
"placeholders": {
|
||||
"username": {}
|
||||
"username": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"account": "Conto",
|
||||
"@account": {
|
||||
"type": "text",
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"addEmail": "Adder email",
|
||||
"@addEmail": {
|
||||
"type": "text",
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"supposedMxid": "Isto deberea esser {mxid}",
|
||||
"@supposedMxid": {
|
||||
"type": "text",
|
||||
"type": "String",
|
||||
"placeholders": {
|
||||
"mxid": {}
|
||||
"mxid": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"@custom": {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue