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
37
38
39
40
41
42
43
44
45
46
47
48
|
OC.L10N.register(
"user_status",
{
"Recent statuses" : "وضعیت های اخیر",
"No recent status changes" : "هیچ تغییر وضعیت جدیدی وجود ندارد",
"In a meeting" : "در جلسه",
"Commuting" : "در رفت و آمد",
"Out sick" : "مرخصی استعلاجی",
"Vacationing" : "تعطیلات",
"Working remotely" : "دورکاری",
"In a call" : "در حال تماس تلفنی",
"User status" : "وضعبت کاربر",
"View profile" : "مشاهده پروفایل",
"Clear status after" : "پاک کردن وضعیت بعدی",
"Emoji for your status message" : "Emoji for your status message",
"What is your status?" : "وضعیت شما چیست؟",
"Predefined statuses" : "Predefined statuses",
"Previously set" : "Previously set",
"Reset status" : "Reset status",
"Set status" : "تنظیم وضعیت",
"Online status" : "وضعیت آنلاین",
"Status message" : "پیغام وضعیت",
"Your status was set automatically" : "Your status was set automatically",
"Clear status message" : "پیام وضعیت را پاک کن",
"Set status message" : "تنظیم پیام وضعیت",
"Reset status to \"{icon} {message}\"" : "Reset status to \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Reset status to \"{message}\"",
"Reset status to \"{icon}\"" : "Reset status to \"{icon}\"",
"There was an error saving the status" : "مشکلی در ذخیره سازی وضعیت پیش آمده",
"There was an error clearing the status" : "مشکلی در پاک کردن وضعیت پیش آمده",
"There was an error reverting the status" : "There was an error reverting the status",
"Don't clear" : "پاک نکن",
"Today" : "امروز",
"This week" : "این هفته",
"Online" : "آنلاین",
"Away" : "بیرون",
"Do not disturb" : "مزاحم نشوید",
"Invisible" : "غیر قابل مشاهده",
"Offline" : "آفلاین",
"There was an error saving the new status" : "مشکلی در ذخیره سازی وضعیت جدید پیش آمده",
"30 minutes" : "۳۰ دقیقه",
"1 hour" : "۱ ساعت",
"4 hours" : "۴ ساعت",
"Mute all notifications" : "خاموش کردن همه اعلانات",
"Appear offline" : "نمایش آفلاین",
"{status}, {timestamp}" : "{status}, {timestamp}"
},
"nplurals=2; plural=(n > 1);");
|