feat: 修改语言

This commit is contained in:
2026-06-03 13:14:12 +08:00
parent 1c80ba9fbc
commit bcb04aedd7
7 changed files with 90 additions and 96 deletions

View File

@@ -83,7 +83,7 @@ export default {
avatarCrop: {
title: 'Crop Avatar',
confirm: 'Confirm',
processing: 'Processing...',
processing: 'Processing...'
},
security: {
title: 'Security',
@@ -159,8 +159,8 @@ export default {
other: 'Other'
},
languages: {
english: 'English',
chinese: 'Chinese'
ENGLISH: 'English',
CHINESE_SIMPLIFIED: 'Chinese Simplified'
},
regions: {
hongKongSar: 'Hong Kong SAR',
@@ -338,34 +338,41 @@ export default {
AddToCart: 'Add to Cart'
},
Home: {
IndexTitle: 'Were Seeking<br /><span>Fashion Voice</span><br /><span class="small">Worth Featuring.</span>',
IndexTip: 'Discover collections through the stories behind their creation. A curated space connecting designers, narratives, and fashion commerce.',
IndexTitle:
'Were Seeking<br /><span>Fashion Voice</span><br /><span class="small">Worth Featuring.</span>',
IndexTip:
'Discover collections through the stories behind their creation. A curated space connecting designers, narratives, and fashion commerce.',
DesignerTitle: 'Designer Community',
DesignerTip: 'Discover the designers shaping AiDAs creative landscape. <br />Each month, we will showcase a curated selection of their most distinguished works.',
DesignerTip:
'Discover the designers shaping AiDAs creative landscape. <br />Each month, we will showcase a curated selection of their most distinguished works.',
SearchBrands: 'Search Brands',
AidaTitle: 'Design with AiDA',
AidaTip: 'Each garment on this platform is where designer vision blooms through AiDA. A tool that nurtures your creativity, never overshadows it. Let your ideas flourish.',
AidaTip:
'Each garment on this platform is where designer vision blooms through AiDA. A tool that nurtures your creativity, never overshadows it. Let your ideas flourish.',
TryNow: 'Try Now',
DigitalItems: 'Digital Items',
DigitalItemsTip1: 'AiDA captures your boldest thoughts and transforms them into vivid<br/>digital visions—a virtual realm where creativity collides and evolves.',
DigitalItemsTip2: 'AiDA accelerates style innovation, shaping daily pieces that keep<br/>your wardrobe in sync with modern fashions rhythm.',
FooterTip: "Stylish Parade is a commerce platform for designers, serving as AiDA's commercial extension.",
FooterAidaTip: "Bloom your Creativity with AiDA!",
Help: "Help",
FAQ: "FAQ",
MyAccount: "My Account",
MyOrders: "My Orders",
PaymentInvoices: "Payment and Invoices",
CopyrightLicense: "Copyright Licence",
Polices: "Policies",
Legal: "Legal",
PrivacyPolicy: "Privacy Policy",
CookiesSettings: "Cookies Settings",
PurchaseConditions: "Purchase Conditions",
Company: "Company",
AboutUs: "About Us",
Offices: "Offices",
JoinWithUs: "Join with Us",
DigitalItemsTip1:
'AiDA captures your boldest thoughts and transforms them into vivid<br/>digital visions—a virtual realm where creativity collides and evolves.',
DigitalItemsTip2:
'AiDA accelerates style innovation, shaping daily pieces that keep<br/>your wardrobe in sync with modern fashions rhythm.',
FooterTip:
"Stylish Parade is a commerce platform for designers, serving as AiDA's commercial extension.",
FooterAidaTip: 'Bloom your Creativity with AiDA!',
Help: 'Help',
FAQ: 'FAQ',
MyAccount: 'My Account',
MyOrders: 'My Orders',
PaymentInvoices: 'Payment and Invoices',
CopyrightLicense: 'Copyright Licence',
Polices: 'Policies',
Legal: 'Legal',
PrivacyPolicy: 'Privacy Policy',
CookiesSettings: 'Cookies Settings',
PurchaseConditions: 'Purchase Conditions',
Company: 'Company',
AboutUs: 'About Us',
Offices: 'Offices',
JoinWithUs: 'Join with Us'
},
addShoppingCart: {
title: 'Added to your Shopping Cart',
@@ -394,18 +401,22 @@ export default {
OrderSummary: 'Order Summary',
PaymentDetails: 'Payment Details',
CreditDebitCard: 'Credit / Debit Card',
AgreementText: 'I agree to the <span onclick="{onTermsClick}">Terms & Conditions</span> and <span onclick="{onPrivacyClick}">Privacy Policy</span>. All digital item sales are final and non-refundable.',
AgreementText:
'I agree to the <span onclick="{onTermsClick}">Terms & Conditions</span> and <span onclick="{onPrivacyClick}">Privacy Policy</span>. All digital item sales are final and non-refundable.',
PayWithStripe: 'Pay with Stripe',
PayWith: 'Pay with',
Cancel: 'Cancel',
IHaveCompletedPayment: 'I Have Completed payment',
Back: 'Back',
PayTip1: "You'll be redirected to a Stripe popup to log in and confirm. No card details are shared with Stylish Parade — Stripe handles all payment security.",
PayTip2: "Please keep the window open until the payment is completed. If you are to open the payment window, please check your browser settings to see if pop-ups are being blocked. Points may be delayed after successful payment. Please wait 1-3 minutes and click the credits refresh button.",
PurchaseSuccessful: "Purchase Successful",
PurchaseSuccessfulTip: "Your digital items are now available and have been saved in Personal Center → My Wardrobe.",
DownloadAllAssets: "download all Assets",
ExportInvoice: "Export Invoice",
ContinueShopping: "Continue Shopping"
PayTip1:
"You'll be redirected to a Stripe popup to log in and confirm. No card details are shared with Stylish Parade — Stripe handles all payment security.",
PayTip2:
'Please keep the window open until the payment is completed. If you are to open the payment window, please check your browser settings to see if pop-ups are being blocked. Points may be delayed after successful payment. Please wait 1-3 minutes and click the credits refresh button.',
PurchaseSuccessful: 'Purchase Successful',
PurchaseSuccessfulTip:
'Your digital items are now available and have been saved in Personal Center → My Wardrobe.',
DownloadAllAssets: 'download all Assets',
ExportInvoice: 'Export Invoice',
ContinueShopping: 'Continue Shopping'
}
}