-
Notifications
You must be signed in to change notification settings - Fork 160
Added German #64
base: master
Are you sure you want to change the base?
Added German #64
Conversation
I felt so free and added a Language support for German
"language": "deutsch", | ||
"text": { | ||
"channelNameLabel": "Chat", | ||
"scrollCheck": "Aktiviere Auto-Scrolling animation", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"scrollCheck": "Aktiviere Auto-Scrolling animation", | |
"scrollCheck": "Aktiviere Auto-Scrolling Animation", |
"fileSent": "Dateien wurden versendet", | ||
"attachmentTxt": "Anhang", | ||
"privateMessages": "PN", | ||
"userId": "User ID" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"userId": "User ID" | |
"userId": "Benutzer ID" |
"buttons": { | ||
"clearLastMessages": "Lösche die letzten Nachrichten", | ||
"editToken": "Token ändern", | ||
"refreshChat": "Aktualisiere den Chat", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"refreshChat": "Aktualisiere den Chat", | |
"refreshChat": "Chat aktualisieren", |
"clearLastMessages": "Lösche die letzten Nachrichten", | ||
"editToken": "Token ändern", | ||
"refreshChat": "Aktualisiere den Chat", | ||
"changeLanguage": "Sprache Wechseln", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"changeLanguage": "Sprache Wechseln", | |
"changeLanguage": "Sprache ändern", |
"refreshChat": "Aktualisiere den Chat", | ||
"changeLanguage": "Sprache Wechseln", | ||
"send": "Senden", | ||
"leave": "Server Verlassen", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"leave": "Server Verlassen", | |
"leave": "Server verlassen", |
"vChannels": "Sprachchannel", | ||
"tChannels": "Textchannel", | ||
"roles": "Rollen", | ||
"channels": "Channels", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"channels": "Channels", | |
"channels": "Kanäle", |
}, | ||
"headings": { | ||
"lastMessages": "Letzte Nachrichten", | ||
"guildName": "Information", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"guildName": "Information", | |
"guildName": "Informationen", |
"invalid": "Es wurde kein Token eingetragen oder er ist ungültig" | ||
}, | ||
"messageType": { | ||
"serverJoin": "Server betreten", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"serverJoin": "Server betreten", | |
"serverJoin": "Server beitreten", |
"unknown": "Fehler", | ||
"img": "Bild", | ||
"doc": "Dokument", | ||
"pdf": "pdf", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"pdf": "pdf", | |
"pdf": "PDF", |
"bold": "Fett", | ||
"emphasis": "emphasis", | ||
"underline": "Unterschreichen", | ||
"strike": "Lösche Formatierung" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"strike": "Lösche Formatierung" | |
"strike": "Formatierung löschen" |
I felt so free and added a Language support for German