From 6bc9c6555282099699e6b9456b63b98008869a8c Mon Sep 17 00:00:00 2001 From: SkyEye_FAST Date: Sun, 28 Jan 2024 14:02:31 +0800 Subject: [PATCH] Update translations --- app.py | 2 +- messages.pot | 16 ++++---- templates/index.html | 2 +- translations/fr_FR/LC_MESSAGES/messages.mo | Bin 0 -> 849 bytes translations/fr_FR/LC_MESSAGES/messages.po | 44 ++++++++++++++++++++ translations/ja_JP/LC_MESSAGES/messages.mo | Bin 0 -> 821 bytes translations/ja_JP/LC_MESSAGES/messages.po | 44 ++++++++++++++++++++ translations/ru_RU/LC_MESSAGES/messages.mo | Bin 0 -> 1016 bytes translations/ru_RU/LC_MESSAGES/messages.po | 45 +++++++++++++++++++++ translations/zh_CN/LC_MESSAGES/messages.mo | Bin 809 -> 809 bytes translations/zh_CN/LC_MESSAGES/messages.po | 2 +- translations/zh_TW/LC_MESSAGES/messages.mo | Bin 780 -> 780 bytes translations/zh_TW/LC_MESSAGES/messages.po | 2 +- 13 files changed, 145 insertions(+), 12 deletions(-) create mode 100644 translations/fr_FR/LC_MESSAGES/messages.mo create mode 100644 translations/fr_FR/LC_MESSAGES/messages.po create mode 100644 translations/ja_JP/LC_MESSAGES/messages.mo create mode 100644 translations/ja_JP/LC_MESSAGES/messages.po create mode 100644 translations/ru_RU/LC_MESSAGES/messages.mo create mode 100644 translations/ru_RU/LC_MESSAGES/messages.po diff --git a/app.py b/app.py index 5ac104b..a47491e 100644 --- a/app.py +++ b/app.py @@ -103,4 +103,4 @@ def favicon(): if __name__ == "__main__": - flask_app.run(debug=True) + flask_app.run() diff --git a/messages.pot b/messages.pot index bd1d7bf..316c828 100644 --- a/messages.pot +++ b/messages.pot @@ -1,16 +1,16 @@ -# Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. +# Translations template for Minecraft Chinese Standard Translations. +# Copyright (C) 2024 SkyEye_FAST +# This file is distributed under the same license as the Minecraft Chinese Standard Translations project. +# SkyEye_FAST , 2024. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"Project-Id-Version: Demo\n" +"Report-Msgid-Bugs-To: skyeyefast@outlook.com\n" "POT-Creation-Date: 2024-01-27 23:25+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" +"Last-Translator: SkyEye_FAST \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" @@ -30,7 +30,7 @@ msgid "Select translation key:" msgstr "" #: templates/index.html:47 -msgid "Language Names" +msgid "Language names" msgstr "" #: templates/index.html:48 diff --git a/templates/index.html b/templates/index.html index 8094ddd..51397fb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -44,7 +44,7 @@ - + diff --git a/translations/fr_FR/LC_MESSAGES/messages.mo b/translations/fr_FR/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..90b328f9bd8ba305e3d05927079fa3153b57a39d GIT binary patch literal 849 zcmZ9K&2G~`5XYA+OYP*$sLR)*18l2s9ca6v^ zAh^K=ao}2nc!J)-iHG3Cfg9ot7$<2XWiS$ZjFJ2vYRWuvR89(V}Cau}52j5LqEpp;L&pkR}&4Q_`@_EkE305$2d!uqS`u z1rB~6eqfO*bb?^4&SV!7B`r!yRIrP%U!cw~^?;o!+1BbgRpZT+Z=*KU#)Eda@zig` zu2BR==YDJG^$1S3Xk*HTPwrQhFB;YP*?r zo}ffcbE1h3JXjICn1efAouw9RUG)s42zhA}@&}C}Es~K3=y4~`NXRNGGdRjTb`T5w z&8^|<*k{r3p!5mNnHo_kNb=!9S(S`4sRrbR@qLPMyYddhuaYb@cGB<@XxuM`pDmRb JTj%H?>@PiJ`j!9y literal 0 HcmV?d00001 diff --git a/translations/fr_FR/LC_MESSAGES/messages.po b/translations/fr_FR/LC_MESSAGES/messages.po new file mode 100644 index 0000000..f39d282 --- /dev/null +++ b/translations/fr_FR/LC_MESSAGES/messages.po @@ -0,0 +1,44 @@ +# French (France) translations for PROJECT. +# Copyright (C) 2024 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2024. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2024-01-27 23:25+0800\n" +"PO-Revision-Date: 2024-01-28 13:55+0800\n" +"Last-Translator: FULL NAME \n" +"Language: fr_FR\n" +"Language-Team: fr_FR \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.14.0\n" + +#: app.py:49 +msgid "Source string content to be queried: " +msgstr "Contenu de la chaîne source à requêter : " + +#: app.py:50 +msgid "QUERY" +msgstr "REQUÊTE" + +#: templates/index.html:23 +msgid "Select translation key:" +msgstr "Sélectionner la clé de traduction : " + +#: templates/index.html:47 +msgid "Language names" +msgstr "Noms de langues" + +#: templates/index.html:48 +msgid "Translations" +msgstr "Traductions" + +#: templates/index.html:70 +msgid "Minecraft Chinese Standard Translations" +msgstr "Traductions standard chinoises de Minecraft" + diff --git a/translations/ja_JP/LC_MESSAGES/messages.mo b/translations/ja_JP/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..da177cc297265ddadcf88d29da2a1d941c9ebd08 GIT binary patch literal 821 zcmZva&ubGw6vx-!xQGWYDhR%dc#w&kv|`x)pten=l3;9B!Bd$gFX=X$oj5xy?#-t7 z1F;~2t-mOE3x&3d7h7Asc=Av1;AOipp8N|0Uz+|>9Qf>a-rMian|(9ikL`b^(Ktk$ zBCJ-hYdog;QDT}nOS~oy5MPLs#8=`Bu}&Nz^gWvPoH$M#rugk%O*>7xLfVSIk)9x3 zCpAcalO80E?W0GUyCt8O5L{kCPs`XY<|QvG7#OFihmcd;EpS-?OLEt9xUz-oY1gi& zMs8|3bTF?#?Yx092ESHcYB}M{Jc6gB?Uo=fT!k(f1&krw@=@AYFhTok$*dF;v>F>O zup1~nDq{i+Vnyg9SQS#Sj90P?tluwr%n~MeUMUpYdQV|h{0vsW!PAaP@# zY>+E7Az>ssnGt7+i;(Cr6Bo`INy8u`8^POltI)r`B*Z(+&Scw{rV4Cpr$U;LD+j3n zM~5!uEa?9KE_(H?zM3$>N3UeJV`d?*Y$l;Qo$hn&n2@DjJ?r?AJ8VeEif4jb-3Yy& zco(#%Jw}(F8P243niG#1`arw0%nGXXqYCe+^Hqo2ZWrXox%5!=_^QZ~JHFOY6;ZO3 zn->K-8xxXaw$d-7i;|i}{S8d$=VRzVA{OtY5?Zrdu-J(=EhJJvreM6cE;-Kf84 ztjzrQ{IOYouZ6XxuvQPJ=CyVrtSy97t6}Zw&&dysM{}), 2024. +# +msgid "" +msgstr "" +"Project-Id-Version: Demo\n" +"Report-Msgid-Bugs-To: skyeyefast@outlook.com\n" +"POT-Creation-Date: 2024-01-27 23:25+0800\n" +"PO-Revision-Date: 2024-01-28 13:48+0800\n" +"Last-Translator: SkyEye_FAST \n" +"Language: ja_JP\n" +"Language-Team: ja_JP \n" +"Plural-Forms: nplurals=1; plural=0;\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.14.0\n" + +#: app.py:49 +msgid "Source string content to be queried: " +msgstr "クエリ対象のソース文字列の内容:" + +#: app.py:50 +msgid "QUERY" +msgstr "クエリ" + +#: templates/index.html:23 +msgid "Select translation key:" +msgstr "翻訳キーを選択:" + +#: templates/index.html:47 +msgid "Language names" +msgstr "言語名" + +#: templates/index.html:48 +msgid "Translations" +msgstr "翻訳" + +#: templates/index.html:70 +msgid "Minecraft Chinese Standard Translations" +msgstr "Minecraft 中国語標準翻訳" + diff --git a/translations/ru_RU/LC_MESSAGES/messages.mo b/translations/ru_RU/LC_MESSAGES/messages.mo new file mode 100644 index 0000000000000000000000000000000000000000..6209cfe98bf393feb7a8a39fcb8b1a0b0877f962 GIT binary patch literal 1016 zcmZuvQA-q26uwds3=z>w1VyI@Es@z~Mx|xkF;mwNcFA_vpeGr3@2=C%&Ry@^i57fN zA$qVff(Rlr|G_4jnyD{6^>pVC^b|x-{e{lVrlvIT&3Dc{-~G;+d*}Q4ldlOrrxBMB zg(&&wd4};>#B;c#5Y7c;s@dkLTMx97vciqGUjb32pLAcf*jRL$X&?O z$fL+h$mfuMB9n~mRRX(0!Lw`BCt1g%MQ)b`3{7F^Q^*V3E7`mR1#Wx3YYT^YKDjrZ z&OIP`>e8YBaae&WZT$Z7mgHH$ixhmp9j^jK<_YSdkijH{>40*FmP{Z=EXO!|h;Hg= zNxe_Gk8MnVVOnEKj@B6$YSynfC3P^U_-cWf;8z>8LCdx;23R0m#;S=Tt0`l53+fQ3 z@to?gEvN~GX7s3uEESqYYS?$PTZs8 z9;35Q$&O~zho`M4G-arDRcfJ8$CDHEvA9upZO7|_;*`yODy%@1)#RZry8ANaYT7HZ z5?;0m$w@~jcc@1>o<3e!!-PS5lDc3d^d4+M71EXF%nS_iCd#)YkLE{db2J-Hsv%5`+wm22Sw9Q?gRzL78Gviu<5%M~JD zp~J^m8(G9&+u@7w=`jb{G_iZ+6>C4W=8N>3;avD6F6`iY3oxC>&b!edfbwnp2>ha^ P+>2Imz{qL&=yc={EAo44 literal 0 HcmV?d00001 diff --git a/translations/ru_RU/LC_MESSAGES/messages.po b/translations/ru_RU/LC_MESSAGES/messages.po new file mode 100644 index 0000000..9537b4f --- /dev/null +++ b/translations/ru_RU/LC_MESSAGES/messages.po @@ -0,0 +1,45 @@ +# Russian (Russia) translations for Minecraft Chinese Standard Translations. +# Copyright (C) 2024 SkyEye_FAST +# This file is distributed under the same license as the Minecraft Chinese Standard Translations project. +# SkyEye_FAST , 2024. +# +msgid "" +msgstr "" +"Project-Id-Version: Demo\n" +"Report-Msgid-Bugs-To: skyeyefast@outlook.com\n" +"POT-Creation-Date: 2024-01-27 23:25+0800\n" +"PO-Revision-Date: 2024-01-28 13:51+0800\n" +"Last-Translator: SkyEye_FAST \n" +"Language: ru_RU\n" +"Language-Team: ru_RU \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.14.0\n" + +#: app.py:49 +msgid "Source string content to be queried: " +msgstr "Содержание исходной строки для запроса:" + +#: app.py:50 +msgid "QUERY" +msgstr "ЗАПРОС" + +#: templates/index.html:23 +msgid "Select translation key:" +msgstr "Выберите ключ перевода:" + +#: templates/index.html:47 +msgid "Language names" +msgstr "Названия языков" + +#: templates/index.html:48 +msgid "Translations" +msgstr "Переводы" + +#: templates/index.html:70 +msgid "Minecraft Chinese Standard Translations" +msgstr "Стандартные китайские переводы Minecraft" + diff --git a/translations/zh_CN/LC_MESSAGES/messages.mo b/translations/zh_CN/LC_MESSAGES/messages.mo index d2308161c78e172d4a91e7b73a2bfb648b10f993..254d4e71b5f5e51587a036775ae0d5346f0d61ac 100644 GIT binary patch delta 12 UcmZ3tUPF#+bLUy_E?797hCc delta 12 TcmeBS>tUPF#^|@Py_E?78>a+G diff --git a/translations/zh_TW/LC_MESSAGES/messages.po b/translations/zh_TW/LC_MESSAGES/messages.po index 4dc87ce..504a80c 100644 --- a/translations/zh_TW/LC_MESSAGES/messages.po +++ b/translations/zh_TW/LC_MESSAGES/messages.po @@ -31,7 +31,7 @@ msgid "Select translation key:" msgstr "選擇本地化鍵名:" #: templates/index.html:47 -msgid "Language Names" +msgid "Language names" msgstr "語言名稱" #: templates/index.html:48
{{ _("Language Names") }}{{ _("Language names") }} {{ _("Translations") }}