Uecko_ERP/packages/rdx-ui/src/locales/es.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2025-05-17 19:12:01 +00:00
{
2025-07-08 18:50:08 +00:00
"common": {
2025-07-09 17:56:15 +00:00
"actions": "Actions",
"invalid_date": "Fecha incorrecta o no válida",
2025-09-20 11:25:07 +00:00
"required": "•",
"modified": "modificado",
2025-07-16 15:47:45 +00:00
"search": "Buscar"
2025-07-08 18:50:08 +00:00
},
2025-05-17 19:12:01 +00:00
"components": {
2025-10-16 11:18:55 +00:00
"datatable": {
"asc": "Asc",
"desc": "Desc",
"hide": "Ocultar",
"empty": "No hay resultados",
"actions": "Acciones"
},
2025-08-23 11:57:48 +00:00
"loading_indicator": {
"title": "Cargando...",
"subtitle": "Esto puede tardar unos segundos. Por favor, no cierre esta página."
2025-05-17 19:12:01 +00:00
},
"loading_overlay": {
"title": "Cargando...",
"subtitle": "Esto puede tardar unos segundos. Por favor, no cierre esta página."
2025-07-16 15:47:45 +00:00
},
"multi_select": {
"clear_selection": "Limpiar",
"close": "Cerrar",
2025-07-17 18:04:00 +00:00
"loading": "Cargando...",
"no_results": "No se han encontrado resultados.",
2025-07-16 15:47:45 +00:00
"select_options": "Seleccionar opciones",
2025-07-17 18:04:00 +00:00
"select_all": "Seleccionar todo"
2025-10-14 17:57:02 +00:00
},
"date_picker_input_field": {
"invalid_date": "Fecha inválida",
"clear_date": "Limpiar fecha",
"today": "Hoy",
"close": "Cerrar"
2025-05-17 19:12:01 +00:00
}
}
}