From 9f83f4afef0de8072118b6a7ab57d0a77d52952b Mon Sep 17 00:00:00 2001 From: Xicri <107226297+xicri@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:37:18 +0900 Subject: [PATCH] doc: add English translations for doc pages The English translations in this commit do not include the translation by any machine translators. --- pages/about.vue | 20 ++++++++++++++++++ pages/opendata.vue | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) diff --git a/pages/about.vue b/pages/about.vue index 8725e1c9..430cb209 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -46,6 +46,26 @@ { "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" diff --git a/pages/opendata.vue b/pages/opendata.vue index 4b06dd78..41be1b0a 100644 --- a/pages/opendata.vue +++ b/pages/opendata.vue @@ -91,6 +91,58 @@ { + "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 形式 (技術者向け) で配布しています。データは、基本的に自由に加工し掲載・再配布して頂いて構いません。(詳細は利用条件の項をお読み下さい)",