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

62 lines
1.7 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",
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",
2025-10-18 19:57:52 +00:00
"selection_summary": "{{count}} selected rows of {{total}}",
"selection_none": "Total: {{total}} rows",
2025-10-16 17:59:13 +00:00
"columns": {
"actions": "Actions"
},
"actions": {
2025-10-18 19:57:52 +00:00
"add": "Add new line",
"duplicate": "Duplicate",
"remove": "Remove",
"move_up": "Move up",
"move_down": "Move down"
},
"pagination": {
"goto_first_page": "Go to first page",
"goto_previus_page": "Go to previus_page",
"goto_next_page": "Go to next page",
"goto_last_page": "Go to last page",
"page_of": "Page {{page}} of {{of}}",
"rows_per_page": "Rows per page",
"showing_range": "Showing {{start}}{{end}} of {{total}} records",
"rows_selected": "{{count}} of {{total}} selected rows"
2025-10-16 17:59:13 +00:00
}
2025-10-16 11:18:55 +00:00
},
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
}
}
}