refactor: Follow up fix types in localization files
This commit is contained in:
parent
1e708e02de
commit
34912595a9
5 changed files with 175 additions and 83 deletions
|
|
@ -3290,9 +3290,11 @@
|
|||
"@notificationRuleServerAclDescription": {},
|
||||
"unknownPushRule": "Regra push descoñecida '{rule}'",
|
||||
"@unknownPushRule": {
|
||||
"type": "text",
|
||||
"type": "String",
|
||||
"placeholders": {
|
||||
"rule": {}
|
||||
"rule": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deletePushRuleCanNotBeUndone": "Se omites este axuste de notificacións non poderás desfacer a acción.",
|
||||
|
|
@ -3325,9 +3327,11 @@
|
|||
"@notificationRuleMemberEventDescription": {},
|
||||
"synchronizingPleaseWaitCounter": " Sincronizando…({percentage}%)",
|
||||
"@synchronizingPleaseWaitCounter": {
|
||||
"type": "text",
|
||||
"type": "String",
|
||||
"placeholders": {
|
||||
"percentage": {}
|
||||
"percentage": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue