mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 14:29:04 +08:00
feat: add Japanese Hiragana and Katakana dictionaries
Add two new dictionaries for practicing Japanese Hiragana and Katakana. Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
This commit is contained in:
1402
public/dicts/JapaneseHiragana.json
Normal file
1402
public/dicts/JapaneseHiragana.json
Normal file
File diff suppressed because it is too large
Load Diff
1402
public/dicts/JapaneseKatakana.json
Normal file
1402
public/dicts/JapaneseKatakana.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3866,6 +3866,28 @@ const programming: DictionaryResource[] = [
|
|||||||
|
|
||||||
// 日语词典
|
// 日语词典
|
||||||
const japaneseExam: DictionaryResource[] = [
|
const japaneseExam: DictionaryResource[] = [
|
||||||
|
{
|
||||||
|
id: 'japanese-hiragana',
|
||||||
|
name: '平假名',
|
||||||
|
description: '平假名练习',
|
||||||
|
category: '日语学习',
|
||||||
|
tags: ['基础', '五十音', '平假名'],
|
||||||
|
url: '/dicts/JapaneseHiragana.json',
|
||||||
|
length: 280,
|
||||||
|
language: 'romaji',
|
||||||
|
languageCategory: 'ja',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'japanese-katakana',
|
||||||
|
name: '片假名',
|
||||||
|
description: '片假名练习',
|
||||||
|
category: '日语学习',
|
||||||
|
tags: ['基础', '五十音', '片假名'],
|
||||||
|
url: '/dicts/JapaneseKatakana.json',
|
||||||
|
length: 280,
|
||||||
|
language: 'romaji',
|
||||||
|
languageCategory: 'ja',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'japanese001',
|
id: 'japanese001',
|
||||||
name: '日语常见词',
|
name: '日语常见词',
|
||||||
|
|||||||
Reference in New Issue
Block a user