forked from akanyan/STARTLINER
feat: internationalization
This commit is contained in:
14
src/i18n/ja.ts
Normal file
14
src/i18n/ja.ts
Normal file
@ -0,0 +1,14 @@
|
||||
export default {
|
||||
game: {
|
||||
ongeki: 'オンゲキ',
|
||||
chunithm: 'チュウニズム',
|
||||
},
|
||||
profile: {
|
||||
create: '{game}のプロフィル',
|
||||
},
|
||||
cfg: {
|
||||
aime: {
|
||||
type: 'Aimeタイプ',
|
||||
},
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user