ro.js 1.7 KB

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