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

81 lines
2 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-06-01 06:40:20 +00:00
back: {
back: 'Back',
},
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: 'P & L',
ranking: 'Ranking',
2023-05-31 08:21:39 +00:00
bylaw: 'Bylaw',
2023-06-01 06:40:20 +00:00
contact: '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
},
},
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',
},
2023-06-01 06:22:01 +00:00
nonMoe: {
log: 'Non-moe Record',
title: 'All the non-moe behavior were recorded here, please do not do that',
reason: 'reason',
consequence: 'consequence',
2023-06-01 06:40:20 +00:00
moemoepoint: 'moemoepoint',
},
contact: {
title: 'Join / Contact Us',
2023-06-01 06:22:01 +00:00
},
2023-05-19 18:23:25 +00:00
}