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 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "common": {
  3. "appName": "WWII",
  4. "filter": "Search",
  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. "editDialog": "Fast edit",
  14. "submit": "Submit",
  15. "menu": "Menu",
  16. "cancel": "Cancel",
  17. "ok": "OK",
  18. "undo": "Undo",
  19. "view": "View",
  20. "save": "Save",
  21. "back": "Back",
  22. "yes": "Yes",
  23. "unsavedChanged": "Unsaved data",
  24. "confirmDelete": "Confirm deletion",
  25. "confirmExit": {
  26. "title": "Unsaved data",
  27. "content": "Do you really want to leave without saving?"
  28. },
  29. "pagination": {
  30. "of": "of",
  31. "page": "Page:",
  32. "rowsPerPage": "Items per page:"
  33. },
  34. "createdBy": "Created with ❤ by",
  35. "busyLoading": "Loading...",
  36. "updateDetected": {
  37. "title": "Update detected",
  38. "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."
  39. },
  40. "createdAt": "Created at",
  41. "updatedAt": "Updated at"
  42. },
  43. "home": {
  44. "name": "Home",
  45. "welcome": "Welcome Home!"
  46. },
  47. "articles": {
  48. "name": "Articles",
  49. "selectedItems": "{count} {count, select, 1{article} other{articles}} selected",
  50. "title": "Title",
  51. "type": "Type",
  52. "text": "Abstract",
  53. "types": {
  54. "home": "Home page",
  55. "persons": "Person",
  56. "locations": "Location",
  57. "countries": "Country"
  58. },
  59. "deleteOne": "Do you really want to delete article '{text}'?",
  60. "deleteMultiple": "Do you really want to delete {count} {count, select, 1{article} other{articles}}?",
  61. "edit": {
  62. "defaultTitle": "Edit article",
  63. "defaultToolbarTitle": "Article ~ Edit",
  64. "title": "Edit article '{text}'",
  65. "toolbarTitle": "Articles ~ Edit ~ {text}"
  66. },
  67. "add": {
  68. "defaultTitle": "New article",
  69. "defaultToolbarTitle": "Articles ~ New"
  70. },
  71. "notifications": {
  72. "create": "Article '{text}' was added",
  73. "update": "Article '{text}' was updated",
  74. "delete": "Article '{text}' was deleted"
  75. }
  76. }
  77. }