1
0
Fork 0
mirror of synced 2024-05-17 19:12:33 +12:00

Update to include readings

This commit is contained in:
Dan Hess 2021-04-12 15:13:43 -08:00
parent bdb969da5b
commit f0612100c4
6 changed files with 3027 additions and 1516 deletions

View file

@ -42,7 +42,11 @@ class Japanese(commands.Cog):
for card in n: for card in n:
# Add the card to the pack # Add the card to the pack
pack.append(FlashCard(card["vocabulary"], None, card["meaning"])) pack.append(
FlashCard(
card["vocabulary"], None, card["reading"], card["meaning"]
)
)
count += 1 count += 1
# Limit each pack to 50 cards # Limit each pack to 50 cards

View file

@ -3,9 +3,10 @@ from discord.ext import menus
class FlashCard: class FlashCard:
def __init__(self, vocab, sentence, answer): def __init__(self, vocab, sentence, reading, answer):
self.vocab = vocab self.vocab = vocab
self.sentence = sentence self.sentence = sentence
self.reading = reading
self.answer = answer self.answer = answer
def show_question(self): def show_question(self):
@ -28,8 +29,9 @@ class FlashCard:
description=f""" description=f"""
**Vocabulary**: {self.vocab} **Vocabulary**: {self.vocab}
""" # **Example sentence**: {self.sentence} """ # **Example sentence**: {self.sentence}
""" f"""
**Answer**: {self.answer} **Reading**: {self.reading}
**Meaning**: {self.answer}
""" """
) )

View file

