app.ca.i18n.json 908 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "app": {
  3. "loading": "Carregant...",
  4. "offline": "No s'ha pogut connectar, estàs desconectat?",
  5. "logginIn": "iniciant sessió..."
  6. },
  7. "error": {
  8. "insufficientRights": "No tens prous drets per aquesta acció."
  9. },
  10. "buttons": {
  11. "ok": "OK",
  12. "cancel": "Cancel·lar",
  13. "save": "Desa",
  14. "edit": "Edita",
  15. "send": "Envia",
  16. "next": "Següent",
  17. "previous": "Anterior",
  18. "back": "Enrere",
  19. "skip": "Omet",
  20. "sending": "Enviant...",
  21. "create": "Crea",
  22. "tryToReconnect": "Intenta reconnectar",
  23. "stayAnonymous": "Mantenir l'anonimat",
  24. "authorize": "Authoritza"
  25. },
  26. "commonWords": {
  27. "you": "Tu",
  28. "send": "Envia",
  29. "or": "o",
  30. "of": "de",
  31. "with": "amb",
  32. "and": "i",
  33. "on": "a",
  34. "per": "per"
  35. }
  36. }