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!',
|
2023-05-29 10:42:34 +00:00
|
|
|
update: 'Update',
|
2023-05-31 15:40:11 +00:00
|
|
|
balance: 'P & L',
|
2023-05-26 14:08:01 +00:00
|
|
|
ranking: 'Ranking',
|
2023-05-31 08:21:39 +00:00
|
|
|
bylaw: 'Bylaw',
|
2023-05-26 14:08:01 +00:00
|
|
|
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-31 15:10:26 +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',
|
|
|
|
},
|
2023-05-31 15:40:11 +00:00
|
|
|
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',
|
|
|
|
moemoepoint: 'moemoepoint'
|
|
|
|
},
|
2023-05-19 18:23:25 +00:00
|
|
|
}
|