Files
plantillas-proyectos/frontend/messages/en.json
acazares 39365f4e83 feat(sidebar): enhance sidebar with additional navigation items and translations
feat(translations): update English and Spanish message files with new keys
refactor(layout): simplify layout component by removing loading state logic
refactor(page.server): adjust authentication flow to return public page for unauthenticated users
2025-11-02 15:33:19 -06:00

37 lines
1.1 KiB
JSON

{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from en!",
"sidebar": {
"catalogos_fijos": "Fixed Catalogs",
"codigos_pedimento_regimen": "Pedimento and Regime Codes",
"contenedores": "Containers",
"paises": "Countries",
"tipos_moneda": "Currency Types",
"secciones_aduanas": "Customs Sections",
"recintos": "Customs Warehouses",
"incoterms": "Incoterms",
"tipos_factura": "Invoice Types",
"tipos_material": "Material Types",
"metodos_pago": "Payment Methods",
"codigos_pedimento": "Pedimento Codes",
"regimenes_pedimentos": "Pedimento Regimes",
"sectores": "Sectors",
"estados": "States",
"metodos_transporte": "Transportation Modes",
"tipos_transporte": "Transportation Types",
"metodos_valoracion": "Valuation Methods",
"inventarios": "Inventories",
"gestionar_inventarios": "Manage Inventories",
"reportes": "Reports",
"pedimentos": "Pedimentos",
"nuevo_pedimento": "New Pedimento",
"consultar": "Search",
"historial": "History",
"configuracion": "Settings",
"general": "General",
"licencia": "License",
"usuarios": "Users",
"ayuda": "Help"
}
}