Skip to content

Commit ffd66f1

Browse files
committed
Add translations through Crowdin
1 parent 9ee922e commit ffd66f1

1 file changed

Lines changed: 44 additions & 1 deletion

File tree

  • loader-common/src/main/resources/assets/cyclopscore/lang
Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,44 @@
1-
{}
1+
{
2+
"_comment": "Vanilla-Zusatzinhalt",
3+
"itemGroup.cyclopscore": "Cyclops Core",
4+
"general.cyclopscore.dev_world": "Entwicklerwelt",
5+
"general.cyclopscore.tooltip.info": "<Umschalttaste für Informationen>",
6+
"general.cyclopscore.info.enabled": "§aAktiviert",
7+
"general.cyclopscore.info.disabled": "Deaktiviert",
8+
"general.cyclopscore.version.updateAvailable": "Update verfügbar",
9+
"general.cyclopscore.version.download": "[Download]",
10+
"general.cyclopscore.version.clickToDownload": "Zum Herunterladen klicken",
11+
"gui.cyclopscore.scrollbar": "Scrollen",
12+
"gui.cyclopscore.search": "Suchen",
13+
"gui.cyclopscore.left": "Links",
14+
"gui.cyclopscore.right": "Rechts",
15+
"gui.cyclopscore.up": "Oben",
16+
"gui.cyclopscore.down": "Unten",
17+
"gui.cyclopscore.infobook": "Informationsbuch",
18+
"infobook.cyclopscore.next_page": "Nächste Seite",
19+
"infobook.cyclopscore.previous_page": "Vorherige Seite",
20+
"infobook.cyclopscore.parent_section": "Übergeordneter Abschnitt",
21+
"infobook.cyclopscore.last_page": "Zuletzt besuchte Seite",
22+
"infobook.cyclopscore.keybindings": "Tastenbelegungen",
23+
"infobook.cyclopscore.keybinding": "Tastenbelegung",
24+
"infobook.cyclopscore.external": "Webversion",
25+
"gui.cyclopscore.rewards": "Belohnungen",
26+
"chat.cyclopscore.command.invalidArguments": "Ungültige Argumente",
27+
"chat.cyclopscore.command.invalidSubcommand": "Ungültiger Unterbefehl",
28+
"chat.cyclopscore.command.onlyOneValue": "Bitte definiere einen neuen Wert",
29+
"chat.cyclopscore.command.invalidNewValue": "Ungültiger neuer Wert",
30+
"chat.cyclopscore.command.updatedValue": "%s aktualisiert auf: %s",
31+
"chat.cyclopscore.command.invalidPlayer": "Der Spieler '%s' wurde nicht gefunden",
32+
"chat.cyclopscore.command.ignitedPlayer": "Der Spieler '%s' wurde für %s Ticks in Brand gesetzt",
33+
"chat.cyclopscore.command.noConfigsFound": "Es wurden keine Konfigurationswerte gefunden, die gesetzt werden können",
34+
"multiblock.cyclopscore.error.invalidBlock": "%s enthält einen ungültigen Block %s.",
35+
"multiblock.cyclopscore.error.size.cube": "Dimensionen %s bilden keinen Würfel, Dimensionen sind nicht gleich.",
36+
"multiblock.cyclopscore.error.size.exact": "Dimensionen %s gefunden, während genau %s erwartet wurde.",
37+
"multiblock.cyclopscore.error.size.max": "Dimensionen %s gefunden, während höchstens %s erwartet wurde.",
38+
"multiblock.cyclopscore.error.size.min": "Dimensionen %s gefunden, während mindestens %s erwartet wurde.",
39+
"multiblock.cyclopscore.error.blockCount.exact": "Genau %s von %s erwartet, während %s gefunden wurde.",
40+
"multiblock.cyclopscore.error.blockCount.max": "Höchstens %s von %s erwartet, während %s gefunden wurde.",
41+
"multiblock.cyclopscore.error.blockCount.min": "Mindestens %s von %s erwartet, während %s gefunden wurde.",
42+
"multiblock.cyclopscore.error.hollow.air": "Position %s muss hohl sein.",
43+
"block.air": "Luft"
44+
}

0 commit comments

Comments
 (0)