From 413338c236e4dc9cbb8609c7d70106a650dfc866 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sat, 20 Jan 2024 06:13:53 -0800 Subject: [PATCH] Correct error string --- core/fields.py | 2 +- locale/ca/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/cs/LC_MESSAGES/django.mo | Bin 29747 -> 29526 bytes locale/cs/LC_MESSAGES/django.po | 69 +++++++++++++++-------------- locale/da/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/de/LC_MESSAGES/django.mo | Bin 29283 -> 29051 bytes locale/de/LC_MESSAGES/django.po | 69 +++++++++++++++-------------- locale/en_GB/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/es/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/fi/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/fr/LC_MESSAGES/django.mo | Bin 31952 -> 31952 bytes locale/fr/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/hu/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/it/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/nb/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/nl/LC_MESSAGES/django.mo | Bin 29062 -> 28882 bytes locale/nl/LC_MESSAGES/django.po | 69 +++++++++++++++-------------- locale/pl/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/pt/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/ru/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/sv/LC_MESSAGES/django.mo | Bin 28887 -> 28697 bytes locale/sv/LC_MESSAGES/django.po | 69 +++++++++++++++-------------- locale/tr/LC_MESSAGES/django.po | 64 +++++++++++++------------- locale/zh/LC_MESSAGES/django.po | 64 +++++++++++++------------- 24 files changed, 593 insertions(+), 581 deletions(-) diff --git a/core/fields.py b/core/fields.py index 2f28d513..da14e58c 100644 --- a/core/fields.py +++ b/core/fields.py @@ -24,7 +24,7 @@ class NapStartMinTimeField(forms.TimeField): if value > Sleep.settings.nap_start_max: raise forms.ValidationError( _( - "Nap start min. value %(min)s must be less than nap start min. value %(max)s." + "Nap start min. value %(min)s must be less than nap start max. value %(max)s." ), code="invalid_nap_start_min", params={"min": value, "max": Sleep.settings.nap_start_max}, diff --git a/locale/ca/LC_MESSAGES/django.po b/locale/ca/LC_MESSAGES/django.po index 3c7611c9..27949c6c 100644 --- a/locale/ca/LC_MESSAGES/django.po +++ b/locale/ca/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -124,88 +124,88 @@ msgstr "4 setmanes" msgid "Language" msgstr "Idioma" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Zona Horària" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "{user}'s Opcions" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "Xinès" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Alemany" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "Anglès (US)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "Anglès (UK)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "Francès" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "Finlandès" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "Alemany" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "Italià" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "Polac" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "Portuguès" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "Espanyol" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "Suec" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "Turc" @@ -414,8 +414,8 @@ msgstr "Entrada de circumferència de Cap" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1053,7 +1053,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1125,7 +1125,7 @@ msgstr "" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2143,27 +2143,27 @@ msgstr "" msgid "Head Circumference" msgstr "Circumferència de cap" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Alçada" diff --git a/locale/cs/LC_MESSAGES/django.mo b/locale/cs/LC_MESSAGES/django.mo index f7556882fe23fce0ef455b3a0a2d745c23c86c3e..579203ee49358f5ad9e1995069348fef533d37cf 100644 GIT binary patch delta 8316 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 delta 8427 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 diff --git a/locale/cs/LC_MESSAGES/django.po b/locale/cs/LC_MESSAGES/django.po index 5bc3234d..addd61c4 100644 --- a/locale/cs/LC_MESSAGES/django.po +++ b/locale/cs/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,88 +125,88 @@ msgstr "4 týdny" msgid "Language" msgstr "Jazyk" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Časové pásmo" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "Nastavení pro {user}" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "katalánština" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "čeština" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "čínština (zjednodušená)" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "dánština" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "holandština" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "angličtina (US)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "angličtina (UK)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "francouzština" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "finština" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "němčina" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "maďarština" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "italština" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "norština Bokmål" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "polština" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "portugalština" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "ruština" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "španělština" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "švédština" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "turečtina" @@ -422,8 +422,8 @@ msgstr "záznam obvodu hlavy" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1061,9 +1061,12 @@ msgstr "" "zahájení šlofíka %(min)s." #: core/fields.py:27 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "Nap start min. value %(min)s must be less than nap start min. value " +#| "%(max)s." msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" "Nejdřívější čas zahájení šlofíka %(min)s musí být dřívější než nejzašší čas " "zahájení šlofíka %(max)s." @@ -1139,7 +1142,7 @@ msgstr "Značky" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2165,27 +2168,27 @@ msgstr "" msgid "Head Circumference" msgstr " Obvod hlavy" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Výška/délka" diff --git a/locale/da/LC_MESSAGES/django.po b/locale/da/LC_MESSAGES/django.po index 17ac2d13..1749466c 100644 --- a/locale/da/LC_MESSAGES/django.po +++ b/locale/da/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -124,88 +124,88 @@ msgstr "4 uger" msgid "Language" msgstr "Sprog" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Tidszone" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "{user}'s indstillinger" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "Kinesisk (forenklet)" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "Dansk" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Hollandsk" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "Engelsk (US)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "Engelsk (UK)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "Fransk" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "Finsk" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "Tysk" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "Italiensk" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "Polsk" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "Portugisisk" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "Spansk" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "Svensk" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "Tyrkisk" @@ -416,8 +416,8 @@ msgstr "Hovedmålsregistrering" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1054,7 +1054,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1126,7 +1126,7 @@ msgstr "" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2145,27 +2145,27 @@ msgstr "" msgid "Head Circumference" msgstr "Hovedmål" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Højde" diff --git a/locale/de/LC_MESSAGES/django.mo b/locale/de/LC_MESSAGES/django.mo index 9aa7d3acd9a2853d932236d133c30b174fded29a..8980261b7b6200189f38e2db65b95fd972cdfd2e 100644 GIT binary patch delta 8332 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 delta 8398 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 DOZmTD diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po index 2d24876b..2c26e6fd 100644 --- a/locale/de/LC_MESSAGES/django.po +++ b/locale/de/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,88 +125,88 @@ msgstr "4 Wochen" msgid "Language" msgstr "Sprache" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Zeitzone" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "{user} Einstellungen" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "Katalanisch" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "Tschechisch" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "Chinesisch (vereinfacht)" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "Dänisch" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Niederländisch" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "Englisch (US)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "Englisch (UK)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "Französisch" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "Finnisch" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "Deutsch" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "Ungarisch" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "Italienisch" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "Norwegische Buchsprache" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "Polnisch" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "Portugiesisch" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "Russisch" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "Spanisch" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "Schwedisch" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "Türkisch" @@ -423,8 +423,8 @@ msgstr "Kopfumfang-Eintrag" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1066,9 +1066,12 @@ msgstr "" "als der minimale Wert für den Beginn des Nickerchens %(min)s." #: core/fields.py:27 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "Nap start min. value %(min)s must be less than nap start min. value " +#| "%(max)s." msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" "Der minimale Wert für den Beginn des Nickerchens %(min)s muss kleiner sein " "als der minimale Wert für den Beginn des Nickerchens %(max)s." @@ -1144,7 +1147,7 @@ msgstr "Tags" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2163,27 +2166,27 @@ msgstr "" msgid "Head Circumference" msgstr "Kopfumfang" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Größe" diff --git a/locale/en_GB/LC_MESSAGES/django.po b/locale/en_GB/LC_MESSAGES/django.po index fe824bf8..ab332899 100644 --- a/locale/en_GB/LC_MESSAGES/django.po +++ b/locale/en_GB/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: en-GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -121,88 +121,88 @@ msgstr "" msgid "Language" msgstr "" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "" @@ -411,8 +411,8 @@ msgstr "" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1031,7 +1031,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1103,7 +1103,7 @@ msgstr "" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2117,27 +2117,27 @@ msgstr "" msgid "Head Circumference" msgstr "" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "" diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index 18dea73e..71b28f75 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -124,88 +124,88 @@ msgstr "4 semanas" msgid "Language" msgstr "Idioma" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Zona horaria" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "Configuración de {user}" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "Catalán" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "Chino (simplificado)" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "Danés" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Neerlandés" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "Inglés (EE.UU.)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "Inglés (RU)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "Francés" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "Finlandés" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "Alemán" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "Italiano" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "Polaco" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "Portugués" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "Español" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "Sueco" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "Turco" @@ -416,8 +416,8 @@ msgstr "Entrada de perímetro craneal" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1056,7 +1056,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1130,7 +1130,7 @@ msgstr "Etiquetas" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2148,27 +2148,27 @@ msgstr "" msgid "Head Circumference" msgstr "Perímetro craneal" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Altura" diff --git a/locale/fi/LC_MESSAGES/django.po b/locale/fi/LC_MESSAGES/django.po index fd1bce62..7d89491c 100644 --- a/locale/fi/LC_MESSAGES/django.po +++ b/locale/fi/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -122,88 +122,88 @@ msgstr "4 viikkoa" msgid "Language" msgstr "Kieli" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Aikavyöhyke" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "Käyttäjän {user} asetukset" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "hollanti" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "englanti (Yhdysvallat)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "englanti (Yhdistynyt kuningaskunta)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "ranska" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "suomi" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "saksa" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "italia" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "puola" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "portugali" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "espanja" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "ruotsi" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "turkki" @@ -413,8 +413,8 @@ msgstr "Päänympätysmerkintä" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1046,7 +1046,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1118,7 +1118,7 @@ msgstr "" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2136,27 +2136,27 @@ msgstr "" msgid "Head Circumference" msgstr "Päänympärys" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Pituus" diff --git a/locale/fr/LC_MESSAGES/django.mo b/locale/fr/LC_MESSAGES/django.mo index afbeea704ae155462d0741ab8e32172026c05a50..47d9b810ead6a9c2e6df7994f9a19f4ac1d5e6e4 100644 GIT binary patch delta 46 zcmV+}0MY-@`2o=R0iYZKXp;dPs{sqMtsKh*0$%~MdLniK0ssKB@*@@*lZiYLvl%_N EKb0d7_5c6? delta 46 zcmV+}0MY-@`2o=R0iYZK3zGpHs{voLtsKh*0ssKBdLniK0%!rV@*@@*le;_(vlTtN EKak!KBme*a diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index a79a0f71..abd96d8a 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -126,88 +126,88 @@ msgstr "4 semaines" msgid "Language" msgstr "Langue" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Fuseau horaire" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "Paramètres de {user}" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "Catalan" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "Tchèque" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "Chinois (simplifié)" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "Danois" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Néerlandais" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "Anglais (US)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "Anglais (GB)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "Français" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "Finnois" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "Allemand" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "Hongrois" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "Italien" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "Norvégien" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "Polonais" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "Portugais" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "Russe" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "Espagnol" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "Suédois" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "Turc" @@ -424,8 +424,8 @@ msgstr "Mesure du périmètre crânien" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1074,7 +1074,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" "L'heure minimale de début de sieste %(min)s doit être inférieure à l'heure " "maximale de début de sieste %(max)s" @@ -1150,7 +1150,7 @@ msgstr "Étiquettes" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2165,27 +2165,27 @@ msgstr "Fréquence d'alimentation (heures)" msgid "Head Circumference" msgstr "Périmètre crânien" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "P3" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "P15" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "P50" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "P87" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "P97" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Taille" diff --git a/locale/hu/LC_MESSAGES/django.po b/locale/hu/LC_MESSAGES/django.po index 81a9fbf9..44a265ab 100644 --- a/locale/hu/LC_MESSAGES/django.po +++ b/locale/hu/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -126,88 +126,88 @@ msgstr "4 hét" msgid "Language" msgstr "Nyelv" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Időzóna" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "{user} beállításai" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "Katalán" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "Cheh" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "Kínai (egyszerűsített)" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "Dán" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Holland" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "Angol (US)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "Angol (UK)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "Francia" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "Finn" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "Német" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "Magyar" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "Olasz" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "Norvég Bokmål" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "Lengyel" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "Portugál" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "Orosz" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "Spanyol" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "Svéd" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "Török" @@ -422,8 +422,8 @@ msgstr "Fejkörfogat bevitele" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1061,7 +1061,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1135,7 +1135,7 @@ msgstr "Címkék" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2153,27 +2153,27 @@ msgstr "" msgid "Head Circumference" msgstr "Fejkörfogat" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Magasság" diff --git a/locale/it/LC_MESSAGES/django.po b/locale/it/LC_MESSAGES/django.po index d75d8f18..b3045bb4 100644 --- a/locale/it/LC_MESSAGES/django.po +++ b/locale/it/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -126,88 +126,88 @@ msgstr "4 settimane" msgid "Language" msgstr "Lingua" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Fuso orario" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "Impostazioni {user}" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "Danese" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Olandese" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "Inglese (SU)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "Inglese (RU)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "Francese" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "Finlandese" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "Tedesco" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "Italiano" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "Polacco" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "Portoghese" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "Spagnolo" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "Svedese" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "Turco" @@ -418,8 +418,8 @@ msgstr "" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1053,7 +1053,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1125,7 +1125,7 @@ msgstr "" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2145,27 +2145,27 @@ msgstr "" msgid "Head Circumference" msgstr "" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Altezza" diff --git a/locale/nb/LC_MESSAGES/django.po b/locale/nb/LC_MESSAGES/django.po index 3b5118af..c6b834b6 100644 --- a/locale/nb/LC_MESSAGES/django.po +++ b/locale/nb/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,88 +125,88 @@ msgstr "4 uker" msgid "Language" msgstr "Språk" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Tidssone" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "{user} innstillinger" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "Katalansk" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "Tsjekkisk" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "Kinesisk (forenklet)" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "Dansk" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Nederlandsk" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "Engelsk (US)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "Engelsk (UK)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "Fransk" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "Finsk" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "Tysk" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "Ungarnsk" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "Italiensk" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "Polsk" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "Portugisisk" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "Russisk" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "Spansk" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "Svensk" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "Tyrkisk" @@ -416,8 +416,8 @@ msgstr "Legg til hodeomkrets" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1056,7 +1056,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1130,7 +1130,7 @@ msgstr "Tagger" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2148,27 +2148,27 @@ msgstr "" msgid "Head Circumference" msgstr "Hodeomkrets" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Høyde" diff --git a/locale/nl/LC_MESSAGES/django.mo b/locale/nl/LC_MESSAGES/django.mo index 7303321a9e6c7b12e4ff69ef152f1de35454e702..0a289bdbb2d2552c7902224b08ca2631f482916c 100644 GIT binary patch delta 8332 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 z i^9ObM1gxz5R`NHHa(5MGXC&-eUvf5Y*Re6X8vGXnDWV4e delta 8398 zcmYk=30PKD9>?+frh*HLiiq&CynwQaps8Reu8>P8R;K0(Dwqmdp`#{wGmW&e(yO^- zk(H&>Xp4K3nKRL%ISpzyHC8T-Hr8a>l$M$E{c%puGw(CU&-tHo?%D6P@yID(%^9Ej zdF#fj9e$g9juVRop^nq_I>)JqQK{qfNOqjIcmw)zIL2cIrsBhxhTBn(oWMA|gsm~M zz3Dd%1H^@>_T|X`T<054Zj@sh$s2#hCI-*3D zorw9U=O$tSR$^y-4R6IW=qi(&&iUfQs0ZtCAfCe_%+7F}Mp%t4@IDO2M^GzTh0XCv zRJ#{&1^yA$u2)CLX@&*Z3WuTkDe1`h>r5*sPzQ^#DL#s7xCZs$7SxVx$1psEYX2#Q zbcuc?MgD)e+@L70u4}u+VZDS6WfD&@Iws2)2J0* zK&|`-)RFvxjWN6vZx6P?avzrs)z8aWrr&o^@kwlnms~PB^QPIRqhxCjRKuaD0jHp5 zd*$msG-#uQwD z9q?Jy7QTnAu^u&%FHu`~1+^o-ZYB;w-IWm3b1hM49&Js*2Z_5P_tp6`y87~cMWz)7 zbvL#{?L-D@LPe-{Rj50$0(BSGp*}cUP%EoL^>YjZcoq{dILAyV6?HV7QT^oRu>Z>R zp+L8Ip!F8i*^fsJG!-LpE~@=<8?Q!n_>%QC)XwZh?bv?QxBdtw;n%44VYy}}BXik* zZBZr#dJS*DHaG&cwbM{5n~9p>y{L&T#WGxp3-B^(VzYagBdA6l!F{NSEJKa60V8k= zs-JzXt#}tTz%kT{zpxE1SbxS@lsDo#t=n9MT8V3|L9Ki_>hgKEd?RY$%{JbN8u$&= z0^N7W=!_1bF3;Df2QFYS{)$CdlxGH5hkCFUbtKQDR`@zdY@9i*tTK9ZC0m(_b%C ze*;nNhNJG%Xw*cfVkqM~bIE9c2T&_pgBs`+RKwR%M{*F=!N)c}i<5`Giq!1pgP=#8t{;f>ru~r zfw~LdpxR$XwY!R%aHBq^KCF*@|6?dngCuL3ZIFd}AP+lWA!?#CFo0FIeidr#Yi<1t z)@`T>?XvzAb;bEm$z+R|@7TWTgTr%3qQK%J^p&C{oyXDM5J+K3{lGjnU_+8Z7 z@~N%Ah%v;MQD+`8z}%%IRNNCaks+uZ9f@l1mXgumM%AdTU5;A8YSe_*qaNI7ke4BUx&@FZ%$ zf1@V&BR0WC1C7m49fzY{*9g>W9EU-eji)gO6EJ#^xl=b_2jbCqJ>xqI$zvo z1)ag>OPGoQ!a{2~rV~Gi$@nU2Yd=EWiSMu@HXULvVK-ENH>18U^H87e73iwri)2#q zsBLfsV~N|`WIF1C*~H^94VRjO%_?I5wN*K` zARiSM+PKKZBWyg@#*a{}UzE;w7{H8T^MA2!Lbahg@iE?9z}`uOakR#JJJndlN!M;lNpehoF?Ur_B%q58Xw znrQ2hX6sW?6YPk(GX)r~_rI8owsxYm5;c(p7>SEew|9-Luf@j1TTw^$8mj$%%)&Zs zivL9&nyyLB&W>-VFM<~{2%+(>*9bxH3Z zXI8WWbw@r#9pT5QiJ!ps_#o(LxkE71~ zBx=BOr~xlv!=4&iOt6VE=NsZ8~Sl4 zYQpsxk6)k`^c!mDA}5-yPDCAPCTgPjc#q!y8_7(k-~eicnI-0Z%|Wd!54DwjP#ui6 z@if#K-jA(tIcg%c7=v3;_3xp+6Gw49o~7Vu`}f-P|t@>GM6+0ZzE1YJ^@ZOs{SZyyid^2_|9oEx|P47R?>E|c|Fol zTR#Y+aU3S&A5dGp9`)Q_8`onT@pq`B37cZ#3``~-gzBdP6R-x|#$;X~qqBYqbxHQ1 zR(cpU(~oTV=cpt20ri(k<1*7e0<~jls4dUISnP-GaRTbLFGg+sI@Cfpm9hVNU^fLl z@GsZ|ub{TxS8gs_3)Dnfquzf%YG<-g1NTQwY&h!dOHm7|Mh&zK)$U1DyDg|o`g%G0 zuLkuLXuvb5f&PP;_!DX+$y3dW`(hGtF=|D3qXt@vdTzCipGGb0B^&QTUE;rDV?2Qx z_moRUEB*o1(a+YPJ4_sbdLUr!V9PVGDdo8sgndy97>MfcX4F=XvgMO8mADdvaW!fo z?o(tm@LRUxFlwtlLUnuw_4=Ggo%t`Q0h&!S1BRp8MWY4`pjMWNx}?1^1IOd@xYXKd zdc(hzy3P?YI{Tm*To~+wTJa(bU=3;lFJd#?jhes#Y=Q5h7H||bk(1aI&tV>ZhgxyR z3bTN&sH5nQ4gdZ(mW&>}8}-`EM_rQDsLS*M>NPunA@~XEY|oTxO_$JyBXPV)ua zj@t4sQ3EC1W$c7nU{BQZ#i)Kq+{HT7@i+=}W+kYBr=gC-MIS!smByrYpG7vA)P!^c z=@>Qdlk^Ymqe=R`N%{wA9qB7l4{u+L-%X>ogou-J_LKC}c$xO8FUj{KuU&nXw3{@a z^aoo{)|o>}C7wxYNg6;r4)rC?Le}gI!0%DN$HoTtf5CEZV|GWAX^dF_^d z%gMJV4I{q<_1jB2(~x6Qlno{ocpLo@zA4^Le{z$##D4EHe?qGYa@y~+q%ov6UTAD; zvxh1D6H!+$Ki1zYk!UjMaj!Hs$_*m7g}PoCPx_jC2MoaoJdY2NmXP$*wOUX4?Iisk z!l9%p(m-1_3?HHHHXMaF;~ln6&-5k#oQb_lv7zbdEN|f|} zHTvMi5r2YD+42SCKOlwMxCFzAvq|NoM#P8E!$(M&^ml%(Icq{m5ZiSseimM=toJ#xH{5)#~Hwv+{xO%aoD z-l3o;sTqY0f1#0IM1B-$hHcmh@3eXS=fhfWOQ2(VkuCY0l9xz#*|?6peo-VJWlwll z1F3EZxmKhuq-ttDB#kG34JVTJkzOI)P1#t?$2+hXSK%9^F!CF4B%8|9{e|<%rPJtD^Gw5^g_P-6iG%P-8y{#W z;4Nmg=Hh5)8*@-pOb|!V9#X?dHdHv>CCwM!P5(c|AQcV>3 zZ}4SOH_|=C&yY6SHdiUrFF?G?mTkgGq?GM($$=;@AHead Circumference" msgstr "Hoofdomtrek" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Lengte" diff --git a/locale/pl/LC_MESSAGES/django.po b/locale/pl/LC_MESSAGES/django.po index d410da50..c30c7f66 100644 --- a/locale/pl/LC_MESSAGES/django.po +++ b/locale/pl/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -123,88 +123,88 @@ msgstr "4 tygodnie" msgid "Language" msgstr "Język" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Strefa czasowa" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "Ustawienia użytkownika {user}" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "Kataloński" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "Czeski" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "Chiński(uproszczony)" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "Duński" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Holenderski" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "Angielski (SZ)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "Angielski (WB)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "Francuski" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "fiński" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "niemiecki" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "Węgierski" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "włoski" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "norweski (bokmål)" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "polski" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "portugalski" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "Rosyjski" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "hiszpański" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "szwedzki" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "turecki" @@ -415,8 +415,8 @@ msgstr "Wpis średnicy głowy" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1049,7 +1049,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1123,7 +1123,7 @@ msgstr "Tagi" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2156,27 +2156,27 @@ msgstr "" msgid "Head Circumference" msgstr "Średnica głowy" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Wzrost" diff --git a/locale/pt/LC_MESSAGES/django.po b/locale/pt/LC_MESSAGES/django.po index e507f4ac..141d4a47 100644 --- a/locale/pt/LC_MESSAGES/django.po +++ b/locale/pt/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -124,88 +124,88 @@ msgstr "4 semanas" msgid "Language" msgstr "Língua" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Fuso Horário" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "Preferências de {user}" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "Catalão" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "Checo" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "Chinês (Simplificado)" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "Dinamarquês" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Holandês" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "Inglês (EU)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "Inglês (RU)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "Francês" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "Finlandês" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "Alemão" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "Húngaro" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "Italiano" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "Polaco" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "Português" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "Russo" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "Espanhol" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "Sueco" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "Turco" @@ -415,8 +415,8 @@ msgstr "Registo Circunferência da Cabeça" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1052,7 +1052,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1126,7 +1126,7 @@ msgstr "Tags" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2144,27 +2144,27 @@ msgstr "" msgid "Head Circumference" msgstr "Circunferência da Cabeça" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Altura" diff --git a/locale/ru/LC_MESSAGES/django.po b/locale/ru/LC_MESSAGES/django.po index 4609b42e..c56645c7 100644 --- a/locale/ru/LC_MESSAGES/django.po +++ b/locale/ru/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,88 +125,88 @@ msgstr "4 недели" msgid "Language" msgstr "Язык" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Часовой пояс" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "Настройки {user}" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "Датский" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Dutch" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "French" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "Конец" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "German" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "Italian" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "Polish" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "Portuguese" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "Spanish" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "Swedish" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "Turkish" @@ -417,8 +417,8 @@ msgstr "" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1050,7 +1050,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1122,7 +1122,7 @@ msgstr "" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2156,27 +2156,27 @@ msgstr "" msgid "Head Circumference" msgstr "" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "" diff --git a/locale/sv/LC_MESSAGES/django.mo b/locale/sv/LC_MESSAGES/django.mo index dd13f062cfb0653fb3577774977e3742c491ff0d..e1c0a773758c26b215898c40fa261e8a8be7f2cf 100644 GIT binary patch delta 8332 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 YLu$Ogd3sv>{--+Jm$|=S?DFdW1p=O~IRF3v delta 8447 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 PX9L9*342#pERXmfcwxwZ diff --git a/locale/sv/LC_MESSAGES/django.po b/locale/sv/LC_MESSAGES/django.po index 75166a4b..a3844443 100644 --- a/locale/sv/LC_MESSAGES/django.po +++ b/locale/sv/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,88 +125,88 @@ msgstr "4 veckor" msgid "Language" msgstr "Språk" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Tidszon" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "{user}'s inställningar" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "Katalanska" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "Tjeckiska" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "Kinesiska (förenklad)" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "Danska" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Nederländska" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "Engelska (USA)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "Engelska (Storbritannien)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "Franska" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "Finska" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "Tyska" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "Ungerska" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "Italienska" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "Norskt bokmål" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "Polska" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "Portugisiska" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "Ryska" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "Spanska" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "Svenska" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "Turkiska" @@ -423,8 +423,8 @@ msgstr "Huvudomkrets-tillägg" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1063,9 +1063,12 @@ msgstr "" "start-värde %(min)s." #: core/fields.py:27 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "Nap start min. value %(min)s must be less than nap start min. value " +#| "%(max)s." msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" "Tupplurens min. start-värde %(min)s måste vara mindre än tuppluren max. " "start-värde %(max)s." @@ -1141,7 +1144,7 @@ msgstr "Märken" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2160,27 +2163,27 @@ msgstr "" msgid "Head Circumference" msgstr "Huvudomkrets" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Längd" diff --git a/locale/tr/LC_MESSAGES/django.po b/locale/tr/LC_MESSAGES/django.po index 3c5c0286..8e8817ad 100644 --- a/locale/tr/LC_MESSAGES/django.po +++ b/locale/tr/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -125,88 +125,88 @@ msgstr "4 hafta" msgid "Language" msgstr "Dil" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "Saat dilimi" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "{user}'nın Ayarları" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "Çince (Basitleştirişmiş)" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "Danca" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "Flemenkçe" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "İngilizce" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "İngilizce (BK)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "Fransızca" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "Fince" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "Almanca" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "İtalyanca" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "Lehçe" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "Portekizce" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "İspanyolca" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "İsveççe" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "Türkçe" @@ -417,8 +417,8 @@ msgstr "" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1053,7 +1053,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1125,7 +1125,7 @@ msgstr "Etiketler" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2143,27 +2143,27 @@ msgstr "" msgid "Head Circumference" msgstr "Baş Çevresi" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "Boy" diff --git a/locale/zh/LC_MESSAGES/django.po b/locale/zh/LC_MESSAGES/django.po index 697903ca..0c366a00 100644 --- a/locale/zh/LC_MESSAGES/django.po +++ b/locale/zh/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Baby Buddy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-12-19 17:07+0000\n" +"POT-Creation-Date: 2024-01-20 14:12+0000\n" "Language: zh-Hans\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -122,88 +122,88 @@ msgstr "4 周" msgid "Language" msgstr "语言" -#: babybuddy/models.py:69 +#: babybuddy/models.py:71 msgid "Timezone" msgstr "时区" -#: babybuddy/models.py:73 +#: babybuddy/models.py:75 #, python-brace-format msgid "{user}'s Settings" msgstr "{user}的设置" -#: babybuddy/settings/base.py:177 +#: babybuddy/settings/base.py:179 msgid "Catalan" msgstr "加泰罗尼亚语" -#: babybuddy/settings/base.py:178 +#: babybuddy/settings/base.py:180 msgid "Czech" msgstr "" -#: babybuddy/settings/base.py:179 +#: babybuddy/settings/base.py:181 msgid "Chinese (simplified)" msgstr "中文(简体)" -#: babybuddy/settings/base.py:180 +#: babybuddy/settings/base.py:182 msgid "Danish" msgstr "" -#: babybuddy/settings/base.py:181 +#: babybuddy/settings/base.py:183 msgid "Dutch" msgstr "荷兰语" -#: babybuddy/settings/base.py:182 +#: babybuddy/settings/base.py:184 msgid "English (US)" msgstr "英语(美国)" -#: babybuddy/settings/base.py:183 +#: babybuddy/settings/base.py:185 msgid "English (UK)" msgstr "英语(英国)" -#: babybuddy/settings/base.py:184 +#: babybuddy/settings/base.py:186 msgid "French" msgstr "法语" -#: babybuddy/settings/base.py:185 +#: babybuddy/settings/base.py:187 msgid "Finnish" msgstr "芬兰语" -#: babybuddy/settings/base.py:186 +#: babybuddy/settings/base.py:188 msgid "German" msgstr "德语" -#: babybuddy/settings/base.py:187 +#: babybuddy/settings/base.py:189 msgid "Hungarian" msgstr "" -#: babybuddy/settings/base.py:188 +#: babybuddy/settings/base.py:190 msgid "Italian" msgstr "意大利语" -#: babybuddy/settings/base.py:189 +#: babybuddy/settings/base.py:191 msgid "Norwegian Bokmål" msgstr "" -#: babybuddy/settings/base.py:190 +#: babybuddy/settings/base.py:192 msgid "Polish" msgstr "波兰语" -#: babybuddy/settings/base.py:191 +#: babybuddy/settings/base.py:193 msgid "Portuguese" msgstr "葡萄牙语" -#: babybuddy/settings/base.py:192 +#: babybuddy/settings/base.py:194 msgid "Russian" msgstr "" -#: babybuddy/settings/base.py:193 +#: babybuddy/settings/base.py:195 msgid "Spanish" msgstr "西班牙语" -#: babybuddy/settings/base.py:194 +#: babybuddy/settings/base.py:196 msgid "Swedish" msgstr "瑞典语" -#: babybuddy/settings/base.py:195 +#: babybuddy/settings/base.py:197 msgid "Turkish" msgstr "土耳其语" @@ -412,8 +412,8 @@ msgstr "头围记录" #: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:7 #: core/templates/core/height_list.html:12 -#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:28 -#: reports/graphs/height_change.py:87 +#: core/templates/core/height_list.html:29 reports/graphs/height_change.py:30 +#: reports/graphs/height_change.py:89 #: reports/templates/reports/height_change.html:4 #: reports/templates/reports/height_change.html:9 #: reports/templates/reports/report_list.html:28 @@ -1040,7 +1040,7 @@ msgstr "" #: core/fields.py:27 #, python-format msgid "" -"Nap start min. value %(min)s must be less than nap start min. value %(max)s." +"Nap start min. value %(min)s must be less than nap start max. value %(max)s." msgstr "" #: core/filters.py:11 core/models.py:97 core/models.py:116 @@ -1112,7 +1112,7 @@ msgstr "标签" #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70 #: reports/graphs/feeding_duration.py:56 reports/graphs/feeding_intervals.py:42 #: reports/graphs/head_circumference_change.py:28 -#: reports/graphs/height_change.py:85 reports/graphs/pumping_amounts.py:60 +#: reports/graphs/height_change.py:87 reports/graphs/pumping_amounts.py:60 #: reports/graphs/sleep_pattern.py:157 reports/graphs/sleep_totals.py:59 #: reports/graphs/tummytime_duration.py:51 reports/graphs/weight_change.py:85 msgid "Date" @@ -2122,27 +2122,27 @@ msgstr "" msgid "Head Circumference" msgstr "头围" -#: reports/graphs/height_change.py:49 reports/graphs/weight_change.py:49 +#: reports/graphs/height_change.py:51 reports/graphs/weight_change.py:49 msgid "P3" msgstr "" -#: reports/graphs/height_change.py:55 reports/graphs/weight_change.py:55 +#: reports/graphs/height_change.py:57 reports/graphs/weight_change.py:55 msgid "P15" msgstr "" -#: reports/graphs/height_change.py:61 reports/graphs/weight_change.py:61 +#: reports/graphs/height_change.py:63 reports/graphs/weight_change.py:61 msgid "P50" msgstr "" -#: reports/graphs/height_change.py:67 reports/graphs/weight_change.py:67 +#: reports/graphs/height_change.py:69 reports/graphs/weight_change.py:67 msgid "P85" msgstr "" -#: reports/graphs/height_change.py:73 reports/graphs/weight_change.py:73 +#: reports/graphs/height_change.py:75 reports/graphs/weight_change.py:73 msgid "P97" msgstr "" -#: reports/graphs/height_change.py:84 +#: reports/graphs/height_change.py:86 msgid "Height" msgstr "身高"