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

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