TempoLife › Features › Help translate TempoLife › ru
Russian — Русский
5 172 of 5 174 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 |
|---|---|---|
admin.drug_descriptions | Drug descriptions | Описания лекарств |
admin.drug_details | Drug details | Детали лекарства |
admin.drugs | Drugs | Лекарства |
admin.duplicates | Duplicates | Дубликаты |
admin.edit | Edit | Изменить |
admin.edit_announcement | Edit announcement | Редактировать объявление |
admin.edit_food | Edit food | Изменить продукт |
admin.edit_user | Edit user | Изменить пользователя |
admin.email | ||
admin.email_sending | 📧 Email sending | 📧 Отправка email |
admin.email_sent | Email sent | Email отправлен |
admin.email_unverified | Email unverified | Email не подтверждён |
admin.email_verification | 📧 Email verification | 📧 Верификация email |
admin.email_verify_disabled | Email verification disabled | Проверка email выключена |
admin.email_verify_enabled | Email verification enabled | Проверка email включена |
admin.email_verify_off_confirm | Disable email verification? | Выключить проверку email? |
admin.email_verify_on_confirm | Enable email verification? New users must confirm their email. | Включить проверку email? Новые пользователи должны подтвердить email. |
admin.endpoint | Endpoint | Endpoint |
admin.entries | Entries | Записей |
admin.error_log | Error log | Лог ошибок |
admin.error_prefix | Error: | Ошибка: |
admin.est_cost | Est. cost (USD) | Оценка (USD) |
admin.expires | Expires | Истекает |
admin.export_csv | 📥 Export CSV | 📥 Экспорт CSV |
admin.failed | Failed | Ошибка |
admin.failed_attempts | Failed attempts | Неудачные попытки |
admin.fat | Fat | Жиры |
admin.fat_g | Fat (g) | Жиры (г) |
admin.fat_short | Fat | Жиры |
admin.feat_community | Community | Сообщество |
admin.feat_community_d | Top 20 leaderboard + friends + messaging under bonus points | Топ 20 + друзья + сообщения в бонусах |
admin.feat_disable_confirm | Are you sure you want to disable "{name}"? Users will no longer see this feature. | Вы уверены, что хотите отключить "{name}"? Пользователи больше не увидят эту функцию. |
admin.feat_toggles_sub | Toggle features on/off | Включить/выключить функции |
admin.feat_toggles_title | Feature toggles | Переключатели функций |
admin.female | Female | Женский |
admin.fiber | Fiber | Клетчатка |
admin.fiber_g | Fiber (g) | Клетчатка (г) |
admin.fill_subject_msg | Fill in subject and message | Заполните тему и сообщение |
admin.fill_title_msg | Fill in title and message | Заполните заголовок и сообщение |
admin.first | First | Первый |
admin.fn_at_done | Finished (all time) | Завершили (за всё время) |
admin.fn_at_rate | Completion rate | Доля завершивших |
admin.fn_at_reg | Registered (all time) | Зарегистрировано (за всё время) |
admin.fn_cohort | Funnel cohort | Когорта воронки |
admin.fn_completed | Finished the wizard | Завершил мастер |
admin.fn_hint | Registration is one step (form or Google/Facebook) plus a 7-step wizard. The profile is s… | Регистрация — это один шаг (форма или Google/Facebook) плюс мастер из 7 шагов. Профиль со… |
admin.fn_registered | Registered | Зарегистрировался |
admin.fn_since | Funnel covers users who registered on or after | Воронка охватывает пользователей, зарегистрированных с |
admin.fn_title | Registration funnel | Воронка регистрации |
admin.fn_untracked | Wizard step tracking is not active yet — migration 0023 has not been applied. The all-tim… | Отслеживание шагов мастера ещё не включено — миграция 0023 не применена. Числа за всё вре… |
admin.food | Food | Еда |
admin.food_categories | 🥗 Food category statistics | 🥗 Статистика категорий продуктов |
admin.food_category_ph | e.g. dairy, meat, grains… | напр. молочные, мясо, злаки… |
admin.food_count | Foods | Продуктов |
admin.food_db | Food database | База продуктов |
admin.food_log | Food log | Журнал еды |
admin.food_log_entries | Food log entries | Записей еды |
admin.food_logs_7d | Food logs 7d | Еда 7д |
admin.food_logs_weekday | 📅 Food logs by weekday | 📅 Журнал еды по дням недели |
admin.foods | Foods | Продукты |
← Previous Page 6 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