Compile latest translations for all locales

This commit is contained in:
Christopher C. Wells 2022-02-21 09:03:57 -08:00
parent 427887144f
commit 18efa9cc82
21 changed files with 4772 additions and 2598 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Baby Buddy\n" "Project-Id-Version: Baby Buddy\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 23:25-0800\n" "POT-Creation-Date: 2022-02-21 16:58+0000\n"
"Language: en-GB\n" "Language: en-GB\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -15,7 +15,7 @@ msgstr ""
msgid "Settings" msgid "Settings"
msgstr "" msgstr ""
#: babybuddy/admin.py:16 babybuddy/templates/babybuddy/nav-dropdown.html:104 #: babybuddy/admin.py:17 babybuddy/templates/babybuddy/nav-dropdown.html:104
#: babybuddy/templates/babybuddy/user_settings_form.html:61 #: babybuddy/templates/babybuddy/user_settings_form.html:61
#: dashboard/templates/dashboard/child.html:4 #: dashboard/templates/dashboard/child.html:4
#: dashboard/templates/dashboard/child.html:9 #: dashboard/templates/dashboard/child.html:9
@ -29,142 +29,142 @@ msgstr ""
msgid "Refresh rate" msgid "Refresh rate"
msgstr "" msgstr ""
#: babybuddy/models.py:20 #: babybuddy/models.py:21
msgid "" msgid ""
"If supported by browser, the dashboard will only refresh when visible, and " "If supported by browser, the dashboard will only refresh when visible, and "
"also when receiving focus." "also when receiving focus."
msgstr "" msgstr ""
#: babybuddy/models.py:26 #: babybuddy/models.py:28
msgid "disabled" msgid "disabled"
msgstr "" msgstr ""
#: babybuddy/models.py:27 #: babybuddy/models.py:29
msgid "1 min." msgid "1 min."
msgstr "" msgstr ""
#: babybuddy/models.py:28 #: babybuddy/models.py:30
msgid "2 min." msgid "2 min."
msgstr "" msgstr ""
#: babybuddy/models.py:29 #: babybuddy/models.py:31
msgid "3 min." msgid "3 min."
msgstr "" msgstr ""
#: babybuddy/models.py:30 #: babybuddy/models.py:32
msgid "4 min." msgid "4 min."
msgstr "" msgstr ""
#: babybuddy/models.py:31 #: babybuddy/models.py:33
msgid "5 min." msgid "5 min."
msgstr "" msgstr ""
#: babybuddy/models.py:32 #: babybuddy/models.py:34
msgid "10 min." msgid "10 min."
msgstr "" msgstr ""
#: babybuddy/models.py:33 #: babybuddy/models.py:35
msgid "15 min." msgid "15 min."
msgstr "" msgstr ""
#: babybuddy/models.py:34 #: babybuddy/models.py:36
msgid "30 min." msgid "30 min."
msgstr "" msgstr ""
#: babybuddy/models.py:37 #: babybuddy/models.py:40
msgid "Hide Empty Dashboard Cards" msgid "Hide Empty Dashboard Cards"
msgstr "" msgstr ""
#: babybuddy/models.py:42 #: babybuddy/models.py:43
msgid "Hide data older than" msgid "Hide data older than"
msgstr "" msgstr ""
#: babybuddy/models.py:43 #: babybuddy/models.py:45
msgid "This setting controls which data will be shown in the dashboard." msgid "This setting controls which data will be shown in the dashboard."
msgstr "" msgstr ""
#: babybuddy/models.py:49 #: babybuddy/models.py:51
msgid "show all data" msgid "show all data"
msgstr "" msgstr ""
#: babybuddy/models.py:50 #: babybuddy/models.py:52
msgid "1 day" msgid "1 day"
msgstr "" msgstr ""
#: babybuddy/models.py:51 #: babybuddy/models.py:53
msgid "2 days" msgid "2 days"
msgstr "" msgstr ""
#: babybuddy/models.py:52 #: babybuddy/models.py:54
msgid "3 days" msgid "3 days"
msgstr "" msgstr ""
#: babybuddy/models.py:53 #: babybuddy/models.py:55
msgid "1 week" msgid "1 week"
msgstr "" msgstr ""
#: babybuddy/models.py:54 #: babybuddy/models.py:56
msgid "4 weeks" msgid "4 weeks"
msgstr "" msgstr ""
#: babybuddy/models.py:60 #: babybuddy/models.py:63
msgid "Language" msgid "Language"
msgstr "" msgstr ""
#: babybuddy/models.py:66 #: babybuddy/models.py:69
msgid "Timezone" msgid "Timezone"
msgstr "" msgstr ""
#: babybuddy/models.py:70 #: babybuddy/models.py:73
#, python-brace-format #, python-brace-format
msgid "{user}'s Settings" msgid "{user}'s Settings"
msgstr "" msgstr ""
#: babybuddy/settings/base.py:172 #: babybuddy/settings/base.py:166
msgid "English (US)" msgid "English (US)"
msgstr "" msgstr ""
#: babybuddy/settings/base.py:173 #: babybuddy/settings/base.py:167
msgid "English (UK)" msgid "English (UK)"
msgstr "" msgstr ""
#: babybuddy/settings/base.py:174 #: babybuddy/settings/base.py:168
msgid "Dutch" msgid "Dutch"
msgstr "" msgstr ""
#: babybuddy/settings/base.py:175 #: babybuddy/settings/base.py:169
msgid "French" msgid "French"
msgstr "" msgstr ""
#: babybuddy/settings/base.py:176 #: babybuddy/settings/base.py:170
msgid "Finnish" msgid "Finnish"
msgstr "" msgstr ""
#: babybuddy/settings/base.py:177 #: babybuddy/settings/base.py:171
msgid "German" msgid "German"
msgstr "" msgstr ""
#: babybuddy/settings/base.py:178 #: babybuddy/settings/base.py:172
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: babybuddy/settings/base.py:179 #: babybuddy/settings/base.py:173
msgid "Polish" msgid "Polish"
msgstr "" msgstr ""
#: babybuddy/settings/base.py:180 #: babybuddy/settings/base.py:174
msgid "Portuguese" msgid "Portuguese"
msgstr "" msgstr ""
#: babybuddy/settings/base.py:181 #: babybuddy/settings/base.py:175
msgid "Spanish" msgid "Spanish"
msgstr "" msgstr ""
#: babybuddy/settings/base.py:182 #: babybuddy/settings/base.py:176
msgid "Swedish" msgid "Swedish"
msgstr "" msgstr ""
#: babybuddy/settings/base.py:183 #: babybuddy/settings/base.py:177
msgid "Turkish" msgid "Turkish"
msgstr "" msgstr ""
@ -221,27 +221,27 @@ msgstr ""
msgid "Quick Start Timer" msgid "Quick Start Timer"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:51 core/models.py:165 #: babybuddy/templates/babybuddy/nav-dropdown.html:51 core/models.py:158
#: core/models.py:169 #: core/models.py:162
msgid "Diaper Change" msgid "Diaper Change"
msgstr "Nappy Change" msgstr "Nappy Change"
#: babybuddy/templates/babybuddy/nav-dropdown.html:57 #: babybuddy/templates/babybuddy/nav-dropdown.html:57
#: babybuddy/templates/babybuddy/nav-dropdown.html:274 core/models.py:243 #: babybuddy/templates/babybuddy/nav-dropdown.html:274 core/models.py:227
#: core/models.py:247 core/templates/core/timer_detail.html:43 #: core/models.py:231 core/templates/core/timer_detail.html:43
msgid "Feeding" msgid "Feeding"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:63 #: babybuddy/templates/babybuddy/nav-dropdown.html:63
#: babybuddy/templates/babybuddy/nav-dropdown.html:150 core/models.py:269 #: babybuddy/templates/babybuddy/nav-dropdown.html:150 core/models.py:250
#: core/models.py:281 core/models.py:285 core/templates/core/note_list.html:29 #: core/models.py:260 core/models.py:264 core/templates/core/note_list.html:29
msgid "Note" msgid "Note"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:69 #: babybuddy/templates/babybuddy/nav-dropdown.html:69
#: babybuddy/templates/babybuddy/nav-dropdown.html:281 #: babybuddy/templates/babybuddy/nav-dropdown.html:281
#: babybuddy/templates/babybuddy/welcome.html:42 core/models.py:330 #: babybuddy/templates/babybuddy/welcome.html:42 core/models.py:292
#: core/models.py:331 core/models.py:334 #: core/models.py:293 core/models.py:296
#: core/templates/core/sleep_confirm_delete.html:7 #: core/templates/core/sleep_confirm_delete.html:7
#: core/templates/core/sleep_form.html:13 core/templates/core/sleep_list.html:4 #: core/templates/core/sleep_form.html:13 core/templates/core/sleep_list.html:4
#: core/templates/core/sleep_list.html:7 core/templates/core/sleep_list.html:12 #: core/templates/core/sleep_list.html:7 core/templates/core/sleep_list.html:12
@ -250,8 +250,8 @@ msgid "Sleep"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:75 #: babybuddy/templates/babybuddy/nav-dropdown.html:75
#: babybuddy/templates/babybuddy/nav-dropdown.html:172 core/models.py:369 #: babybuddy/templates/babybuddy/nav-dropdown.html:172 core/models.py:331
#: core/models.py:383 core/models.py:384 core/models.py:387 #: core/models.py:341 core/models.py:342 core/models.py:345
#: core/templates/core/temperature_confirm_delete.html:7 #: core/templates/core/temperature_confirm_delete.html:7
#: core/templates/core/temperature_form.html:13 #: core/templates/core/temperature_form.html:13
#: core/templates/core/temperature_list.html:4 #: core/templates/core/temperature_list.html:4
@ -263,8 +263,8 @@ msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:81 #: babybuddy/templates/babybuddy/nav-dropdown.html:81
#: babybuddy/templates/babybuddy/nav-dropdown.html:294 #: babybuddy/templates/babybuddy/nav-dropdown.html:294
#: babybuddy/templates/babybuddy/welcome.html:50 core/models.py:537 #: babybuddy/templates/babybuddy/welcome.html:50 core/models.py:468
#: core/models.py:538 core/models.py:541 #: core/models.py:469 core/models.py:472
#: core/templates/core/timer_detail.html:59 #: core/templates/core/timer_detail.html:59
#: core/templates/core/tummytime_confirm_delete.html:7 #: core/templates/core/tummytime_confirm_delete.html:7
#: core/templates/core/tummytime_form.html:13 #: core/templates/core/tummytime_form.html:13
@ -275,8 +275,8 @@ msgid "Tummy Time"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:87 #: babybuddy/templates/babybuddy/nav-dropdown.html:87
#: babybuddy/templates/babybuddy/nav-dropdown.html:186 core/models.py:567 #: babybuddy/templates/babybuddy/nav-dropdown.html:186 core/models.py:494
#: core/models.py:581 core/models.py:582 core/models.py:585 #: core/models.py:503 core/models.py:504 core/models.py:507
#: core/templates/core/weight_confirm_delete.html:7 #: core/templates/core/weight_confirm_delete.html:7
#: core/templates/core/weight_form.html:13 #: core/templates/core/weight_form.html:13
#: core/templates/core/weight_list.html:4 #: core/templates/core/weight_list.html:4
@ -298,7 +298,7 @@ msgid "Timeline"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:122 #: babybuddy/templates/babybuddy/nav-dropdown.html:122
#: babybuddy/templates/babybuddy/nav-dropdown.html:130 core/models.py:105 #: babybuddy/templates/babybuddy/nav-dropdown.html:130 core/models.py:101
#: core/templates/core/child_confirm_delete.html:7 #: core/templates/core/child_confirm_delete.html:7
#: core/templates/core/child_detail.html:7 #: core/templates/core/child_detail.html:7
#: core/templates/core/child_form.html:13 core/templates/core/child_list.html:4 #: core/templates/core/child_form.html:13 core/templates/core/child_list.html:4
@ -308,10 +308,10 @@ msgstr ""
msgid "Children" msgid "Children"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:136 core/models.py:104 #: babybuddy/templates/babybuddy/nav-dropdown.html:136 core/models.py:100
#: core/models.py:137 core/models.py:196 core/models.py:267 core/models.py:300 #: core/models.py:134 core/models.py:190 core/models.py:248 core/models.py:276
#: core/models.py:364 core/models.py:401 core/models.py:509 core/models.py:562 #: core/models.py:328 core/models.py:359 core/models.py:452 core/models.py:492
#: core/models.py:596 core/models.py:630 core/models.py:664 #: core/models.py:519 core/models.py:546 core/models.py:572
#: core/templates/core/bmi_list.html:27 #: core/templates/core/bmi_list.html:27
#: core/templates/core/diaperchange_list.html:27 #: core/templates/core/diaperchange_list.html:27
#: core/templates/core/feeding_list.html:27 #: core/templates/core/feeding_list.html:27
@ -325,9 +325,9 @@ msgstr ""
msgid "Child" msgid "Child"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:144 core/models.py:158 #: babybuddy/templates/babybuddy/nav-dropdown.html:144 core/models.py:151
#: core/models.py:236 core/models.py:282 core/models.py:322 core/models.py:376 #: core/models.py:220 core/models.py:261 core/models.py:284 core/models.py:334
#: core/models.py:574 core/models.py:608 core/models.py:642 core/models.py:676 #: core/models.py:496 core/models.py:523 core/models.py:552 core/models.py:576
#: core/templates/core/note_confirm_delete.html:7 #: core/templates/core/note_confirm_delete.html:7
#: core/templates/core/note_form.html:13 core/templates/core/note_list.html:4 #: core/templates/core/note_form.html:13 core/templates/core/note_list.html:4
#: core/templates/core/note_list.html:7 core/templates/core/note_list.html:12 #: core/templates/core/note_list.html:7 core/templates/core/note_list.html:12
@ -346,8 +346,8 @@ msgstr ""
msgid "Weight entry" msgid "Weight entry"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:200 core/models.py:601 #: babybuddy/templates/babybuddy/nav-dropdown.html:200 core/models.py:521
#: core/models.py:615 core/models.py:616 core/models.py:619 #: core/models.py:530 core/models.py:531 core/models.py:534
#: core/templates/core/height_confirm_delete.html:7 #: core/templates/core/height_confirm_delete.html:7
#: core/templates/core/height_form.html:13 #: core/templates/core/height_form.html:13
#: core/templates/core/height_list.html:4 #: core/templates/core/height_list.html:4
@ -365,8 +365,8 @@ msgstr ""
msgid "Height entry" msgid "Height entry"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:214 core/models.py:635 #: babybuddy/templates/babybuddy/nav-dropdown.html:214 core/models.py:549
#: core/models.py:649 core/models.py:650 core/models.py:653 #: core/models.py:559 core/models.py:560 core/models.py:563
#: core/templates/core/head_circumference_confirm_delete.html:7 #: core/templates/core/head_circumference_confirm_delete.html:7
#: core/templates/core/head_circumference_form.html:13 #: core/templates/core/head_circumference_form.html:13
#: core/templates/core/head_circumference_list.html:4 #: core/templates/core/head_circumference_list.html:4
@ -385,8 +385,8 @@ msgstr ""
msgid "Head Circumference entry" msgid "Head Circumference entry"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:228 core/models.py:669 #: babybuddy/templates/babybuddy/nav-dropdown.html:228 core/models.py:574
#: core/models.py:683 core/models.py:684 core/models.py:687 #: core/models.py:583 core/models.py:584 core/models.py:587
#: core/templates/core/bmi_confirm_delete.html:7 #: core/templates/core/bmi_confirm_delete.html:7
#: core/templates/core/bmi_form.html:13 core/templates/core/bmi_list.html:4 #: core/templates/core/bmi_form.html:13 core/templates/core/bmi_list.html:4
#: core/templates/core/bmi_list.html:7 core/templates/core/bmi_list.html:12 #: core/templates/core/bmi_list.html:7 core/templates/core/bmi_list.html:12
@ -416,7 +416,7 @@ msgid "Change"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:268 #: babybuddy/templates/babybuddy/nav-dropdown.html:268
#: babybuddy/templates/babybuddy/welcome.html:34 core/models.py:244 #: babybuddy/templates/babybuddy/welcome.html:34 core/models.py:228
#: core/templates/core/feeding_confirm_delete.html:7 #: core/templates/core/feeding_confirm_delete.html:7
#: core/templates/core/feeding_form.html:13 #: core/templates/core/feeding_form.html:13
#: core/templates/core/feeding_list.html:4 #: core/templates/core/feeding_list.html:4
@ -436,7 +436,7 @@ msgstr ""
#: babybuddy/templates/babybuddy/nav-dropdown.html:325 #: babybuddy/templates/babybuddy/nav-dropdown.html:325
#: babybuddy/templates/babybuddy/user_list.html:17 #: babybuddy/templates/babybuddy/user_list.html:17
#: babybuddy/templates/babybuddy/user_password_form.html:7 #: babybuddy/templates/babybuddy/user_password_form.html:7
#: babybuddy/templates/babybuddy/user_settings_form.html:7 core/models.py:434 #: babybuddy/templates/babybuddy/user_settings_form.html:7 core/models.py:378
#: core/templates/core/timer_list.html:32 #: core/templates/core/timer_list.html:32
msgid "User" msgid "User"
msgstr "" msgstr ""
@ -502,6 +502,7 @@ msgid "Delete User"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/user_confirm_delete.html:9 #: babybuddy/templates/babybuddy/user_confirm_delete.html:9
#: babybuddy/templates/babybuddy/user_confirm_delete.html:18
#: core/templates/core/bmi_confirm_delete.html:8 #: core/templates/core/bmi_confirm_delete.html:8
#: core/templates/core/bmi_confirm_delete.html:17 #: core/templates/core/bmi_confirm_delete.html:17
#: core/templates/core/child_confirm_delete.html:9 #: core/templates/core/child_confirm_delete.html:9
@ -621,7 +622,7 @@ msgstr ""
msgid "Staff" msgid "Staff"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/user_list.html:22 core/models.py:428 #: babybuddy/templates/babybuddy/user_list.html:22 core/models.py:373
#: core/templates/core/timer_list.html:31 #: core/templates/core/timer_list.html:31
msgid "Active" msgid "Active"
msgstr "" msgstr ""
@ -696,7 +697,7 @@ msgid ""
"by using Baby Buddy to track —" "by using Baby Buddy to track —"
msgstr "" msgstr ""
#: babybuddy/templates/babybuddy/welcome.html:26 core/models.py:166 #: babybuddy/templates/babybuddy/welcome.html:26 core/models.py:159
#: core/templates/core/diaperchange_confirm_delete.html:7 #: core/templates/core/diaperchange_confirm_delete.html:7
#: core/templates/core/diaperchange_form.html:13 #: core/templates/core/diaperchange_form.html:13
#: core/templates/core/diaperchange_list.html:4 #: core/templates/core/diaperchange_list.html:4
@ -790,34 +791,34 @@ msgid ""
"you will receive instructions for resetting your password." "you will receive instructions for resetting your password."
msgstr "" msgstr ""
#: babybuddy/views.py:78 #: babybuddy/views.py:76
#, python-format #, python-format
msgid "User %(username)s added!" msgid "User %(username)s added!"
msgstr "" msgstr ""
#: babybuddy/views.py:88 #: babybuddy/views.py:87
#, python-format #, python-format
msgid "User %(username)s updated." msgid "User %(username)s updated."
msgstr "" msgstr ""
#: babybuddy/views.py:100 #: babybuddy/views.py:99
#, python-brace-format #, python-brace-format
msgid "User {user} deleted." msgid "User {user} deleted."
msgstr "" msgstr ""
#: babybuddy/views.py:123 #: babybuddy/views.py:120
msgid "Password updated." msgid "Password updated."
msgstr "" msgstr ""
#: babybuddy/views.py:146 #: babybuddy/views.py:149
msgid "User API key regenerated." msgid "User API key regenerated."
msgstr "" msgstr ""
#: babybuddy/views.py:161 #: babybuddy/views.py:162
msgid "Settings saved!" msgid "Settings saved!"
msgstr "" msgstr ""
#: core/forms.py:114 #: core/forms.py:115
msgid "Name does not match child name." msgid "Name does not match child name."
msgstr "" msgstr ""
@ -837,15 +838,15 @@ msgstr ""
msgid "Another entry intersects the specified time period." msgid "Another entry intersects the specified time period."
msgstr "" msgstr ""
#: core/models.py:69 #: core/models.py:70
msgid "Date/time can not be in the future." msgid "Date/time can not be in the future."
msgstr "" msgstr ""
#: core/models.py:75 #: core/models.py:76
msgid "First name" msgid "First name"
msgstr "" msgstr ""
#: core/models.py:76 #: core/models.py:78
msgid "Last name" msgid "Last name"
msgstr "" msgstr ""
@ -853,69 +854,69 @@ msgstr ""
msgid "Birth date" msgid "Birth date"
msgstr "" msgstr ""
#: core/models.py:88 #: core/models.py:87
msgid "Slug" msgid "Slug"
msgstr "" msgstr ""
#: core/models.py:94 #: core/models.py:90
msgid "Picture" msgid "Picture"
msgstr "" msgstr ""
#: core/models.py:142 core/models.py:273 core/models.py:374 #: core/models.py:136 core/models.py:252 core/models.py:333
#: core/templates/core/diaperchange_list.html:25 #: core/templates/core/diaperchange_list.html:25
#: core/templates/core/note_list.html:25 #: core/templates/core/note_list.html:25
#: core/templates/core/temperature_list.html:25 #: core/templates/core/temperature_list.html:25
msgid "Time" msgid "Time"
msgstr "" msgstr ""
#: core/models.py:144 core/templates/core/diaperchange_list.html:60 #: core/models.py:137 core/templates/core/diaperchange_list.html:60
#: reports/graphs/diaperchange_types.py:34 #: reports/graphs/diaperchange_types.py:36
msgid "Wet" msgid "Wet"
msgstr "" msgstr ""
#: core/models.py:145 core/templates/core/diaperchange_list.html:61 #: core/models.py:138 core/templates/core/diaperchange_list.html:61
#: reports/graphs/diaperchange_types.py:28 #: reports/graphs/diaperchange_types.py:30
msgid "Solid" msgid "Solid"
msgstr "" msgstr ""
#: core/models.py:149 #: core/models.py:142
msgid "Black" msgid "Black"
msgstr "" msgstr ""
#: core/models.py:150 #: core/models.py:143
msgid "Brown" msgid "Brown"
msgstr "" msgstr ""
#: core/models.py:151 #: core/models.py:144
msgid "Green" msgid "Green"
msgstr "" msgstr ""
#: core/models.py:152 #: core/models.py:145
msgid "Yellow" msgid "Yellow"
msgstr "" msgstr ""
#: core/models.py:155 core/templates/core/diaperchange_list.html:30 #: core/models.py:148 core/templates/core/diaperchange_list.html:30
msgid "Color" msgid "Color"
msgstr "Colour" msgstr "Colour"
#: core/models.py:157 core/models.py:235 #: core/models.py:150 core/models.py:219
#: core/templates/core/diaperchange_list.html:31 #: core/templates/core/diaperchange_list.html:31
msgid "Amount" msgid "Amount"
msgstr "" msgstr ""
#: core/models.py:187 #: core/models.py:180
msgid "Wet and/or solid is required." msgid "Wet and/or solid is required."
msgstr "" msgstr ""
#: core/models.py:201 core/models.py:310 core/models.py:412 core/models.py:514 #: core/models.py:192 core/models.py:279 core/models.py:365 core/models.py:454
msgid "Start time" msgid "Start time"
msgstr "" msgstr ""
#: core/models.py:206 core/models.py:315 core/models.py:418 core/models.py:519 #: core/models.py:193 core/models.py:280 core/models.py:368 core/models.py:455
msgid "End time" msgid "End time"
msgstr "" msgstr ""
#: core/models.py:211 core/models.py:320 core/models.py:423 core/models.py:524 #: core/models.py:195 core/models.py:282 core/models.py:371 core/models.py:457
#: core/templates/core/feeding_list.html:34 #: core/templates/core/feeding_list.html:34
#: core/templates/core/sleep_list.html:30 #: core/templates/core/sleep_list.html:30
#: core/templates/core/timer_list.html:29 #: core/templates/core/timer_list.html:29
@ -923,67 +924,67 @@ msgstr ""
msgid "Duration" msgid "Duration"
msgstr "" msgstr ""
#: core/models.py:215 #: core/models.py:199
msgid "Breast milk" msgid "Breast milk"
msgstr "" msgstr ""
#: core/models.py:216 #: core/models.py:200
msgid "Formula" msgid "Formula"
msgstr "" msgstr ""
#: core/models.py:217 #: core/models.py:201
msgid "Fortified breast milk" msgid "Fortified breast milk"
msgstr "" msgstr ""
#: core/models.py:218 #: core/models.py:202
msgid "Solid food" msgid "Solid food"
msgstr "" msgstr ""
#: core/models.py:221 core/templates/core/feeding_list.html:30 #: core/models.py:205 core/templates/core/feeding_list.html:30
msgid "Type" msgid "Type"
msgstr "" msgstr ""
#: core/models.py:225 #: core/models.py:209
msgid "Bottle" msgid "Bottle"
msgstr "" msgstr ""
#: core/models.py:226 #: core/models.py:210
msgid "Left breast" msgid "Left breast"
msgstr "" msgstr ""
#: core/models.py:227 #: core/models.py:211
msgid "Right breast" msgid "Right breast"
msgstr "" msgstr ""
#: core/models.py:228 #: core/models.py:212
msgid "Both breasts" msgid "Both breasts"
msgstr "" msgstr ""
#: core/models.py:229 #: core/models.py:213
msgid "Parent fed" msgid "Parent fed"
msgstr "" msgstr ""
#: core/models.py:230 #: core/models.py:214
msgid "Self fed" msgid "Self fed"
msgstr "" msgstr ""
#: core/models.py:233 core/templates/core/feeding_list.html:29 #: core/models.py:217 core/templates/core/feeding_list.html:29
msgid "Method" msgid "Method"
msgstr "" msgstr ""
#: core/models.py:305 #: core/models.py:278
msgid "Napping" msgid "Napping"
msgstr "" msgstr ""
#: core/models.py:407 core/templates/core/timer_list.html:25 #: core/models.py:362 core/templates/core/timer_list.html:25
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: core/models.py:442 core/templates/core/timer_form.html:4 #: core/models.py:386 core/templates/core/timer_form.html:4
msgid "Timer" msgid "Timer"
msgstr "" msgstr ""
#: core/models.py:443 core/templates/core/timer_confirm_delete.html:9 #: core/models.py:387 core/templates/core/timer_confirm_delete.html:9
#: core/templates/core/timer_confirm_delete_inactive.html:9 #: core/templates/core/timer_confirm_delete_inactive.html:9
#: core/templates/core/timer_detail.html:8 #: core/templates/core/timer_detail.html:8
#: core/templates/core/timer_form.html:7 core/templates/core/timer_list.html:4 #: core/templates/core/timer_form.html:7 core/templates/core/timer_list.html:4
@ -992,27 +993,27 @@ msgstr ""
msgid "Timers" msgid "Timers"
msgstr "" msgstr ""
#: core/models.py:446 #: core/models.py:390
#, python-brace-format #, python-brace-format
msgid "Timer #{id}" msgid "Timer #{id}"
msgstr "" msgstr ""
#: core/models.py:529 core/templates/core/tummytime_list.html:30 #: core/models.py:460 core/templates/core/tummytime_list.html:30
msgid "Milestone" msgid "Milestone"
msgstr "" msgstr ""
#: core/models.py:572 core/models.py:606 core/models.py:640 core/models.py:674 #: core/models.py:495 core/models.py:522 core/models.py:551 core/models.py:575
#: core/templates/core/bmi_list.html:25 #: core/templates/core/bmi_list.html:25
#: core/templates/core/feeding_list.html:25 #: core/templates/core/feeding_list.html:25
#: core/templates/core/head_circumference_list.html:25 #: core/templates/core/head_circumference_list.html:25
#: core/templates/core/height_list.html:25 #: core/templates/core/height_list.html:25
#: core/templates/core/weight_list.html:25 reports/graphs/bmi_bmi.py:28 #: core/templates/core/weight_list.html:25 reports/graphs/bmi_bmi.py:28
#: reports/graphs/diaperchange_amounts.py:37 #: reports/graphs/diaperchange_amounts.py:37
#: reports/graphs/diaperchange_types.py:47 reports/graphs/feeding_amounts.py:37 #: reports/graphs/diaperchange_types.py:49 reports/graphs/feeding_amounts.py:70
#: reports/graphs/feeding_duration.py:54 #: reports/graphs/feeding_duration.py:56
#: reports/graphs/head_circumference_head_circumference.py:28 #: reports/graphs/head_circumference_head_circumference.py:28
#: reports/graphs/height_height.py:28 reports/graphs/sleep_pattern.py:146 #: reports/graphs/height_height.py:28 reports/graphs/sleep_pattern.py:151
#: reports/graphs/sleep_totals.py:51 reports/graphs/tummytime_duration.py:49 #: reports/graphs/sleep_totals.py:59 reports/graphs/tummytime_duration.py:51
#: reports/graphs/weight_weight.py:28 #: reports/graphs/weight_weight.py:28
msgid "Date" msgid "Date"
msgstr "" msgstr ""
@ -1386,7 +1387,7 @@ msgstr ""
msgid "Today" msgid "Today"
msgstr "" msgstr ""
#: core/templatetags/datetime.py:74 #: core/templatetags/datetime.py:75
msgid "{}, {}" msgid "{}, {}"
msgstr "" msgstr ""
@ -1394,42 +1395,42 @@ msgstr ""
msgid "0 days" msgid "0 days"
msgstr "" msgstr ""
#: core/timeline.py:44 #: core/timeline.py:53
#, python-format #, python-format
msgid "%(child)s started tummy time!" msgid "%(child)s started tummy time!"
msgstr "" msgstr ""
#: core/timeline.py:54 #: core/timeline.py:64
#, python-format #, python-format
msgid "%(child)s finished tummy time." msgid "%(child)s finished tummy time."
msgstr "" msgstr ""
#: core/timeline.py:77 #: core/timeline.py:89
#, python-format #, python-format
msgid "%(child)s fell asleep." msgid "%(child)s fell asleep."
msgstr "" msgstr ""
#: core/timeline.py:87 #: core/timeline.py:100
#, python-format #, python-format
msgid "%(child)s woke up." msgid "%(child)s woke up."
msgstr "" msgstr ""
#: core/timeline.py:120 #: core/timeline.py:133
#, python-format #, python-format
msgid "Amount: %(amount).0f" msgid "Amount: %(amount).0f"
msgstr "" msgstr ""
#: core/timeline.py:125 #: core/timeline.py:141
#, python-format #, python-format
msgid "%(child)s started feeding." msgid "%(child)s started feeding."
msgstr "" msgstr ""
#: core/timeline.py:136 #: core/timeline.py:153
#, python-format #, python-format
msgid "%(child)s finished feeding." msgid "%(child)s finished feeding."
msgstr "" msgstr ""
#: core/timeline.py:160 #: core/timeline.py:179
#, fuzzy, python-format #, fuzzy, python-format
#| msgid "%(child)s had a diaper change." #| msgid "%(child)s had a diaper change."
msgid "%(child)s had a %(type)s diaper change." msgid "%(child)s had a %(type)s diaper change."
@ -1442,70 +1443,70 @@ msgid_plural "%(hours)s hours"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: core/utils.py:22 #: core/utils.py:19
#, python-format #, python-format
msgid "%(minutes)s minute" msgid "%(minutes)s minute"
msgid_plural "%(minutes)s minutes" msgid_plural "%(minutes)s minutes"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: core/utils.py:30 #: core/utils.py:25
#, python-format #, python-format
msgid "%(seconds)s second" msgid "%(seconds)s second"
msgid_plural "%(seconds)s seconds" msgid_plural "%(seconds)s seconds"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: core/views.py:34 #: core/views.py:33
#, python-format #, python-format
msgid "%(model)s entry for %(child)s added!" msgid "%(model)s entry for %(child)s added!"
msgstr "" msgstr ""
#: core/views.py:36 #: core/views.py:35
#, python-format #, python-format
msgid "%(model)s entry added!" msgid "%(model)s entry added!"
msgstr "" msgstr ""
#: core/views.py:63 #: core/views.py:61
#, python-format #, python-format
msgid "%(model)s entry for %(child)s updated." msgid "%(model)s entry for %(child)s updated."
msgstr "" msgstr ""
#: core/views.py:65 #: core/views.py:63
#, python-format #, python-format
msgid "%(model)s entry updated." msgid "%(model)s entry updated."
msgstr "" msgstr ""
#: core/views.py:75 core/views.py:126 #: core/views.py:69 core/views.py:118
#, python-format #, python-format
msgid "%(model)s entry deleted." msgid "%(model)s entry deleted."
msgstr "" msgstr ""
#: core/views.py:95 #: core/views.py:87
#, python-format #, python-format
msgid "%(first_name)s %(last_name)s added!" msgid "%(first_name)s %(last_name)s added!"
msgstr "" msgstr ""
#: core/views.py:257 #: core/views.py:249
#, python-format #, python-format
msgid "%(model)s reading added!" msgid "%(model)s reading added!"
msgstr "" msgstr ""
#: core/views.py:265 #: core/views.py:257
#, python-format #, python-format
msgid "%(model)s reading for %(child)s updated." msgid "%(model)s reading for %(child)s updated."
msgstr "" msgstr ""
#: core/views.py:371 #: core/views.py:361
#, python-format #, python-format
msgid "%(timer)s stopped." msgid "%(timer)s stopped."
msgstr "" msgstr ""
#: core/views.py:395 #: core/views.py:384
msgid "All inactive timers deleted." msgid "All inactive timers deleted."
msgstr "" msgstr ""
#: core/views.py:405 #: core/views.py:394
msgid "No inactive timers exist." msgid "No inactive timers exist."
msgstr "" msgstr ""
@ -1684,51 +1685,51 @@ msgstr ""
msgid "Tummy Time Durations (Sum)" msgid "Tummy Time Durations (Sum)"
msgstr "" msgstr ""
#: dashboard/templatetags/cards.py:277 #: dashboard/templatetags/cards.py:288
msgid "Diaper change frequency" msgid "Diaper change frequency"
msgstr "Nappy change frequency" msgstr "Nappy change frequency"
#: dashboard/templatetags/cards.py:292 #: dashboard/templatetags/cards.py:309
msgid "Average nap duration" msgid "Average nap duration"
msgstr "" msgstr ""
#: dashboard/templatetags/cards.py:296 #: dashboard/templatetags/cards.py:316
msgid "Average naps per day" msgid "Average naps per day"
msgstr "" msgstr ""
#: dashboard/templatetags/cards.py:303 #: dashboard/templatetags/cards.py:326
msgid "Average sleep duration" msgid "Average sleep duration"
msgstr "" msgstr ""
#: dashboard/templatetags/cards.py:307 #: dashboard/templatetags/cards.py:333
msgid "Average awake duration" msgid "Average awake duration"
msgstr "" msgstr ""
#: dashboard/templatetags/cards.py:314 #: dashboard/templatetags/cards.py:343
msgid "Weight change per week" msgid "Weight change per week"
msgstr "" msgstr ""
#: dashboard/templatetags/cards.py:321 #: dashboard/templatetags/cards.py:353
msgid "Height change per week" msgid "Height change per week"
msgstr "" msgstr ""
#: dashboard/templatetags/cards.py:328 #: dashboard/templatetags/cards.py:363
msgid "Head circumference change per week" msgid "Head circumference change per week"
msgstr "" msgstr ""
#: dashboard/templatetags/cards.py:335 #: dashboard/templatetags/cards.py:373
msgid "BMI change per week" msgid "BMI change per week"
msgstr "" msgstr ""
#: dashboard/templatetags/cards.py:382 #: dashboard/templatetags/cards.py:418
msgid "Feeding frequency (past 3 days)" msgid "Feeding frequency (past 3 days)"
msgstr "" msgstr ""
#: dashboard/templatetags/cards.py:386 #: dashboard/templatetags/cards.py:422
msgid "Feeding frequency (past 2 weeks)" msgid "Feeding frequency (past 2 weeks)"
msgstr "" msgstr ""
#: dashboard/templatetags/cards.py:392 #: dashboard/templatetags/cards.py:428
msgid "Feeding frequency" msgid "Feeding frequency"
msgstr "" msgstr ""
@ -1756,47 +1757,43 @@ msgstr "<b>Nappy Lifetimes</b>"
msgid "Time between changes (hours)" msgid "Time between changes (hours)"
msgstr "" msgstr ""
#: reports/graphs/diaperchange_types.py:39 #: reports/graphs/diaperchange_types.py:41 reports/graphs/feeding_amounts.py:58
msgid "Total" msgid "Total"
msgstr "" msgstr ""
#: reports/graphs/diaperchange_types.py:46 #: reports/graphs/diaperchange_types.py:48
msgid "<b>Diaper Change Types</b>" msgid "<b>Diaper Change Types</b>"
msgstr "<b>Nappy Change Types</b>" msgstr "<b>Nappy Change Types</b>"
#: reports/graphs/diaperchange_types.py:49 #: reports/graphs/diaperchange_types.py:51
msgid "Number of changes" msgid "Number of changes"
msgstr "" msgstr ""
#: reports/graphs/feeding_amounts.py:27 #: reports/graphs/feeding_amounts.py:69
msgid "Total feeding amount" msgid "<b>Total Feeding Amount by Type</b>"
msgstr "" msgstr ""
#: reports/graphs/feeding_amounts.py:36 #: reports/graphs/feeding_amounts.py:72
msgid "<b>Total Feeding Amounts</b>"
msgstr ""
#: reports/graphs/feeding_amounts.py:39
msgid "Feeding amount" msgid "Feeding amount"
msgstr "" msgstr ""
#: reports/graphs/feeding_duration.py:36 #: reports/graphs/feeding_duration.py:38
msgid "Average duration" msgid "Average duration"
msgstr "" msgstr ""
#: reports/graphs/feeding_duration.py:44 #: reports/graphs/feeding_duration.py:46
msgid "Total feedings" msgid "Total feedings"
msgstr "" msgstr ""
#: reports/graphs/feeding_duration.py:53 #: reports/graphs/feeding_duration.py:55
msgid "<b>Average Feeding Durations</b>" msgid "<b>Average Feeding Durations</b>"
msgstr "" msgstr ""
#: reports/graphs/feeding_duration.py:56 #: reports/graphs/feeding_duration.py:58
msgid "Average duration (minutes)" msgid "Average duration (minutes)"
msgstr "" msgstr ""
#: reports/graphs/feeding_duration.py:58 #: reports/graphs/feeding_duration.py:60
msgid "Number of feedings" msgid "Number of feedings"
msgstr "" msgstr ""
@ -1808,40 +1805,40 @@ msgstr ""
msgid "<b>Height</b>" msgid "<b>Height</b>"
msgstr "" msgstr ""
#: reports/graphs/sleep_pattern.py:143 #: reports/graphs/sleep_pattern.py:148
msgid "<b>Sleep Pattern</b>" msgid "<b>Sleep Pattern</b>"
msgstr "" msgstr ""
#: reports/graphs/sleep_pattern.py:159 #: reports/graphs/sleep_pattern.py:165
msgid "Time of day" msgid "Time of day"
msgstr "" msgstr ""
#: reports/graphs/sleep_totals.py:40 #: reports/graphs/sleep_totals.py:48
msgid "Total sleep" msgid "Total sleep"
msgstr "" msgstr ""
#: reports/graphs/sleep_totals.py:50 #: reports/graphs/sleep_totals.py:58
msgid "<b>Sleep Totals</b>" msgid "<b>Sleep Totals</b>"
msgstr "" msgstr ""
#: reports/graphs/sleep_totals.py:53 #: reports/graphs/sleep_totals.py:61
msgid "Hours of sleep" msgid "Hours of sleep"
msgstr "" msgstr ""
#: reports/graphs/tummytime_duration.py:32 #: reports/graphs/tummytime_duration.py:34
msgid "Total duration" msgid "Total duration"
msgstr "" msgstr ""
#: reports/graphs/tummytime_duration.py:39 #: reports/graphs/tummytime_duration.py:41
#: reports/graphs/tummytime_duration.py:53 #: reports/graphs/tummytime_duration.py:55
msgid "Number of sessions" msgid "Number of sessions"
msgstr "" msgstr ""
#: reports/graphs/tummytime_duration.py:48 #: reports/graphs/tummytime_duration.py:50
msgid "<b>Total Tummy Time Durations</b>" msgid "<b>Total Tummy Time Durations</b>"
msgstr "" msgstr ""
#: reports/graphs/tummytime_duration.py:51 #: reports/graphs/tummytime_duration.py:53
msgid "Total duration (minutes)" msgid "Total duration (minutes)"
msgstr "" msgstr ""

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff