chore: Better connection status indicator

This commit is contained in:
Krille 2025-02-02 16:34:09 +01:00
commit 7599ce8627
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
7 changed files with 195 additions and 187 deletions

View file

@ -1881,6 +1881,13 @@
"type": "text",
"placeholders": {}
},
"synchronizingPleaseWaitCounter": " Synchronizing… ({percentage}%)",
"@synchronizingPleaseWaitCounter": {
"type": "text",
"placeholders": {
"percentage": {}
}
},
"systemTheme": "System",
"@systemTheme": {
"type": "text",
@ -2831,5 +2838,6 @@
}
},
"appWantsToUseForLoginDescription": "You hereby allow the app and website to share information about you.",
"open": "Open"
"open": "Open",
"waitingForServer": "Waiting for server..."
}