Some german translations
This commit is contained in:
parent
7e2ea43817
commit
c39c1673a9
3 changed files with 46 additions and 3 deletions
|
@ -18,7 +18,6 @@ import ru.bclib.recipes.CraftingRecipes;
|
||||||
import ru.bclib.registry.BaseBlockEntities;
|
import ru.bclib.registry.BaseBlockEntities;
|
||||||
import ru.bclib.registry.BaseRegistry;
|
import ru.bclib.registry.BaseRegistry;
|
||||||
import ru.bclib.util.Logger;
|
import ru.bclib.util.Logger;
|
||||||
import ru.bclib.util.ModUtil;
|
|
||||||
import ru.bclib.world.generator.BCLibEndBiomeSource;
|
import ru.bclib.world.generator.BCLibEndBiomeSource;
|
||||||
import ru.bclib.world.generator.BCLibNetherBiomeSource;
|
import ru.bclib.world.generator.BCLibNetherBiomeSource;
|
||||||
import ru.bclib.world.generator.GeneratorOptions;
|
import ru.bclib.world.generator.GeneratorOptions;
|
||||||
|
|
|
@ -1,3 +1,47 @@
|
||||||
{
|
{
|
||||||
"message.bclib.anvil_damage": "§cSchaden"
|
"message.bclib.anvil_damage": "§cSchaden",
|
||||||
|
"bclib.datafixer.backupWarning.title": "Der Wächter hat eine inkompatible Welt entdeckt",
|
||||||
|
"bclib.datafixer.backupWarning.message": "Der Wächter hat festgestellt, dass einige Mod Änderungen an der Welt durchführen müssen.\n\nDiese Änderungen können automatische angewendet werden. Wenn Du fortfährst ohne die Änderungen anzuwenden, kann dies zu Fehlern oder Abstürzen führen. Bevor du fortfährst sollte auf jedenfall ein Backup angelegt werden.",
|
||||||
|
"bclib.datafixer.backupWarning.backup": "Backup erstellen bevor die Reperaturen angewendet werden",
|
||||||
|
"bclib.datafixer.backupWarning.nofixes": "Weiter ohne Reperaturen",
|
||||||
|
"bclib.datafixer.backupWarning.fix": "Reperaturen Anwenden",
|
||||||
|
"title.bclib.bclibmissmatch": "Version Mismatch",
|
||||||
|
"message.bclib.bclibmissmatch": "The Version of BCLib on the server and this client do not match. This will cause problems when playing.\n\nDo you want to automatically download the BCLib-Version from the server? \n\nBCLib will move the old version into a subdirectory of your Mods-Folder and before installing the new one.",
|
||||||
|
"title.bclib.syncfiles": "Mismatching Data",
|
||||||
|
"message.bclib.syncfiles": "Some Content on the Server does not match the versions on the client.\nDo you want to replace the selected content with the data from the server?",
|
||||||
|
"message.bclib.syncfiles.mods": "Synchronize Mods",
|
||||||
|
"message.bclib.syncfiles.configs": "Synchronize Configs",
|
||||||
|
"message.bclib.syncfiles.folders": "Synchronize Folders and Files",
|
||||||
|
"message.bclib.syncfiles.delete": "Delete unneeded",
|
||||||
|
"title.bclib.confirmrestart": "Restart Required",
|
||||||
|
"message.bclib.confirmrestart": "The requested content was synchronized. You need to restart Minecraft now.",
|
||||||
|
"title.link.bclib.discord": "Discord",
|
||||||
|
"title.bclib.modmenu.main": "BCLib Settings",
|
||||||
|
"title.bclib.progress": "Progress",
|
||||||
|
"title.bclib.filesync.progress": "File Transfer",
|
||||||
|
"message.bclib.filesync.progress": "Syncing File-Content with Server",
|
||||||
|
"message.bclib.filesync.progress.stage.empty": "",
|
||||||
|
|
||||||
|
"title.config.bclib.client.auto_sync.enabled": "Enable Auto-Sync",
|
||||||
|
"title.config.bclib.client.auto_sync.acceptConfigs": "Accept incoming Confog Files",
|
||||||
|
"title.config.bclib.client.auto_sync.acceptFiles": "Accept incoming Files",
|
||||||
|
"title.config.bclib.client.auto_sync.acceptMods": "Accept incoming Mods",
|
||||||
|
"title.config.bclib.client.auto_sync.displayModInfo": "Display warning when Serverside Mods differ from Client",
|
||||||
|
"title.config.bclib.client.auto_sync.debugHashes": "Print Auto-Sync Debug-Hashes to Log",
|
||||||
|
|
||||||
|
"title.bclib.syncfiles.modInfo": "Mod Info",
|
||||||
|
"title.bclib.syncfiles.modlist": "Mod Information",
|
||||||
|
"message.bclib.syncfiles.modlist": "The following shows the state of your installed installed Mods.\n\nAll Mods that do not exist locally, or have a different version will on the Server will be synchronized.",
|
||||||
|
"title.bclib.modmissmatch": "Mod Version Conflict",
|
||||||
|
"message.bclib.modmissmatch": "Some Mods on this client do not match the version of Mods on the Server.\n\nMismatching Mods can result in odd game behavior or crashes. Please make sue that you use the same mods as the server.",
|
||||||
|
|
||||||
|
"message.bclib.datafixer.progress.waitbackup": "Waiting for Backup to finish. This may take a while!",
|
||||||
|
"message.bclib.datafixer.progress.reading": "Reading Data",
|
||||||
|
"message.bclib.datafixer.progress.players": "Fixing Players",
|
||||||
|
"message.bclib.datafixer.progress.level": "Applying Patches to level.dat",
|
||||||
|
"message.bclib.datafixer.progress.worlddata": "Patching Custom World-Data",
|
||||||
|
"message.bclib.datafixer.progress.regions": "Repairing all Regions",
|
||||||
|
"message.bclib.datafixer.progress.saving": "Saving Patch State",
|
||||||
|
"title.bclib.datafixer.progress": "Fixing World",
|
||||||
|
"message.bclib.datafixer.progress": "Applying all Patches to your World."
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"message.bclib.anvil_damage": "§cDamage",
|
"message.bclib.anvil_damage": "§cDamage",
|
||||||
"bclib.datafixer.backupWarning.title": "Guardian detected an incompatible World",
|
"bclib.datafixer.backupWarning.title": "Guardian detected an incompatible World",
|
||||||
"bclib.datafixer.backupWarning.message": "The Guardian detected, that the internals som installed Mods did change since this world was last played.\n\nWe can automatically change the world for you. If you continue without applying the changes the world may not load correct. Before you continue, you should create a Backup.",
|
"bclib.datafixer.backupWarning.message": "The Guardian detected, that the internals some installed Mods did change since this world was last played.\n\nWe can automatically change the world for you. If you continue without applying the changes the world may not load correct. Before you continue, you should create a Backup.",
|
||||||
"bclib.datafixer.backupWarning.backup": "Create Backup before applying Fixes",
|
"bclib.datafixer.backupWarning.backup": "Create Backup before applying Fixes",
|
||||||
"bclib.datafixer.backupWarning.nofixes": "Continue Without Fixes",
|
"bclib.datafixer.backupWarning.nofixes": "Continue Without Fixes",
|
||||||
"bclib.datafixer.backupWarning.fix": "Apply Fixes",
|
"bclib.datafixer.backupWarning.fix": "Apply Fixes",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue