From 35e3378db6b3d7115ba0214baafe9adfe77d7ba1 Mon Sep 17 00:00:00 2001 From: Kiril Kovachev Date: Tue, 15 Oct 2024 19:17:35 +0100 Subject: [PATCH] Add translation JSONs --- kanken_online/static/lang/en.json | 35 +++++++++++++++++++++++++++++++ kanken_online/static/lang/ja.json | 35 +++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 kanken_online/static/lang/en.json create mode 100644 kanken_online/static/lang/ja.json diff --git a/kanken_online/static/lang/en.json b/kanken_online/static/lang/en.json new file mode 100644 index 0000000..d2fd9a3 --- /dev/null +++ b/kanken_online/static/lang/en.json @@ -0,0 +1,35 @@ +{ +"kanken_online": "KankenOnline", +"options": "Options", +"log_in": "Log in", +"register": "Register", +"log_out": "Log out", +"kanji": "Kanji", +"forum": "Forum", +"main_page": "Main Page", +"username": "Username", +"password": "Password", +"search": "Search", +"search_placeholder": "Enter kanji or word", +"include_kanji": "Include kanji", +"include_kotoba": "Include kotoba", +"username_required": "Username required.", +"password_required": "Password required.", +"incorrect_username": "Incorrect username.", +"incorrect_password": "Incorrect password.", +"about": "About KankenOnline", +"about-para": "KankenOnline is a website seeking to provide resources to pass the Kanji Kentei level 1 exam. You can search through the approximately 6,300 characters included in Kanken, as well as generate a number of study materials automatically. For example, you can generate a PDF-format exam resembling the Kanken level 1 exam, which has the goal of mirroring the real thing as closely as possible for your preparation. Additionally, a variety of information about kanji is provided, among which phonetic series, rimes/kanji phonology, radicals, inseparable kanji, character origins and etymologies.", +"indices": "Indices", +"radical_index": "Radical index", +"indivisible_index": "Indivisible kanji index", +"phonetic_series": "Phonetic series", +"dark_theme": "Dark theme", +"light_theme": "Light theme", +"language": "Language", +"theme": "Color settings", +"translations": "Translations", +"en": "English", +"ja": "Japanese", +"add_string": "Add string", +"submit": "Submit" +} \ No newline at end of file diff --git a/kanken_online/static/lang/ja.json b/kanken_online/static/lang/ja.json new file mode 100644 index 0000000..2150aad --- /dev/null +++ b/kanken_online/static/lang/ja.json @@ -0,0 +1,35 @@ +{ +"kanken_online": "漢検オンライン", +"options": "設定", +"log_in": "ログイン", +"register": "登録", +"log_out": "ログアウト", +"kanji": "漢字", +"forum": "掲示板", +"main_page": "ホームページ", +"username": "ユーザー名", +"password": "パスワード", +"search": "検索", +"search_placeholder": "漢字・言葉を入力", +"include_kanji": "漢字を含む", +"include_kotoba": "言葉を含む", +"username_required": "ユーザー名が必要です", +"password_required": "パスワードが必要です", +"incorrect_username": "ユーザー名が違います", +"incorrect_password": "パスワードが違います", +"about": "漢検オンラインとは", +"about-para": "漢検オンラインとは、漢検一級合格を目当てにした資料を供用しているサイトです。ここで漢検のやく6300字を検索でき、いろんな勉強材を自動的に作ることができます。たとえば、漢検一級模様の試験PDFを作ることができて、本物の漢検試験に大抵該当することが目的です。さらに、色々漢字についての情報を取り集めております。諧声域(かいせいいき)・音韻学・部首・不可分漢字・字源・語源などがその内です。", +"indices": "索引", +"radical_index": "部首索引", +"indivisible_index": "不可分漢字索引", +"phonetic_series": "諧声域索引", +"dark_theme": "ダークモード", +"light_theme": "ライトモード", +"language": "言語", +"theme": "色設定", +"translations": "翻訳", +"en": "英語", +"ja": "日本語", +"add_string": "翻訳語を追加", +"submit": "投入" +} \ No newline at end of file