Clean up
This commit is contained in:
parent
10eaf1ffc5
commit
3ae4f234ab
7 changed files with 213 additions and 170 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"@@last_modified": "2020-04-12T11:11:56.595233",
|
||||
"@@last_modified": "2020-05-06T19:24:19.377156",
|
||||
"About": "About",
|
||||
"@About": {
|
||||
"type": "text",
|
||||
|
|
@ -303,10 +303,12 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Could not decrypt message": "Could not decrypt message",
|
||||
"@Could not decrypt message": {
|
||||
"couldNotDecryptMessage": "Could not decrypt message: {error}",
|
||||
"@couldNotDecryptMessage": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
"placeholders": {
|
||||
"error": {}
|
||||
}
|
||||
},
|
||||
"Could not set avatar": "Could not set avatar",
|
||||
"@Could not set avatar": {
|
||||
|
|
@ -655,6 +657,13 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
"lastActiveAgo": "Last active: {localizedTimeShort}",
|
||||
"@lastActiveAgo": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"localizedTimeShort": {}
|
||||
}
|
||||
},
|
||||
"Last seen IP": "Last seen IP",
|
||||
"@Last seen IP": {
|
||||
"type": "text",
|
||||
|
|
@ -1019,6 +1028,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Set status": "Set status",
|
||||
"@Set status": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Settings": "Settings",
|
||||
"@Settings": {
|
||||
"type": "text",
|
||||
|
|
@ -1039,6 +1053,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"How are you today?": "How are you today?",
|
||||
"@How are you today?": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Light": "Light",
|
||||
"@Light": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue