TempoLife › Features › Help translate TempoLife › de
German — Deutsch
0 of 5 217 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.
All strings Missing only
| Key | English | German |
|---|---|---|
mh.level_minimal | Minimal | missing |
mh.level_mod_severe | Moderately severe | missing |
mh.level_moderate | Moderate | missing |
mh.level_severe | Severe | missing |
mh.low | Low | missing |
mh.mood_1 | Very bad | missing |
mh.mood_2 | Bad | missing |
mh.mood_3 | Normal | missing |
mh.mood_4 | Good | missing |
mh.mood_5 | Excellent | missing |
mh.mood_label | Mood ({0}) | missing |
mh.mood_saved | ✅ Mood saved! | missing |
mh.mood_short | Mood | missing |
mh.mood_trend | Mood trend | missing |
mh.no_entries | No entries yet | missing |
mh.none | None | missing |
mh.normal | Normal | missing |
mh.notes | 📝 Notes | missing |
mh.notes_placeholder | How was your day... | missing |
mh.phq9 | 📋 PHQ-9 | missing |
mh.phq9_desc | An internationally recognized 9-question test that evaluates the presence and severity of… | missing |
mh.phq9_sub | Depression test | missing |
mh.rec_all_good | Excellent! Your mental health is in good shape. Continue your current habits — regular sl… | missing |
mh.rec_anxiety_high | Your anxiety level is high. Try breathing exercises (4-7-8 technique), meditation, and re… | missing |
mh.rec_combined | ⚠️ Both depression and anxiety tests show elevated scores. This is common — these conditi… | missing |
mh.rec_energy_low | Energy level is low. Regular exercise, adequate sleep, and balanced nutrition help boost… | missing |
mh.rec_gad7_high | GAD-7 test indicates moderate to severe anxiety. Consult your doctor who can recommend ap… | missing |
mh.rec_gad7_mild | GAD-7 score indicates mild anxiety (5–9). Try stress management techniques: meditation, y… | missing |
mh.rec_gad7_minimal | GAD-7 score is within normal range (0–4). No or minimal anxiety symptoms. Great! | missing |
mh.rec_gad7_moderate | GAD-7 score indicates moderate anxiety (10–14). We recommend talking to a doctor. Meanwhi… | missing |
mh.rec_gad7_severe | 🆘 GAD-7 score indicates severe anxiety (15+). See a doctor! Severe anxiety requires profe… | missing |
mh.rec_mood_low | Your mood has been low. Stay connected with loved ones and maintain an active lifestyle.… | missing |
mh.rec_phq9_high | PHQ-9 test indicates moderate to severe depression. We strongly recommend consulting your… | missing |
mh.rec_phq9_mild | PHQ-9 score indicates mild depression (5–9). Monitor the situation. Try exercise (30 min/… | missing |
mh.rec_phq9_minimal | PHQ-9 score is within normal range (0–4). No or minimal depression symptoms. Keep up the… | missing |
mh.rec_phq9_mod_severe | PHQ-9 score indicates moderately severe depression (15–19). We strongly recommend seeing… | missing |
mh.rec_phq9_moderate | PHQ-9 score indicates moderate depression (10–14). Talk to your doctor — they can assess… | missing |
mh.rec_phq9_severe | 🆘 PHQ-9 score indicates severe depression (20+). Seek professional help IMMEDIATELY! Seve… | missing |
mh.rec_sleep_low | You're not sleeping enough. Maintain a regular sleep schedule, avoid screens before bed,… | missing |
mh.rec_stress_high | Stress level is high. Schedule regular breaks, try nature walks, yoga, or progressive mus… | missing |
mh.rec_trend_down | Your mood has been trending downward recently. Pay attention to your wellbeing, ensure ad… | missing |
mh.recommendations | 💡 Recommendations | missing |
mh.save | Save | missing |
mh.save_mood | Save mood | missing |
mh.sleep_hours | 🛏️ Hours of sleep | missing |
mh.sleep_quality | 😴 Sleep quality | missing |
mh.sleep_short | Sleep | missing |
mh.status_concerning | A tough stretch — be kind to yourself | missing |
mh.status_good | Feeling good | missing |
mh.status_moderate | Mixed — check in with yourself | missing |
mh.streak | Day streak | missing |
mh.stress | 😫 Stress | missing |
mh.strong | Strong | missing |
mh.subtitle | Mood, energy and well-being | missing |
mh.title | 🧠 Mood & well-being | missing |
mh.trend_declining | Mood is declining | missing |
mh.trend_improving | Mood is improving | missing |
mh.trend_stable | Mood is stable | missing |
modal.confirm_delete | Are you sure you want to delete? | missing |
modal.confirm_title | Confirm | missing |
← Previous Page 56 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