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 |
|---|---|---|
set.units_imperial | Imperial (lb · ft/in) | Имперские (lb · ft/in) |
set.units_metric | Metric (kg · cm) | Метрические (кг · см) |
set.units_title | Units | Единицы измерения |
set.version | Version | Версия |
set.wakeup_reminder | Wake-up reminder | Напоминание о подъёме |
set.wakeup_reminder_sub | Time to wake up | Время просыпаться |
set.wakeup_time | Wake-up time | Время подъёма |
set.water_goal | Water goal | Цель воды |
set.water_goal_sub | Glasses per day (250ml) | Стаканов в день (250мл) |
set.weight_reminder | Weigh-in reminder | Напоминание о весе |
set.weight_reminder_sub | Morning weigh-in | Утреннее взвешивание |
set.weight_time | Weigh-in time | Время взвешивания |
setup.active | Active | Активный |
setup.active_sub | 6–7x per week | 6–7 раз в неделю |
setup.activity_heading | Activity level | Уровень активности |
setup.activity_sub | How often do you exercise? This affects your daily calorie expenditure. | Как часто вы тренируетесь? Это влияет на суточный расход калорий. |
setup.alias_label | Your public alias | Ваш публичный псевдоним |
setup.alias_length | Your public name must be 2–40 characters | Публичное имя должно содержать от 2 до 40 символов |
setup.alias_placeholder | e.g. HealthWanderer | например, ЗдоровыйСтранник |
setup.back | ← Back | ← Назад |
setup.bday_day | Day | День |
setup.bday_month | Month | Месяц |
setup.bday_year | Year | Год |
setup.bedtime_lbl | Bedtime | Время отхода ко сну |
setup.birthday | Date of birth | Дата рождения |
setup.bmr_label | BMR (basal metabolic rate) | BMR (базовый обмен) |
setup.body_heading | Body measurements | Параметры тела |
setup.body_sub | Needed to calculate basal metabolic rate (BMR). | Необходимы для расчёта основного обмена (BMR). |
setup.calc_plan | Calculate plan → | Рассчитать план → |
setup.carbs | Carbohydrates | Углеводы |
setup.change | ← Change | ← Изменить |
setup.daily_cal | Your daily calorie target | Ваша суточная норма калорий |
setup.edit | Edit | Изменить |
setup.enable_reminders | Enable reminders | Включить напоминания |
setup.enter_alias | Enter an alias of at least 2 characters | Введите псевдоним длиной не менее 2 символов |
setup.enter_name | Enter your name | Введите ваше имя |
setup.fat | Fat | Жиры |
setup.female | Female | Женский |
setup.full_name | First and last name | Имя и фамилия |
setup.gender | Gender | Пол |
setup.gender_heading | Gender | Пол |
setup.gender_sub | We need it to calculate your basal metabolic rate. | Нужен для расчёта базового обмена веществ. |
setup.generate_again | ↻ New | ↻ Новый |
setup.generated_label | Your generated alias | Созданный псевдоним |
setup.goal_heading | Goal | Цель |
setup.goal_sub | What is your main nutrition goal right now? | Какова ваша основная цель питания? |
setup.greet_hi | Hello | Привет |
setup.greeting | Hello, {0}! | Привет, {0}! |
setup.habits_heading | Daily habits | Ежедневные привычки |
setup.habits_sub | Set your daily goals and reminders. You can change these later in Settings. | Установите свои ежедневные цели и напоминания. Вы можете изменить их позже в Настройках. |
setup.height_cm | Height (cm) | Рост (см) |
setup.hide_password | Hide password | Скрыть пароль |
setup.identity_custom | Choose my own alias | Выбрать свой псевдоним |
setup.identity_custom_hint | Enter up to 40 characters — your full name stays private. | Введите до 40 символов — ваше настоящее имя останется закрытым. |
setup.identity_full | Use my full name | Использовать полное имя |
setup.identity_full_hint | visible to other users | будет видно другим пользователям |
setup.identity_generate | Generate an alias for me | Создать псевдоним для меня |
setup.identity_generate_count | {0} friendly alias combinations — generated privately on your device. | {0} дружелюбных комбинаций — псевдоним создаётся на вашем устройстве. |
setup.identity_generate_hint | A friendly, private name from thousands of combinations. | Дружелюбное и приватное имя из тысяч комбинаций. |
setup.identity_group_label | Public display name | Публичное отображаемое имя |
← Previous Page 76 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