const LANGUAGE = { }; LANGUAGE.Term = class { constructor(en, jp) { this.data = [ en, jp ]; } }; LANGUAGE.Terms = { Dawn: new LANGUAGE.Term( "Dawn", "暁" ), Dusk: new LANGUAGE.Term( "Dusk", "黄昏" ), Handle: new LANGUAGE.Term( "Handle", "" ), Secret: new LANGUAGE.Term( "Secret", "" ), Browse: new LANGUAGE.Term( "Browse", "" ), Resume: new LANGUAGE.Term( "Resume", "" ), Check: new LANGUAGE.Term( "Check", "王手" ), Checkmate: new LANGUAGE.Term( "Checkmate", "詰み" ), };