TempoLife › Features › Help translate TempoLife › fi
Finnish — Suomi
5 173 of 5 174 TempoLife strings are translated into Finnish (100.0%). Browse the string list, see the English source next to the current text, and suggest a better one.
Shipping. The health and food vocabulary is where most of the remaining awkwardness is.
The string list
Every row is one string in the app. The English column is the source; the Finnish 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 | Finnish |
|---|---|---|
admin.users_verified | {count} users verified | {count} käyttäjää vahvistettu |
admin.users_verified.one | 1 user verified | 1 käyttäjä vahvistettu |
admin.users_verified.other | {n} users verified | {n} käyttäjää vahvistettu |
admin.value | Value | Arvo |
admin.verified | Verified | Vahvistettu |
admin.verify | Verify | Vahvista |
admin.verify_all | Verify all | Vahvista kaikki |
admin.verify_all_confirm | Verify {count} users? | Vahvistetaanko {count} käyttäjää? |
admin.verify_all_confirm.one | Verify 1 user? | Vahvista 1 käyttäjä? |
admin.verify_all_confirm.other | Verify {n} users? | Vahvista {n} käyttäjää? |
admin.version | Version | Versio |
admin.view | View | Näytä |
admin.vital_logs | Vital entries | Elintoimintokirjauksia |
admin.wal_size | WAL size | WAL-koko |
admin.warnings | Warnings | Varoitukset |
admin.week | Week | Viikko |
admin.weight_entries | Weight entries | Painokirjauksia |
admin.weight_kg | Weight (kg) | Paino (kg) |
admin.weight_log | Weight log | Painokirjaus |
admin.weight_logs | Weight logs | Painokirjaukset |
admin.yes | Yes | Kyllä |
ai.need_more_data | Log more data (sleep, steps, mood) to see personal recommendations. | Kirjaa enemmän dataa (uni, askeleet, mieliala) nähdäksesi henkilökohtaisia suosituksia. |
ai.sleep_irregular | Your sleep schedule varies a lot. Regular sleep improves rest. | Uniaikasi vaihtelee paljon. Säännöllinen uni parantaa lepoa. |
ai.sleep_mood | More sleep = better mood. | Enemmän unta = parempi mieliala. |
ai.steps_declining | Your activity has declined. Try to move more. | Aktiivisuutesi on laskenut. Yritä liikkua enemmän. |
ai.steps_improving | Your step count is trending up! Keep it up. | Askelmääräsi on kasvussa! Jatka samaan malliin. |
ai.steps_mood | You feel better on active days. Move more! | Voit paremmin aktiivisina päivinä. Liiku enemmän! |
ai.title | AI Insights — Personal Recommendations | Tekoälyn oivallukset — Henkilökohtaiset suositukset |
ai_coach.activity_analyze | 🏃 Analyze movement with AI | 🏃 Analysoi liikunta tekoälyllä |
ai_coach.activity_score | Movement score | Liikuntapisteet |
ai_coach.activity_title | AI Movement Coach | Tekoälyn liikuntavalmentaja |
ai_coach.ai_do | What to do | Mitä tehdä |
ai_coach.ai_experiment | Try this week | Kokeile tällä viikolla |
ai_coach.ai_meal_plan | AI Meal Plan | Tekoälyn ateriasuunnitelma |
ai_coach.ai_patterns | Patterns in your data | Kuviot tiedoissasi |
ai_coach.band_critical | Critical | Kriittinen |
ai_coach.band_excellent | Excellent | Erinomainen |
ai_coach.band_fair | Fair | Kohtalainen |
ai_coach.band_good | Good | Hyvä |
ai_coach.band_poor | Needs work | Vaatii työtä |
ai_coach.concerns | Attention | Huomio |
ai_coach.cook_heat | Cook {n} min | Kypsennys {n} min |
ai_coach.cook_mins | {n} min | {n} min |
ai_coach.cook_prep | Prep {n} min | Valmistelu {n} min |
ai_coach.correlations | Correlations | Korrelaatiot |
ai_coach.details | Details | Tarkemmin |
ai_coach.drug_analyze | 🧠 Analyze with AI (drugs + food) | 🧠 Analysoi tekoälyllä (lääkkeet + ruoka) |
ai_coach.drug_side_effect | Possible drug side effect | Mahdollinen lääkkeen haittavaikutus |
ai_coach.drug_title | AI Interaction Analysis | Tekoälyn yhteisvaikutusanalyysi |
ai_coach.error | AI service unavailable. Try again later. | Tekoälypalvelu ei ole käytettävissä. Yritä myöhemmin. |
ai_coach.food_drug | Food-drug interactions | Ruoka–lääke-yhteisvaikutukset |
ai_coach.from_library | From library | Valmis ehdotus |
ai_coach.generate_ai | Analyze this with AI | Analysoi tiedot tekoälyllä |
ai_coach.goals | Goals | Tavoitteet |
ai_coach.heart_analyze | ❤️ Analyze heart rate with AI | ❤️ Analysoi syke tekoälyllä |
ai_coach.heart_score | Heart score | Sydänpisteet |
ai_coach.heart_title | AI Heart Coach | Tekoälyn sydänvalmentaja |
ai_coach.highlights | Highlights | Kohokohdat |
ai_coach.how_to_cook | How to cook | Valmistusohje |
ai_coach.ingredients | Ingredients | Ainekset |
← Previous Page 12 of 87 Next →
What makes a good Finnish 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 Finnish 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