TempoLife › Features › Help translate TempoLife › ru
Russian — Русский
5 215 of 5 217 TempoLife strings are translated into Russian (100.0%). Browse the string list, see the English source next to the current text, and suggest a better one.
Shipping. Long strings are the usual problem: Russian runs longer than English and breaks tight buttons.
The string list
Every row is one string in the app. The English column is the source; the Russian column is what ships today, or missing when nothing does. Open a row to see it in the other languages and to suggest a change.
All strings Missing only
| Key | English | Russian |
|---|---|---|
setup.identity_heading | What should others call you? | Как вас будут видеть другие? |
setup.identity_privacy | Your real name stays private and is only shown to friends you accept. You can change your… | Настоящее имя остаётся скрытым и видно только принятым друзьям. Псевдоним можно изменить… |
setup.identity_sub | Choose the alias shown in Community, Bonus Points, and Challenges. | Выберите псевдоним для Сообщества, бонусных баллов и испытаний. |
setup.invalid_height | Enter valid height (100–250 cm) | Введите корректный рост (100–250 см) |
setup.invalid_weight | Enter valid weight (30–300 kg) | Введите корректный вес (30–300 кг) |
setup.light | Light | Лёгкий |
setup.light_sub | 1–2x per week | 1–2 раза в неделю |
setup.macros | Macronutrients | Макронутриенты |
setup.male | Male | Мужской |
setup.moderate | Moderate | Умеренный |
setup.moderate_sub | 3–5x per week | 3–5 раз в неделю |
setup.next | Next → | Далее → |
setup.other | Other | Другой |
setup.personal_info | Personal info | Личная информация |
setup.personal_sub | Your name and date of birth are needed for personalised meal planning and daily targets. | Ваше имя и дата рождения необходимы для персонального плана питания и дневных целей. |
setup.plan_heading | Your personal plan | Ваш личный план |
setup.plan_sub | Calculated using Mifflin-St Jeor formula. | Рассчитано по формуле Миффлина-Сан Жеора. |
setup.protein | Protein | Белки |
setup.redirecting | Redirecting to app... | Перенаправляю в приложение... |
setup.remind_activity | Activity reminder | Напоминание об активности |
setup.remind_meals | Meal reminder | Напоминание о еде |
setup.remind_sleep | Bedtime reminder | Напоминание о сне |
setup.remind_wakeup | Wakeup reminder | Будильник |
setup.save_failed | Saving failed | Ошибка сохранения |
setup.sedentary | Sedentary | Сидячий |
setup.sedentary_sub | Office work, little movement | Офис, мало движения |
setup.select_bday | Select date of birth | Выберите дату рождения |
setup.select_gender | Select gender | Выберите пол |
setup.select_public_name | Choose how other users should see your name | Выберите, под каким именем вас увидят другие пользователи |
setup.select_theme | Select a theme | Выберите тему |
setup.server_error | Server error | Ошибка сервера |
setup.show_password | Show password | Показать пароль |
setup.skip | Skip, I'll set up later | Пропустить, настрою позже |
setup.skip_confirm | You can set up your profile later. Continue? | Вы можете настроить профиль позже. Продолжить? |
setup.sleep_goal_lbl | Sleep goal (hours) | Цель сна (часы) |
setup.start | Start using → | Начать использование → |
setup.step_activity | Activity | Активность |
setup.step_body | Body | Тело |
setup.step_fitbit | Fitbit | Fitbit |
setup.step_goal | Goal | Цель |
setup.step_goal_lbl | Step goal | Цель шагов |
setup.step_habits | Habits | Привычки |
setup.step_identity | Display name | Имя |
setup.step_n_of | Step | Шаг |
setup.step_of_total | / 7 | / 7 |
setup.step_person | Person | Личные |
setup.step_plan | Plan | План |
setup.subtitle | Let's set up your personal health and nutrition plan | Настроим ваш личный план здоровья и питания |
setup.target_weight_hint | Optional — you can add it later | Необязательно — можно добавить позже |
setup.target_weight_lbl | Target weight (kg) | Целевой вес (кг) |
setup.target_weight_lbl_imp | Target weight (lb) | Целевой вес (lb) |
setup.tdee_label | TDEE (daily expenditure) | TDEE (суточный расход) |
setup.theme_sub | Choose the app look — you can change it later in Settings | Выберите оформление приложения — его можно изменить позже в настройках |
setup.title | Profile setup | Настройка профиля |
setup.very_active | Very active | Очень активный |
setup.very_active_sub | Athlete / physical work | Спортсмен / физическая работа |
setup.wakeup_lbl | Wakeup time | Время подъёма |
setup.water_goal_lbl | Water goal (glasses) | Цель воды (стаканы) |
setup.weight_kg | Weight (kg) | Вес (кг) |
setup.your_bmi | Your BMI | Ваш ИМТ (BMI) |
← Previous Page 77 of 87 Next →
What makes a good Russian string here
Keep the placeholders. Anything in curly braces is replaced with a real value before the string is shown. Drop {n} and the sentence loses its number; rename it and the replacement silently fails. They can move within the sentence, but they must all still be there and spelled exactly as in the English.
Watch the length. Most of these strings live in a fixed space: a tab label, a button, a stat tile under a big number. A translation half again as long as the English will be clipped or will push a layout apart on a small phone. When the natural translation is much longer, a shorter and slightly blunter phrasing is the right answer.
Use the app's own vocabulary consistently. The same concept should read the same way everywhere — one word for a logged meal, one for a fast, one for a streak. Consistency matters more than variety; a synonym used once reads as a different feature.
Do not translate health claims into advice. Several strings deliberately describe a number without telling anyone what to do about it. A translation that turns "your resting rate is above your baseline" into "see a doctor" changes what the app claims, which is not a translation decision.
How this list is built
The list is parsed from the app's own translation files at the moment you load the page, so it cannot drift from what ships. Strings the parser could not read in a single pass are left out entirely — 37 lines in the Russian files fell into that category — rather than being shown with a guessed value.
Source: TempoLife app translation files (assets/js/i18n*.js), parsed at page render · checked 2026-09-02