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.pharmacy_count | Pharmacies | Аптек |
admin.pharmacy_not_found | Pharmacy not found | Аптека не найдена |
admin.pharmacy_quality | 🏥 Pharmacy data quality | 🏥 Качество данных аптек |
admin.phone | Phone | Телефон |
admin.php_error_log | 🐛 PHP error log (last 50 lines) | 🐛 PHP лог ошибок (последние 50 строк) |
admin.popular_foods | Popular foods | Популярные продукты |
admin.premium_granted | Premium granted | Премиум выдан |
admin.premium_removed | Premium removed | Премиум убран |
admin.premium_since | Premium since | Премиум с |
admin.price | Price | Цена |
admin.price_report | Price report | Отчёт по ценам |
admin.price_spreads | 💰 Largest price spreads | 💰 Наибольшие ценовые разрывы |
admin.prices | Prices | Цен |
admin.property | Property | Свойство |
admin.protein | Protein | Белок |
admin.protein_g | Protein (g) | Белок (г) |
admin.purge | Purge | Очистить |
admin.purge_all | All | Все |
admin.purge_confirm | Purge "{target}" entries older than {days} days? | Очистить записи "{target}" старше {days} дней? |
admin.purge_login_failures | Failed logins | Неудачные входы |
admin.purge_rate_limits | Rate limit entries | Записи rate limit |
admin.purge_result | Purged: {count} entries | Очищено: {count} записей |
admin.purge_verify_codes | Expired verification codes | Просроченные коды подтверждения |
admin.purged | Purged | Очищено |
admin.purpose | Purpose | Назначение |
admin.push_subscribers | Push subscribers | Push подписчики |
admin.pw_note | Copy this password and send to user. It will not be shown again. | Скопируйте этот пароль и отправьте пользователю. Он больше не будет показан. |
admin.quality | Quality | Качество |
admin.range_30d | 30 days | 30 дней |
admin.range_7d | 7 days | 7 дней |
admin.rate_limit | Rate limit | Лимит запросов |
admin.recent_doses | Recent doses | Последние дозы |
admin.recent_food_logs | Recent food log entries | Последние записи журнала еды |
admin.recent_logins | Recent logins | Последние входы |
admin.recipient_filter | Recipient filter | Фильтр получателей |
admin.records | records | записей |
admin.refresh | Refresh | Обновить |
admin.region | Region | Регион |
admin.regions | Regions | Регионов |
admin.regions_count | Regions | Регионов |
admin.registered | Registered | Зарегистрирован |
admin.registered_today | Registered today | Зарегистрировались сегодня |
admin.registrations_30d | Registrations (30 days) | Регистрации (30 дней) |
admin.remove_premium | Remove Premium | Убрать премиум |
admin.resend_verify | Resend code | Отпр. код |
admin.resend_verify_confirm | Resend verification code to {email}? | Отправить код подтверждения повторно на {email}? |
admin.resend_verify_fail | Sending failed | Отправка не удалась |
admin.resend_verify_ok | Verification code sent: {email} | Код подтверждения отправлен: {email} |
admin.resend_verify_title | Resend verification code | Отправить код подтверждения повторно |
admin.reset_pw_confirm | Reset password for {email}? | Сбросить пароль для {email}? |
admin.retention | Retention | Удержание |
admin.returned | Returned | Вернулись |
admin.role | Role | Роль |
admin.role_changed | Role changed | Роль изменена |
admin.rows | Rows | Строк |
admin.save | Save | Сохранить |
admin.saved | Saved | Сохранено |
admin.search_all | 🔍 Search everywhere (users, foods, drugs, pharmacies)... | 🔍 Искать везде (пользователи, еда, лекарства, аптеки)... |
admin.search_drug | Search drug... | Искать лекарство... |
admin.search_food | Search food... | Искать продукт... |
← Previous Page 9 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