-
Notifications
You must be signed in to change notification settings - Fork 6
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
bcdf0ee
commit 14b1460
Showing
11 changed files
with
148 additions
and
74 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 |
---|---|---|
|
@@ -7,34 +7,34 @@ | |
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Demo\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-07-14 01:54+0800\n" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2024-07-15 15:39+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: SkyEye_FAST <[email protected]>\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.15.0\n" | ||
|
||
#: app.py:82 | ||
#: app.py:106 | ||
msgid "Content to be queried: " | ||
msgstr "" | ||
|
||
#: app.py:83 | ||
#: app.py:107 | ||
msgid "Enable additional languages" | ||
msgstr "" | ||
|
||
#: app.py:84 | ||
#: app.py:108 | ||
msgid "QUERY" | ||
msgstr "" | ||
|
||
#: app.py:192 | ||
#: app.py:351 | ||
msgid "Enter question group code..." | ||
msgstr "" | ||
|
||
#: app.py:222 | ||
#: app.py:395 | ||
msgid "Enter translation here..." | ||
msgstr "" | ||
|
||
|
@@ -91,15 +91,19 @@ msgstr "" | |
msgid "Random questions (refresh to reselect)" | ||
msgstr "" | ||
|
||
#: templates/quiz_portal.html:36 | ||
#: templates/quiz_portal.html:35 | ||
msgid "Language: " | ||
msgstr "" | ||
|
||
#: templates/quiz_portal.html:45 | ||
msgid "Enter" | ||
msgstr "" | ||
|
||
#: templates/quiz_portal.html:40 | ||
#: templates/quiz_portal.html:49 | ||
msgid "Query Page" | ||
msgstr "" | ||
|
||
#: templates/quiz_portal.html:43 | ||
#: templates/quiz_portal.html:52 | ||
msgid "Table Page" | ||
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import url("https://fonts.font.im/css2?family=Fira+Code&family=Noto+Serif:[email protected]&family=Noto+Serif+SC:wght@400;700;900&display=swap"); | ||
@import url("https://fonts.font.im/css2?family=Noto+Serif:[email protected]&family=Noto+Serif+KR:wght@400;700&family=Noto+Serif+HK:wght@400;700&family=Noto+Serif+SC:wght@400;700&family=Noto+Serif+TC:wght@400;700&display=swap"); | ||
|
||
body { | ||
background-color: #f9f2e0; | ||
|
@@ -100,7 +100,22 @@ input[type="text"] { | |
"思源宋体", "Times New Roman", SimSun, Times, serif; | ||
} | ||
|
||
.zh-cn.title { | ||
.zh-hk { | ||
font-family: "Noto Serif HK", "Source Han Serif HC", "Source Han Serif HK", | ||
"思源宋體 香港", "Times New Roman", SimSun, Times, serif; | ||
} | ||
|
||
.zh-tw { | ||
font-family: "Noto Serif TC", "Source Han Serif TC", "Source Han Serif TW", | ||
"思源宋體", "Times New Roman", SimSun, Times, serif; | ||
} | ||
|
||
.lzh { | ||
font-family: "Noto Serif KR", "Source Han Serif K", "Source Han Serif KR", | ||
"Times New Roman", Times, serif; | ||
} | ||
|
||
#title { | ||
font-size: 3em; | ||
font-weight: 900; | ||
} | ||
|
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
Binary file not shown.
Oops, something went wrong.