From 27316678d5fedcb16fbbd8e0f561f0c67bbba615 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 27 Feb 2021 16:44:58 -0800 Subject: [PATCH] Adds test german translations with apologies to actual german speakers --- bookwyrm/settings.py | 2 +- bookwyrm/templates/notifications.html | 1 + bw-dev | 5 +- locale/de/LC_MESSAGES/django.mo | Bin 0 -> 973 bytes locale/{en_BEEP => de}/LC_MESSAGES/django.po | 262 +++++++++++-------- locale/en_BEEP/LC_MESSAGES/django.mo | Bin 5268 -> 0 bytes locale/en_US/LC_MESSAGES/django.mo | Bin 427 -> 390 bytes 7 files changed, 155 insertions(+), 115 deletions(-) create mode 100644 locale/de/LC_MESSAGES/django.mo rename locale/{en_BEEP => de}/LC_MESSAGES/django.po (69%) delete mode 100644 locale/en_BEEP/LC_MESSAGES/django.mo diff --git a/bookwyrm/settings.py b/bookwyrm/settings.py index de24c4f74..c3fe56a9e 100644 --- a/bookwyrm/settings.py +++ b/bookwyrm/settings.py @@ -140,7 +140,7 @@ AUTH_PASSWORD_VALIDATORS = [ LANGUAGE_CODE = 'en-us' LANGUAGES = [ ('en-us', _('English')), - ('en-beep', _('Beep')), + ('de', _('Deutsch')), ] diff --git a/bookwyrm/templates/notifications.html b/bookwyrm/templates/notifications.html index 10f07da0e..5c009cbad 100644 --- a/bookwyrm/templates/notifications.html +++ b/bookwyrm/templates/notifications.html @@ -1,4 +1,5 @@ {% extends 'layout.html' %} +{% load i18n %} {% load humanize %} {% load bookwyrm_tags %} {% block content %} diff --git a/bw-dev b/bw-dev index a0e06a228..012e56f3d 100755 --- a/bw-dev +++ b/bw-dev @@ -91,7 +91,10 @@ case "$CMD" in execweb python manage.py collectstatic --no-input ;; makemessages) - django-admin makemessages --extension html --ignore=venv3 --local=$@ + django-admin makemessages --ignore=venv3 -l $@ + ;; + compilemessages) + django-admin compilemessages --ignore venv3 ;; build) docker-compose build diff --git a/locale/de/LC_MESSAGES/django.mo b/locale/de/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3487f1c58fe0fc82a4fee913ce0d6796f5cd77b5 GIT binary patch literal 973 zcmYL{yKfUg5XKh>uj3&R3L1)~BZ@8%3KU&plyiJeEY1(vPEep>eK$ETIqzA!djZ_h z&_II(9f*PoDjEtJ3Mgr*`AaDH)-hzH(eGw=Zsya>{+^$E!(bQTSK%+=m*Icl&bE#* zb_r~N=fDTxJebYm2{?!NId~F$0bT%KfoH+@;3@DUcn16oy8N%;dGOop{3lq2|AM>z zS57eIfs5b*czYH<1fAA>(AAxQPR}#Y)qf2-9q(rMA3#^<6X^PVnZ@5hv|^{>PA|f# zUSO*4IOzU!HUF9G>v}qKwOk)Jlc|M+qO{x&rQwG30clp1+75XtECp<%P*xj+~W7dj1CCl?7B)++~(C_!FdWQOe)rRHWx z`2ns<^i^U+tfLE;<2O=&hqOVVfOo=;yWwWUccN~u(QbKN8W-C7O_Rygua=qd`$fRL zPTTL&fpq`)HK&~KMq$@)w*6Yjx7tCov3S4Tio94D>-V)#CKtBQ0k3bzF>i& zuo16^wOTjo_3j{5Wu?f-?~@n>JPuo%+fK<^9IxkcsnFR`4iq#S&FDz>^3qMu&5jh> zJsm@jr6=~rI2Tf_@?&OYNTtdGzA}*3>*S>txnD2z$OK%C zr=h9bTIGkImFtRMtMKK8Rge96J0Q(dNrn{f9qx0J2Bo&fij3VOmAVT_*l053Lh-}c zk{`P5VwKtrhV_e-4BkLFV&T3mMUL5$E>$*NHz`&nC6b{=6)Q8G<7l>Y%X(xdmi31; b!fDSU2XDa=o{m(+yOfEXSgW*?+2a2KQNZrz literal 0 HcmV?d00001 diff --git a/locale/en_BEEP/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po similarity index 69% rename from locale/en_BEEP/LC_MESSAGES/django.po rename to locale/de/LC_MESSAGES/django.po index 3a450b658..986785eef 100644 --- a/locale/en_BEEP/LC_MESSAGES/django.po +++ b/locale/de/LC_MESSAGES/django.po @@ -1,190 +1,218 @@ -# A test translation file that just uses the word "beep" -# Copyright (C) 2021 Mouse Reeve -# This file is distributed under the same license as the BookWyrm package. -# Mouse Reeve , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 0.0.1\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-27 14:23-0800\n" -"PO-Revision-Date: 2021-02-27 14:25+PST\n" -"Last-Translator: Mouse Reeve \n" -"Language-Team: Mouse Reeve \n" -"Language: Beep\n" +"POT-Creation-Date: 2021-02-27 16:29-0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: bookwyrm/models/fields.py:24 +#, python-format +msgid "%(value)s is not a valid remote_id" +msgstr "" + +#: bookwyrm/models/fields.py:33 bookwyrm/models/fields.py:42 +#, python-format +msgid "%(value)s is not a valid username" +msgstr "" + +#: bookwyrm/models/fields.py:164 +msgid "username" +msgstr "Nutzername" + +#: bookwyrm/models/fields.py:169 +msgid "A user with that username already exists." +msgstr "" + +#: bookwyrm/settings.py:142 +msgid "English" +msgstr "" + +#: bookwyrm/settings.py:143 +msgid "Beep" +msgstr "" #: bookwyrm/templates/author.html:13 bookwyrm/templates/author.html:14 msgid "Edit Author" -msgstr "Edit Beep" +msgstr "" #: bookwyrm/templates/author.html:29 msgid "Wikipedia" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/author.html:34 #, python-format msgid "Books by %(name)s" -msgstr "Beep by %(name)s" +msgstr "" #: bookwyrm/templates/book.html:27 bookwyrm/templates/book.html:28 msgid "Edit Book" -msgstr "Edit Beep" +msgstr "" #: bookwyrm/templates/book.html:43 msgid "Add cover" -msgstr "Beep beep" +msgstr "" #: bookwyrm/templates/book.html:49 msgid "Add" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/book.html:58 msgid "ISBN:" -msgstr "ISBN:" +msgstr "" #: bookwyrm/templates/book.html:65 msgid "OCLC Number:" -msgstr "OCLC Beep:" +msgstr "" #: bookwyrm/templates/book.html:72 msgid "ASIN:" -msgstr "ASIN:" +msgstr "" #: bookwyrm/templates/book.html:84 msgid "View on OpenLibrary" -msgstr "View beep OpenBeep" +msgstr "" #: bookwyrm/templates/book.html:102 msgid "Description:" -msgstr "Beep:" +msgstr "" #: bookwyrm/templates/book.html:106 bookwyrm/templates/edit_author.html:74 msgid "Save" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/book.html:138 msgid "Your reading activity" -msgstr "Beep reading beep" +msgstr "" #: bookwyrm/templates/book.html:144 msgid "You don't have any reading activity for this book." -msgstr "Beep don't have any reading activity for this beep." +msgstr "" #: bookwyrm/templates/book.html:151 msgid "Create" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/book.html:172 msgid "Tags" -msgstr "Beep" +msgstr "Stichworte" #: bookwyrm/templates/book.html:176 msgid "Add tag" -msgstr "Beep beep" +msgstr "" #: bookwyrm/templates/book.html:193 msgid "Subjects" -msgstr "Beep" +msgstr "Themen" #: bookwyrm/templates/book.html:204 msgid "Places" -msgstr "Beep" +msgstr "Setzt" -#: bookwyrm/templates/book.html:215 bookwyrm/templates/search_results.html:84 +#: bookwyrm/templates/book.html:215 bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/search_results.html:84 #: bookwyrm/templates/user/user_layout.html:60 msgid "Lists" -msgstr "Beep" +msgstr "Listen" #: bookwyrm/templates/book.html:244 msgid "rated it" -msgstr "rated beep" +msgstr "" #: bookwyrm/templates/discover/landing_layout.html:15 msgid "Decentralized" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/discover/landing_layout.html:21 msgid "Friendly" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/discover/landing_layout.html:27 msgid "Anti-Corporate" -msgstr "Anti-Beep" +msgstr "" #: bookwyrm/templates/discover/landing_layout.html:42 #, python-format msgid "Join %(name)s" -msgstr "Beep %(name)s" +msgstr "" #: bookwyrm/templates/discover/landing_layout.html:47 #: bookwyrm/templates/login.html:45 msgid "This instance is closed" -msgstr "Beep instance is beep" +msgstr "" #: bookwyrm/templates/discover/landing_layout.html:53 msgid "Your Account" -msgstr "Your Beep" +msgstr "" #: bookwyrm/templates/edit_author.html:27 msgid "Metadata" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/edit_author.html:28 msgid "Name:" -msgstr "Beep:" +msgstr "" #: bookwyrm/templates/edit_author.html:33 msgid "Bio:" -msgstr "Beep:" +msgstr "" #: bookwyrm/templates/edit_author.html:38 msgid "Wikipedia link:" -msgstr "Beep beep:" +msgstr "" #: bookwyrm/templates/edit_author.html:43 msgid "Birth date:" -msgstr "Beep beep:" +msgstr "Geburtstag" #: bookwyrm/templates/edit_author.html:48 msgid "Death date:" -msgstr "Beep beep:" +msgstr "Todesdatum" #: bookwyrm/templates/edit_author.html:54 msgid "Author Identifiers" -msgstr "Author Beep" +msgstr "" #: bookwyrm/templates/edit_author.html:55 msgid "Openlibrary key:" -msgstr "Beep beep:" +msgstr "" #: bookwyrm/templates/edit_author.html:60 msgid "Librarything key:" -msgstr "Beep beep:" +msgstr "" #: bookwyrm/templates/edit_author.html:65 msgid "Goodreads key:" -msgstr "Beep beep:" +msgstr "" #: bookwyrm/templates/edit_author.html:75 msgid "Cancel" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/error.html:5 msgid "Server Error" -msgstr "Server Beep" +msgstr "" #: bookwyrm/templates/error.html:6 msgid "Something went wrong! Sorry about that." -msgstr "Something went wrong! Beep about beep." +msgstr "" #: bookwyrm/templates/goal.html:6 #, python-format msgid "%(year)s Reading Progress" -msgstr "%(year)s Reading Beep" +msgstr "" #: bookwyrm/templates/goal.html:28 #, python-format @@ -195,223 +223,231 @@ msgstr "" #: bookwyrm/templates/import.html:5 msgid "Import Books" -msgstr "Import Beep" +msgstr "" #: bookwyrm/templates/import.html:10 msgid "Data source" -msgstr "Beep beep" +msgstr "" #: bookwyrm/templates/import.html:28 msgid "Include reviews" -msgstr "Beep beep" +msgstr "" #: bookwyrm/templates/import.html:33 msgid "Privacy setting for imported reviews:" -msgstr "Beep setting for imported beep:" +msgstr "" #: bookwyrm/templates/import.html:37 msgid "Import" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/import.html:42 msgid "Recent Imports" -msgstr "Recent Beep" +msgstr "" #: bookwyrm/templates/import.html:44 msgid "No recent imports" -msgstr "Beep recent beep" +msgstr "" #: bookwyrm/templates/import_status.html:6 msgid "Import Status" -msgstr "Import Beep" +msgstr "" #: bookwyrm/templates/import_status.html:9 msgid "Import started: " -msgstr "Beep beep: " +msgstr "" #: bookwyrm/templates/import_status.html:13 msgid "Import completed: " -msgstr "Beep beep: " +msgstr "" #: bookwyrm/templates/import_status.html:16 msgid "TASK FAILED" -msgstr "TASK FAILED" +msgstr "" #: bookwyrm/templates/import_status.html:22 msgid "Import still in progress." -msgstr "Beep still in beep." +msgstr "" #: bookwyrm/templates/import_status.html:24 msgid "(Hit reload to update!)" -msgstr "(Beep reload to beep!)" +msgstr "" #: bookwyrm/templates/import_status.html:31 msgid "Failed to load" -msgstr "Beep to beep" +msgstr "" #: bookwyrm/templates/import_status.html:55 msgid "Select all" -msgstr "Beep beep" +msgstr "" #: bookwyrm/templates/import_status.html:58 msgid "Retry items" -msgstr "Beep beep" +msgstr "" #: bookwyrm/templates/import_status.html:80 msgid "Successfully imported" -msgstr "Beep beep" +msgstr "" #: bookwyrm/templates/import_status.html:84 msgid "Book" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/import_status.html:87 msgid "Title" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/import_status.html:90 msgid "Author" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/import_status.html:113 msgid "Imported" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/invite.html:8 bookwyrm/templates/login.html:40 msgid "Create an Account" -msgstr "Create beep Beep" +msgstr "" #: bookwyrm/templates/invite.html:17 msgid "Permission Denied" -msgstr "Permission Beep" +msgstr "" #: bookwyrm/templates/invite.html:18 msgid "Sorry! This invite code is no longer valid." -msgstr "Sorry! Beep invite code is no longer beep." +msgstr "" -#: bookwyrm/templates/layout.html:37 +#: bookwyrm/templates/layout.html:38 msgid "search" -msgstr "beep" +msgstr "" -#: bookwyrm/templates/layout.html:47 +#: bookwyrm/templates/layout.html:48 msgid "Main navigation menu" -msgstr "Beep navigation beep" +msgstr "" -#: bookwyrm/templates/layout.html:125 bookwyrm/templates/notifications.html:6 +#: bookwyrm/templates/layout.html:58 +msgid "Your shelves" +msgstr "Deine Regale" + +#: bookwyrm/templates/layout.html:61 +msgid "Feed" +msgstr "Aktualisierung" + +#: bookwyrm/templates/layout.html:126 bookwyrm/templates/notifications.html:6 msgid "Notifications" -msgstr "Beep" +msgstr "Benachrichtigungen" -#: bookwyrm/templates/layout.html:142 bookwyrm/templates/layout.html:146 +#: bookwyrm/templates/layout.html:143 bookwyrm/templates/layout.html:147 #: bookwyrm/templates/login.html:14 msgid "Username:" -msgstr "Beep:" +msgstr "" -#: bookwyrm/templates/layout.html:151 bookwyrm/templates/login.html:7 +#: bookwyrm/templates/layout.html:152 bookwyrm/templates/login.html:7 #: bookwyrm/templates/login.html:30 msgid "Log in" -msgstr "Beep beep" +msgstr "" -#: bookwyrm/templates/layout.html:182 +#: bookwyrm/templates/layout.html:183 msgid "About this server" -msgstr "Beep this beep" +msgstr "Über diesen Server" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Contact site admin" -msgstr "Beep site beep" +msgstr "Wenden Sie sich an den Site-Administrator" #: bookwyrm/templates/login.html:20 msgid "Password:" -msgstr "Beep:" +msgstr "Passwort" #: bookwyrm/templates/login.html:33 msgid "Forgot your password?" -msgstr "Beep your beep?" +msgstr "" #: bookwyrm/templates/login.html:46 msgid "Contact an administrator to get an invite" -msgstr "Beep an administrator to get an beep" +msgstr "" #: bookwyrm/templates/login.html:56 msgid "More about this site" -msgstr "Beep about this beep" +msgstr "" #: bookwyrm/templates/notifications.html:10 msgid "Delete notifications" -msgstr "Beep beep" +msgstr "" #: bookwyrm/templates/notifications.html:101 msgid "You're all caught up!" -msgstr "Beep're all caught beep!" +msgstr "" #: bookwyrm/templates/password_reset_request.html:7 msgid "Reset Password" -msgstr "Reset Beep" +msgstr "" #: bookwyrm/templates/password_reset_request.html:9 msgid "A link to reset your password will be sent to your email address" -msgstr "A link to reset your password will be sent to your email beep" +msgstr "" #: bookwyrm/templates/password_reset_request.html:13 msgid "Email address:" -msgstr "Beep beep:" +msgstr "" #: bookwyrm/templates/password_reset_request.html:20 msgid "Reset password" -msgstr "Beep beep" +msgstr "" #: bookwyrm/templates/search_results.html:10 msgid "Matching Books" -msgstr "Matching Beep" +msgstr "" #: bookwyrm/templates/search_results.html:13 #, python-format msgid "No books found for \"%(query)s\"" -msgstr "Beep books found for \"%(query)s\"" +msgstr "" #: bookwyrm/templates/search_results.html:29 msgid "Didn't find what you were looking for?" -msgstr "Beep't find what you were looking beep?" +msgstr "" #: bookwyrm/templates/search_results.html:52 msgid "Import book" -msgstr "Beep beep" +msgstr "" #: bookwyrm/templates/search_results.html:69 msgid "Matching Users" -msgstr "Matching Beep" +msgstr "" #: bookwyrm/templates/search_results.html:71 #, python-format msgid "No users found for \"%(query)s\"" -msgstr "Beep users found for \"%(query)s\"" +msgstr "" #: bookwyrm/templates/search_results.html:86 #, python-format msgid "No lists found for \"%(query)s\"" -msgstr "Beep lists found for \"%(query)s\"" +msgstr "" #: bookwyrm/templates/tag.html:6 #, python-format msgid "Books tagged \"%(tag.name)s\"" -msgstr "Beep tagged \"%(tag.name)s\"" +msgstr "" #: bookwyrm/templates/user/user_layout.html:30 msgid "Follow Requests" -msgstr "Follow Beep" +msgstr "" #: bookwyrm/templates/user/user_layout.html:48 msgid "Activity" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/user/user_layout.html:54 msgid "Reading Goal" -msgstr "Reading Beep" +msgstr "" #: bookwyrm/templates/user/user_layout.html:66 msgid "Shelves" -msgstr "Beep" +msgstr "" #: bookwyrm/templates/user/user_preview.html:13 #, python-format msgid "Joined %(date)s" -msgstr "Beep %(date)s" +msgstr "" diff --git a/locale/en_BEEP/LC_MESSAGES/django.mo b/locale/en_BEEP/LC_MESSAGES/django.mo deleted file mode 100644 index 26c5ec5a39c06dae5cffd3fa1bf81783636b8d85..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5268 zcmbuBe~cYf6~`}%6qZ(M1%Vdiw$OH$`nKJ*NO=Xi+x=0t?6zz70YX(e``+!_p|dlO znR&ZD|1d#IVuIj5{(!{(;~yp({D+|YVT~~=Bw|cNBTY<FX4;uYMu`mZ$RMmPYkhhuOA9)}-* z-+~{4--i6mi`+0_ehjaIKZWbytMG&Hw@{}43^&2Q!OP)0@M?G&gVf#tWp@+Y0&jyF zHv$LXA*k_>`~K5V`cFaGIpg_VxPkT$;I;5)a6LQ+cfdEG^w;;5{@wuP=QhtFcn$3l zcpaRDxN1)N_X$)Sz5wOlX(;P5O`TGLg2!8<;*WW|g`zO>qZ$pi{ia}~$ z54EnHQ1jdcHO~R4^-Mzfd))IeD0?0M{)4Nvik?$J`XkTdYqU4o4Lu) zosbZjeNg%bq2{l_?eI9{XP)3DKc4YCllHG`xKO&N1^PTg38Ah)cU>*<>xc-!|++(ejX~0KZL{ZWhi@ZL(P8;POE(r z)O^EG>)Q`+zKr$y_a`v&5&DJy|4UGI&O+(G?E7DX%G=j{`#hANZ$Vr#|MvY?69oCQ5q=zQfj7XT zP<9s}Av7tJ-f1X5zY0lzQ$eIRiRil+L%NsNKkFNx?RLUp($kdOczgOZhwmBW4_%5%P~iMW1r_PxDC10w{@QCQXSiiY)4c(?nMR=<%hoE&mben z9C9~7tV48ZpFW06sKGUgoX~^6ln2U@Pa^w$-(jfp;4Vbxg>pdop=%0ZJIy$9 z5YeT*z8}#ypzA*5QDhLg6HyN6dLQx$J#6pqxF8+K>@gQK!nkQ?)1;ZYEHnN0g}F^# zlmrc%C$`;c1i9NfU`A~e#;4SUn#*k`X{WXoWZ80(Htcd3MRwlV%*DBMinnet2qPOb z8inD}xv3*nGdiEN(O3vGbkil5n$db5E`@o=j5Zn)TThB^p7Nk+M&mrJj3sF+NpZxC zw)2IAK?UqogZaXfp-VG!Fifi4(tN?nWuBAdRB_Afe8+C@kAp=wfF9kMOgCM_Zrk3^ z(_r~(n;8q@x{J(M66ZlZw?T~ei(wpQIg=-;R@P+g^oKD%yPjr7qtrEHsgt86q&ix! zC+#>l<3S$SjIh<68Aqq<=eVo0iZqDA&$|Y1B8ROw(YoqE9wu={XI4+cmKs$v9ya2g zxjh-i#C;(sw!$vE)Y*uoX){kI=>ap*U?Y9FisvF86RY>6Y9`qs!oa$;;bt<4qGXw* zc)abhJfod9lQnyNz)Ys0iyKkL97+=QHfUt_l9jMDZPV*WUR?ZjS|o}MivVXD z(AMM^9k4osj*d-_*(2@6d6!nr(Uyy&G6v=HXZ?3vHM1^V46}?xv*Ruf3GHkY)Lmv~ z({L%Mclc`a+~=70gvk1^S55agIg|tu4JEcMw>YDzbE7+zZ+1@*nt9r>L~AiKbHS1` zb9@N;2BU~aofLK=P5Jca7F@K1LvzWZD|c{Nvn;1c+}vvCk`y!D4G8i<^yt}YYdUhu zua;~hRcOXa`?!heCBD7}y6ySLm=xpfI*ZOuwxbBAihvV}+UVT3|5|sBerTDPTIDS=o?=k z5F8;L0$d)`oJz%ES!55Z=V&9P1~p`-5|0n09<-YaIS2Pv^`^b!r)aFTV|1uC2)oIs z2lWNEIZ*^EQ;o`lNt(bG5$dAj>PYG>EfECu!BrBqXmr<{T@$dr^&4&m(D= zxpr$XcKN*wikt1A=_)lBEUpRd6WuXBaAZsq?K zy*jWayxpo+sQO}c!E<3kqgO@PUih5lzJN(}aLq)edaq;^CVK^|H^I9$t~cSTT2*+_ zD^41>s&aJ)lyh|tNgX2HH{Be$M4c*pxm2Yp6nw4f8NOtx(g;&jC_Qz3=smuxDiylD z+k2Oz`C@3d78T0A7Wrotq7@rbFGJFMTGjN$r>B0A!lU=T?#N27?iBqOtvjWvbXLu{ zy3DM+3geYBqhZB>;^ym%I*SU^8?$25$Mk=%D#a3HXiZtsB)+iprs-8Dz4R5Ocr0%J E1@1Jx!~g&Q diff --git a/locale/en_US/LC_MESSAGES/django.mo b/locale/en_US/LC_MESSAGES/django.mo index 810d271771144ebbac86a529be1c7ed4b0c841d4..c0a5dd97922819649185a3a8135344140fa5f096 100644 GIT binary patch delta 65 wcmZ3@+{SEiPl#nI0}wC*u?!Ha05LNV>i{tbSOBpPP|^}egVeyl#xOrd0NzCfegFUf delta 103 zcmZo;UdsBPYa0v