nextcloud/apps/files/l10n/fa.js

75 lines
5.8 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files",
{
"Unknown error" : "خطای نامشخص",
"Could not move %s - File with this name already exists" : "%s نمی توان جابجا کرد - در حال حاضر پرونده با این نام وجود دارد. ",
"Could not move %s" : "%s نمی تواند حرکت کند ",
"File name cannot be empty." : "نام پرونده نمی تواند خالی باشد.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "نام نامعتبر ، '\\', '/', '<', '>', ':', '\"', '|', '?' و '*' مجاز نمی باشند.",
"Unable to set upload directory." : "قادر به تنظیم پوشه آپلود نمی باشد.",
"Invalid Token" : "رمز نامعتبر",
"No file was uploaded. Unknown error" : "هیچ فایلی آپلود نشد.خطای ناشناس",
"There is no error, the file uploaded with success" : "هیچ خطایی نیست بارگذاری پرونده موفقیت آمیز بود",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "پرونده آپلود شده بیش ازدستور ماکزیمم_حجم فایل_برای آپلود در php.ini استفاده کرده است.",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حداکثر حجم قابل بار گذاری از طریق HTML MAX_FILE_SIZE است",
"The uploaded file was only partially uploaded" : "پرونده بارگذاری شده فقط تاحدودی بارگذاری شده",
"No file was uploaded" : "هیچ پروندهای بارگذاری نشده",
"Missing a temporary folder" : "یک پوشه موقت گم شده",
"Failed to write to disk" : "نوشتن بر روی دیسک سخت ناموفق بود",
"Not enough storage available" : "فضای کافی در دسترس نیست",
"Invalid directory." : "فهرست راهنما نامعتبر می باشد.",
"Files" : "پرونده‌ها",
2014-12-17 09:56:41 +03:00
"Favorites" : "موارد محبوب",
2014-12-19 09:56:51 +03:00
"Home" : "خانه",
"Upload cancelled." : "بار گذاری لغو شد",
"File upload is in progress. Leaving the page now will cancel the upload." : "آپلودکردن پرونده در حال پیشرفت است. در صورت خروج از صفحه آپلود لغو میگردد. ",
"{new_name} already exists" : "{نام _جدید} در حال حاضر وجود دارد.",
2014-12-14 09:54:56 +03:00
"Rename" : "تغییرنام",
"Delete" : "حذف",
"Unshare" : "لغو اشتراک",
2015-01-13 09:56:58 +03:00
"Download" : "دانلود",
"Pending" : "در انتظار",
"Error" : "خطا",
"Name" : "نام",
"Size" : "اندازه",
"Modified" : "تاریخ",
"_%n folder_::_%n folders_" : [""],
"_%n file_::_%n files_" : [""],
"_Uploading %n file_::_Uploading %n files_" : ["در حال بارگذاری %n فایل"],
"Your storage is full, files can not be updated or synced anymore!" : "فضای ذخیره ی شما کاملا پر است، بیش از این فایلها بهنگام یا همگام سازی نمی توانند بشوند!",
"Your storage is almost full ({usedSpacePercent}%)" : "فضای ذخیره ی شما تقریبا پر است ({usedSpacePercent}%)",
2015-01-12 09:55:52 +03:00
"_matches '{filter}'_::_match '{filter}'_" : [""],
2015-02-20 09:55:01 +03:00
"A new file or folder has been <strong>created</strong>" : "فایل یا پوشه ای <strong>ایجاد</strong> شد",
"A file or folder has been <strong>changed</strong>" : "فایل یا پوشه ای به <strong>تغییر</strong> یافت",
"A file or folder has been <strong>deleted</strong>" : "فایل یا پوشه ای به <strong>حذف</strong> شد",
"A file or folder has been <strong>restored</strong>" : "یک فایل یا پوشه <strong>بازگردانی شد</strong>",
"You created %1$s" : "شما %1$s را ایجاد کردید",
"%2$s created %1$s" : "%2$s مورد %1$s را ایجاد کرد",
"%1$s was created in a public folder" : "%1$s در پوشه ی عمومی ایجاد شد",
"You changed %1$s" : "شما %1$s را تغییر دادید",
"%2$s changed %1$s" : "%2$s مورد %1$s را تغییر داد",
"You deleted %1$s" : "شما %1$s را حذف کردید",
"%2$s deleted %1$s" : "%2$s مورد %1$s را حذف کرد",
"You restored %1$s" : "شما %1$s را بازگردانی کردید",
"%2$s restored %1$s" : "%2$s %1$s را بازگردانی کرد",
"%s could not be renamed" : "%s نمیتواند تغییر نام دهد.",
"File handling" : "اداره پرونده ها",
"Maximum upload size" : "حداکثر اندازه بارگزاری",
"max. possible: " : "حداکثرمقدارممکن:",
"Save" : "ذخیره",
2014-12-19 09:56:51 +03:00
"Settings" : "تنظیمات",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "از این آدرس استفاده کنید تا <a href=\"%s\" target=\"_blank\">بتوانید به فایل‌های خود توسط WebDAV دسترسی پیدا کنید</a>",
"New" : "جدید",
"Text file" : "فایل متنی",
"New folder" : "پوشه جدید",
"Folder" : "پوشه",
"From link" : "از پیوند",
2014-12-20 09:56:24 +03:00
"Upload" : "بارگزاری",
2014-12-19 09:56:51 +03:00
"Cancel upload" : "متوقف کردن بار گذاری",
"Upload too large" : "سایز فایل برای آپلود زیاد است(م.تنظیمات در php.ini)",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "فایلها بیش از حد تعیین شده در این سرور هستند\nمترجم:با تغییر فایل php,ini میتوان این محدودیت را برطرف کرد",
"Files are being scanned, please wait." : "پرونده ها در حال بازرسی هستند لطفا صبر کنید"
},
"nplurals=1; plural=0;");