Merge pull request #43 from PolyhedralDev/agnostic

Platform-agnostic engine & TerraScript structures
This commit is contained in:
dfsek
2021-01-09 11:30:34 -07:00
committed by GitHub
568 changed files with 21651 additions and 4872 deletions

View File

@@ -1,117 +0,0 @@
enable:
- "As u van Terra hou, oorweeg dit om die projek op Patreon te ondersteun!"
- "U kry toegang tot eksperimentele funksies voordat dit vrygestel word!"
- "Ondersteun die projek hier: https://www.patreon.com/dfsek"
disable:
- "Dankie dat u Terra gebruik!"
command:
debug-only: "Hierdie opdrag moet gebruik word as die ontfoutmodus geaktiveer is!"
player-only: "Hierdie opdrag is slegs vir spelers!"
invalid: "Ongeldige opdrag.(verwag %1$s argumente, argumente gevind is %2$s)."
players-only: "Hierdie opdrag is slegs vir spelers."
world: "This command must be executed in a Terra world!"
reload: "Terra instel herlaai"
version: "Hierdie bediener gebruik die Terra-weergawe \"%s\""
main-menu:
- "--------------------Terra--------------------"
- "Herlaai - Herlaai konfigurasiedata"
- "bioom - Kry huidige bioom"
- "erts - Genereer 'n ertsader op die plek waar u te staan kom (vir foutopsporing)"
- "stoor-data - Stoor bevolkingsdata"
- "struktuur - Laai en stoor strukture"
- "profiel - Profielopsies"
- "beeld - Beeld / GUI-opsies"
biome:
biome-found: "Bioom geleë te (%1$s, %2$s)"
unable-to-locate: "Kan bioom nie opspoor nie."
invalid-radius: "Ongeldige radius: \"%s\""
invalid: "Ongeldige Biome-ID: \"%s\""
in: "Jy is in \"%s\""
ore:
main-menu:
- "---------------Terra/erts---------------"
- "Genereer 'n ertsader by die blok waarna u kyk."
out-of-range: "Blok buite bereik"
invalid-ore: "Kan nie Erts vind nie \"%s\""
geometry:
main-menu:
- "---------------Terra/meetkunde----------------"
- "Verskeie opsporingsopdragte vir voxel-meetkunde"
- "sfeer - Genereer 'n sfeer"
- "vervorming - Genereer 'n misvormde sfeer"
- "tube - Genereer 'n tube"
deform:
invalid-radius: "Ongeldige radius: \"%s\""
invalid-deform: "Ongeldige vervorm: \"%s\""
invalid-frequency: "Ongeldige frekwensie: \"%s\""
sphere:
invalid-radius: "Ongeldige radius: \"%s\""
tube:
invalid-radius: "Ongeldige radius: \"%s\""
image:
main-menu:
- "---------------Terra/beeld---------------"
- "weergee - gee 'n beeld met 'n gegewe breedte en hoogte, wat later as 'n wêreld ingevoer kan word."
- "gui - Open debug GUI (moet in config geaktiveer word)"
gui:
main-menu:
- "-------------Terra/beeld/gui-------------"
- "rou - Open GUI met rou bioom-data"
- "stap - Gee data weer om die grense duideliker aan te dui"
debug: "Ontfoutmodus moet geaktiveer wees om die ontfout-GUI te gebruik! Die foutopsporing-GUI is NIE PRODUKSIEVEILIG NIE!"
render:
save: "Beeld gestoor as \"%s\""
error: "Vout ondervind terwel die prent besig was om te genereer!"
profile:
main-menu:
- "---------------Terra/profiel---------------"
- "begin - Begin die profiel"
- "stop - stop die profiel"
- "navraag - Haal profiele-data op"
- "reset - Stel profieldata terug"
reset: "Profiler is teruggestel."
start: "Profiler het begin."
stop: "Profiler het opgehou."
structure:
main-menu:
- "---------------Terra/struktuur---------------"
- "uitvoer - voer u huidige WorldEdit-keuse uit as 'n Terra-struktuur."
- "laai - Laai 'n Terra-struktuur"
invalid-radius: "Ongeldig radius: \"%s\""
invalid-rotation: "Ongeldige rotasie: \"%s\""
invalid: "Ongeldig Struktuur ID: \"%s\""
export: "struktuur gestoor na \"%s\""
world-config:
loading: "Laai wêreldkonfigurasiewaardes vir wêreld %s..."
not-found: "Konfigurasie vir wêreld \"%s\" nie gevind nie. Kopieer standaardinstelling."
using-image: "Laai wêreld vanaf prent."
error: "Kon nie konfigurasie vir wêreld laai nie %s"
done: "Wêreldlading voltooi. Tyd verloop: %sms"
config-pack:
loaded: "Laai konfigurasie %1$s in %2$sms."
config:
loaded: "Laai %1$s vanaf %2$s"
loaded-all: "%1$s %2$s(s) gelaai in %3$sms."
error:
invalid-failover: "Ongeldige failover-tipe: \"%s\""
duplicate: "Duplikaat-ID gevind in lêer: %s"
file:
- "Konfigurasiefout vir Terra-voorwerp. lêer: %1$s"
- "%2$s"
- "Stel dit reg voordat u verder gaan!"
generic:
- "Kon nie konfigurasies laai nie."
- "Rapporteer dit asseblief aan Terra."
warning:
no-population: "Geen bevolkingstukke is gelaai nie. As dit die eerste keer is dat u u bediener met Terra begin, of as u 'n nuwe wêreld skep, is dit normaal."
error:
severe-config: "N Ernstige konfigurasiefout het Terra verhoed om terrein op koördinate behoorlik te genereer by: %1$s, %2$s. Gaan u konfigurasie na vir foute. Enige konfiguratiefoute sal hierbo gerapporteer word."
debug:
data-save: "Bevolkingsdata vir wêreld \"%s\" is gestoor"
use-paper:
- "Dit lyk asof u Spigot/CraftBukkit gebruik."
- "terwel Terra &owel&r werk op Spigot, sal sommige funksies verlore gaan. (Terra is ongetoets op CraftBukkit; geen ondersteuning sal gegee word vir CraftBukkit)."
- "Skakel asseblief oor na Paper om die beste uit Terra te kry."
- "Plus bied Paper geweldige prestasieverbeterings ten opsigte van Spigot, en alle Spigot-inproppe moet met Paper werk!"
- "Gebruik Paper om die beste ervaring met Terra en al u inproppe te hê."
- "Lees meer op Paper se webwerf: https://papermc.io/"

