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 |
|---|---|---|
ai_coach.meal_btn | 🤖 AI plan | 🤖 AI план |
ai_coach.meal_generate | Generate meal plan with AI | Составить меню с ИИ |
ai_coach.meal_sittings | {n} meals | {n} приёма |
ai_coach.method_blend | blender | блендер |
ai_coach.method_no-cook | no cook | без готовки |
ai_coach.method_oven | oven | духовка |
ai_coach.method_pan | pan | сковорода |
ai_coach.method_pot | pot | кастрюля |
ai_coach.metrics_label | Key numbers | Ключевые цифры |
ai_coach.need_2_drugs | Add at least 2 medications for interaction analysis. | Добавьте минимум 2 лекарства для анализа. |
ai_coach.need_activity_data | No movement data for this period. | Нет данных о движении за этот период. |
ai_coach.need_activity_today | No movement logged today. | Сегодня движение не записано. |
ai_coach.need_food_data | Log some food for this day first. | Сначала запишите еду за этот день. |
ai_coach.need_heart_data | No resting heart-rate data for this period. | Нет данных о пульсе покоя за этот период. |
ai_coach.need_more_data | Need more data. Log health metrics for at least 5 days. | Нужно больше данных. Записывайте показатели минимум 5 дней. |
ai_coach.need_sleep_data | No sleep data for this period. | Нет данных о сне за этот период. |
ai_coach.need_sleep_today | No sleep logged for last night. | Сон прошлой ночи не записан. |
ai_coach.need_symptoms | Log symptoms for AI to analyze. | Запишите симптомы для анализа AI. |
ai_coach.need_weight_data | Log at least two weigh-ins first. | Сначала добавьте хотя бы два взвешивания. |
ai_coach.no_score | No score yet | Оценки пока нет |
ai_coach.nutrition_analyze | 🥗 Analyze food with AI | 🥗 Анализ еды с AI |
ai_coach.nutrition_score | Food score | Оценка еды |
ai_coach.nutrition_title | AI Food Coach | AI тренер по еде |
ai_coach.possible_causes | Possible causes | Возможные причины |
ai_coach.regenerate | Regenerate | Обновить |
ai_coach.remaining | Remaining | Осталось |
ai_coach.risk_level | Risk level | Уровень риска |
ai_coach.sleep_analyze | 😴 Analyze sleep with AI | 😴 Анализ сна с AI |
ai_coach.sleep_score | Sleep score | Оценка сна |
ai_coach.sleep_title | AI Sleep Coach | AI тренер по сну |
ai_coach.symptom_analyze | 🩺 Analyze symptoms with AI | 🩺 Анализ симптомов с AI |
ai_coach.symptom_title | AI Symptom Analysis | AI анализ симптомов |
ai_coach.thinking | AI is analyzing data... | AI анализирует данные... |
ai_coach.urg_high | High | Высокая |
ai_coach.urg_low | Low | Низкая |
ai_coach.urg_medium | Medium | Средняя |
ai_coach.urg_urgent | Urgent | Срочно |
ai_coach.week_excellent | Excellent week | Отличная неделя |
ai_coach.week_fair | Average week | Средняя неделя |
ai_coach.week_good | Good week | Хорошая неделя |
ai_coach.week_tough | Tough week | Тяжёлая неделя |
ai_coach.weekly_generate | 📊 Generate | 📊 Создать |
ai_coach.weekly_hint | Tap to generate — AI analyzes your 14-day health data | Нажмите — AI проанализирует ваши данные за 14 дней |
ai_coach.weekly_title | AI Weekly Report | AI недельный отчёт |
ai_coach.weight_analyze | Analyze weight with AI | Анализ веса с ИИ |
ai_coach.weight_score | Weight score | Оценка веса |
ailab.analyst | Analyst | Аналитик |
ailab.correct | Looks correct | Всё верно |
ailab.corrections | Correction inbox | Папка исправлений |
ailab.craving_explain | Craving explainer | Объяснение тяги |
ailab.dismiss | Dismiss | Скрыть |
ailab.edit | Edit data | Изменить данные |
ailab.fast_plan | Fasting plan | План поста |
ailab.fast_timeline | Fasting timeline | Хронология поста |
ailab.fix_then_confirm | Correct the entry, then mark it fixed in the correction inbox | Исправьте запись, затем отметьте её исправленной в папке исправлений |
ailab.fixed | I fixed it | Я исправил(а) |
ailab.forgotten | You wanted, and maybe forgot | Вы хотели и, возможно, забыли |
ailab.host | Host | Ведущий |
ailab.journal_distill | Letter from me | Письмо от меня |
ailab.letter | Letter from you to you | Письмо от вас к себе |
← Previous Page 13 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