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

fa.js « l10n « dashboard « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce70f5034454847f3108e16b10526c616528a1dd (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
25
26
27
28
OC.L10N.register(
    "dashboard",
    {
    "Dashboard" : "پیشخوان",
    "Dashboard app" : "برنامه پیشخوان",
    "Customize" : "سفارشی‌سازی",
    "Edit widgets" : "ویرایش ابزارک‌ها",
    "Get more widgets from the App Store" : "ویجت های بیشتر را از اپ استور دریافت کنید",
    "Change background image" : "تغییر تصویر زمینه",
    "Weather service" : "سامانه هواشناسی",
    "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "برای حفظ حریم خصوصی شما، داده های آب و هوا توسط سرور نکست‌کلود شما از طرف شما درخواست می شود، بنابراین سرویس آب و هوا هیچ اطلاعات شخصی دریافت نمی کند.",
    "Weather" : "آب و هوا",
    "Status" : "وضعیت",
    "Good morning" : "صبح بخیر",
    "Good morning, {name}" : "{name} صبحتان بخیر",
    "Good afternoon" : "بعد از ظهر بخیر",
    "Good afternoon, {name}" : "{name} بعد از ظهرتان بخیر ",
    "Good evening" : "عصر بخیر",
    "Good evening, {name}" : "{name} عصرتان بخیر",
    "Hello" : "سلام",
    "Hello, {name}" : "سلام {name}",
    "Pick from Files" : "از اسناد انتخاب کنید",
    "Plain background" : "تصویر زمینه ساده",
    "Insert from {productName}" : "درج از {productName}",
    "Show something" : "نمایش چیزی",
    "Default images" : "تصاویر پیش‌فرض"
},
"nplurals=2; plural=(n > 1);");