119 lines
3 KiB
TypeScript
119 lines
3 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`,
|
|
},
|
|
footer: {
|
|
title: {
|
|
communicate: 'Other Topic',
|
|
technique: 'Technique',
|
|
about: 'About Us',
|
|
friend: 'Links',
|
|
},
|
|
item: {
|
|
daily: 'Daily Communication',
|
|
chat: 'Chatting',
|
|
execute: 'Visual Novel Execute',
|
|
globalization: 'Visual Novel Globalization',
|
|
make: 'Visual Novel Making',
|
|
privacy: 'Privacy',
|
|
principle: 'Principle',
|
|
balance: 'Profit and Loss',
|
|
acgngame: 'ACGNGAME',
|
|
shinnku: `Shinnku's Visual Novel`,
|
|
ymgal: 'YM galgame',
|
|
},
|
|
describe: {
|
|
title: 'KUN Visual Novel',
|
|
kun1: 'The CUTEST Visual Forum In The World!',
|
|
kun2: 'To Create The Best Atmosphere',
|
|
kun3: 'NO ADs Forever',
|
|
kun4: 'Free Forever',
|
|
},
|
|
contact: 'Contact Us',
|
|
},
|
|
},
|
|
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',
|
|
},
|
|
// 非页面组件这里统一用大驼峰
|
|
ComponentAlert: {
|
|
confirm: 'OK',
|
|
cancel: 'Cancel',
|
|
},
|
|
AlertInfo: {
|
|
publish: 'Confirm to publish?',
|
|
draft: 'The draft has been saved successfully!',
|
|
},
|
|
}
|