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

41 lines
1003 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",
2025-09-20 11:25:07 +00:00
"required": "•",
"modified": "modified",
2025-10-02 16:30:46 +00:00
"search": "Search",
"read_only": "Read only"
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": "Hide",
"empty": "No results found",
"actions": "Actions"
},
2025-05-17 19:12:01 +00:00
"loading_indicator": {
2025-08-23 11:57:48 +00:00
"title": "Loading...",
"subtitle": "This may take a few seconds. Please do not close this page."
2025-05-17 19:12:01 +00:00
},
"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",
2025-07-17 18:04:00 +00:00
"loading": "Loading...",
"no_results": "No results found.",
2025-07-16 15:47:45 +00:00
"select_options": "Select options",
2025-07-17 18:04:00 +00:00
"select_all": "Select all"
2025-10-02 16:30:46 +00:00
},
"date_picker_input_field": {
"invalid_date": "Invalid date",
"clear_date": "Clear date",
"today": "Today",
"close": "Close"
2025-05-17 19:12:01 +00:00
}
}
}