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.nav_saved | Saved | Сохранённое |
community.nav_settings | Settings | Настройки |
community.nav_spaces | Spaces | Тематические разделы |
community.new_here | New members | Новые участники |
community.new_message | New message | Новое сообщение |
community.no_chats | No chats yet. Find someone on the leaderboard and say hi! | Чатов пока нет. Найдите кого-нибудь в рейтинге и напишите! |
community.no_chats_title | No chats yet | Чатов пока нет |
community.no_fast | No active fast | Нет активного поста |
community.no_friends | No friends yet. Open Top 20 and add someone! | Друзей пока нет. Откройте Топ 20 и добавьте кого-нибудь! |
community.no_friends_hint | Open Top 20, tap a user, and add them as a friend. | Откройте Топ 20, нажмите на пользователя и добавьте в друзья. |
community.no_groups | You’re not in a group yet | Вы ещё не в группе |
community.no_groups_hint | Create a group and fast together — everyone’s timer runs as one. | Создайте группу и поститесь вместе. |
community.no_msg | This user does not accept messages | Этот пользователь не принимает сообщения |
community.no_streaks | Start today | Начни сегодня |
community.no_streaks_hint | Log anything — the first day already starts a streak. | Запиши что-нибудь — первый день уже начнёт серию. |
community.no_users | No users found | Пользователи не найдены |
community.no_weight | No weight logged | Вес не указан |
community.open | Open Community › | Открыть Сообщество › |
community.peers | At your level | На твоём уровне |
community.pending_out_section | Pending requests | Ожидающие запросы |
community.perfect_month | Perfect month | Идеальный месяц |
community.points | Points | Баллы |
community.privacy | Privacy | Конфиденциальность |
community.professional_sub | Useful conversations, accountable groups and trusted answers. | Полезные беседы, группы по целям и надёжные ответы. |
community.profile_accepted | Accepted | Принятые |
community.profile_achievement | Achievement | Достижение |
community.profile_achievements | Achievements | Достижения |
community.profile_active_day | active day | активный день |
community.profile_active_days | Active days | Активные дни |
community.profile_activity | Community activity | Активность в сообществе |
community.profile_activity_30 | Activity over the last 30 days | Активность за последние 30 дней |
community.profile_answers | Answers | Ответы |
community.profile_best_streak | Best streak | Лучшая серия |
community.profile_challenges | Challenge progress | Прогресс испытаний |
community.profile_choose_challenge | Choose a challenge | Выберите испытание |
community.profile_choose_three | Choose up to three achievements. | Выберите не более трёх достижений. |
community.profile_connections | Shared connections | Общие связи |
community.profile_consistency | Consistency | Регулярность |
community.profile_consistency_title | Consistency | Регулярность |
community.profile_contributions | Community contributions | Вклад в сообщество |
community.profile_current_challenge | Opened from this challenge | Открыто из этого испытания |
community.profile_current_streak | Current streak | Текущая серия |
community.profile_days_complete | days | дн. |
community.profile_days_left | days left | дн. осталось |
community.profile_edit | Edit profile | Редактировать профиль |
community.profile_encourage | Encourage | Поддержать |
community.profile_encouraged | Encouraged today | Поддержано сегодня |
community.profile_encouragement_sent | Encouragement sent | Поддержка отправлена |
community.profile_encouragements | Encouragements | Поддержка |
community.profile_everyone | Everyone | Все |
community.profile_featured | Featured | Избранное |
community.profile_featured_achievements | Featured achievements | Избранные достижения |
community.profile_featured_help | Choose up to three achievements for the top of your profile. | Выберите до трёх достижений для верхней части профиля. |
community.profile_first_challenge | First challenge | Первое испытание |
community.profile_focus | Current focus | Текущая цель |
community.profile_focus_placeholder | For example: Building a consistent walking habit | Например: Формирую привычку регулярно ходить пешком |
community.profile_helpful | Helpful votes | Полезные голоса |
community.profile_in_common | In common | Общее |
community.profile_interests | Interests | Интересы |
community.profile_invite | Invite | Пригласить |
← Previous Page 30 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