Files
AR-Shipdesign/arshipdesign/ui/i18n/en.json
T
alro65 0dbc2a4518 v0.1-sprint0: Esqueleto completo AR-ShipDesign
- Estructura completa de carpetas (236 módulos stub + implementados)
- pyproject.toml, requirements, .gitignore, LICENSE (propietario)
- core/project.py: serialización .arsd (ZIP con JSON)
- core/units.py: conversiones SI <-> imperial completas
- ui/main_window.py: layout DELFTship-style con todos los paneles
  - Árbol de proyecto (dock izquierda)
  - Tabs de módulos (centro)
  - Panel de propiedades (dock derecha)
  - Panel hidrostáticos en vivo (inferior, fijo)
- ui/i18n: español e inglés
- ui/themes: tema claro y oscuro
- utils/logger.py, settings.py, validation.py
- data/liquids.json: 15 líquidos navales
- data/stability_criteria.json: IMO IS Code 2008, A.749(18), USCG
- tests/test_startup.py: 12 tests, todos PASSED
- Módulo scantling/ ISO 12215 (stubs Sprint 2.5)
- Módulo fabrication/molds/ para moldes FRP (stubs Sprint 13B)
- Módulo fabrication/ para CNC plasma/router/laser (stubs Sprint 13)
2026-05-26 22:10:18 -04:00

81 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"app_title": "AR-ShipDesign",
"menu_file": "File",
"menu_edit": "Edit",
"menu_view": "View",
"menu_model": "Model",
"menu_analysis": "Analysis",
"menu_systems": "Systems",
"menu_fabrication": "Fabrication",
"menu_reports": "Reports",
"menu_help": "Help",
"file_new": "New Project",
"file_open": "Open...",
"file_save": "Save",
"file_save_as": "Save As...",
"file_recent": "Recent Files",
"file_exit": "Exit",
"edit_undo": "Undo",
"edit_redo": "Redo",
"edit_preferences": "Preferences...",
"panel_project": "Project",
"panel_properties": "Properties",
"panel_hydrostatics": "Hydrostatics",
"tab_3d": "3D",
"tab_lines": "Lines",
"tab_offsets": "Offsets",
"tab_curves": "Curves",
"tab_tanks": "Tanks",
"tab_capacity": "Capacity",
"tab_stability": "GZ Stability",
"tab_resistance": "Resistance",
"tab_propulsion": "Propulsion",
"tab_vpp": "Sailing VPP",
"tab_seakeeping": "Seakeeping",
"tab_electrical": "Electrical",
"tab_fuel": "Fuel",
"tab_freshwater": "Fresh Water",
"tab_bilge": "Bilge",
"tab_firefighting": "Fire Fighting",
"tab_hvac": "HVAC",
"tab_scantling": "Scantling",
"tab_fabrication": "Fabrication",
"tab_molds": "FRP Molds",
"tab_report": "Report",
"hydro_draft": "Draft",
"hydro_displacement": "Δ",
"hydro_lcb": "LCB",
"hydro_kb": "KB",
"hydro_kmt": "KMT",
"hydro_gmt": "GMT",
"hydro_tpc": "TPC",
"hydro_mct": "MCT",
"hydro_cb": "Cb",
"hydro_cw": "Cw",
"hydro_cm": "Cm",
"hydro_imo_ok": "IMO OK",
"hydro_imo_fail": "IMO FAIL",
"status_ready": "Ready",
"status_modified": "Modified",
"status_calculating": "Calculating...",
"new_project_title": "New Project",
"new_project_name": "Project name",
"new_project_type": "Vessel type",
"type_motor": "Motor vessel (displacement)",
"type_planing": "Planing craft",
"type_semi_planing": "Semi-planing",
"type_sailing_mono": "Sailing monohull",
"type_sailing_cat": "Sailing catamaran",
"type_workboat": "Workboat",
"about_title": "About AR-ShipDesign",
"about_version": "Version",
"about_copyright": "Copyright © 2025 Álvaro Rodríguez. All rights reserved.",
"tooltip_kmt": "KMT = KB + IT/∇ (transverse metacentric height)",
"tooltip_gmt": "GMT = KMT KG (corrected metacentric height)",
"tooltip_tpc": "TPC = Aw · ρ / 100 (tonnes per cm immersion)",
"tooltip_mct": "MCT = Δ · GML / (100 · Lpp) (moment to change trim 1 cm)",
"tooltip_cb": "Cb = ∇ / (Lwl · B · T) (block coefficient)",
"tooltip_cw": "Cw = Aw / (Lwl · B) (waterplane coefficient)",
"tooltip_cm": "Cm = Am / (B · T) (midship section coefficient)"
}