2023-05-19 18:23:25 +00:00
|
|
|
export default {
|
|
|
|
header: {
|
2023-05-26 14:08:01 +00:00
|
|
|
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: {
|
2023-05-26 14:08:01 +00:00
|
|
|
fold: 'Fold Aside',
|
|
|
|
create: 'CREATE NEW!',
|
|
|
|
update: 'Update Log',
|
|
|
|
balance: 'F.S.',
|
|
|
|
ranking: 'Ranking',
|
|
|
|
regulations: 'Regulations',
|
|
|
|
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
|
|
|
}
|