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.nav_saved | Saved | missing |
community.nav_settings | Settings | missing |
community.nav_spaces | Spaces | missing |
community.new_here | New members | missing |
community.new_message | New message | missing |
community.no_chats | No chats yet. Find someone on the leaderboard and say hi! | missing |
community.no_chats_title | No chats yet | missing |
community.no_fast | No active fast | missing |
community.no_friends | No friends yet. Open Top 20 and add someone! | missing |
community.no_friends_hint | Open Top 20, tap a user, and add them as a friend. | missing |
community.no_groups | You’re not in a group yet | missing |
community.no_groups_hint | Create a group and fast together — everyone’s timer runs as one. | missing |
community.no_msg | This user does not accept messages | missing |
community.no_streaks | Start today | missing |
community.no_streaks_hint | Log anything — the first day already starts a streak. | missing |
community.no_users | No users found | missing |
community.no_weight | No weight logged | missing |
community.open | Open Community › | missing |
community.peers | At your level | missing |
community.pending_out_section | Pending requests | missing |
community.perfect_month | Perfect month | missing |
community.points | Points | missing |
community.privacy | Privacy | missing |
community.professional_sub | Useful conversations, accountable groups and trusted answers. | missing |
community.profile_accepted | Accepted | missing |
community.profile_achievement | Achievement | missing |
community.profile_achievements | Achievements | missing |
community.profile_active_day | active day | missing |
community.profile_active_days | Active days | missing |
community.profile_activity | Community activity | missing |
community.profile_activity_30 | Activity over the last 30 days | missing |
community.profile_answers | Answers | missing |
community.profile_best_streak | Best streak | missing |
community.profile_challenges | Challenge progress | missing |
community.profile_choose_challenge | Choose a challenge | missing |
community.profile_choose_three | Choose up to three achievements. | missing |
community.profile_connections | Shared connections | missing |
community.profile_consistency | Consistency | missing |
community.profile_consistency_title | Consistency | missing |
community.profile_contributions | Community contributions | missing |
community.profile_current_challenge | Opened from this challenge | missing |
community.profile_current_streak | Current streak | missing |
community.profile_days_complete | days | missing |
community.profile_days_left | days left | missing |
community.profile_edit | Edit profile | missing |
community.profile_encourage | Encourage | missing |
community.profile_encouraged | Encouraged today | missing |
community.profile_encouragement_sent | Encouragement sent | missing |
community.profile_encouragements | Encouragements | missing |
community.profile_everyone | Everyone | missing |
community.profile_featured | Featured | missing |
community.profile_featured_achievements | Featured achievements | missing |
community.profile_featured_help | Choose up to three achievements for the top of your profile. | missing |
community.profile_first_challenge | First challenge | missing |
community.profile_focus | Current focus | missing |
community.profile_focus_placeholder | For example: Building a consistent walking habit | missing |
community.profile_helpful | Helpful votes | missing |
community.profile_in_common | In common | missing |
community.profile_interests | Interests | missing |
community.profile_invite | Invite | missing |
← Previous Page 30 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