diff --git a/common/src/main/resources/assets/tempad/lang/es_mx.json b/common/src/main/resources/assets/tempad/lang/es_mx.json new file mode 100644 index 00000000..bc718ae9 --- /dev/null +++ b/common/src/main/resources/assets/tempad/lang/es_mx.json @@ -0,0 +1,63 @@ +{ + "gui.tempad.search_field": "Buscar...", + "gui.tempad.name_field": "Nombre...", + "gui.tempad.new_location": "(+) Nueva ubicación", + "gui.tempad.add_location": "Agregar ubicación", + "gui.tempad.download": "Exportar ubicación", + "gui.tempad.download_disabled": "No puedes exportar esta ubicación", + "gui.tempad.teleport": "Teletransportar", + "gui.tempad.teleport_disabled": "No puedes teletransportarte a esta ubicación", + "gui.tempad.delete": "Eliminar ubicación", + "gui.tempad.delete_disabled": "No puedes eliminar esta ubicación", + "gui.tempad.favorite": "Marcar como favorita", + "gui.tempad.unfavorite": "Quitar de favoritas", + "gui.tempad.timedoor": "Puerta temporal", + "gui.tempad.dimension": "Dim: %s", + "gui.tempad.no_locations.first_line": "Presiona [+] para", + "gui.tempad.no_locations.second_line": "agregar una ubicación", + "gui.tempad.no_selection.first_line": "Selecciona una ubicación", + "gui.tempad.no_selection.second_line": "para más detalles", + "gui.tempad.x": "X: %s", + "gui.tempad.y": "Y: %s", + "gui.tempad.z": "Z: %s", + "gui.tempad.ready": "Listo para teletransportar", + "gui.tempad.not_ready": "No listo para teletransportar", + "gui.tempad.cancel": "Cancelar", + "gui.tempad.confirm": "Confirmar", + "tooltip.tempad.durability_cost": "Usos restantes: %s/%s", + "tooltip.tempad.timeleft": "Recargando: %s", + "tooltip.tempad.fullycharged": "Totalmente cargado", + "tooltip.tempad.timer_cost": "Enfriamiento: %s", + "tooltip.tempad.energy_info": "Energía: %s/%s RF", + "tooltip.tempad.energy_cost": "Consume %s RF por uso", + "tooltip.tempad.item_option_info": "Requiere objeto de combustible para usar", + "tooltip.tempad.experience_level_cost": "Requiere %s nivel(es) para abrir la puerta temporal", + "tooltip.tempad.experience_points_cost": "Requiere %s punto(s) de experiencia para abrir la puerta temporal", + "item.tempad.tempad": "§6Tempad", + "item.tempad.he_who_remains_tempad": "§6Tempad", + "item.tempad.he_who_remains_tempad.tooltip": "Propiedad de 'Aquel Que Permanece'", + "advancements.tempad.tempad": "Por Todo el Tiempo. Siempre.", + "advancements.tempad.tempad.description": "Obtén un Tempad", + "advancements.tempad.he_who_remains": "La Ciudadela al Fin del Tiempo", + "advancements.tempad.he_who_remains.description": "Obtén el Tempad de 'Aquel Que Permanece'", + "subtitles.tempad.entity.timedoor.open": "Puerta temporal abierta", + "dimension.minecraft.overworld": "Superficie", + "dimension.minecraft.the_nether": "El Nether", + "dimension.minecraft.the_end": "El End", + "tempad_option.tempad.energy": "Energía: %s/%s §b⚡§r", + "tempad_option.tempad.energy_cost": "Cuesta %s §b⚡§r", + "item.tempad.empty_tank": "Vacío", + "tempad_option.tempad.fluid": "%s: %s/%s §6\uD83E\uDEA3§r", + + "item.tempad.location_card": "Tarjeta de Ubicación", + "item.tempad.location_card.creator_toolip": "Creado por %s", + "item.tempad.location_card.shift_toolip": "Mantén [%s] para más información", + "item.tempad.location_card.added_location": "Ubicación agregada: %s", + "item.tempad.location_card.add_location": "Haz clic derecho para establecer ubicación", + "item.tempad.location_card.set_name": "Renombra en el yunque para cambiar el nombre de la ubicación", + "item.tempad.location_card.set_location": "Ubicación establecida: %s", + + "category.tempad.keybinds": "Tempad", + "key.tempad.favorite": "Abrir ubicación favorita", + "key.tempad.shortcut": "Abrir pantalla del Tempad" +} \ No newline at end of file