From 8e3b39f79f7fc666bed634bc462299b2e8103e9f Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 26 Dec 2018 18:06:51 +0300 Subject: [PATCH 01/38] New translations lang.php (Belarusian) --- lang/be/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/be/lang.php diff --git a/lang/be/lang.php b/lang/be/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/be/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 177cb677ff3210f0148ec5bb919497d9d0c43b94 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 26 Dec 2018 18:23:34 +0300 Subject: [PATCH 02/38] New translations lang.php (French) --- lang/fr/lang.php | 122 +++++++++++++++++++++++++---------------------- 1 file changed, 65 insertions(+), 57 deletions(-) diff --git a/lang/fr/lang.php b/lang/fr/lang.php index a4a3bc6..9b79a79 100644 --- a/lang/fr/lang.php +++ b/lang/fr/lang.php @@ -1,87 +1,95 @@ [ - 'name' => 'Copains', - 'description' => 'Connexion et inscription des utilisateurs', + 'name' => 'Buddies', + 'description' => 'Users login/registration', ], 'field' => [ - 'name' => 'Prénom', - 'last_name' => 'Nom de famille', - 'middle_name' => 'Deuxième nom', - 'password_confirm' => 'Confirmez le mot de passe', - 'password_change' => 'Changer le mot de passe', - 'registration_mail_template' => 'Modèle de e-mail pour l\'inscription', - 'restore_password_mail_template' => 'Restaurer le modèle de e-mail pour le mot de passe', + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', ], 'menu' => [ - 'main' => 'Utilisateurs', - 'user' => 'Utilisateurs', - 'property' => 'Propriétés supplémentaires', + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', ], 'user' => [ - 'name' => 'utilisateur', - 'list_title' => 'Liste des utilisations', + 'name' => 'user', + 'list_title' => 'User list', ], 'property' => [ - 'name' => 'propriété', - 'list_title' => 'Liste des propriétés', + 'name' => 'property', + 'list_title' => 'Property list', ], 'tab' => [ - 'data' => 'Données', - 'permissions' => 'Gérer les utilisateurs', + 'data' => 'Data', + 'permissions' => 'Manage users', ], 'component' => [ - 'registration' => 'Inscription', + 'registration' => 'Registration', 'registration_desc' => '', - 'login' => 'Connexion', + + 'login' => 'Login', 'login_desc' => '', - 'socialite_login' => 'Connexion Socialite', + 'socialite_login' => 'Socialite login', 'socialite_login_desc' => '', - 'logout' => 'Déconnexion', + 'logout' => 'Logout', 'logout_desc' => '', - 'user_page' => 'Page utilisateur', + + 'user_page' => 'User page', 'user_page_desc' => '', - 'user_data' => 'Données d\'utilisateur', + 'user_data' => 'User data', 'user_data_desc' => '', - 'activation_page' => 'Page d\'activation de l\'utilisateur', + + 'activation_page' => 'User activation page', 'activation_page_desc' => '', - 'reset_password' => 'Réinitialiser le mot de passe', + + 'reset_password' => 'Reset password', 'reset_password_desc' => '', - 'change_password' => 'Changer le mot de passe', + + 'change_password' => 'Change password', 'change_password_desc' => '', - 'restore_password' => 'Restaurer le mot de passe', - 'restore_password_desc' => '', - 'property_force_login' => 'L\'utilisateur sera autorisé après l\'enregistrement', - 'property_activation' => 'Activation de l\'utilisateur', - 'property_activation_on' => 'ON', - 'property_activation_off' => 'OFF', - 'property_activation_mail' => 'Envoyer un email d\'activation', - 'property_check_old_password' => 'Vérifier l\'ancien mot de passe', - 'property_socialite_code' => 'Code Socialite', - 'property_login_page' => 'Rediriger vers la page de connexion si l\'utilisateur n\'est pas autorisé', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', ], 'message' => [ - 'e_user_create' => 'Erreur lors de la création de l\'utilisateur', - 'e_user_banned' => 'L\'utilisateur ":user" est banni', - 'e_user_suspended' => 'L\'utilisateur ":user" est temporairement bloqué.', - 'e_login_not_correct' => 'Vous avez entré un email ou un mot de passe incorrect.', - 'e_user_not_active' => 'L\'utilisateur n\'est pas activé.', - 'e_auth_fail' => 'Vous êtes déjà autorisé.', - 'e_user_not_found' => 'Utilisateur ":user" non trouvé', - 'e_check_old_password' => 'Ancien mot de passe mal saisi.', - 'email_is_busy' => 'Email :email est occupé', - 'email_is_available' => 'Email :email est disponible', - 'registration_success' => 'Vous avez enregistré avec succès', - 'user_update_success' => 'Vos données ont été sauvegardées avec succès', - 'password_change_success' => 'Le mot de passe a été changé avec succès.', - 'login_success' => 'Vous avez été autorisé avec succès.', - 'restore_mail_send_success' => 'Email envoyé pour la récupération du mot de passe.', + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', ], 'mail' => [ - 'restore' => 'Restauration du mot de passe', - 'registration' => 'Inscription', + 'restore' => 'Restore password', + 'registration' => 'Registration', ], 'permission' => [ - 'user' => 'Gérer les utilisateurs', - 'property' => 'Gérer les propriétés supplémentaires', + 'user' => 'Manage users', + 'property' => 'Manage addition properties', ], -]; +]; \ No newline at end of file From 706310773a7fcc69b931e776ff14dc0d91ce179b Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 26 Dec 2018 18:23:35 +0300 Subject: [PATCH 03/38] New translations lang.php (German) --- lang/de/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/de/lang.php diff --git a/lang/de/lang.php b/lang/de/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/de/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 634e5b3f8a7e06d1d5735db4f8f6b76a85c57dc5 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 26 Dec 2018 18:23:36 +0300 Subject: [PATCH 04/38] New translations lang.php (Japanese) --- lang/ja/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/ja/lang.php diff --git a/lang/ja/lang.php b/lang/ja/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/ja/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 60650c9c85dfd625b3cc056e4a459426afe95599 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 26 Dec 2018 18:23:37 +0300 Subject: [PATCH 05/38] New translations lang.php (Kazakh) --- lang/kk/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/kk/lang.php diff --git a/lang/kk/lang.php b/lang/kk/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/kk/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From ce878eb35e5ddc9fe5e7d2186f767f1bc9c3e883 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 26 Dec 2018 18:23:38 +0300 Subject: [PATCH 06/38] New translations lang.php (Kyrgyz) --- lang/ky/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/ky/lang.php diff --git a/lang/ky/lang.php b/lang/ky/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/ky/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 6d1ea518ad93b428abf2747f80403f15f8ec5071 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 26 Dec 2018 18:23:39 +0300 Subject: [PATCH 07/38] New translations lang.php (Persian) --- lang/fa/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/fa/lang.php diff --git a/lang/fa/lang.php b/lang/fa/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/fa/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From e082cb527ae630393d8dce5e90aae640e369da96 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 26 Dec 2018 18:23:41 +0300 Subject: [PATCH 08/38] New translations lang.php (Russian) --- lang/ru/lang.php | 149 ++++++++++++++++++++++++----------------------- 1 file changed, 75 insertions(+), 74 deletions(-) diff --git a/lang/ru/lang.php b/lang/ru/lang.php index 4c2cf07..9b79a79 100644 --- a/lang/ru/lang.php +++ b/lang/ru/lang.php @@ -1,94 +1,95 @@ [ - 'name' => 'Buddies', - 'description' => 'Авторизация/регистрация пользователей', + 'plugin' => [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', ], - 'field' => [ - 'name' => 'Имя', - 'last_name' => 'Фамилия', - 'middle_name' => 'Отчество', - 'password_confirm' => 'Повторить пароль', - 'password_change' => 'Изменить пароль', - 'registration_mail_template' => 'Шаблон письма подтверждения регистрации', - 'restore_password_mail_template' => 'Шаблон письма восстановления пароля', + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', ], - 'menu' => [ - 'main' => 'Пользователи', - 'user' => 'Пользователи', - 'property' => 'Дополнительные свойства', + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', ], - 'user' => [ - 'name' => 'пользователя', - 'list_title' => 'Список пользователей', + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', ], - 'property' => [ - 'name' => 'свойства', - 'list_title' => 'Список свойств', + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', ], - 'tab' => [ - 'data' => 'Данные', - 'permissions' => 'Управление пользователями', + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', ], - 'component' => [ - 'registration' => 'Регистрация', - 'registration_desc' => '', + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', - 'login' => 'Авторизация', - 'login_desc' => '', - 'socialite_login' => 'Авторизация через соц. сети', - 'socialite_login_desc' => '', - 'logout' => 'logout', - 'logout_desc' => '', + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', - 'user_page' => 'Страница пользователя', - 'user_page_desc' => 'Страница личного кабинета пользователя', - 'user_data' => 'Данные пользователя', - 'user_data_desc' => 'Данные авторизованного пользователя', + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', - 'activation_page' => 'Активация пользователя', - 'activation_page_desc' => 'Страница активации пользователя', + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', - 'reset_password' => 'Сброс пароля', - 'reset_password_desc' => '', + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', - 'change_password' => 'Изменение пароля', - 'change_password_desc' => '', + 'change_password' => 'Change password', + 'change_password_desc' => '', - 'restore_password' => 'Восстановление пароля', - 'restore_password_desc' => '', + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', - 'property_force_login' => 'Автоматическая авторизация', - 'property_activation' => 'Активация пользователя', - 'property_activation_on' => 'Включена', - 'property_activation_off' => 'Выключена', - 'property_activation_mail' => 'Отправить письмо подтвеждения email адреса', - 'property_check_old_password' => 'Проверять действующий пароль на совпадение', - 'property_socialite_code' => 'Socialite code', - 'property_login_page' => 'Перенаправление пользователя на страницу логина, если он не авторизован', + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', ], - 'message' => [ - 'e_user_create' => 'Ошибка при создании пользователя', - 'e_user_banned' => 'Пользователь ":user" заблокирован', - 'e_user_suspended' => 'Пользователь ":user" временно заблокирован', - 'e_login_not_correct' => 'Некорректно введен email или пароль', - 'e_user_not_active' => 'Пользователь деактивирован', - 'e_auth_fail' => 'Вы уже авторизованы', - 'e_user_not_found' => 'Пользователь ":user" не найден', - 'e_check_old_password' => 'Старый пароль введен не верно', - 'email_is_busy' => 'Email :email уже занят', - 'email_is_available' => 'Email :email доступен', - 'registration_success' => 'Вы успешно зарегестировались', - 'password_change_success' => 'Пароль успешно изменен', - 'login_success' => 'Вы успешно авторизовались', - 'restore_mail_send_success' => 'Письмо для восстановления пароля отправлено', - 'user_update_success' => 'Профиль пользователя успещно обновлен', + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', ], - 'mail' => [ - 'restore' => 'Восстановление пароля', - 'registration' => 'Регистрация', + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', ], 'permission' => [ - 'user' => 'Управление пользователями', - 'property' => 'Управление свойствами полозователей', + 'user' => 'Manage users', + 'property' => 'Manage addition properties', ], ]; \ No newline at end of file From d5e90a2d3307932956b7a0fa226b41e935647490 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 26 Dec 2018 18:23:42 +0300 Subject: [PATCH 09/38] New translations lang.php (Slovak) --- lang/sk/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/sk/lang.php diff --git a/lang/sk/lang.php b/lang/sk/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/sk/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 19f68d0283995131d5984d410ed010e97768fa87 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 26 Dec 2018 18:23:43 +0300 Subject: [PATCH 10/38] New translations lang.php (Ukrainian) --- lang/uk/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/uk/lang.php diff --git a/lang/uk/lang.php b/lang/uk/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/uk/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From fabb90235f0fcc5d19465d26cf02f2715231c04c Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Fri, 11 Jan 2019 11:04:48 +0300 Subject: [PATCH 11/38] New translations lang.php (Arabic) --- lang/ar/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/ar/lang.php diff --git a/lang/ar/lang.php b/lang/ar/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/ar/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 3765e70fbf73dcf2e0286aded031d5d137296341 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Fri, 11 Jan 2019 11:04:49 +0300 Subject: [PATCH 12/38] New translations lang.php (Korean) --- lang/ko/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/ko/lang.php diff --git a/lang/ko/lang.php b/lang/ko/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/ko/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From ae1929d8525080f64f5c9a70b92463b74dc5b76e Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Fri, 11 Jan 2019 11:04:51 +0300 Subject: [PATCH 13/38] New translations lang.php (Turkish) --- lang/tr/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/tr/lang.php diff --git a/lang/tr/lang.php b/lang/tr/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/tr/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From a8005e52a194279d5d97085dc26c2e8ee833674d Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Fri, 11 Jan 2019 11:04:52 +0300 Subject: [PATCH 14/38] New translations lang.php (Swedish) --- lang/sv/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/sv/lang.php diff --git a/lang/sv/lang.php b/lang/sv/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/sv/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From d67031acdc5ea88e814b6745b47010eaa76adfaf Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Fri, 11 Jan 2019 11:04:53 +0300 Subject: [PATCH 15/38] New translations lang.php (Spanish, Argentina) --- lang/es/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/es/lang.php diff --git a/lang/es/lang.php b/lang/es/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/es/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 0bab1dc40a41dfb69c61a79855dea025d4c314f3 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 23 Jan 2019 12:58:59 +0300 Subject: [PATCH 16/38] New translations lang.php (Bulgarian) --- lang/bg/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/bg/lang.php diff --git a/lang/bg/lang.php b/lang/bg/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/bg/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 97fcfb59d051320922e35473d2bd7bece41b18ac Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 23 Jan 2019 12:59:01 +0300 Subject: [PATCH 17/38] New translations lang.php (Indonesian) --- lang/id/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/id/lang.php diff --git a/lang/id/lang.php b/lang/id/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/id/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From f08240ef41c381bcef3f57dfc2ddfb7f3373db7d Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 23 Jan 2019 12:59:02 +0300 Subject: [PATCH 18/38] New translations lang.php (Romanian) --- lang/ro/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/ro/lang.php diff --git a/lang/ro/lang.php b/lang/ro/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/ro/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From aa424b36e32387442d3c09faf09f9adfa1e74ca5 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Wed, 23 Jan 2019 12:59:04 +0300 Subject: [PATCH 19/38] New translations lang.php (Portuguese, Brazilian) --- lang/pt/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/pt/lang.php diff --git a/lang/pt/lang.php b/lang/pt/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/pt/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 05c71e9d7676f9a6e1025196f3a62b5f92bc1e96 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 13:34:53 +0300 Subject: [PATCH 20/38] New translations lang.php (Catalan) --- lang/ca/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/ca/lang.php diff --git a/lang/ca/lang.php b/lang/ca/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/ca/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From d6f19a89a3ba78c06c75f3d7b45e9d3a3d44cf4b Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 13:34:54 +0300 Subject: [PATCH 21/38] New translations lang.php (Chinese Simplified) --- lang/zh/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/zh/lang.php diff --git a/lang/zh/lang.php b/lang/zh/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/zh/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 77e6edc7313eb784b1a21cde3c3b9fff1792ee31 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:17 +0300 Subject: [PATCH 22/38] New translations lang.php (Czech) --- lang/cs/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/cs/lang.php diff --git a/lang/cs/lang.php b/lang/cs/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/cs/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 6d7e9e4959755cb35d63b28e72bff431872d3865 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:19 +0300 Subject: [PATCH 23/38] New translations lang.php (Danish) --- lang/da/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/da/lang.php diff --git a/lang/da/lang.php b/lang/da/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/da/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From df310c379b32bcfcdca2de8d33cc988a7f5698ac Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:20 +0300 Subject: [PATCH 24/38] New translations lang.php (Dutch) --- lang/nl/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/nl/lang.php diff --git a/lang/nl/lang.php b/lang/nl/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/nl/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 86921c3e6cdbd9cd851da84c2a6f5e80f85fd426 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:21 +0300 Subject: [PATCH 25/38] New translations lang.php (Estonian) --- lang/et/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/et/lang.php diff --git a/lang/et/lang.php b/lang/et/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/et/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 98640124691ea9220b1c2c761b646b9338381ed2 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:22 +0300 Subject: [PATCH 26/38] New translations lang.php (Finnish) --- lang/fi/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/fi/lang.php diff --git a/lang/fi/lang.php b/lang/fi/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/fi/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 37518e30082117b38d0ec125ec3ee7441ddf120e Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:24 +0300 Subject: [PATCH 27/38] New translations lang.php (Greek) --- lang/el/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/el/lang.php diff --git a/lang/el/lang.php b/lang/el/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/el/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 854b6c9a23f9b1aa7df4b515bb3e94038878aec8 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:25 +0300 Subject: [PATCH 28/38] New translations lang.php (Hungarian) --- lang/hu/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/hu/lang.php diff --git a/lang/hu/lang.php b/lang/hu/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/hu/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 61a45c1798cd4ca344d615a4ae1c35e7d9becd7d Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:27 +0300 Subject: [PATCH 29/38] New translations lang.php (Italian) --- lang/it/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/it/lang.php diff --git a/lang/it/lang.php b/lang/it/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/it/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 49f85437f4708f61a7e562a3447c7f9408219d9b Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:28 +0300 Subject: [PATCH 30/38] New translations lang.php (Latvian) --- lang/lv/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/lv/lang.php diff --git a/lang/lv/lang.php b/lang/lv/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/lv/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From a89681edcf46af02d8e68ba5db81176a0f080f68 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:29 +0300 Subject: [PATCH 31/38] New translations lang.php (Lithuanian) --- lang/lt/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/lt/lang.php diff --git a/lang/lt/lang.php b/lang/lt/lang.php new file mode 100644 index 0000000..18ebfd6 --- /dev/null +++ b/lang/lt/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Draugai', + 'description' => 'Vartotojų prisijungimas/registracija', + ], + 'field' => [ + 'name' => 'Vardas', + 'last_name' => 'Pavardė', + 'middle_name' => 'Vidurinis vardas', + 'password_confirm' => 'Patvirtinkite slaptažodį', + 'password_change' => 'Keisti slaptažodį', + 'registration_mail_template' => 'Registracijos pašto šablonas', + 'restore_password_mail_template' => 'Atkurti slaptažodžio pašto šabloną', + ], + 'menu' => [ + 'main' => 'Vartotojai', + 'user' => 'Vartotojai', + 'property' => 'Papildomi parametrai', + ], + 'user' => [ + 'name' => 'Vartotojas', + 'list_title' => 'Vartotojų sąrašas', + ], + 'property' => [ + 'name' => 'Parametrai', + 'list_title' => 'Parametrų sąrašas', + ], + 'tab' => [ + 'data' => 'Duomenys', + 'permissions' => 'Vartotojų tvarkymas', + ], + 'component' => [ + 'registration' => 'Registracija', + 'registration_desc' => '', + + 'login' => 'Prisijungti', + 'login_desc' => '', + 'socialite_login' => 'Socialite prisijungimas', + 'socialite_login_desc' => '', + 'logout' => 'Atsijungti', + 'logout_desc' => '', + + 'user_page' => 'Vartotojo paskyra', + 'user_page_desc' => '', + 'user_data' => 'Vartotojo duomenys', + 'user_data_desc' => '', + + 'activation_page' => 'Vartotojo aktyvavimo puslapis', + 'activation_page_desc' => '', + + 'reset_password' => 'Atstatyti slaptažodį', + 'reset_password_desc' => '', + + 'change_password' => 'Keisti slaptažodį', + 'change_password_desc' => '', + + 'restore_password' => 'Atstatyti slaptažodį', + 'restore_password_desc' => '', + + + 'property_force_login' => 'Vartotojas bus prijungtas po registracijos', + 'property_activation' => 'Vartotojo aktyvavimas', + 'property_activation_on' => 'ĮJUNGTA', + 'property_activation_off' => 'Išjungta', + 'property_activation_mail' => 'Siųsti patvirtinimo el. laišką', + 'property_check_old_password' => 'Tikrinti senąjį slaptažodį', + 'property_socialite_code' => 'Socialite kodas', + 'property_login_page' => 'Nukreipti į prisijungimo puslapį jei vartotojas nėra prisijungęs', + ], + 'message' => [ + 'e_user_create' => 'Klaida sukuriant vartotoją', + 'e_user_banned' => 'Vartotojas ":user" yra užblokuotas', + 'e_user_suspended' => 'Vartotojas ":user" yra laikinai užblokuotas.', + 'e_login_not_correct' => 'Įvedėte neteisingus prisijungimo duomenis.', + 'e_user_not_active' => 'Vartotojas yra neaktyvuotas.', + 'e_auth_fail' => 'Esate jau prisijungę.', + 'e_user_not_found' => 'Vartotojas ":user" nerastas', + 'e_check_old_password' => 'Senas slaptažodis įvestas neteisingai.', + 'email_is_busy' => 'El.paštas :email jau yra naudojamas', + 'email_is_available' => 'El.paštas :email yra galimas', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 385bdaac9a835a5ddf3efba0810932a9e1f75487 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:31 +0300 Subject: [PATCH 32/38] New translations lang.php (Norwegian Bokmal) --- lang/nb/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/nb/lang.php diff --git a/lang/nb/lang.php b/lang/nb/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/nb/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 708a8704a05b2d0de7c47ed3c26ac627a6dec2f6 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:32 +0300 Subject: [PATCH 33/38] New translations lang.php (Polish) --- lang/pl/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/pl/lang.php diff --git a/lang/pl/lang.php b/lang/pl/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/pl/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From 2fa8767b9e79e1c39455e1dffe077cf0759452de Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 15:59:33 +0300 Subject: [PATCH 34/38] New translations lang.php (Vietnamese) --- lang/vi/lang.php | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 lang/vi/lang.php diff --git a/lang/vi/lang.php b/lang/vi/lang.php new file mode 100644 index 0000000..9b79a79 --- /dev/null +++ b/lang/vi/lang.php @@ -0,0 +1,95 @@ + [ + 'name' => 'Buddies', + 'description' => 'Users login/registration', + ], + 'field' => [ + 'name' => 'Name', + 'last_name' => 'Last name', + 'middle_name' => 'Middle name', + 'password_confirm' => 'Confirm password', + 'password_change' => 'Change password', + 'registration_mail_template' => 'Registration mail template', + 'restore_password_mail_template' => 'Restore password mail template', + ], + 'menu' => [ + 'main' => 'Users', + 'user' => 'Users', + 'property' => 'Addition properties', + ], + 'user' => [ + 'name' => 'user', + 'list_title' => 'User list', + ], + 'property' => [ + 'name' => 'property', + 'list_title' => 'Property list', + ], + 'tab' => [ + 'data' => 'Data', + 'permissions' => 'Manage users', + ], + 'component' => [ + 'registration' => 'Registration', + 'registration_desc' => '', + + 'login' => 'Login', + 'login_desc' => '', + 'socialite_login' => 'Socialite login', + 'socialite_login_desc' => '', + 'logout' => 'Logout', + 'logout_desc' => '', + + 'user_page' => 'User page', + 'user_page_desc' => '', + 'user_data' => 'User data', + 'user_data_desc' => '', + + 'activation_page' => 'User activation page', + 'activation_page_desc' => '', + + 'reset_password' => 'Reset password', + 'reset_password_desc' => '', + + 'change_password' => 'Change password', + 'change_password_desc' => '', + + 'restore_password' => 'Restore password', + 'restore_password_desc' => '', + + + 'property_force_login' => 'User will be authorized after registration', + 'property_activation' => 'User activation', + 'property_activation_on' => 'ON', + 'property_activation_off' => 'OFF', + 'property_activation_mail' => 'Send activation email', + 'property_check_old_password' => 'Check old password', + 'property_socialite_code' => 'Socialite code', + 'property_login_page' => 'Redirect to login page if user is not authorized', + ], + 'message' => [ + 'e_user_create' => 'Error creating user', + 'e_user_banned' => 'User ":user" is banned', + 'e_user_suspended' => 'User ":user" is temporarily blocked.', + 'e_login_not_correct' => 'You entered incorrect email or password.', + 'e_user_not_active' => 'User is not activated.', + 'e_auth_fail' => 'You are already authorized.', + 'e_user_not_found' => 'User ":user" not found', + 'e_check_old_password' => 'Old password entered incorrectly.', + 'email_is_busy' => 'Email :email is busy', + 'email_is_available' => 'Email :email is available', + 'registration_success' => 'You have successfully registered', + 'user_update_success' => 'Your data was successfully saved', + 'password_change_success' => 'Password was successfully changed.', + 'login_success' => 'You have been successfully authorized.', + 'restore_mail_send_success' => 'Sent email for password recovery.', + ], + 'mail' => [ + 'restore' => 'Restore password', + 'registration' => 'Registration', + ], + 'permission' => [ + 'user' => 'Manage users', + 'property' => 'Manage addition properties', + ], +]; \ No newline at end of file From bc75c5a26c48751fc1cd77d2b313609f7bc817e6 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Tue, 26 Feb 2019 16:13:06 +0300 Subject: [PATCH 35/38] New translations lang.php (Lithuanian) --- lang/lt/lang.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/lt/lang.php b/lang/lt/lang.php index 18ebfd6..0e98127 100644 --- a/lang/lt/lang.php +++ b/lang/lt/lang.php @@ -78,10 +78,10 @@ 'e_check_old_password' => 'Senas slaptažodis įvestas neteisingai.', 'email_is_busy' => 'El.paštas :email jau yra naudojamas', 'email_is_available' => 'El.paštas :email yra galimas', - 'registration_success' => 'You have successfully registered', - 'user_update_success' => 'Your data was successfully saved', - 'password_change_success' => 'Password was successfully changed.', - 'login_success' => 'You have been successfully authorized.', + 'registration_success' => 'Sėkmingai prisiregistravote', + 'user_update_success' => 'Jūsų duomenys sėkmingai išsaugoti', + 'password_change_success' => 'Slaptažodis sėkmingai pakeistas.', + 'login_success' => 'Sėkmingai prisijungėte.', 'restore_mail_send_success' => 'Sent email for password recovery.', ], 'mail' => [ From 5cdc5a56d87c6f852721761ff044a3b166b15c0b Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Thu, 30 Jan 2020 10:35:04 +0200 Subject: [PATCH 36/38] New translations lang.php (Latvian) --- lang/lv/lang.php | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/lang/lv/lang.php b/lang/lv/lang.php index 9b79a79..3359078 100644 --- a/lang/lv/lang.php +++ b/lang/lv/lang.php @@ -1,25 +1,25 @@ [ - 'name' => 'Buddies', + 'name' => 'Lietotāji', 'description' => 'Users login/registration', ], 'field' => [ - 'name' => 'Name', - 'last_name' => 'Last name', + 'name' => 'Vārds', + 'last_name' => 'Uzvārds', 'middle_name' => 'Middle name', - 'password_confirm' => 'Confirm password', - 'password_change' => 'Change password', + 'password_confirm' => 'Parole vēlreiz', + 'password_change' => 'Mainīt paroli', 'registration_mail_template' => 'Registration mail template', 'restore_password_mail_template' => 'Restore password mail template', ], 'menu' => [ - 'main' => 'Users', - 'user' => 'Users', + 'main' => 'Lietotāji', + 'user' => 'Lietotāji', 'property' => 'Addition properties', ], 'user' => [ - 'name' => 'user', - 'list_title' => 'User list', + 'name' => 'lietotājs', + 'list_title' => 'Lietotāju saraksts', ], 'property' => [ 'name' => 'property', @@ -27,13 +27,13 @@ ], 'tab' => [ 'data' => 'Data', - 'permissions' => 'Manage users', + 'permissions' => 'Labot lietotājus', ], 'component' => [ - 'registration' => 'Registration', + 'registration' => 'Reģistrācija', 'registration_desc' => '', - 'login' => 'Login', + 'login' => 'Autorizācija', 'login_desc' => '', 'socialite_login' => 'Socialite login', 'socialite_login_desc' => '', @@ -59,8 +59,8 @@ 'property_force_login' => 'User will be authorized after registration', - 'property_activation' => 'User activation', - 'property_activation_on' => 'ON', + 'property_activation' => 'Lietotāju automātiska aktivācija', + 'property_activation_on' => 'Ieslēgta', 'property_activation_off' => 'OFF', 'property_activation_mail' => 'Send activation email', 'property_check_old_password' => 'Check old password', @@ -76,12 +76,12 @@ 'e_auth_fail' => 'You are already authorized.', 'e_user_not_found' => 'User ":user" not found', 'e_check_old_password' => 'Old password entered incorrectly.', - 'email_is_busy' => 'Email :email is busy', - 'email_is_available' => 'Email :email is available', - 'registration_success' => 'You have successfully registered', - 'user_update_success' => 'Your data was successfully saved', - 'password_change_success' => 'Password was successfully changed.', - 'login_success' => 'You have been successfully authorized.', + 'email_is_busy' => 'Ar e-patu :email kāds jau ir reģistrējies, mēģiniet autorizēties', + 'email_is_available' => 'E-pasts :email nav pieejams', + 'registration_success' => 'Reģistrācija pabeigta veiksmīgi', + 'user_update_success' => 'Sniegtā informāciaj tika veiksmīgi saglabāta', + 'password_change_success' => 'Parole tika veiksmīgi nomainīta.', + 'login_success' => 'Autorizācija noteika veiksmīgi.', 'restore_mail_send_success' => 'Sent email for password recovery.', ], 'mail' => [ From 410616c491daa1e8de1c0e2532f4d236f054c643 Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Thu, 30 Jan 2020 10:44:47 +0200 Subject: [PATCH 37/38] New translations lang.php (Latvian) --- lang/lv/lang.php | 56 ++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/lang/lv/lang.php b/lang/lv/lang.php index 3359078..0553def 100644 --- a/lang/lv/lang.php +++ b/lang/lv/lang.php @@ -1,7 +1,7 @@ [ 'name' => 'Lietotāji', - 'description' => 'Users login/registration', + 'description' => 'Lietotāju autorizācija/reģistrācija', ], 'field' => [ 'name' => 'Vārds', @@ -15,18 +15,18 @@ 'menu' => [ 'main' => 'Lietotāji', 'user' => 'Lietotāji', - 'property' => 'Addition properties', + 'property' => 'Papildus rekvizīti', ], 'user' => [ 'name' => 'lietotājs', 'list_title' => 'Lietotāju saraksts', ], 'property' => [ - 'name' => 'property', - 'list_title' => 'Property list', + 'name' => 'rekvizīts', + 'list_title' => 'Rekvizītu saraksts', ], 'tab' => [ - 'data' => 'Data', + 'data' => 'Dati', 'permissions' => 'Labot lietotājus', ], 'component' => [ @@ -35,46 +35,46 @@ 'login' => 'Autorizācija', 'login_desc' => '', - 'socialite_login' => 'Socialite login', + 'socialite_login' => 'Autorizācija ar kādu no socijālajiem tīkiem', 'socialite_login_desc' => '', - 'logout' => 'Logout', + 'logout' => 'Iziet', 'logout_desc' => '', - 'user_page' => 'User page', + 'user_page' => 'Lietotāja lapa', 'user_page_desc' => '', - 'user_data' => 'User data', + 'user_data' => 'Lietotāja dati', 'user_data_desc' => '', - 'activation_page' => 'User activation page', + 'activation_page' => 'Lietotāju aktivizācijas lapa', 'activation_page_desc' => '', - 'reset_password' => 'Reset password', + 'reset_password' => 'Atiestatīt paroli', 'reset_password_desc' => '', - 'change_password' => 'Change password', + 'change_password' => 'Mainīt paroli', 'change_password_desc' => '', - 'restore_password' => 'Restore password', + 'restore_password' => 'Atjaunot paroli', 'restore_password_desc' => '', 'property_force_login' => 'User will be authorized after registration', 'property_activation' => 'Lietotāju automātiska aktivācija', - 'property_activation_on' => 'Ieslēgta', - 'property_activation_off' => 'OFF', - 'property_activation_mail' => 'Send activation email', + 'property_activation_on' => 'Ieslēgta/Jā', + 'property_activation_off' => 'Izslēgta/Nē', + 'property_activation_mail' => 'Nosūtīt lietotajam konta aktivisācijas e-pastu', 'property_check_old_password' => 'Check old password', 'property_socialite_code' => 'Socialite code', - 'property_login_page' => 'Redirect to login page if user is not authorized', + 'property_login_page' => 'Pāradresēt lietotāju uz autorizācijas lapu, ja viņš nav autorizējies', ], 'message' => [ - 'e_user_create' => 'Error creating user', - 'e_user_banned' => 'User ":user" is banned', - 'e_user_suspended' => 'User ":user" is temporarily blocked.', - 'e_login_not_correct' => 'You entered incorrect email or password.', - 'e_user_not_active' => 'User is not activated.', - 'e_auth_fail' => 'You are already authorized.', - 'e_user_not_found' => 'User ":user" not found', + 'e_user_create' => 'Notikusi kļūda izveidojot lietotāju', + 'e_user_banned' => 'Lietotājam ": user" pieeja ir liegta', + 'e_user_suspended' => 'Lietotājs ":user" ir īslaicīgi bloķēts.', + 'e_login_not_correct' => 'Jūs ievadījāt nepareizu e-pastu vai paroli.', + 'e_user_not_active' => 'Jūsu lietotājs nav aktivizēts.', + 'e_auth_fail' => 'Jūs jau esat reģistrējies.', + 'e_user_not_found' => 'Lietotājs ":user" netika atrasts', 'e_check_old_password' => 'Old password entered incorrectly.', 'email_is_busy' => 'Ar e-patu :email kāds jau ir reģistrējies, mēģiniet autorizēties', 'email_is_available' => 'E-pasts :email nav pieejams', @@ -85,11 +85,11 @@ 'restore_mail_send_success' => 'Sent email for password recovery.', ], 'mail' => [ - 'restore' => 'Restore password', - 'registration' => 'Registration', + 'restore' => 'Paroles atiestatīšana', + 'registration' => 'Reģistrācija', ], 'permission' => [ - 'user' => 'Manage users', - 'property' => 'Manage addition properties', + 'user' => 'Labot lietotāju', + 'property' => 'Pārvaldīt papildus rekvizītus', ], ]; \ No newline at end of file From cf716d9996be144751de7a2c604a067d0bdb467e Mon Sep 17 00:00:00 2001 From: Pavel Lovtsevich Date: Thu, 30 Jan 2020 10:55:06 +0200 Subject: [PATCH 38/38] New translations lang.php (Latvian) --- lang/lv/lang.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/lv/lang.php b/lang/lv/lang.php index 0553def..87a94c3 100644 --- a/lang/lv/lang.php +++ b/lang/lv/lang.php @@ -1,16 +1,16 @@ [ - 'name' => 'Lietotāji', + 'name' => 'Draudziņi', 'description' => 'Lietotāju autorizācija/reģistrācija', ], 'field' => [ 'name' => 'Vārds', 'last_name' => 'Uzvārds', - 'middle_name' => 'Middle name', + 'middle_name' => 'Otrais vārds', 'password_confirm' => 'Parole vēlreiz', 'password_change' => 'Mainīt paroli', - 'registration_mail_template' => 'Registration mail template', - 'restore_password_mail_template' => 'Restore password mail template', + 'registration_mail_template' => 'Reģistrācijas e-pasta šablons', + 'restore_password_mail_template' => 'Paroles atjaunošanas e-pasta šablons', ], 'menu' => [ 'main' => 'Lietotāji', @@ -58,13 +58,13 @@ 'restore_password_desc' => '', - 'property_force_login' => 'User will be authorized after registration', + 'property_force_login' => 'Lietotājs tiks automātisi autorizēts pēc reģistrācijas', 'property_activation' => 'Lietotāju automātiska aktivācija', 'property_activation_on' => 'Ieslēgta/Jā', 'property_activation_off' => 'Izslēgta/Nē', 'property_activation_mail' => 'Nosūtīt lietotajam konta aktivisācijas e-pastu', - 'property_check_old_password' => 'Check old password', - 'property_socialite_code' => 'Socialite code', + 'property_check_old_password' => 'Pārbaudiet veco paroli', + 'property_socialite_code' => 'Socialite kods', 'property_login_page' => 'Pāradresēt lietotāju uz autorizācijas lapu, ja viņš nav autorizējies', ], 'message' => [ @@ -75,14 +75,14 @@ 'e_user_not_active' => 'Jūsu lietotājs nav aktivizēts.', 'e_auth_fail' => 'Jūs jau esat reģistrējies.', 'e_user_not_found' => 'Lietotājs ":user" netika atrasts', - 'e_check_old_password' => 'Old password entered incorrectly.', + 'e_check_old_password' => 'Vecā paraole ievadīta nepareizi.', 'email_is_busy' => 'Ar e-patu :email kāds jau ir reģistrējies, mēģiniet autorizēties', 'email_is_available' => 'E-pasts :email nav pieejams', 'registration_success' => 'Reģistrācija pabeigta veiksmīgi', 'user_update_success' => 'Sniegtā informāciaj tika veiksmīgi saglabāta', 'password_change_success' => 'Parole tika veiksmīgi nomainīta.', 'login_success' => 'Autorizācija noteika veiksmīgi.', - 'restore_mail_send_success' => 'Sent email for password recovery.', + 'restore_mail_send_success' => 'Jums tika nosūtīts e-pats ar saiti, lai atjaunotu paroli.', ], 'mail' => [ 'restore' => 'Paroles atiestatīšana',