Files
leadchat/app/javascript/dashboard/i18n/locale/en/components.json
2024-10-15 13:03:06 -07:00

21 lines
458 B
JSON

{
"PAGINATION_FOOTER": {
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} items",
"CURRENT_PAGE_INFO": "{currentPage} of {totalPages} pages"
},
"COMBOBOX": {
"PLACEHOLDER": "Select an option...",
"EMPTY_STATE": "No results found.",
"SEARCH_PLACEHOLDER": "Search..."
},
"DIALOG": {
"BUTTONS": {
"CANCEL": "Cancel",
"CONFIRM": "Confirm"
}
},
"BREADCRUMB": {
"ARIA_LABEL": "Breadcrumb"
}
}