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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. },
  24. "home": {
  25. "name": "Home",
  26. "welcome": "Welcome Home!"
  27. },
  28. "pkguid": {
  29. "name": "PkGuids",
  30. "selectedItems": "{count} {count, select, 1{PkGuid} other{PkGuids}} selected",
  31. "id": "Id",
  32. "someText": "Some Text",
  33. "someInt": "Some Int",
  34. "createdAt": "Created At",
  35. "updatedAt": "Updated At",
  36. "deleteOne": "Do you really want to delete PkGuid '{text}'?",
  37. "deleteMultiple": "Do you really want to delete {count} {count, select, 1{PkGuid} other{PkGuids}}?",
  38. "edit": {
  39. "defaultTitle": "Edit PkGuid",
  40. "defaultToolbarTitle": "PkGuid ~ Edit",
  41. "title": "Edit PkGuid '{text}'",
  42. "toolbarTitle": "PkGuids ~ Edit ~ {text}"
  43. },
  44. "add": {
  45. "defaultTitle": "New PkGuid",
  46. "defaultToolbarTitle": "PkGuids ~ New"
  47. }
  48. }
  49. }