Add descriptions to i18n messages about network status
A transifx translator requested some clarity around one of these strings, so I've added brief descriptions for each of them. // FREEBIE
This commit is contained in:
parent
d283282b76
commit
bec69826ae
1 changed files with 6 additions and 3 deletions
|
@ -76,13 +76,16 @@
|
|||
"message": "Sorry, the selected file exceeds message size restrictions."
|
||||
},
|
||||
"disconnected": {
|
||||
"message": "Disconnected"
|
||||
"message": "Disconnected",
|
||||
"description": "Displayed when the desktop client cannot connect to the server."
|
||||
},
|
||||
"connecting": {
|
||||
"message": "Connecting"
|
||||
"message": "Connecting",
|
||||
"description": "Displayed when the desktop client is currently connecting to the server."
|
||||
},
|
||||
"offline": {
|
||||
"message": "Offline"
|
||||
"message": "Offline",
|
||||
"description": "Displayed when the desktop client has no network connection."
|
||||
},
|
||||
"checkNetworkConnection": {
|
||||
"message": "Check your network connection.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue