russian translation

This commit is contained in:
2025-11-02 23:03:26 +05:00
parent 3916f7f8ea
commit 8c1b128df2
7 changed files with 1058 additions and 48 deletions

View File

@@ -1,52 +1,52 @@
<?php
return [
'title' => 'Edit Profile',
'profile_information' => 'Profile Information',
'profile_information_description' => 'Update your account profile information and email address.',
'name' => 'Name',
'email' => 'Email',
'avatar' => 'Photo',
'password' => 'Password',
'locale' => 'Language',
'theme_color' => 'Theme Color',
'update_password' => 'Update Password',
'current_password' => 'Current Password',
'new_password' => 'New Password',
'confirm_password' => 'Confirm Password',
'ensure_your_password' => 'Ensure your account is using long, random password to stay secure.',
'delete_account' => 'Delete Account',
'delete_account_description' => 'Permanently delete your account.',
'yes_delete_it' => 'Yes, delete it!',
'are_you_sure' => 'Are you sure you would like to delete your account? This cannot be undone!',
'incorrect_password' => 'The password you entered was incorrect. Please try again.',
'user_load_error' => 'The authenticated user object must be an Eloquent model to allow the profile page to update it.',
'delete_account_card_description' => 'Once your account is deleted, all of your resources and data will be permanently erased. Before deleting your account, please download any data or information you wish to keep.',
'saved_successfully' => 'Your profile information has been saved successfully.',
'custom_fields' => 'Custom Fields',
'custom_fields_description' => 'Update your custom fields.',
'save' => 'Save',
'token_name' => 'Token name',
'token_abilities' => 'Abilities',
'token_created_at' => 'Created at',
'token_expires_at' => 'Expires at',
'token_section_title' => 'API Tokens',
'token_section_description' => 'Manage API tokens that allow third-party services to access this application on your behalf.',
'token_action_label' => 'Create Token',
'token_modal_heading' => 'Create',
'token_create_notification' => 'Token created successfully!',
'token_helper_text' => 'Your token is only shown once upon creation. If you lose your token, you will need to delete it and create a new one.',
'token_modal_heading_2' => 'Copy Personal Access Token',
'token_empty_state_heading' => 'Create your first token',
'token_empty_state_description' => 'Create a personal access token to get started.',
'mfa_section_title' => 'Multi-Factor Authentication',
'mfa_section_description' => 'Manage your multi factor authentication settings.',
'browser_section_title' => 'Browser Sessions',
'browser_section_description' => 'Manage and log out your active sessions on other browsers and devices.',
'browser_sessions_content' => 'If necessary, you may log out of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.',
'browser_sessions_device' => 'This device',
'browser_sessions_last_active' => 'Last active',
'browser_sessions_log_out' => 'Log Out Other Browser Sessions',
'browser_sessions_confirm_pass' => 'Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.',
'browser_sessions_logout_success_notification' => 'All other browser sessions have been logged out successfully.',
'title' => 'Редактировать профиль',
'profile_information' => 'Информация профиля',
'profile_information_description' => 'Обновите информацию профиля вашей учетной записи и адрес электронной почты.',
'name' => 'Имя',
'email' => 'Электронная почта',
'avatar' => 'Фото',
'password' => 'Пароль',
'locale' => 'Язык',
'theme_color' => 'Цвет темы',
'update_password' => 'Обновить пароль',
'current_password' => 'Текущий пароль',
'new_password' => 'Новый пароль',
'confirm_password' => 'Подтвердите пароль',
'ensure_your_password' => 'Убедитесь, что ваша учетная запись использует длинный, случайный пароль, чтобы оставаться в безопасности.',
'delete_account' => 'Удалить аккаунт',
'delete_account_description' => 'Навсегда удалить вашу учетную запись.',
'yes_delete_it' => 'Да, удалить!',
'are_you_sure' => 'Вы уверены, что хотите удалить свою учетную запись? Это действие необратимо!',
'incorrect_password' => 'Введенный вами пароль неверен. Пожалуйста, попробуйте еще раз.',
'user_load_error' => 'Объект аутентифицированного пользователя должен быть моделью Eloquent, чтобы страница профиля могла его обновить.',
'delete_account_card_description' => 'После удаления вашей учетной записи все ее ресурсы и данные будут удалены навсегда. Перед удалением учетной записи, пожалуйста, загрузите любые данные или информацию, которые вы хотите сохранить.',
'saved_successfully' => 'Информация вашего профиля была успешно сохранена.',
'custom_fields' => 'Пользовательские поля',
'custom_fields_description' => 'Обновите ваши пользовательские поля.',
'save' => 'Сохранить',
'token_name' => 'Имя токена',
'token_abilities' => 'Возможности',
'token_created_at' => 'Создан',
'token_expires_at' => 'Истекает',
'token_section_title' => 'API Токены',
'token_section_description' => 'Управляйте API токенами, которые позволяют сторонним сервисам получать доступ к этому приложению от вашего имени.',
'token_action_label' => 'Создать токен',
'token_modal_heading' => 'Создать',
'token_create_notification' => 'Токен успешно создан!',
'token_helper_text' => 'Ваш токен показывается только один раз при создании. Если вы потеряете свой токен, вам нужно будет удалить его и создать новый.',
'token_modal_heading_2' => 'Скопировать персональный токен доступа',
'token_empty_state_heading' => 'Создайте свой первый токен',
'token_empty_state_description' => 'Создайте персональный токен доступа, чтобы начать.',
'mfa_section_title' => 'Многофакторная аутентификация',
'mfa_section_description' => 'Управляйте настройками многофакторной аутентификации.',
'browser_section_title' => 'Сессии браузера',
'browser_section_description' => 'Управляйте и выходите из своих активных сессий в других браузерах и на других устройствах.',
'browser_sessions_content' => 'При необходимости вы можете выйти из всех других сессий браузера на всех ваших устройствах. Некоторые из ваших последних сессий перечислены ниже; однако, этот список может быть неполным. Если вы считаете, что ваша учетная запись была взломана, вам также следует обновить пароль.',
'browser_sessions_device' => 'Это устройство',
'browser_sessions_last_active' => 'Последняя активность',
'browser_sessions_log_out' => 'Выйти из других сессий браузера',
'browser_sessions_confirm_pass' => 'Пожалуйста, введите свой пароль, чтобы подтвердить, что вы хотите выйти из других сессий браузера на всех ваших устройствах.',
'browser_sessions_logout_success_notification' => 'Выход из всех других сессий браузера выполнен успешно.',
];