kun-galgame-vue/src/language/en.ts

38 lines
901 B
TypeScript
Raw Normal View History

2023-05-19 18:23:25 +00:00
export default {
header: {
name: 'KUN Visual Novel',
pool: 'POOL',
create: 'CREATE',
technique: 'TECHNIQUE',
about: 'ABOUT',
return: 'HOME',
settings: {
name: 'Settings',
mode: 'Mode',
language: 'Language',
width: 'Main Page Width',
background: 'Background Setting',
preset: 'Use our preset background',
custom: 'Custom Background',
url: 'Paste the picture url here',
confirm: 'confirm',
restore: 'Restore blank background',
recover: 'Recover all settings to default',
},
2023-05-19 18:23:25 +00:00
},
2023-05-25 18:05:35 +00:00
mainPage: {
asideActive: {
fold: 'Fold Aside',
create: 'CREATE NEW!',
2023-05-29 10:42:34 +00:00
update: 'Update',
balance: 'Balance',
ranking: 'Ranking',
2023-05-29 10:42:34 +00:00
regulations: 'Bylaw',
contacts: 'Join Us',
antiMoe: 'Anti-moe',
2023-05-25 18:05:35 +00:00
hot: `Today's Hot Topic`,
new: `Today's New Topic`,
},
},
2023-05-19 18:23:25 +00:00
}