@ -1,398 +1,497 @@
[ [
{ {
"vocabulary": "明け方", "vocabulary": "明け方",
"reading": "あけがた",
"meaning": "dawn" "meaning": "dawn"
}, },
{ {
"vocabulary": "青白い", "vocabulary": "青白い",
"reading": "あおじろい",
"meaning": "pale; bluish-white" "meaning": "pale; bluish-white"
}, },
{ {
"vocabulary": "足跡", "vocabulary": "足跡",
"reading": "あしあと",
"meaning": "footprints" "meaning": "footprints"
}, },
{ {
"vocabulary": "売買", "vocabulary": "売買",
"reading": "ばいばい",
"meaning": "trade; buying and selling" "meaning": "trade; buying and selling"
}, },
{ {
"vocabulary": "売店", "vocabulary": "売店",
"reading": "ばいてん",
"meaning": "stand; stall; booth; kiosk; store" "meaning": "stand; stall; booth; kiosk; store"
}, },
{ {
"vocabulary": "募集", "vocabulary": "募集",
"reading": "ぼしゅう",
"meaning": "recruitment; invitation; taking applications; solicitation" "meaning": "recruitment; invitation; taking applications; solicitation"
}, },
{ {
"vocabulary": "長男", "vocabulary": "長男",
"reading": "ちょうなん",
"meaning": "eldest son; first-born son" "meaning": "eldest son; first-born son"
}, },
{ {
"vocabulary": "楕円", "vocabulary": "楕円",
"reading": "だえん",
"meaning": "ellipse" "meaning": "ellipse"
}, },
{ {
"vocabulary": "大学院", "vocabulary": "大学院",
"reading": "だいがくいん",
"meaning": "graduate school" "meaning": "graduate school"
}, },
{ {
"vocabulary": "出入口", "vocabulary": "出入口",
"reading": "でいりぐち",
"meaning": "exit and entrance" "meaning": "exit and entrance"
}, },
{ {
"vocabulary": "宴会", "vocabulary": "宴会",
"reading": "えんかい",
"meaning": "party; banquet; reception; feast; dinner" "meaning": "party; banquet; reception; feast; dinner"
}, },
{ {
"vocabulary": "円周", "vocabulary": "円周",
"reading": "えんしゅう",
"meaning": "circumference" "meaning": "circumference"
}, },
{ {
"vocabulary": "遠足", "vocabulary": "遠足",
"reading": "えんそく",
"meaning": "excursion; outing; trip" "meaning": "excursion; outing; trip"
}, },
{ {
"vocabulary": "学科", "vocabulary": "学科",
"reading": "がっか",
"meaning": "study subject; course of study; department" "meaning": "study subject; course of study; department"
}, },
{ {
"vocabulary": "学会", "vocabulary": "学会",
"reading": "がっかい",
"meaning": "scientific society; academic meeting; academic conference" "meaning": "scientific society; academic meeting; academic conference"
}, },
{ {
"vocabulary": "学力", "vocabulary": "学力",
"reading": "がくりょく",
"meaning": "scholarly ability; scholarship; knowledge; literary ability" "meaning": "scholarly ability; scholarship; knowledge; literary ability"
}, },
{ {
"vocabulary": "外科", "vocabulary": "外科",
"reading": "げか",
"meaning": "surgery; department of surgery" "meaning": "surgery; department of surgery"
}, },
{ {
"vocabulary": "花火", "vocabulary": "花火",
"reading": "はなび",
"meaning": "fireworks" "meaning": "fireworks"
}, },
{ {
"vocabulary": "半径", "vocabulary": "半径",
"reading": "はんけい",
"meaning": "radius" "meaning": "radius"
}, },
{ {
"vocabulary": "半島", "vocabulary": "半島",
"reading": "はんとう",
"meaning": "peninsula" "meaning": "peninsula"
}, },
{ {
"vocabulary": "発売", "vocabulary": "発売",
"reading": "はつばい",
"meaning": "sale; release (for sale); launch (product)" "meaning": "sale; release (for sale); launch (product)"
}, },
{ {
"vocabulary": "早口", "vocabulary": "早口",
"reading": "はやぐち",
"meaning": "fast-talking; rapid talking" "meaning": "fast-talking; rapid talking"
}, },
{ {
"vocabulary": "外れる", "vocabulary": "外れる",
"reading": "はずれる",
"meaning": "to be disconnected; to be off; to miss the mark" "meaning": "to be disconnected; to be off; to miss the mark"
}, },
{ {
"vocabulary": "閉会", "vocabulary": "閉会",
"reading": "へいかい",
"meaning": "closure (of a ceremony, event, meeting, etc.)" "meaning": "closure (of a ceremony, event, meeting, etc.)"
}, },
{ {
"vocabulary": "昼寝", "vocabulary": "昼寝",
"reading": "ひるね",
"meaning": "nap, siesta" "meaning": "nap, siesta"
}, },
{ {
"vocabulary": "意地悪", "vocabulary": "意地悪",
"reading": "いじわる",
"meaning": "malicious; ill-tempered; unkind" "meaning": "malicious; ill-tempered; unkind"
}, },
{ {
"vocabulary": "移転", "vocabulary": "移転",
"reading": "いてん",
"meaning": "moving; relocation; change of address" "meaning": "moving; relocation; change of address"
}, },
{ {
"vocabulary": "一旦", "vocabulary": "一旦",
"reading": "いったん",
"meaning": "once; for a short time; briefly; temporarily" "meaning": "once; for a short time; briefly; temporarily"
}, },
{ {
"vocabulary": "寺院", "vocabulary": "寺院",
"reading": "じいん",
"meaning": "Buddhist temple; religious building" "meaning": "Buddhist temple; religious building"
}, },
{ {
"vocabulary": "人文科学", "vocabulary": "人文科学",
"reading": "じんぶんかがく",
"meaning": "humanities; social sciences; liberal arts" "meaning": "humanities; social sciences; liberal arts"
}, },
{ {
"vocabulary": "自習", "vocabulary": "自習",
"reading": "じしゅう",
"meaning": "self-study; teaching oneself" "meaning": "self-study; teaching oneself"
}, },
{ {
"vocabulary": "時速", "vocabulary": "時速",
"reading": "じそく",
"meaning": "speed (per hour)" "meaning": "speed (per hour)"
}, },
{ {
"vocabulary": "実習", "vocabulary": "実習",
"reading": "じっしゅう",
"meaning": "practice; training; practical exercise; drill" "meaning": "practice; training; practical exercise; drill"
}, },
{ {
"vocabulary": "過半数", "vocabulary": "過半数",
"reading": "かはんすう",
"meaning": "majority" "meaning": "majority"
}, },
{ {
"vocabulary": "開会", "vocabulary": "開会",
"reading": "かいかい",
"meaning": "opening of a meeting; starting (an event, etc)" "meaning": "opening of a meeting; starting (an event, etc)"
}, },
{ {
"vocabulary": "会館", "vocabulary": "会館",
"reading": "かいかん",
"meaning": "meeting hall; assembly hall" "meaning": "meeting hall; assembly hall"
}, },
{ {
"vocabulary": "回転", "vocabulary": "回転",
"reading": "かいてん",
"meaning": "rotation; revolution; turning" "meaning": "rotation; revolution; turning"
}, },
{ {
"vocabulary": "加速", "vocabulary": "加速",
"reading": "かぞく",
"meaning": "acceleration; speeding up" "meaning": "acceleration; speeding up"
}, },
{ {
"vocabulary": "加速度", "vocabulary": "加速度",
"reading": "かそくど",
"meaning": "acceleration" "meaning": "acceleration"
}, },
{ {
"vocabulary": "見学", "vocabulary": "見学",
"reading": "けんがく",
"meaning": "study by observation; field trip; tour; review; inspection" "meaning": "study by observation; field trip; tour; review; inspection"
}, },
{ {
"vocabulary": "国王", "vocabulary": "国王",
"reading": "こくおう",
"meaning": "king; queen; monarch; sovereign" "meaning": "king; queen; monarch; sovereign"
}, },
{ {
"vocabulary": "国立", "vocabulary": "国立",
"reading": "こくりつ",
"meaning": "national" "meaning": "national"
}, },
{ {
"vocabulary": "国籍", "vocabulary": "国籍",
"reading": "こくせき",
"meaning": "nationality; citizenship" "meaning": "nationality; citizenship"
}, },
{ {
"vocabulary": "転がる", "vocabulary": "転がる",
"reading": "ころがる",
"meaning": "to roll; to fall over; to lie down" "meaning": "to roll; to fall over; to lie down"
}, },
{ {
"vocabulary": "転がす", "vocabulary": "転がす",
"reading": "ころがす",
"meaning": "to roll; to turn over" "meaning": "to roll; to turn over"
}, },
{ {
"vocabulary": "校舎", "vocabulary": "校舎",
"reading": "こうしゃ",
"meaning": "school building; schoolhouse" "meaning": "school building; schoolhouse"
}, },
{ {
"vocabulary": "校庭", "vocabulary": "校庭",
"reading": "こうてい",
"meaning": "schoolyard; playground; school grounds; campus" "meaning": "schoolyard; playground; school grounds; campus"
}, },
{ {
"vocabulary": "待合室", "vocabulary": "待合室",
"reading": "まちあいしつ",
"meaning": "waiting room" "meaning": "waiting room"
}, },
{ {
"vocabulary": "待ち合わせる", "vocabulary": "待ち合わせる",
"reading": "まちあわせる",
"meaning": "to rendezvous; to meet at a prearranged place and time; to arrange to meet" "meaning": "to rendezvous; to meet at a prearranged place and time; to arrange to meet"
}, },
{ {
"vocabulary": "窓口", "vocabulary": "窓口",
"reading": "まどぐち",
"meaning": "ticket window; teller window; counter" "meaning": "ticket window; teller window; counter"
}, },
{ {
"vocabulary": "毎度", "vocabulary": "毎度",
"reading": "まいど",
"meaning": "each time; always; often; thank you for your continued patronage" "meaning": "each time; always; often; thank you for your continued patronage"
}, },
{ {
"vocabulary": "真っ青", "vocabulary": "真っ青",
"reading": "まっさお",
"meaning": "deep blue; bright blue; ghastly pale; white as a sheet" "meaning": "deep blue; bright blue; ghastly pale; white as a sheet"
}, },
{ {
"vocabulary": "真っ白", "vocabulary": "真っ白",
"reading": "まっしろ",
"meaning": "pure white; blank" "meaning": "pure white; blank"
}, },
{ {
"vocabulary": "名刺", "vocabulary": "名刺",
"reading": "めいし",
"meaning": "business card" "meaning": "business card"
}, },
{ {
"vocabulary": "店屋", "vocabulary": "店屋",
"reading": "みせや",
"meaning": "store; shop" "meaning": "store; shop"
}, },
{ {
"vocabulary": "木材", "vocabulary": "木材",
"reading": "もくざい",
"meaning": "lumber; timber; wood" "meaning": "lumber; timber; wood"
}, },
{ {
"vocabulary": "元々", "vocabulary": "元々",
"reading": "もともと",
"meaning": "originally, by nature, from the start" "meaning": "originally, by nature, from the start"
}, },
{ {
"vocabulary": "内科", "vocabulary": "内科",
"reading": "ないか",
"meaning": "internal medicine" "meaning": "internal medicine"
}, },
{ {
"vocabulary": "並木", "vocabulary": "並木",
"reading": "なみき",
"meaning": "roadside tree; row of trees" "meaning": "roadside tree; row of trees"
}, },
{ {
"vocabulary": "入社", "vocabulary": "入社",
"reading": "にゅうしゃ",
"meaning": "joining a company" "meaning": "joining a company"
}, },
{ {
"vocabulary": "押さえる", "vocabulary": "押さえる",
"reading": "おさえる",
"meaning": "to pin down; to hold down; to press down" "meaning": "to pin down; to hold down; to press down"
}, },
{ {
"vocabulary": "理科", "vocabulary": "理科",
"reading": "りか",
"meaning": "science (department; course)" "meaning": "science (department; course)"
}, },
{ {
"vocabulary": "領収", "vocabulary": "領収",
"reading": "りょうしゅう",
"meaning": "receipt (of money); receiving" "meaning": "receipt (of money); receiving"
}, },
{ {
"vocabulary": "再三", "vocabulary": "再三",
"reading": "さいさん",
"meaning": "again and again; repeatedly" "meaning": "again and again; repeatedly"
}, },
{ {
"vocabulary": "刺さる", "vocabulary": "刺さる",
"reading": "ささる",
"meaning": "to stick into (with a sharp point); to prick; to get stuck (in);" "meaning": "to stick into (with a sharp point); to prick; to get stuck (in);"
}, },
{ {
"vocabulary": "刺身", "vocabulary": "刺身",
"reading": "さしみ",
"meaning": "sashimi (raw sliced fish, shellfish or crustaceans)" "meaning": "sashimi (raw sliced fish, shellfish or crustaceans)"
}, },
{ {
"vocabulary": "早速", "vocabulary": "早速",
"reading": "さっそく",
"meaning": "at once; immediately; without delay; promptly" "meaning": "at once; immediately; without delay; promptly"
}, },
{ {
"vocabulary": "刺す", "vocabulary": "刺す",
"reading": "さす",
"meaning": "to pierce; to stab; to prick; to stick; to thrust; to sting" "meaning": "to pierce; to stab; to prick; to stick; to thrust; to sting"
}, },
{ {
"vocabulary": "青少年", "vocabulary": "青少年",
"reading": "せいしょうねん",
"meaning": "youth; young person" "meaning": "youth; young person"
}, },
{ {
"vocabulary": "赤道", "vocabulary": "赤道",
"reading": "せきどう",
"meaning": "equator" "meaning": "equator"
}, },
{ {
"vocabulary": "社会科学", "vocabulary": "社会科学",
"reading": "しゃかいかがく",
"meaning": "social science" "meaning": "social science"
}, },
{ {
"vocabulary": "社説", "vocabulary": "社説",
"reading": "しゃせつ",
"meaning": "editorial; leading article; leader" "meaning": "editorial; leading article; leader"
}, },
{ {
"vocabulary": "司会", "vocabulary": "司会",
"reading": "しかい",
"meaning": "master of ceremonies; leading a meeting; presenter; host" "meaning": "master of ceremonies; leading a meeting; presenter; host"
}, },
{ {
"vocabulary": "新幹線", "vocabulary": "新幹線",
"reading": "しんかんせん",
"meaning": "Japanese bullet train" "meaning": "Japanese bullet train"
}, },
{ {
"vocabulary": "白髪", "vocabulary": "白髪",
"reading": "しらが",
"meaning": "white hair; grey hair" "meaning": "white hair; grey hair"
}, },
{ {
"vocabulary": "自然科学", "vocabulary": "自然科学",
"reading": "しぜんかがく",
"meaning": "natural science" "meaning": "natural science"
}, },
{ {
"vocabulary": "書店", "vocabulary": "書店",
"reading": "しょてん",
"meaning": "bookshop; bookstore" "meaning": "bookshop; bookstore"
}, },
{ {
"vocabulary": "商社", "vocabulary": "商社",
"reading": "しょうしゃ",
"meaning": "trading company; firm" "meaning": "trading company; firm"
}, },
{ {
"vocabulary": "商店", "vocabulary": "商店",
"reading": "しょうてん",
"meaning": "shop; small store; business; firm" "meaning": "shop; small store; business; firm"
}, },
{ {
"vocabulary": "集合", "vocabulary": "集合",
"reading": "しゅうごう",
"meaning": "gathering; assembly; meeting" "meaning": "gathering; assembly; meeting"
}, },
{ {
"vocabulary": "習字", "vocabulary": "習字",
"reading": "しゅうじ",
"meaning": "calligraphy; penmanship" "meaning": "calligraphy; penmanship"
}, },
{ {
"vocabulary": "集会", "vocabulary": "集会",
"reading": "しゅうかい",
"meaning": "meeting; assembly; gathering; convention; rally" "meaning": "meeting; assembly; gathering; convention; rally"
}, },
{ {
"vocabulary": "父母", "vocabulary": "父母",
"reading": "そぼ",
"meaning": "father and mother; parents" "meaning": "father and mother; parents"
}, },
{ {
"vocabulary": "速力", "vocabulary": "速力",
"reading": "そくりょく",
"meaning": "speed" "meaning": "speed"
}, },
{ {
"vocabulary": "速達", "vocabulary": "速達",
"reading": "そくたつ",
"meaning": "express; special delivery" "meaning": "express; special delivery"
}, },
{ {
"vocabulary": "足袋", "vocabulary": "足袋",
"reading": "たび",
"meaning": "Japanese socks (with split toe)" "meaning": "Japanese socks (with split toe)"
}, },
{ {
"vocabulary": "足る", "vocabulary": "足る",
"reading": "たる",
"meaning": "to be sufficient; to be enough; to be worth doing; to be worthy of; to deserve" "meaning": "to be sufficient; to be enough; to be worth doing; to be worthy of; to deserve"
}, },
{ {
"vocabulary": "特売", "vocabulary": "特売",
"reading": "とくばい",
"meaning": "special sale" "meaning": "special sale"
}, },
{ {
"vocabulary": "透明", "vocabulary": "透明",
"reading": "とうめい",
"meaning": "transparent; clear" "meaning": "transparent; clear"
}, },
{ {
"vocabulary": "東洋", "vocabulary": "東洋",
"reading": "とうよう",
"meaning": "Orient" "meaning": "Orient"
}, },
{ {
"vocabulary": "売れ行き", "vocabulary": "売れ行き",
"reading": "うれゆき",
"meaning": "sales; demand" "meaning": "sales; demand"
}, },
{ {
"vocabulary": "売上", "vocabulary": "売上",
"reading": "うりあげ",
"meaning": "amount sold; sales; proceeds; turnover" "meaning": "amount sold; sales; proceeds; turnover"
}, },
{ {
"vocabulary": "売り切れ", "vocabulary": "売り切れ",
"reading": "うりきれ",
"meaning": "sold out" "meaning": "sold out"
}, },
{ {
"vocabulary": "売り切れる", "vocabulary": "売り切れる",
"reading": "うりきれる",
"meaning": "to be sold out" "meaning": "to be sold out"
}, },
{ {
"vocabulary": "我が", "vocabulary": "我が",
"reading": "わが",
"meaning": "my; our; one's own" "meaning": "my; our; one's own"
}, },
{ {
"vocabulary": "洋品店", "vocabulary": "洋品店",
"reading": "ようひんてん",
"meaning": "shop that handles Western-style apparel and accessories" "meaning": "shop that handles Western-style apparel and accessories"
}, },
{ {
"vocabulary": "輸血", "vocabulary": "輸血",
"reading": "ゆけつ",
"meaning": "blood transfusion" "meaning": "blood transfusion"
}, },
{ {
"vocabulary": "輸送", "vocabulary": "輸送",
"reading": "ゆそう",
"meaning": "transport; transportation" "meaning": "transport; transportation"
}, },
{ {
"vocabulary": "材木", "vocabulary": "材木",
"reading": "ざいもく",
"meaning": "lumber; timber" "meaning": "lumber; timber"
} }
] ]

