Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fa.js « l10n « user_status « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a24ffcaa44f062415a81e6e92161f27c0a73074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OC.L10N.register(
    "user_status",
    {
    "What is your status?" : "وضعیت شما چیست؟",
    "Set status" : "تنظیم وضعیت",
    "Online status" : "وضعیت آنلاین",
    "Status message" : "پیغام وضعیت",
    "Clear status message" : "پیام وضعیت را پاک کن",
    "Set status message" : "تنظیم پیام وضعیت",
    "Away" : "دور",
    "Do not disturb" : "مزاحم نشوید",
    "Don't clear" : "پاک نکن",
    "Today" : "Today",
    "This week" : "این هفته",
    "Online" : "آنلاین",
    "Invisible" : "نامرئی",
    "Offline" : "آفلاین",
    "30 minutes" : "۳۰ دقیقه",
    "1 hour" : "1 ساعت",
    "4 hours" : "۴ ساعت",
    "Clear status message after" : "بعد از آن پیام وضعیت را پاک کن ",
    "What's your status?" : "وضعیت شما چیست؟"
},
"nplurals=2; plural=(n > 1);");