-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply styleci fixs to code style (#1244)
- Loading branch information
Showing
65 changed files
with
904 additions
and
904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<?php | ||
|
||
return [ | ||
'full_name' => 'الاسم الثلاثي', | ||
'email' => 'البريد الإلكتروني', | ||
'password' => 'كلمة السر', | ||
'retype_password' => 'أعد إدخال كلمة السر', | ||
'remember_me' => 'ذكرني', | ||
'register' => 'تسجيل جديد', | ||
'register_a_new_membership' => 'تسجيل عضوية جديدة', | ||
'i_forgot_my_password' => 'نسيت كلمة السر؟', | ||
'full_name' => 'الاسم الثلاثي', | ||
'email' => 'البريد الإلكتروني', | ||
'password' => 'كلمة السر', | ||
'retype_password' => 'أعد إدخال كلمة السر', | ||
'remember_me' => 'ذكرني', | ||
'register' => 'تسجيل جديد', | ||
'register_a_new_membership' => 'تسجيل عضوية جديدة', | ||
'i_forgot_my_password' => 'نسيت كلمة السر؟', | ||
'i_already_have_a_membership' => 'هذا الحساب لديه عضوية سابقة', | ||
'sign_in' => 'تسجيل الدخول', | ||
'log_out' => 'تسجيل خروج', | ||
'toggle_navigation' => 'القائمة الجانبية', | ||
'login_message' => 'يجب تسجيل الدخول', | ||
'register_message' => 'تم تسجيل العضوية الجديدة ', | ||
'password_reset_message' => 'تم إعادة تعيين كلمة المرور', | ||
'reset_password' => 'إعادة تعيين كلمة السر', | ||
'send_password_reset_link' => 'إرسال رابط إعادة تعيين كلمة السر', | ||
'sign_in' => 'تسجيل الدخول', | ||
'log_out' => 'تسجيل خروج', | ||
'toggle_navigation' => 'القائمة الجانبية', | ||
'login_message' => 'يجب تسجيل الدخول', | ||
'register_message' => 'تم تسجيل العضوية الجديدة ', | ||
'password_reset_message' => 'تم إعادة تعيين كلمة المرور', | ||
'reset_password' => 'إعادة تعيين كلمة السر', | ||
'send_password_reset_link' => 'إرسال رابط إعادة تعيين كلمة السر', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<?php | ||
|
||
return [ | ||
'full_name' => 'Nom complet', | ||
'email' => 'Email', | ||
'password' => 'Contrasenya', | ||
'retype_password' => 'Confirmar la contrasenya', | ||
'remember_me' => 'Recordar-me', | ||
'register' => 'Registrar-se', | ||
'register_a_new_membership' => 'Crear un nou compte', | ||
'i_forgot_my_password' => 'He oblidat la meva contrasenya', | ||
'full_name' => 'Nom complet', | ||
'email' => 'Email', | ||
'password' => 'Contrasenya', | ||
'retype_password' => 'Confirmar la contrasenya', | ||
'remember_me' => 'Recordar-me', | ||
'register' => 'Registrar-se', | ||
'register_a_new_membership' => 'Crear un nou compte', | ||
'i_forgot_my_password' => 'He oblidat la meva contrasenya', | ||
'i_already_have_a_membership' => 'Ja tinc un compte', | ||
'sign_in' => 'Accedir', | ||
'log_out' => 'Sortir', | ||
'toggle_navigation' => 'Commutar la navegació', | ||
'login_message' => 'Autenticar-se per a iniciar sessió', | ||
'register_message' => 'Crear un nou compte', | ||
'password_reset_message' => 'Restablir la contrasenya', | ||
'reset_password' => 'Restablir la contrasenya', | ||
'send_password_reset_link' => 'Enviar enllaç de restabliment de contrasenya', | ||
'sign_in' => 'Accedir', | ||
'log_out' => 'Sortir', | ||
'toggle_navigation' => 'Commutar la navegació', | ||
'login_message' => 'Autenticar-se per a iniciar sessió', | ||
'register_message' => 'Crear un nou compte', | ||
'password_reset_message' => 'Restablir la contrasenya', | ||
'reset_password' => 'Restablir la contrasenya', | ||
'send_password_reset_link' => 'Enviar enllaç de restabliment de contrasenya', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.