46 lines
1 KiB
TypeScript
46 lines
1 KiB
TypeScript
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',
|
|
},
|
|
},
|
|
mainPage: {
|
|
asideActive: {
|
|
fold: 'Fold Aside',
|
|
create: 'CREATE NEW!',
|
|
update: 'Update',
|
|
balance: 'Balance',
|
|
ranking: 'Ranking',
|
|
regulations: 'Bylaw',
|
|
contacts: 'Join Us',
|
|
antiMoe: 'Anti-moe',
|
|
hot: `Today's Hot Topic`,
|
|
new: `Today's New Topic`,
|
|
},
|
|
},
|
|
topic: {
|
|
aside: {
|
|
top: 'Back Top',
|
|
timeSort: 'Time Sort',
|
|
likeSort: 'Like Sort',
|
|
commentSort: 'Reply Sort',
|
|
},
|
|
},
|
|
}
|