View file

@ -1,770 +1,962 @@
[ [
{ {
"vocabulary": "明かり", "vocabulary": "明かり",
"reading": "あかり",
"meaning": "light; illumination; glow; gleam" "meaning": "light; illumination; glow; gleam"
}, },
{ {
"vocabulary": "明ける", "vocabulary": "明ける",
"reading": "あける",
"meaning": "to dawn,to become daylight" "meaning": "to dawn,to become daylight"
}, },
{ {
"vocabulary": "明らか", "vocabulary": "明らか",
"reading": "あきらか",
"meaning": "clear; obvious" "meaning": "clear; obvious"
}, },
{ {
"vocabulary": "悪魔", "vocabulary": "悪魔",
"reading": "あくま",
"meaning": "devil; demon; fiend; Satan" "meaning": "devil; demon; fiend; Satan"
}, },
{ {
"vocabulary": "暗記", "vocabulary": "暗記",
"reading": "あんき",
"meaning": "memorization; learning by heart" "meaning": "memorization; learning by heart"
}, },
{ {
"vocabulary": "新た", "vocabulary": "新た",
"reading": "あらた",
"meaning": "new; fresh; novel" "meaning": "new; fresh; novel"
}, },
{ {
"vocabulary": "有らゆる", "vocabulary": "有らゆる",
"reading": "あらゆる",
"meaning": "all; every" "meaning": "all; every"
}, },
{ {
"vocabulary": "集まり", "vocabulary": "集まり",
"reading": "あつまり",
"meaning": "gathering; meeting; assembly; collection; attendance" "meaning": "gathering; meeting; assembly; collection; attendance"
}, },
{ {
"vocabulary": "部分", "vocabulary": "部分",
"reading": "ぶぶん",
"meaning": "portion; section; part" "meaning": "portion; section; part"
}, },
{ {
"vocabulary": "分", "vocabulary": "分",
"reading": "ぶん",
"meaning": "part; segment; share; ration" "meaning": "part; segment; share; ration"
}, },
{ {
"vocabulary": "文明", "vocabulary": "文明",
"reading": "ぶんめい",
"meaning": "civilization; culture" "meaning": "civilization; culture"
}, },
{ {
"vocabulary": "分析", "vocabulary": "分析",
"reading": "ぶんせき",
"meaning": "analysis" "meaning": "analysis"
}, },
{ {
"vocabulary": "分野", "vocabulary": "分野",
"reading": "ぶんや",
"meaning": "field; sphere; realm; division; branch" "meaning": "field; sphere; realm; division; branch"
}, },
{ {
"vocabulary": "父親", "vocabulary": "父親",
"reading": "ちちおや",
"meaning": "father" "meaning": "father"
}, },
{ {
"vocabulary": "地平線", "vocabulary": "地平線",
"reading": "ちへいせん",
"meaning": "horizon (related to land)" "meaning": "horizon (related to land)"
}, },
{ {
"vocabulary": "地位", "vocabulary": "地位",
"reading": "ちい",
"meaning": "(social) position; status" "meaning": "(social) position; status"
}, },
{ {
"vocabulary": "長期", "vocabulary": "長期",
"reading": "ちょうき",
"meaning": "long-term" "meaning": "long-term"
}, },
{ {
"vocabulary": "中", "vocabulary": "中",
"reading": "ちゅう",
"meaning": "during; while; medium; middle" "meaning": "during; while; medium; middle"
}, },
{ {
"vocabulary": "中学", "vocabulary": "中学",
"reading": "ちゅうがく",
"meaning": "junior high school; middle school" "meaning": "junior high school; middle school"
}, },
{ {
"vocabulary": "昼食", "vocabulary": "昼食",
"reading": "ちゅうしょく",
"meaning": "lunch; midday meal" "meaning": "lunch; midday meal"
}, },
{ {
"vocabulary": "大部分", "vocabulary": "大部分",
"reading": "だいぶぶん",
"meaning": "most part; greater part; majority" "meaning": "most part; greater part; majority"
}, },
{ {
"vocabulary": "駄目", "vocabulary": "駄目",
"reading": "だめ",
"meaning": "no good; cannot" "meaning": "no good; cannot"
}, },
{ {
"vocabulary": "男子", "vocabulary": "男子",
"reading": "だんし",
"meaning": "youth; young man" "meaning": "youth; young man"
}, },
{ {
"vocabulary": "出会い", "vocabulary": "出会い",
"reading": "であい",
"meaning": "meeting; rendezvous; encounter" "meaning": "meeting; rendezvous; encounter"
}, },
{ {
"vocabulary": "出会う", "vocabulary": "出会う",
"reading": "であう",
"meaning": "to meet (by chance); to come across; to run across; to encounter" "meaning": "to meet (by chance); to come across; to run across; to encounter"
}, },
{ {
"vocabulary": "読書", "vocabulary": "読書",
"reading": "どくしょ",
"meaning": "reading" "meaning": "reading"
}, },
{ {
"vocabulary": "努力", "vocabulary": "努力",
"reading": "どりょく",
"meaning": "effort; exertion; endeavor; hard work; striving" "meaning": "effort; exertion; endeavor; hard work; striving"
}, },
{ {
"vocabulary": "同一", "vocabulary": "同一",
"reading": "どういつ",
"meaning": "identical; same; one and the same; equal" "meaning": "identical; same; one and the same; equal"
}, },
{ {
"vocabulary": "円", "vocabulary": "円",
"reading": "えん",
"meaning": "yen; Japanese monetary unit; circle" "meaning": "yen; Japanese monetary unit; circle"
}, },
{ {
"vocabulary": "不利", "vocabulary": "不利",
"reading": "ふり",
"meaning": "disadvantage; handicap; unfavorable position" "meaning": "disadvantage; handicap; unfavorable position"
}, },
{ {
"vocabulary": "不足", "vocabulary": "不足",
"reading": "ふそく",
"meaning": "insufficiency; shortage; deficiency; lack; dearth" "meaning": "insufficiency; shortage; deficiency; lack; dearth"
}, },
{ {
"vocabulary": "再び", "vocabulary": "再び",
"reading": "ふたたび",
"meaning": "again; once more; a second time" "meaning": "again; once more; a second time"
}, },
{ {
"vocabulary": "外交", "vocabulary": "外交",
"reading": "がいこう",
"meaning": "diplomacy" "meaning": "diplomacy"
}, },
{ {
"vocabulary": "外出", "vocabulary": "外出",
"reading": "がいしゅつ",
"meaning": "going out; outing; leaving (one's home, office, etc.)" "meaning": "going out; outing; leaving (one's home, office, etc.)"
}, },
{ {
"vocabulary": "学期", "vocabulary": "学期",
"reading": "がっき",
"meaning": "school term; semester" "meaning": "school term; semester"
}, },
{ {
"vocabulary": "学", "vocabulary": "学",
"reading": "がく",
"meaning": "learning; education; study of" "meaning": "learning; education; study of"
}, },
{ {
"vocabulary": "学問", "vocabulary": "学問",
"reading": "がくもん",
"meaning": "scholarship; study; learning" "meaning": "scholarship; study; learning"
}, },
{ {
"vocabulary": "学者", "vocabulary": "学者",
"reading": "がくしゃ",
"meaning": "scholar" "meaning": "scholar"
}, },
{ {
"vocabulary": "学習", "vocabulary": "学習",
"reading": "がくしゅう",
"meaning": "study; learning; tutorial" "meaning": "study; learning; tutorial"
}, },
{ {
"vocabulary": "議長", "vocabulary": "議長",
"reading": "ぎちょう",
"meaning": "chairman; president; moderator" "meaning": "chairman; president; moderator"
}, },
{ {
"vocabulary": "議会", "vocabulary": "議会",
"reading": "ぎかい",
"meaning": "congress; parliament; diet; legislative assembly" "meaning": "congress; parliament; diet; legislative assembly"
}, },
{ {
"vocabulary": "語学", "vocabulary": "語学",
"reading": "ごがく",
"meaning": "study of foreign languages; linguistics" "meaning": "study of foreign languages; linguistics"
}, },
{ {
"vocabulary": "激しい", "vocabulary": "激しい",
"reading": "はげしい",
"meaning": "violent; extreme; intense" "meaning": "violent; extreme; intense"
}, },
{ {
"vocabulary": "母親", "vocabulary": "母親",
"reading": "ははおや",
"meaning": "mother" "meaning": "mother"
}, },
{ {
"vocabulary": "博物館", "vocabulary": "博物館",
"reading": "はくぶつかん",
"meaning": "museum" "meaning": "museum"
}, },
{ {
"vocabulary": "販売", "vocabulary": "販売",
"reading": "はんばい",
"meaning": "sales; selling; marketing" "meaning": "sales; selling; marketing"
}, },
{ {
"vocabulary": "発明", "vocabulary": "発明",
"reading": "はつめい",
"meaning": "invention" "meaning": "invention"
}, },
{ {
"vocabulary": "外す", "vocabulary": "外す",
"reading": "はずす",
"meaning": "to remove; to undo; to drop; to miss" "meaning": "to remove; to undo; to drop; to miss"
}, },
{ {
"vocabulary": "品", "vocabulary": "品",
"reading": "ひん",
"meaning": "elegance, article" "meaning": "elegance, article"
}, },
{ {
"vocabulary": "一言", "vocabulary": "一言",
"reading": "ひとこと",
"meaning": "single word; a few words; brief comment" "meaning": "single word; a few words; brief comment"
}, },
{ {
"vocabulary": "一人一人", "vocabulary": "一人一人",
"reading": "ひとりひとり",
"meaning": "one by one; each; one at a time" "meaning": "one by one; each; one at a time"
}, },
{ {
"vocabulary": "本物", "vocabulary": "本物",
"reading": "ほんもの",
"meaning": "genuine article; real thing; real deal" "meaning": "genuine article; real thing; real deal"
}, },
{ {
"vocabulary": "本人", "vocabulary": "本人",
"reading": "ほんにん",
"meaning": "the person in question; the person themselves; said person" "meaning": "the person in question; the person themselves; said person"
}, },
{ {
"vocabulary": "一致", "vocabulary": "一致",
"reading": "いっち",
"meaning": "agreement; union; match; coincidence" "meaning": "agreement; union; match; coincidence"
}, },
{ {
"vocabulary": "一時", "vocabulary": "一時",
"reading": "いちじ",
"meaning": "one o'clock" "meaning": "one o'clock"
}, },
{ {
"vocabulary": "意外", "vocabulary": "意外",
"reading": "いがい",
"meaning": "unexpected; surprising" "meaning": "unexpected; surprising"
}, },
{ {
"vocabulary": "一家", "vocabulary": "一家",
"reading": "いっか",
"meaning": "a family; a household; a home; one's family; whole family" "meaning": "a family; a household; a home; one's family; whole family"
}, },
{ {
"vocabulary": "今に", "vocabulary": "今に",
"reading": "いまに",
"meaning": "before long; even now" "meaning": "before long; even now"
}, },
{ {
"vocabulary": "今にも", "vocabulary": "今にも",
"reading": "いまにも",
"meaning": "at any moment; at any minute; on the verge of" "meaning": "at any moment; at any minute; on the verge of"
}, },
{ {
"vocabulary": "一般", "vocabulary": "一般",
"reading": "いっぱん",
"meaning": "general; universal; ordinary; average; common" "meaning": "general; universal; ordinary; average; common"
}, },
{ {
"vocabulary": "一方", "vocabulary": "一方",
"reading": "いっぽう",
"meaning": "one (esp. of two); one way; the other direction; although" "meaning": "one (esp. of two); one way; the other direction; although"
}, },
{ {
"vocabulary": "一生", "vocabulary": "一生",
"reading": "いっしょう",
"meaning": "whole life; a lifetime; a generation" "meaning": "whole life; a lifetime; a generation"
}, },
{ {
"vocabulary": "一種", "vocabulary": "一種",
"reading": "いっしゅ",
"meaning": "species; kind; variety" "meaning": "species; kind; variety"
}, },
{ {
"vocabulary": "一瞬", "vocabulary": "一瞬",
"reading": "いっしゅん",
"meaning": "instant; moment; for an instant" "meaning": "instant; moment; for an instant"
}, },
{ {
"vocabulary": "一層", "vocabulary": "一層",
"reading": "いっそう",
"meaning": "much more; still more; all the more; single layer; sooner; preferably" "meaning": "much more; still more; all the more; single layer; sooner; preferably"
}, },
{ {
"vocabulary": "一体", "vocabulary": "一体",
"reading": "いったい",
"meaning": "(what) the heck; (why) in the world" "meaning": "(what) the heck; (why) in the world"
}, },
{ {
"vocabulary": "所謂", "vocabulary": "所謂",
"reading": "いわゆる",
"meaning": "what is called; as it is called; the so-called; so to speak" "meaning": "what is called; as it is called; the so-called; so to speak"
}, },
{ {
"vocabulary": "邪魔", "vocabulary": "邪魔",
"reading": "じゃま",
"meaning": "hindrance" "meaning": "hindrance"
}, },
{ {
"vocabulary": "化学", "vocabulary": "化学",
"reading": "かがく",
"meaning": "chemistry" "meaning": "chemistry"
}, },
{ {
"vocabulary": "会", "vocabulary": "会",
"reading": "かい",
"meaning": "meeting; assembly; party; association; club" "meaning": "meeting; assembly; party; association; club"
}, },
{ {
"vocabulary": "会員", "vocabulary": "会員",
"reading": "かいいん",
"meaning": "member" "meaning": "member"
}, },
{ {
"vocabulary": "海外", "vocabulary": "海外",
"reading": "かいがい",
"meaning": "foreign; abroad; overseas" "meaning": "foreign; abroad; overseas"
}, },
{ {
"vocabulary": "会合", "vocabulary": "会合",
"reading": "かいごう",
"meaning": "meeting; assembly; gathering; association" "meaning": "meeting; assembly; gathering; association"
}, },
{ {
"vocabulary": "会計", "vocabulary": "会計",
"reading": "かいけい",
"meaning": "finance; account; treasurer; bill" "meaning": "finance; account; treasurer; bill"
}, },
{ {
"vocabulary": "開始", "vocabulary": "開始",
"reading": "かいし",
"meaning": "start; commencement; beginning; initiation" "meaning": "start; commencement; beginning; initiation"
}, },
{ {
"vocabulary": "科目", "vocabulary": "科目",
"reading": "かもく",
"meaning": "(school) subject; curriculum; course" "meaning": "(school) subject; curriculum; course"
}, },
{ {
"vocabulary": "権利", "vocabulary": "権利",
"reading": "けんり",
"meaning": "right; privilege" "meaning": "right; privilege"
}, },
{ {
"vocabulary": "基本", "vocabulary": "基本",
"reading": "きほん",
"meaning": "basics; fundamentals; basis; foundation" "meaning": "basics; fundamentals; basis; foundation"
}, },
{ {
"vocabulary": "記事", "vocabulary": "記事",
"reading": "きじ",
"meaning": "article; news story; report; account" "meaning": "article; news story; report; account"
}, },
{ {
"vocabulary": "気味", "vocabulary": "気味",
"reading": "きみ",
"meaning": "sensation; feeling; tendency" "meaning": "sensation; feeling; tendency"
}, },
{ {
"vocabulary": "記念", "vocabulary": "記念",
"reading": "きねん",
"meaning": "commemoration; celebration; honoring the memory of something" "meaning": "commemoration; celebration; honoring the memory of something"
}, },
{ {
"vocabulary": "気に入る", "vocabulary": "気に入る",
"reading": "きにいる",
"meaning": "to like; to take a liking to" "meaning": "to like; to take a liking to"
}, },
{ {
"vocabulary": "記入", "vocabulary": "記入",
"reading": "きにゅう",
"meaning": "entry; filling in; filling out" "meaning": "entry; filling in; filling out"
}, },
{ {
"vocabulary": "記憶", "vocabulary": "記憶",
"reading": "きおく",
"meaning": "memory; recollection; remembrance" "meaning": "memory; recollection; remembrance"
}, },
{ {
"vocabulary": "記者", "vocabulary": "記者",
"reading": "きしゃ",
"meaning": "reporter; journalist" "meaning": "reporter; journalist"
}, },
{ {
"vocabulary": "期待", "vocabulary": "期待",
"reading": "きたい",
"meaning": "expectation; anticipation; hope" "meaning": "expectation; anticipation; hope"
}, },
{ {
"vocabulary": "国家", "vocabulary": "国家",
"reading": "こっか",
"meaning": "state; country; nation" "meaning": "state; country; nation"
}, },
{ {
"vocabulary": "国会", "vocabulary": "国会",
"reading": "こっかい",
"meaning": "National Diet; legislative assembly of Japan; parliament; congress" "meaning": "National Diet; legislative assembly of Japan; parliament; congress"
}, },
{ {
"vocabulary": "国境", "vocabulary": "国境",
"reading": "こっきょう",
"meaning": "national border" "meaning": "national border"
}, },
{ {
"vocabulary": "国語", "vocabulary": "国語",
"reading": "こくご",
"meaning": "national language" "meaning": "national language"
}, },
{ {
"vocabulary": "国民", "vocabulary": "国民",
"reading": "こくみん",
"meaning": "people (of a country); nation; citizen; national" "meaning": "people (of a country); nation; citizen; national"
}, },
{ {
"vocabulary": "今後", "vocabulary": "今後",
"reading": "こんご",
"meaning": "from now on; hereafter" "meaning": "from now on; hereafter"
}, },
{ {
"vocabulary": "今回", "vocabulary": "今回",
"reading": "こんかい",
"meaning": "now; this time; lately" "meaning": "now; this time; lately"
}, },
{ {
"vocabulary": "今日", "vocabulary": "今日",
"reading": "こんにち",
"meaning": "today; this day" "meaning": "today; this day"
}, },
{ {
"vocabulary": "転ぶ", "vocabulary": "転ぶ",
"reading": "ころぶ",
"meaning": "to fall down; to fall over" "meaning": "to fall down; to fall over"
}, },
{ {
"vocabulary": "高速", "vocabulary": "高速",
"reading": "こうそく",
"meaning": "high-speed; rapid; express" "meaning": "high-speed; rapid; express"
}, },
{ {
"vocabulary": "訓練", "vocabulary": "訓練",
"reading": "くんれん",
"meaning": "training; drill; practice; discipline" "meaning": "training; drill; practice; discipline"
}, },
{ {
"vocabulary": "教科書", "vocabulary": "教科書",
"reading": "きょうかしょ",
"meaning": "textbook; coursebook; schoolbook" "meaning": "textbook; coursebook; schoolbook"
}, },
{ {
"vocabulary": "協力", "vocabulary": "協力",
"reading": "きょうりょく",
"meaning": "cooperation; collaboration" "meaning": "cooperation; collaboration"
}, },
{ {
"vocabulary": "強力", "vocabulary": "強力",
"reading": "きょうりょく",
"meaning": "powerful; strong" "meaning": "powerful; strong"
}, },
{ {
"vocabulary": "急激", "vocabulary": "急激",
"reading": "きゅうげき",
"meaning": "sudden; abrupt; rapid; sharp; drastic; radical" "meaning": "sudden; abrupt; rapid; sharp; drastic; radical"
}, },
{ {
"vocabulary": "急に", "vocabulary": "急に",
"reading": "きゅうに",
"meaning": "swiftly; rapidly; quickly; immediately; hastily" "meaning": "swiftly; rapidly; quickly; immediately; hastily"
}, },
{ {
"vocabulary": "吸収", "vocabulary": "吸収",
"reading": "きゅうしゅう",
"meaning": "absorption; suction; attraction" "meaning": "absorption; suction; attraction"
}, },
{ {
"vocabulary": "急速", "vocabulary": "急速",
"reading": "きゅうそく",
"meaning": "rapid (e.g. progress)" "meaning": "rapid (e.g. progress)"
}, },
{ {
"vocabulary": "真面目", "vocabulary": "真面目",
"reading": "まじめ",
"meaning": "serious; earnest" "meaning": "serious; earnest"
}, },
{ {
"vocabulary": "真っ赤", "vocabulary": "真っ赤",
"reading": "まっか",
"meaning": "bright red; deep red; flushed (of face)" "meaning": "bright red; deep red; flushed (of face)"
}, },
{ {
"vocabulary": "学ぶ", "vocabulary": "学ぶ",
"reading": "まなぶ",
"meaning": "to study (in depth); to learn; to take lessons in" "meaning": "to study (in depth); to learn; to take lessons in"
}, },
{ {
"vocabulary": "万一", "vocabulary": "万一",
"reading": "まんいち",
"meaning": "emergency; unlikely event; by some chance; by some possibility" "meaning": "emergency; unlikely event; by some chance; by some possibility"
}, },
{ {
"vocabulary": "満足", "vocabulary": "満足",
"reading": "まんぞく",
"meaning": "satisfaction; contentment; sufficient; enough" "meaning": "satisfaction; contentment; sufficient; enough"
}, },
{ {
"vocabulary": "明確", "vocabulary": "明確",
"reading": "めいかく",
"meaning": "clear; precise; definite; distinct" "meaning": "clear; precise; definite; distinct"
}, },
{ {
"vocabulary": "飯", "vocabulary": "飯",
"reading": "めし",
"meaning": "cooked rice; meal" "meaning": "cooked rice; meal"
}, },
{ {
"vocabulary": "味方", "vocabulary": "味方",
"reading": "みかた",
"meaning": "friend; ally; supporter; taking sides with; supporting" "meaning": "friend; ally; supporter; taking sides with; supporting"
}, },
{ {
"vocabulary": "魅力", "vocabulary": "魅力",
"reading": "みりょく",
"meaning": "charm; fascination; glamour; attraction; appeal" "meaning": "charm; fascination; glamour; attraction; appeal"
}, },
{ {
"vocabulary": "木曜", "vocabulary": "木曜",
"reading": "もくよう",
"meaning": "Thursday" "meaning": "Thursday"
}, },
{ {
"vocabulary": "半ば", "vocabulary": "半ば",
"reading": "なかば",
"meaning": "middle; half; semi; halfway; partly" "meaning": "middle; half; semi; halfway; partly"
}, },
{ {
"vocabulary": "熱心", "vocabulary": "熱心",
"reading": "ねっしん",
"meaning": "enthusiastic; eager" "meaning": "enthusiastic; eager"
}, },
{ {
"vocabulary": "日本", "vocabulary": "日本",
"reading": "にほん",
"meaning": "Japan" "meaning": "Japan"
}, },
{ {
"vocabulary": "能力", "vocabulary": "能力",
"reading": "のうりょく",
"meaning": "ability; faculty" "meaning": "ability; faculty"
}, },
{ {
"vocabulary": "入場", "vocabulary": "入場",
"reading": "にゅうじょう",
"meaning": "entrance; admission; entering" "meaning": "entrance; admission; entering"
}, },
{ {
"vocabulary": "お昼", "vocabulary": "お昼",
"reading": "おひる",
"meaning": "lunch; midday; daytime" "meaning": "lunch; midday; daytime"
}, },
{ {
"vocabulary": "収める", "vocabulary": "収める",
"reading": "おさめる",
"meaning": "to supply; to dedicate; to make an offering; to pay" "meaning": "to supply; to dedicate; to make an offering; to pay"
}, },
{ {
"vocabulary": "連続", "vocabulary": "連続",
"reading": "れんぞく",
"meaning": "continuation; succession; series" "meaning": "continuation; succession; series"
}, },
{ {
"vocabulary": "利益", "vocabulary": "利益",
"reading": "りえき",
"meaning": "profit; gains; benefit" "meaning": "profit; gains; benefit"
}, },
{ {
"vocabulary": "利口", "vocabulary": "利口",
"reading": "りこう",
"meaning": "clever; intelligent; wise; bright; sharp" "meaning": "clever; intelligent; wise; bright; sharp"
}, },
{ {
"vocabulary": "留学", "vocabulary": "留学",
"reading": "りゅうがく",
"meaning": "studying abroad" "meaning": "studying abroad"
}, },
{ {
"vocabulary": "作品", "vocabulary": "作品",
"reading": "さくひん",
"meaning": "work of art; performance" "meaning": "work of art; performance"
}, },
{ {
"vocabulary": "左右", "vocabulary": "左右",
"reading": "さゆう",
"meaning": "left and right" "meaning": "left and right"
}, },
{ {
"vocabulary": "成長", "vocabulary": "成長",
"reading": "せいちょう",
"meaning": "growth; development; growing up; becoming an adult" "meaning": "growth; development; growing up; becoming an adult"
}, },
{ {
"vocabulary": "製品", "vocabulary": "製品",
"reading": "せいひん",
"meaning": "manufactured goods; finished goods; product" "meaning": "manufactured goods; finished goods; product"
}, },
{ {
"vocabulary": "青年", "vocabulary": "青年",
"reading": "せいねん",
"meaning": "youth; young man" "meaning": "youth; young man"
}, },
{ {
"vocabulary": "刺激", "vocabulary": "刺激",
"reading": "しげき",
"meaning": "stimulus; impetus; incentive; encouragement; motivation; provocation; excitement; thrill" "meaning": "stimulus; impetus; incentive; encouragement; motivation; provocation; excitement; thrill"
}, },
{ {
"vocabulary": "資本", "vocabulary": "資本",
"reading": "しほん",
"meaning": "funds; capital" "meaning": "funds; capital"
}, },
{ {
"vocabulary": "品", "vocabulary": "品",
"reading": "しな",
"meaning": "article; item; thing; goods; stock; quality" "meaning": "article; item; thing; goods; stock; quality"
}, },
{ {
"vocabulary": "身長", "vocabulary": "身長",
"reading": "しんちょう",
"meaning": "body height; stature" "meaning": "body height; stature"
}, },
{ {
"vocabulary": "進学", "vocabulary": "進学",
"reading": "しんがく",
"meaning": "entering a higher-level school (often university)" "meaning": "entering a higher-level school (often university)"
}, },
{ {
"vocabulary": "新鮮", "vocabulary": "新鮮",
"reading": "しんせん",
"meaning": "fresh" "meaning": "fresh"
}, },
{ {
"vocabulary": "支店", "vocabulary": "支店",
"reading": "してん",
"meaning": "branch office; branch store" "meaning": "branch office; branch store"
}, },
{ {
"vocabulary": "使用", "vocabulary": "使用",
"reading": "しよう",
"meaning": "use; application; employment; utilization." "meaning": "use; application; employment; utilization."
}, },
{ {
"vocabulary": "食品", "vocabulary": "食品",
"reading": "しょくひん",
"meaning": "food; food products" "meaning": "food; food products"
}, },
{ {
"vocabulary": "書物", "vocabulary": "書物",
"reading": "しょもつ",
"meaning": "book; volume" "meaning": "book; volume"
}, },
{ {
"vocabulary": "書類", "vocabulary": "書類",
"reading": "しょるい",
"meaning": "document; official papers" "meaning": "document; official papers"
}, },
{ {
"vocabulary": "書斎", "vocabulary": "書斎",
"reading": "しょさい",
"meaning": "study; library; den; home office; reading room" "meaning": "study; library; den; home office; reading room"
}, },
{ {
"vocabulary": "商売", "vocabulary": "商売",
"reading": "しょうばい",
"meaning": "trade; business; commerce; transaction; occupation" "meaning": "trade; business; commerce; transaction; occupation"
}, },
{ {
"vocabulary": "奨学金", "vocabulary": "奨学金",
"reading": "しょうがくきん",
"meaning": "scholarship; stipend; student loan" "meaning": "scholarship; stipend; student loan"
}, },
{ {
"vocabulary": "正午", "vocabulary": "正午",
"reading": "しょうご",
"meaning": "midday" "meaning": "midday"
}, },
{ {
"vocabulary": "商品", "vocabulary": "商品",
"reading": "しょうひん",
"meaning": "commodity; article of commerce; goods; stock; merchandise" "meaning": "commodity; article of commerce; goods; stock; merchandise"
}, },
{ {
"vocabulary": "少女", "vocabulary": "少女",
"reading": "しょうじょ",
"meaning": "little girl; maiden; young lady" "meaning": "little girl; maiden; young lady"
}, },
{ {
"vocabulary": "証明", "vocabulary": "証明",
"reading": "しょうめい",
"meaning": "proof; verification; certification" "meaning": "proof; verification; certification"
}, },
{ {
"vocabulary": "少年", "vocabulary": "少年",
"reading": "しょうねん",
"meaning": "boy; juvenile; young boy; youth; lad" "meaning": "boy; juvenile; young boy; youth; lad"
}, },
{ {
"vocabulary": "少々", "vocabulary": "少々",
"reading": "しょうしょう",
"meaning": "just a minute; small quantity" "meaning": "just a minute; small quantity"
}, },
{ {
"vocabulary": "招待", "vocabulary": "招待",
"reading": "しょうたい",
"meaning": "invitation" "meaning": "invitation"
}, },
{ {
"vocabulary": "週", "vocabulary": "週",
"reading": "しゅう",
"meaning": "week" "meaning": "week"
}, },
{ {
"vocabulary": "集中", "vocabulary": "集中",
"reading": "しゅうちゅう",
"meaning": "concentration; focusing; centralization; integration" "meaning": "concentration; focusing; centralization; integration"
}, },
{ {
"vocabulary": "集団", "vocabulary": "集団",
"reading": "しゅうだん",
"meaning": "group; mass" "meaning": "group; mass"
}, },
{ {
"vocabulary": "収穫", "vocabulary": "収穫",
"reading": "しゅうかく",
"meaning": "harvest; crop; fruits (of one's labors)" "meaning": "harvest; crop; fruits (of one's labors)"
}, },
{ {
"vocabulary": "週間", "vocabulary": "週間",
"reading": "しゅうかん",
"meaning": "week" "meaning": "week"
}, },
{ {
"vocabulary": "週刊", "vocabulary": "週刊",
"reading": "しゅうかん",
"meaning": "weekly publication" "meaning": "weekly publication"
}, },
{ {
"vocabulary": "収入", "vocabulary": "収入",
"reading": "しゅうにゅう",
"meaning": "income; receipts; revenue; salary" "meaning": "income; receipts; revenue; salary"
}, },
{ {
"vocabulary": "速度", "vocabulary": "速度",
"reading": "そくど",
"meaning": "speed; velocity; pace; rate" "meaning": "speed; velocity; pace; rate"
}, },
{ {
"vocabulary": "少しも", "vocabulary": "少しも",
"reading": "すこしも",
"meaning": "anything of; not one bit (with negative sentence)" "meaning": "anything of; not one bit (with negative sentence)"
}, },
{ {
"vocabulary": "大半", "vocabulary": "大半",
"reading": "たいはん",
"meaning": "majority; more than half; most; largely; mainly" "meaning": "majority; more than half; most; largely; mainly"
}, },
{ {
"vocabulary": "大会", "vocabulary": "大会",
"reading": "たいかい",
"meaning": "convention; rally; conference; tournament;" "meaning": "convention; rally; conference; tournament;"
}, },
{ {
"vocabulary": "大した", "vocabulary": "大した",
"reading": "たいした",
"meaning": "considerable; great; important; significant; a big deal" "meaning": "considerable; great; important; significant; a big deal"
}, },
{ {
"vocabulary": "単なる", "vocabulary": "単なる",
"reading": "たんなる",
"meaning": "mere; simple; sheer" "meaning": "mere; simple; sheer"
}, },
{ {
"vocabulary": "多少", "vocabulary": "多少",
"reading": "たしょう",
"meaning": "more or less; somewhat; a little; a few; some" "meaning": "more or less; somewhat; a little; a few; some"
}, },
{ {
"vocabulary": "手品", "vocabulary": "手品",
"reading": "てじな",
"meaning": "magic trick; illusion" "meaning": "magic trick; illusion"
}, },
{ {
"vocabulary": "哲学", "vocabulary": "哲学",
"reading": "てつがく",
"meaning": "philosophy" "meaning": "philosophy"
}, },
{ {
"vocabulary": "徹夜", "vocabulary": "徹夜",
"reading": "てつや",
"meaning": "staying up all night" "meaning": "staying up all night"
}, },
{ {
"vocabulary": "土地", "vocabulary": "土地",
"reading": "とち",
"meaning": "plot of land; lot; soil" "meaning": "plot of land; lot; soil"
}, },
{ {
"vocabulary": "都会", "vocabulary": "都会",
"reading": "とかい",
"meaning": "(big) city" "meaning": "(big) city"
}, },
{ {
"vocabulary": "取れる", "vocabulary": "取れる",
"reading": "とれる",
"meaning": "to come off; to be removed; to be obtainable" "meaning": "to come off; to be removed; to be obtainable"
}, },
{ {
"vocabulary": "取り上げる", "vocabulary": "取り上げる",
"reading": "とりあげる",
"meaning": "to pick up" "meaning": "to pick up"
}, },
{ {
"vocabulary": "図書", "vocabulary": "図書",
"reading": "としょ",
"meaning": "books" "meaning": "books"
}, },
{ {
"vocabulary": "通学", "vocabulary": "通学",
"reading": "つうがく",
"meaning": "commuting to school; school commute" "meaning": "commuting to school; school commute"
}, },
{ {
"vocabulary": "受け取る", "vocabulary": "受け取る",
"reading": "うけとる",
"meaning": "to receive; to understand" "meaning": "to receive; to understand"
}, },
{ {
"vocabulary": "上手い", "vocabulary": "上手い",
"reading": "うまい",
"meaning": "skillful; delicious" "meaning": "skillful; delicious"
}, },
{ {
"vocabulary": "運転", "vocabulary": "運転",
"reading": "うんてん",
"meaning": "operation; driving" "meaning": "operation; driving"
}, },
{ {
"vocabulary": "売れる", "vocabulary": "売れる",
"reading": "うれる",
"meaning": "to sell (well)" "meaning": "to sell (well)"
}, },
{ {
"vocabulary": "分ける", "vocabulary": "分ける",
"reading": "わける",
"meaning": "to divide; to split; to part; to separate" "meaning": "to divide; to split; to part; to separate"
}, },
{ {
"vocabulary": "悪口", "vocabulary": "悪口",
"reading": "わるぐち",
"meaning": "slander; bad-mouthing; abuse; insult; speaking ill (of)" "meaning": "slander; bad-mouthing; abuse; insult; speaking ill (of)"
}, },
{ {
"vocabulary": "夜明け", "vocabulary": "夜明け",
"reading": "よあけ",
"meaning": "dawn; daybreak" "meaning": "dawn; daybreak"
}, },
{ {
"vocabulary": "余分", "vocabulary": "余分",
"reading": "よぶん",
"meaning": "extra; excess; surplus" "meaning": "extra; excess; surplus"
}, },
{ {
"vocabulary": "読み", "vocabulary": "読み",
"reading": "よみ",
"meaning": "reading (of a kanji, situation, etc)" "meaning": "reading (of a kanji, situation, etc)"
}, },
{ {
"vocabulary": "夜中", "vocabulary": "夜中",
"reading": "よなか",
"meaning": "middle of the night; dead of night" "meaning": "middle of the night; dead of night"
}, },
{ {
"vocabulary": "宜しい", "vocabulary": "宜しい",
"reading": "よろしい",
"meaning": "(respectful) OK; all right" "meaning": "(respectful) OK; all right"
}, },
{ {
"vocabulary": "唯一", "vocabulary": "唯一",
"reading": "ゆいいつ",
"meaning": "only; sole; unique" "meaning": "only; sole; unique"
}, },
{ {
"vocabulary": "輸入", "vocabulary": "輸入",
"reading": "ゆにゅう",
"meaning": "import; importation; introduction" "meaning": "import; importation; introduction"
}, },
{ {
"vocabulary": "輸出", "vocabulary": "輸出",
"reading": "ゆしゅつ",
"meaning": "export; exportation" "meaning": "export; exportation"
}, },
{ {
"vocabulary": "夕べ", "vocabulary": "夕べ",
"reading": "ゆうべ",
"meaning": "evening / last night; yesterday evening" "meaning": "evening / last night; yesterday evening"
}, },
{ {
"vocabulary": "有利", "vocabulary": "有利",
"reading": "ゆうり",
"meaning": "advantageous; favorable; profitable" "meaning": "advantageous; favorable; profitable"
}, },
{ {
"vocabulary": "全国", "vocabulary": "全国",
"reading": "ぜんこく",
"meaning": "the whole country" "meaning": "the whole country"
}, },
{ {
"vocabulary": "随分", "vocabulary": "随分",
"reading": "ずいぶん",
"meaning": "very; extremely; surprisingly; considerably; awfully" "meaning": "very; extremely; surprisingly; considerably; awfully"
} }
] ]

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff