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 |
|---|---|---|
nav.vitals | Vitals | Показатели |
nav.weight | Weight | Вес |
notif.bell | Notifications | Уведомления |
notif.breakfast_time | Breakfast reminder | Напоминание о завтраке |
notif.dinner_time | Dinner reminder | Напоминание об ужине |
notif.doses_marked | doses marked as taken | доз отмечено принятыми |
notif.earlier | Earlier | Ранее |
notif.empty | No notifications yet | Уведомлений пока нет |
notif.empty_sub | Friend messages and friend requests will show up here. | Сообщения друзей и заявки в друзья появятся здесь. |
notif.evening_drug_time | Evening medication time | Время вечерних лекарств |
notif.held | Held | Отложено |
notif.held_digest | Digest | Дайджест |
notif.held_failed | Not delivered | Не доставлено |
notif.held_limit | Daily limit | Дневной лимит |
notif.held_off | Push off | Push выключен |
notif.held_quiet | Quiet hours | Тихие часы |
notif.just_now | Just now | Только что |
notif.load_error | Could not load notifications | Не удалось загрузить уведомления |
notif.lunch_time | Lunch reminder | Напоминание об обеде |
notif.mark_all_read | Mark all read | Отметить всё прочитанным |
notif.meal_log_prompt | Time to eat and log your food. | Пора поесть и записать еду. |
notif.morning_drug_time | Morning medication time | Время утренних лекарств |
notif.open_app | Open app | Открыть приложение |
notif.schedule_desc | Daily notification overview | Обзор уведомлений за день |
notif.schedule_title | Notification schedule | Расписание уведомлений |
notif.settings | Notification settings | Настройки уведомлений |
notif.steps_time | Steps reminder | Напоминание о шагах |
notif.take_all | Took them — mark all | Принял — отметить все |
notif.title | Notifications | Уведомления |
notif.today | Today | Сегодня |
notif.unread | unread | непрочитанных |
notif.weight_time | Weigh-in reminder | Напоминание о взвешивании |
notif.yesterday | Yesterday | Вчера |
nutr.add | + Add | + Добавить |
nutr.add_custom | ✏️ Add custom food | ✏️ Добавить свой продукт |
nutr.add_food | + Add {0} | + Добавить {0} |
nutr.add_hint | Tap "Add" to add food | Нажмите "Добавить" для добавления еды |
nutr.add_to_log | + Add to log | + Добавить в дневник |
nutr.added_db | added to database | добавлено в базу |
nutr.ai_add_food | + Add selected foods to log | + Добавить выбранные продукты в дневник |
nutr.ai_analyzing | AI is analyzing the image... | AI анализирует изображение... |
nutr.ai_confidence | confidence | уверенность |
nutr.ai_confirm | AI identified the following foods. Check the ones to add and adjust amounts: | AI определил следующие продукты. Отметьте нужные и скорректируйте количество: |
nutr.ai_error | Error analyzing image. Please try again. | Ошибка анализа изображения. Попробуйте снова. |
nutr.ai_found | AI Food Recognition | AI распознавание еды |
nutr.ai_no_food | No food found in the image. Try another photo. | На изображении не найдено продуктов. Попробуйте другое фото. |
nutr.ai_rate_limit | Daily AI analysis limit (20) reached. Try again tomorrow. | Дневной лимит AI анализа (20) исчерпан. Попробуйте завтра. |
nutr.ai_shortcut | ⚡ AI | ⚡ AI |
nutr.ai_shortcut_hint | Search or favorites is fastest. 📸 AI scan — when you are in a hurry. | Поиск или избранное быстрее. 📸 AI-скан — когда торопитесь. |
nutr.ai_shortcut_title | AI scan — when busy | AI-скан — если спешите |
nutr.ai_source_known | Known food | Известный продукт |
nutr.ai_source_label_read | Label read | Прочитано с этикетки |
nutr.ai_source_visual | Visual estimate | Визуальная оценка |
nutr.amount_g | Amount (g) | Количество (г) |
nutr.analysis_loading | Analyzing... | Анализирую... |
nutr.analysis_no_data | Not enough data for analysis. Add some food entries! | Недостаточно данных для анализа. Добавьте записи о еде! |
nutr.analysis_title | 📊 Analysis & Recommendations | 📊 Анализ и рекомендации |
nutr.avg_day | day | день |
nutr.avg_vs_target | Average vs target | Среднее vs цель |
nutr.breakfast | Breakfast | Завтрак |
← Previous Page 60 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