-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -737,5 +737,72 @@ const locales = { | |||||
"strike": "Barrato", | ||||||
"clear": "Formattazione ripristinata" | ||||||
} | ||||||
}, | ||||||
|
||||||
"de": { | ||||||
"cCode": "de", | ||||||
"language": "deutsch", | ||||||
"text": { | ||||||
"channelNameLabel": "Chat", | ||||||
"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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
}, | ||||||
"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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"changeLanguage": "Sprache Wechseln", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"send": "Senden", | ||||||
"leave": "Server Verlassen", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"invite": "Einladung" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
}, | ||||||
"infos": { | ||||||
"owner": "Eigentümer", | ||||||
"members": "Mitglieder", | ||||||
"vChannels": "Sprachchannel", | ||||||
"tChannels": "Textchannel", | ||||||
"roles": "Rollen", | ||||||
"channels": "Channels", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"emojis": "Emojis" | ||||||
}, | ||||||
"headings": { | ||||||
"lastMessages": "Letzte Nachrichten", | ||||||
"guildName": "Information", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"autoScroll": "Auto-Scroll", | ||||||
}, | ||||||
"errors": { | ||||||
"error": "FEHLER", | ||||||
"dm": "FEHLER : PN", | ||||||
"emptyMsg": "FEHLER : LEERE NACHRICHT", | ||||||
"missingPermissions": "FEHLER :FEHLENDE BERECHTIGUNG" | ||||||
}, | ||||||
"token": { | ||||||
"prompt": "Bitte trage hier deinen Discord Bot Token ein.", | ||||||
"confirmation": "Bist du dir sicher?", | ||||||
"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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"pin": "Nachricht Angepinnt", | ||||||
"channelNews": "Remote Channel News wurden hinzugefügt", | ||||||
"boost": "Server geboostet" | ||||||
}, | ||||||
"fileType": { | ||||||
"unknown": "Fehler", | ||||||
"img": "Bild", | ||||||
"doc": "Dokument", | ||||||
"pdf": "pdf", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"video": "Video", | ||||||
"audio": "Audio" | ||||||
}, | ||||||
"formatting": { | ||||||
"bold": "Fett", | ||||||
"emphasis": "emphasis", | ||||||
"underline": "Unterschreichen", | ||||||
"strike": "Lösche Formatierung" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
} | ||||||
} | ||||||
}; |
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.