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 |
|---|---|---|
ql.sleep_sub | Log sleep | Записать сон |
ql.title | Quick log | Быстрая запись |
ql.voice | Voice log | Голосовой лог |
ql.voice_listen | Listen | Слушать |
ql.voice_no_meds | No meds action available right now | Отметка лекарств сейчас недоступна |
ql.voice_stop | Stop | Стоп |
ql.voice_sub | Say: took meds · log food · mood | Скажите: принял лекарства · еда · настроение |
ql.voice_sub_nomeds | Say: log food · mood · water | Скажите: еда · настроение · вода |
ql.voice_unknown | Didn’t catch that — try “took meds” or “repeat yesterday” | Не понял — попробуйте «принял лекарства» |
ql.voice_unknown_nomeds | Didn’t catch that — try “log food” or “repeat yesterday” | Не понял — попробуйте «еда» или «повтори вчера» |
ql.weight | Weight | Вес |
rate.ask | Enjoying TempoLife? A rating helps other people find it. | Нравится TempoLife? Оценка поможет другим найти приложение. |
rate.later | Later | Позже |
rate.yes | Rate it | Оценить |
rewards.balance | Balance | Баланс |
rewards.bonus_month_streak | Month-streak bonus | Бонус за серию месяцев |
rewards.catalog | Rewards | Награды |
rewards.confirm_redeem | Redeem “{title}” for {cost} points? | Обменять «{title}» за {cost} баллов? |
rewards.earn.fasting | Fast completed | Пост завершён |
rewards.earn.food | Food logged | Еда записана |
rewards.earn.glucose | Glucose logged | Глюкоза записана |
rewards.earn.hydration | Water logged | Вода записана |
rewards.earn.medication | Dose taken | Лекарство принято |
rewards.earn.meditation | Meditation | Медитация |
rewards.earn.mood | Mood logged | Настроение записано |
rewards.earn.sleep | Sleep logged | Сон записан |
rewards.earn.steps | Steps logged | Шаги записаны |
rewards.earn.symptom | Symptom logged | Симптом записан |
rewards.earn.weight | Weight logged | Вес записан |
rewards.empty_history | Start logging to earn points! | Начните вести записи, чтобы зарабатывать баллы! |
rewards.err_level | This reward unlocks at a higher level | Эта награда открывается на более высоком уровне |
rewards.err_not_available | Not available right now | Сейчас недоступно |
rewards.err_sold_out | Sold out — all editions claimed | Распродано — все экземпляры разобраны |
rewards.err_year_club | Year Club members only | Только для членов Годового клуба |
rewards.good_job | Good job! | Отличная работа! |
rewards.history | Points history | История баллов |
rewards.home_title | Bonus points | Бонусные баллы |
rewards.how_food | Meal | Приём пищи |
rewards.how_hydration | Water | Вода |
rewards.how_intro | Each activity earns points once per day: | Каждое действие приносит баллы раз в день: |
rewards.how_mood | Mood | Настроение |
rewards.how_sleep | Sleep | Сон |
rewards.how_steps | Steps | Шаги |
rewards.how_streak | Log every month — the month-streak bonus grows each month, up to +1200 ⭐ | Записывайте данные каждый месяц — бонус за серию месяцев растёт, до +1200 ⭐ |
rewards.how_sync | Sleep and steps sync automatically via Google Health | Сон и шаги синхронизируются автоматически через Google Health |
rewards.how_title | How to earn points? | Как заработать баллы? |
rewards.insufficient | Not enough points | Недостаточно баллов |
rewards.left | left | осталось |
rewards.level | Level | Уровень |
rewards.level_up | Level up! | Новый уровень! |
rewards.locked | Not enough | Мало баллов |
rewards.month_maxed | Monthly max reached! | Месячный максимум набран! |
rewards.month_resets | Resets at the start of each month | Обнуляется в начале каждого месяца |
rewards.months_row | months in a row | месяцев подряд |
rewards.owned | Owned | Есть |
rewards.perfect_hint | Fill a month 1000/1000 to earn a golden month badge | Наберите 1000/1000 за месяц и получите золотой значок месяца |
rewards.perfect_months | Perfect months | Идеальные месяцы |
rewards.points | points | баллов |
rewards.pts | pts | б |
rewards.redeem | Redeem | Обменять |
← Previous Page 72 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