TempoLife › Features › Help translate TempoLife › ru
Russian — Русский
5 214 of 5 216 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 |
|---|---|---|
helpdesk.human_reply_note | This goes to our team — we reply Mon–Fri 9–17 EET. | Это попадает к нашей команде — отвечаем в будни 9–17. |
helpdesk.lang_en | English | английской |
helpdesk.lang_et | Estonian | эстонской |
helpdesk.lang_fi | Finnish | финской |
helpdesk.lang_ru | Russian | русской |
helpdesk.mic | Voice question | Голосовой вопрос |
helpdesk.mic_stop | Stop listening | Остановить запись |
helpdesk.my_tickets | My tickets | Мои обращения |
helpdesk.network_error | Could not reach the help service — please try again. | Служба поддержки недоступна — попробуйте ещё раз. |
helpdesk.no_tickets | No tickets yet. | Обращений пока нет. |
helpdesk.not_found | Not found | Не найдено |
helpdesk.notif_generic | Update from support | Обновление от поддержки |
helpdesk.notif_ticket_reply | Support replied to your ticket | Поддержка ответила на ваш запрос |
helpdesk.open_ticket | Open a ticket | Открыть обращение |
helpdesk.rate_down | Not helpful | Не полезно |
helpdesk.rate_up | Helpful | Полезно |
helpdesk.related | Related | Связанные |
helpdesk.remaining | AI answers left today | Ответов AI осталось сегодня |
helpdesk.reopen | Reopen ticket | Открыть заново |
helpdesk.reply_ph | Write a reply… | Напишите ответ… |
helpdesk.satisfaction_ask | How did we do? | Как мы справились? |
helpdesk.satisfaction_thanks | Thanks for rating! | Спасибо за оценку! |
helpdesk.screen_campaign | Campaign | Кампания |
helpdesk.screen_meditation | Meditation | Медитация |
helpdesk.screen_mental | Mental health | Психическое здоровье |
helpdesk.screen_wellbeing | Wellbeing | Благополучие |
helpdesk.screenshot | Add screenshot | Добавить скриншот |
helpdesk.search_ask_ai | 🤖 Ask the AI | 🤖 Спросить AI |
helpdesk.search_empty | No exact match found. | Точного совпадения не найдено. |
helpdesk.search_fuzzy | Approximate match | Приблизительное совпадение |
helpdesk.search_open_ticket | 📩 Open a ticket | 📩 Открыть обращение |
helpdesk.search_ph | Ask anything… e.g. "How do I start a fast?" | Спросите что угодно… напр. «Как начать голодание?» |
helpdesk.search_results | Articles | Статьи |
helpdesk.send | Send | Отправить |
helpdesk.support | Support | Поддержка |
helpdesk.thanks_rate | Thanks for the feedback! | Спасибо за отзыв! |
helpdesk.thinking | Thinking… | Думаю… |
helpdesk.ticket_created | Ticket created — we reply Mon–Fri 9–17 EET | Обращение создано — ответим в будни 9–17 |
helpdesk.ticket_email | Your email (for our reply) | Ваш email (чтобы мы могли ответить) |
helpdesk.ticket_message | Message | Сообщение |
helpdesk.ticket_status_ai_answered | AI answered | AI ответил |
helpdesk.ticket_status_new | New | Новое |
helpdesk.ticket_status_open | Open | Открыто |
helpdesk.ticket_status_resolved | Resolved | Решено |
helpdesk.ticket_status_spam | Closed | Закрыто |
helpdesk.ticket_status_waiting_user | Waiting for you | Ждёт вас |
helpdesk.ticket_subject | Subject | Тема |
helpdesk.ticket_submit | Send ticket | Отправить обращение |
helpdesk.you | You | Вы |
home.add | + Add | + Добавить |
home.bmi | BMI | ИМТ |
home.glasses_short | glasses | стак. |
home.good_afternoon | Good afternoon | Добрый день |
home.good_evening | Good evening | Добрый вечер |
home.good_morning | Good morning | Доброе утро |
home.good_night | Good night | Доброй ночи |
home.hours_short | h sleep | ч сна |
home.hours_sleep | hours sleep | часов сна |
home.how_are_you | 🧠 How are you? | 🧠 Как дела? |
home.kcal_burned | kcal burned | ккал сожжено |
← Previous Page 48 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