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

fa.js « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98bd4addc5c66a4beb80a44f300c25fb34414d3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "files_texteditor",
    {
    "saving..." : "درحال ذخیره",
    "saved!" : "ذخیره شد",
    "failed!" : "ناموفق!",
    "Saved" : "ذخیره شد",
    "There was a problem saving your changes. Click to resume editing." : "مشکلی در زمان ذخیره‌سازی تغییرات شما وجود داشت. برای ادامه ویرایش کلیک کنید.",
    "An error occurred!" : "یک خطا رخ‌داده است!",
    "This file is too big to be opened. Please download the file instead." : "این فایل برای باز کردن بسیار بزرگ است. لطفا آنرا دانلود کنید.",
    "Cannot read the file." : "امکان خواندن فایل وجود ندارد",
    "Invalid file path supplied." : "مسیر فایل نامعتبر است.",
    "Cannot save file as it has been modified since opening" : "با توجه به تغییرات رخ داده بر روی فایل از زمان باز شدن آن، امکان ذخیره‌سازی وجود ندارد.",
    "Insufficient permissions" : "دسترسی کافی نیست",
    "File path not supplied" : "مسیر فایل داده نشده است",
    "File mtime not supplied" : "mtime فایل داده نشده است"
},
"nplurals=1; plural=0;");