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

fa.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f448d49823c59100b457ea76b6dfa4348ceaa36 (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(
    "notifications",
    {
    "Hello %s" : "سلام %s",
    "Hello %s," : "سلام %s",
    "Admin notifications" : "اعلان های مدیر",
    "Notifications" : "آگاهی‌ها",
    "This app provides a backend and frontend for the notification API available in Nextcloud." : "این برنامه دارای یک پس زمینه و مقدمه برای API اعلان موجود در نکست کلود است.",
    "This app provides a backend and frontend for the notification API available in Nextcloud.\n\t\tThe API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:\n\n📬 Federated file sharing: You received a new remote share\n\n📑 Comments: Another user mentioned you in a comment on a file\n\n🚢 Update notification: Available update for an app or nextcloud itself\n\n📣 Announcement center: An announcement was posted by an admin" : "این برنامه دارای یک پس زمینه و مقدمه برای API اعلان موجود در نکست کلود است.\n\t\tAPI توسط برنامه های دیگر برای اطلاع رسانی به کاربران در UI وب و همگام سازی مشتری در مورد چیزهای مختلف استفاده می شود. برخی از نمونه ها عبارتند از:\n\n📬 اشتراک فدرال فدرال: شما یک اشتراک از راه دور جدید دریافت کردید\n\n📑 توضیح: کاربر دیگری در اظهارنظر درباره پرونده از شما یاد کرده است\n\n🚢 به روز رسانی اطلاع رسانی: به روز رسانی در دسترس برای یک برنامه یا نکست کلود خود\n\n📣 مرکز اعلامیه: اعلامیه توسط یک مدیر ارسال شده است",
    "Failed to perform action" : "انجام عملی انجام نشد",
    "Dismiss" : "پنهان کن",
    "seconds ago" : "ثانیه‌هایی پیش",
    "Failed to dismiss notification" : "رد اخطار انجام نشد",
    "in {path}" : "در { مسیر }",
    "Dismiss all notifications" : "رد همه اعلان ها",
    "No notifications" : "بدون اعلان",
    "Failed to dismiss all notifications" : "رد همه اعلان ها انجام نشد",
    "You need to set up your email address before you can receive notification emails." : "قبل از دریافت ایمیل های هشدار می بایست ادرس ایمیل خود را تنظیم کنید",
    "Never" : "هرگز",
    "1 hour" : "۱ ساعت",
    "3 hours" : "۳ ساعت",
    "Your settings have been updated." : "تنظیمات شما به روز رسانی شد"
},
"nplurals=2; plural=(n > 1);");