TempoLife › Features › Help translate TempoLife › pl
Polish — Polski
0 of 5 190 TempoLife strings are translated into Polish (0.0%). Browse the string list, see the English source next to the current text, and suggest a better one.
Not started. Plural forms are more complex than in English and the app currently assumes two.
The string list
Every row is one string in the app. The English column is the source; the Polish 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.
Show all strings Missing only
| Key | English | Polish |
|---|---|---|
community.profile_invite_help | The invitation is sent as a challenge card in your private chat. | missing |
community.profile_invite_message | Join me in this TempoLife challenge! | missing |
community.profile_invite_sent | Challenge invitation sent | missing |
community.profile_invite_title | Invite to a challenge | missing |
community.profile_journey | My journey | missing |
community.profile_languages | Languages | missing |
community.profile_level_up | Reached a new level | missing |
community.profile_motivation | What keeps you going | missing |
community.profile_motivation_placeholder | Share your reason for joining or what motivates you | missing |
community.profile_mutual_friends | mutual friends | missing |
community.profile_no_achievements_yet | Complete challenges and build streaks to unlock achievements. | missing |
community.profile_no_challenges | There are no active challenges to invite them to. | missing |
community.profile_no_health_values | Shows active days only—never private health measurements. | missing |
community.profile_only_me | Only me | missing |
community.profile_open_challenge | Open challenge | missing |
community.profile_privacy | Community profile & privacy | missing |
community.profile_privacy_sub | Control how people discover you and exactly what health context can be shared. | missing |
community.profile_questions | Questions | missing |
community.profile_recent_activity | Recent public activity | missing |
community.profile_recipes | Recipes | missing |
community.profile_rest_day | no public activity | missing |
community.profile_section_visibility | Choose who can see each profile section. | missing |
community.profile_send_invite | Send invite | missing |
community.profile_streak_badge | {days}-day {habit} streak | missing |
community.profile_summary | Profile summary | missing |
community.profile_view | View profile | missing |
community.profile_view_all_achievements | View all achievements | missing |
community.public_activity_aggregate | Include my food-log and challenge activity in delayed, contribution-capped public web tot… | missing |
community.public_region_aggregate | Include my country in the public web regional aggregate (20+ opted-in people; participati… | missing |
community.q_ask_hint | Questions come from the Help Hub. | missing |
community.q_d_ago | {n} d ago | missing |
community.q_empty | No questions yet — ask from the Help Hub! | missing |
community.q_h_ago | {n} h ago | missing |
community.q_just_now | just now | missing |
community.q_min_ago | {n} min ago | missing |
community.q_open_help | Open in Help Hub | missing |
community.q_title | Community questions | missing |
community.qa_sub | Search first, then ask clearly. Helpful answers rise to the top. | missing |
community.qa_title | Questions & answers | missing |
community.recent | Recent | missing |
community.recipes_sub | Practical meal ideas with transparent ingredients and nutrition snapshots. | missing |
community.recipes_title | Community recipes | missing |
community.recording | Recording… | missing |
community.replying | Replying | missing |
community.report | Report | missing |
community.report_q | Why are you reporting this user? (optional) | missing |
community.reported | Report sent. Thank you — we’ll review it. | missing |
community.rewarded_n | rewarded: {n} | missing |
community.saved | Saved | missing |
community.saved_sub | Your private reference list. | missing |
community.saved_title | Saved messages | missing |
community.scope_country | My country | missing |
community.scope_global | Everyone | missing |
community.search_ph | Search by alias or full name… | missing |
community.search_questions | Search questions and answers | missing |
community.see_all | See all › | missing |
community.send | Send | missing |
community.sending | Sending… | missing |
community.share_meal | Share a logged meal | missing |
community.show_lb | Show me on the leaderboard | missing |
← Previous Page 31 of 87 Next →
What makes a good Polish 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 — 0 lines in the Polish 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