모듈:Message box/localize

-- localize param, message
return {
type_map = {
['신속'] = 'speedy',
['삭제'] = 'delete',
['내용'] = 'content',
['모양'] = 'style',
['이동'] = 'move',
['보호'] = 'protection',
['안내'] = 'notice',
['경고'] = 'warning',
['편집안내'] = 'editnotice',
['시스템'] = 'system',
['저작권'] = 'license',
['품질'] = 'featured'
},
small_map = {
['작게'] = 'yes',
['크게'] = 'no',
['왼쪽'] = 'left'
},
arg_map = {
['데모공간'] = 'demospace',
['종류'] = 'type',
['그림'] = 'image',
['오른쪽그림'] = 'imageright',
['모양'] = 'style',
['본문모양'] = 'textstyle',
['본문'] = 'text',
['작게'] = 'small',
['크기'] = 'small',
['작은그림'] = 'smallimage',
['작은오른쪽그림'] = 'smallimageright',
['작은본문'] = 'smalltext',
['아래'] = 'below',
['이름'] = 'name',
['문제'] = 'issue',
['해결'] = 'fix',
['풀기'] = 'subst',
['날짜'] = 'date',
['토론'] = 'talk',
['분류'] = 'cat',
['분류1'] = 'cat1',
['분류2'] = 'cat2',
['분류3'] = 'cat3',
['분류4'] = 'cat4',
['분류5'] = 'cat5',
['분류6'] = 'cat6',
['분류7'] = 'cat7',
['분류8'] = 'cat8',
['분류9'] = 'cat9',
['전체'] = 'all',
['전체1'] = 'all1',
['전체2'] = 'all2',
['전체3'] = 'all3',
['전체4'] = 'all4',
['전체5'] = 'all5',
['전체6'] = 'all6',
['전체7'] = 'all7',
['전체8'] = 'all8',
['전체9'] = 'all9',
}
}