TempoLife › Features › Help translate TempoLife › fi
Finnish — Suomi
5 189 of 5 190 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 |
|---|---|---|
bill.per_month_short | mo | kk |
bill.plan | Plan | Paketti |
bill.plan_6_months | 6 months | 6 kuukautta |
bill.plan_free | Free | Ilmainen |
bill.plan_monthly | Monthly | Kuukausi |
bill.plan_premium | Premium | Premium |
bill.plan_trial | Trial | Kokeilujakso |
bill.plan_yearly | Yearly | Vuosi |
bill.reactivate | Resume subscription | Jatka tilausta |
bill.reactivate_success | Subscription continued | Tilaus jatkuu |
bill.renews_on | Valid until {d} | Voimassa asti {d} |
bill.section_title | Billing | Laskutus |
bill.select_plan | Select | Valitse |
bill.since | Since | Alkaen |
bill.src_admin | Granted by admin | Ylläpitäjän myöntämä |
bill.src_legacy | Legacy grant | Aiempi myöntö |
bill.src_simulated | Test purchase | Testiosto |
bill.src_stripe | Payment | Maksu |
bill.status | Status | Tila |
bill.trial_ends | Trial ends {d} | Kokeilu päättyy {d} |
bill.upgrade_confirm | Upgrade to a longer plan? | Päivitetäänkö pidempään pakettiin? |
bill.upgrade_success | Plan upgraded | Paketti päivitetty |
bill.upgrade_title | Upgrade to a longer plan | Päivitä pidempään pakettiin |
bill.upgrade_to | Upgrade | Päivitä |
cal.fri | Fri | Pe |
cal.mon | Mon | Ma |
cal.sat | Sat | La |
cal.sun | Sun | Su |
cal.thu | Thu | To |
cal.tue | Tue | Ti |
cal.wed | Wed | Ke |
camp.accept_required | Accept the rules and confirm you are 18+ | Hyväksy säännöt ja vahvista olevasi 18+ |
camp.accept_rules | I accept the rules | Hyväksyn säännöt |
camp.active_days | active days | aktiivista päivää |
camp.add_to_dashboard | Add it back to the dashboard | Lisää se takaisin kojelaudalle |
camp.added_back_toast | The challenge is back on your dashboard | Haaste on taas kojelaudallasi |
camp.already_tied | You are tied on points; tie-breakers currently put you behind. | Pisteet ovat tasan; tasatilannesäännöt jättävät sinut nyt jälkeen. |
camp.appeal | Question or appeal this score | Kysy tai valita tästä pistemäärästä |
camp.appeal_failed | Could not submit appeal | Valituksen lähettäminen epäonnistui |
camp.appeal_pending | Appeal pending review | Valitus odottaa tarkistusta |
camp.appeal_prompt | Explain what looks wrong (20–1000 characters): | Kerro, mikä näyttää väärältä (20–1000 merkkiä): |
camp.at_current_pace | At your pace: about {days} days | Nykyvauhdillasi noin {days} päivää |
camp.auto_rejoin_join | Auto-join next month too | Liity automaattisesti myös ensi kuussa |
camp.back | Back to app | Takaisin sovellukseen |
camp.card_title | Follow your daily plan. Win €100. | Noudata päiväsuunnitelmaasi. Voita €100. |
camp.close | Close | Sulje |
camp.closed_line | Campaign closed — winner verification in progress | Haaste päättynyt — voittajan tarkistus käynnissä |
camp.confirm_18 | I confirm I am 18 or older | Vahvistan olevani 18-vuotias tai vanhempi |
camp.count_days.one | day | päivä |
camp.count_days.other | days | päivää |
camp.count_hours.one | hour | tunti |
camp.count_hours.other | hours | tuntia |
camp.count_minutes.one | minute | minuutti |
camp.count_minutes.other | minutes | minuuttia |
camp.currently_first | You’re currently #1 | Olet tällä hetkellä ykkönen |
camp.days_short | d | pv |
camp.ends_in | Ends in | Päättyy |
camp.entered | You are entered | Olet mukana |
camp.first_prize | first prize | pääpalkinto |
camp.full_meal_days | Meal-plan days | Suunnitelmapäivät |
← Previous Page 23 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