app.en.i18n.json 878 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "app": {
  3. "loading": "Loading...",
  4. "offline": "Can't connect, are you offline?",
  5. "logginIn": "Logging in..."
  6. },
  7. "error": {
  8. "insufficientRights": "You don't have enough rights for this action."
  9. },
  10. "buttons": {
  11. "ok": "OK",
  12. "cancel": "Cancel",
  13. "save": "Save",
  14. "edit": "Edit",
  15. "send": "Send",
  16. "next": "Next",
  17. "previous": "Previous",
  18. "back": "Back",
  19. "skip": "Skip",
  20. "sending": "Sending...",
  21. "create": "Create",
  22. "tryToReconnect": "Try to reconnect",
  23. "stayAnonymous": "Stay anonymous",
  24. "authorize": "Authorize"
  25. },
  26. "commonWords": {
  27. "you": "You",
  28. "send": "Send",
  29. "or": "or",
  30. "of": "of",
  31. "with": "with",
  32. "and": "and",
  33. "on": "on",
  34. "per": "per"
  35. }
  36. }