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:
lilia 2017-05-22 12:12:05 -07:00
parent d283282b76
commit bec69826ae

View file

@ -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.",