Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add Farsi Languages. #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions translations/fa/filemanager.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
return [
'title' => 'مدیر فایل ها',
'upload' => 'بارگذاری',
'upload-message' => 'برای بارگذاری فایل را اینجا رها کنید',
'success-upload' => 'با موفقیت بارگذاری شد.',
'search' => 'جستجو',
'doc' => 'مستند',
'bulk-delete' => 'حذف دسته ای',
'preview' => 'پیش نمایش',
'name' => 'نام',
'size' => 'اندازه',
'type' => 'نوع',
'modified' => 'تاریخ ویرایش',
'created' => 'تاریخ ایجاد',
'dimension' => 'ابعاد',
'action' => 'اقدام',
'bulk-select' => 'انتخاب ها',
'showing-files' => 'نمایش :current از :total files',
'edit' => 'ویرایش',
'update' => 'بروز رسانی',
'convert' => 'تبدیل',
'format' => 'فرمت',
'choose_format' => 'انتخاب فرمت',
];