forked from akanyan/STARTLINER
15 lines
257 B
TypeScript
15 lines
257 B
TypeScript
export default {
|
|
game: {
|
|
ongeki: 'オンゲキ',
|
|
chunithm: 'チュウニズム',
|
|
},
|
|
profile: {
|
|
create: '{game}のプロフィル',
|
|
},
|
|
cfg: {
|
|
aime: {
|
|
type: 'Aimeタイプ',
|
|
},
|
|
},
|
|
};
|