TempoLife › Features › Help translate TempoLife › fi
Finnish — Suomi
5 216 of 5 217 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 |
|---|---|---|
set.units_imperial | Imperial (lb · ft/in) | Imperiaalinen (lb · ft/in) |
set.units_metric | Metric (kg · cm) | Metrinen (kg · cm) |
set.units_title | Units | Yksiköt |
set.version | Version | Versio |
set.wakeup_reminder | Wake-up reminder | Herätysmuistutus |
set.wakeup_reminder_sub | Time to wake up | Aika herätä |
set.wakeup_time | Wake-up time | Herätysaika |
set.water_goal | Water goal | Vesitavoite |
set.water_goal_sub | Glasses per day (250ml) | Lasillisia päivässä (250 ml) |
set.weight_reminder | Weigh-in reminder | Punnitusmuistutus |
set.weight_reminder_sub | Morning weigh-in | Aamupunnitus |
set.weight_time | Weigh-in time | Punnitusaika |
setup.active | Active | Aktiivinen |
setup.active_sub | 6–7x per week | 6–7x viikossa |
setup.activity_heading | Activity level | Aktiivisuustaso |
setup.activity_sub | How often do you exercise? This affects your daily calorie expenditure. | Kuinka monta kertaa viikossa liikut? Tämä vaikuttaa päivittäiseen kalorinkulutukseen. |
setup.alias_label | Your public alias | Julkinen aliaksesi |
setup.alias_length | Your public name must be 2–40 characters | Julkisen nimen on oltava 2–40 merkkiä |
setup.alias_placeholder | e.g. HealthWanderer | esim. TerveysVaeltaja |
setup.back | ← Back | ← Takaisin |
setup.bday_day | Day | Päivä |
setup.bday_month | Month | Kuukausi |
setup.bday_year | Year | Vuosi |
setup.bedtime_lbl | Bedtime | Nukkumaanmenoaika |
setup.birthday | Date of birth | Syntymäaika |
setup.bmr_label | BMR (basal metabolic rate) | BMR (perusaineenvaihdunta) |
setup.body_heading | Body measurements | Kehon mitat |
setup.body_sub | Needed to calculate basal metabolic rate (BMR). | Tarvitaan perusaineenvaihdunnan (BMR) laskemiseen. |
setup.calc_plan | Calculate plan → | Laske suunnitelma → |
setup.carbs | Carbohydrates | Hiilihydraatit |
setup.change | ← Change | ← Muuta |
setup.daily_cal | Your daily calorie target | Päivittäinen kaloritarpeesi |
setup.edit | Edit | Muokkaa |
setup.enable_reminders | Enable reminders | Salli muistutukset |
setup.enter_alias | Enter an alias of at least 2 characters | Kirjoita vähintään 2 merkin alias |
setup.enter_name | Enter your name | Syötä nimesi |
setup.fat | Fat | Rasva |
setup.female | Female | Nainen |
setup.full_name | First and last name | Etu- ja sukunimi |
setup.gender | Gender | Sukupuoli |
setup.gender_heading | Gender | Sukupuoli |
setup.gender_sub | We need it to calculate your basal metabolic rate. | Tarvitsemme sen perusaineenvaihdunnan laskemiseen. |
setup.generate_again | ↻ New | ↻ Uusi |
setup.generated_label | Your generated alias | Luotu aliaksesi |
setup.goal_heading | Goal | Tavoite |
setup.goal_sub | What is your main nutrition goal right now? | Mikä on tämänhetkinen pääasiallinen ravitsemustavoitteesi? |
setup.greet_hi | Hello | Hei |
setup.greeting | Hello, {0}! | Hei, {0}! |
setup.habits_heading | Daily habits | Päivittäiset tottumukset |
setup.habits_sub | Set your daily goals and reminders. You can change these later in Settings. | Aseta päivittäiset tavoitteesi ja muistutuksesi. Voit muuttaa näitä myöhemmin asetuksista. |
setup.height_cm | Height (cm) | Pituus (cm) |
setup.hide_password | Hide password | Piilota salasana |
setup.identity_custom | Choose my own alias | Valitse oma alias |
setup.identity_custom_hint | Enter up to 40 characters — your full name stays private. | Kirjoita enintään 40 merkkiä — koko nimesi pysyy yksityisenä. |
setup.identity_full | Use my full name | Käytä koko nimeäni |
setup.identity_full_hint | visible to other users | näkyy muille käyttäjille |
setup.identity_generate | Generate an alias for me | Luo minulle alias |
setup.identity_generate_count | {0} friendly alias combinations — generated privately on your device. | {0} ystävällistä aliasyhdistelmää — luodaan yksityisesti laitteellasi. |
setup.identity_generate_hint | A friendly, private name from thousands of combinations. | Ystävällinen ja yksityinen nimi tuhansista yhdistelmistä. |
setup.identity_group_label | Public display name | Julkinen näyttönimi |
← Previous Page 76 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