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

fa.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ac6f4fd868de7a490f08ceca563ee6b97099f45 (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
29
30
OC.L10N.register(
    "richdocuments",
    {
    "Can't create document" : "امکان ایجاد این سند وجود ندارد",
    "Saved" : "ذخیره شد",
    "File is too big" : "فایل خیلی بزرگ است",
    "Invalid file provided" : "فایل داده‌شده نا معتبر است",
    "No results" : "نتیجه ای یافت نشد",
    "Saving…" : "در حال ذخیره",
    "All" : "همه",
    "Error" : "خطا",
    "Nickname" : "نام مستعار",
    "Cancel" : "لغو",
    "Save" : "ذخیره",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "جزئیات",
    "Download" : "دانلود",
    "Guest" : "مهمان",
    "Could not create file" : "امکان ایجاد فایل وجود ندارد",
    "Create" : "ایجاد کردن",
    "Apply" : "اعمال",
    "Add" : "افزودن",
    "Wrong password. Please retry." : "رمز اشتباه. لطفاً مجددا تکرار فرمایید.",
    "Password" : "گذرواژه",
    "OK" : "تایید",
    "Guest %s" : "میهمان %s",
    "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "این لینک منقضی شده یا اینکه هرگز وجود نداشته است. لطفاً از کسی که آن را با شما به اشتراک گذاشته جزئیات را جویا شوید."
},
"nplurals=2; plural=(n > 1);");