mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Laravel 7.x Shift (#3011)
* Apply Laravel coding style * Shift bindings * Shift core files * Shift to Throwable * Add laravel/ui dependency * Shift Eloquent methods * Shift config files * Shift Laravel dependencies * Shift cleanup * Shift test config and references * Applied styleci changes * Applied fixes post shift to laravel 7 Co-authored-by: Shift <shift@laravelshift.com>
This commit is contained in:
@ -38,7 +38,6 @@ return [
|
||||
'registration_email_domain_invalid' => 'دامنه پست الکترونیک به این برنامه دسترسی ندارد',
|
||||
'register_success' => 'از ثبت نام شما سپاسگزاریم! شما اکنون ثبت نام کرده و وارد سیستم شده اید.',
|
||||
|
||||
|
||||
// Password Reset
|
||||
'reset_password' => 'بازنشانی کلمه عبور',
|
||||
'reset_password_send_instructions' => 'پست الکترونیک خود را در کادر زیر وارد نموده تا یک پیام حاوی لینک بازنشانی کلمه عبور دریافت نمایید.',
|
||||
@ -49,7 +48,6 @@ return [
|
||||
'email_reset_text' => 'شما این پیام را به علت درخواست بازنشانی کلمه عبور دریافت می نمایید.',
|
||||
'email_reset_not_requested' => 'در صورتی که درخواست بازنشانی کلمه عبور از سمت شما نمی باشد، نیاز به انجام هیچ فعالیتی ندارید.',
|
||||
|
||||
|
||||
// Email Confirmation
|
||||
'email_confirm_subject' => 'پست الکترونیک خود را در:appName تایید نمایید',
|
||||
'email_confirm_greeting' => 'برای پیوستن به :appName متشکریم!',
|
||||
@ -109,4 +107,4 @@ return [
|
||||
'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
|
||||
'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
|
||||
'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
|
||||
];
|
||||
];
|
||||
|
@ -20,7 +20,7 @@ return [
|
||||
'role' => 'نقش',
|
||||
'cover_image' => 'تصویر روی جلد',
|
||||
'cover_image_description' => 'سایز تصویر باید 440x250 باشد.',
|
||||
|
||||
|
||||
// Actions
|
||||
'actions' => 'عملیات',
|
||||
'view' => 'نمایش',
|
||||
|
@ -321,5 +321,5 @@ return [
|
||||
'revision_delete_confirm' => 'Are you sure you want to delete this revision?',
|
||||
'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.',
|
||||
'revision_delete_success' => 'Revision deleted',
|
||||
'revision_cannot_delete_latest' => 'Cannot delete the latest revision.'
|
||||
'revision_cannot_delete_latest' => 'Cannot delete the latest revision.',
|
||||
];
|
||||
|
@ -7,7 +7,7 @@
|
||||
return [
|
||||
|
||||
'password' => 'گذرواژه باید حداقل هشت حرف و با تایید مطابقت داشته باشد.',
|
||||
'user' => "ما کاربری با این نشانی ایمیل نداریم.",
|
||||
'user' => 'ما کاربری با این نشانی ایمیل نداریم.',
|
||||
'token' => 'مشخصهی بازگردانی رمز عبور معتبر نیست.',
|
||||
'sent' => 'لینک بازگردانی رمز عبور به ایمیل شما ارسال شد!',
|
||||
'reset' => 'رمز عبور شما بازگردانی شد!',
|
||||
|
@ -72,7 +72,7 @@ return [
|
||||
// Maintenance settings
|
||||
'maint' => 'Maintenance',
|
||||
'maint_image_cleanup' => 'Cleanup Images',
|
||||
'maint_image_cleanup_desc' => "Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.",
|
||||
'maint_image_cleanup_desc' => 'Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.',
|
||||
'maint_delete_images_only_in_revisions' => 'Also delete images that only exist in old page revisions',
|
||||
'maint_image_cleanup_run' => 'Run Cleanup',
|
||||
'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?',
|
||||
@ -273,6 +273,6 @@ return [
|
||||
'vi' => 'Tiếng Việt',
|
||||
'zh_CN' => '简体中文',
|
||||
'zh_TW' => '繁體中文',
|
||||
]
|
||||
],
|
||||
//!////////////////////////////////
|
||||
];
|
||||
|
Reference in New Issue
Block a user