35 lines
852 B
JSON
35 lines
852 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..."
|
|
},
|
|
"DROPDOWN_MENU": {
|
|
"SEARCH_PLACEHOLDER": "Search...",
|
|
"EMPTY_STATE": "No results found."
|
|
},
|
|
"DIALOG": {
|
|
"BUTTONS": {
|
|
"CANCEL": "Cancel",
|
|
"CONFIRM": "Confirm"
|
|
}
|
|
},
|
|
"PHONE_INPUT": {
|
|
"SEARCH_PLACEHOLDER": "Search country",
|
|
"ERROR": "Phone number should be empty or in E.164 format",
|
|
"DIAL_CODE_ERROR": "Please select a dial code from the list"
|
|
},
|
|
"THUMBNAIL": {
|
|
"AUTHOR": {
|
|
"NOT_AVAILABLE": "Author is not available"
|
|
}
|
|
},
|
|
"BREADCRUMB": {
|
|
"ARIA_LABEL": "Breadcrumb"
|
|
}
|
|
}
|