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