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
37 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|