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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. "categories": "Categories"
  47. },
  48. "persons": {
  49. "name": "Persons"
  50. },
  51. "locations": {
  52. "name": "Locations"
  53. },
  54. "countries": {
  55. "name": "Countries"
  56. },
  57. "articles": {
  58. "name": "Articles",
  59. "selectedItems": "{count} {count, select, 1{article} other{articles}} selected",
  60. "title": "Title",
  61. "type": "Type",
  62. "text": "Abstract",
  63. "pictureUrl": "Picture URL",
  64. "pictureCaption": "Picture caption",
  65. "value": "Value",
  66. "types": {
  67. "home": "Home page",
  68. "persons": "Person",
  69. "locations": "Location",
  70. "countries": "Country"
  71. },
  72. "general": "General",
  73. "fields": {
  74. "name": "Data",
  75. "type": "Type",
  76. "value": "Value",
  77. "property": "Property",
  78. "types": {
  79. "date/date": "Date",
  80. "text/plain": "Text",
  81. "number/number": "Number"
  82. },
  83. "properties": {
  84. "birthDate": "Birth date",
  85. "deathDate": "Death date",
  86. "capital": "Capital",
  87. "language": "Language",
  88. "area": "Area",
  89. "population": "Population",
  90. "name": "Name",
  91. "date": "Date",
  92. "combatant": "Combatants",
  93. "commander": "Commanders"
  94. }
  95. },
  96. "deleteOne": "Do you really want to delete article '{text}'?",
  97. "deleteMultiple": "Do you really want to delete {count} {count, select, 1{article} other{articles}}?",
  98. "edit": {
  99. "defaultTitle": "Edit article",
  100. "defaultToolbarTitle": "Article ~ Edit",
  101. "title": "Edit article '{text}'",
  102. "toolbarTitle": "Articles ~ Edit ~ {text}"
  103. },
  104. "add": {
  105. "defaultTitle": "New article",
  106. "defaultToolbarTitle": "Articles ~ New"
  107. },
  108. "notifications": {
  109. "create": "Article '{text}' was added",
  110. "update": "Article '{text}' was updated",
  111. "delete": "Article '{text}' was deleted"
  112. }
  113. }
  114. }