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.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "confirmDelete": "Confirm deletion",
  18. "pagination": {
  19. "of": "of",
  20. "page": "Page:",
  21. "rowsPerPage": "Items per page:"
  22. },
  23. "createdBy": "Created with ❤ by",
  24. "busyLoading": "Loading...",
  25. "updateDetected": {
  26. "title": "Update detected",
  27. "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."
  28. }
  29. },
  30. "home": {
  31. "name": "Home",
  32. "welcome": "Welcome Home!"
  33. },
  34. "pkguid": {
  35. "name": "PkGuids",
  36. "selectedItems": "{count} {count, select, 1{PkGuid} other{PkGuids}} selected",
  37. "id": "Id",
  38. "someText": "Some Text",
  39. "someInt": "Some Int",
  40. "createdAt": "Created At",
  41. "updatedAt": "Updated At",
  42. "deleteOne": "Do you really want to delete PkGuid '{text}'?",
  43. "deleteMultiple": "Do you really want to delete {count} {count, select, 1{PkGuid} other{PkGuids}}?",
  44. "edit": {
  45. "defaultTitle": "Edit PkGuid",
  46. "defaultToolbarTitle": "PkGuid ~ Edit",
  47. "title": "Edit PkGuid '{text}'",
  48. "toolbarTitle": "PkGuids ~ Edit ~ {text}"
  49. },
  50. "add": {
  51. "defaultTitle": "New PkGuid",
  52. "defaultToolbarTitle": "PkGuids ~ New"
  53. }
  54. }
  55. }