This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
Locales["de"] = {
["male"] = "Männlich",
["female"] = "Weiblich",
["command_setslots"] = "Anzahl der Mehrcharakter-Slots eines Spielers festlegen",
["command_remslots"] = "Anzahl der Mehrcharakter-Slots eines Spielers entfernen",
["command_enablechar"] = "Einen bestimmten Charakter eines Spielers aktivieren",
["command_disablechar"] = "Einen bestimmten Charakter eines Spielers deaktivieren",
["command_charslot"] = "Slot-Nummer des Charakters",
["command_identifier"] = "Spielerkennung",
["command_slots"] = "Anzahl der Slots",
["slotsadd"] = "Du hast %s Slots für %s festgelegt",
["slotsrem"] = "Du hast Slots von %s entfernt",
["charenabled"] = "Du hast Charakter #%s von %s aktiviert",
["chardisabled"] = "Du hast Charakter #%s von %s deaktiviert",
["charnotfound"] = "Charakter #%s von %s existiert nicht",
UI = {
["title"] = "CHARAKTERAUSWAHL",
["char_info_title"] = "Charakterinformation",
["play"] = "SPIELEN",
}
}