[Feature] Update Checker
This commit is contained in:
parent
2ef9e51ef1
commit
69d472d107
21 changed files with 633 additions and 22 deletions
|
@ -48,7 +48,6 @@
|
|||
"title.bclib.datafixer.error": "Fehler beim Reparieren der Welt",
|
||||
"message.bclib.datafixer.error": "Es gab Fehler beim Reparieren der Welt. Das bedeutet, dass dieser Level wahrscheinlich in einem inkonsistenten Zustand ist und Sie ihn nicht spielen sollten. Bitte stellen Sie Ihr Backup wieder her und beheben Sie die unten aufgeführten Fehler, bevor Sie es erneut versuchen.",
|
||||
"title.bclib.datafixer.error.continue": "Continue and Mark as Fixed",
|
||||
"title.config.bclib.main.ui.suppressExperimentalDialogOnLoad": "Disable Experimental Warning Screen on Load",
|
||||
"tooltip.bclib.place_on": "Lebt auf: %s",
|
||||
"generator.bclib.normal": "BetterX",
|
||||
"title.screen.bclib.worldgen.main": "Welt-Generator Eigenschaften",
|
||||
|
@ -64,5 +63,18 @@
|
|||
"title.screen.bclib.worldgen.void_biome_size": "Kleine Inseln",
|
||||
"title.screen.bclib.worldgen.center_biome_size": "Zentralbiome",
|
||||
"title.screen.bclib.worldgen.barrens_biome_size": "Ödniss",
|
||||
"title.screen.bclib.worldgen.central_radius": "Innerer Radius (in Chunks)"
|
||||
"title.screen.bclib.worldgen.central_radius": "Innerer Radius (in Chunks)",
|
||||
"title.config.bclib.client.rendering.customFogRendering": "Angepasster Nebel",
|
||||
"title.config.bclib.client.rendering.netherThickFog": "Dicker Nether-Nebel",
|
||||
"bclib.updates.curseforge_link": "[CurseForge]",
|
||||
"bclib.updates.title": "Mod Aktualisierungen",
|
||||
"bclib.updates.disable_check": "Nicht Prüfen",
|
||||
"bclib.updates.donate_pre": "Gefallen Dir unsere Inhalte?\nDann erwäge eine kleine Spende :)",
|
||||
"bclib.updates.donate": "Spenden",
|
||||
"bclib.updates.description": "Einige der installierten Mods sind veraltet. Wir verbessern und erweitern ständig unseren Inhalt und stellen wichtige Fehlerbehebungen zur Verfügung.\nBitte aktualisiere Deine Mods über die unten angegebenen Links.",
|
||||
"bclib.welcome.title": "Wilkommen bei BetterX",
|
||||
"bclib.welcome.description": "... und ein riesiges herzliches **Dankeschön** für das Herunterladen und Spielen unserer Mods. Wir hoffen, dass sie euch genauso viel Spaß machen wie uns.\n\nBevor wir anfangen, gibt es ein paar Dinge, die wir einrichten müssen, also lest bitte den folgenden langweiligen Teil weiter.",
|
||||
"bclib.welcome.donation": "Wenn Dir unsere Mods so gut gefallen, wie wir hoffen, dann denken Sie bitte über eine kleine Spende nach :)",
|
||||
"bclib.welcome.updater.description": "BCLib enthält eine einfache Versionsüberprüfung, die Dich benachrichtigen kann, wenn neue Updates unserer Mods verfügbar sind. Dazu müssen wir eine Ressource von einem unserer Webserver abrufen. Um die Anfrage zu bearbeiten versenden wir zusammen mit Deiner IP-Address (wir müssen ja wissen wohin die Antwort gehen soll) auch Deine Minecraft-Version (damit wir die richtige Mod-Version auswählen können). Die übertragenen Daten werden von uns niemals für andere Zwecke verwendet, verarbeitet oder weitergegeben, müssen aber aus rechtlichen Gründen für 4 Wochen in unseren Log-Dateien gespeichert werden.",
|
||||
"bclib.welcome.updater.title": "Versionsprüfung erlauben"
|
||||
}
|
|
@ -33,7 +33,7 @@
|
|||
"title.config.bclib.client.ui.suppressExperimentalDialogOnLoad": "Disable Experimental Warning Screen on Load",
|
||||
"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 on the Server will be synchronized.",
|
||||
"message.bclib.syncfiles.modlist": "The following shows the state of your installed Mods.\n\nAll Mods that do not exist locally, or have a different version 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!",
|
||||
|
@ -65,5 +65,16 @@
|
|||
"title.screen.bclib.worldgen.center_biome_size": "Central Biomes",
|
||||
"title.screen.bclib.worldgen.barrens_biome_size": "Barrens",
|
||||
"title.screen.bclib.worldgen.central_radius": "Central Void Radius (in Chunks)",
|
||||
"title.screen.bclib.worldgen.end_void": "Generate Small Islands"
|
||||
"title.screen.bclib.worldgen.end_void": "Generate Small Islands",
|
||||
"bclib.updates.curseforge_link": "[CurseForge]",
|
||||
"bclib.updates.title": "Mod Updates",
|
||||
"bclib.updates.disable_check": "Disable Check",
|
||||
"bclib.updates.donate_pre": "Like our Content?\nPlease consider a small Donation :)",
|
||||
"bclib.updates.donate": "Donate",
|
||||
"bclib.updates.description": "Some of the installed mods are outdated. We continually improve and extend our content as well as provide important bug-fixes.\nPlease consider updating your mods using the provided links below.",
|
||||
"bclib.welcome.title": "Welcome to BetterX",
|
||||
"bclib.welcome.description": "... and a huge hearty **thank you** for downloading and playing our mods. We hope you enjoy them as much as we do.\n\nBefore we start, there are a few things we need to set up, so please continue reading the following boring part.",
|
||||
"bclib.welcome.donation": "If, you enjoy our Mods as much as we hope you do, please consider a small Donation :)",
|
||||
"bclib.welcome.updater.description": "BCLib includes a simple version checker that can notify you when new updates of our mods are available. To do this, we need to read a resource from one of our web servers. To process the request, together with your IP address (we need to know where to send the response) we also send your Minecraft version (so we can choose the right mod version). The transmitted data will never be used or processed by us for other purposes, but must be stored in our log files for 4 weeks for legal reasons.",
|
||||
"bclib.welcome.updater.title": "Enable Version Check"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue