ro.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Statusuri recente",
  5. "No recent status changes" : "Nu există modificări recente ale statutului",
  6. "In a meeting" : "În cadrul unei întâlniri",
  7. "Commuting" : "În deplasare",
  8. "Out sick" : "Bolnav",
  9. "Vacationing" : "În vacanță",
  10. "Out of office" : "În afara serviciului",
  11. "Working remotely" : "Lucru la distanță",
  12. "In a call" : "Într-un apel",
  13. "User status" : "Statusul utilizatorului",
  14. "Clear status after" : "Șterge statusul după",
  15. "Emoji for your status message" : "Emoji pentru mesajul de status",
  16. "What is your status?" : "Care este statusul dumneavoastră?",
  17. "Predefined statuses" : "Stări predefinite",
  18. "Previously set" : "Setat anterior",
  19. "Reset status" : "Resetează starea",
  20. "Set status" : "Setează status",
  21. "Online status" : "Status online",
  22. "Status message" : "Mesaj de status",
  23. "Your status was set automatically" : "Statusul a fost setat automat",
  24. "Clear status message" : "Șterge mesajul de stare",
  25. "Set status message" : "Setează mesajul de status",
  26. "Reset status to \"{icon} {message}\"" : "Resetează statusul la \"{icon} {message}\"",
  27. "Reset status to \"{message}\"" : "Resetează statusul la \"{message}\"",
  28. "Reset status to \"{icon}\"" : "Resetează statusul la \"{icon}\"",
  29. "There was an error saving the status" : "S-a produs o eroare la salvarea stării",
  30. "There was an error clearing the status" : "S-a produs o eroare de ștergere a statutului",
  31. "There was an error reverting the status" : "Eroare la revenirea la statusul anterior",
  32. "Don't clear" : "Nu curăța",
  33. "Today" : "Azi",
  34. "This week" : "Săptămâna asta",
  35. "Online" : "Online",
  36. "Away" : "Plecat",
  37. "Do not disturb" : "Nu deranja",
  38. "Invisible" : "Invizibil",
  39. "Offline" : "Offline",
  40. "There was an error saving the new status" : "S-a produs o eroare de salvare a noului status",
  41. "30 minutes" : "30 minute",
  42. "1 hour" : "1 oră",
  43. "4 hours" : "4 ore",
  44. "Mute all notifications" : "Dezactivați toate notificările",
  45. "Appear offline" : "Apari deconectat",
  46. "View profile" : "Vezi profilul",
  47. "{status}, {timestamp}" : "{status}, {timestamp}"
  48. },
  49. "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");