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.taken | Taken | Принято |
admin.target | Target | Цель |
admin.tier_free | Free | Бесплатно |
admin.tier_premium | Premium | Премиум |
admin.tier_trial | Trial (3 days) | Пробный (3 дня) |
admin.time | Time | Время |
admin.timeline_dose | Dose | Доза |
admin.timeline_food | Food | Еда |
admin.timeline_vitals | Vitals | Показатели |
admin.timeline_weight | Weight | Вес |
admin.times | Times | Раз |
admin.timezone | Timezone | Часовой пояс |
admin.title | Title | Заголовок |
admin.today | today | сегодня |
admin.top_active_users | Most active users (30d) | Самые активные пользователи (30д) |
admin.top_users | Top users | Топ |
admin.top_users_hint | Top 100 by actual app usage (30d): time in app + active days + app opens + active weeks d… | Топ-100 по реальному использованию приложения (30д): время в приложении + активные дни +… |
admin.total | Total | Всего |
admin.total_doses | Total doses | Всего доз |
admin.total_doses_label | Total doses | Всего доз |
admin.total_pharmacies | Total pharmacies | Всего аптек |
admin.total_prices | Total prices | Всего цен |
admin.trial_ends | Trial ends | Пробный период до |
admin.tu_days | Days | Дней |
admin.tu_last_seen | last seen | последний раз |
admin.tu_logs | Logs | Записей |
admin.tu_of_days | of days | дней |
admin.tu_opens | Opens | Открытий |
admin.tu_per_day | day | день |
admin.tu_score | Score | Баллы |
admin.tu_streak | d streak | д подряд |
admin.tu_time | Time in app | Время в приложении |
admin.tu_weeks | weeks | недель |
admin.turn_off | Turn off | Выключить |
admin.turn_on | Turn on | Включить |
admin.turned_off | Turned off | Выключено |
admin.turned_on | Turned on | Включено |
admin.type | Type | Тип |
admin.ud_avg_day | avg per active day | ø в активный день |
admin.ud_first_seen | First active day | Первый активный день |
admin.ud_last_seen | Last active day | Последний активный день |
admin.ud_lifetime | Total active days | Всего активных дней |
admin.ud_streak | Current streak | Текущая серия |
admin.ud_usage | App usage (30 days) | Использование приложения (30 дней) |
admin.unverified_users | Unverified users | Неподтверждённые пользователи |
admin.updated | 📈 Modif. | 📈 Измен. |
admin.url | URL | URL |
admin.user | User | Пользователь |
admin.user_activated | activated | активирован |
admin.user_activities | 📋 Activities | 📋 Действия |
admin.user_blocked | blocked | заблокирован |
admin.user_deleted | deleted | удалён |
admin.user_details | User details | Детали пользователя |
admin.user_goal | Goal | Цель |
admin.user_own | User's own | Пользовательские |
admin.user_retention | 📊 User retention | 📊 Удержание пользователей |
admin.user_verified | User verified | Пользователь подтверждён |
admin.users | Users | Пользователи |
admin.users_deactivated | {count} users deactivated | {count} пользователей деактивировано |
admin.users_short | users | польз. |
← Previous Page 11 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