fix(dicts): correct translation errors in N5 vocabulary

This commit is contained in:
Ruihua Wen
2025-11-24 18:52:34 +09:00
parent 1f8cbf499e
commit 6a8f47cdb7
2 changed files with 52 additions and 52 deletions

View File

@@ -65,7 +65,7 @@
{ {
"name": "sukunai", "name": "sukunai",
"trans": [ "trans": [
"a few" "few, little"
], ],
"notation": "少(すく)ない" "notation": "少(すく)ない"
}, },
@@ -254,7 +254,7 @@
{ {
"name": "tanomu", "name": "tanomu",
"trans": [ "trans": [
"to ask" "to ask, to request"
], ],
"notation": "頼(たの)む" "notation": "頼(たの)む"
}, },
@@ -485,14 +485,14 @@
{ {
"name": "hanbun", "name": "hanbun",
"trans": [ "trans": [
"half minute" "half"
], ],
"notation": "半分(はんぶん)" "notation": "半分(はんぶん)"
}, },
{ {
"name": "futoi", "name": "futoi",
"trans": [ "trans": [
"fat" "fat, thick"
], ],
"notation": "太(ふと)い" "notation": "太(ふと)い"
}, },
@@ -709,7 +709,7 @@
{ {
"name": "sekken", "name": "sekken",
"trans": [ "trans": [
"Economy" "soap"
], ],
"notation": "せっけん" "notation": "せっけん"
}, },
@@ -905,7 +905,7 @@
{ {
"name": "nukui", "name": "nukui",
"trans": [ "trans": [
"luke warm" "lukewarm"
], ],
"notation": "温(ぬく)い" "notation": "温(ぬく)い"
}, },
@@ -1465,7 +1465,7 @@
{ {
"name": "koppu", "name": "koppu",
"trans": [ "trans": [
"cop, police officer" "cup, glass"
], ],
"notation": "コップ" "notation": "コップ"
}, },
@@ -1864,7 +1864,7 @@
{ {
"name": "ichigatsu", "name": "ichigatsu",
"trans": [ "trans": [
"one month" "January"
], ],
"notation": "一月(いちがつ)" "notation": "一月(いちがつ)"
}, },
@@ -2025,7 +2025,7 @@
{ {
"name": "otearai", "name": "otearai",
"trans": [ "trans": [
"bathroom" "bathroom, toilet"
], ],
"notation": "お手洗(てあら)い" "notation": "お手洗(てあら)い"
}, },
@@ -2186,7 +2186,7 @@
{ {
"name": "kurai", "name": "kurai",
"trans": [ "trans": [
"Gloomy" "gloomy"
], ],
"notation": "暗(くら)い" "notation": "暗(くら)い"
}, },
@@ -2207,7 +2207,7 @@
{ {
"name": "surippa", "name": "surippa",
"trans": [ "trans": [
"Slippers" "slippers"
], ],
"notation": "スリッパ" "notation": "スリッパ"
}, },
@@ -2361,7 +2361,7 @@
{ {
"name": "suki", "name": "suki",
"trans": [ "trans": [
"Likeable" "like"
], ],
"notation": "好(す)き" "notation": "好(す)き"
}, },
@@ -3628,7 +3628,7 @@
{ {
"name": "kaban", "name": "kaban",
"trans": [ "trans": [
"bag, basket" "bag, briefcase"
], ],
"notation": "鞄(かばん)" "notation": "鞄(かばん)"
}, },
@@ -4027,7 +4027,7 @@
{ {
"name": "ichinichi", "name": "ichinichi",
"trans": [ "trans": [
"first of month" "one day"
], ],
"notation": "一(いち)日(にち)" "notation": "一(いち)日(にち)"
}, },
@@ -4594,7 +4594,7 @@
{ {
"name": "tsurai", "name": "tsurai",
"trans": [ "trans": [
"Spicy" "painful"
], ],
"notation": "辛(つら)い" "notation": "辛(つら)い"
}, },
@@ -4682,4 +4682,4 @@
], ],
"notation": "二(に)十(じゅう)歳(さい)" "notation": "二(に)十(じゅう)歳(さい)"
} }
] ]

View File

