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 |
|---|---|---|
preview.orientation_portrait | Portrait | Портрет |
preview.reset | Reset | Сбросить |
preview.rotate | Rotate | Повернуть |
preview.scale | Zoom | Масштаб |
preview.screenshot | Take screenshot | Сделать снимок |
preview.screenshot_saved | ✅ Screenshot saved | ✅ Снимок сохранён |
preview.signal | Signal | Сигнал |
preview.status_bar_time | 9:41 | 9:41 |
preview.subtitle | See how the app looks on a real device | Посмотрите, как выглядит приложение на реальном устройстве |
preview.theme_switch_hint | 💡 Try the app with different themes | 💡 Попробуйте приложение с разными темами |
preview.title | Phone preview | Предпросмотр телефона |
prof.act_active | Active | Активный |
prof.act_light | Light | Лёгкий |
prof.act_moderate | Moderate | Умеренный |
prof.act_sedentary | Sedentary | Сидячий |
prof.act_very_active | Very active | Очень активный |
prof.activity_level | Activity level | Уровень активности |
prof.admin | 👑 Admin | 👑 Админ |
prof.admin_panel | Admin panel | Панель админа |
prof.admin_sub | User management | Управление пользователями |
prof.age | Age | Возраст |
prof.allergies_ph | Allergies: e.g. nuts, lactose… | Аллергии: например орехи, лактоза… |
prof.avatar_updated | Avatar updated | Аватар обновлён |
prof.birthday | Birthday | Дата рождения |
prof.blood_type | Blood type | Группа крови |
prof.bmi | BMI | ИМТ |
prof.bmi_normal | Normal | Норма |
prof.bmi_obese | Obese | Ожирение |
prof.bmi_overweight | Overweight | Избыточный |
prof.bmi_underweight | Underweight | Недостаточный |
prof.cancel | Cancel | Отмена |
prof.change | Change | Изменить |
prof.change_photo | Change photo | Изменить фото |
prof.choose_avatar | Choose avatar | Выбрать аватар |
prof.daily_cal_goal | Daily calorie goal | Дневная норма калорий |
prof.daily_target | Daily calorie target | Дневная норма калорий |
prof.dark_mode | Dark mode | Тёмная тема |
prof.dark_sub | Night mode | Ночной режим |
prof.delete_photo | Delete photo | Удалить фото |
prof.edit | Edit profile | Изменить профиль |
prof.edit_title | ✏️ Edit profile | ✏️ Изменить профиль |
prof.fast_plan_none | No plan | Без плана |
prof.fasting_section | ⏱ Fasting | ⏱ Голодание |
prof.female | ♀ Female | ♀ Женщина |
prof.female_short | Female | Жен |
prof.gender | Gender | Пол |
prof.generate_plan | ✨ Generate meal plan | ✨ Сгенерировать план питания |
prof.goal_gain | Moderate mass gain | Умеренный набор массы |
prof.goal_gain_slow | Slow muscle gain | Медленный набор массы |
prof.goal_gain_slow_sub | +250 kcal/day · lean mass | +250 ккал/день · чистая масса |
prof.goal_gain_sub | +500 kcal/day · fast gain | +500 ккал/день · быстрый набор |
prof.goal_label | Goal | Цель |
prof.goal_lose | Moderate weight loss | Умеренное похудение |
prof.goal_lose_fast | Rapid weight loss | Быстрое похудение |
prof.goal_lose_fast_sub | −750 kcal/day · ~0.7 kg/week | −750 ккал/день · ~0.7 кг/неделю |
prof.goal_lose_slow | Slow weight loss | Медленное похудение |
prof.goal_lose_slow_sub | −250 kcal/day · ~0.25 kg/week | −250 ккал/день · ~0.25 кг/неделю |
prof.goal_lose_sub | −500 kcal/day · ~0.5 kg/week | −500 ккал/день · ~0.5 кг/неделю |
prof.goal_maintain | Maintain weight | Поддержание веса |
prof.goal_maintain_label | ⚖️ Maintain weight | ⚖️ Поддерживать вес |
← Previous Page 69 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