Files
plantillas-proyectos/frontend/messages/en.json
acazares 6225122832 feat: Implement client and provider management dashboard
- Added data table component for displaying clients and providers with infinite scroll functionality.
- Created dropdown actions for each client/provider including copy ID, copy RFC, view details, edit, toggle status, and delete.
- Implemented dialogs for creating, editing, viewing details, and deleting clients/providers.
- Integrated API calls for fetching, creating, editing, deleting, and toggling status of clients/providers.
- Enhanced error handling and loading states for better user experience.
- Updated server-side logic to handle pagination and company selection for client/provider data retrieval.
2025-11-12 16:08:42 -06:00

84 lines
2.6 KiB
JSON

{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from en!",
"sidebar": {
"reference_data": {
"title": "Fixed Catalogs",
"codes_pedimento_regimen": "Pedimento and Regime Codes",
"containers": "Containers",
"countries": "Countries",
"currency_types": "Currency Types",
"customs_sections": "Customs Sections",
"customs_warehouses": "Customs Warehouses",
"incoterms": "Incoterms",
"invoice_types": "Invoice Types",
"material_types": "Material Types",
"payment_methods": "Payment Methods",
"pedimento_codes": "Pedimento Codes",
"pedimento_regimes": "Pedimento Regimes",
"sectors": "Sectors",
"states": "States",
"transportation_modes": "Transportation Modes",
"transportation_types": "Transportation Types",
"valuation_methods": "Valuation Methods",
"configuracion": "Settings",
"general": "General",
"licencia": "License",
"usuarios": "Users",
"ayuda": "Help"
},
"general_catalogs": {
"title": "General Catalogs",
"company_information": "Company Information",
"packages": "Packages",
"concepts": "Concepts",
"classification": "Classification",
"identifiers": "Identifiers",
"incoterms": "Incoterms",
"inpc": "I.N.P.C",
"fixed_legends": "Fixed Legends",
"seals": "Seals",
"valuation_methods": "Valuation Methods",
"countries": "Countries",
"ports": "Ports",
"unit_measures": "Unit Measures",
"um_customs_mex": "U.M. Customs Mexico",
"um_customs_ame": "U.M. Customs America",
"um_ace": "U.M. ACE",
"um_oma": "U.M. OMA",
"conversions": "Conversions",
"equivalences": "Equivalences",
"exchange_rates": "Exchange Rates",
"currency_types": "Currency Types",
"multi_currency": "Multi Currency",
"invoice_types": "Invoice Types",
"electronic_signatures": "Electronic Signatures",
"billing_errors": "Billing Errors",
"customs_warehouses": "Customs Warehouses",
"locations": "Locations",
"doda": "DODA",
"packing_list": "Packing List",
"prevalidators": "Prevalidators",
"electronic_notices": "Electronic Notices",
"back_flush": "Back Flush",
"crossing_notice": "Crossing Notice"
},
"pedimentos": {
"title": "Pedimentos",
"pedimento_management": "Pedimento Management",
"pedimento_codes": "Pedimento Codes",
"customs_regimes": "Customs Regimes",
"payment_methods": "Payment Methods",
"customs_sections": "Customs Sections",
"anexo_22_app_31": "Anexo 22 App 3"
},
"clients_and_providers": "Clients and Providers",
"customs_brokers": "Customs Brokers",
"nav_user": {
"profile": "Profile",
"settings": "Settings",
"logout": "Logout"
}
}
}