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' ,
2023-09-10 15:12:04 +00:00
font : 'Font Style' ,
default : 'System Default' ,
fontInput : 'Input font name here' ,
2023-09-09 15:42:55 +00:00
width : 'Page Width' ,
2023-09-10 15:37:47 +00:00
disabled : 'The page does not allow width adjustment' ,
2023-05-26 14:08:01 +00:00
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 : {
2023-09-07 15:15:48 +00:00
header : {
filter : 'Filter' ,
search : 'Search Topics' ,
all : 'All Topics' ,
history : 'Search History' ,
clear : 'Clear all history' ,
updated : 'Restore default' ,
time : 'Sort by time' ,
popularity : 'Sort by popularity' ,
views : 'Sort by views' ,
likes : 'Sort by likes' ,
replies : 'Sort by replies' ,
comments : 'Sort by comments' ,
} ,
2023-05-25 18:05:35 +00:00
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-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 ` ,
2023-06-08 08:55:34 +00:00
ymgal : 'YM galgame' ,
2023-06-08 07:02:32 +00:00
} ,
describe : {
title : 'KUN Visual Novel' ,
2023-08-03 15:07:53 +00:00
kun1 : 'The CUTEST Visual Novel Forum In The World!' ,
2023-06-08 07:02:32 +00:00
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' ,
2023-09-14 08:26:27 +00:00
floorSort : 'Floor Sort' ,
2023-05-31 02:53:27 +00:00
timeSort : 'Time Sort' ,
likeSort : 'Like Sort' ,
commentSort : 'Reply Sort' ,
2023-09-14 08:26:27 +00:00
updatedSort : 'Update 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-09-16 15:03:18 +00:00
panel : {
to : 'Reply To' ,
} ,
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' ,
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 : {
2023-09-07 14:47:37 +00:00
title : 'Title' ,
2023-08-21 09:56:30 +00:00
word : 'Words' ,
2023-09-07 14:47:37 +00:00
editorHeight : 'Editor Height' ,
editorMode : 'Editor Mode' ,
minimal : 'Minimal' ,
default : 'Default' ,
essential : 'Essential' ,
full : 'Full' ,
2023-09-09 08:30:17 +00:00
tagsHint : 'Hot Tags' ,
2023-09-07 14:47:37 +00:00
refresh : 'Refresh the page' ,
help1 : "The topic's title length should be between 1 and 40 characters." ,
help2 : "You can click on the left settings to adjust the editor's mode." ,
2023-09-09 15:42:55 +00:00
help3 : 'We recommend finishing your text before formatting.' ,
help4 : "The website's code is handwritten, and errors are inevitable." ,
help5 : 'If you encounter any errors, please' ,
2023-09-07 14:47:37 +00:00
contact : ' Contact Us.' ,
2023-09-09 08:30:17 +00:00
tags : 'Please input topic tags' ,
hint : ` Hint: (A single tag should be within 14 characters, choose at least one and up to 7 tags). You can enter text and press \` Enter \` to create a tag. ` ,
hot : 'Popular Tags (Click to Select) : ' ,
2023-06-11 13:35:01 +00:00
categories :
2023-09-08 10:26:13 +00:00
'Click to select topic categories (multiple selections allowed) : ' ,
2023-09-09 08:30:17 +00:00
Galgame : 'Visual Novel' ,
Technique : 'Technique' ,
Others : 'Others' ,
2023-06-11 13:35:01 +00:00
publish : 'Confirm Publish' ,
draft : 'Save Draft' ,
} ,
2023-06-16 00:50:22 +00:00
login : {
loginTitle : 'Login' ,
2023-08-04 07:16:15 +00:00
forget : 'Forgot your password? Click here to send reset email' ,
2023-06-16 00:50:22 +00:00
loginUsername : 'Username or email' ,
loginPassword : 'Password' ,
capture : 'Click to proceed with the human verification process' ,
} ,
2023-06-09 10:22:45 +00:00
// 非页面组件这里统一用大驼峰
ComponentAlert : {
confirm : 'OK' ,
cancel : 'Cancel' ,
} ,
2023-06-09 17:57:53 +00:00
AlertInfo : {
2023-06-16 00:50:22 +00:00
edit : {
publish : 'Confirm to publish?' ,
publishSuccess : 'Publish Successfully' ,
publishCancel : 'Cancel Publish' ,
draft : 'The draft has been saved successfully!' ,
} ,
login : {
success : 'Login Successfully! Welcome to KUN Visual Novel ~ ' ,
emptyUsername : 'Username cannot be empty' ,
emptyPassword : 'Password cannot be empty' ,
invalidUsername :
'Invalid username. Username should be 1 to 17 characters long and can include: Chinese characters, English letters, numbers, underscore, and tilde (~)' ,
2023-08-20 13:38:40 +00:00
invalidPassword :
'Invalid password format. Password must be 6 to 17 characters long and must include at least one letter and one number. It can optionally include special characters such as \\w!@#$%^&()-+=' ,
2023-06-16 00:50:22 +00:00
} ,
capture : {
click : 'Please click above to complete the human verification' ,
success : 'Human-machine identity verification successful' ,
text : 'abcdefghijklmnopqrstuvwxyz' ,
order : 'Please click the characters in order' ,
refresh : 'Refresh' ,
error : 'Click error, please click again' ,
} ,
2023-06-15 15:51:50 +00:00
} ,
2023-05-19 18:23:25 +00:00
}