TempoLife › Features › Help translate TempoLife › pl
Polish — Polski
0 of 5 217 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.
All strings Missing only
| Key | English | Polish |
|---|---|---|
set.units_imperial | Imperial (lb · ft/in) | missing |
set.units_metric | Metric (kg · cm) | missing |
set.units_title | Units | missing |
set.version | Version | missing |
set.wakeup_reminder | Wake-up reminder | missing |
set.wakeup_reminder_sub | Time to wake up | missing |
set.wakeup_time | Wake-up time | missing |
set.water_goal | Water goal | missing |
set.water_goal_sub | Glasses per day (250ml) | missing |
set.weight_reminder | Weigh-in reminder | missing |
set.weight_reminder_sub | Morning weigh-in | missing |
set.weight_time | Weigh-in time | missing |
setup.active | Active | missing |
setup.active_sub | 6–7x per week | missing |
setup.activity_heading | Activity level | missing |
setup.activity_sub | How often do you exercise? This affects your daily calorie expenditure. | missing |
setup.alias_label | Your public alias | missing |
setup.alias_length | Your public name must be 2–40 characters | missing |
setup.alias_placeholder | e.g. HealthWanderer | missing |
setup.back | ← Back | missing |
setup.bday_day | Day | missing |
setup.bday_month | Month | missing |
setup.bday_year | Year | missing |
setup.bedtime_lbl | Bedtime | missing |
setup.birthday | Date of birth | missing |
setup.bmr_label | BMR (basal metabolic rate) | missing |
setup.body_heading | Body measurements | missing |
setup.body_sub | Needed to calculate basal metabolic rate (BMR). | missing |
setup.calc_plan | Calculate plan → | missing |
setup.carbs | Carbohydrates | missing |
setup.change | ← Change | missing |
setup.daily_cal | Your daily calorie target | missing |
setup.edit | Edit | missing |
setup.enable_reminders | Enable reminders | missing |
setup.enter_alias | Enter an alias of at least 2 characters | missing |
setup.enter_name | Enter your name | missing |
setup.fat | Fat | missing |
setup.female | Female | missing |
setup.full_name | First and last name | missing |
setup.gender | Gender | missing |
setup.gender_heading | Gender | missing |
setup.gender_sub | We need it to calculate your basal metabolic rate. | missing |
setup.generate_again | ↻ New | missing |
setup.generated_label | Your generated alias | missing |
setup.goal_heading | Goal | missing |
setup.goal_sub | What is your main nutrition goal right now? | missing |
setup.greet_hi | Hello | missing |
setup.greeting | Hello, {0}! | missing |
setup.habits_heading | Daily habits | missing |
setup.habits_sub | Set your daily goals and reminders. You can change these later in Settings. | missing |
setup.height_cm | Height (cm) | missing |
setup.hide_password | Hide password | missing |
setup.identity_custom | Choose my own alias | missing |
setup.identity_custom_hint | Enter up to 40 characters — your full name stays private. | missing |
setup.identity_full | Use my full name | missing |
setup.identity_full_hint | visible to other users | missing |
setup.identity_generate | Generate an alias for me | missing |
setup.identity_generate_count | {0} friendly alias combinations — generated privately on your device. | missing |
setup.identity_generate_hint | A friendly, private name from thousands of combinations. | missing |
setup.identity_group_label | Public display name | missing |
← Previous Page 76 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