first commit
This commit is contained in:
16
lang/vendor/backpack/fa/backup.php
vendored
Normal file
16
lang/vendor/backpack/fa/backup.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../backupmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
71
lang/vendor/backpack/fa/base.php
vendored
Normal file
71
lang/vendor/backpack/fa/base.php
vendored
Normal file
@ -0,0 +1,71 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Backpack\Base Language Lines - Persian
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'registration_closed' => 'عضویت بسته شده است.',
|
||||
'no_email_column' => 'کاربران آدرس ایمیل مرتبط ندارند.',
|
||||
'first_page_you_see' => 'اولین صفحهای که بعد از ورود شما میبینید.',
|
||||
'login_status' => 'وضعیت ورود',
|
||||
'logged_in' => 'شما وارد شده اید!',
|
||||
'toggle_navigation' => 'تعویض ناوبری',
|
||||
'administration' => 'مدیریت',
|
||||
'user' => 'کاربر',
|
||||
'logout' => 'خروج',
|
||||
'login' => 'ورود',
|
||||
'register' => 'عضویت',
|
||||
'name' => 'نام',
|
||||
'email_address' => 'آدرس ایمیل',
|
||||
'password' => 'گذرواژه',
|
||||
'old_password' => 'گذرواژه قدیمی',
|
||||
'new_password' => 'گذرواژه جدید',
|
||||
'confirm_password' => 'تایید رمز',
|
||||
'remember_me' => 'مرا به خاطر بسپار',
|
||||
'forgot_your_password' => 'فراموشی گذرواژه؟',
|
||||
'reset_password' => 'بازنشانی گذرواژه',
|
||||
'send_reset_link' => 'ارسال لینک بازنشانی گذرواژه',
|
||||
'click_here_to_reset' => 'اینجا را برای بازنشانی گذرواژه کلیک کنید',
|
||||
'change_password' => 'تغییر گذرواژه',
|
||||
'unauthorized' => 'غیرمجاز.',
|
||||
'dashboard' => 'داشبورد',
|
||||
'handcrafted_by' => 'دستکاری شده توسط',
|
||||
'powered_by' => 'قدرت گرفته با',
|
||||
'my_account' => 'حساب کاربری من',
|
||||
'update_account_info' => 'بروزرسانی اطلاعات حساب کاربری',
|
||||
'save' => 'ذخیره',
|
||||
'cancel' => 'انصراف',
|
||||
'error' => 'خطا',
|
||||
'success' => 'موفق',
|
||||
'warning' => 'هشدار',
|
||||
'notice' => 'اطلاع',
|
||||
'old_password_incorrect' => 'گذرواژه قدیمی صحیح نیست.',
|
||||
'password_dont_match' => 'گذرواژههای ورود مطابقت ندارند.',
|
||||
'password_empty' => 'اطمینان حاصل کنید که هر دو قسمت گذرواژه پر شده اند.',
|
||||
'password_updated' => 'گذرواژه بروز شد.',
|
||||
'account_updated' => 'حساب کاربری با موفقیت بروز شد.',
|
||||
'unknown_error' => 'خطای ناشناخته اتفاق افتاد. لطفا مجدد تلاش کنید.',
|
||||
'error_saving' => 'خطا در حین ذخیره سازی، لطفا مجدد تلاش کنید.',
|
||||
'session_expired_error' => 'جلسه شما تمام شده است. لطفا دوباره وارد حساب کاربری خود شوید',
|
||||
'welcome' => 'خوش آمدید!',
|
||||
'use_sidebar' => 'برای ایجاد ، ویرایش یا حذف محتوا از نوار کناری در سمت چپ استفاده کنید.',
|
||||
|
||||
'password_reset' => [
|
||||
'greeting' => 'سلام!',
|
||||
'subject' => 'اعلان بازنشانی گذرواژه',
|
||||
'line_1' => 'شما این ایمیل را دریافت کردید زیرا ما درخواست بازنشانی گذرواژه را برای حساب کاربری شما دریافت کردیم.',
|
||||
'line_2' => 'دکمه زیر برای بازنشانی گذرواژه:',
|
||||
'button' => 'بازنشانی گذرواژه',
|
||||
'notice' => 'اگر درخواست بازنشانی گذرواژه را نکردید، هیچ اقدام دیگری لازم نیست.',
|
||||
],
|
||||
|
||||
'step' => 'مرحله',
|
||||
'confirm_email' => 'ایمیل تایید',
|
||||
'choose_new_password' => 'انتخاب گذرواژه جدید',
|
||||
'confirm_new_password' => 'تایید گذرواژه جدید',
|
||||
|
||||
];
|
147
lang/vendor/backpack/fa/crud.php
vendored
Normal file
147
lang/vendor/backpack/fa/crud.php
vendored
Normal file
@ -0,0 +1,147 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Backpack Crud Language Lines - Persian
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the CRUD interface.
|
||||
| You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
// Forms
|
||||
'save_action_save_and_new' => 'ذخیره و مورد جدید',
|
||||
'save_action_save_and_edit' => 'ذخیره و ویرایش این مورد',
|
||||
'save_action_save_and_back' => 'ذخیره و بازگشت',
|
||||
'save_action_changed_notification' => 'رفتار پیش فرض پس از ذخیره سازی تغییر کرده است.',
|
||||
|
||||
// Create form
|
||||
'add' => 'افزودن',
|
||||
'back_to_all' => 'بازگشت به همه ',
|
||||
'cancel' => 'انصراف',
|
||||
'add_a_new' => 'افزودن یک چیز جدید ',
|
||||
|
||||
// Edit form
|
||||
'edit' => 'ویرایش',
|
||||
'save' => 'ذخیره',
|
||||
|
||||
// Translatable models
|
||||
'edit_translations' => 'ترجمه',
|
||||
'language' => 'زبان',
|
||||
|
||||
// CRUD table view
|
||||
'all' => 'همه ',
|
||||
'in_the_database' => 'در پایگاه داده',
|
||||
'list' => 'لیست',
|
||||
'actions' => 'اقدامات',
|
||||
'preview' => 'پیشنمایش',
|
||||
'delete' => 'حذف',
|
||||
'admin' => 'مدیر',
|
||||
'details_row' => 'این ردیف جزئیات است. مطابق میل خود تغییر دهید.',
|
||||
'details_row_loading_error' => 'هنگام بارگذاری جزئیات خطایی روی داد. لطفا دوباره سعی کنید.',
|
||||
|
||||
// Confirmation messages and bubbles
|
||||
'delete_confirm' => 'آیا شما از حذف این مورد مطمين هستید؟',
|
||||
'delete_confirmation_title' => 'مورد حذف شد',
|
||||
'delete_confirmation_message' => 'مورد مورد نظر با موفقیت حذف شد.',
|
||||
'delete_confirmation_not_title' => 'حذف نشد',
|
||||
'delete_confirmation_not_message' => 'خطایی وجود داشت. مورد مورد نظر ممکن است حذف نشده باشد.',
|
||||
'delete_confirmation_not_deleted_title' => 'حذف نشد',
|
||||
'delete_confirmation_not_deleted_message' => 'هیچ اتفاقی نیفتاده مورد شما ایمن است.',
|
||||
|
||||
// Bulk actions
|
||||
'bulk_no_entries_selected_title' => 'هیچ ورودی انتخاب نشده است',
|
||||
'bulk_no_entries_selected_message' => 'لطفاً یک یا چند مورد را انتخاب کنید تا یک عمل انبوه بر روی آنها انجام شود.',
|
||||
|
||||
// Bulk confirmation
|
||||
'bulk_delete_are_you_sure' => 'آیا مطمئن هستید که می خواهید :number مورد را حذف کنید؟',
|
||||
'bulk_delete_sucess_title' => 'موارد حذف شد',
|
||||
'bulk_delete_sucess_message' => ' موارد حذف شدند',
|
||||
'bulk_delete_error_title' => 'حذف نشد',
|
||||
'bulk_delete_error_message' => 'یک یا چند مورد قابل حذف نیستند',
|
||||
|
||||
// Ajax errors
|
||||
'ajax_error_title' => 'خطا',
|
||||
'ajax_error_text' => 'خطا در بارگذاری صفحه. صفحه را تازه کنید. ',
|
||||
|
||||
// DataTables translation
|
||||
'emptyTable' => 'دادهای در جدول وجود ندارد',
|
||||
'info' => 'نمایش _START_ تا _END_ از _TOTAL_ مورد',
|
||||
'infoEmpty' => 'نمایش ۰ تا ۰ از ۰ مورد',
|
||||
'infoFiltered' => '(فیلتر شده از _MAX_ مورد)',
|
||||
'infoPostFix' => '.',
|
||||
'thousands' => '،',
|
||||
'lengthMenu' => '_MENU_ رکورد در صفحه',
|
||||
'loadingRecords' => 'درحال بارگذاری...',
|
||||
'processing' => 'درحال پردازش...',
|
||||
'search' => 'جستجو',
|
||||
'zeroRecords' => 'مورد مطابقت داده شده یافت نشد',
|
||||
'paginate' => [
|
||||
'first' => 'اولین',
|
||||
'last' => 'آخرین',
|
||||
'next' => 'بعدی',
|
||||
'previous' => 'قبلی',
|
||||
],
|
||||
'aria' => [
|
||||
'sortAscending' => ': برای مرتب سازی صعود ستون فعال کنید',
|
||||
'sortDescending' => ': برای مرتب سازی نزولی ستون فعال کنید',
|
||||
],
|
||||
'export' => [
|
||||
'export' => 'خروجی',
|
||||
'copy' => 'کپی',
|
||||
'excel' => 'Excel',
|
||||
'csv' => 'CSV',
|
||||
'pdf' => 'PDF',
|
||||
'print' => 'چاپ',
|
||||
'column_visibility' => 'ستونهای نمایان',
|
||||
],
|
||||
|
||||
// global crud - errors
|
||||
'unauthorized_access' => 'دسترسی غیرمجاز - شما مجوزهای لازم برای دیدن این صفحه را ندارید.',
|
||||
'please_fix' => 'لطفا این خطاها را برطرف کنید:',
|
||||
|
||||
// global crud - success / error notification bubbles
|
||||
'insert_success' => 'مورد مورد نظر با موفقیت اضافه شد.',
|
||||
'update_success' => 'مورد با موفقیت تغییر یافت.',
|
||||
|
||||
// CRUD reorder view
|
||||
'reorder' => 'ترتیب دوباره',
|
||||
'reorder_text' => 'Use drag&drop to reorder.',
|
||||
'reorder_success_title' => 'انجام شد',
|
||||
'reorder_success_message' => 'ترتیب شما ذخیره شد.',
|
||||
'reorder_error_title' => 'خطا',
|
||||
'reorder_error_message' => 'ترتیب شما ذخیره نشده است',
|
||||
|
||||
// CRUD yes/no
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
|
||||
// CRUD filters navbar view
|
||||
'filters' => 'فیلترها',
|
||||
'toggle_filters' => 'تغییر فیلترها',
|
||||
'remove_filters' => 'حذف فیلترها',
|
||||
|
||||
// Fields
|
||||
'browse_uploads' => 'مرور بارگذاریها',
|
||||
'select_all' => 'انتخاب همه',
|
||||
'select_files' => 'انتخاب پروندهها',
|
||||
'select_file' => 'انتخاب پرونده',
|
||||
'clear' => 'پاک کردن',
|
||||
'page_link' => 'پیوند به صفحه',
|
||||
'page_link_placeholder' => 'http://example.com/your-desired-page',
|
||||
'internal_link' => 'پیوند داخلی',
|
||||
'internal_link_placeholder' => 'Internal slug. Ex: \'admin/page\' (no quotes) for \':url\'',
|
||||
'external_link' => 'پیوند خارجی',
|
||||
'choose_file' => 'انتخاب پرونده',
|
||||
|
||||
//Table field
|
||||
'table_cant_add' => 'نمی توان :entity جدید اضافه کرد',
|
||||
'table_max_reached' => 'به حداکثر مقدار :max رسیده است',
|
||||
|
||||
// File manager
|
||||
'file_manager' => 'مدیریت پرونده',
|
||||
];
|
16
lang/vendor/backpack/fa/langfilemanager.php
vendored
Normal file
16
lang/vendor/backpack/fa/langfilemanager.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../langfilemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
16
lang/vendor/backpack/fa/logmanager.php
vendored
Normal file
16
lang/vendor/backpack/fa/logmanager.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../logmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
16
lang/vendor/backpack/fa/pagemanager.php
vendored
Normal file
16
lang/vendor/backpack/fa/pagemanager.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../pagemanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
16
lang/vendor/backpack/fa/permissionmanager.php
vendored
Normal file
16
lang/vendor/backpack/fa/permissionmanager.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../permissionmanager/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
16
lang/vendor/backpack/fa/settings.php
vendored
Normal file
16
lang/vendor/backpack/fa/settings.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// --------------------------------------------------------
|
||||
// This is only a pointer file, not an actual language file
|
||||
// --------------------------------------------------------
|
||||
//
|
||||
// If you've copied this file to your /resources/lang/vendor/backpack/
|
||||
// folder, please delete it, it's no use there. You need to copy/publish the
|
||||
// actual language file, from the package.
|
||||
|
||||
// If a langfile with the same name exists in the package, load that one
|
||||
if (file_exists(__DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__))) {
|
||||
return include __DIR__.'/../../../../../settings/src/resources/lang/'.basename(__DIR__).'/'.basename(__FILE__);
|
||||
}
|
||||
|
||||
return [];
|
Reference in New Issue
Block a user