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 |
|---|---|---|
nutr.breakfast_short | 🌅 Breakfast | 🌅 Завтрак |
nutr.camera_shortcut_title | Take a food photo | Сфотографировать еду |
nutr.carbohydrates | carbs | углеводы |
nutr.carbs | Carbohydrates | Углеводы |
nutr.carbs_short | C | У |
nutr.choose_meal | Choose meal | Выберите приём пищи |
nutr.code | Code | Код |
nutr.composition | Where today's calories come from | Откуда сегодняшние калории |
nutr.connection_error | Connection error | Ошибка соединения |
nutr.cooked_add_portion | Log one portion | Записать одну порцию |
nutr.cooked_bank_borss | Borscht | Борщ |
nutr.cooked_bank_kanapasta | Chicken pasta | Паста с курицей |
nutr.cooked_bank_puder | Porridge | Каша |
nutr.cooked_btn | Home-cooked dish | Домашнее блюдо |
nutr.cooked_estimate | Estimate | Оценить |
nutr.cooked_evidence | Matched ingredients | Подобранные ингредиенты |
nutr.cooked_hint | List the ingredients — AI matches them to foods and we compute the macros | Перечислите ингредиенты — ИИ сопоставит их с продуктами, а мы посчитаем макросы |
nutr.cooked_ingredients | Ingredients (e.g. 200 g chicken, 1 cup rice) | Ингредиенты (напр. 200 г курицы, 1 чашка риса) |
nutr.cooked_logged | {name} portion logged | Порция «{name}» записана |
nutr.cooked_name | Dish name (optional) | Название блюда (необязательно) |
nutr.cooked_per_portion | {g} g per portion | {g} г на порцию |
nutr.cooked_recomputed | Macros recomputed from food database | Макросы пересчитаны из базы продуктов |
nutr.cooked_servings | Servings | Порции |
nutr.cooked_short | dish estimate | оценка блюда |
nutr.cooked_title | Estimate a home-cooked dish | Оценка домашнего блюда |
nutr.days_logged | days logged | дней записано |
nutr.days_short | d | дн |
nutr.delete | Delete | Удалить |
nutr.deleted | Deleted | Удалено |
nutr.dinner | Dinner | Ужин |
nutr.dinner_short | 🌆 Dinner | 🌆 Ужин |
nutr.double | Double | Удвоить |
nutr.eat_window | Eating window today | Окно питания сегодня |
nutr.enter_amount | Enter amount | Введите количество |
nutr.error | Error | Ошибка |
nutr.fat | Fat | Жиры |
nutr.fat_short | F | Ж |
nutr.fats | fat | жиры |
nutr.food_added | {name} added ({cal} kcal) | {name} добавлено ({cal} ккал) |
nutr.food_added_db | "{name}" added to database | "{name}" добавлено в базу данных |
nutr.food_items | food items | продуктов |
nutr.frequent | Frequent | Часто |
nutr.ghost_day | Usual picks for an empty day | Обычный выбор для пустого дня |
nutr.halve | Halve | Половина |
nutr.in_meal | logged in this meal | записано в этот приём |
nutr.insights_days_logged | {n} days analysed | проанализировано дней: {n} |
nutr.insights_late | {pct}% of calories after 20:00 on {days} logged days | {pct}% калорий после 20:00 ({days} записанных дней) |
nutr.insights_meal_variance | {meal} is your most regular meal (median {time}, spread ±{min} min) | {meal} — самый регулярный приём (медиана {time}, разброс ±{min} мин) |
nutr.insights_missed | {meal} skipped {n}× | {meal} пропущен {n}× |
nutr.insights_title | Eating regularity | Регулярность питания |
nutr.insights_weekend_earlier | Weekend eating shifts {min} min earlier | По выходным еда сдвигается на {min} мин раньше |
nutr.insights_weekend_later | Weekend eating shifts {min} min later | По выходным еда сдвигается на {min} мин позже |
nutr.invalid_weight | Enter a valid weight (20–500 kg) | Введите корректный вес (20–500 кг) |
nutr.invalid_weight_imp | Enter a valid weight (44–1100 lb) | Введите корректный вес (44–1100 lb) |
nutr.kcal_100g | kcal/100g | ккал/100г |
nutr.kcal_eaten | kcal eaten | ккал съедено |
nutr.kcal_left | {kcal} kcal left | осталось {kcal} ккал |
nutr.kcal_target | kcal target | ккал цель |
nutr.lunch | Lunch | Обед |
nutr.lunch_short | ☀️ Lunch | ☀️ Обед |
← Previous Page 61 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