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 |
|---|---|---|
auth.password_repeat | Repeat password | Toista salasana |
auth.pw_changed | Password changed! Redirecting to login... | Salasana vaihdettu! Ohjataan kirjautumiseen... |
auth.pw_mismatch | Passwords don't match | Salasanat eivät täsmää |
auth.pw_rules | At least 8 characters | Vähintään 8 merkkiä |
auth.pw_too_short | Password must be at least 8 characters | Salasanan on oltava vähintään 8 merkkiä |
auth.reg_failed | Registration failed | Rekisteröinti epäonnistui |
auth.register | Register | Rekisteröidy |
auth.register_btn | Create account → | Luo tili → |
auth.resend | Resend | Lähetä uudelleen |
auth.resend_failed | Sending failed | Lähetys epäonnistui |
auth.reset_code_sent | If this email is registered, you will receive a reset code. | Jos tämä sähköposti on rekisteröity, saat palautuskoodin. |
auth.send_code | Send code → | Lähetä koodi → |
auth.server_error | Server error. Try again. | Palvelinvirhe. Yritä uudelleen. |
auth.show_password | Show password | Näytä salasana |
auth.sign_in | Sign in | Kirjaudu sisään |
auth.sign_in_btn | Sign in | Kirjaudu sisään |
auth.terms | terms of service | käyttöehdot |
auth.terms_agree | By using you agree to | Käyttämällä hyväksyt |
auth.use_password_instead | Use a password instead | Käytä sen sijaan salasanaa |
auth.verified | Email verified! Redirecting... | Sähköposti vahvistettu! Ohjataan... |
auth.verify_btn | Verify → | Vahvista → |
auth.verify_failed | Verification failed | Vahvistus epäonnistui |
auth.verify_sub | We sent a 6-digit code to | Lähetimme 6-numeroisen koodin osoitteeseen |
auth.verify_title | Verify your email | Vahvista sähköpostisi |
bc.close | Close | Sulje |
bc.hint | Hold the EAN-13 barcode in front of the camera | Pidä EAN-13-viivakoodi kameran edessä |
bc.ready | Press "Start" to open camera | Paina "Aloita" avataksesi kameran |
bc.start | 📷 Start | 📷 Aloita |
bc.stop | ⏹ Stop | ⏹ Pysäytä |
bc.title | 📷 Scan drug package | 📷 Skannaa lääkepakkaus |
bc.title_food | 📷 Scan food package | 📷 Skannaa ruokapakkaus |
bedtime.body | Bedtime is at | Nukkumaanmenoaika on |
bedtime.dismiss | OK, got it | OK, selvä |
bedtime.sub | Your bedtime is | Nukkumaanmenoaikasi on |
bedtime.sub2 | Good sleep is the foundation of health. | Hyvä uni on terveyden perusta. |
bedtime.title | Time to go to sleep! | Aika käydä nukkumaan! |
bill.billing_soon | Payments open soon | Maksut avautuvat pian |
bill.cancel | Cancel subscription | Peru tilaus |
bill.cancel_confirm | Cancel subscription? You keep access until the period ends. | Peruuta tilaus? Käyttöoikeus säilyy jakson loppuun. |
bill.cancel_hint | You keep access until the end of the period. | Käyttöoikeus säilyy jakson loppuun. |
bill.cancel_success | Subscription cancelled | Tilaus peruttu |
bill.cancels_on | Cancelled — active until {d} | Peruttu — voimassa {d} asti |
bill.checkout_cancelled | Payment cancelled | Maksu peruutettiin |
bill.choose_plan | Choose a plan | Valitse paketti |
bill.ev_cancelled | Subscription cancelled | Tilaus peruttu |
bill.ev_change | Plan changed | Paketti muuttui |
bill.ev_expired | Subscription expired | Tilaus vanhentui |
bill.ev_grant | Premium granted | Premium myönnetty |
bill.ev_purchase | Premium purchased | Premium ostettu |
bill.ev_reactivated | Subscription reactivated | Tilaus palautettu |
bill.ev_trial | Trial started | Kokeilu alkoi |
bill.free_scans | {n} scans per month — {l} left | {n} skannausta kuukaudessa — {l} jäljellä |
bill.free_scans_day | {n} scans per day — {l} left | {n} skannausta päivässä — {l} jäljellä |
bill.free_scans_dual | {w}/week · {m}/month — {l} left | {w}/viikko · {m}/kk — {l} jäljellä |
bill.history | History | Historia |
bill.included | Included | Sisältyy |
bill.no_active | No active subscription | Ei aktiivista tilausta |
bill.no_expiry | No expiry — no auto-renewal | Toistaiseksi — ei automaattista uusintaa |
bill.no_history | No events yet | Ei tapahtumia vielä |
bill.no_method | No payment method saved | Ei tallennettua maksutapaa |
← Previous Page 22 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