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

135 lines
3.7 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-06-08 07:02:32 +00:00
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',
2023-06-08 07:02:32 +00:00
},
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',
},
2023-05-25 18:05:35 +00:00
},
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',
2023-06-06 08:05:37 +00:00
title: `All the non-moe behavior were recorded here, don't do that`,
2023-06-01 06:22:01 +00:00
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-06-11 13:35:01 +00:00
edit: {
title: 'Please input title, limit is 40 characters',
tags: 'Please input topic keywords',
hint: `Hint: (A single keyword should be within 14 characters, choose at least one and up to 7 keywords). You can enter text and press 'Enter' to create a keyword.`,
hot: 'Popular Keywords (Click to Select): ',
categories:
'Click to select post categories (multiple selections allowed): ',
btnGalgame: 'Visual Novel',
btnTechnique: 'Technical Discussions',
others: 'Others',
publish: 'Confirm Publish',
draft: 'Save Draft',
},
2023-06-09 10:22:45 +00:00
// 非页面组件这里统一用大驼峰
ComponentAlert: {
confirm: 'OK',
cancel: 'Cancel',
},
2023-06-09 17:57:53 +00:00
AlertInfo: {
publish: 'Confirm to publish?',
2023-06-11 13:35:01 +00:00
publishSuccess: 'Publish Successfully',
publishCancel: 'Cancel Publish',
2023-06-09 17:57:53 +00:00
draft: 'The draft has been saved successfully!',
2023-06-14 14:51:50 +00:00
login: 'Login Successfully! Welcome to KUN Visual Novel ~ ',
2023-06-09 17:57:53 +00:00
},
2023-05-19 18:23:25 +00:00
}