Added translations #127
This commit is contained in:
parent
8922524f44
commit
4c42949516
@ -32,6 +32,15 @@
|
|||||||
"users": "Benutzer"
|
"users": "Benutzer"
|
||||||
},
|
},
|
||||||
"settings": {
|
"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": {
|
||||||
"email_address": "E-Mail-Adresse",
|
"email_address": "E-Mail-Adresse",
|
||||||
"header": "E-Mail",
|
"header": "E-Mail",
|
||||||
@ -51,6 +60,10 @@
|
|||||||
"send_failed": "Senden fehlgeschlagen",
|
"send_failed": "Senden fehlgeschlagen",
|
||||||
"send_mail": "E-Mail wurde erfolgreich gesendet",
|
"send_mail": "E-Mail wurde erfolgreich gesendet",
|
||||||
"success": "Erfolg",
|
"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!"
|
"test_mail_not_send": "Die Test E-Mail konnte nicht gesendet werden!"
|
||||||
},
|
},
|
||||||
"website": {
|
"website": {
|
||||||
@ -130,6 +143,7 @@
|
|||||||
"email": "E-Mail",
|
"email": "E-Mail",
|
||||||
"error": "Fehler",
|
"error": "Fehler",
|
||||||
"history": {
|
"history": {
|
||||||
|
"attribute": "Attribut",
|
||||||
"autoRole": "Auto Rolle",
|
"autoRole": "Auto Rolle",
|
||||||
"channelId": "Kanal Id",
|
"channelId": "Kanal Id",
|
||||||
"color": "Farbe",
|
"color": "Farbe",
|
||||||
@ -144,13 +158,12 @@
|
|||||||
"messageId": "Nachricht Id",
|
"messageId": "Nachricht Id",
|
||||||
"minXp": "Min. XP",
|
"minXp": "Min. XP",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
"operator": "Operator",
|
||||||
"permissions": "Berechtigung",
|
"permissions": "Berechtigung",
|
||||||
"roleId": "Rolle",
|
"roleId": "Rolle",
|
||||||
"server": "Server",
|
"server": "Server",
|
||||||
"xp": "XP",
|
"value": "Wert",
|
||||||
"attribute": "Attribut",
|
"xp": "XP"
|
||||||
"operator": "Operator",
|
|
||||||
"value": "Wert"
|
|
||||||
},
|
},
|
||||||
"id": "Id",
|
"id": "Id",
|
||||||
"joined_at": "Beigetreten am",
|
"joined_at": "Beigetreten am",
|
||||||
@ -159,7 +172,8 @@
|
|||||||
"name": "Name",
|
"name": "Name",
|
||||||
"no_entries_found": "Keine Einträge gefunden",
|
"no_entries_found": "Keine Einträge gefunden",
|
||||||
"of": "von",
|
"of": "von",
|
||||||
"reset_filters": "Filter zurücksetzen"
|
"reset_filters": "Filter zurücksetzen",
|
||||||
|
"save": "Speichern"
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"abort": "Abbrechen",
|
"abort": "Abbrechen",
|
||||||
@ -325,8 +339,8 @@
|
|||||||
"header": "Errungenschaften",
|
"header": "Errungenschaften",
|
||||||
"headers": {
|
"headers": {
|
||||||
"attribute": "Attribut",
|
"attribute": "Attribut",
|
||||||
"name": "Name",
|
|
||||||
"description": "Beschreibung",
|
"description": "Beschreibung",
|
||||||
|
"name": "Name",
|
||||||
"operator": "Operator",
|
"operator": "Operator",
|
||||||
"value": "Wert"
|
"value": "Wert"
|
||||||
},
|
},
|
||||||
|
@ -32,6 +32,15 @@
|
|||||||
"users": "User"
|
"users": "User"
|
||||||
},
|
},
|
||||||
"settings": {
|
"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": {
|
||||||
"email_address": "E-Mail address",
|
"email_address": "E-Mail address",
|
||||||
"header": "E-Mail",
|
"header": "E-Mail",
|
||||||
@ -51,6 +60,10 @@
|
|||||||
"send_failed": "Sending failed",
|
"send_failed": "Sending failed",
|
||||||
"send_mail": "Email was sent successfully",
|
"send_mail": "Email was sent successfully",
|
||||||
"success": "Success",
|
"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!"
|
"test_mail_not_send": "Test email could not be sent!"
|
||||||
},
|
},
|
||||||
"website": {
|
"website": {
|
||||||
@ -130,6 +143,7 @@
|
|||||||
"email": "E-Mail",
|
"email": "E-Mail",
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
"history": {
|
"history": {
|
||||||
|
"attribute": "Attribute",
|
||||||
"autoRole": "Auto role",
|
"autoRole": "Auto role",
|
||||||
"channelId": "Channel Id",
|
"channelId": "Channel Id",
|
||||||
"color": "Color",
|
"color": "Color",
|
||||||
@ -144,13 +158,12 @@
|
|||||||
"messageId": "Message Id",
|
"messageId": "Message Id",
|
||||||
"minXp": "Min. XP",
|
"minXp": "Min. XP",
|
||||||
"name": "Name",
|
"name": "Name",
|
||||||
|
"operator": "Operator",
|
||||||
"permissions": "Permissions",
|
"permissions": "Permissions",
|
||||||
"roleId": "Role",
|
"roleId": "Role",
|
||||||
"server": "Server",
|
"server": "Server",
|
||||||
"xp": "XP",
|
"value": "Value",
|
||||||
"attribute": "Attribute",
|
"xp": "XP"
|
||||||
"operator": "Operator",
|
|
||||||
"value": "Value"
|
|
||||||
},
|
},
|
||||||
"id": "Id",
|
"id": "Id",
|
||||||
"joined_at": "Joined at",
|
"joined_at": "Joined at",
|
||||||
@ -159,7 +172,8 @@
|
|||||||
"name": "Name",
|
"name": "Name",
|
||||||
"no_entries_found": "No entries found",
|
"no_entries_found": "No entries found",
|
||||||
"of": "of",
|
"of": "of",
|
||||||
"reset_filters": "Reset filters"
|
"reset_filters": "Reset filters",
|
||||||
|
"save": "Save"
|
||||||
},
|
},
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"abort": "Abort",
|
"abort": "Abort",
|
||||||
@ -325,6 +339,7 @@
|
|||||||
"header": "Achievements",
|
"header": "Achievements",
|
||||||
"headers": {
|
"headers": {
|
||||||
"attribute": "Attribute",
|
"attribute": "Attribute",
|
||||||
|
"description": "Description",
|
||||||
"name": "Namer",
|
"name": "Namer",
|
||||||
"operator": "Operator",
|
"operator": "Operator",
|
||||||
"value": "Value"
|
"value": "Value"
|
||||||
|
Loading…
Reference in New Issue
Block a user