Added translations #127
This commit is contained in:
parent
8922524f44
commit
4c42949516
@ -32,6 +32,15 @@
|
||||
"users": "Benutzer"
|
||||
},
|
||||
"settings": {
|
||||
"bot": {
|
||||
"cache_max_messages": "Anzahl der Nachrichten im cache",
|
||||
"header": "Bot",
|
||||
"help_url": "Befehlsreferenz",
|
||||
"ping_urls": "Ping Adressen",
|
||||
"technicianIds": "Techniker Ids",
|
||||
"wait_for_restart": "Wartezeit vor Neustart",
|
||||
"wait_for_shutdown": "Wartezeit vor Herunterfahren"
|
||||
},
|
||||
"email": {
|
||||
"email_address": "E-Mail-Adresse",
|
||||
"header": "E-Mail",
|
||||
@ -51,6 +60,10 @@
|
||||
"send_failed": "Senden fehlgeschlagen",
|
||||
"send_mail": "E-Mail wurde erfolgreich gesendet",
|
||||
"success": "Erfolg",
|
||||
"technician_config_create": "Konfiguration gespeichert",
|
||||
"technician_config_create_d": "Konfiguration erfolgreich gespeichert",
|
||||
"technician_config_create_failed": "Speichern fehlgeschlagen",
|
||||
"technician_config_create_failed_d": "Speichern der Konfiguration ist fehlgeschlagen!",
|
||||
"test_mail_not_send": "Die Test E-Mail konnte nicht gesendet werden!"
|
||||
},
|
||||
"website": {
|
||||
@ -130,6 +143,7 @@
|
||||
"email": "E-Mail",
|
||||
"error": "Fehler",
|
||||
"history": {
|
||||
"attribute": "Attribut",
|
||||
"autoRole": "Auto Rolle",
|
||||
"channelId": "Kanal Id",
|
||||
"color": "Farbe",
|
||||
@ -144,13 +158,12 @@
|
||||
"messageId": "Nachricht Id",
|
||||
"minXp": "Min. XP",
|
||||
"name": "Name",
|
||||
"operator": "Operator",
|
||||
"permissions": "Berechtigung",
|
||||
"roleId": "Rolle",
|
||||
"server": "Server",
|
||||
"xp": "XP",
|
||||
"attribute": "Attribut",
|
||||
"operator": "Operator",
|
||||
"value": "Wert"
|
||||
"value": "Wert",
|
||||
"xp": "XP"
|
||||
},
|
||||
"id": "Id",
|
||||
"joined_at": "Beigetreten am",
|
||||
@ -159,7 +172,8 @@
|
||||
"name": "Name",
|
||||
"no_entries_found": "Keine Einträge gefunden",
|
||||
"of": "von",
|
||||
"reset_filters": "Filter zurücksetzen"
|
||||
"reset_filters": "Filter zurücksetzen",
|
||||
"save": "Speichern"
|
||||
},
|
||||
"dialog": {
|
||||
"abort": "Abbrechen",
|
||||
@ -325,8 +339,8 @@
|
||||
"header": "Errungenschaften",
|
||||
"headers": {
|
||||
"attribute": "Attribut",
|
||||
"name": "Name",
|
||||
"description": "Beschreibung",
|
||||
"name": "Name",
|
||||
"operator": "Operator",
|
||||
"value": "Wert"
|
||||
},
|
||||
|
@ -32,6 +32,15 @@
|
||||
"users": "User"
|
||||
},
|
||||
"settings": {
|
||||
"bot": {
|
||||
"cache_max_messages": "Number of messages in cache",
|
||||
"header": "Bot",
|
||||
"help_url": "Help URL",
|
||||
"ping_urls": "Ping addresses",
|
||||
"technicianIds": "Technician Ids",
|
||||
"wait_for_restart": "Time to wait before restart",
|
||||
"wait_for_shutdown": "Time to wait before shutdown"
|
||||
},
|
||||
"email": {
|
||||
"email_address": "E-Mail address",
|
||||
"header": "E-Mail",
|
||||
@ -51,6 +60,10 @@
|
||||
"send_failed": "Sending failed",
|
||||
"send_mail": "Email was sent successfully",
|
||||
"success": "Success",
|
||||
"technician_config_create": "Config saved",
|
||||
"technician_config_create_d": "Config saved successfully",
|
||||
"technician_config_create_failed": "Saving config failed",
|
||||
"technician_config_create_failed_d": "Saving config failed!",
|
||||
"test_mail_not_send": "Test email could not be sent!"
|
||||
},
|
||||
"website": {
|
||||
@ -130,6 +143,7 @@
|
||||
"email": "E-Mail",
|
||||
"error": "Error",
|
||||
"history": {
|
||||
"attribute": "Attribute",
|
||||
"autoRole": "Auto role",
|
||||
"channelId": "Channel Id",
|
||||
"color": "Color",
|
||||
@ -144,13 +158,12 @@
|
||||
"messageId": "Message Id",
|
||||
"minXp": "Min. XP",
|
||||
"name": "Name",
|
||||
"operator": "Operator",
|
||||
"permissions": "Permissions",
|
||||
"roleId": "Role",
|
||||
"server": "Server",
|
||||
"xp": "XP",
|
||||
"attribute": "Attribute",
|
||||
"operator": "Operator",
|
||||
"value": "Value"
|
||||
"value": "Value",
|
||||
"xp": "XP"
|
||||
},
|
||||
"id": "Id",
|
||||
"joined_at": "Joined at",
|
||||
@ -159,7 +172,8 @@
|
||||
"name": "Name",
|
||||
"no_entries_found": "No entries found",
|
||||
"of": "of",
|
||||
"reset_filters": "Reset filters"
|
||||
"reset_filters": "Reset filters",
|
||||
"save": "Save"
|
||||
},
|
||||
"dialog": {
|
||||
"abort": "Abort",
|
||||
@ -325,6 +339,7 @@
|
||||
"header": "Achievements",
|
||||
"headers": {
|
||||
"attribute": "Attribute",
|
||||
"description": "Description",
|
||||
"name": "Namer",
|
||||
"operator": "Operator",
|
||||
"value": "Value"
|
||||
|
Loading…
Reference in New Issue
Block a user