Add more notes on translatable strings
// FREEBIE
This commit is contained in:
parent
0e64395701
commit
c1cceca83e
1 changed files with 4 additions and 2 deletions
|
@ -108,7 +108,8 @@
|
|||
"message": "Members"
|
||||
},
|
||||
"resetSession": {
|
||||
"message": "Reset Session"
|
||||
"message": "Reset Session",
|
||||
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
|
||||
},
|
||||
"verifyIdentity": {
|
||||
"message": "Verify Identity"
|
||||
|
@ -128,7 +129,8 @@
|
|||
"description": "Menu item for deleting messages, title case."
|
||||
},
|
||||
"sessionEnded": {
|
||||
"message": "Secure session reset"
|
||||
"message": "Secure session reset",
|
||||
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
|
||||
},
|
||||
"installWelcome": {
|
||||
"message": "Welcome to Signal Desktop",
|
||||
|
|
Loading…
Reference in a new issue