TempoLife › Features › Help translate TempoLife › ru
Russian — Русский
5 188 of 5 190 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 |
|---|---|---|
drug.alcohol | 🍷 Alcohol | 🍷 Алкоголь |
drug.compare_prices | 🏪 Compare prices → | 🏪 Сравнить цены → |
drug.conflict_high | ⚠ CONFLICT | ⚠ КОНФЛИКТ |
drug.conflict_mod | ⚠ Monitor | ⚠ Следить |
drug.conflict_ok | ✓ OK | ✓ ОК |
drug.d | d | д |
drug.days | d | д |
drug.days_left | Left: ~{0} days | Осталось: ~{0} дней |
drug.days_left.one | Left: ~{n} day | Осталось: ~{n} день |
drug.days_left.other | Left: ~{n} days | Осталось: ~{n} дн. |
drug.display_name | Nickname on notifications (optional) | Прозвище в уведомлениях (опционально) |
drug.display_name_hint | Shown on lock-screen notifications instead of the drug name (privacy). | Показывается в уведомлениях на экране блокировки вместо названия лекарства (приватность). |
drug.display_name_ph | e.g. "V" or "Evening" | Напр. «V» или «Вечерний» |
drug.end_date | Course end | Конец курса |
drug.expired | Medication has expired! | Лекарство просрочено! |
drug.expired_short | Expired | Просрочено |
drug.expires_in | Expires in | Истекает через |
drug.expires_today | Expires today! | Истекает сегодня! |
drug.expires_tomorrow | Expires tomorrow! | Истекает завтра! |
drug.expiry | Expires | Срок годности |
drug.food_interaction | 🥗 Food-drug | 🥗 Еда-лекарство |
drug.generic | 💰 Generic | 💰 Дженерик |
drug.generic_tip | Ask your pharmacist for a cheaper alternative. | Спросите в аптеке более дешёвую альтернативу. |
drug.info | ℹ️ Info | ℹ️ Инфо |
drug.not_found | Drug not found | Препарат не найден |
drug.pill_count | Pills in stock (optional) | Таблеток в запасе (опционально) |
drug.pills_per_dose | Pills per dose | Таблеток в дозе |
drug.pregnancy | 🤰 Pregnancy | 🤰 Беременность |
drug.recipe | 📋 Prescription | 📋 Рецепт |
drug.reorder | ⚠️ Order new prescription! | ⚠️ Закажите новый рецепт! |
drug.side_effects | 📋 Side effects | 📋 Побочные эффекты |
drugs.add | + Add | + Добавить |
drugs.add_drug | ➕ Add drug | ➕ Добавить лекарство |
drugs.ai_active_ingredient | Active ingredient | Действующее вещество |
drugs.ai_add_drugs | ✅ Add selected drugs | ✅ Добавить выбранные |
drugs.ai_analyzing | Analyzing image... | Анализирую изображение... |
drugs.ai_confirm | Select drugs to add: | Выберите лекарства для добавления: |
drugs.ai_error | Error analyzing image | Ошибка анализа изображения |
drugs.ai_found | 💊 AI drug recognition | 💊 AI распознавание лекарств |
drugs.ai_no_drugs | No drugs detected. Try another image. | Лекарства не обнаружены. Попробуйте другое фото. |
drugs.ai_rate_limit | Daily AI limit reached (20/day) | Дневной лимит AI исчерпан (20/день) |
drugs.ai_scan | Recognize drug with AI | Распознать лекарство с ИИ |
drugs.cat_otc | Over-the-counter | Безрецептурный |
drugs.cat_rx | Prescription drug | Рецептурный препарат |
drugs.cat_suppl | Vitamin / Supplement | Витамин / Добавка |
drugs.day_fri | F | Пт |
drugs.day_mon | M | Пн |
drugs.day_sat | S | Сб |
drugs.day_sun | S | Вс |
drugs.day_thu | T | Чт |
drugs.day_tue | T | Вт |
drugs.day_wed | W | Ср |
drugs.diary_sub | Track your medications | Следите за приёмом лекарств |
drugs.diary_title | 💊 Drug Diary | 💊 Дневник лекарств |
drugs.drug_info | Drug info | Информация о лекарстве |
drugs.freq_daily | Every day | Каждый день |
drugs.freq_every_other | Every other day | Через день |
drugs.freq_specific | Specific days | В определённые дни |
drugs.frequency | Frequency | Как часто |
drugs.manual_add | Add manually | Добавить вручную |
← Previous Page 34 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