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.users_verified | {count} users verified | {count} пользователей подтверждено |
admin.users_verified.one | 1 user verified | {n} пользователь подтверждён |
admin.users_verified.other | {n} users verified | {n} пользователей подтверждено |
admin.value | Value | Значение |
admin.verified | Verified | Подтверждённые |
admin.verify | Verify | Подтвердить |
admin.verify_all | Verify all | Подтвердить всех |
admin.verify_all_confirm | Verify {count} users? | Подтвердить {count} пользователей? |
admin.verify_all_confirm.one | Verify 1 user? | Подтвердить {n} пользователя? |
admin.verify_all_confirm.other | Verify {n} users? | Подтвердить {n} пользователей? |
admin.version | Version | Версия |
admin.view | View | Просмотр |
admin.vital_logs | Vital entries | Записей показателей |
admin.wal_size | WAL size | Размер WAL |
admin.warnings | Warnings | Предупреждения |
admin.week | Week | Неделя |
admin.weight_entries | Weight entries | Записей веса |
admin.weight_kg | Weight (kg) | Вес (кг) |
admin.weight_log | Weight log | Журнал веса |
admin.weight_logs | Weight logs | Журнал веса |
admin.yes | Yes | Да |
ai.need_more_data | Log more data (sleep, steps, mood) to see personal recommendations. | Записывайте больше данных (сон, шаги, настроение) для персональных рекомендаций. |
ai.sleep_irregular | Your sleep schedule varies a lot. Regular sleep improves rest. | Режим сна сильно колеблется. Регулярный график улучшит сон. |
ai.sleep_mood | More sleep = better mood. | Больше сна = лучше настроение. |
ai.steps_declining | Your activity has declined. Try to move more. | Активность снизилась. Постарайтесь больше двигаться. |
ai.steps_improving | Your step count is trending up! Keep it up. | Количество шагов растёт! Продолжайте в том же духе. |
ai.steps_mood | You feel better on active days. Move more! | В активные дни настроение лучше. Двигайтесь больше! |
ai.title | AI Insights — Personal Recommendations | Рекомендации AI |
ai_coach.activity_analyze | 🏃 Analyze movement with AI | 🏃 Анализ движения с AI |
ai_coach.activity_score | Movement score | Оценка движения |
ai_coach.activity_title | AI Movement Coach | AI тренер по движению |
ai_coach.ai_do | What to do | Что делать |
ai_coach.ai_experiment | Try this week | Попробуйте на этой неделе |
ai_coach.ai_meal_plan | AI Meal Plan | AI план питания |
ai_coach.ai_patterns | Patterns in your data | Закономерности в данных |
ai_coach.band_critical | Critical | Критично |
ai_coach.band_excellent | Excellent | Отлично |
ai_coach.band_fair | Fair | Удовлетворительно |
ai_coach.band_good | Good | Хорошо |
ai_coach.band_poor | Needs work | Требует внимания |
ai_coach.concerns | Attention | Внимание |
ai_coach.cook_heat | Cook {n} min | Готовка {n} мин |
ai_coach.cook_mins | {n} min | {n} мин |
ai_coach.cook_prep | Prep {n} min | Подготовка {n} мин |
ai_coach.correlations | Correlations | Корреляции |
ai_coach.details | Details | Подробнее |
ai_coach.drug_analyze | 🧠 Analyze with AI (drugs + food) | 🧠 Анализ AI (лекарства + еда) |
ai_coach.drug_side_effect | Possible drug side effect | Возможный побочный эффект |
ai_coach.drug_title | AI Interaction Analysis | AI анализ взаимодействий |
ai_coach.error | AI service unavailable. Try again later. | AI сервис недоступен. Попробуйте позже. |
ai_coach.food_drug | Food-drug interactions | Взаимодействия еды и лекарств |
ai_coach.from_library | From library | Готовый совет |
ai_coach.generate_ai | Analyze this with AI | Проанализировать данные с ИИ |
ai_coach.goals | Goals | Цели |
ai_coach.heart_analyze | ❤️ Analyze heart rate with AI | ❤️ Анализ пульса с AI |
ai_coach.heart_score | Heart score | Оценка сердца |
ai_coach.heart_title | AI Heart Coach | AI тренер по сердцу |
ai_coach.highlights | Highlights | Позитивное |
ai_coach.how_to_cook | How to cook | Как приготовить |
ai_coach.ingredients | Ingredients | Ингредиенты |
← Previous Page 12 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