diff options
Diffstat (limited to 'apps/files/l10n/fa.js')
-rw-r--r-- | apps/files/l10n/fa.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/fa.js b/apps/files/l10n/fa.js index ecf31bacdc4..13087186570 100644 --- a/apps/files/l10n/fa.js +++ b/apps/files/l10n/fa.js @@ -178,8 +178,8 @@ OC.L10N.register( "This operation is forbidden" : "این عملیات غیرمجاز است", "This directory is unavailable, please check the logs or contact the administrator" : "پوشه در دسترس نیست، لطفا لاگها را بررسی کنید یا به مدیر سیستم اطلاع دهید", "Storage is temporarily not available" : "ذخیره سازی به طور موقت در دسترس نیست", - "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} پوشه","{folderCount} پوشه"], - "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} پرونده","{fileCount} پرونده"], + "_%n file_::_%n files_" : ["%n فایل","%n فایل"], + "_%n folder_::_%n folders_" : ["%n پوشه","%n پوشه"], "No favorites yet" : "هنوز مورد دلخواه وجود ندارد", "Files and folders you mark as favorite will show up here" : "فایلها و پوشههای انتخاب شده به عنوان برگزیده توسط شما، در اینجا نمایش داده میشود", "All files" : "تمامی فایلها", @@ -239,8 +239,6 @@ OC.L10N.register( "Error deleting file \"{fileName}\"." : "خطای حذف پروندهٔ \"{fileName}\".", "No search results in other folders for {tag}{filter}{endtag}" : "جستجو در پوشه های دیگر برای {tag}{filter}{endtag} یافت نشد", "Enter more than two characters to search in other folders" : "برای جستجو در پوشه های دیگر بیش از دو کاراکتر وارد کنید", - "_%n folder_::_%n folders_" : ["%n پوشه","%n پوشه"], - "_%n file_::_%n files_" : ["%n فایل","%n فایل"], "{dirs} and {files}" : "{dirs} و {files}", "_including %n hidden_::_including %n hidden_" : ["از جمله %nپنهان","از جمله %nپنهان"], "You do not have permission to upload or create files here" : "شما اجازه آپلود یا ایجاد فایل در اینجا را ندارید", @@ -274,6 +272,8 @@ OC.L10N.register( "Open the files app settings" : "تنظیمات برنامه فایل ها را باز کنید", "Unable to change the favourite state of the file" : "امکان تغییر حالت دلخواه فایل وجود ندارد", "Create new templates folder" : "پوشه قالب های جدید ایجاد کنید", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} پوشه","{folderCount} پوشه"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} پرونده","{fileCount} پرونده"], "List of favorites files and folders." : "لیست فایل ها و پوشه های مورد علاقه", "Text file" : "فایل متنی", "New text file.txt" : "پروندهٔ متنی جدید با پسوند txt" |