From aebf7d0667ee0bcba0031c01c7d8bf7b498c8daf Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Fri, 13 Mar 2026 18:15:50 +0000 Subject: [PATCH] change login --- includes/app.php | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/includes/app.php b/includes/app.php index 7afd31b..27343fc 100644 --- a/includes/app.php +++ b/includes/app.php @@ -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' => 'العودة لتسجيل الدخول' ) ];