Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

en.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "pictureUrl": "Picture URL",
  54. "pictureCaption": "Picture caption",
  55. "types": {
  56. "home": "Home page",
  57. "persons": "Person",
  58. "locations": "Location",
  59. "countries": "Country"
  60. },
  61. "general": "General",
  62. "fields": "Data",
  63. "deleteOne": "Do you really want to delete article '{text}'?",
  64. "deleteMultiple": "Do you really want to delete {count} {count, select, 1{article} other{articles}}?",
  65. "edit": {
  66. "defaultTitle": "Edit article",
  67. "defaultToolbarTitle": "Article ~ Edit",
  68. "title": "Edit article '{text}'",
  69. "toolbarTitle": "Articles ~ Edit ~ {text}"
  70. },
  71. "add": {
  72. "defaultTitle": "New article",
  73. "defaultToolbarTitle": "Articles ~ New"
  74. },
  75. "notifications": {
  76. "create": "Article '{text}' was added",
  77. "update": "Article '{text}' was updated",
  78. "delete": "Article '{text}' was deleted"
  79. }
  80. }
  81. }