refactor: Follow up fix types in localization files

This commit is contained in:
Krille 2025-02-14 12:33:04 +01:00
commit 34912595a9
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 175 additions and 83 deletions

View file

@ -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"
}
}
}
}