eu.js 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Azken egoerak",
  5. "No recent status changes" : "Azken egoera-aldaketarik ez",
  6. "In a meeting" : "Bilera batean",
  7. "Commuting" : "Lanerako bidean",
  8. "Out sick" : "Gaixorik",
  9. "Vacationing" : "Oporretan",
  10. "Out of office" : "Bulegotik kanpo",
  11. "Working remotely" : "Urrutitik lanean",
  12. "In a call" : "Dei batean",
  13. "User status" : "Erabiltzaile-egoera",
  14. "Clear status after" : "Garbitu egoera honen ondoren",
  15. "Emoji for your status message" : "Zure egoera-mezurako emojia",
  16. "What is your status?" : "Zein da zure egoera?",
  17. "Predefined statuses" : "Aurrez definitutako egoerak",
  18. "Previously set" : "Lehendik ezarrita",
  19. "Reset status" : "Berrezarri egoera",
  20. "Set status" : "Ezarri egoera",
  21. "Online status" : "Lineako egoera",
  22. "Status message" : "Egoera-mezua",
  23. "Your status was set automatically" : "Zure egoera automatikoki ezarriko dira",
  24. "Clear status message" : "Garbitu egoera-mezua",
  25. "Set status message" : "Ezarri egoera-mezua",
  26. "Reset status to \"{icon} {message}\"" : "Berrezarri egoera \"{icon} {message}\"(e)ra",
  27. "Reset status to \"{message}\"" : "Berrezarri egoera \"{message}\"(e)ra",
  28. "Reset status to \"{icon}\"" : "Berrezarri egoera \"{icon}\"(e)ra",
  29. "There was an error saving the status" : "Errore bat gertatu da egoera gordetzean",
  30. "There was an error clearing the status" : "Errore bat gertatu da egoera garbitzean",
  31. "There was an error reverting the status" : "Errore bat gertatu da egoera berrezartzean",
  32. "Don't clear" : "Ez garbitu",
  33. "Today" : "Gaur",
  34. "This week" : "Aste honetan",
  35. "Online" : "Linean",
  36. "Away" : "Kanpoan",
  37. "Do not disturb" : "Ez molestatu",
  38. "Invisible" : "Ikusezina",
  39. "Offline" : "Lineaz kanpo",
  40. "There was an error saving the new status" : "Errore bat gertatu da egoera berria gordetzean",
  41. "30 minutes" : "30 minutu",
  42. "1 hour" : "Ordu 1",
  43. "4 hours" : "4 ordu",
  44. "Mute all notifications" : "Mututu jakinarazpen guztiak",
  45. "Appear offline" : "Lineaz kanpo agertu",
  46. "View profile" : "Ikusi profila",
  47. "{status}, {timestamp}" : "{status}, {timestamp}"
  48. },
  49. "nplurals=2; plural=(n != 1);");