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

48 lines
1.1 KiB
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-31 08:21:39 +00:00
bylaw: 'Bylaw',
contacts: 'Join Us',
2023-05-31 07:49:54 +00:00
nonMoe: 'Non-moe',
2023-05-25 18:05:35 +00:00
hot: `Today's Hot Topic`,
new: `Today's New Topic`,
},
},
2023-05-31 02:53:27 +00:00
topic: {
aside: {
top: 'Back Top',
timeSort: 'Time Sort',
likeSort: 'Like Sort',
commentSort: 'Reply Sort',
2023-05-31 03:36:52 +00:00
tags: 'Topics Under the Same Tags',
master: 'Other Topics of The Master',
2023-05-31 02:53:27 +00:00
},
},
2023-05-19 18:23:25 +00:00
}