diff options
author | marvin-borner@live.com | 2018-04-12 21:55:34 +0200 |
---|---|---|
committer | marvin-borner@live.com | 2018-04-12 21:55:34 +0200 |
commit | a7e6fe259817780bcc3642e6c1f33e0059c1a6fe (patch) | |
tree | 95198f928d01f62506d79bf36e7d7fab6658f8a9 /assets/languages/json/en.json | |
parent | f79f7d062ad8dcf89116da8faba456c4519d3d2a (diff) |
Fixed some bugs and added translations - nothing special here
Diffstat (limited to 'assets/languages/json/en.json')
-rw-r--r-- | assets/languages/json/en.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/assets/languages/json/en.json b/assets/languages/json/en.json index fc066df..981bb83 100644 --- a/assets/languages/json/en.json +++ b/assets/languages/json/en.json @@ -1,12 +1,14 @@ { "en": { "Translator": "Marvin Borner", - "Reset all values": "Reset all values to default values?", - "Yes": "Yes", - "No": "No", - "Room temperature": "Room temperature", - "Length": "Length", - "Width": "Width", - "Height": "Height" + "you": "you", + "Feed": "New", + "Explore": "Explore", + "Chat": "Chat", + "Friends": "Friends", + "Personal": "Personal", + "joined the group": "joined the group", + "You joined the group": "You joined the group", + "has disconnected from the server": "has disconnected from the server" } } |