diff --git a/src/locales/ru-RU/users.ts b/src/locales/ru-RU/users.ts index bdb133cc..a9b9e144 100644 --- a/src/locales/ru-RU/users.ts +++ b/src/locales/ru-RU/users.ts @@ -40,9 +40,9 @@ export default { 'users.status.deactivate': 'Деактивировать аккаунт', 'users.status.inactiveAccount': 'Неактивный аккаунт', 'users.login.getInitialPassword': - 'Run the following command on your server to retrieve the initial admin password.' + 'Выполните следующую команду на вашем сервере, чтобы получить начальный пароль администратора.' }; // ========== To-Do: Translate Keys (Remove After Translation) ========== -// 1. 'users.login.getInitialPassword': 'Run the following command on your server to retrieve the initial admin password.' + // ========== End of To-Do List ==========