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.search_error | Search error. Try again. | Ошибка поиска. Попробуйте снова. |
nutr.search_food | Search food... | Искать продукт... |
nutr.season_apple | Apple | Яблоко |
nutr.season_beet | Beetroot | Свёкла |
nutr.season_blueberry | Blueberry | Черника |
nutr.season_cabbage | Cabbage | Капуста |
nutr.season_carrot | Carrot | Морковь |
nutr.season_cranberry | Cranberry | Клюква |
nutr.season_cucumber | Cucumber | Огурец |
nutr.season_fish_pike | Pike | Щука |
nutr.season_game | Game meat | Дичь |
nutr.season_lingon | Lingonberry | Брусника |
nutr.season_mushroom | Mushrooms | Грибы |
nutr.season_pear | Pear | Груша |
nutr.season_plum | Plum | Слива |
nutr.season_potato | Potato | Картофель |
nutr.season_pumpkin | Pumpkin | Тыква |
nutr.season_raspberry | Raspberry | Малина |
nutr.season_rhubarb | Rhubarb | Ревень |
nutr.season_strawberry | Strawberry | Клубника |
nutr.season_tomato | Tomato | Помидор |
nutr.season_zucchini | Zucchini | Кабачок |
nutr.seasonal_hint | Local produce in season — tap to log | Сезонные продукты — нажмите, чтобы записать |
nutr.seasonal_title | In season right now | Сейчас сезон |
nutr.select_food | Select a food | Выберите продукт |
nutr.shopping_aisle_dairy | Dairy | Молочные продукты |
nutr.shopping_aisle_dry | Pantry | Бакалея |
nutr.shopping_aisle_other | Other | Другое |
nutr.shopping_aisle_produce | Fruit & vegetables | Фрукты и овощи |
nutr.shopping_aisle_protein | Meat, fish & eggs | Мясо, рыба и яйца |
nutr.shopping_copied | Copied to clipboard | Скопировано в буфер |
nutr.shopping_empty | Grocery list is empty | Список покупок пуст |
nutr.shopping_share | Share list | Поделиться списком |
nutr.shopping_share_unavailable | Sharing not available | Поделиться нельзя |
nutr.snack | Snack | Перекус |
nutr.snack_short | 🍎 Snack | 🍎 Перекус |
nutr.status_excellent | Excellent! Your nutrition is balanced | Отлично! Питание сбалансировано |
nutr.status_good | Good! You're close to your target | Хорошо! Вы близки к цели |
nutr.status_moderate | Moderate — some macros need attention | Средне — некоторые макросы требуют внимания |
nutr.status_over | Eating too much! Watch your portions | Вы едите слишком много! Следите за порциями |
nutr.status_under | Eating too little! Increase your portions | Вы едите слишком мало! Увеличьте порции |
nutr.subtitle | Calories, meals and macros | Калории, приёмы пищи и БЖУ |
nutr.take_photo | Take a photo for AI food recognition | Сфотографируйте еду для AI распознавания |
nutr.tap_today | tap → today | нажмите → сегодня |
nutr.template_applied | Template added | Шаблон добавлен |
nutr.template_apply_error | Could not add template | Не удалось добавить шаблон |
nutr.template_apply_hint | Add this template to the diary | Добавить этот шаблон в дневник |
nutr.template_delete_confirm | Delete this template? | Удалить этот шаблон? |
nutr.template_deleted | Template deleted | Шаблон удалён |
nutr.template_empty | No templates yet | Шаблонов пока нет |
nutr.template_empty_meal | Nothing logged in this meal yet | В этом приёме ничего не записано |
nutr.template_manage | Manage templates | Управление шаблонами |
nutr.template_manage_hint | One-tap meal templates | Шаблоны приёмов в одно касание |
nutr.template_name | Template name | Название шаблона |
nutr.template_save_current | Save current meal as template | Сохранить текущий приём как шаблон |
nutr.template_saved | Template saved | Шаблон сохранён |
nutr.templates | My meal templates | Мои шаблоны приёмов |
nutr.today | Today | Сегодня |
nutr.today_meals | Today | Сегодня |
nutr.trend_down | Downward trend | Нисходящий тренд |
← Previous Page 63 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