TempoLife › Features › Help translate TempoLife › ru
Russian — Русский
5 215 of 5 217 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 |
|---|---|---|
pdf.entries | Entries | Записей |
pdf.mood | Mood | Настроение |
pdf.mood_attention | Needs attention | Требует внимания |
pdf.mood_concern | Concerning | Вызывает беспокойство |
pdf.mood_diary | Mood diary | Дневник настроения |
pdf.mood_good | Good mental health | Хорошее психическое здоровье |
pdf.mood_ok | Satisfactory | Удовлетворительно |
pdf.mood_section | Mood & Mental Health (30 days) | Настроение и психическое здоровье (30 дней) |
pdf.notes | Notes | Заметки |
pdf.sleep_bad | Insufficient sleep | Недостаточный сон |
pdf.sleep_good | Sufficient sleep | Достаточный сон |
pdf.sleep_h | Sleep (h) | Сон (ч) |
pdf.sleep_low | Slightly low | Немного мало |
pdf.stress | Stress | Стресс |
period.1m | 1 month | 1 месяц |
period.1y | 1 year | 1 год |
period.24h | 24h | 24ч |
period.30d | 30 days | 30 дней |
period.3m | 3 months | 3 месяца |
period.6m | 6 months | 6 месяцев |
period.7d | 7 days | 7 дней |
period.apr | Apr | апр |
period.aug | Aug | авг |
period.dec | Dec | дек |
period.feb | Feb | фев |
period.fri | Fri | Пт |
period.jan | Jan | янв |
period.jul | Jul | июль |
period.jun | Jun | июнь |
period.mar | Mar | март |
period.may | May | май |
period.mon | Mon | Пн |
period.nov | Nov | нояб |
period.oct | Oct | окт |
period.sat | Sat | Сб |
period.sep | Sep | сент |
period.sun | Sun | Вс |
period.thu | Thu | Чт |
period.tue | Tue | Вт |
period.wed | Wed | Ср |
period.week | Week | Неделя |
pharm.back | ← Back | ← Назад |
pharm.back_dashboard | Back to dashboard | Вернуться на главный экран |
pharm.best_price | Best price | Лучшая цена |
pharm.city_region | City or region... | Город или регион... |
pharm.city_required | Select a city or region first | Сначала выберите город или регион |
pharm.db_empty | Database currently empty | База данных пуста |
pharm.drug_name | Drug name... | Название лекарства... |
pharm.drugs_count | drugs | лекарств |
pharm.enter_drug | 💊 Enter drug name | 💊 Введите название лекарства |
pharm.enter_location | 📍 Enter location | 📍 Введите местоположение |
pharm.estonia_only | 🇪🇪 Available only in Estonia | 🇪🇪 Доступно только в Эстонии |
pharm.find_cheapest | 💊 Find cheapest pharmacy | 💊 Найти дешевейшую аптеку |
pharm.found_summary | Found: %otc_w% / %otc% OTC · %rx_w% / %rx% prescription drugs at pharmacies | Найдено: %otc_w% / %otc% безрецептурных · %rx_w% / %rx% рецептурных препаратов в аптеках |
pharm.guest_limit | ⚠️ As a guest you have {0} searches left | ⚠️ Как гость вы можете сделать ещё {0} поисков |
pharm.import_data | ⚠️ Import data | ⚠️ Импортировать данные |
pharm.in_stock | ● In stock | ● В наличии |
pharm.my_drugs | My drugs | Мои лекарства |
pharm.not_found | 😔 Drug "{0}" not found in region "{1}". | 😔 Лекарство "{0}" не найдено в регионе "{1}". |
pharm.not_in_location | This drug is currently not available in {0} | Этого препарата сейчас нет в продаже в {0} |
← Previous Page 65 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