Skip to content

Commit

Permalink
doc: add English translations for doc pages
Browse files Browse the repository at this point in the history
The English translations in this commit do not include the translation by any machine translators.
  • Loading branch information
xicri committed Nov 21, 2024
1 parent 1eb471a commit 9f83f4a
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,26 @@
<i18n lang="json">
{
"en": {
"aboutTitle": "About this website",
"aboutDescription": "About the Genshin Dictionary. This website is an online English-Chinese-Japanese dictionary for the proprietary terms used in a computer game Genshin Impact.",
"aboutIntro": "This website is an online English-Chinese-Japanese dictionary for the proprietary terms used in a computer game {genshinLink}.",
"wordCount": "Currently, this dictionary has {count} words.",
"precautionsTitle": "Notice and Disclaimer",
"precautions1": "Since the translations on this website are the proprietary terms for a computer game, the most of the words are not literally translated.",
"precautions2": "This website is fanmade and not affiliated or endorsed by miHoYo and HoYoverse (Cognosphere).",
"operatorTitle": "Owner and Contributors",
"operator": "Owner: Xicri ({twitterLink} / {githubLink})",
"contributor": "Initial Chinese translation: Bill Haku ({bilibiliLink} / {twitterLink} / {githubLink})",
"contact1": "Contact the owner on {twitterLink}. (DM available)",
"contact2": "If you have any bug report, questions for opendata/API, or any other technical inquiries, GitHub {issuesLink} and {discussionsLink} are also available for the contact.",
"contact3": "Please use English or Japanese as possible.",
"creditsTitle": "Credits",
"credits1": "Japanese pronunciation data for some words are derived from {genshinDictionaryLink} and {genshinKanjiLabLink}.",
"credits2": "Some translations for the Artifacts added on the early days of this website is referrenced from {genshinWikiLink}.",
"credits3": "This website uses {octiconsLink} provided by GitHub, Inc. under {licenseLink}",
"credits4": "The favicon of this website use {logoTypeGothicLink}.",
"genshinDictionary": "原神用語辞書",
"genshinKanjiLab": "原神漢字研究所",
"genshinImpact": "Genshin Impact",
"license": "license",
"logoTypeGothic": "Logo Type Gothic"
Expand Down
52 changes: 52 additions & 0 deletions pages/opendata.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,58 @@

<i18n lang="json">
{
"en": {
"introText": "The translation data on this website is distributed as CSV (for general public) and JSON (for software engineers) formats. You can modify and re-distribute the data. (See the Terms of Use section)",
"csvTitle": "CSV (for general public)",
"csvDownloadUtf8": "Download CSV (UTF-8; recommended for most of non-Japanese speakers)",
"csvDownloadShiftJis": "Download CSV (Shift_JIS; recommended only for Japanese version of Microsoft Excel)",
"jsonTitle": "JSON (for software engineers)",
"jsonUrlTitle": "URL of the Data",
"jsonUrlText": "You can fetch JSON data from: {url}",
"jsonFormatTitle": "JSON data format",
"jsonFormatText": "The JSON data is given as an array of the objects as the following example.",
"propertyTitle": "Here's the referrence document of the each properties:",
"propertyId": "A unique slug for the each words. https://genshin-dictionary.com/[ ID ]/ is the URL for the page of the word. This slug can be changed without announcement.",
"propertyEn": "The English translation",
"propertyJa": "The Japanese translation",
"propertyZhCN": "Simplified Chinese translation",
"propertyPronunciationJa": "Japanese pronunciation in Kana. It can include Hiragana, Katakana, and symbols.",
"propertyNotes": "Note for Japanese speakers. It can include HTML tags.",
"propertyNotesZh": "Note for (Simplified) Chinese speakers. It can include HTML tags.",
"propertyVariants": "Variants such as commonly known typo and unofficial nicknames. For example, \"凌华\", the Chinese mistype of Ayaka (绫华) and \"CW\", a short name of an Artifact \"Crimson Witch of Flames\".",
"propertyVariantsEn": "English variants",
"propertyVariantsJa": "Japanese variants",
"propertyExamples": "Example sentences",
"propertyExamplesEn": "English example sentences",
"propertyExamplesJa": "Japanese example sentences",
"propertyExamplesRef": "The source of the example sentence",
"propertyExamplesRefURL": "The URL to the source of the example sentence",
"propertyCreatedAt": "The date we added the word (yyyy-mm-dd format)",
"propertyUpdatedAt": "The data we updated the word (yyyy-mm-dd format)",
"propertyTags": "Tags. Here's the list of the tags:",
"compatibilityTitle": "Compatibility",
"compatibilityText": "This data is currently β. We might apply breaking changes at anytime without announcement.",
"usageNotesTitle": "Terms of use",
"lastUpdated": "Last updated at: 2024/11/21",
"usageNotes": {
"basic": "You can modify and re-distribute CSVs and JSON data of the English-Chinese-Japanese translations (\"The Data\")",
"citation": "You don't have to give the credit to this website and provide link to its URL. (However, we welcome if you give the credit)",
"revocation": {
"intro": "We cancel the permission to redistribute The Data if:",
"rights": "you have violate the rights of the HoYoverse companies (i.e. miHoYo, Cognosphere, and their local branches and subsidiaries) and any thirdparties.",
"terms": "you violate agreements of the Genshin Impact game and its related services such as HoYoLab.",
"laws": "you violate Japanese law or the law of the country you live.",
"request": "the owner of this website request to stop redistribution."
},
"disclaimer": "The owner of this website and the contributors of The Data assumes no responsibility for any damages while you use, modify, publish, or redistribute The Data."
},
"contactText": "If you have any questions, contact via {twitterLink}. (You don't have to follow me to send me the DMs.)"
},
"ja": {
"introText": "本サイトの対訳表データは CSV 形式 (一般向け) 及び JSON 形式 (技術者向け) で配布しています。データは、基本的に自由に加工し掲載・再配布して頂いて構いません。(詳細は利用条件の項をお読み下さい)",
Expand Down

0 comments on commit 9f83f4a

Please sign in to comment.