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.pharmacy_count | Pharmacies | Apteekkeja |
admin.pharmacy_not_found | Pharmacy not found | Apteekkia ei löytynyt |
admin.pharmacy_quality | 🏥 Pharmacy data quality | 🏥 Apteekkitietojen laatu |
admin.phone | Phone | Puhelin |
admin.php_error_log | 🐛 PHP error log (last 50 lines) | 🐛 PHP-virheloki (viimeiset 50 riviä) |
admin.popular_foods | Popular foods | Suositut ruoat |
admin.premium_granted | Premium granted | Premium myönnetty |
admin.premium_removed | Premium removed | Premium poistettu |
admin.premium_since | Premium since | Premium alkaen |
admin.price | Price | Hinta |
admin.price_report | Price report | Hintaraportti |
admin.price_spreads | 💰 Largest price spreads | 💰 Suurimmat hintaerot |
admin.prices | Prices | Hintoja |
admin.property | Property | Ominaisuus |
admin.protein | Protein | Proteiini |
admin.protein_g | Protein (g) | Proteiini (g) |
admin.purge | Purge | Puhdista |
admin.purge_all | All | Kaikki |
admin.purge_confirm | Purge "{target}" entries older than {days} days? | Puhdistetaanko "{target}"-kirjaukset, jotka ovat vanhempia kuin {days} päivää? |
admin.purge_login_failures | Failed logins | Epäonnistuneet kirjautumiset |
admin.purge_rate_limits | Rate limit entries | Rate limit -merkinnät |
admin.purge_result | Purged: {count} entries | Puhdistettu: {count} kirjausta |
admin.purge_verify_codes | Expired verification codes | Vanhentuneet vahvistuskoodit |
admin.purged | Purged | Puhdistettu |
admin.purpose | Purpose | Tarkoitus |
admin.push_subscribers | Push subscribers | Push-tilaajat |
admin.pw_note | Copy this password and send to user. It will not be shown again. | Kopioi tämä salasana ja lähetä käyttäjälle. Sitä ei näytetä enää. |
admin.quality | Quality | Laatu |
admin.range_30d | 30 days | 30 päivää |
admin.range_7d | 7 days | 7 päivää |
admin.rate_limit | Rate limit | Pyyntörajoitus |
admin.recent_doses | Recent doses | Viimeisimmät annokset |
admin.recent_food_logs | Recent food log entries | Viimeisimmät ruokakirjaukset |
admin.recent_logins | Recent logins | Viimeisimmät kirjautumiset |
admin.recipient_filter | Recipient filter | Vastaanottajasuodatin |
admin.records | records | tietuetta |
admin.refresh | Refresh | Päivitä |
admin.region | Region | Alue |
admin.regions | Regions | Alueita |
admin.regions_count | Regions | Alueita |
admin.registered | Registered | Rekisteröitynyt |
admin.registered_today | Registered today | Rekisteröityi tänään |
admin.registrations_30d | Registrations (30 days) | Rekisteröitymiset (30 päivää) |
admin.remove_premium | Remove Premium | Poista Premium |
admin.resend_verify | Resend code | Lähetä vahvistus |
admin.resend_verify_confirm | Resend verification code to {email}? | Lähetetäänkö vahvistuskoodi uudelleen käyttäjälle {email}? |
admin.resend_verify_fail | Sending failed | Lähettäminen epäonnistui |
admin.resend_verify_ok | Verification code sent: {email} | Vahvistuskoodi lähetetty: {email} |
admin.resend_verify_title | Resend verification code | Lähetä vahvistuskoodi uudelleen |
admin.reset_pw_confirm | Reset password for {email}? | Nollataanko salasana käyttäjälle {email}? |
admin.retention | Retention | Säilyvyys |
admin.returned | Returned | Palannut |
admin.role | Role | Rooli |
admin.role_changed | Role changed | Roolia muutettu |
admin.rows | Rows | Rivejä |
admin.save | Save | Tallenna |
admin.saved | Saved | Tallennettu |
admin.search_all | 🔍 Search everywhere (users, foods, drugs, pharmacies)... | 🔍 Etsi kaikkialta (käyttäjät, ruoat, lääkkeet, apteekit)... |
admin.search_drug | Search drug... | Etsi lääkettä... |
admin.search_food | Search food... | Etsi ruokaa... |
← Previous Page 9 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