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.manual_verify_confirm | Manually verify email for {email}? | Подтвердить почту вручную для {email}? |
admin.manual_verify_fail | Verification failed | Подтверждение не удалось |
admin.manual_verify_ok | Email verified: {email} | Почта подтверждена: {email} |
admin.manual_verify_title | Verify email manually | Подтвердить почту вручную |
admin.max_5_users | Max 5 users at once | Максимум 5 пользователей |
admin.meal_breakfast | Breakfast | Завтрак |
admin.meal_dinner | Dinner | Ужин |
admin.meal_distribution | Meal distribution | Распределение приёмов пищи |
admin.meal_lunch | Lunch | Обед |
admin.meal_snack | Snack | Перекус |
admin.measurements | Measurements | Измерения |
admin.memory_limit | Memory limit | Лимит памяти |
admin.memory_used | Memory used | Использовано |
admin.merge_confirm | Merge foods? | Объединить продукты? |
admin.merge_to | Merge to | Объединить в |
admin.message | Message | Сообщение |
admin.monitoring | Monitoring | Мониторинг |
admin.most_active | Most active users | Самые активные пользователи |
admin.most_expensive | Most expensive drugs | Самые дорогие лекарства |
admin.most_expensive_label | Most expensive | Дорожайший |
admin.name | Name | Название |
admin.name_required | Name is required | Имя обязательно |
admin.new_password | New password | Новый пароль |
admin.no | No | Нет |
admin.no_data | No data available | Данные отсутствуют |
admin.no_duplicates | No duplicates found | Дубликаты не найдены |
admin.no_errors | No errors | Ошибок нет |
admin.no_unverified | No unverified users | Нет неподтверждённых пользователей |
admin.no_unverified_users | No unverified users | Нет неподтверждённых |
admin.normal | Normal | Нормальный |
admin.normal_mode | Normal | Нормальный |
admin.not_logged_days | Not logged in (days) | Не входил (дней) |
admin.nutrition | Nutrition | Еда |
admin.off_label | Turned OFF | ВЫКЛЮЧЕНО |
admin.older_than_days | Older than (days) | Старше (дней) |
admin.on_label | Turned ON | ВКЛЮЧЕНО |
admin.optimize | Optimize | Оптимизировать |
admin.optimize_confirm | Optimize database (VACUUM + ANALYZE)? | Оптимизировать базу данных (VACUUM + ANALYZE)? |
admin.other | Other | Другой |
admin.output_tokens | Output | Выходные |
admin.overview | Overview | Обзор |
admin.page_count | Page count | Всего страниц |
admin.page_size | Page size | Размер страницы |
admin.pages | Pages | Страниц |
admin.panel | Admin Panel | Панель администратора |
admin.pause | Pause | Пауза |
admin.paused | Paused | Приостановлено |
admin.paywall_force_off | Off — always free | Выкл — всегда бесплатно |
admin.paywall_force_on | On — test the paywall | Вкл — тестировать paywall |
admin.paywall_global_off | currently OFF | сейчас ВЫКЛ |
admin.paywall_global_on | currently ON | сейчас ВКЛ |
admin.paywall_info_inherit | Follows the global 💎 Premium switch. | Следует глобальному переключателю 💎 Премиум. |
admin.paywall_info_off | This user never hits the paywall, even after the global launch. | Этот пользователь никогда не попадёт за paywall, даже после глобального запуска. |
admin.paywall_info_on | Trial/premium applies to this user immediately, regardless of the global switch. | Пробный период/премиум действует для этого пользователя сразу, независимо от глобального… |
admin.paywall_inherit | Default (global switch) | По умолчанию (глобальный переключатель) |
admin.paywall_override | Paywall | Paywall |
admin.pharm_search_ph | Search pharmacy by name, address or city… | Поиск аптеки по названию, адресу или городу… |
admin.pharmacies | Pharmacies | Аптеки |
admin.pharmacies_by_chain | Pharmacies by chain | Аптеки по сетям |
admin.pharmacy | Pharmacy | Аптека |
← Previous Page 8 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