@@ -23,7 +23,7 @@
{ {
"name": "bangou", "name": "bangou",
"trans": [ "trans": [
"" "号码,编号"
], ],
"notation": "番号(ばんごう)" "notation": "番号(ばんごう)"
}, },
@@ -65,7 +65,7 @@
{ {
"name": "sukunai", "name": "sukunai",
"trans": [ "trans": [
"一些" "少的,少,不多"
], ],
"notation": "少(すく)ない" "notation": "少(すく)ない"
}, },
@@ -142,14 +142,14 @@
{ {
"name": "marui/marui", "name": "marui/marui",
"trans": [ "trans": [
"圆形,圆形" "圆形"
], ],
"notation": "丸(まる)い/円(まる)い" "notation": "丸(まる)い/円(まる)い"
}, },
{ {
"name": "kaku", "name": "kaku",
"trans": [ "trans": [
"角" "角,拐角"
], ],
"notation": "角(かく)" "notation": "角(かく)"
}, },
@@ -254,7 +254,7 @@
{ {
"name": "tanomu", "name": "tanomu",
"trans": [ "trans": [
"询问" "请求,拜托,委托"
], ],
"notation": "頼(たの)む" "notation": "頼(たの)む"
}, },
@@ -485,14 +485,14 @@
{ {
"name": "hanbun", "name": "hanbun",
"trans": [ "trans": [
"半分钟" "半"
], ],
"notation": "半分(はんぶん)" "notation": "半分(はんぶん)"
}, },
{ {
"name": "futoi", "name": "futoi",
"trans": [ "trans": [
"脂肪" "粗的,粗壮的,胖的"
], ],
"notation": "太(ふと)い" "notation": "太(ふと)い"
}, },
@@ -527,7 +527,7 @@
{ {
"name": "tsukuru", "name": "tsukuru",
"trans": [ "trans": [
"使" "做,制作"
], ],
"notation": "作(つく)る" "notation": "作(つく)る"
}, },
@@ -569,7 +569,7 @@
{ {
"name": "saa", "name": "saa",
"trans": [ "trans": [
"井。。。" "好吧..."
], ],
"notation": "さあ" "notation": "さあ"
}, },
@@ -604,7 +604,7 @@
{ {
"name": "heta", "name": "heta",
"trans": [ "trans": [
"" "不擅长"
], ],
"notation": "下手(へた)" "notation": "下手(へた)"
}, },
@@ -709,7 +709,7 @@
{ {
"name": "sekken", "name": "sekken",
"trans": [ "trans": [
"经济" "肥皂"
], ],
"notation": "せっけん" "notation": "せっけん"
}, },
@@ -905,7 +905,7 @@
{ {
"name": "nukui", "name": "nukui",
"trans": [ "trans": [
"卢克·沃姆" "温的,微温的"
], ],
"notation": "温(ぬく)い" "notation": "温(ぬく)い"
}, },
@@ -1178,7 +1178,7 @@
{ {
"name": "paatii", "name": "paatii",
"trans": [ "trans": [
"" "派对,聚会,党派"
], ],
"notation": "パーティー" "notation": "パーティー"
}, },
@@ -1255,7 +1255,7 @@
{ {
"name": "mina", "name": "mina",
"trans": [ "trans": [
"每个人 都" "大家"
], ],
"notation": "皆(みな)" "notation": "皆(みな)"
}, },
@@ -1465,7 +1465,7 @@
{ {
"name": "koppu", "name": "koppu",
"trans": [ "trans": [
"警察, 警察" "杯子"
], ],
"notation": "コップ" "notation": "コップ"
}, },
@@ -1864,7 +1864,7 @@
{ {
"name": "ichigatsu", "name": "ichigatsu",
"trans": [ "trans": [
"一月" "一月"
], ],
"notation": "一月(いちがつ)" "notation": "一月(いちがつ)"
}, },
@@ -2025,7 +2025,7 @@
{ {
"name": "otearai", "name": "otearai",
"trans": [ "trans": [
"浴室" "洗手间,厕所"
], ],
"notation": "お手洗(てあら)い" "notation": "お手洗(てあら)い"
}, },
@@ -2095,7 +2095,7 @@
{ {
"name": "karui", "name": "karui",
"trans": [ "trans": [
"" "轻的,轻"
], ],
"notation": "軽(かる)い" "notation": "軽(かる)い"
}, },
@@ -2186,7 +2186,7 @@
{ {
"name": "kurai", "name": "kurai",
"trans": [ "trans": [
"悲观" "暗的,黑暗的,阴沉的"
], ],
"notation": "暗(くら)い" "notation": "暗(くら)い"
}, },
@@ -2361,7 +2361,7 @@
{ {
"name": "suki", "name": "suki",
"trans": [ "trans": [
"可爱" "喜欢"
], ],
"notation": "好(す)き" "notation": "好(す)き"
}, },
@@ -2697,7 +2697,7 @@
{ {
"name": "kirai", "name": "kirai",
"trans": [ "trans": [
"" "讨厌,不喜欢"
], ],
"notation": "嫌(きら)い" "notation": "嫌(きら)い"
}, },
@@ -2711,7 +2711,7 @@
{ {
"name": "rekoudo", "name": "rekoudo",
"trans": [ "trans": [
"记录" "记录,唱片"
], ],
"notation": "レコード" "notation": "レコード"
}, },
@@ -2725,7 +2725,7 @@
{ {
"name": "dare", "name": "dare",
"trans": [ "trans": [
"有人" ""
], ],
"notation": "誰(だれ)" "notation": "誰(だれ)"
}, },
@@ -2865,7 +2865,7 @@
{ {
"name": "basu", "name": "basu",
"trans": [ "trans": [
"总线" "公共汽车,巴士"
], ],
"notation": "バス" "notation": "バス"
}, },
@@ -2928,7 +2928,7 @@
{ {
"name": "ginkou", "name": "ginkou",
"trans": [ "trans": [
"" "银行"
], ],
"notation": "銀行(ぎんこう)" "notation": "銀行(ぎんこう)"
}, },
@@ -3061,7 +3061,7 @@
{ {
"name": "michi", "name": "michi",
"trans": [ "trans": [
"" "道路,路,街道"
], ],
"notation": "道(みち)" "notation": "道(みち)"
}, },
@@ -3124,7 +3124,7 @@
{ {
"name": "raishuu", "name": "raishuu",
"trans": [ "trans": [
"下个 星期" "下周,下个星期"
], ],
"notation": "来週(らいしゅう)" "notation": "来週(らいしゅう)"
}, },
@@ -3222,7 +3222,7 @@
{ {
"name": "kurasu", "name": "kurasu",
"trans": [ "trans": [
"类" "班级,类"
], ],
"notation": "クラス" "notation": "クラス"
}, },
@@ -3628,7 +3628,7 @@
{ {
"name": "kaban", "name": "kaban",
"trans": [ "trans": [
"袋子、篮子" "包,手提包"
], ],
"notation": "鞄(かばん)" "notation": "鞄(かばん)"
}, },
@@ -3740,7 +3740,7 @@
{ {
"name": "minasan", "name": "minasan",
"trans": [ "trans": [
"每个人 都" "各位"
], ],
"notation": "皆(みな)さん" "notation": "皆(みな)さん"
}, },
@@ -3845,7 +3845,7 @@
{ {
"name": "posuto", "name": "posuto",
"trans": [ "trans": [
"发布" "邮筒"
], ],
"notation": "ポスト" "notation": "ポスト"
}, },
@@ -4027,7 +4027,7 @@
{ {
"name": "ichinichi", "name": "ichinichi",
"trans": [ "trans": [
"每月第一天" "一天"
], ],
"notation": "一(いち)日(にち)" "notation": "一(いち)日(にち)"
}, },
@@ -4048,14 +4048,14 @@
{ {
"name": "suzushii", "name": "suzushii",
"trans": [ "trans": [
"刷新" "凉爽"
], ],
"notation": "涼(すず)しい" "notation": "涼(すず)しい"
}, },
{ {
"name": "atarashii", "name": "atarashii",
"trans": [ "trans": [
"新增功能" "新"
], ],
"notation": "新(あたら)しい" "notation": "新(あたら)しい"
}, },
@@ -4594,7 +4594,7 @@
{ {
"name": "tsurai", "name": "tsurai",
"trans": [ "trans": [
"" "痛苦"
], ],
"notation": "辛(つら)い" "notation": "辛(つら)い"
}, },
@@ -4682,4 +4682,4 @@
], ],
"notation": "二(に)十(じゅう)歳(さい)" "notation": "二(に)十(じゅう)歳(さい)"
} }
] ]