From 6cfaa7cdec7329da5af83ff985e7f98a25b2a0e8 Mon Sep 17 00:00:00 2001 From: Berry den Hartog <38954346+berrydenhartog@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:19:22 +0000 Subject: [PATCH] Fix capitalization of algoritm name --- amt/locale/base.pot | 29 ++++++++---------- amt/locale/en_US/LC_MESSAGES/messages.po | 28 ++++++++--------- amt/locale/nl_NL/LC_MESSAGES/messages.mo | Bin 11716 -> 11671 bytes amt/locale/nl_NL/LC_MESSAGES/messages.po | 28 ++++++++--------- .../templates/parts/algorithm_search.html.j2 | 2 +- 5 files changed, 38 insertions(+), 49 deletions(-) diff --git a/amt/locale/base.pot b/amt/locale/base.pot index e23d34b6..c7e52cc3 100644 --- a/amt/locale/base.pot +++ b/amt/locale/base.pot @@ -3,6 +3,7 @@ # This file is distributed under the same license as the PROJECT project. # FIRST AUTHOR , 2024. # +#, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" @@ -88,7 +89,7 @@ msgstr "" msgid "Home" msgstr "" -#: amt/api/navigation.py:46 +#: amt/api/navigation.py:46 amt/site/templates/parts/algorithm_search.html.j2:9 msgid "Algorithms" msgstr "" @@ -252,36 +253,36 @@ msgstr "" msgid "Delete algorithm" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:71 +#: amt/site/templates/algorithms/details_base.html.j2:74 msgid "Does the algorithm meet the requirements?" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:74 -#: amt/site/templates/algorithms/details_base.html.j2:100 -#: amt/site/templates/algorithms/details_base.html.j2:129 -#: amt/site/templates/algorithms/details_base.html.j2:152 +#: amt/site/templates/algorithms/details_base.html.j2:77 +#: amt/site/templates/algorithms/details_base.html.j2:103 +#: amt/site/templates/algorithms/details_base.html.j2:134 +#: amt/site/templates/algorithms/details_base.html.j2:157 #: amt/site/templates/macros/tasks.html.j2:32 msgid "Done" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:96 -#: amt/site/templates/algorithms/details_base.html.j2:150 +#: amt/site/templates/algorithms/details_base.html.j2:99 +#: amt/site/templates/algorithms/details_base.html.j2:155 msgid "To do" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:98 +#: amt/site/templates/algorithms/details_base.html.j2:101 msgid "In progress" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:115 +#: amt/site/templates/algorithms/details_base.html.j2:117 msgid "Go to all requirements" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:126 +#: amt/site/templates/algorithms/details_base.html.j2:131 msgid "Which instruments are executed?" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:167 +#: amt/site/templates/algorithms/details_base.html.j2:171 msgid "Go to all instruments" msgstr "" @@ -655,10 +656,6 @@ msgstr "" msgid "Model cards" msgstr "" -#: amt/site/templates/parts/algorithm_search.html.j2:9 -msgid "algorithms" -msgstr "" - #: amt/site/templates/parts/algorithm_search.html.j2:14 msgid "New algorithm" msgstr "" diff --git a/amt/locale/en_US/LC_MESSAGES/messages.po b/amt/locale/en_US/LC_MESSAGES/messages.po index a4557055..9712d9f8 100644 --- a/amt/locale/en_US/LC_MESSAGES/messages.po +++ b/amt/locale/en_US/LC_MESSAGES/messages.po @@ -90,7 +90,7 @@ msgstr "" msgid "Home" msgstr "" -#: amt/api/navigation.py:46 +#: amt/api/navigation.py:46 amt/site/templates/parts/algorithm_search.html.j2:9 msgid "Algorithms" msgstr "" @@ -254,36 +254,36 @@ msgstr "" msgid "Delete algorithm" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:71 +#: amt/site/templates/algorithms/details_base.html.j2:74 msgid "Does the algorithm meet the requirements?" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:74 -#: amt/site/templates/algorithms/details_base.html.j2:100 -#: amt/site/templates/algorithms/details_base.html.j2:129 -#: amt/site/templates/algorithms/details_base.html.j2:152 +#: amt/site/templates/algorithms/details_base.html.j2:77 +#: amt/site/templates/algorithms/details_base.html.j2:103 +#: amt/site/templates/algorithms/details_base.html.j2:134 +#: amt/site/templates/algorithms/details_base.html.j2:157 #: amt/site/templates/macros/tasks.html.j2:32 msgid "Done" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:96 -#: amt/site/templates/algorithms/details_base.html.j2:150 +#: amt/site/templates/algorithms/details_base.html.j2:99 +#: amt/site/templates/algorithms/details_base.html.j2:155 msgid "To do" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:98 +#: amt/site/templates/algorithms/details_base.html.j2:101 msgid "In progress" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:115 +#: amt/site/templates/algorithms/details_base.html.j2:117 msgid "Go to all requirements" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:126 +#: amt/site/templates/algorithms/details_base.html.j2:131 msgid "Which instruments are executed?" msgstr "" -#: amt/site/templates/algorithms/details_base.html.j2:167 +#: amt/site/templates/algorithms/details_base.html.j2:171 msgid "Go to all instruments" msgstr "" @@ -657,10 +657,6 @@ msgstr "" msgid "Model cards" msgstr "" -#: amt/site/templates/parts/algorithm_search.html.j2:9 -msgid "algorithms" -msgstr "" - #: amt/site/templates/parts/algorithm_search.html.j2:14 msgid "New algorithm" msgstr "" diff --git a/amt/locale/nl_NL/LC_MESSAGES/messages.mo b/amt/locale/nl_NL/LC_MESSAGES/messages.mo index e389e6726ada5d406305ca1683f160e2d47a337d..38c76c321addb46dd4f8d9515e1ff58e172b953a 100644 GIT binary patch delta 2582 zcmYM#3ry8z7{~EPL z%+f`eQ#09u)}qaY+Ra*QT4SS_+3aR)jV%W=#&U&ujQajK?-m0-@B6>J&*gm&9BX`| z(Hrxp^cY`n@{`X`N~&i6f1O=u7GwH5MzJlEXK)x>=9ztimol%q#Hvf>+ z_uystwwoWpVl&T(aY z4kAn1C&;&b#VE^ z;0!LpFgKNG6w|Q@b$uh25#OF*psw#l1?YA5qdN1RyMF|g$Wc^_M^ORCu@Wz$3aFrb zYOuReooM8jo_oyA<5C6iqnarf=cjNtVAXBK5DBz_86$LADk1&yLJH;(8qpgfdbTmrKrkk zopq?d&8SX2imI^P`829y9%{X~a~CSE*U#We1|Q-rcoOfz49e7t>v0J-qB7rsbB7g+ z`26=Guh?<+aRZ)4a<^*wO*1Wm93$I=danbOU{_Mlo@b!UUqXF6UPC>&2ZMM3mEfnS z4t$T=su^bj)scTu3up3@?)z{p=AaU9z_~Rc*8lu#CyV8G4S6j84#TE_()wkYcKH=(wq z4Hc-vUEhv63%$4!Kf^LSkJ^I5;$#6;sEThx&Zjk?4tE*3xnKz@k!7evs!^Z&`%nutV+uZkdVe$O{eHX(2a#_(!7rA!8FxMZx@5sCJqB7} z4XX8PQ47?g0&YZgXp8eXRBK;GCEkOnIDks%1JvRA9M#ET)cRwn&;Pi)e-8DYH|uVs zurUj`kc)B5LnZJQ&b10v`G~vz6Dr^o>Tmr83}IPmGQlvu$b3C2q0>n5b_R8}ve-8g z@~nt~0xdyRbO$Q4X4IiAp%Ooc>39fL@ljLeL=W4z`Wpe4Iutcn-Cf3CzGn70HTo@lNIeRL34bRlFJ1 gp*X5D+feK5!0uZ!mkw5Cj`;?I!HfRx(u#fm0W>1~umAu6 delta 2626 zcmYM$4@{L+7{~D^1vD^qo;VRmwrBs%#Ei)J4S}dxWn`^1KWPN|!v&DeVIp=-fbDrlp=e_Xy z+Ar36W9jkxjju!e+{{mMf_ndd{p&N^LH9a7i7)xh;_)2T-e5L{sq`z7&2q5{Gq4#o z-!9bkcW^d-;QA*p&&;zkG?>G#xf>EvVmD^tCdTt|Iqt=L9K~u(WY$DnkEOT~)9?^# zpGi8 z7cb)Dn8aWJ*PsI3h)Ec6<1Lua`nH{hs(uu;K)-VkRhduR^%JN-zCo4vJZizeaS0}q zwh|~uWmW#?{eeEF^B$ln2ncEXC;t9{S{d;v#CT6q85A(VE zUB46gwta5A2UWRVRA3*W7Cw$j;5;hf@eJxuFm{cB8JKb-KR6rXFbCUkA+oJ@7_+bs zb>Ek$=YK#2{09c{GAiRNR#8Hw_#)ne3g}bRR(<8sP-ee7Cy{5(&pv3u9MlBGs0qtZ znN>UMPzyhYs?-ap4BMR@sEWOYny<@w1huX=NaH3NBe)EI#fNb&Y3jkJaVa*SBJalO z!-~1Q|NY1#c7}aij~9>}Yz6hEs8)*{C)v z@Fc1N6R539;-U3j=U(f<&2D1A(-`7=?K3!(xF;cd7qmpnC4!+bPn2#BGu@aY~5?F!CcpY+1tp#<+J5lR?o=2Va z0d&gUIDvQ2pF(9&vM4s;y{JGQLj|%L_5L@YCThiaY)3ucfqMQkWRB z*4TKdM?)DuftsKO75N6#1Wl*~x1lPu&-o^*v`0`G_F)2!paS|9^;VoiRdO6P|0L>j zV9H(hQrQSSn2pmPI5>lTF}{pTQ2~66)0IMHKHiH3w5I=I*L9Vbp2se;3qK&PopwEi>kn= z>t906e;McNJxeJtyPttVT#1`85r1h?Q Rek9z~+SDA5M6WLH{tsv50vG@Q diff --git a/amt/locale/nl_NL/LC_MESSAGES/messages.po b/amt/locale/nl_NL/LC_MESSAGES/messages.po index b1807299..90b081bf 100644 --- a/amt/locale/nl_NL/LC_MESSAGES/messages.po +++ b/amt/locale/nl_NL/LC_MESSAGES/messages.po @@ -90,7 +90,7 @@ msgstr "Uitfaseren" msgid "Home" msgstr "Start" -#: amt/api/navigation.py:46 +#: amt/api/navigation.py:46 amt/site/templates/parts/algorithm_search.html.j2:9 msgid "Algorithms" msgstr "Algoritmes" @@ -264,36 +264,36 @@ msgstr "Nee" msgid "Delete algorithm" msgstr "Verwijder algoritme" -#: amt/site/templates/algorithms/details_base.html.j2:71 +#: amt/site/templates/algorithms/details_base.html.j2:74 msgid "Does the algorithm meet the requirements?" msgstr "Voldoet het algoritme aan de vereisten?" -#: amt/site/templates/algorithms/details_base.html.j2:74 -#: amt/site/templates/algorithms/details_base.html.j2:100 -#: amt/site/templates/algorithms/details_base.html.j2:129 -#: amt/site/templates/algorithms/details_base.html.j2:152 +#: amt/site/templates/algorithms/details_base.html.j2:77 +#: amt/site/templates/algorithms/details_base.html.j2:103 +#: amt/site/templates/algorithms/details_base.html.j2:134 +#: amt/site/templates/algorithms/details_base.html.j2:157 #: amt/site/templates/macros/tasks.html.j2:32 msgid "Done" msgstr "Afgerond" -#: amt/site/templates/algorithms/details_base.html.j2:96 -#: amt/site/templates/algorithms/details_base.html.j2:150 +#: amt/site/templates/algorithms/details_base.html.j2:99 +#: amt/site/templates/algorithms/details_base.html.j2:155 msgid "To do" msgstr "Te doen" -#: amt/site/templates/algorithms/details_base.html.j2:98 +#: amt/site/templates/algorithms/details_base.html.j2:101 msgid "In progress" msgstr "Onderhanden" -#: amt/site/templates/algorithms/details_base.html.j2:115 +#: amt/site/templates/algorithms/details_base.html.j2:117 msgid "Go to all requirements" msgstr "Ga naar alle Vereisten" -#: amt/site/templates/algorithms/details_base.html.j2:126 +#: amt/site/templates/algorithms/details_base.html.j2:131 msgid "Which instruments are executed?" msgstr "Welke instrumenten zijn uitgevoerd?" -#: amt/site/templates/algorithms/details_base.html.j2:167 +#: amt/site/templates/algorithms/details_base.html.j2:171 msgid "Go to all instruments" msgstr "Ga naar all instrumenten" @@ -681,10 +681,6 @@ msgstr "Assessmentkaart" msgid "Model cards" msgstr "Modelkaart" -#: amt/site/templates/parts/algorithm_search.html.j2:9 -msgid "algorithms" -msgstr "Algoritmesystemen" - #: amt/site/templates/parts/algorithm_search.html.j2:14 msgid "New algorithm" msgstr "Nieuw algoritme" diff --git a/amt/site/templates/parts/algorithm_search.html.j2 b/amt/site/templates/parts/algorithm_search.html.j2 index 90252ece..21718525 100644 --- a/amt/site/templates/parts/algorithm_search.html.j2 +++ b/amt/site/templates/parts/algorithm_search.html.j2 @@ -6,7 +6,7 @@ hx-swap="innerHTML">
-

{% trans %}algorithms{% endtrans %}

+

{% trans %}Algorithms{% endtrans %}