aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/languages/json/Translations.json
diff options
context:
space:
mode:
authormarvin-borner@live.com2018-04-12 21:55:34 +0200
committermarvin-borner@live.com2018-04-12 21:55:34 +0200
commita7e6fe259817780bcc3642e6c1f33e0059c1a6fe (patch)
tree95198f928d01f62506d79bf36e7d7fab6658f8a9 /assets/languages/json/Translations.json
parentf79f7d062ad8dcf89116da8faba456c4519d3d2a (diff)
Fixed some bugs and added translations - nothing special here
Diffstat (limited to 'assets/languages/json/Translations.json')
-rw-r--r--assets/languages/json/Translations.json40
1 files changed, 33 insertions, 7 deletions
diff --git a/assets/languages/json/Translations.json b/assets/languages/json/Translations.json
index 400ab01..58f9733 100644
--- a/assets/languages/json/Translations.json
+++ b/assets/languages/json/Translations.json
@@ -1,12 +1,38 @@
{
"en": {
- "langcode": "en",
- "Hello": "Hello World!",
- "Yes": "Yes"
+ "Translator": "Marvin Borner",
+ "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"
+ },
+ "de": {
+ "Translator": "Marvin Borner",
+ "you": "du",
+ "Feed": "Neues",
+ "Explore": "Entdecken",
+ "Chat": "Nachrichten",
+ "Friends": "Freunde",
+ "Personal": "Persönliche Daten",
+ "joined the group": "ist der Gruppe beigetreten",
+ "You joined the group": "Du bist der Gruppe beigetreten",
+ "has disconnected from the server": "hat sich vom Server getrennt"
},
"fr": {
- "langcode": "fr",
- "Hello": "Bonjour à tous!",
- "Yes": "Oui"
+ "Translator": "Marvin Borner (non-french)",
+ "you": "vous",
+ "Feed": "D'actualités",
+ "Explore": "Dépister",
+ "Chat": "Message",
+ "Friends": "Camarades",
+ "Personal": "Personnelles",
+ "joined the group": "s'est joint au groupe",
+ "You joined the group": "Vous avez rejoint le groupe",
+ "has disconnected from the server": "s'est déconnecté du serveur."
}
-} \ No newline at end of file
+}