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 |
|---|---|---|
rewards.redeemed_ok | Redeemed! 🎉 | Обменяно! 🎉 |
rewards.remind_manual | Don't forget to log mood and water — bonus points are waiting! | Не забудьте записать настроение и воду — бонусные баллы ждут! |
rewards.remind_start | Log your data today — every log earns bonus points! | Запишите сегодня свои данные — каждая запись даёт бонусные баллы! |
rewards.sold_out | Sold out | Распродано |
rewards.spend | Redeemed | Обменяно |
rewards.streak_next | next month | следующий месяц |
rewards.subtitle | Earn points every time you log | Зарабатывайте баллы за каждую запись |
rewards.this_month | this month | в этом месяце |
rewards.title | Rewards | Бонусы |
rewards.to_next | points to next level | баллов до следующего уровня |
rewards.until | until | до |
rewards.year_club | Year Club member | Член Годового клуба |
rewards.year_club_only | Year Club | Годовой клуб |
rewards.year_club_teaser | 12 months in a row unlocks exclusive Year Club rewards | 12 месяцев подряд открывают эксклюзивные награды Годового клуба |
sched.as_needed | 💡 As needed | 💡 По необходимости |
sched.doses_taken | doses taken | доз принято |
sched.evening | 🌇 Evening (19:00–21:00) | 🌇 Вечер (19:00–21:00) |
sched.missed | Missed | Пропуск |
sched.morning | 🌅 Morning (07:00–09:00) | 🌅 Утро (07:00–09:00) |
sched.no_drugs | No drugs | Нет лекарств |
sched.skipped | Skipped | Пропущено |
sched.skipped_short | skipped | проп. |
sched.taken | Taken | Принято |
sched.title | Schedule | Расписание |
sched.today_completion | Today's completion | Выполнение за сегодня |
sched.week_overview | Week overview | Обзор недели |
search.drugs | Drugs | Лекарства |
search.foods | Foods | Продукты |
search.no_results | No results found | Ничего не найдено |
search.placeholder | Search drugs, foods, screens... | Поиск лекарств, продуктов, экранов... |
search.screens | Screens | Экраны |
set.about | ℹ️ About | ℹ️ О приложении |
set.activity | 🏃 Activity | 🏃 Активность |
set.activity_reminder | Workout reminder | Напоминание о тренировке |
set.activity_reminder_sub | Daily reminder | Ежедневное напоминание |
set.adherence_report | Medication adherence report | Отчёт о приёме лекарств |
set.adherence_report_sub | Printable PDF for the last 30 days | Печатный PDF за последние 30 дней |
set.bedtime | Bedtime | Время отбоя |
set.bedtime_reminder | Bedtime reminder | Напоминание о сне |
set.bedtime_reminder_sub | Time to go to sleep | Время ложиться спать |
set.body_goal | ⚖️ Body & goal | ⚖️ Тело и цель |
set.calorie_summary | Daily calorie summary | Ежедневная сводка калорий |
set.calorie_summary_sub | See how many kcal you logged this evening | Вечером узнайте, сколько ккал вы записали |
set.campaign_auto_rejoin | Auto-join next month | Вступать автоматически в следующем месяце |
set.campaign_auto_rejoin_sub | You are entered into the new monthly challenge automatically | Вы будете автоматически добавлены в новый ежемесячный челлендж |
set.campaign_dashboard_visible | Challenge on dashboard | Челлендж на главной |
set.campaign_dashboard_visible_sub | Hide the monthly challenge from the dashboard | Скрыть ежемесячный челлендж с главной |
set.campaign_hidden | Challenge hidden from the dashboard — re-enable it in Settings | Челлендж скрыт с главной — включите его обратно в настройках |
set.campaign_hidden_v2 | Challenge hidden from the dashboard — open the Challenge page to bring it back | Челлендж скрыт с главной — откройте страницу челленджа, чтобы вернуть его |
set.campaign_participate | Campaign participation | Участие в челлендже |
set.campaign_participate_off | Campaign participation is turned off in Settings | Участие в челлендже отключено в настройках |
set.campaign_participate_sub | Off = you cannot win the challenge | Выкл = вы не сможете выиграть челлендж |
set.challenge | Challenge | Челлендж |
set.community_message_notifications | Message notifications | Уведомления о сообщениях |
set.community_message_notifications_sub | Get an alert when a friend messages you | Получать уведомление, когда пишет друг |
set.customize_tabs | Customize tabs | Настроить кнопки |
set.customize_tabs_sub | Choose which tabs are visible on the bottom bar | Выберите кнопки для нижней панели |
set.daily_notification_limit | Daily limit | Дневной лимит |
set.daily_notification_limit_sub | Maximum non-urgent pushes per local day | Максимум неважных уведомлений за день |
set.data | 📦 Data | 📦 Данные |
← Previous Page 73 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