diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files/l10n/fa.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files/l10n/fa.js')
-rw-r--r-- | apps/files/l10n/fa.js | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/apps/files/l10n/fa.js b/apps/files/l10n/fa.js new file mode 100644 index 00000000000..1e403418ab1 --- /dev/null +++ b/apps/files/l10n/fa.js @@ -0,0 +1,58 @@ +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" : "پروندهها", + "Upload cancelled." : "بار گذاری لغو شد", + "File upload is in progress. Leaving the page now will cancel the upload." : "آپلودکردن پرونده در حال پیشرفت است. در صورت خروج از صفحه آپلود لغو میگردد. ", + "{new_name} already exists" : "{نام _جدید} در حال حاضر وجود دارد.", + "Share" : "اشتراکگذاری", + "Delete" : "حذف", + "Unshare" : "لغو اشتراک", + "Delete permanently" : "حذف قطعی", + "Rename" : "تغییرنام", + "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}%)", + "%s could not be renamed" : "%s نمیتواند تغییر نام دهد.", + "File handling" : "اداره پرونده ها", + "Maximum upload size" : "حداکثر اندازه بارگزاری", + "max. possible: " : "حداکثرمقدارممکن:", + "Save" : "ذخیره", + "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" : "از پیوند", + "Nothing in here. Upload something!" : "اینجا هیچ چیز نیست.", + "Download" : "دانلود", + "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;"); |