diff --git a/src/locales/ru-RU/common.ts b/src/locales/ru-RU/common.ts index 64cdc330..8256d45d 100644 --- a/src/locales/ru-RU/common.ts +++ b/src/locales/ru-RU/common.ts @@ -243,14 +243,11 @@ export default { 'common.appearance.lightmode': 'Светлая тема', 'common.appearance.tips': 'По умолчанию соответствует системным настройкам.', 'common.button.forgotpassword': 'Забыли пароль?', - 'common.appearance.theme': 'Theme', - 'common.page.wentwrong': 'Something went wrong.', - 'common.page.refresh.tips': - 'Oops! Something went wrong. Try refreshing the page.' + 'common.appearance.theme': 'Тема', + 'common.page.wentwrong': 'Что-то пошло не так.', + 'common.page.refresh.tips': 'Упс! Что-то пошло не так. Попробуйте обновить страницу.' }; // ========== To-Do: Translate Keys (Remove After Translation) ========== -// 1. 'common.appearance.theme': 'Theme', -// 2. 'common.page.wentwrong': 'Something went wrong.', -// 3. 'common.page.refresh.tips':'Oops! Something went wrong. Try refreshing the page.' + // ========== End of To-Do List ==========