diff --git a/mod/src/main/resources/localization/basemod/deu/cardMods.json b/mod/src/main/resources/localization/basemod/deu/cardMods.json new file mode 100644 index 00000000..a7f764a1 --- /dev/null +++ b/mod/src/main/resources/localization/basemod/deu/cardMods.json @@ -0,0 +1,22 @@ +{ + "basemod:ExhaustCardModifier": { + "TEXT": [ + "%s NL Erschöpfen." + ] + }, + "basemod:EtherealCardModifier": { + "TEXT": [ + "Flüchtig. NL %s" + ] + }, + "basemod:InnateCardModifier": { + "TEXT": [ + "Angeboren. NL %s" + ] + }, + "basemod:RetainCardModifier": { + "TEXT": [ + "Behalten. NL %s" + ] + } +} diff --git a/mod/src/main/resources/localization/basemod/deu/customMods.json b/mod/src/main/resources/localization/basemod/deu/customMods.json new file mode 100644 index 00000000..5a633e61 --- /dev/null +++ b/mod/src/main/resources/localization/basemod/deu/customMods.json @@ -0,0 +1,6 @@ +{ + "Modded Character Cards": { + "NAME": "%s Karten", + "DESCRIPTION": "%s karten erscheinen jetzt in Belohnungen und Läden." + } +} diff --git a/mod/src/main/resources/localization/basemod/deu/ui.json b/mod/src/main/resources/localization/basemod/deu/ui.json new file mode 100644 index 00000000..e54d3168 --- /dev/null +++ b/mod/src/main/resources/localization/basemod/deu/ui.json @@ -0,0 +1,24 @@ +{ + "basemod:ContinueRunInfo": { + "TEXT": [ + "%1$s %2$s", + "%1$s, [run_info_blue]Stock %2$d[]", + "Aufstiegsmodus [run_info_red]%1$d[]", + "[run_info_red]%1$d / %2$d TP[] [run_info_gold]%3$d Gold[]" + ], + "EXTRA_TEXT": [ + "", + "Täglich, %1$s", + "Endlos", + "Benutzerdefiniert" + ] + }, + "basemod:WhatMod": { + "TEXT": [ + "Von welchem Mod ist das?", + "Nicht modifizierte Inhalte", + "Unbekannt", + "" + ] + } +} diff --git a/mod/src/main/resources/localization/basemod/dut/cardMods.json b/mod/src/main/resources/localization/basemod/dut/cardMods.json new file mode 100644 index 00000000..ef416aea --- /dev/null +++ b/mod/src/main/resources/localization/basemod/dut/cardMods.json @@ -0,0 +1,22 @@ +{ + "basemod:ExhaustCardModifier": { + "TEXT": [ + "%s NL Put-uit." + ] + }, + "basemod:EtherealCardModifier": { + "TEXT": [ + "Etherisch. NL %s" + ] + }, + "basemod:InnateCardModifier": { + "TEXT": [ + "Aangeboren. NL %s" + ] + }, + "basemod:RetainCardModifier": { + "TEXT": [ + "Behoud. NL %s" + ] + } +} diff --git a/mod/src/main/resources/localization/basemod/dut/customMods.json b/mod/src/main/resources/localization/basemod/dut/customMods.json new file mode 100644 index 00000000..039674db --- /dev/null +++ b/mod/src/main/resources/localization/basemod/dut/customMods.json @@ -0,0 +1,6 @@ +{ + "Modded Character Cards": { + "NAME": "%s Kaarten", + "DESCRIPTION": "%s Kaarten verschijnen nu in beloningen en winkels." + } +} diff --git a/mod/src/main/resources/localization/basemod/dut/ui.json b/mod/src/main/resources/localization/basemod/dut/ui.json new file mode 100644 index 00000000..8b4ec70a --- /dev/null +++ b/mod/src/main/resources/localization/basemod/dut/ui.json @@ -0,0 +1,24 @@ +{ + "basemod:ContinueRunInfo": { + "TEXT": [ + "%1$s %2$s", + "%1$s, [run_info_blue]Etage %2$d[]", + "Bestijgingsmodus [run_info_red]%1$d[]", + "[run_info_red]%1$d / %2$d LP[] [run_info_gold]%3$d Goud[]" + ], + "EXTRA_TEXT": [ + "", + "Dagelijks, %1$s", + "Eindeloos", + "Aangepast" + ] + }, + "basemod:WhatMod": { + "TEXT": [ + "Van welke mod is dit?", + "Geen gemodificeerde inhoud", + "Onbekend", + "" + ] + } +}