ui.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "common": {
  3. "noData": "No data available",
  4. "actions": "Actions",
  5. "loading": "Loading...",
  6. "empty": "Empty",
  7. "error": "Error",
  8. "retry": "Retry"
  9. },
  10. "table": {
  11. "pagination": "Pagination",
  12. "sorting": "Sort",
  13. "filtering": "Filter",
  14. "search": "Search",
  15. "refresh": "Refresh",
  16. "columns": "Columns",
  17. "previousPage": "Previous",
  18. "nextPage": "Next",
  19. "pageInfo": "Page {current} of {total}",
  20. "itemsPerPage": "Items per page",
  21. "selectAll": "Select all",
  22. "deselectAll": "Deselect all"
  23. },
  24. "errorBoundary": {
  25. "title": "Something went wrong",
  26. "defaultDescription": "An unexpected error occurred. Please try again.",
  27. "refreshPage": "Refresh page",
  28. "listErrorTitle": "Failed to load list",
  29. "listErrorDescription": "An error occurred while loading the list. Please try again."
  30. },
  31. "pagination": {
  32. "first": "First",
  33. "last": "Last",
  34. "previous": "Previous",
  35. "next": "Next",
  36. "goToPage": "Go to page",
  37. "pageSize": "Page size",
  38. "total": "Total {total} items"
  39. },
  40. "empty": {
  41. "title": "No data",
  42. "description": "No data to display"
  43. },
  44. "loading": {
  45. "title": "Loading",
  46. "description": "Please wait..."
  47. },
  48. "tagInput": {
  49. "placeholder": "Type and press Enter or comma to add tags",
  50. "emptyTag": "Tag cannot be empty",
  51. "duplicateTag": "Tag already exists",
  52. "maxTags": "Maximum number of tags reached",
  53. "tooLong": "Tag length cannot exceed {max} characters",
  54. "invalidFormat": "Tags can only contain letters, numbers, underscores and hyphens",
  55. "removeTag": "Remove tag {tag}"
  56. },
  57. "providerGroupSelect": {
  58. "placeholder": "Select provider groups",
  59. "searchPlaceholder": "Search groups...",
  60. "noGroupsAvailable": "No groups available",
  61. "clearAll": "Clear all",
  62. "removeGroup": "Remove group {group}"
  63. }
  64. }