From 19854f70a3d9919e083666f82e19cd6d896dc237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Wed, 20 Mar 2019 14:14:44 -0400 Subject: [PATCH 1/2] update french localization --- .../locale/fr/LC_MESSAGES/django.mo | Bin 2224 -> 2647 bytes .../locale/fr/LC_MESSAGES/django.po | 18 +++++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/admin_interface/locale/fr/LC_MESSAGES/django.mo b/admin_interface/locale/fr/LC_MESSAGES/django.mo index 52935e824f859077e8a96ad9c561ba6be593e78c..01909d660f948b98ed541a2989439ad57a898f88 100644 GIT binary patch delta 1290 zcmZ|NO-L3&9LMo7HMKX>EX%T{%z8{CU$Z)B_GA!IK@bK7vFcb)J zA|0Y6h%VVhkO(4*=oS>+f&vfGA?VbtpttYuc^)wj4LkeUnVp^a&wpp4?0v=XRC&QI zLy1vWQIF*r(}s8FaHE{bH)biG#kDws2k{}6;t$k!B?ZPT!VReLZ8#tIVG;J=LOhOh zF@>9q88&GiH1HmBnMd3f;{Dky;1N^?FJLL_o7X(7!w*=7zfdVGEzT}bi*%W0)J}F_3GPSzsvcB;H&B6(;R?Ku zn(tYz{T7$d{({QfPaM|7`OHR;W`52xtfXCunrI7ZXM0hBIn;L-b6!RTa2+-N4l0nx z$nh{wQNQvzD#LG3>rIuAe@*Ss0RTO}N%${%ZZ)uQ;%)$z$n!1syvOG&BZTfesbL|)^6AD_HQqfM=QA<%`iNQo~(wV*>8HA%F1+FvKV-vm|@P-n742q?^@U#o-%s=l=I1s#)z3On+MJ&3Zw{xAAdUgRsf>EMT4n4T58i)LcKId?3tx;Kav^?(agEIt!_ zlyp%zx~cf;!RZkDJ%7+9y;*xW8!>8T7ug}7F5Pzi=Jc!aw9D)!GswEM^@CKM`3qPi ByUYLp delta 854 zcmYk)J7`l;9LMo<&7(9P`7p{VhK7qwNR*=gJiN(p@VKB#7V!u>lOUdlg~M)=l;*R|8u)T?;_2ksQq6sC8}hv%lGK zJI3sy-s}Tv;Q?yH&!_`*QHhT68CCj@+UP!~QDthV=UaFg-(UpyQI+|E%JU7Cr-xDY zcSm6uWOf?ks6=;>JED9+OU9HP(f`xkKBe?L|w^aROuS14c1YKUZL`ABZYDQr+g`z)~iZGv~il&>sl4$ zZkkJf`zD4eyEam&R4S_uq)>&DG~H=}rjqId{1-ZaLKV{6>IHNSs*I|nkMjTEtb{kK zk3H@z`DQx5e6yA_7kK3S4qQv$vnwmrh5FOwntfxTUM(f_*<8`i7VLaBnY&ub5{Q*n$NL&B_ diff --git a/admin_interface/locale/fr/LC_MESSAGES/django.po b/admin_interface/locale/fr/LC_MESSAGES/django.po index 61e3f52..ff3ff2a 100644 --- a/admin_interface/locale/fr/LC_MESSAGES/django.po +++ b/admin_interface/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-20 16:12+0000\n" +"POT-Creation-Date: 2019-03-20 14:12-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,11 +58,11 @@ msgstr "Boutons supprimer" msgid "Related Modal" msgstr "Modale pour objet reliés" -#: admin_interface/admin.py:99 +#: admin_interface/admin.py:100 msgid "List Filter" msgstr "Filtre de liste" -#: admin_interface/admin.py:103 +#: admin_interface/admin.py:104 msgid "Recent Actions" msgstr "Actions récentes" @@ -90,10 +90,8 @@ msgstr "titre" #: admin_interface/models.py:71 admin_interface/models.py:86 #: admin_interface/models.py:106 -#, fuzzy -#| msgid "logo color" msgid "color" -msgstr "couleur du logo" +msgstr "couleur" #: admin_interface/models.py:74 admin_interface/models.py:89 #: admin_interface/models.py:260 @@ -121,14 +119,16 @@ msgid "" "(red: #E74C3C, orange: #E67E22, yellow: #F1C40F, green: #2ECC71, blue: " "#3498DB)" msgstr "" +"(rouge: #E74C3C, orange: #E67E22, jaune: #F1C40F, vert: #2ECC71, bleu: " +"#3498DB)" #: admin_interface/models.py:109 msgid "visible in header (marker and name)" -msgstr "" +msgstr "visible dans l’en-tête (marqueur et nom)" #: admin_interface/models.py:112 msgid "visible in favicon (marker)" -msgstr "" +msgstr "visible dans la favicon (marqueur)" #: admin_interface/models.py:119 admin_interface/models.py:144 #: admin_interface/models.py:185 admin_interface/models.py:204 @@ -166,7 +166,7 @@ msgstr "opacité de l'arrière-plan" #: admin_interface/models.py:253 msgid "close button visible" -msgstr "" +msgstr "bouton fermer visible" #: admin_interface/models.py:257 msgid "use dropdown" From 439902dce8d7493538c652380f635dc7d2a3a347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Wed, 20 Mar 2019 14:15:39 -0400 Subject: [PATCH 2/2] fix typo --- admin_interface/templates/admin/base_site.html | 4 ++-- .../templates/admin_interface/css/admin-interface.css | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/admin_interface/templates/admin/base_site.html b/admin_interface/templates/admin/base_site.html index a6394b3..dd66a73 100644 --- a/admin_interface/templates/admin/base_site.html +++ b/admin_interface/templates/admin/base_site.html @@ -64,5 +64,5 @@ https://github.com/fabiocaccamo/django-admin-interface {% block welcome-msg %} {% get_admin_interface_theme as theme %} -{% if theme.env_visible_in_header %} - {% endif %}{{ block.super }}
-{% endblock %} \ No newline at end of file +{% if theme.env_visible_in_header %} - {% endif %}{{ block.super }}
+{% endblock %} diff --git a/admin_interface/templates/admin_interface/css/admin-interface.css b/admin_interface/templates/admin_interface/css/admin-interface.css index 1a8122a..21849ac 100644 --- a/admin_interface/templates/admin_interface/css/admin-interface.css +++ b/admin_interface/templates/admin_interface/css/admin-interface.css @@ -3,10 +3,10 @@ color: {{ theme.css_header_text_color }}; } -.admin-interface .enviroment-label { +.admin-interface .environment-label { } -.admin-interface .enviroment-label::before { +.admin-interface .environment-label::before { content: ""; display: inline-block; width: 8px; @@ -19,7 +19,7 @@ -webkit-box-sizing: border-box; } -.admin-interface .enviroment-label::after { +.admin-interface .environment-label::after { content: "{{ theme.env_name }}"; } @@ -254,4 +254,4 @@ {% if theme.css_module_rounded_corners %} border-radius:4px; {% endif %} -} \ No newline at end of file +}