View File

@@ -1,117 +0,0 @@
enable:
- "Wenn dir Terra gefällt, denk bitte darüber nach, das Projekt auf Patreon zu unterstützen!"
- "Dadurch erhältsts du Zugriff auf experimentelle Funktionen!"
- "Unterstütze das Projekt hier: https://www.patreon.com/dfsek"
disable:
- "Danke, dass du Terra benutzt!!"
command:
debug-only: "Dieser Befehl kann nur im Debugmodus benutzt werden!"
player-only: "Dieser Befehl kann nur von Spielern benutzt werden!"
invalid: "Ungültiger Befehl. (Erwartet %1$s Argumente, fand %2$s)."
players-only: "Dieser Befehl kann nur von Spielern benutzt werden."
world: "Dieser Befehl muss in einer von Terra generierten Welt ausgeführt werden!"
reload: "Terra-Konfiguration wurde neu geladen."
version: "Dieser Server verwendet Terra \"%s\""
main-menu:
- "--------------------Terra--------------------"
- "reload - Lädt die Konfiguration neu"
- "biome - Zeigt dir das derzeitige Biom"
- "ore - Erzader an derzeitiger Position erzeugen (zum Debuggen)"
- "save-data - Bevölkerungsdaten speichern"
- "structure - Laden/Exportieren von Strukturen"
- "profile - Profiler-Optionen"
- "image - Bild-/GUI-Optionen"
biome:
biome-found: "Biom gefunden bei: (%1$s, %2$s)"
unable-to-locate: "Biom konnte nicht gefunden werden!"
invalid-radius: "Ungültiger Radius: \"%s\""
invalid: "Ungültige Biom-ID: \"%s\""
in: "Du bist in: \"%s\""
ore:
main-menu:
- "---------------Terra/Erz---------------"
- "Generiert eine Erzader an dem Block, den du anguckst"
out-of-range: "Block außer Reichweite"
invalid-ore: "Kann Erz \"%s\" nicht finden"
geometry:
main-menu:
- "---------------Terra/Geometrie----------------"
- "Verschiedene Debugging-Befehle für die Voxelgeometrie"
- "sphere - Generiert eine Kugel"
- "deformsphere - Generiert eine deformierte Kugel"
- "tube - Generiert ein Rohr"
deform:
invalid-radius: "Ungültiger Radius: \"%s\""
invalid-deform: "Ungültiger Deformation: \"%s\""
invalid-frequency: "Ungültige Frequenz: \"%s\""
sphere:
invalid-radius: "Ungültiger Radius: \"%s\""
tube:
invalid-radius: "Ungültiger Radius: \"%s\""
image:
main-menu:
- "---------------Terra/Bilde---------------"
- "render - Rendert ein Bild mit einer bestimmten Breite und Höhe, das später als Welt importiert werden kann."
- "gui - Debug-GUI öffnen (muss in der Konfiguration aktiviert sein)"
gui:
main-menu:
- "-------------Terra/image/gui-------------"
- "raw - Öffnet eine GUI mit Biome-Rohdaten"
- "step - Daten erneut rendern, um Ränder deutlicher darzustellen"
debug: "Der Debug-Modus muss aktiviert sein, um die Debug-GUI verwenden zu können! Die Debug-GUI ist NICHT PRODUKTIONSSICHER!"
render:
save: "Bild gespeichert unter: \"%s\""
error: "Beim speichern ist ein Fehler aufgetreten!"
profile:
main-menu:
- "---------------Terra/Profiler---------------"
- "start - Startet den Profiler"
- "stop - Stoppt den Profiler"
- "query - Profiler-Daten anzeigen"
- "reset - Profiler-Daten zurücksetzen"
reset: "Profiler-Daten wurden zurückgesetzt."
start: "Der Profiler wurde gestartet."
stop: "Der Profiler wurde gestoppt."
structure:
main-menu:
- "---------------Terra/Strukturen---------------"
- "export - Exportiert deine aktuelle WorldEdit-Auswahl als Terra-Struktur."
- "load - Ladt eine Terra-Struktur."
invalid-radius: "Ungültiger Radius: \"%s\""
invalid-rotation: "Ungültige Rotation: \"%s\""
invalid: "Ungültige Strukturen-ID: \"%s\""
export: "Struktur unter \"%s\" gespeichert."
world-config:
loading: "Lade Weltkonfigurationswerte für Welt %s..."
not-found: "Weltkonfigurationswerte für Welt \"%s\" nicht gefunden. Lade Standardwerte."
using-image: "Lade Welt von Bild."
error: "Konfiguration für Welt %s kann nicht geladen werden!"
done: "Laden der Welt abgeschlossen. Ladedauer: %sms"
config-pack:
loaded: "Konfiguration %1$s wurde in %2$sms geladen."
config:
loaded: "Erfolgreich %1$s aus Datei %2$s geladen"
loaded-all: "%1$s %2$s(s) in %3$sms geladen."
error:
invalid-failover: "IUngültiger Failover-Typ: \"%s\""
duplicate: "ID doppelt belegt in Datei: %s"
file:
- "Konfigurationsfehler in Terra-Objekt. Datei: %1$s"
- "%2$s"
- "Korrigier bitte diese(n) Fehler, bevor du fortfährst!"
generic:
- "Ein Fehler ist beim laden der Konfiguration aufegtreten."
- "Bitte melde diesen Fehler!"
warning:
no-population: "Es wurden keine Bevölkerungs-Chunks geladen. Wenn du den Server zum ersten Mal mit Terra startest oder eine neue Welt erstellst, ist dies normal."
error:
severe-config: "Ein schwerwiegender Konfigurationsfehler hat Terra daran gehindert, Gelände an folgenden Koordinaten ordnungsgemäß zu generieren: %1$s, %2$s. Bitte überprüfe die Konfiguration auf Fehler. Alle Konfigurationsfehler wurden oben gemeldet."
debug:
data-save: "Bevölkerungsdaten für Welt \"%s\" gespeichert."
use-paper:
- "Anscheinend benutzt du Spigot/CraftBukkit."
- "Terra funktioniert auf Spigot/CraftBukkit, aber einige Funktionen gehen verloren. (Terra wurde nicht auf Spigot/CraftBukkit getestet; Es gibt keine Hilfe für Spigot/CraftBukkit-Server)."
- "Um Terra optimal zu benutzen, wechsle bitte zu Paper."
- "Außerdem bietet Paper immense Leistungsverbesserungen gegenüber Spigot und CraftBukkit und (normalerweise) funktionieren alle Spigot/CraftBukkit Plugins auch auf Paper!"
- "Benutze Paper, um die beste Erfahrung mit Terra und allen anderen Plugins zu haben."
- "Finde mehr über Paper heraus: https://papermc.io"

