TempoLife › Features › Help translate TempoLife › de
German — Deutsch
0 of 5 174 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 |
|---|---|---|
ai_coach.meal_btn | 🤖 AI plan | missing |
ai_coach.meal_generate | Generate meal plan with AI | missing |
ai_coach.meal_sittings | {n} meals | missing |
ai_coach.method_blend | blender | missing |
ai_coach.method_no-cook | no cook | missing |
ai_coach.method_oven | oven | missing |
ai_coach.method_pan | pan | missing |
ai_coach.method_pot | pot | missing |
ai_coach.metrics_label | Key numbers | missing |
ai_coach.need_2_drugs | Add at least 2 medications for interaction analysis. | missing |
ai_coach.need_activity_data | No movement data for this period. | missing |
ai_coach.need_activity_today | No movement logged today. | missing |
ai_coach.need_food_data | Log some food for this day first. | missing |
ai_coach.need_heart_data | No resting heart-rate data for this period. | missing |
ai_coach.need_more_data | Need more data. Log health metrics for at least 5 days. | missing |
ai_coach.need_sleep_data | No sleep data for this period. | missing |
ai_coach.need_sleep_today | No sleep logged for last night. | missing |
ai_coach.need_symptoms | Log symptoms for AI to analyze. | missing |
ai_coach.need_weight_data | Log at least two weigh-ins first. | missing |
ai_coach.no_score | No score yet | missing |
ai_coach.nutrition_analyze | 🥗 Analyze food with AI | missing |
ai_coach.nutrition_score | Food score | missing |
ai_coach.nutrition_title | AI Food Coach | missing |
ai_coach.possible_causes | Possible causes | missing |
ai_coach.regenerate | Regenerate | missing |
ai_coach.remaining | Remaining | missing |
ai_coach.risk_level | Risk level | missing |
ai_coach.sleep_analyze | 😴 Analyze sleep with AI | missing |
ai_coach.sleep_score | Sleep score | missing |
ai_coach.sleep_title | AI Sleep Coach | missing |
ai_coach.symptom_analyze | 🩺 Analyze symptoms with AI | missing |
ai_coach.symptom_title | AI Symptom Analysis | missing |
ai_coach.thinking | AI is analyzing data... | missing |
ai_coach.urg_high | High | missing |
ai_coach.urg_low | Low | missing |
ai_coach.urg_medium | Medium | missing |
ai_coach.urg_urgent | Urgent | missing |
ai_coach.week_excellent | Excellent week | missing |
ai_coach.week_fair | Average week | missing |
ai_coach.week_good | Good week | missing |
ai_coach.week_tough | Tough week | missing |
ai_coach.weekly_generate | 📊 Generate | missing |
ai_coach.weekly_hint | Tap to generate — AI analyzes your 14-day health data | missing |
ai_coach.weekly_title | AI Weekly Report | missing |
ai_coach.weight_analyze | Analyze weight with AI | missing |
ai_coach.weight_score | Weight score | missing |
ailab.analyst | Analyst | missing |
ailab.correct | Looks correct | missing |
ailab.corrections | Correction inbox | missing |
ailab.craving_explain | Craving explainer | missing |
ailab.dismiss | Dismiss | missing |
ailab.edit | Edit data | missing |
ailab.fast_plan | Fasting plan | missing |
ailab.fast_timeline | Fasting timeline | missing |
ailab.fix_then_confirm | Correct the entry, then mark it fixed in the correction inbox | missing |
ailab.fixed | I fixed it | missing |
ailab.forgotten | You wanted, and maybe forgot | missing |
ailab.host | Host | missing |
ailab.journal_distill | Letter from me | missing |
ailab.letter | Letter from you to you | missing |
← Previous Page 13 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