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 |
|---|---|---|
ck.high_risk | HIGH RISK | ВЫСОКИЙ РИСК |
ck.info_section | ℹ️ Info | ℹ️ Инфо |
ck.known_combos | Known dangerous combinations | Известные опасные комбинации |
ck.manual | Manual | Вручную |
ck.manual_disclaimer | The interaction database is limited. Always consult a doctor. | База данных взаимодействий ограничена. Всегда консультируйтесь с врачом. |
ck.moderate | Moderate | Умеренный |
ck.moderate_risk | MODERATE RISK | УМЕРЕННЫЙ РИСК |
ck.moderate_section | 🟡 Moderate | 🟡 Умеренные |
ck.my_drugs | My drugs | Мои лекарства |
ck.no_drugs | ⚠️ No drugs added yet — add at least 2 to run interaction analysis. | ⚠️ Лекарств пока нет — добавьте хотя бы 2 для анализа взаимодействий. |
ck.no_interaction | No interaction found | Взаимодействие не найдено |
ck.no_interactions | ✅ No interactions found | ✅ Взаимодействий не обнаружено |
ck.notify_doctor | 📞 Notify doctor | 📞 Уведомить врача |
ck.pairs_analyzed | {0} drug pairs analyzed · {1} drugs | {0} пар лекарств проанализировано · {1} лекарств |
ck.pdf_report | 📄 PDF report | 📄 PDF отчёт |
ck.quick | Quick picks | Быстрый выбор |
ck.refresh | ↺ Refresh analysis | ↺ Обновить анализ |
ck.safe | SAFE | БЕЗОПАСНО |
ck.safe_label | SAFE | БЕЗОПАСНО |
ck.safe_msg | No known interaction between these drugs in our database. | Нет известных взаимодействий между этими лекарствами в нашей базе данных. |
ck.safe_short | Safe | Безопасно |
ck.select_both | ⚠️ Select both drugs | ⚠️ Выберите оба лекарства |
ck.select_different | ⚠️ Select different drugs | ⚠️ Выберите разные лекарства |
ck.select_drug | — Select drug — | — Выберите лекарство — |
ck.title | Interaction checker | Проверка взаимодействий |
coach.m_active_days | Active days | Активные дни |
coach.m_steps | Steps | Шаги |
coach.m_target | Target | Цель |
com.err | Failed to load. | Не удалось загрузить. |
com.loading | Loading… | Загрузка… |
common.back | ← Back | ← Назад |
common.cancel | Cancel | Отмена |
common.close | Close | Закрыть |
common.connection_error | ⚠️ Connection error | ⚠️ Ошибка соединения |
common.delete | Delete | Удалить |
common.deleted | 🗑️ Deleted | 🗑️ Удалено |
common.error | ❌ Error | ❌ Ошибка |
common.kg | kg | кг |
common.loading | Loading... | Загрузка... |
common.network_error | ❌ Network error | ❌ Ошибка сети |
common.save | Save | Сохранить |
common.save_failed | ⚠️ Save failed | ⚠️ Ошибка сохранения |
common.searching | 🔍 Searching... | 🔍 Поиск... |
community.about_you | About you | О вас |
community.all | All | Все |
community.allow_msg | Allow others to message me | Разрешить писать мне |
community.archived | Archived | Архив |
community.ask_question | Ask a question | Задать вопрос |
community.attach_fast | Fast | Пост |
community.attach_steps | Steps | Шаги |
community.attach_weight | Weight | Вес |
community.balance | Balance | Баланс |
community.block | Block | Заблокировать |
community.block_q | Block this user? You will no longer see each other’s messages or profile. | Заблокировать этого пользователя? Вы перестанете видеть сообщения и профиль друг друга. |
community.blocked | User blocked | Пользователь заблокирован |
community.challenges | Challenges | Испытания |
community.chats_sub | Private conversations with people you trust. | Личные беседы с людьми, которым вы доверяете. |
community.collection | Your collection | Твоя коллекция |
community.confirm_delete | Delete message? | Удалить сообщение? |
community.copied | Copied | Скопировано |
← Previous Page 27 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