View File

@@ -1,122 +0,0 @@
enable:
- "If you like Terra, please consider supporting the project on Patreon!"
- "You'll gain access to experimental features before they are released!"
- "Support the project here: https://www.patreon.com/dfsek"
disable:
- "Thank you for using Terra!"
command:
debug-only: "This command must be used with debug mode enabled!"
player-only: "This command is for players only!"
invalid: "Invalid command. (Expected %1$s arguments, found %2$s)."
players-only: "Command is for players only."
world: "This command must be executed in a Terra world!"
reload: "Reloaded Terra config."
reload-error: "Errors occurred while reloading Terra configurations. See logs for more information."
version: "This server is running Terra version \"%1$s\", implementing Gaea version \"%2$s\""
main-menu:
- "--------------------Terra--------------------"
- "reload - Reload configuration data"
- "biome - Get current biome"
- "ore - Generate an ore vein at the location you are facing (For debugging)"
- "save-data - Save population data"
- "structure - Load and export structures"
- "profile - Profiler options"
- "image - Image/GUI options"
biome:
biome-found: "Located biome at (%1$s, %2$s)"
unable-to-locate: "Unable to locate biome."
invalid-radius: "Invalid radius: \"%s\""
invalid: "Invalid Biome ID: \"%s\""
in: "You are in \"%s\""
packs:
main: "Currently installed config packs:"
pack: " - %1$s v%3$s by %2$s"
none: "No config packs are installed."
ore:
main-menu:
- "---------------Terra/ore---------------"
- "Generates a vein of ore at the block you are looking at."
out-of-range: "Block out of range"
invalid-ore: "Unable to find Ore \"%s\""
geometry:
main-menu:
- "---------------Terra/geometry----------------"
- "Various voxel geometry debugging commands"
- "sphere - Generate a sphere"
- "deformsphere - Generate a deformed sphere"
- "tube - Generate a tube"
deform:
invalid-radius: "Invalid radius: \"%s\""
invalid-deform: "Invalid deform: \"%s\""
invalid-frequency: "Invalid frequency: \"%s\""
sphere:
invalid-radius: "Invalid radius: \"%s\""
tube:
invalid-radius: "Invalid radius: \"%s\""
image:
main-menu:
- "---------------Terra/image---------------"
- "render - Render an image with a given width and height, that can later be imported as a world."
- "gui - Open debug GUI (Must be enabled in config)"
gui:
main-menu:
- "-------------Terra/image/gui-------------"
- "raw - Open GUI with raw Biome data"
- "step - Re-render data to show borders more clearly"
debug: "Debug mode must be enabled to use the debug GUI! The debug GUI is NOT PRODUCTION SAFE!"
render:
save: "Saved image as \"%s\""
error: "An error occurred while generating the image!"
profile:
main-menu:
- "---------------Terra/profile---------------"
- "start - Starts the profiler"
- "stop - Stops the profiler"
- "query - Fetches profiler data"
- "reset - Resets profiler data"
reset: "Profiler has been reset."
start: "Profiler has started."
stop: "Profiler has stopped."
structure:
main-menu:
- "---------------Terra/structure---------------"
- "export - Export your current WorldEdit selection as a Terra structure."
- "load - Load a Terra structure"
invalid-radius: "Invalid radius: \"%s\""
invalid-rotation: "Invalid rotation: \"%s\""
invalid: "Invalid Structure ID: \"%s\""
export: "Saved structure to \"%s\""
world-config:
load: "Loading world configuration values for world \"%s\"..."
not-found: "Configuration for world \"%s\" not found. Copying default config."
using-image: "Loading world from image."
error: "Unable to load configuration for world %s"
done: "World load for world \"%1$s\" complete. Time elapsed: %2$sms"
config-pack:
loaded: "Config pack %1$s v%4$s by %3$s loaded in %2$sms."
config:
loaded: "Loaded %1$s from file %2$s"
loaded-all: "Loaded %1$s %2$s(s) in %3$sms."
error:
invalid-failover: "Invalid failover type: \"%s\""
duplicate: "Duplicate ID found in file: %s"
file:
- "Configuration error for Terra object. File: %1$s"
- "%2$s"
- "Correct this before proceeding!"
generic:
- "An error occurred while loading configurations."
- "Please report this to Terra."
warning:
no-population: "No population chunks were loaded. If this is your first time starting your server with Terra, or if you are creating a new world, this is normal."
error:
severe-config: "A severe configuration error has prevented Terra from properly generating terrain at coordinates: %1$s, %2$s. Please check your configuration for errors. Any config errors will have been reported above."
debug:
data-save: "Saved population data for world \"%s\""
use-paper:
- "You appear to be using Spigot/CraftBukkit."
- "While Terra &odoes&r work on Spigot, some functionality will be lost. (Terra is untested on CraftBukkit; no support will be given for CraftBukkit)."
- "To get the most out of Terra, please switch to Paper."
- "Plus, Paper offers immense performance improvements over Spigot, and all Spigot plugins should work with Paper!"
- "To have the best experience with Terra, and all your plugins, please use Paper."
- "Find out more on Paper's website: https://papermc.io/"

View File

@@ -1,107 +0,0 @@
enable:
- "Si te gusta Terra, puedes considerar apoyar el proyecto en Patreon!"
- "Tendrás acceso anticipado a caracteristicas experimentales antes de que sean lanzadas oficialmente!"
- "Puedes apoyar el proyecto aquí: https://www.patreon.com/dfsek"
disable:
- "Gracias por usar Terra!"
command:
player-only: "Este comando solo puede ser usado por jugadores!"
terra-world: "Este comando solo puede ser usado en un mundo Terra!"
invalid: "Comando invalido. (Expected %1$s arguments, found %2$s)."
players-only: "Este comando solo puede ser usado por jugadores"
world: "Este comando puede ejecutarse solo en un mundo terra!"
reload: "La configuración Terra ha sido recargada."
main-menu:
- "--------------------Terra--------------------"
- "reload - Recarga los datos de configuración del plugin."
- "biome - Obtienes información del bioma actual"
- "ore - Genera una mena de ore en el lugar que estes mirando.(For debugging)"
- "save-data - Guarda los datos actuales."
- "structure - Cargar o exportar estructuras."
- "profile - Opciones de perfil."
- "image - Opciones de imagen/GUI."
biome:
biome-found: "Bioma localizado en (%1$s, %2$s)"
unable-to-locate: "No se pudo localizar el bioma."
invalid-radius: "Radio invalido: \"%s\""
invalid: "ID del bioma invalido: \"%s\""
in: "Te encuentras en \"%s\""
ore:
main-menu:
- "---------------Terra/ore---------------"
- "Generas una mena de ore en el bloque que te encuentres mirando."
out-of-range: "Bloque fuera de rango."
invalid-ore: "No se pudo encontrar el Ore \"%s\""
geometry:
main-menu:
- "---------------Terra/geometry----------------"
- "Various voxel geometry debugging commands"
- "sphere - Generas un sphere"
- "deformsphere - Generas un sphere deformado"
- "tube - Generas un tube"
deform:
invalid-radius: "Radio invalido: \"%s\""
invalid-deform: "Deform invalido: \"%s\""
invalid-frequency: "Frequencia invalida: \"%s\""
sphere:
invalid-radius: "Radio invalido: \"%s\""
tube:
invalid-radius: "Radio invalido: \"%s\""
image:
main-menu:
- "---------------Terra/image---------------"
- "render - Renderiza una imagen con alto y ancho, y este después podrá ser importado como un mundo."
- "gui - Abre el debug GUI.(Puede ser habilitado en la configuración)"
gui:
main-menu:
- "-------------Terra/image/gui-------------"
- "raw - Abre el GUI con la configuración del bioma sin procesar."
- "step - Vuelve a renderizar la configuración para mostrar los límites más claro."
debug: "El modo debug puede habilitarse para usar el debug GUI! LA CREACIÓN DEL DEBUG GUI NO PODRÍA SER SEGURA!"
render:
save: "Guarda una imagen como \"%s\""
error: "Un error ha ocurrido mientras se generaba la imagen!"
profile:
main-menu:
- "---------------Terra/profile---------------"
- "start - Se incia la generación del Profiler."
- "stop - Se detiene la generación del Profiler."
- "query - Fetches profiler data"
- "reset - Reinicia la configuración del Profiler."
reset: "El Profiler ha sido reiniciado."
start: "El Profiler se ha iniciado."
stop: "El Profiler se ha detenido."
structure:
main-menu:
- "---------------Terra/structure---------------"
- "export - Exporta tus estructuras de Worldedit como estructuras Terra."
- "load - Carga una estructura Terra."
invalid-radius: "Radio invalido: \"%s\""
invalid: "ID de la estructura es invalida: \"%s\""
export: "Estructura guardada como \"%s\""
world-config:
loading: "Carga los parametros de configuración para el mundo %s..."
not-found: "La configuración para el mundo \"%s\" no se puede encontrar. Copiando la configuración por defecto."
using-image: "Carga el mundo a partir de una imagen."
error: "No se pudo cargar la configuración para el mundo %s"
done: "el mundo se ha cargado completamente. Tiempo transcurrido: %sms"
config-pack:
loaded: "Configuración %1$s fue cargada en %2$sms."
config:
loaded: "Cargado en %1$s desde el archivo %2$s"
loaded-all: "Cargado en %1$s %2$s(s) en %3$sms."
error:
duplicate: "Una ID duplicada fué encontrado en el archivo: %s"
file:
- "Error de configuración para el objeto Terra. Archivo: %1$s"
- "%2$s"
- "Corrigelo antes de proseguir!"
generic:
- "Un error ha ocurrido mientras se cargaba las configuraciónes."
- "Es recomendable reportar esto a Terra."
warning:
no-population: "No se cargaron fragmentos de población. Si es la primera vez que inicias tu servidor con Terra, esto es normal si estás creando un nuevo mundo."
error:
severe-config: "Un grave error de configuración ha impedido que Terra genere correctamente el terreno en las coordenadas: %1$s, %2$s. Compruebe si hay errores en su configuración. Cualquier error de configuración se habrá informado anteriormente."
debug:
data-save: "Datos de población guardados para el mundo \"%s\""

View File

@@ -1,122 +0,0 @@
enable:
- "Si vous aimez Terra, considérez de supporter le proket sur Patreon!"
- "Vous aurez accès à des fonctionnalités expérimentales avant leur sortie!!"
- "Supportez le projet ici: https://www.patreon.com/dfsek"
disable:
- "Merci à vous d'utiliser Terra!"
command:
debug-only: "Cette commande ne peut être utilisée sans le mode debug!"
player-only: "Cette commande ne peut être exécutée que par un joueur!"
invalid: "Commande invalide. (%1$s arguments attendus, %2$s trouvés)."
players-only: "La commande est seulement pour les joueurs."
world: "Cette commande ne peut être exécutée que dans un monde Terra!"
reload: "Configuration de Terra rechargée."
reload-error: "Des erreurs sont survenues pendant le rechargement de la configuration de Terra. Regardez les logs pour plus d'informations."
version: "Ce serveur utilise la version \"%1$s\" de Terra, avec l'implémentation \"%2$s\" de Gaea"
main-menu:
- "--------------------Terra--------------------"
- "reload - Recharger les données de configuration"
- "biome - Obtenir le biome actuel"
- "ore - Générer une veine de minerais à l'endroit où vous regardez (à des fins de debugging)"
- "save-data - Sauvegarder les données de population"
- "structure - Charger et exporter des structures"
- "profile - Options du Profiler"
- "image - Options des Image/GUI"
biome:
biome-found: "Biome trouvé en (%1$s, %2$s)"
unable-to-locate: "Impossible de trouver le biome."
invalid-radius: "Rayon invalide: \"%s\""
invalid: "Biome ID invalide: \"%s\""
in: "Vous êtes dans \"%s\""
packs:
main: "Config packs actuellement installés:"
pack: " - %1$s v%3$s by %2$s"
none: "Aucun config pack n'est installé."
ore:
main-menu:
- "---------------Terra/minerais---------------"
- "Génère une veine de minerai sur le bloc que vous regardez."
out-of-range: "Bloc hors de portée"
invalid-ore: "Impossible de trouver le minerai \"%s\""
geometry:
main-menu:
- "---------------Terra/géometrie----------------"
- "Diverses commandes de debugging pour la géométrie voxel"
- "sphere - Génère une sphère"
- "deformsphere - Génère une sphère déformée"
- "tube - Génère un tube"
deform:
invalid-radius: "Rayon invalide: \"%s\""
invalid-deform: "Déformation invalide: \"%s\""
invalid-frequency: "Fréquence invalide: \"%s\""
sphere:
invalid-radius: "Rayon invalide: \"%s\""
tube:
invalid-radius: "Rayon invalide: \"%s\""
image:
main-menu:
- "---------------Terra/image---------------"
- "render - Rendre une image avec des dimensions données, qui pourra ensuite être importée dans le monde."
- "gui - Ouvrir le GUI de debug (doit être activé dans la configuration)"
gui:
main-menu:
- "-------------Terra/image/gui-------------"
- "raw - Ouvir le GUI avec les données de biomes brutes"
- "step - Re-rendre des données pour afficher les bordures plus clairement"
debug: "Le mode debug doit être activé pour utiliser le GUI de debug! Ce GUI n'est PAS SÛR EN PRODUCTION!"
render:
save: "Image sauvegardé vers \"%s\""
error: "Une erreur est survenue pendant la génération de l'image!"
profile:
main-menu:
- "---------------Terra/profile---------------"
- "start - Lance le profiler"
- "stop - Arrête le profiler"
- "query - Récupère les données du profiler"
- "reset - Réinitialise les données du profiler"
reset: "Le profiler a été réinitialisé."
start: "Le profiler a démarré."
stop: "Le profiler s'est arrêté."
structure:
main-menu:
- "---------------Terra/structure---------------"
- "export - Exporte votre sélection WorldEdit actuelle en tant que structure Terra."
- "load - Charge une structure Terra"
invalid-radius: "Rayon invalide: \"%s\""
invalid-rotation: "Rotation invalide: \"%s\""
invalid: "Structure ID invalide: \"%s\""
export: "Structure sauvegardée vers \"%s\""
world-config:
load: "Chargement des valeurs de configuration pour le monde \"%s\"..."
not-found: "Configuration pour le monde \"%s\" inexistante. Cope de la config par défaut."
using-image: "Chargement du monde à partir d'une image."
error: "Impossible de charger la configuration du monde %s"
done: "Chargement du modne \"%1$s\" terminée. Temps écoulé: %2$sms"
config-pack:
loaded: "Config pack %1$s v%4$s par %3$s chargé en %2$sms."
config:
loaded: "%1$s chargé à partir du fichier %2$s"
loaded-all: "%1$s %2$s(s) chargé(s) en %3$sms."
error:
invalid-failover: "Type de failover invalide: \"%s\""
duplicate: "Duplication d'ID trouvée dans le fichier: %s"
file:
- "Erreur de configuration pour un objet Terra. Fichier: %1$s"
- "%2$s"
- "Corrigez ceci avant de procéder!"
generic:
- "Une erreur est survenue lors du chargement des configurations."
- "Veuillez reporter ceci à Terra."
warning:
no-population: "Aucun chunk de population n'était chargé. Si il s'agit du premier lancement de votre server avec Terra, ou si vous créez un nouveau monde, c'est normal."
error:
severe-config: "Une erreur configuration importante a empêché Terra de générer correctement le terrain aux coordonnées: %1$s, %2$s. Veuillez vérifier votre configuration. Tout erreur de configuration aura été reportée au-dessus."
debug:
data-save: "Données de population sauvegardées pour le monde \"%s\""
use-paper:
- "Il semble que vous utilisez Spigot/CraftBukkit."
- "Bien que Terra &ofonctionne&r avec Spigot, des fonctionnalités seront perdues. (Terra n'est pas testé sur CraftBukkit; aucun support ne sera donné sur ce serveur)."
- "Pour obtenir le maximum de Terra, veuillez passer sur Paper."
- "De plus, Paper offre d'immenses optimisations de performances par rapport à Spigot, et tous les plugins Spigot devraient fonctionner avec Paper!"
- "To have the best experience with Terra, and all your plugins, please use Paper."
- "Plus d'infos sur le site web de Paper: https://papermc.io/"

View File

@@ -1,107 +0,0 @@
enable:
- "Terraを気に入っていただけたのであれば、Patreonでの支援をご検討ください"
- "リリース前の実験的な機能を使うことができます!"
- "プロジェクトの支援はこちらから: https://www.patreon.com/dfsek"
disable:
- "Terraをご利用いただきありがとうございます"
command:
player-only: "このコマンドはプレイヤー専用です!"
terra-world: "このコマンドはTerraのワールドで実行する必要があります!"
invalid: "無効なコマンド(期待される %1$s 引数、%2$s が見つかりました。)"
players-only: "コマンドはプレイヤー専用です。"
world: "このコマンドはTerraのワールドで実行する必要があります!"
reload: "Terraの設定を再読み込みしました。"
main-menu:
- "--------------------Terra--------------------"
- "reload - 設定データを再読み込み"
- "biome - 現在のバイオームを取得"
- "ore - 向いている場所に鉱石を生成する(デバッグ用)"
- "save-data - データを保存"
- "structure - ストラクチャーのロード及びエクスポート"
- "profile - プロファイラ オプション"
- "image - 画像/GUI オプション"
biome:
biome-found: "バイオームの座標 (%1$s, %2$s)"
unable-to-locate: "バイオームが見つけられません。"
invalid-radius: "無効な半径: \"%s\""
invalid: "無効なバイオームID: \"%s\""
in: "あなたは \"%s\" にいます。"
ore:
main-menu:
- "---------------Terra/ore---------------"
- "見ているブロックに鉱石を生成します。"
out-of-range: "範囲外のブロック"
invalid-ore: "鉱石 \"%s\" が見つかりません。"
geometry:
main-menu:
- "---------------Terra/geometry----------------"
- "様々なボクセルジオメトリのデバッグコマンド"
- "sphere - 球体を生成"
- "deformsphere - 変形した球体を生成"
- "tube - チューブを生成"
deform:
invalid-radius: "無効な半径: \"%s\""
invalid-deform: "無効な変形: \"%s\""
invalid-frequency: "無効な周波数: \"%s\""
sphere:
invalid-radius: "無効な半径: \"%s\""
tube:
invalid-radius: "無効な半径: \"%s\""
image:
main-menu:
- "---------------Terra/image---------------"
- "render - 指定された幅と高さの画像をレンダリングします。"
- "gui - デバッグGUIを開く(設定で有効にする必要があります)"
gui:
main-menu:
- "-------------Terra/image/gui-------------"
- "raw - 生のBiomeデータを利用したGUIを開く"
- "step - 境界線をより明確に表示するためにデータを再レンダリング"
debug: "デバッグGUIを使用するには、デバッグモードを有効にする必要があります。デバッグGUIは安全ではありません"
render:
save: "\"%s\" として画像を保存"
error: "画像生成中にエラーが発生しました!"
profile:
main-menu:
- "---------------Terra/profile---------------"
- "start - プロファイラを起動"
- "stop - プロファイラを停止"
- "query - プロファイラデータを取得"
- "reset - プロファイラのデータをリセット"
reset: "プロファイラがリセットされました。"
start: "プロファイラが起動しました。"
stop: "プロファイラが停止しました。"
structure:
main-menu:
- "---------------Terra/structure---------------"
- "export - 現在のWorldEditの選択範囲をTerraストラクチャーとしてエクスポート"
- "load - Terraストラクチャーを読み込む"
invalid-radius: "無効な半径: \"%s\""
invalid: "無効なストラクチャーID: \"%s\""
export: "\"%s\" にストラクチャーを保存"
world-config:
loading: "ワールド %s のワールド設定を読込中..."
not-found: "ワールド \"%s\" の設定が見つかりませんでした。デフォルトの設定をコピーします。"
using-image: "画像からワールドを読み込みます。"
error: "ワールド %s の設定を読み込めませんでした"
done: "ワールドの読み込みが完了しました。経過時間: %sms"
config-pack:
loaded: "%2$sms で設定 %1$s が読み込まれました。"
config:
loaded: "ファイル %2$s から %1$s を読み込まれました。"
loaded-all: "%3$sms で %1$s %2$s で読み込まれました。"
error:
duplicate: "ファイルに重複したIDが見つかりました: %s"
file:
- "Terraオブジェクトに設定エラーがあります。ファイル: %1$s"
- "%2$s"
- "先に進む前にこれを修正してください!"
generic:
- "設定の読み込み中にエラーが発生しました。"
- "Terraに報告してください。"
warning:
no-population: "チャンクが読み込まれませんでした。初めてTerraでサーバーを起動した場合、または新しいワールドを作成した場合、これは正常です。"
error:
severe-config: "重大な設定エラーによりTerraが正しく地形を生成できません。座標: %1$s, %2$s エラーがないか設定をチェックしてください。設定エラーは上記で報告されています。"
debug:
data-save: "ワールド \"%s\" のデータを保存"

View File

@@ -1,117 +0,0 @@
enable:
- "Jezeli spodoba ci sie Terra, rozwaz wsparcie projektu na Patreon!"
- "Otrzymasz dostep do eksperymentalnych funkcji przed ich premiera!"
- "Wspieraj projekt na: https://www.patreon.com/dfsek"
disable:
- "Dziekuje za korzystanie z Terra!"
command:
debug-only: "Ta komenda musi byc uzyta z trybem debugowym wlaczonym!"
player-only: "Ta komenda jest tylko dla graczy!"
invalid: "Niepoprawna komenda. (Oczekiwane %1$s argumenty, znalezione %2$s)."
players-only: "Komenda jest tylko dla graczy."
world: "Ta komenda musi byc wpisana w swiecie Terra!"
reload: "Przeladowano plik konfiguracyjny Terra."
version: "Ten serwer korzysta z wersji Terra \"%s\""
main-menu:
- "--------------------Terra--------------------"
- "reload - Przeladuj dane konfiguracyjne"
- "biome - Otrzymaj informacje o obecnym biomie"
- "ore - Wygeneruj zloze rud w strone w ktora patrzysz (Do debugowania)"
- "save-data - Zapisz dane"
- "structure - Zaladuj i wyeksportuj dane struktur"
- "profile - Opcje profilera"
- "image - Opcje obrazu/GUI"
biome:
biome-found: "Zlokalizowano biom na (%1$s, %2$s)"
unable-to-locate: "Nie moglismy zlokalizowac biomu."
invalid-radius: "Niepoprawny zakres: \"%s\""
invalid: "Niepoprawne Biome ID: \"%s\""
in: "Jestes na \"%s\""
ore:
main-menu:
- "---------------Terra/rudy---------------"
- "Generuje zloze rud w strone w ktora patrzysz."
out-of-range: "Blok spoza zakresu"
invalid-ore: "Niemoglismy znalezc Rudy \"%s\""
geometry:
main-menu:
- "---------------Terra/geometria----------------"
- "Zroznicowane komendy geometrii voxeli do debugowania"
- "sphere - Generuje kule"
- "deformsphere - Generuje zdeformowana kul"
- "tube - Generaje tube"
deform:
invalid-radius: "Niepoprawny zakres: \"%s\""
invalid-deform: "Niepoprawna deformacja: \"%s\""
invalid-frequency: "Niepoprawna czestotliwosc: \"%s\""
sphere:
invalid-radius: "Niepoprawny zakres: \"%s\""
tube:
invalid-radius: "Niepoprawny zakres: \"%s\""
image:
main-menu:
- "---------------Terra/obraz---------------"
- "render - Renderuje obraz o podanej szerokosci i wysokosci, moze byc potem zaimportowane jako swiat."
- "gui - Otwiera GUI debugowania (Musi byc wlaczone w pliku konfiguracyjnym)"
gui:
main-menu:
- "-------------Terra/obraz/gui-------------"
- "raw - Otwiera GUI z surowymi danymi Biomu"
- "step - Przerenderowuje dane aby pokazac granice bardziej przejrzyscie"
debug: "Tryb debugowania musi byc wlaczony aby debugowac za pomoca GUI! GUI debugowania NIE JEST STABILNE!"
render:
save: "Zapisano obraz jako \"%s\""
error: "Wystapil error podczas generowania obrazu!"
profile:
main-menu:
- "---------------Terra/profil---------------"
- "start - Rozpoczyna dzialanie profilera"
- "stop - Zatrzymuje dzialanie profilera"
- "query - Wydobywa dane profilera"
- "reset - Resetuje dane profilera"
reset: "Profiler zostal zresetowany."
start: "Profiler zostal wlaczony."
stop: "Profiler zostal wylaczony."
structure:
main-menu:
- "---------------Terra/struktury---------------"
- "export - Wyeksportuj obecne zaznaczenie w WorldEdicie jako strukture Terra."
- "load - Zaladuj strukture Terra"
invalid-radius: "Niepoprawny zakres: \"%s\""
invalid-rotation: "Niepoprawny zakres: \"%s\""
invalid: "Niepoprawne ID Struktury: \"%s\""
export: "Zapisano strukture jak \"%s\""
world-config:
loading: "Ladowanie wartosci konfiguracji dla swiata %s..."
not-found: "Konfiguracja dla swiata \"%s\" nie zostala znaleziona. Kopiuje domyslny plik konfiguracyjny."
using-image: "Ladowania swiata z obrazu."
error: "Nie udalo sie zaladowac konfiguracji dla swiata %s"
done: "Ladowanie swiata gotowe. Wykonano to w: %sms"
config-pack:
loaded: "Zaladowano plik konfiguracyjny %1$s w %2$sms."
config:
loaded: "Zaladowano %1$s z pliku %2$s"
loaded-all: "Zaladowano %1$s %2$s(s) w %3$sms."
error:
invalid-failover: "Niepoprawny typ awaryjnego przelaczania: \"%s\""
duplicate: "Zduplikowano ID znalezione w pliku: %s"
file:
- "Blad konfiguracji w objekcie Terra. Plik: %1$s"
- "%2$s"
- "Popraw to przed rozpoczeciem!"
generic:
- "Wystapil blad podczas ladowania konfiguracji."
- "Prosze zglos to do Terra."
warning:
no-population: "Chunki populacyjne nie zostaly zaladowane. Jezeli to jest pierwszy raz kiedy wlaczasz serwer z Terra, lub tworzysz nowy swiat, to jest normalne."
error:
severe-config: "Powazne bledy konfiguracji zablokowaly generowanie terenu na koordynatach: %1$s, %2$s. Prosze sprawdz konfiguracyje w poszukiwaniu bledow. Wszelkie bledy konfiguracyjne zostaly zgloszone powyzej."
debug:
data-save: "Zapisane dane dla swiata \"%s\""
use-paper:
- "Wyglada na to ze dalej korzystasz z Spigot/CraftBukkit."
- "Terra &odziala&r na Spigotcie, niektore funkcje moga byc stracone. (Terra nie jest przetestowana na CraftBukkit; wiec nie wspieramy CraftBukkit)."
- "Aby wycisnac jak najwiecej z Terra, prosze przejdz na Paper."
- "Ponadto, Paper oferuje ulepszona wydajnosc wzgledem Spigota, a wszystkie pluginy z Spigota powinny dzialac na Paperze!"
- "Dla jak najlepszych doswiadczen z Terra, i wszystkimi twoimi pluginami, przejdz na Papera."
- "Dowiedz sie wiecej o Paperze na ich stronie: https://papermc.io/"

View File

@@ -1,107 +0,0 @@
enable:
- "如果你喜欢Terra请考虑在Patreon上支持该项目"
- "你会在项目正式发布前获得实验性特性!"
- "前往该网址支持我们https://www.patreon.com/dfsek"
disable:
- "感谢使用Terra"
command:
player-only: "该指令只能由玩家使用!"
terra-world: "该指令只能在Terra世界内使用"
invalid: "无效的指令。(应有%1$s项参数现在只有%2$s项)。"
players-only: "指令只能由玩家使用。"
world: "该指令只能在Terra世界内使用"
reload: "重载Terra配置。"
main-menu:
- "--------------------Terra--------------------"
- "reload - 重载配置数据"
- "biome - 查看所在群系"
- "ore - 在你面朝的位置生成矿脉(用于调试)"
- "save-data - 保存数据"
- "structure - 加载和导出建筑"
- "profile - 分析工具选项"
- "image - 图像/GUI 选项"
biome:
biome-found: "群系位于(%1$s, %2$s)"
unable-to-locate: "无法定位群系。"
invalid-radius: "无效范围:\"%s\""
invalid: "无效的群系ID: \"%s\""
in: "你位于\"%s\""
ore:
main-menu:
- "---------------Terra/矿物---------------"
- "在你所视位置生成矿脉。"
out-of-range: "所视方块超出范围"
invalid-ore: "找不到矿物 \"%s\""
geometry:
main-menu:
- "---------------Terra/几何----------------"
- "各种几何调试指令"
- "sphere - 生成球体"
- "deformsphere - 生成变形球体"
- "tube - 生成管形"
deform:
invalid-radius: "无效范围:\"%s\""
invalid-deform: "无效变形:\"%s\""
invalid-frequency: "无效频率:\"%s\""
sphere:
invalid-radius: "无效范围:\"%s\""
tube:
invalid-radius: "无效范围:\"%s\""
image:
main-menu:
- "---------------Terra/图像---------------"
- "render - 根据给定宽度和高度渲染图像,以便于之后导入到世界内。"
- "gui - 打开调试GUI (必须先在配置内启用)"
gui:
main-menu:
- "-------------Terra/图像/GUI-------------"
- "raw - 打开纯群系数据的GUI"
- "step - 重渲染数据以更清晰地显示边界"
debug: "必须先启用调试模式才能使用GUI调试GUI不适合在运行中的服务器里使用"
render:
save: "已将图像保存为\"%s\""
error: "生成图像时出错!"
profile:
main-menu:
- "---------------Terra/分析---------------"
- "start - 启动分析工具"
- "stop - 关闭分析工具"
- "query - 获取分析数据"
- "reset - 重置分析数据"
reset: "分析工具已重置。"
start: "分析工具已启动。"
stop: "分析工具已关闭。"
structure:
main-menu:
- "---------------Terra/建筑---------------"
- "export - 导出你当前的WorldEdit选区为Terra的建筑。"
- "load - 加载Terra的建筑。"
invalid-radius: "无效范围:\"%s\""
invalid: "无效建筑ID\"%s\""
export: "已将建筑保存为\"%s\""
world-config:
loading: "正在加载世界%s配置数值……"
not-found: "找不到世界\"%s\"的配置。正应用默认配置。"
using-image: "加载图像中"
error: "无法加载世界%s的配置"
done: "加载世界完成。耗时:%sms"
config-pack:
loaded: "已加载配置%1$s耗时%2$sms。"
config:
loaded: "已加载%1$s源自文件%2$s"
loaded-all: "已加载%1$s %2$s(s),耗时%3$sms。"
error:
duplicate: "该文件内的ID重复%s"
file:
- "Terra目标的配置出错。文件%1$s"
- "%2$s"
- "请先校正该配置!"
generic:
- "加载配置时出错。"
- "请汇报该错误。"
warning:
no-population: "未加载区块。如果这是你第一次安装Terra后开服或者你只是创建新世界那么你看到这条消息很正常。"
error:
severe-config: "严重配置错误该错误阻止Terra正常生成位于该坐标的地形%1$s, %2$s。请检查你的配置。任何配置错误都会显示在上面。"
debug:
data-save: "已保存该世界的地形数据:\"%s\""