TempoLife › Features › Help translate TempoLife › de
German — Deutsch
0 of 5 190 TempoLife strings are translated into German (0.0%). Browse the string list, see the English source next to the current text, and suggest a better one.
Not started. German compounds are long, so button and tab strings need particular care.
The string list
Every row is one string in the app. The English column is the source; the German 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.
Show all strings Missing only
| Key | English | German |
|---|---|---|
heart.decay_fast | fast | missing |
heart.decay_medium | medium | missing |
heart.decay_slow | slow | missing |
heart.decay_title2 | HR drop half-time | missing |
heart.disclaimer | TempoLife shows tracking data, not a medical diagnosis. If you feel unwell, contact a hea… | missing |
heart.effort_cv | BPM variability | missing |
heart.effort_interval | Interval-style | missing |
heart.effort_mixed | Undulating | missing |
heart.effort_steady | Sustained | missing |
heart.empty_body | Connect Health Connect or a supported watch to bring your heart-rate readings here. | missing |
heart.empty_title | No heart-rate data yet | missing |
heart.epoc_high | High | missing |
heart.epoc_low | Low | missing |
heart.epoc_moderate | Moderate | missing |
heart.epoc_note | A coarse estimate from your zone minutes — a wellness pointer, not a metabolic measuremen… | missing |
heart.epoc_week | Week EPOC estimate | missing |
heart.export_csv | ⬇️ CSV | missing |
heart.export_json | ⬇️ JSON | missing |
heart.fasting_avg | Fasting avg | missing |
heart.fasting_hr_title | Heart rate during fasting | missing |
heart.fasting_note | Average heart rate on fasting days vs the rest of the day | missing |
heart.fasting_outside | Outside fasting | missing |
heart.fresh_just_now | Updated just now | missing |
heart.fresh_missing | No recent reading | missing |
heart.hero_spark_a11y | Heart rate sparkline | missing |
heart.history | History | missing |
heart.home_heart | Heart rate | missing |
heart.home_rhr | RHR | missing |
heart.hrv_aria | HRV RMSSD trend, {n} daily points. | missing |
heart.hrv_cv_high | Fluctuating HRV | missing |
heart.hrv_cv_low | Very steady HRV | missing |
heart.hrv_cv_medium | Moderately steady HRV | missing |
heart.hrv_cv_note | CV = spread/mean of the last 7 days of HRV. Lower = steadier recovery rhythm | missing |
heart.hrv_cv_title | HRV consistency | missing |
heart.hrv_empty | HRV samples appear after a watch sync. | missing |
heart.hrv_latest | Latest RMSSD | missing |
heart.hrv_nights_avg | Nightly avg | missing |
heart.hrv_note | Your RMSSD line, not a readiness score. | missing |
heart.hrv_title | HRV trend | missing |
heart.insight_baseline_body | Heart rate changes naturally with movement, recovery, stress and sleep. More days make th… | missing |
heart.insight_baseline_title | Building your baseline | missing |
heart.insight_change_body | The later part of this period averaged {n} BPM compared with the earlier part. | missing |
heart.insight_down_title | Average trended lower | missing |
heart.insight_night_body | Your readings ranged from {min} to {max} BPM last night. | missing |
heart.insight_night_title | Last night at a glance | missing |
heart.insight_steady_body | Your average heart rate stayed close to its earlier level in this period. | missing |
heart.insight_steady_title | Fairly steady trend | missing |
heart.insight_title | 💡 Your trend | missing |
heart.insight_today_body | Your readings range from {min} to {max} BPM today. | missing |
heart.insight_today_title | Today at a glance | missing |
heart.insight_up_title | Average trended higher | missing |
heart.kpi_rhr_vs_baseline | RHR vs baseline | missing |
heart.kpi_streak | days in a row | missing |
heart.kpi_today_vs_week | vs 7-day avg | missing |
heart.latest | Latest | missing |
heart.latest_readings | Latest readings | missing |
heart.load_empty | Cardiac load uses your all-day zone minutes. | missing |
heart.load_note | Load weights minutes by zone. A wellness trend, not a training prescription. | missing |
heart.load_title | Cardiac load | missing |
heart.load_usual | Usual week | missing |
← Previous Page 41 of 87 Next →
What makes a good German 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 — 0 lines in the German 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