TempoLife › Features › Help translate TempoLife › ru
Russian — Русский
5 188 of 5 190 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 |
|---|---|---|
dash.add_widget | + Add widget | + Добавить виджет |
dash.available_widgets | Available widgets | Доступные виджеты |
dash.customize_title | Customize dashboard | Настроить главный экран |
dash.done | Done | Готово |
dash.drag_hint | Drag widgets to reorder | Перетащите виджеты, чтобы изменить порядок |
dash.drag_start | Drag started | Перетаскивание начато |
dash.edit | ✎ Customize | ✎ Настроить |
dash.edit_done | Done | Готово |
dash.edit_enter | ✏️ Edit | ✏️ Редактировать |
dash.edit_mode | Edit mode | Режим редактирования |
dash.hidden_cards | Hidden cards | Скрытые карточки |
dash.hide_card | Hide card | Скрыть карточку |
dash.layout_saved | ✅ Layout saved | ✅ Расположение сохранено |
dash.no_widgets | No widgets added | Виджеты не добавлены |
dash.remove_hint | Tap × to remove a widget | Нажмите ×, чтобы удалить виджет |
dash.reset_confirm | Reset dashboard to default? | Сбросить главный экран к настройкам по умолчанию? |
dash.reset_layout | Reset layout | Сбросить расположение |
dash.saved | Layout saved | Макет сохранен |
dash.widget_added | ✅ Widget added | ✅ Виджет добавлен |
dash.widget_removed | Widget removed | Виджет удалён |
db.activity | 🏃 Activity today | 🏃 Активность сегодня |
db.avg7 | 7d avg | 7д среднее |
db.bedtime | Bedtime | Отбой |
db.bp | Blood pressure | Давление |
db.bp_elevated | Elevated | Повышенное |
db.bp_high1 | High Stage 1 | Высокое I |
db.bp_high2 | High Stage 2 | Высокое II |
db.bp_normal | Normal | Нормальное |
db.carbs | carbs g | углев г |
db.change7 | 7d change | Изм. за 7д |
db.distance | Distance | Дистанция |
db.fats | fats g | жиры г |
db.goal | Goal | Цель |
db.high | High | Высокий |
db.hours | hours | часов |
db.in_range | In range | В норме |
db.last_measured | Last measured | Последнее измерение |
db.low | Low | Низкий |
db.meals_logged | meals logged | приёмов пищи |
db.mental | 🧠 Mood & well-being | 🧠 Настроение и самочувствие |
db.mood_today | Mood | Настроение |
db.no_activities | No workouts yet | Тренировок пока нет |
db.normal | Normal | Норма |
db.nutrition | 🥗 Food today | 🥗 Еда сегодня |
db.obese | Obese | Ожирение |
db.overweight | Overweight | Избыточный |
db.protein | protein g | белки г |
db.quality | Quality | Качество |
db.sleep | 😴 Sleep | 😴 Сон |
db.steps_title | 🚶 Steps | 🚶 Шаги |
db.target | Target | Цель |
db.underweight | Underweight | Недовес |
db.vitals | 📊 Vitals | 📊 Показатели |
db.wakeup | Wake up | Подъём |
db.weight_bmi | ⚖️ Weight & BMI | ⚖️ Вес и ИМТ |
dose_ask.skip | Skip | Пропустить |
dose_ask.snooze | Remind in 5 min | Напомнить через 5 мин |
dose_ask.snooze_toast | Reminding again in 5 min | Напомню снова через 5 мин |
dose_ask.title | Did you take your medication? | Вы приняли лекарство? |
dose_ask.yes | Taken | Принял(а) |
← Previous Page 33 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