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

25 lines
563 B
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": "Invalid date",
2025-07-16 15:47:45 +00:00
"required": "required",
"search": "Search"
2025-07-08 18:50:08 +00:00
},
2025-05-17 19:12:01 +00:00
"components": {
"loading_indicator": {
"title": "Loading..."
},
"loading_overlay": {
"title": "Loading...",
"subtitle": "This may take a few seconds. Please do not close this page."
2025-07-16 15:47:45 +00:00
},
"multi_select": {
"clear_selection": "Clear",
"close": "Close",
"select_options": "Select options",
"select_all": "Select all",
"no_results": "No results found."
2025-05-17 19:12:01 +00:00
}
}
}