Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "common": {
  3. "appName": "MyApp",
  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 ant 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. "pkguids": {
  48. "name": "PkGuids",
  49. "selectedItems": "{count} {count, select, 1{PkGuid} other{PkGuids}} selected",
  50. "id": "Id",
  51. "someText": "Some Text",
  52. "someInt": "Some Int",
  53. "deleteOne": "Do you really want to delete PkGuid '{text}'?",
  54. "deleteMultiple": "Do you really want to delete {count} {count, select, 1{PkGuid} other{PkGuids}}?",
  55. "edit": {
  56. "defaultTitle": "Edit PkGuid",
  57. "defaultToolbarTitle": "PkGuid ~ Edit",
  58. "title": "Edit PkGuid '{text}'",
  59. "toolbarTitle": "PkGuids ~ Edit ~ {text}"
  60. },
  61. "add": {
  62. "defaultTitle": "New PkGuid",
  63. "defaultToolbarTitle": "PkGuids ~ New"
  64. },
  65. "notifications": {
  66. "create": "PkGuid '{text}' was added",
  67. "update": "PkGuid '{text}' was updated",
  68. "delete": "PkGuid '{text}' was deleted"
  69. }
  70. }
  71. }