common.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "save": "Save",
  3. "cancel": "Cancel",
  4. "delete": "Delete",
  5. "confirm": "Confirm",
  6. "edit": "Edit",
  7. "status": "Status",
  8. "create": "Create",
  9. "close": "Close",
  10. "back": "Back",
  11. "next": "Next",
  12. "previous": "Previous",
  13. "retry": "Retry",
  14. "refresh": "Refresh",
  15. "search": "Search",
  16. "filter": "Filter",
  17. "export": "Export",
  18. "import": "Import",
  19. "submit": "Submit",
  20. "reset": "Reset",
  21. "view": "View",
  22. "copy": "Copy",
  23. "copySuccess": "Copied",
  24. "copyFailed": "Copy failed",
  25. "download": "Download",
  26. "upload": "Upload",
  27. "add": "Add",
  28. "remove": "Remove",
  29. "apply": "Apply",
  30. "clear": "Clear",
  31. "clearDate": "Clear Date",
  32. "ok": "OK",
  33. "yes": "Yes",
  34. "no": "No",
  35. "today": "Today",
  36. "yesterday": "Yesterday",
  37. "thisWeek": "This week",
  38. "thisMonth": "This month",
  39. "thisYear": "This year",
  40. "loading": "Loading...",
  41. "error": "Error",
  42. "success": "Success",
  43. "warning": "Warning",
  44. "info": "Info",
  45. "noData": "No data",
  46. "emptyState": "No data to display",
  47. "core": "Core",
  48. "appearance": "Appearance",
  49. "theme": "Theme",
  50. "light": "Light",
  51. "dark": "Dark",
  52. "system": "System",
  53. "relativeTimeShort": {
  54. "now": "now",
  55. "secondsAgo": "{count}s ago",
  56. "minutesAgo": "{count}m ago",
  57. "hoursAgo": "{count}h ago",
  58. "daysAgo": "{count}d ago",
  59. "weeksAgo": "{count}w ago",
  60. "monthsAgo": "{count}mo ago",
  61. "yearsAgo": "{count}y ago"
  62. }
  63. }