Update locale files

This commit is contained in:
Christopher C. Wells 2022-02-24 21:17:27 -08:00 committed by Christopher Charbonneau Wells
parent 8d9b80a07f
commit a1473bce77
14 changed files with 3077 additions and 2352 deletions

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Baby Buddy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-21 16:59+0000\n"
"POT-Creation-Date: 2022-02-25 05:14+0000\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -122,69 +122,61 @@ msgid "{user}'s Settings"
msgstr "{user} Einstellungen"
#: babybuddy/settings/base.py:166
msgid "Chinese (simplified)"
msgstr ""
#: babybuddy/settings/base.py:167
msgid "Dutch"
msgstr ""
#: babybuddy/settings/base.py:168
#, fuzzy
#| msgid "English"
msgid "English (US)"
msgstr "Englisch"
#: babybuddy/settings/base.py:167
#: babybuddy/settings/base.py:169
#, fuzzy
#| msgid "English"
msgid "English (UK)"
msgstr "Englisch"
#: babybuddy/settings/base.py:168
msgid "Dutch"
msgstr ""
#: babybuddy/settings/base.py:169
#: babybuddy/settings/base.py:170
msgid "French"
msgstr "Französisch"
#: babybuddy/settings/base.py:170
#: babybuddy/settings/base.py:171
msgid "Finnish"
msgstr ""
#: babybuddy/settings/base.py:171
#: babybuddy/settings/base.py:172
msgid "German"
msgstr "Deutsch"
#: babybuddy/settings/base.py:172
#: babybuddy/settings/base.py:173
msgid "Italian"
msgstr ""
#: babybuddy/settings/base.py:173
#: babybuddy/settings/base.py:174
msgid "Polish"
msgstr ""
#: babybuddy/settings/base.py:174
#: babybuddy/settings/base.py:175
msgid "Portuguese"
msgstr ""
#: babybuddy/settings/base.py:175
#: babybuddy/settings/base.py:176
msgid "Spanish"
msgstr "Spanisch"
#: babybuddy/settings/base.py:176
#: babybuddy/settings/base.py:177
msgid "Swedish"
msgstr "Schwedisch"
#: babybuddy/settings/base.py:177
#: babybuddy/settings/base.py:178
msgid "Turkish"
msgstr "Türkisch"
#: babybuddy/templates/403.html:4 babybuddy/templates/403.html:7
msgid "Permission Denied"
msgstr "Zugriff verweigert"
#: babybuddy/templates/403.html:12
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Du hast keine Berechtigung auf diese Ressource zuzugreifen. Für "
"Unterstützung kontaktiere bitte den Administrator."
#: babybuddy/templates/admin/base_site.html:4
#: babybuddy/templates/admin/base_site.html:7
#: babybuddy/templates/babybuddy/nav-dropdown.html:338
@ -748,6 +740,52 @@ msgstr ""
msgid "Add a Child"
msgstr "Kind hinzufügen"
#: babybuddy/templates/error/400.html:4 babybuddy/templates/error/400.html:7
msgid "Bad Request"
msgstr ""
#: babybuddy/templates/error/403.html:4 babybuddy/templates/error/403.html:7
msgid "Permission Denied"
msgstr "Zugriff verweigert"
#: babybuddy/templates/error/403.html:9
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Du hast keine Berechtigung auf diese Ressource zuzugreifen. Für "
"Unterstützung kontaktiere bitte den Administrator."
#: babybuddy/templates/error/403_csrf_bad_origin.html:14
msgid "How to Fix"
msgstr ""
#: babybuddy/templates/error/403_csrf_bad_origin.html:15
#, python-format
msgid ""
"Add <samp>%(origin)s</samp> to the <code>CSRF_TRUSTED_ORIGINS</code> "
"environment variable. If multiple origins are required separate with commas."
msgstr ""
#: babybuddy/templates/error/404.html:4 babybuddy/templates/error/404.html:7
msgid "Page Not Found"
msgstr ""
#: babybuddy/templates/error/404.html:9
#, python-format
msgid "The path <code>%(request_path)s</code> does not exist."
msgstr ""
#: babybuddy/templates/error/500.html:4 babybuddy/templates/error/500.html:7
msgid "Server Error"
msgstr ""
#: babybuddy/templates/error/base.html:14
#, fuzzy
#| msgid "Welcome to Baby Buddy!"
msgid "Return to Baby Buddy"
msgstr "Willkommen bei Baby Buddy!"
#: babybuddy/templates/registration/login.html:32
msgid "Login"
msgstr "Login"
@ -821,30 +859,38 @@ msgstr ""
"Bitte gib deine Account E-Mail-Adresse ins folgende Formular ein. Wenn die "
"Adresse gültig ist, erhältst du Anweisungen um das Passwort zurückzusetzen."
#: babybuddy/views.py:76
#: babybuddy/views.py:43
msgid "Forbidden"
msgstr ""
#: babybuddy/views.py:44
msgid "CSRF verification failed. Request aborted."
msgstr ""
#: babybuddy/views.py:102
#, python-format
msgid "User %(username)s added!"
msgstr "User %(username)s hinzugefügt!"
#: babybuddy/views.py:87
#: babybuddy/views.py:113
#, python-format
msgid "User %(username)s updated."
msgstr "User %(username)s geändert!"
#: babybuddy/views.py:99
#: babybuddy/views.py:125
#, python-brace-format
msgid "User {user} deleted."
msgstr "User {user} gelöscht."
#: babybuddy/views.py:120
#: babybuddy/views.py:146
msgid "Password updated."
msgstr "Passwort geändert."
#: babybuddy/views.py:149
#: babybuddy/views.py:175
msgid "User API key regenerated."
msgstr "User API-Key neu generiert."
#: babybuddy/views.py:162
#: babybuddy/views.py:188
msgid "Settings saved!"
msgstr "Einstellungen gespeichert!"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Baby Buddy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-21 16:58+0000\n"
"POT-Creation-Date: 2022-02-25 05:14+0000\n"
"Language: en-GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -121,63 +121,57 @@ msgid "{user}'s Settings"
msgstr ""
#: babybuddy/settings/base.py:166
msgid "English (US)"
msgid "Chinese (simplified)"
msgstr ""
#: babybuddy/settings/base.py:167
msgid "English (UK)"
msgstr ""
#: babybuddy/settings/base.py:168
msgid "Dutch"
msgstr ""
#: babybuddy/settings/base.py:168
msgid "English (US)"
msgstr ""
#: babybuddy/settings/base.py:169
msgid "French"
msgid "English (UK)"
msgstr ""
#: babybuddy/settings/base.py:170
msgid "Finnish"
msgid "French"
msgstr ""
#: babybuddy/settings/base.py:171
msgid "German"
msgid "Finnish"
msgstr ""
#: babybuddy/settings/base.py:172
msgid "Italian"
msgid "German"
msgstr ""
#: babybuddy/settings/base.py:173
msgid "Polish"
msgid "Italian"
msgstr ""
#: babybuddy/settings/base.py:174
msgid "Portuguese"
msgid "Polish"
msgstr ""
#: babybuddy/settings/base.py:175
msgid "Spanish"
msgid "Portuguese"
msgstr ""
#: babybuddy/settings/base.py:176
msgid "Swedish"
msgid "Spanish"
msgstr ""
#: babybuddy/settings/base.py:177
msgid "Swedish"
msgstr ""
#: babybuddy/settings/base.py:178
msgid "Turkish"
msgstr ""
#: babybuddy/templates/403.html:4 babybuddy/templates/403.html:7
msgid "Permission Denied"
msgstr ""
#: babybuddy/templates/403.html:12
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
#: babybuddy/templates/admin/base_site.html:4
#: babybuddy/templates/admin/base_site.html:7
#: babybuddy/templates/babybuddy/nav-dropdown.html:338
@ -727,6 +721,48 @@ msgstr ""
msgid "Add a Child"
msgstr ""
#: babybuddy/templates/error/400.html:4 babybuddy/templates/error/400.html:7
msgid "Bad Request"
msgstr ""
#: babybuddy/templates/error/403.html:4 babybuddy/templates/error/403.html:7
msgid "Permission Denied"
msgstr ""
#: babybuddy/templates/error/403.html:9
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
#: babybuddy/templates/error/403_csrf_bad_origin.html:14
msgid "How to Fix"
msgstr ""
#: babybuddy/templates/error/403_csrf_bad_origin.html:15
#, python-format
msgid ""
"Add <samp>%(origin)s</samp> to the <code>CSRF_TRUSTED_ORIGINS</code> "
"environment variable. If multiple origins are required separate with commas."
msgstr ""
#: babybuddy/templates/error/404.html:4 babybuddy/templates/error/404.html:7
msgid "Page Not Found"
msgstr ""
#: babybuddy/templates/error/404.html:9
#, python-format
msgid "The path <code>%(request_path)s</code> does not exist."
msgstr ""
#: babybuddy/templates/error/500.html:4 babybuddy/templates/error/500.html:7
msgid "Server Error"
msgstr ""
#: babybuddy/templates/error/base.html:14
msgid "Return to Baby Buddy"
msgstr ""
#: babybuddy/templates/registration/login.html:32
msgid "Login"
msgstr ""
@ -791,30 +827,38 @@ msgid ""
"you will receive instructions for resetting your password."
msgstr ""
#: babybuddy/views.py:76
#: babybuddy/views.py:43
msgid "Forbidden"
msgstr ""
#: babybuddy/views.py:44
msgid "CSRF verification failed. Request aborted."
msgstr ""
#: babybuddy/views.py:102
#, python-format
msgid "User %(username)s added!"
msgstr ""
#: babybuddy/views.py:87
#: babybuddy/views.py:113
#, python-format
msgid "User %(username)s updated."
msgstr ""
#: babybuddy/views.py:99
#: babybuddy/views.py:125
#, python-brace-format
msgid "User {user} deleted."
msgstr ""
#: babybuddy/views.py:120
#: babybuddy/views.py:146
msgid "Password updated."
msgstr ""
#: babybuddy/views.py:149
#: babybuddy/views.py:175
msgid "User API key regenerated."
msgstr ""
#: babybuddy/views.py:162
#: babybuddy/views.py:188
msgid "Settings saved!"
msgstr ""

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Baby Buddy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-21 16:58+0000\n"
"POT-Creation-Date: 2022-02-25 05:14+0000\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -122,67 +122,61 @@ msgid "{user}'s Settings"
msgstr "Käyttäjän {user} asetukset"
#: babybuddy/settings/base.py:166
msgid "Chinese (simplified)"
msgstr ""
#: babybuddy/settings/base.py:167
msgid "Dutch"
msgstr ""
#: babybuddy/settings/base.py:168
#, fuzzy
#| msgid "English"
msgid "English (US)"
msgstr "englanti"
#: babybuddy/settings/base.py:167
#: babybuddy/settings/base.py:169
#, fuzzy
#| msgid "English"
msgid "English (UK)"
msgstr "englanti"
#: babybuddy/settings/base.py:168
msgid "Dutch"
msgstr ""
#: babybuddy/settings/base.py:169
#: babybuddy/settings/base.py:170
msgid "French"
msgstr "ranska"
#: babybuddy/settings/base.py:170
#: babybuddy/settings/base.py:171
msgid "Finnish"
msgstr ""
#: babybuddy/settings/base.py:171
#: babybuddy/settings/base.py:172
msgid "German"
msgstr "saksa"
#: babybuddy/settings/base.py:172
#: babybuddy/settings/base.py:173
msgid "Italian"
msgstr ""
#: babybuddy/settings/base.py:173
#: babybuddy/settings/base.py:174
msgid "Polish"
msgstr "englanti"
#: babybuddy/settings/base.py:174
#: babybuddy/settings/base.py:175
msgid "Portuguese"
msgstr ""
#: babybuddy/settings/base.py:175
#: babybuddy/settings/base.py:176
msgid "Spanish"
msgstr "espanja"
#: babybuddy/settings/base.py:176
#: babybuddy/settings/base.py:177
msgid "Swedish"
msgstr "ruotsi"
#: babybuddy/settings/base.py:177
#: babybuddy/settings/base.py:178
msgid "Turkish"
msgstr "turkki"
#: babybuddy/templates/403.html:4 babybuddy/templates/403.html:7
msgid "Permission Denied"
msgstr "Pääsy kielletty"
#: babybuddy/templates/403.html:12
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr "Sinulla ei ole oikeutta tähän resurssiin."
#: babybuddy/templates/admin/base_site.html:4
#: babybuddy/templates/admin/base_site.html:7
#: babybuddy/templates/babybuddy/nav-dropdown.html:338
@ -744,6 +738,50 @@ msgstr ""
msgid "Add a Child"
msgstr "Lisää lapsi"
#: babybuddy/templates/error/400.html:4 babybuddy/templates/error/400.html:7
msgid "Bad Request"
msgstr ""
#: babybuddy/templates/error/403.html:4 babybuddy/templates/error/403.html:7
msgid "Permission Denied"
msgstr "Pääsy kielletty"
#: babybuddy/templates/error/403.html:9
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr "Sinulla ei ole oikeutta tähän resurssiin."
#: babybuddy/templates/error/403_csrf_bad_origin.html:14
msgid "How to Fix"
msgstr ""
#: babybuddy/templates/error/403_csrf_bad_origin.html:15
#, python-format
msgid ""
"Add <samp>%(origin)s</samp> to the <code>CSRF_TRUSTED_ORIGINS</code> "
"environment variable. If multiple origins are required separate with commas."
msgstr ""
#: babybuddy/templates/error/404.html:4 babybuddy/templates/error/404.html:7
msgid "Page Not Found"
msgstr ""
#: babybuddy/templates/error/404.html:9
#, python-format
msgid "The path <code>%(request_path)s</code> does not exist."
msgstr ""
#: babybuddy/templates/error/500.html:4 babybuddy/templates/error/500.html:7
msgid "Server Error"
msgstr ""
#: babybuddy/templates/error/base.html:14
#, fuzzy
#| msgid "Welcome to Baby Buddy!"
msgid "Return to Baby Buddy"
msgstr "Tervetuloa Baby Buddyyn!"
#: babybuddy/templates/registration/login.html:32
msgid "Login"
msgstr "Kirjaudu"
@ -814,30 +852,38 @@ msgstr ""
"Syötä sähköpostiosoitteesi alla olevaan kenttään. Sähköpostiin lähetetään "
"ohjeet salasanan palautukselle."
#: babybuddy/views.py:76
#: babybuddy/views.py:43
msgid "Forbidden"
msgstr ""
#: babybuddy/views.py:44
msgid "CSRF verification failed. Request aborted."
msgstr ""
#: babybuddy/views.py:102
#, python-format
msgid "User %(username)s added!"
msgstr "Käyttäjä %(username)s lisätty!"
#: babybuddy/views.py:87
#: babybuddy/views.py:113
#, python-format
msgid "User %(username)s updated."
msgstr "Käyttäjä %(username)s päivitetty."
#: babybuddy/views.py:99
#: babybuddy/views.py:125
#, python-brace-format
msgid "User {user} deleted."
msgstr "Käyttäjä {user} poistettu."
#: babybuddy/views.py:120
#: babybuddy/views.py:146
msgid "Password updated."
msgstr "Salasana vaihdettu."
#: babybuddy/views.py:149
#: babybuddy/views.py:175
msgid "User API key regenerated."
msgstr "Käyttäjän API-avain luotu uudelleen."
#: babybuddy/views.py:162
#: babybuddy/views.py:188
msgid "Settings saved!"
msgstr "Asetukset tallennettu!"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Baby Buddy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-21 16:58+0000\n"
"POT-Creation-Date: 2022-02-25 05:14+0000\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -126,69 +126,61 @@ msgid "{user}'s Settings"
msgstr "Paramètres d'utilisateur {user}"
#: babybuddy/settings/base.py:166
msgid "Chinese (simplified)"
msgstr ""
#: babybuddy/settings/base.py:167
msgid "Dutch"
msgstr "Néerlandaise"
#: babybuddy/settings/base.py:168
#, fuzzy
#| msgid "English"
msgid "English (US)"
msgstr "Anglais"
#: babybuddy/settings/base.py:167
#: babybuddy/settings/base.py:169
#, fuzzy
#| msgid "English"
msgid "English (UK)"
msgstr "Anglais"
#: babybuddy/settings/base.py:168
msgid "Dutch"
msgstr "Néerlandaise"
#: babybuddy/settings/base.py:169
#: babybuddy/settings/base.py:170
msgid "French"
msgstr "Français"
#: babybuddy/settings/base.py:170
#: babybuddy/settings/base.py:171
msgid "Finnish"
msgstr "finnois"
#: babybuddy/settings/base.py:171
#: babybuddy/settings/base.py:172
msgid "German"
msgstr "Allemand"
#: babybuddy/settings/base.py:172
#: babybuddy/settings/base.py:173
msgid "Italian"
msgstr "Italienne"
#: babybuddy/settings/base.py:173
#: babybuddy/settings/base.py:174
msgid "Polish"
msgstr "Polonaise"
#: babybuddy/settings/base.py:174
#: babybuddy/settings/base.py:175
msgid "Portuguese"
msgstr "Portugaise"
#: babybuddy/settings/base.py:175
#: babybuddy/settings/base.py:176
msgid "Spanish"
msgstr "Espagnol"
#: babybuddy/settings/base.py:176
#: babybuddy/settings/base.py:177
msgid "Swedish"
msgstr "Suédois"
#: babybuddy/settings/base.py:177
#: babybuddy/settings/base.py:178
msgid "Turkish"
msgstr "Turc"
#: babybuddy/templates/403.html:4 babybuddy/templates/403.html:7
msgid "Permission Denied"
msgstr "Permission Refusée"
#: babybuddy/templates/403.html:12
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Vous n'êtes pas autorisé à accéder à cette ressource. Contactez un "
"administrateur de site pour obtenir de l'aide."
#: babybuddy/templates/admin/base_site.html:4
#: babybuddy/templates/admin/base_site.html:7
#: babybuddy/templates/babybuddy/nav-dropdown.html:338
@ -752,6 +744,52 @@ msgstr ""
msgid "Add a Child"
msgstr "Ajouter un Enfant"
#: babybuddy/templates/error/400.html:4 babybuddy/templates/error/400.html:7
msgid "Bad Request"
msgstr ""
#: babybuddy/templates/error/403.html:4 babybuddy/templates/error/403.html:7
msgid "Permission Denied"
msgstr "Permission Refusée"
#: babybuddy/templates/error/403.html:9
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Vous n'êtes pas autorisé à accéder à cette ressource. Contactez un "
"administrateur de site pour obtenir de l'aide."
#: babybuddy/templates/error/403_csrf_bad_origin.html:14
msgid "How to Fix"
msgstr ""
#: babybuddy/templates/error/403_csrf_bad_origin.html:15
#, python-format
msgid ""
"Add <samp>%(origin)s</samp> to the <code>CSRF_TRUSTED_ORIGINS</code> "
"environment variable. If multiple origins are required separate with commas."
msgstr ""
#: babybuddy/templates/error/404.html:4 babybuddy/templates/error/404.html:7
msgid "Page Not Found"
msgstr ""
#: babybuddy/templates/error/404.html:9
#, python-format
msgid "The path <code>%(request_path)s</code> does not exist."
msgstr ""
#: babybuddy/templates/error/500.html:4 babybuddy/templates/error/500.html:7
msgid "Server Error"
msgstr ""
#: babybuddy/templates/error/base.html:14
#, fuzzy
#| msgid "Welcome to Baby Buddy!"
msgid "Return to Baby Buddy"
msgstr "Bienvenue à Baby Buddy!"
#: babybuddy/templates/registration/login.html:32
msgid "Login"
msgstr "Se connecter"
@ -827,30 +865,38 @@ msgstr ""
"l'adresse est valide, vous recevrez des instructions pour réinitialiser "
"votre mot de passe."
#: babybuddy/views.py:76
#: babybuddy/views.py:43
msgid "Forbidden"
msgstr ""
#: babybuddy/views.py:44
msgid "CSRF verification failed. Request aborted."
msgstr ""
#: babybuddy/views.py:102
#, python-format
msgid "User %(username)s added!"
msgstr "L'utilisateur %(username)s a été ajouté!"
#: babybuddy/views.py:87
#: babybuddy/views.py:113
#, python-format
msgid "User %(username)s updated."
msgstr "L'utilisateur %(username)s a été mis à jour!"
#: babybuddy/views.py:99
#: babybuddy/views.py:125
#, python-brace-format
msgid "User {user} deleted."
msgstr "L'utilisateur {user} a été supprimé."
#: babybuddy/views.py:120
#: babybuddy/views.py:146
msgid "Password updated."
msgstr "Le mot de passe a été mis à jour."
#: babybuddy/views.py:149
#: babybuddy/views.py:175
msgid "User API key regenerated."
msgstr "La clé de l'API utilisateur a été régénérée."
#: babybuddy/views.py:162
#: babybuddy/views.py:188
msgid "Settings saved!"
msgstr "Les paramètres ont été enregistrés!"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Baby Buddy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-21 16:58+0000\n"
"POT-Creation-Date: 2022-02-25 05:14+0000\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -126,69 +126,61 @@ msgid "{user}'s Settings"
msgstr "Impostazioni {user}"
#: babybuddy/settings/base.py:166
msgid "Chinese (simplified)"
msgstr ""
#: babybuddy/settings/base.py:167
msgid "Dutch"
msgstr "Olandese"
#: babybuddy/settings/base.py:168
#, fuzzy
#| msgid "English"
msgid "English (US)"
msgstr "Inglese"
#: babybuddy/settings/base.py:167
#: babybuddy/settings/base.py:169
#, fuzzy
#| msgid "English"
msgid "English (UK)"
msgstr "Inglese"
#: babybuddy/settings/base.py:168
msgid "Dutch"
msgstr "Olandese"
#: babybuddy/settings/base.py:169
#: babybuddy/settings/base.py:170
msgid "French"
msgstr "Francese"
#: babybuddy/settings/base.py:170
#: babybuddy/settings/base.py:171
msgid "Finnish"
msgstr "Finlandese"
#: babybuddy/settings/base.py:171
#: babybuddy/settings/base.py:172
msgid "German"
msgstr "Tedesco"
#: babybuddy/settings/base.py:172
#: babybuddy/settings/base.py:173
msgid "Italian"
msgstr "Italiano"
#: babybuddy/settings/base.py:173
#: babybuddy/settings/base.py:174
msgid "Polish"
msgstr "Polacco"
#: babybuddy/settings/base.py:174
#: babybuddy/settings/base.py:175
msgid "Portuguese"
msgstr "Portoghese"
#: babybuddy/settings/base.py:175
#: babybuddy/settings/base.py:176
msgid "Spanish"
msgstr "Spagnolo"
#: babybuddy/settings/base.py:176
#: babybuddy/settings/base.py:177
msgid "Swedish"
msgstr "Svedese"
#: babybuddy/settings/base.py:177
#: babybuddy/settings/base.py:178
msgid "Turkish"
msgstr "Turco"
#: babybuddy/templates/403.html:4 babybuddy/templates/403.html:7
msgid "Permission Denied"
msgstr "Permesso Negato"
#: babybuddy/templates/403.html:12
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Non hai il permesso di accedere a questa risorsa. Contatta l'amministratore "
"del sito per assistenza."
#: babybuddy/templates/admin/base_site.html:4
#: babybuddy/templates/admin/base_site.html:7
#: babybuddy/templates/babybuddy/nav-dropdown.html:338
@ -751,6 +743,52 @@ msgstr ""
msgid "Add a Child"
msgstr "Aggiungi Figlio"
#: babybuddy/templates/error/400.html:4 babybuddy/templates/error/400.html:7
msgid "Bad Request"
msgstr ""
#: babybuddy/templates/error/403.html:4 babybuddy/templates/error/403.html:7
msgid "Permission Denied"
msgstr "Permesso Negato"
#: babybuddy/templates/error/403.html:9
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Non hai il permesso di accedere a questa risorsa. Contatta l'amministratore "
"del sito per assistenza."
#: babybuddy/templates/error/403_csrf_bad_origin.html:14
msgid "How to Fix"
msgstr ""
#: babybuddy/templates/error/403_csrf_bad_origin.html:15
#, python-format
msgid ""
"Add <samp>%(origin)s</samp> to the <code>CSRF_TRUSTED_ORIGINS</code> "
"environment variable. If multiple origins are required separate with commas."
msgstr ""
#: babybuddy/templates/error/404.html:4 babybuddy/templates/error/404.html:7
msgid "Page Not Found"
msgstr ""
#: babybuddy/templates/error/404.html:9
#, python-format
msgid "The path <code>%(request_path)s</code> does not exist."
msgstr ""
#: babybuddy/templates/error/500.html:4 babybuddy/templates/error/500.html:7
msgid "Server Error"
msgstr ""
#: babybuddy/templates/error/base.html:14
#, fuzzy
#| msgid "Welcome to Baby Buddy!"
msgid "Return to Baby Buddy"
msgstr "Benvenuto in Baby Buddy!"
#: babybuddy/templates/registration/login.html:32
msgid "Login"
msgstr "Login"
@ -821,30 +859,38 @@ msgstr ""
"Inserisci il tuo indirizzo email nel form sottostante. Se l'indirizzo email "
"è corretto, riceverai le istruzioni per resettare la password."
#: babybuddy/views.py:76
#: babybuddy/views.py:43
msgid "Forbidden"
msgstr ""
#: babybuddy/views.py:44
msgid "CSRF verification failed. Request aborted."
msgstr ""
#: babybuddy/views.py:102
#, python-format
msgid "User %(username)s added!"
msgstr "Utente %(username)s aggiunto!"
#: babybuddy/views.py:87
#: babybuddy/views.py:113
#, python-format
msgid "User %(username)s updated."
msgstr "Utente %(username)s modificato"
#: babybuddy/views.py:99
#: babybuddy/views.py:125
#, python-brace-format
msgid "User {user} deleted."
msgstr "Utente {user} eliminato."
#: babybuddy/views.py:120
#: babybuddy/views.py:146
msgid "Password updated."
msgstr "Password aggiornata."
#: babybuddy/views.py:149
#: babybuddy/views.py:175
msgid "User API key regenerated."
msgstr "API key utente rigenerata."
#: babybuddy/views.py:162
#: babybuddy/views.py:188
msgid "Settings saved!"
msgstr "Impostazioni salvate!"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Baby Buddy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-21 16:58+0000\n"
"POT-Creation-Date: 2022-02-25 05:14+0000\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -124,69 +124,61 @@ msgid "{user}'s Settings"
msgstr "{user}'s instellingen"
#: babybuddy/settings/base.py:166
msgid "Chinese (simplified)"
msgstr ""
#: babybuddy/settings/base.py:167
msgid "Dutch"
msgstr "Nederlands"
#: babybuddy/settings/base.py:168
#, fuzzy
#| msgid "English"
msgid "English (US)"
msgstr "Engels"
#: babybuddy/settings/base.py:167
#: babybuddy/settings/base.py:169
#, fuzzy
#| msgid "English"
msgid "English (UK)"
msgstr "Engels"
#: babybuddy/settings/base.py:168
msgid "Dutch"
msgstr "Nederlands"
#: babybuddy/settings/base.py:169
#: babybuddy/settings/base.py:170
msgid "French"
msgstr "Frans"
#: babybuddy/settings/base.py:170
#: babybuddy/settings/base.py:171
msgid "Finnish"
msgstr "Fins"
#: babybuddy/settings/base.py:171
#: babybuddy/settings/base.py:172
msgid "German"
msgstr "Duits"
#: babybuddy/settings/base.py:172
#: babybuddy/settings/base.py:173
msgid "Italian"
msgstr "Italiaans"
#: babybuddy/settings/base.py:173
#: babybuddy/settings/base.py:174
msgid "Polish"
msgstr "Pools"
#: babybuddy/settings/base.py:174
#: babybuddy/settings/base.py:175
msgid "Portuguese"
msgstr "Portugees"
#: babybuddy/settings/base.py:175
#: babybuddy/settings/base.py:176
msgid "Spanish"
msgstr "Spaans"
#: babybuddy/settings/base.py:176
#: babybuddy/settings/base.py:177
msgid "Swedish"
msgstr "Zweeds"
#: babybuddy/settings/base.py:177
#: babybuddy/settings/base.py:178
msgid "Turkish"
msgstr "Turks"
#: babybuddy/templates/403.html:4 babybuddy/templates/403.html:7
msgid "Permission Denied"
msgstr "Toegang geweigerd"
#: babybuddy/templates/403.html:12
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Je hebt niet de juiste machtigingen voor deze module. Contacteer de site "
"beheerder voor hulp."
#: babybuddy/templates/admin/base_site.html:4
#: babybuddy/templates/admin/base_site.html:7
#: babybuddy/templates/babybuddy/nav-dropdown.html:338
@ -745,6 +737,52 @@ msgstr ""
msgid "Add a Child"
msgstr "Voeg een kind toe"
#: babybuddy/templates/error/400.html:4 babybuddy/templates/error/400.html:7
msgid "Bad Request"
msgstr ""
#: babybuddy/templates/error/403.html:4 babybuddy/templates/error/403.html:7
msgid "Permission Denied"
msgstr "Toegang geweigerd"
#: babybuddy/templates/error/403.html:9
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Je hebt niet de juiste machtigingen voor deze module. Contacteer de site "
"beheerder voor hulp."
#: babybuddy/templates/error/403_csrf_bad_origin.html:14
msgid "How to Fix"
msgstr ""
#: babybuddy/templates/error/403_csrf_bad_origin.html:15
#, python-format
msgid ""
"Add <samp>%(origin)s</samp> to the <code>CSRF_TRUSTED_ORIGINS</code> "
"environment variable. If multiple origins are required separate with commas."
msgstr ""
#: babybuddy/templates/error/404.html:4 babybuddy/templates/error/404.html:7
msgid "Page Not Found"
msgstr ""
#: babybuddy/templates/error/404.html:9
#, python-format
msgid "The path <code>%(request_path)s</code> does not exist."
msgstr ""
#: babybuddy/templates/error/500.html:4 babybuddy/templates/error/500.html:7
msgid "Server Error"
msgstr ""
#: babybuddy/templates/error/base.html:14
#, fuzzy
#| msgid "Welcome to Baby Buddy!"
msgid "Return to Baby Buddy"
msgstr "Welkom op Baby Buddy!"
#: babybuddy/templates/registration/login.html:32
msgid "Login"
msgstr "Login"
@ -819,30 +857,38 @@ msgstr ""
"correct is, ontvang je daar de instructies voor het opnieuw instellen van je "
"wachtwoord."
#: babybuddy/views.py:76
#: babybuddy/views.py:43
msgid "Forbidden"
msgstr ""
#: babybuddy/views.py:44
msgid "CSRF verification failed. Request aborted."
msgstr ""
#: babybuddy/views.py:102
#, python-format
msgid "User %(username)s added!"
msgstr "Gebruiker %(username)s toegevoegd!"
#: babybuddy/views.py:87
#: babybuddy/views.py:113
#, python-format
msgid "User %(username)s updated."
msgstr "Gebruiker %(username)s is geupdate."
#: babybuddy/views.py:99
#: babybuddy/views.py:125
#, python-brace-format
msgid "User {user} deleted."
msgstr "Gebruiker {user} verwijderd."
#: babybuddy/views.py:120
#: babybuddy/views.py:146
msgid "Password updated."
msgstr "Wachtwoord aangepast."
#: babybuddy/views.py:149
#: babybuddy/views.py:175
msgid "User API key regenerated."
msgstr "Gebruiker API key opnieuw gegenereerd."
#: babybuddy/views.py:162
#: babybuddy/views.py:188
msgid "Settings saved!"
msgstr "Instellingen opgeslagen!"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: test\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-21 16:58+0000\n"
"POT-Creation-Date: 2022-02-25 05:14+0000\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -123,68 +123,61 @@ msgid "{user}'s Settings"
msgstr "Ustawienia użytkownika {user}"
#: babybuddy/settings/base.py:166
msgid "Chinese (simplified)"
msgstr ""
#: babybuddy/settings/base.py:167
msgid "Dutch"
msgstr ""
#: babybuddy/settings/base.py:168
#, fuzzy
#| msgid "English"
msgid "English (US)"
msgstr "Angielski"
#: babybuddy/settings/base.py:167
#: babybuddy/settings/base.py:169
#, fuzzy
#| msgid "English"
msgid "English (UK)"
msgstr "Angielski"
#: babybuddy/settings/base.py:168
msgid "Dutch"
msgstr ""
#: babybuddy/settings/base.py:169
#: babybuddy/settings/base.py:170
msgid "French"
msgstr "Francuski"
#: babybuddy/settings/base.py:170
#: babybuddy/settings/base.py:171
msgid "Finnish"
msgstr ""
#: babybuddy/settings/base.py:171
#: babybuddy/settings/base.py:172
msgid "German"
msgstr "Niemiecki"
#: babybuddy/settings/base.py:172
#: babybuddy/settings/base.py:173
msgid "Italian"
msgstr ""
#: babybuddy/settings/base.py:173
#: babybuddy/settings/base.py:174
msgid "Polish"
msgstr ""
#: babybuddy/settings/base.py:174
#: babybuddy/settings/base.py:175
msgid "Portuguese"
msgstr ""
#: babybuddy/settings/base.py:175
#: babybuddy/settings/base.py:176
msgid "Spanish"
msgstr "Hiszpański"
#: babybuddy/settings/base.py:176
#: babybuddy/settings/base.py:177
msgid "Swedish"
msgstr "Szwedzki"
#: babybuddy/settings/base.py:177
#: babybuddy/settings/base.py:178
msgid "Turkish"
msgstr "Turecki"
#: babybuddy/templates/403.html:4 babybuddy/templates/403.html:7
msgid "Permission Denied"
msgstr "Brak pozwolenia"
#: babybuddy/templates/403.html:12
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Nie masz uprawnień do tych zasobów. Skontaktuj się z administratorem witryny"
#: babybuddy/templates/admin/base_site.html:4
#: babybuddy/templates/admin/base_site.html:7
#: babybuddy/templates/babybuddy/nav-dropdown.html:338
@ -746,6 +739,51 @@ msgstr ""
msgid "Add a Child"
msgstr "Dodaj dziecko"
#: babybuddy/templates/error/400.html:4 babybuddy/templates/error/400.html:7
msgid "Bad Request"
msgstr ""
#: babybuddy/templates/error/403.html:4 babybuddy/templates/error/403.html:7
msgid "Permission Denied"
msgstr "Brak pozwolenia"
#: babybuddy/templates/error/403.html:9
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Nie masz uprawnień do tych zasobów. Skontaktuj się z administratorem witryny"
#: babybuddy/templates/error/403_csrf_bad_origin.html:14
msgid "How to Fix"
msgstr ""
#: babybuddy/templates/error/403_csrf_bad_origin.html:15
#, python-format
msgid ""
"Add <samp>%(origin)s</samp> to the <code>CSRF_TRUSTED_ORIGINS</code> "
"environment variable. If multiple origins are required separate with commas."
msgstr ""
#: babybuddy/templates/error/404.html:4 babybuddy/templates/error/404.html:7
msgid "Page Not Found"
msgstr ""
#: babybuddy/templates/error/404.html:9
#, python-format
msgid "The path <code>%(request_path)s</code> does not exist."
msgstr ""
#: babybuddy/templates/error/500.html:4 babybuddy/templates/error/500.html:7
msgid "Server Error"
msgstr ""
#: babybuddy/templates/error/base.html:14
#, fuzzy
#| msgid "Welcome to Baby Buddy!"
msgid "Return to Baby Buddy"
msgstr "Witamy w Baby Buddy!"
#: babybuddy/templates/registration/login.html:32
msgid "Login"
msgstr "Login"
@ -816,30 +854,38 @@ msgstr ""
"Wpisz adres e-mail swojego konta w poniższym formularzu. Jeśli adres jest "
"prawidłowy, otrzymasz instrukcje dotyczące zresetowania hasła."
#: babybuddy/views.py:76
#: babybuddy/views.py:43
msgid "Forbidden"
msgstr ""
#: babybuddy/views.py:44
msgid "CSRF verification failed. Request aborted."
msgstr ""
#: babybuddy/views.py:102
#, python-format
msgid "User %(username)s added!"
msgstr "Dodano użytkownika %(username)s!"
#: babybuddy/views.py:87
#: babybuddy/views.py:113
#, python-format
msgid "User %(username)s updated."
msgstr "Zaktualizowano użytkownika %(username)s"
#: babybuddy/views.py:99
#: babybuddy/views.py:125
#, python-brace-format
msgid "User {user} deleted."
msgstr "Użytkownik {user} został usunięty"
#: babybuddy/views.py:120
#: babybuddy/views.py:146
msgid "Password updated."
msgstr "Zaktualizowano hasło"
#: babybuddy/views.py:149
#: babybuddy/views.py:175
msgid "User API key regenerated."
msgstr "Wygenerowano klucz API użytkownika"
#: babybuddy/views.py:162
#: babybuddy/views.py:188
msgid "Settings saved!"
msgstr "Zapisano ustawienia!"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Baby Buddy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-21 16:58+0000\n"
"POT-Creation-Date: 2022-02-25 05:14+0000\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -124,69 +124,61 @@ msgid "{user}'s Settings"
msgstr "Preferências de {user}"
#: babybuddy/settings/base.py:166
msgid "Chinese (simplified)"
msgstr ""
#: babybuddy/settings/base.py:167
msgid "Dutch"
msgstr "Holandês"
#: babybuddy/settings/base.py:168
#, fuzzy
#| msgid "English"
msgid "English (US)"
msgstr "Inglês"
#: babybuddy/settings/base.py:167
#: babybuddy/settings/base.py:169
#, fuzzy
#| msgid "English"
msgid "English (UK)"
msgstr "Inglês"
#: babybuddy/settings/base.py:168
msgid "Dutch"
msgstr "Holandês"
#: babybuddy/settings/base.py:169
#: babybuddy/settings/base.py:170
msgid "French"
msgstr "Francês"
#: babybuddy/settings/base.py:170
#: babybuddy/settings/base.py:171
msgid "Finnish"
msgstr "Finlandês"
#: babybuddy/settings/base.py:171
#: babybuddy/settings/base.py:172
msgid "German"
msgstr "Alemão"
#: babybuddy/settings/base.py:172
#: babybuddy/settings/base.py:173
msgid "Italian"
msgstr "Italiano"
#: babybuddy/settings/base.py:173
#: babybuddy/settings/base.py:174
msgid "Polish"
msgstr ""
#: babybuddy/settings/base.py:174
#: babybuddy/settings/base.py:175
msgid "Portuguese"
msgstr ""
#: babybuddy/settings/base.py:175
#: babybuddy/settings/base.py:176
msgid "Spanish"
msgstr "Espanhol"
#: babybuddy/settings/base.py:176
#: babybuddy/settings/base.py:177
msgid "Swedish"
msgstr "Sueco"
#: babybuddy/settings/base.py:177
#: babybuddy/settings/base.py:178
msgid "Turkish"
msgstr "Turco"
#: babybuddy/templates/403.html:4 babybuddy/templates/403.html:7
msgid "Permission Denied"
msgstr "Permissão Negada"
#: babybuddy/templates/403.html:12
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Não tem permissão para aceder a este recurso. Contacte o administrador do "
"site para assitência"
#: babybuddy/templates/admin/base_site.html:4
#: babybuddy/templates/admin/base_site.html:7
#: babybuddy/templates/babybuddy/nav-dropdown.html:338
@ -748,6 +740,52 @@ msgstr ""
msgid "Add a Child"
msgstr "Adicionar uma Criança"
#: babybuddy/templates/error/400.html:4 babybuddy/templates/error/400.html:7
msgid "Bad Request"
msgstr ""
#: babybuddy/templates/error/403.html:4 babybuddy/templates/error/403.html:7
msgid "Permission Denied"
msgstr "Permissão Negada"
#: babybuddy/templates/error/403.html:9
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Não tem permissão para aceder a este recurso. Contacte o administrador do "
"site para assitência"
#: babybuddy/templates/error/403_csrf_bad_origin.html:14
msgid "How to Fix"
msgstr ""
#: babybuddy/templates/error/403_csrf_bad_origin.html:15
#, python-format
msgid ""
"Add <samp>%(origin)s</samp> to the <code>CSRF_TRUSTED_ORIGINS</code> "
"environment variable. If multiple origins are required separate with commas."
msgstr ""
#: babybuddy/templates/error/404.html:4 babybuddy/templates/error/404.html:7
msgid "Page Not Found"
msgstr ""
#: babybuddy/templates/error/404.html:9
#, python-format
msgid "The path <code>%(request_path)s</code> does not exist."
msgstr ""
#: babybuddy/templates/error/500.html:4 babybuddy/templates/error/500.html:7
msgid "Server Error"
msgstr ""
#: babybuddy/templates/error/base.html:14
#, fuzzy
#| msgid "Welcome to Baby Buddy!"
msgid "Return to Baby Buddy"
msgstr "Bem-vindo ao Baby Buddy!"
#: babybuddy/templates/registration/login.html:32
msgid "Login"
msgstr "Entrada"
@ -820,30 +858,38 @@ msgstr ""
"Insira o seu e-mail no formulário abaixo. Se o endereço for válido, receberá "
"instruções para o reset da sua password."
#: babybuddy/views.py:76
#: babybuddy/views.py:43
msgid "Forbidden"
msgstr ""
#: babybuddy/views.py:44
msgid "CSRF verification failed. Request aborted."
msgstr ""
#: babybuddy/views.py:102
#, python-format
msgid "User %(username)s added!"
msgstr "Utilizador %(username)s adicionado!"
#: babybuddy/views.py:87
#: babybuddy/views.py:113
#, python-format
msgid "User %(username)s updated."
msgstr "Utilizador %(username)s actualizado."
#: babybuddy/views.py:99
#: babybuddy/views.py:125
#, python-brace-format
msgid "User {user} deleted."
msgstr "Utilizador {user} eliminado."
#: babybuddy/views.py:120
#: babybuddy/views.py:146
msgid "Password updated."
msgstr "Password actualizada"
#: babybuddy/views.py:149
#: babybuddy/views.py:175
msgid "User API key regenerated."
msgstr "Chave API do utilizador regenerada."
#: babybuddy/views.py:162
#: babybuddy/views.py:188
msgid "Settings saved!"
msgstr "Preferências salvas!"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Baby Buddy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-21 16:58+0000\n"
"POT-Creation-Date: 2022-02-25 05:14+0000\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -122,69 +122,61 @@ msgid "{user}'s Settings"
msgstr "{user}'s inställningar"
#: babybuddy/settings/base.py:166
msgid "Chinese (simplified)"
msgstr ""
#: babybuddy/settings/base.py:167
msgid "Dutch"
msgstr ""
#: babybuddy/settings/base.py:168
#, fuzzy
#| msgid "English"
msgid "English (US)"
msgstr "Engelska"
#: babybuddy/settings/base.py:167
#: babybuddy/settings/base.py:169
#, fuzzy
#| msgid "English"
msgid "English (UK)"
msgstr "Engelska"
#: babybuddy/settings/base.py:168
msgid "Dutch"
msgstr ""
#: babybuddy/settings/base.py:169
#: babybuddy/settings/base.py:170
msgid "French"
msgstr "Franska"
#: babybuddy/settings/base.py:170
#: babybuddy/settings/base.py:171
msgid "Finnish"
msgstr ""
#: babybuddy/settings/base.py:171
#: babybuddy/settings/base.py:172
msgid "German"
msgstr ""
#: babybuddy/settings/base.py:172
#: babybuddy/settings/base.py:173
msgid "Italian"
msgstr ""
#: babybuddy/settings/base.py:173
#: babybuddy/settings/base.py:174
msgid "Polish"
msgstr ""
#: babybuddy/settings/base.py:174
#: babybuddy/settings/base.py:175
msgid "Portuguese"
msgstr ""
#: babybuddy/settings/base.py:175
#: babybuddy/settings/base.py:176
msgid "Spanish"
msgstr ""
#: babybuddy/settings/base.py:176
#: babybuddy/settings/base.py:177
msgid "Swedish"
msgstr ""
#: babybuddy/settings/base.py:177
#: babybuddy/settings/base.py:178
msgid "Turkish"
msgstr ""
#: babybuddy/templates/403.html:4 babybuddy/templates/403.html:7
msgid "Permission Denied"
msgstr "Åtkomst nekad"
#: babybuddy/templates/403.html:12
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Du har inte behörighet att komma åt den här resursen. Kontakta "
"webbplatsadministratören för hjälp."
#: babybuddy/templates/admin/base_site.html:4
#: babybuddy/templates/admin/base_site.html:7
#: babybuddy/templates/babybuddy/nav-dropdown.html:338
@ -747,6 +739,52 @@ msgstr ""
msgid "Add a Child"
msgstr "Lägg till barn"
#: babybuddy/templates/error/400.html:4 babybuddy/templates/error/400.html:7
msgid "Bad Request"
msgstr ""
#: babybuddy/templates/error/403.html:4 babybuddy/templates/error/403.html:7
msgid "Permission Denied"
msgstr "Åtkomst nekad"
#: babybuddy/templates/error/403.html:9
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Du har inte behörighet att komma åt den här resursen. Kontakta "
"webbplatsadministratören för hjälp."
#: babybuddy/templates/error/403_csrf_bad_origin.html:14
msgid "How to Fix"
msgstr ""
#: babybuddy/templates/error/403_csrf_bad_origin.html:15
#, python-format
msgid ""
"Add <samp>%(origin)s</samp> to the <code>CSRF_TRUSTED_ORIGINS</code> "
"environment variable. If multiple origins are required separate with commas."
msgstr ""
#: babybuddy/templates/error/404.html:4 babybuddy/templates/error/404.html:7
msgid "Page Not Found"
msgstr ""
#: babybuddy/templates/error/404.html:9
#, python-format
msgid "The path <code>%(request_path)s</code> does not exist."
msgstr ""
#: babybuddy/templates/error/500.html:4 babybuddy/templates/error/500.html:7
msgid "Server Error"
msgstr ""
#: babybuddy/templates/error/base.html:14
#, fuzzy
#| msgid "Welcome to Baby Buddy!"
msgid "Return to Baby Buddy"
msgstr "Välkommen till Baby Buddy!"
#: babybuddy/templates/registration/login.html:32
msgid "Login"
msgstr "Logga in"
@ -818,30 +856,38 @@ msgstr ""
"Ange ditt kontos e-postadress i formuläret nedan. Om e-postadressen är "
"korrekt så skickar vi instruktioner för att återställa lösenordet."
#: babybuddy/views.py:76
#: babybuddy/views.py:43
msgid "Forbidden"
msgstr ""
#: babybuddy/views.py:44
msgid "CSRF verification failed. Request aborted."
msgstr ""
#: babybuddy/views.py:102
#, python-format
msgid "User %(username)s added!"
msgstr "Användare %(username)s har lagts till!"
#: babybuddy/views.py:87
#: babybuddy/views.py:113
#, python-format
msgid "User %(username)s updated."
msgstr "Användare %(username)s uppdaterad."
#: babybuddy/views.py:99
#: babybuddy/views.py:125
#, python-brace-format
msgid "User {user} deleted."
msgstr "Användare {user} borttagen."
#: babybuddy/views.py:120
#: babybuddy/views.py:146
msgid "Password updated."
msgstr "Lösenord uppdaterat."
#: babybuddy/views.py:149
#: babybuddy/views.py:175
msgid "User API key regenerated."
msgstr "Användare API-nyckel genererad."
#: babybuddy/views.py:162
#: babybuddy/views.py:188
msgid "Settings saved!"
msgstr "Inställningar sparade!"

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Baby Buddy\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-02-21 17:06+0000\n"
"POT-Creation-Date: 2022-02-25 05:14+0000\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -125,69 +125,61 @@ msgid "{user}'s Settings"
msgstr "{user}'nın Ayarları"
#: babybuddy/settings/base.py:166
msgid "Chinese (simplified)"
msgstr ""
#: babybuddy/settings/base.py:167
msgid "Dutch"
msgstr "Flemenkçe"
#: babybuddy/settings/base.py:168
#, fuzzy
#| msgid "English"
msgid "English (US)"
msgstr "İngilizce"
#: babybuddy/settings/base.py:167
#: babybuddy/settings/base.py:169
#, fuzzy
#| msgid "English"
msgid "English (UK)"
msgstr "İngilizce"
#: babybuddy/settings/base.py:168
msgid "Dutch"
msgstr "Flemenkçe"
#: babybuddy/settings/base.py:169
#: babybuddy/settings/base.py:170
msgid "French"
msgstr "Fransızca"
#: babybuddy/settings/base.py:170
#: babybuddy/settings/base.py:171
msgid "Finnish"
msgstr "Fince"
#: babybuddy/settings/base.py:171
#: babybuddy/settings/base.py:172
msgid "German"
msgstr "Almanca"
#: babybuddy/settings/base.py:172
#: babybuddy/settings/base.py:173
msgid "Italian"
msgstr "İtalyanca"
#: babybuddy/settings/base.py:173
#: babybuddy/settings/base.py:174
msgid "Polish"
msgstr "Lehçe"
#: babybuddy/settings/base.py:174
#: babybuddy/settings/base.py:175
msgid "Portuguese"
msgstr "Portekizce"
#: babybuddy/settings/base.py:175
#: babybuddy/settings/base.py:176
msgid "Spanish"
msgstr "İspanyolca"
#: babybuddy/settings/base.py:176
#: babybuddy/settings/base.py:177
msgid "Swedish"
msgstr "İsveççe"
#: babybuddy/settings/base.py:177
#: babybuddy/settings/base.py:178
msgid "Turkish"
msgstr "Türkçe"
#: babybuddy/templates/403.html:4 babybuddy/templates/403.html:7
msgid "Permission Denied"
msgstr "Erişim Engellendi"
#: babybuddy/templates/403.html:12
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Bu kaynağa erişmek için izniniz yoktur. Yardım için website yöneticisiyle "
"iletişime geçin."
#: babybuddy/templates/admin/base_site.html:4
#: babybuddy/templates/admin/base_site.html:7
#: babybuddy/templates/babybuddy/nav-dropdown.html:338
@ -749,6 +741,52 @@ msgstr ""
msgid "Add a Child"
msgstr "Çocuk Ekle"
#: babybuddy/templates/error/400.html:4 babybuddy/templates/error/400.html:7
msgid "Bad Request"
msgstr ""
#: babybuddy/templates/error/403.html:4 babybuddy/templates/error/403.html:7
msgid "Permission Denied"
msgstr "Erişim Engellendi"
#: babybuddy/templates/error/403.html:9
msgid ""
"You do not have permission to access this resource. Contact a site "
"administrator for assistance."
msgstr ""
"Bu kaynağa erişmek için izniniz yoktur. Yardım için website yöneticisiyle "
"iletişime geçin."
#: babybuddy/templates/error/403_csrf_bad_origin.html:14
msgid "How to Fix"
msgstr ""
#: babybuddy/templates/error/403_csrf_bad_origin.html:15
#, python-format
msgid ""
"Add <samp>%(origin)s</samp> to the <code>CSRF_TRUSTED_ORIGINS</code> "
"environment variable. If multiple origins are required separate with commas."
msgstr ""
#: babybuddy/templates/error/404.html:4 babybuddy/templates/error/404.html:7
msgid "Page Not Found"
msgstr ""
#: babybuddy/templates/error/404.html:9
#, python-format
msgid "The path <code>%(request_path)s</code> does not exist."
msgstr ""
#: babybuddy/templates/error/500.html:4 babybuddy/templates/error/500.html:7
msgid "Server Error"
msgstr ""
#: babybuddy/templates/error/base.html:14
#, fuzzy
#| msgid "Welcome to Baby Buddy!"
msgid "Return to Baby Buddy"
msgstr "Baby Buddy'e Hoşgeldiniz!"
#: babybuddy/templates/registration/login.html:32
msgid "Login"
msgstr "Giriş"
@ -821,30 +859,38 @@ msgstr ""
"Eposta adresinizi aşağıdaki forma giriniz. Eposta adresi doğruysa şifrenizi "
"sıfırmalak için talimatlar gönderilecek."
#: babybuddy/views.py:76
#: babybuddy/views.py:43
msgid "Forbidden"
msgstr ""
#: babybuddy/views.py:44
msgid "CSRF verification failed. Request aborted."
msgstr ""
#: babybuddy/views.py:102
#, python-format
msgid "User %(username)s added!"
msgstr "Kullanıcı %(username)s eklendi!"
#: babybuddy/views.py:87
#: babybuddy/views.py:113
#, python-format
msgid "User %(username)s updated."
msgstr "Kullanıcı %(username)s güncellendi."
#: babybuddy/views.py:99
#: babybuddy/views.py:125
#, python-brace-format
msgid "User {user} deleted."
msgstr "Kullanıcı {user} silindi."
#: babybuddy/views.py:120
#: babybuddy/views.py:146
msgid "Password updated."
msgstr "Şifre güncellendi."
#: babybuddy/views.py:149
#: babybuddy/views.py:175
msgid "User API key regenerated."
msgstr "Kullanıcı API anahtarı yeniden oluşturuldu."
#: babybuddy/views.py:162
#: babybuddy/views.py:188
msgid "Settings saved!"
msgstr "Ayarlar kaydedildi."

Binary file not shown.

File diff suppressed because it is too large Load Diff