chore: Better connection status indicator
This commit is contained in:
parent
892e379a2a
commit
7599ce8627
7 changed files with 195 additions and 187 deletions
|
|
@ -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..."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue