Refactor how partner generators work + prefix generator translation keys

This commit is contained in:
Misode
2024-01-18 03:22:10 +01:00
parent acc55ae7a3
commit b4e9d86c43
27 changed files with 429 additions and 415 deletions

View File

@@ -2,9 +2,9 @@
"add": "Añadir",
"add_bottom": "Añadir al fondo",
"add_top": "Añadir al parte superior",
"advancement": "Progreso",
"generator.advancement": "Progreso",
"assets": "Bienes",
"block_definition": "Estado de Bloque",
"generator.block_definition": "Estado de Bloque",
"changelog.search": "Buscar cambios",
"collapse": "Derrumbarse",
"collapse_all": "Mantén presionado %0% para derrumbarse todo",
@@ -12,8 +12,8 @@
"copied": "¡Copiado!",
"copy": "Copiar",
"copy_context": "Copiar contexto",
"dimension": "Dimensión",
"dimension_type": "Tipo de dimensión",
"generator.dimension": "Dimensión",
"generator.dimension_type": "Tipo de dimensión",
"disabled": "Deshabilitar",
"download": "Descargar",
"duplicate": "Duplicar",
@@ -39,7 +39,7 @@
"indentation.4_spaces": "4 espacios",
"indentation.minified": "Minificado",
"indentation.tabs": "Pestañas",
"item_modifier": "Modificador de objeto",
"generator.item_modifier": "Modificador de objeto",
"language": "Idioma",
"layer.biomes": "Biomas",
"layer.continentalness": "Continentalidad",
@@ -51,14 +51,14 @@
"layer.temperature": "Temperatura",
"layer.weirdness": "Rareza",
"loot_table": "Tabla de botín",
"model": "Modelo",
"generator.model": "Modelo",
"more": "Más",
"move_down": "Bajar",
"move_up": "Subir",
"no_presets": "Sin configuración predefinida",
"not_found.description": "La página a la que intentaste acceder no existe.",
"output_settings": "Rejuntes de salida",
"predicate": "Predicado",
"generator.predicate": "Predicado",
"presets": "Configuraciones Predefinidas",
"preview": "Visualizar",
"preview.depth": "Profundidad",
@@ -67,7 +67,7 @@
"preview.peaks": "Cumbres",
"preview.scale": "Escalar",
"preview.width": "Ancho",
"recipe": "Receta",
"generator.recipe": "Receta",
"redo": "Rehacer",
"remove": "Eliminar",
"reset": "Reiniciar",
@@ -105,18 +105,18 @@
"title.home": "Generadores de Paquetes de Datos",
"title.sounds": "Explorador Sonido",
"undo": "Deshacer",
"world": "Ajustes del mundo",
"worldgen": "Generación de mundo",
"worldgen/biome": "Bioma",
"worldgen/configured_carver": "Escultor",
"worldgen/configured_feature": "Características",
"worldgen/configured_structure_feature": "Característica Estructura",
"worldgen/configured_surface_builder": "Constructor Superficie",
"worldgen/noise": "Ruido",
"worldgen/noise_settings": "Ajustes de ruido",
"worldgen/placed_feature": "Característica Colocada",
"worldgen/processor_list": "Lista de Procesadores",
"worldgen/template_pool": "Colección de Plantillas",
"generator.world": "Ajustes del mundo",
"generator.worldgen": "Generación de mundo",
"generator.worldgen/biome": "Bioma",
"generator.worldgen/configured_carver": "Escultor",
"generator.worldgen/configured_feature": "Características",
"generator.worldgen/configured_structure_feature": "Característica Estructura",
"generator.worldgen/configured_surface_builder": "Constructor Superficie",
"generator.worldgen/noise": "Ruido",
"generator.worldgen/noise_settings": "Ajustes de ruido",
"generator.worldgen/placed_feature": "Característica Colocada",
"generator.worldgen/processor_list": "Lista de Procesadores",
"generator.worldgen/template_pool": "Colección de Plantillas",
"zoom_in": "Hacer zoom",
"zoom_out": "Alejar zoom"
}