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.au_stickiness | Stickiness (DAU/MAU) | Вовлечённость (DAU/MAU) |
admin.au_today | Active today | Активны сегодня |
admin.au_total_hours | Total hours in app (30d) | Всего часов в приложении (30д) |
admin.au_total_users | Users total | Всего пользователей |
admin.au_untracked | Activity tracking is not active yet — migration 0022 has not been applied. Only the login… | Отслеживание активности ещё не включено — миграция 0022 не применена. Доступны только чис… |
admin.audit_announcement | Announcement created | Объявление создано |
admin.audit_announcement_delete | Announcement deleted | Объявление удалено |
admin.audit_broadcast | Broadcast sent | Рассылка отправлена |
admin.audit_db_optimize | Database optimized | База оптимизирована |
admin.audit_delete | Deleted | Удалено |
admin.audit_drug_delete | Drug deleted | Лекарство удалено |
admin.audit_edit | Edited | Изменено |
admin.audit_email | Email sent | Email отправлен |
admin.audit_food_merge | Foods merged | Продукты объединены |
admin.audit_log | 🔒 Admin audit log | 🔒 Журнал действий администратора |
admin.audit_purge | Data purged | Данные очищены |
admin.audit_pw_reset | Password reset | Пароль сброшен |
admin.audit_role | Role changed | Роль изменена |
admin.audit_settings_delete | Setting deleted | Настройка удалена |
admin.audit_status | Status changed | Статус изменён |
admin.author | Author | Автор |
admin.average | Average | Средний |
admin.avg_carbs | Avg carbs | Ср. углев. |
admin.avg_carbs_short | Avg carbs | Ср. углеводы |
admin.avg_daily_cal | Avg kcal/day | Ср. ккал/день |
admin.avg_fat | Avg fat | Ср. жиры |
admin.avg_fat_short | Avg fat | Ср. жиры |
admin.avg_kcal | Avg kcal | Ср. ккал |
admin.avg_kcal_day | Avg kcal/day | Ср. ккал/день |
admin.avg_price | Avg price | Ср. цена |
admin.avg_protein | Avg protein | Ср. белок |
admin.back | ← Back to app | ← Назад в приложение |
admin.backup | Backup | Резервная копия |
admin.birthday | Birthday | Дата рождения |
admin.block | Block | Заблокировать |
admin.blood_type | Blood type | Группа крови |
admin.brand_names | Brand names | Торговые названия |
admin.broadcast_body_ph | Email body… | Текст письма… |
admin.broadcast_confirm | Send mass email (filter: {filter})? | Отправить массовую рассылку (фильтр: {filter})? |
admin.broadcast_result | Mass email sent: {sent}/{total} | Рассылка отправлена: {sent}/{total} |
admin.broadcast_sent | Broadcast sent | Рассылка отправлена |
admin.broadcast_subject_ph | Email subject | Тема письма |
admin.bulk_activated | users activated | пользователей активировано |
admin.bulk_blocked | users blocked | пользователей заблокировано |
admin.calls | Calls | Запросов |
admin.calories | Calories | Калории |
admin.calories_100g | Calories (100g) | Калории (100г) |
admin.calories_30d | Calories last 30 days | Калории за 30 дней |
admin.cancel | Cancel | Отмена |
admin.carbs | Carbs | Углев. |
admin.carbs_g | Carbs (g) | Углеводы (г) |
admin.carbs_short | Carbs | Углев. |
admin.category | Category | Категория |
admin.chain | Chain | Сеть |
admin.cheapest | Cheapest drugs | Самые дешёвые лекарства |
admin.cheapest_label | Cheapest | Дешевейший |
admin.cleanup | Clean up | Очистить |
admin.client_errors_title | 🐛 Client-side errors (last | 🐛 Клиентские ошибки (последние |
admin.close | Close | Закрыть |
admin.compare | Compare | Сравнить |
← Previous Page 4 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