-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4863b96
commit 9c85506
Showing
6 changed files
with
93 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2024-01-27 20:32+0800\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 <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -17,15 +17,27 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.14.0\n" | ||
|
||
#: app.py:22 | ||
msgid "Source string content to be queried:" | ||
#: app.py:49 | ||
msgid "Source string content to be queried: " | ||
msgstr "" | ||
|
||
#: app.py:23 | ||
#: 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 "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ | |
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Minecraft Chinese Standard Translations\n" | ||
"Project-Id-Version: Demo\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-01-27 20:32+0800\n" | ||
"PO-Revision-Date: 2024-01-27 20:32+0800\n" | ||
"POT-Creation-Date: 2024-01-27 23:25+0800\n" | ||
"PO-Revision-Date: 2024-01-27 23:25+0800\n" | ||
"Last-Translator: SkyEye_FAST <[email protected]>\n" | ||
"Language: zh_Hans_CN\n" | ||
"Language-Team: zh_Hans_CN <[email protected]>\n" | ||
|
@@ -18,15 +18,27 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.14.0\n" | ||
|
||
#: app.py:22 | ||
#: app.py:49 | ||
msgid "Source string content to be queried: " | ||
msgstr "查询的源字符串内容:" | ||
|
||
#: app.py:23 | ||
#: 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中文标准译名" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Chinese (Traditional, Taiwan) 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 <[email protected]>, 2024. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Demo\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-01-27 23:25+0800\n" | ||
"PO-Revision-Date: 2024-01-27 23:27+0800\n" | ||
"Last-Translator: SkyEye_FAST <[email protected]>\n" | ||
"Language: zh_Hant_TW\n" | ||
"Language-Team: zh_Hant_TW <[email protected]>\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 "翻譯" | ||
msgstr "" | ||
|
||
#: templates/index.html:70 | ||
msgid "Minecraft Chinese Standard Translations" | ||
msgstr "Minecraft 中文標準翻譯" | ||
|