change login
This commit is contained in:
parent
f2a3c9ce49
commit
aebf7d0667
@ -118,6 +118,7 @@ $translations = [
|
||||
'settings' => 'Settings',
|
||||
'company_setting' => 'Company Setting',
|
||||
'integrations' => 'Integrations',
|
||||
'notification_templates' => 'Notification Templates',
|
||||
'locations' => 'Locations',
|
||||
'countries' => 'Countries',
|
||||
'cities' => 'Cities',
|
||||
@ -221,7 +222,19 @@ $translations = [
|
||||
'profile_updated' => 'Profile updated successfully.',
|
||||
'password_updated' => 'Password updated successfully.',
|
||||
'upload_failed' => 'File upload failed.',
|
||||
'invalid_image' => 'Invalid image format. Allowed: JPG, PNG, GIF, WEBP.'
|
||||
'invalid_image' => 'Invalid image format. Allowed: JPG, PNG, GIF, WEBP.',
|
||||
'login_title' => 'Login',
|
||||
'login_subtitle' => 'Access your account',
|
||||
'forgot_password' => 'Forgot Password?',
|
||||
'email_placeholder' => 'name@example.com',
|
||||
'password_placeholder' => 'Enter your password',
|
||||
'sign_in' => 'Sign In',
|
||||
'dont_have_account' => 'Don\'t have an account?',
|
||||
'register_now' => 'Register Now',
|
||||
'reset_password_title' => 'Reset Password',
|
||||
'reset_password_subtitle' => 'Enter your email to receive a reset link',
|
||||
'send_reset_link' => 'Send Reset Link',
|
||||
'back_to_login' => 'Back to Login'
|
||||
),
|
||||
"ar" => array (
|
||||
'app_name' => 'CargoLink',
|
||||
@ -328,6 +341,7 @@ $translations = [
|
||||
'settings' => 'الإعدادات',
|
||||
'company_setting' => 'إعدادات الشركة',
|
||||
'integrations' => 'التكاملات',
|
||||
'notification_templates' => 'قوالب الإشعارات',
|
||||
'locations' => 'المواقع',
|
||||
'countries' => 'البلدان',
|
||||
'cities' => 'المدن',
|
||||
@ -431,7 +445,19 @@ $translations = [
|
||||
'profile_updated' => 'تم تحديث الملف الشخصي بنجاح.',
|
||||
'password_updated' => 'تم تحديث كلمة المرور بنجاح.',
|
||||
'upload_failed' => 'فشل تحميل الملف.',
|
||||
'invalid_image' => 'تنسيق الصورة غير صالح. المسموح: JPG, PNG, GIF, WEBP.'
|
||||
'invalid_image' => 'تنسيق الصورة غير صالح. المسموح: JPG, PNG, GIF, WEBP.',
|
||||
'login_title' => 'تسجيل الدخول',
|
||||
'login_subtitle' => 'الدخول إلى حسابك',
|
||||
'forgot_password' => 'نسيت كلمة المرور؟',
|
||||
'email_placeholder' => 'name@example.com',
|
||||
'password_placeholder' => 'أدخل كلمة المرور',
|
||||
'sign_in' => 'تسجيل الدخول',
|
||||
'dont_have_account' => 'ليس لديك حساب؟',
|
||||
'register_now' => 'سجل الآن',
|
||||
'reset_password_title' => 'إعادة تعيين كلمة المرور',
|
||||
'reset_password_subtitle' => 'أدخل بريدك الإلكتروني لتلقي رابط إعادة التعيين',
|
||||
'send_reset_link' => 'إرسال رابط إعادة التعيين',
|
||||
'back_to_login' => 'العودة لتسجيل الدخول'
|
||||
)
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user