You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

en.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "common": {
  3. "appName": "MyApp",
  4. "filter": "Filter",
  5. "all": "All",
  6. "new": "New",
  7. "refresh": "Refresh",
  8. "close": "Close",
  9. "actions": "Actions",
  10. "never": "Never",
  11. "delete": "Delete",
  12. "edit": "Edit",
  13. "submit": "Submit",
  14. "menu": "Menu",
  15. "cancel": "Cancel",
  16. "ok": "OK",
  17. "undo": "Undo",
  18. "view": "View",
  19. "save": "Save",
  20. "confirmDelete": "Confirm deletion",
  21. "pagination": {
  22. "of": "of",
  23. "page": "Page:",
  24. "rowsPerPage": "Items per page:"
  25. },
  26. "createdBy": "Created with ❤ by",
  27. "busyLoading": "Loading...",
  28. "updateDetected": {
  29. "title": "Update detected",
  30. "text": "The server has been updated from version {oldVersion} to {newVersion}.\nPlease perform a full refresh by pressing Ctrl+F5 to load the new version.\nNot doing it may leads to undefined behaviors."
  31. }
  32. },
  33. "home": {
  34. "name": "Home",
  35. "welcome": "Welcome Home!"
  36. },
  37. "pkguid": {
  38. "name": "PkGuids",
  39. "selectedItems": "{count} {count, select, 1{PkGuid} other{PkGuids}} selected",
  40. "id": "Id",
  41. "someText": "Some Text",
  42. "someInt": "Some Int",
  43. "createdAt": "Created At",
  44. "updatedAt": "Updated At",
  45. "deleteOne": "Do you really want to delete PkGuid '{text}'?",
  46. "deleteMultiple": "Do you really want to delete {count} {count, select, 1{PkGuid} other{PkGuids}}?",
  47. "edit": {
  48. "defaultTitle": "Edit PkGuid",
  49. "defaultToolbarTitle": "PkGuid ~ Edit",
  50. "title": "Edit PkGuid '{text}'",
  51. "toolbarTitle": "PkGuids ~ Edit ~ {text}"
  52. },
  53. "add": {
  54. "defaultTitle": "New PkGuid",
  55. "defaultToolbarTitle": "PkGuids ~ New"
  56. },
  57. "notifications": {
  58. "create": "PkGuid '{text}' was added",
  59. "update": "PkGuid '{text}' was updated",
  60. "delete": "PkGuid '{text}' was deleted"
  61. }
  62. }
  63. }