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 |
|---|---|---|
bill.per_month_short | mo | мес |
bill.plan | Plan | План |
bill.plan_6_months | 6 months | 6 месяцев |
bill.plan_free | Free | Бесплатно |
bill.plan_monthly | Monthly | Месяц |
bill.plan_premium | Premium | Премиум |
bill.plan_trial | Trial | Пробный период |
bill.plan_yearly | Yearly | Год |
bill.reactivate | Resume subscription | Возобновить подписку |
bill.reactivate_success | Subscription continued | Подписка продолжена |
bill.renews_on | Valid until {d} | Действует до {d} |
bill.section_title | Billing | Оплата |
bill.select_plan | Select | Выбрать |
bill.since | Since | С |
bill.src_admin | Granted by admin | Выдано админом |
bill.src_legacy | Legacy grant | Ранний грант |
bill.src_simulated | Test purchase | Тестовая покупка |
bill.src_stripe | Payment | Оплата |
bill.status | Status | Статус |
bill.trial_ends | Trial ends {d} | Пробный период до {d} |
bill.upgrade_confirm | Upgrade to a longer plan? | Перейти на более длинный план? |
bill.upgrade_success | Plan upgraded | План обновлён |
bill.upgrade_title | Upgrade to a longer plan | Перейти на более длинный план |
bill.upgrade_to | Upgrade | Улучшить |
cal.fri | Fri | Пт |
cal.mon | Mon | Пн |
cal.sat | Sat | Сб |
cal.sun | Sun | Вс |
cal.thu | Thu | Чт |
cal.tue | Tue | Вт |
cal.wed | Wed | Ср |
camp.accept_required | Accept the rules and confirm you are 18+ | Примите правила и подтвердите, что вам 18+ |
camp.accept_rules | I accept the rules | Я принимаю правила |
camp.active_days | active days | активных дней |
camp.add_to_dashboard | Add it back to the dashboard | Вернуть его на главную |
camp.added_back_toast | The challenge is back on your dashboard | Челлендж снова на вашей главной странице |
camp.already_tied | You are tied on points; tie-breakers currently put you behind. | Баллы равны; сейчас дополнительные показатели оставляют вас позади. |
camp.appeal | Question or appeal this score | Задать вопрос или оспорить балл |
camp.appeal_failed | Could not submit appeal | Не удалось отправить апелляцию |
camp.appeal_pending | Appeal pending review | Апелляция ожидает проверки |
camp.appeal_prompt | Explain what looks wrong (20–1000 characters): | Объясните, что выглядит неверно (20–1000 символов): |
camp.at_current_pace | At your pace: about {days} days | В вашем темпе: примерно {days} дней |
camp.auto_rejoin_join | Auto-join next month too | Вступать автоматически и в следующем месяце |
camp.back | Back to app | Назад в приложение |
camp.card_title | Follow your daily plan. Win €100. | Следуйте дневному плану. Выиграйте €100. |
camp.close | Close | Закрыть |
camp.closed_line | Campaign closed — winner verification in progress | Челлендж завершён — идёт проверка победителя |
camp.confirm_18 | I confirm I am 18 or older | Подтверждаю, что мне 18 лет или больше |
camp.count_days.one | day | день |
camp.count_days.other | days | дней |
camp.count_hours.one | hour | час |
camp.count_hours.other | hours | часов |
camp.count_minutes.one | minute | минута |
camp.count_minutes.other | minutes | минут |
camp.currently_first | You’re currently #1 | Сейчас вы на первом месте |
camp.days_short | d | д |
camp.ends_in | Ends in | Заканчивается через |
camp.entered | You are entered | Вы участвуете |
camp.first_prize | first prize | главный приз |
camp.full_meal_days | Meal-plan days | Дни по плану |
← Previous Page 23 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