Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Added German #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
67 changes: 67 additions & 0 deletions locales.js
Original file line number Diff line number Diff line change
Expand Up @@ -737,5 +737,72 @@ const locales = {
"strike": "Barrato",
"clear": "Formattazione ripristinata"
}
},

"de": {
"cCode": "de",
"language": "deutsch",
"text": {
"channelNameLabel": "Chat",
"scrollCheck": "Aktiviere Auto-Scrolling animation",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"scrollCheck": "Aktiviere Auto-Scrolling animation",
"scrollCheck": "Aktiviere Auto-Scrolling Animation",

"fileSent": "Dateien wurden versendet",
"attachmentTxt": "Anhang",
"privateMessages": "PN",
"userId": "User ID"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"userId": "User ID"
"userId": "Benutzer ID"

},
"buttons": {
"clearLastMessages": "Lösche die letzten Nachrichten",
"editToken": "Token ändern",
"refreshChat": "Aktualisiere den Chat",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"refreshChat": "Aktualisiere den Chat",
"refreshChat": "Chat aktualisieren",

"changeLanguage": "Sprache Wechseln",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"changeLanguage": "Sprache Wechseln",
"changeLanguage": "Sprache ändern",

"send": "Senden",
"leave": "Server Verlassen",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"leave": "Server Verlassen",
"leave": "Server verlassen",

"invite": "Einladung"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"invite": "Einladung"
"invite": "Einladen"

},
"infos": {
"owner": "Eigentümer",
"members": "Mitglieder",
"vChannels": "Sprachchannel",
"tChannels": "Textchannel",
"roles": "Rollen",
"channels": "Channels",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"channels": "Channels",
"channels": "Kanäle",

"emojis": "Emojis"
},
"headings": {
"lastMessages": "Letzte Nachrichten",
"guildName": "Information",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"guildName": "Information",
"guildName": "Informationen",

"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",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"serverJoin": "Server betreten",
"serverJoin": "Server beitreten",

"pin": "Nachricht Angepinnt",
"channelNews": "Remote Channel News wurden hinzugefügt",
"boost": "Server geboostet"
},
"fileType": {
"unknown": "Fehler",
"img": "Bild",
"doc": "Dokument",
"pdf": "pdf",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"pdf": "pdf",
"pdf": "PDF",

"video": "Video",
"audio": "Audio"
},
"formatting": {
"bold": "Fett",
"emphasis": "emphasis",
"underline": "Unterschreichen",
"strike": "Lösche Formatierung"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"strike": "Lösche Formatierung"
"strike": "Formatierung löschen"

}
}
};