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 |
|---|---|---|
community.show_original | Original | Оригинал |
community.sort_balance | Balance | Баланс |
community.sort_lifetime | Lifetime | За всё время |
community.space.general.desc | Open discussion for the whole community | Открытая беседа для всего сообщества |
community.space.general.title | General | Общее |
community.space.goal_hydration.desc | Hydration habits and goals | Питьевые привычки и цели |
community.space.goal_hydration.title | Hydration | Гидратация |
community.space.goal_sleep.desc | Sleep routines and recovery | Режим сна и восстановление |
community.space.goal_sleep.title | Better sleep | Лучший сон |
community.space.goal_steps.desc | Walking, daily steps and movement | Ходьба, ежедневные шаги и движение |
community.space.goal_steps.title | Steps & movement | Шаги и движение |
community.space.goal_weight.desc | Sustainable weight and nutrition goals | Устойчивые цели по весу и питанию |
community.space.goal_weight.title | Weight & nutrition | Вес и питание |
community.spaces_sub | Focused conversations by goal and language. | Беседы по целям и языкам. |
community.stat_friends | Friends | Друзья |
community.stat_rank | Rank | Место |
community.steps_today | steps today | шагов сегодня |
community.tab | Community | Сообщество |
community.too_short | Too short | Слишком коротко |
community.translate | Translate | Перевести |
community.translate_failed | Translation failed | Ошибка перевода |
community.unread | Unread | Непрочитанные |
community.view_challenges | View challenges | Показать задачи |
community.view_districts | Domains | Области |
community.view_forest | Forest | Лес |
community.view_list | List | Список |
community.view_profile | Profile | Профиль |
community.visibility | Visibility | Видимость |
community.voice_unsupported | Recording not supported | Запись не поддерживается |
community.week | Your week | Ваша неделя |
community.year_club | Year Club | Клуб года |
community.you | you | вы |
community.your_rank | Your rank | Ваше место |
crit.item1_desc | INR 3.8 + aspirin = bleeding risk 3–7×. | INR 3.8 + аспирин = риск кровотечения 3–7×. |
crit.item1_title | 1. Warfarin + Aspirin | 1. Варфарин + Аспирин |
crit.item2_desc | Serotonin syndrome — fever >41°C, muscle cramps. | Серотониновый синдром — температура >41°C, судороги. |
crit.item2_title | 2. Sertraline + Tramadol | 2. Сертралин + Трамадол |
crit.later | Later | Позже |
crit.notify | 🚨 Notify doctors | 🚨 Уведомить врачей |
crit.title | 🚨 Critical conflicts | 🚨 Критические конфликты |
cyc.add_btn | + Add Cycle | + Добавить |
cyc.add_new | Add Cycle | Добавить цикл |
cyc.avg_cycle | Average cycle | Средний цикл |
cyc.days | days | дней |
cyc.end_date | End (optional) | Конец (необязательно) |
cyc.enter_start | ⚠️ Enter start date | ⚠️ Введите дату начала |
cyc.flow | Flow intensity | Интенсивность |
cyc.heavy | Heavy | Сильная |
cyc.history | History | История |
cyc.light | Light | Лёгкая |
cyc.medium | Medium | Средняя |
cyc.need_more_data | Add at least 2 cycles for prediction | Добавьте минимум 2 цикла для прогноза |
cyc.next_predicted | Next predicted start | Следующее начало |
cyc.no_data | No cycles logged | Циклы не записаны |
cyc.ongoing | Ongoing | Идёт |
cyc.saved | ✅ Cycle saved! | ✅ Цикл сохранён! |
cyc.start_date | Start | Начало |
cyc.symptoms | Symptoms | Симптомы |
cyc.symptoms_placeholder | Cramps, headache... | Спазмы, головная боль... |
cyc.title | Cycle Tracking | Отслеживание цикла |
← Previous Page 32 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