hu.js 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Legutóbbi állapotok",
  5. "In a meeting" : "Találkozón",
  6. "Commuting" : "Ingázás",
  7. "Out sick" : "Betegszabadságon",
  8. "Vacationing" : "Szabadságon",
  9. "Working remotely" : "Távoli munkavégzés",
  10. "In a call" : "Hívásban",
  11. "User status" : "Felhasználói állapot",
  12. "View profile" : "Profil megtekintése",
  13. "Clear status after" : "Állapot törlése ennyi idő után",
  14. "What is your status?" : "Mi az állapota?",
  15. "Set status" : "Állapot beállítása",
  16. "Online status" : "Elérhető állapot",
  17. "Status message" : "Állapotüzenet",
  18. "Clear status message" : "Állapotüzenet törlése",
  19. "Set status message" : "Állapotüzenet beállítása",
  20. "There was an error saving the status" : "Hiba történt az állapot mentése során",
  21. "There was an error clearing the status" : "Hiba történt az állapot törlése sorá",
  22. "No recent status changes" : "Nincsenek legutóbbi állapotváltozások",
  23. "Away" : "Távol",
  24. "Do not disturb" : "Ne zavarjanak",
  25. "{status}, {timestamp}" : "{status}, {timestamp}",
  26. "Don't clear" : "Ne törölje",
  27. "Today" : "Ma",
  28. "This week" : "Ezen a héten",
  29. "Online" : "Elérhető",
  30. "Invisible" : "Láthatatlan",
  31. "Offline" : "Nem kapcsolódott",
  32. "There was an error saving the new status" : "Hiba történt az új állapot mentése sorá",
  33. "30 minutes" : "30 perc",
  34. "1 hour" : "1 óra",
  35. "4 hours" : "4 óra",
  36. "Mute all notifications" : "Összes értesítés némítása",
  37. "Appear offline" : "Megjelenés nem kapcsolódottként"
  38. },
  39. "nplurals=2; plural=(n != 1);");