crush-level-web/src/i18n/en-US.ts

168 lines
5.3 KiB
TypeScript

export default {
hello: 'Hello',
common: {
search: 'Search',
cancel: 'Cancel',
edit: 'Edit',
select: 'Select',
default: 'Default',
},
bottomBar: {
explore: 'Explore',
search: 'Search',
chat: 'Chat',
me: 'Me',
},
home: {
home: 'Home',
character: 'Character',
story: 'Story',
mark_all: 'Mark all as read',
clear: 'Clear Chat List',
check_in: 'Check-in',
check_in_desc: 'Daily Free crush coinsh',
},
character: {
liked: 'Liked',
hot: 'Hot',
introduction: 'Introduction',
},
chat: {
chats: 'Chats',
drawer: {
maskedIdentityMode: 'Masked Identity Mode',
createMask: 'Create Mask',
history: 'History',
voiceActorTitle: 'Voice Actor',
fontTitle: 'Font',
maxToken: 'Max Token',
background: 'Background',
model: 'Chat Model',
profile: {
nickname: 'Nickname',
gender: 'Gender',
age: 'Age',
whoAmI: 'Who am I',
unfilled: 'Unfilled',
chatSetting: 'Chat Setting',
voiceSetting: 'Voice Setting',
chatModel: 'Chat Model',
longText: 'Long text',
maximumReplies: 'Maximum Replies',
font: 'Font',
chatBackground: 'Chat Background',
voiceArtist: 'Voice Artist',
delete: 'Delete',
newChat: 'New Chat',
},
chatModel: {
textMessagePrice: 'Text Message Price',
textMessagePriceDesc:
'Refers to the cost of chatting with the character via text messages, including sending text, images, or gifts. Charged per message.',
voiceMessagePrice: 'Voice Message Price',
voiceMessagePriceDesc:
"Refers to the cost of sending a voice message to the character or playing the character's voice. Charged per use.",
voiceCallPrice: 'Voice Call Price',
voiceCallPriceDesc:
'Refers to the cost of having a voice call with the character. Charged per minute.',
rolePlayDesc: 'Role-play a conversation with AI',
textMessage: 'Text Message',
sendOrPlayVoice: 'Send or play voice',
voiceCallPerMin: 'Voice call/min',
stayTuned: 'Stay tuned for more models',
},
voiceActor: {
all: 'All',
male: 'Male',
female: 'Female',
description: 'Have a role-playing conversation with AI',
},
font: {
standard: 'standard',
},
},
},
profile: {
copiedToClipboard: 'Copied to clipboard',
vip: 'VIP',
notUnlocked: 'Not Unlocked',
wallet: 'Wallet',
editProfile: 'Edit Profile',
maskedIdentityMode: 'Masked Identity Mode',
account: 'Account',
aboutUs: 'About Us',
termsOfServices: 'Terms of Services',
privacyPolicy: 'Privacy Policy',
logOut: 'Log out',
logOutConfirm: 'Are you sure you want to log out?',
avatarSetting: {
selectImageFile: 'Please select an image file',
gifNotSupported: 'GIF format is not supported, please select JPG, JPEG or PNG format images',
imageSizeLimit: 'Image files cannot exceed 10MB.',
uploadPrompt: 'Please upload a JPG, JPEG, or PNG image under 10MB.',
upload: 'Upload',
},
account_page: {
account: 'Account',
disableAccount: 'Disable the Account',
disableAccountConfirm: 'Are you sure you want to disable your account?',
cancel: 'Cancel',
disable: 'Disable',
accountDisabledSuccess: 'Account disabled successfully',
},
edit: {
editProfile: 'Edit Profile',
nickname: 'Nickname',
enterNickname: 'Enter nickname',
nicknameRequired: 'Nickname is required',
nicknameLength: 'Nickname must be between 2 and 20 characters',
gender: 'Gender',
selectGender: 'Please select a gender',
genderNote: 'Please note: gender cannot be changed after setting',
age: 'Age',
year: 'Year',
month: 'Month',
day: 'Day',
selectBirthYear: 'Please select birth year',
selectBirthMonth: 'Please select birth month',
selectBirthDay: 'Please select birth day',
ageLimit: 'Character age must be at least 18 years old',
nicknameTaken: 'This nickname is already taken',
save: 'Save',
},
mask: {
maskedIdentityMode: 'Masked Identity Mode',
addNewMask: '+ Add new Mask',
nickname: 'Nickname',
enterNickname: 'Enter nickname',
nicknameRequired: 'Nickname is required',
nicknameLength: 'Nickname must be between 2 and 20 characters',
gender: 'Gender',
selectGender: 'Please select a gender',
genderNote: 'Please note: gender cannot be changed after setting',
age: 'Age',
enterAge: 'Enter age',
ageRequired: 'Age is required',
whoAmI: 'Who am I (optional)',
whoAmIPlaceholder: 'Describe the character characteristics and scene settings of your role',
save: 'Save',
male: 'Male',
female: 'Female',
},
},
footer: {
slogan: "Grow your love story with Spicyxx.AI AI—From 'Hi' to 'I Do', sparked by every chat",
features: 'Features',
recharge: 'Recharge',
crushLevelVip: 'Spicyxx.AI VIP',
explore: 'Explore',
dailyFreeCrushCoins: 'Daily Free CrushCoins',
aboutUs: 'About Us',
contactUs: 'Contact Us',
legal: 'Legal',
userAgreement: 'User Agreement',
privacyPolicy: 'Privacy Policy',
copyright: 'Copyright © {year} Spicyxx.AI. All rights reserved',
},
};