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.copy | Share | Поделиться |
community.ctx_country | Same country | Одна страна |
community.ctx_same_plan | Both on {p} | Оба на {p} |
community.ctx_steps | Both hit the step goal | Оба выполнили цель по шагам |
community.ctx_streak | Both on a streak | У обоих серия |
community.days_known | Known for {n} days | Знакомы {n} дн. |
community.days_short | d | дн |
community.deleted | Message deleted | Сообщение удалено |
community.discoverable | Recommend my profile to people with similar goals | Рекомендовать мой профиль людям с похожими целями |
community.edit_interests | Edit interests | Изменить интересы |
community.empty_lb | No leaderboard yet — log and earn points! | Рейтинга пока нет — записывайте данные и зарабатывайте баллы! |
community.empty_lb_hint | Log daily — every log earns bonus points and can get you into the Top 20. | Записывайте данные — каждое действие даёт баллы и ведёт в Топ 20. |
community.error | Could not load | Не удалось загрузить |
community.fasting_groups | Fasting groups | Группы по интервальному питанию |
community.fasting_now | fasting | постятся |
community.flair_gold | Gold frame | Золотая рамка |
community.flair_hero | Hero | Герой |
community.food_fix_add | Add | Добавить |
community.food_fix_empty | Found a wrong value or a missing product? Fix it for everyone. | Нашли ошибку? Исправьте для всех. |
community.food_fix_kcal_q | Calories per 100g (optional): | Калории на 100г: |
community.food_fix_name_q | Food name: | Название продукта: |
community.food_fix_note_q | Note (optional): | Примечание: |
community.food_fix_thanks | Thanks! Others can now vote on your fix. | Спасибо! Другие смогут проголосовать. |
community.food_fixes | Food database fixes | Правки базы еды |
community.for_you | For you | Для вас |
community.for_you_sub | Progress, useful answers and people with similar goals. | Прогресс, полезные ответы и люди с похожими целями. |
community.forest_hint | Each tree is a member — height shows points. Tap a tree. | Каждое дерево — участник, высота показывает очки. Нажмите на дерево. |
community.fr_body | wants to add you as a friend. | хочет добавить вас в друзья. |
community.fr_declined | Friend request declined | Запрос отклонён |
community.fr_float_sub | Reply: yes, no, or later | Ответьте: да, нет или позже |
community.fr_float_title | Friend request | Запрос в друзья |
community.fr_incoming_n | {n} waiting for a reply | {n} ждут ответа |
community.fr_later | Later | Позже |
community.fr_later_toast | We'll ask again later | Спросим снова позже |
community.fr_no | No | Нет |
community.fr_push_body | wants to add you as a friend | хочет добавить вас в друзья |
community.fr_push_title | 🤝 Friend request | 🤝 Запрос в друзья |
community.fr_title | Friend request | Запрос в друзья |
community.fr_yes | Yes — add friend | Да — добавить в друзья |
community.fr_yes_short | Yes | Да |
community.friend_accept | Accept | Принять |
community.friend_add | Add friend | Добавить в друзья |
community.friend_cancel_q | Cancel friend request? | Отменить запрос в друзья? |
community.friend_cancelled | Friend request cancelled | Запрос в друзья отменён |
community.friend_decline | Decline | Отклонить |
community.friend_now | You are now friends! | Вы теперь друзья! |
community.friend_pending | Request sent | Запрос отправлен |
community.friend_removed | Friendship removed | Дружба удалена |
community.friend_sent | Friend request sent | Запрос в друзья отправлен |
community.friend_unfriend_q | Remove friendship? | Удалить из друзей? |
community.friends | Friends | Друзья |
community.friends_required | Send a friend request first to start a chat. | Чтобы начать чат, сначала отправьте запрос в друзья. |
community.friends_section | Friends | Друзья |
community.friends_since | Friends since | Друзья с |
community.ghost | Step race | Гонка шагов |
community.ghost_ahead | You’re {n} steps ahead | Вы впереди на {n} шагов |
community.ghost_behind | You’re {n} steps behind | Вы отстаёте на {n} шагов |
community.ghost_no_hourly | No hourly steps — connect Google Health for a detailed curve. | Нет почасовых шагов — подключите Google Health. |
community.gift | Gift | Подарить |
community.gift_confirm | Gift this item? This cannot be undone. | Подарить? Это необратимо. |
← Previous Page 28 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