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 |
|---|---|---|
app.error | ⚠️ Error | ⚠️ Ошибка |
app.female | ♀ Female | ♀ Женщина |
app.file_too_large | File is too large (max 5MB) | Файл слишком большой (макс. 5МБ) |
app.food_drug_label | 🥗 Food-drug | 🥗 Еда-лекарство |
app.found_code | ✅ Found: | ✅ Найдено: |
app.gad7_q1 | Feeling nervous, anxious, or on edge | Нервозность, тревожность, раздражительность |
app.gad7_q2 | Not being able to stop or control worrying | Неспособность остановить беспокойство |
app.gad7_q3 | Worrying too much about different things | Чрезмерное беспокойство о разных вещах |
app.gad7_q4 | Trouble relaxing | Беспокойное состояние, трудно усидеть на месте |
app.gad7_q5 | Being so restless that it's hard to sit still | Лёгкая раздражительность |
app.gad7_q6 | Feeling afraid as if something awful might happen | Страх, что произойдёт что-то ужасное |
app.gad7_q7 | Being easily annoyed or irritable | Неспособность расслабиться |
app.gad7_title | GAD-7 — Anxiety Assessment | GAD-7 — Оценка тревожности |
app.generic | 💰 Generic | 💰 Дженерик |
app.goal_label | goal | цель |
app.h_goal | h goal | ч цель |
app.high_risk | High risk | Высокий риск |
app.in_stock | ● In stock | ● В наличии |
app.incline | incline | наклон |
app.independent | Independent | Независимая |
app.info_group | ℹ️ Info | ℹ️ Инфо |
app.info_label | ℹ️ Info | ℹ️ Инфо |
app.inr_consult | Consult your doctor. | Проконсультируйтесь с врачом. |
app.inr_warning | ⚠️ INR out of range! | ⚠️ INR вне нормы! |
app.invalid_data | Invalid data | Неверные данные |
app.invalid_id | Invalid ID | Неверный ID |
app.kcal_per_activity | kcal/activity | ккал/активность |
app.kcal_total | kcal total | ккал всего |
app.less_info | Less info | Свернуть |
app.limit_price | Limit price | Предельная цена |
app.load_error | Loading error | Ошибка загрузки |
app.loading | Loading... | Загрузка... |
app.loc_not_found | Location not found | Местоположение не найдено |
app.login_required | Please log in | Войдите в систему |
app.male | ♂ Male | ♂ Мужчина |
app.measurement_saved | ✅ Measurement saved! | ✅ Измерение сохранено! |
app.method_not_allowed | Method not allowed | Метод не разрешён |
app.mild_group | 🟡 Moderate | 🟡 Умеренный |
app.min_total | min total | мин всего |
app.moderate | Moderate | Умеренный |
app.moderate_risk | Moderate risk | Умеренный риск |
app.monitor | ⚠ Monitor | ⚠ Наблюдать |
app.mood_bad | Bad | Плохо |
app.mood_excellent | Excellent | Отлично |
app.mood_good | Good | Хорошо |
app.mood_label | Mood: | Настроение: |
app.mood_normal | Normal | Нормально |
app.mood_saved | ✅ Mood saved! | ✅ Настроение сохранено! |
app.mood_very_bad | Very bad | Очень плохо |
app.more | more | ещё |
app.more_info | More info | Подробнее |
app.network_error | ❌ Network error | ❌ Ошибка сети |
app.no_activities_today | No activities today yet. Press "+ Add" to start! | Действий сегодня ещё нет. Нажмите "+ Добавить" чтобы начать! |
app.no_activities_yet | No activities added yet | Действий ещё не добавлено |
app.no_allergy_cross | ✅ No allergy cross-reactions! | ✅ Перекрёстных аллергических реакций нет! |
app.no_doses_today | No doses today | Сегодня доз нет |
app.no_drugs_added | No drugs added. | Лекарства не добавлены. |
app.no_drugs_for_symptom | No drugs found for this symptom | Для симптома «%s» препаратов не найдено |
app.no_entries_yet | No entries yet | Записей пока нет |
app.no_interaction_desc | No known interaction between these drugs in our database. | В нашей базе данных нет известного взаимодействия между этими лекарствами. |
← Previous Page 17 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