kun-galgame-vue/src/language/en.ts
2023-06-06 16:05:37 +08:00

81 lines
2 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',
},
},
back: {
back: 'Back',
},
mainPage: {
asideActive: {
fold: 'Fold Aside',
create: 'CREATE NEW!',
update: 'Update',
balance: 'P & L',
ranking: 'Ranking',
bylaw: 'Bylaw',
contact: 'Join Us',
nonMoe: 'Non-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',
tags: 'Topics Under the Same Tags',
master: 'Other Topics of The Master',
},
},
update: {
next: 'Next Version',
update: 'Update Info',
info: 'Update Preview / More Info',
visit: 'Click to visit github',
time: 'Estimated update time',
history: 'History Version',
},
balance: {
pl: 'Income and Expenditure Statement', // Profit and Loss
income: 'INCOME',
totalIncome: 'Total Income',
expenditure: 'EXPENDITURE',
totalExpenditure: 'Total Expenditure',
status: 'Economic Status',
deficitStatus: 'DEFICIT',
deficitAmount: 'Deficit Amount',
surplusStatus: 'Surplus',
surplusAmount: 'Surplus Amount',
},
nonMoe: {
log: 'Non-moe Record',
title: `All the non-moe behavior were recorded here, don't do that`,
reason: 'reason',
consequence: 'consequence',
moemoepoint: 'moemoepoint',
},
contact: {
title: 'Join / Contact Us',
},
}