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.foods_merged | Foods merged | Продукты объединены |
admin.free_pages | Free pages | Свободных страниц |
admin.freelist_pages | Free pages | Свободные страницы |
admin.funnel | Registration | Регистрация |
admin.gender | Gender | Пол |
admin.global | Global | Глобальные |
admin.goal | Goal | Цель |
admin.google_users | Google users | Google пользователи |
admin.grant_admin_confirm | Grant admin privileges? | Предоставить права администратора? |
admin.health_score | ❤️ Health score | ❤️ Показатель здоровья |
admin.heart_disabled | Disabled for this user | Выключен для этого пользователя |
admin.heart_enabled | Enabled for this user | Включён для этого пользователя |
admin.heart_info | Controls whether Heart appears in this user's More menu. | Определяет, показывать ли Heart в меню «Ещё» этого пользователя. |
admin.heart_module | Heart module | Модуль Heart |
admin.height | Height | Рост |
admin.height_cm | Height (cm) | Рост (см) |
admin.hits | Hits | Хиты |
admin.hours | Hours | Часы работы |
admin.hours_ago | Hours ago | Часов назад |
admin.id | ID | ID |
admin.import_history | Import history | История импорта |
admin.indexes | Indexes | Индексы |
admin.indexes_label | INDEXES | ИНДЕКСЫ |
admin.input_tokens | Input | Входные |
admin.inserted | 🆕 New | 🆕 Новых |
admin.integrity | Integrity | Целостность |
admin.ip | IP | IP |
admin.kbt_btn | AI translate | ИИ-перевод |
admin.kbt_done | Drafts translated ({n}) | Черновики созданы ({n}) |
admin.kbt_empty | No base article | Нет базовой статьи |
admin.kbt_fail | Some translations failed | Часть переводов не удалась |
admin.keep | Keep | Оставить |
admin.key | Key | Ключ |
admin.key_required | Key is required | Ключ обязателен |
admin.lang_changed | Language changed: English | Язык изменён: Русский |
admin.last | Last | Последний |
admin.last_30d | Last 30 days | Последние 30 дней |
admin.last_7d | Last 7 days | Последние 7 дней |
admin.last_90d | Last 90 days | Последние 90 дней |
admin.last_activity | Last activity | Последняя активность |
admin.last_food_activity | Last food log | Последний журнал еды |
admin.last_food_log | Last food log | Последняя запись еды |
admin.last_import | Last import | Последний импорт |
admin.last_login | Last login | Последний вход |
admin.last_seen | Last seen | Последнее посещение |
admin.last_sync | Last sync | Последняя синхр. |
admin.logins | Logins | Входы |
admin.logins_7d | Logins 7d | Входов 7д |
admin.logins_by_hour | 🕐 Logins by hour | 🕐 Входы по часам |
admin.logs | Logs | Логи |
admin.maint_msg_ph | Message to users | Сообщение для пользователей |
admin.maintenance | 🔧 Maintenance mode | 🔧 Режим обслуживания |
admin.maintenance_active | MAINTENANCE MODE ACTIVE | РЕЖИМ ОБСЛУЖИВАНИЯ АКТИВЕН |
admin.maintenance_disabled | Maintenance mode disabled | Режим обслуживания выключен |
admin.maintenance_enabled | Maintenance mode enabled | Режим обслуживания включён |
admin.maintenance_msg | Maintenance message | Сообщение обслуживания |
admin.maintenance_on_confirm | Enable maintenance mode? Users will not be able to access the app. | Включить режим обслуживания? Пользователи не смогут войти. |
admin.make_premium | Make Premium | Сделать премиум |
admin.male | Male | Мужской |
admin.manual_verify | Verify | Подтвердить |
← Previous Page 7 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