Uecko_ERP/packages/rdx-ui/src/locales/en.json
2025-11-16 22:11:46 +01:00

66 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"common": {
"actions": "Actions",
"required": "•",
"modified": "modified",
"search": "Search",
"read_only": "Read only"
},
"components": {
"datatable": {
"asc": "Asc",
"desc": "Desc",
"hide": "Hide",
"empty": "No results found",
"selection_summary": "{{count}} selected rows of {{total}}",
"selection_none": "Total: {{total}} rows",
"columns": {
"actions": "Actions"
},
"actions": {
"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"
}
},
"datatable_view_options": {
"columns_button": "Columns",
"toggle_columns": "Toggle columns"
},
"loading_indicator": {
"title": "Loading...",
"subtitle": "This may take a few seconds. Please do not close this page."
},
"loading_overlay": {
"title": "Loading...",
"subtitle": "This may take a few seconds. Please do not close this page."
},
"multi_select": {
"clear_selection": "Clear",
"close": "Close",
"loading": "Loading...",
"no_results": "No results found.",
"select_options": "Select options",
"select_all": "Select all"
},
"date_picker_input_field": {
"invalid_date": "Invalid date",
"clear_date": "Clear date",
"today": "Today",
"close": "Close"
}
}
}