feat(web): order

This commit is contained in:
zhaoying
2025-12-24 18:09:02 +08:00
parent 34dde34e61
commit a1def533af
25 changed files with 1437 additions and 4 deletions

View File

@@ -38,6 +38,9 @@ export const en = {
emotionEngine: 'Emotion Engine',
statementDetail: 'Emotion Memory',
selfReflectionEngine: 'Self Reflection Engine',
pricing: 'Pricing Management',
orderPayment: 'Order Payment',
orderHistory: 'Order History',
},
dashboard: {
totalMemoryCapacity: 'Total Memory Capacity',
@@ -1704,6 +1707,123 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
privacy_types: 'Privacy Types',
summary: 'Audit Summary',
}
}
},
pricing: {
title: 'Flexible Pricing for Teams of All Sizes',
desc: 'Transparent pricing that helps you easily find a plan that fits your budget.',
solution: 'Product Positioning',
targetAudience: 'Target Audience',
orderPayment: 'Order Payment',
creationTime: 'Creation Time',
orderPaymentDesc: 'Please confirm the order information and complete the payment.',
orderInformation: 'Order Information',
paymentMethod: 'Payment Method',
paymentVoucher: 'Payment Voucher',
corporateTransfer: 'Corporate transfer',
corporateTransferDesc: 'Pay via corporate bank transfer.',
payeeInformation: 'Payee Account Information',
receivingEntity: 'Receiving Entity',
bankName: 'Bank Name',
bankAccountNumber: 'Bank Account Number',
pay_txn_id: 'Payment Transaction ID',
pay_txn_idPlaceholder: 'Please enter the bank transfer transaction ID.',
pay_txn_idDesc: 'Please fill in the serial number on the bank transfer voucher for verification of payment',
payer: 'Payer(Company/Individual)',
payerPlaceholder: 'Please enter the bank transfer transaction ID.',
redirectCountdown: 'seconds until redirecting to Memory Bear...',
confirmRedirect: 'Payment voucher submitted successfully!',
confirmRedirectContent: 'We will verify your payment information within 1-3 business days. Would you like to go to Memory Bear now to start your experience?',
stayCurrentPage: 'Stay on current page',
goBack: 'Go to backend',
transferDate: 'Transfer Date',
payerAccount: 'Payer Account',
remark: 'Remark',
remarkPlaceholder: 'Please provide any additional remarks here (optional).',
confirm: 'SUBMIT PAYMENT',
submitting: 'Submitting...',
payInfo: 'After submission, we will verify your payment information within 13 business days.',
paySuccess: 'Once verified, your subscription service will be automatically activated by the system.',
comboName: 'Combo Name',
spAndTa: 'Solution positioning and target audience',
versionInformation: 'Version information',
orderCycle: 'Order Cycle',
orderAmount: 'Order Amount',
personal: {
type: 'Personal',
label: 'Current Package',
typeDesc: 'For individuals',
solution: "A person's second brain, capable of storing up to 2000 memories.",
targetAudience: 'individual users, students, and first-time users',
priceDesc: '/Forever free',
supportServices: 'Community Forum + Email Support',
},
team: {
type: 'Team',
label: 'Small Team',
typeDesc: 'Small Team Version',
solution: "Enable every team to build a shared second brain in seconds.",
targetAudience: 'Small teams, early-stage startups, and small projects.',
priceDesc: '/Month',
supportServices: 'Standard customer service support',
},
biz: {
type: 'Biz+',
label: 'Most Popular',
typeDesc: 'Enterprise Growth Edition',
solution: "Scale your organization with a powerful, enterprise-ready second-brain system.",
targetAudience: 'Growing teams, startups, and SMBs requiring advanced memory capabilities.',
priceDesc: '/Month/workspace',
supportServices: 'Priority customer service support',
},
commerce: {
type: 'Commerce',
label: 'Commercial OEM',
typeDesc: 'Commercial OEM version',
solution: "Seamlessly integrate advanced memory capabilities into your SaaS or enterprise product.",
targetAudience: 'Large enterprises, SaaS vendors, and system integrators requiring fully customizable and secure deployment.',
priceDesc: 'On-premises deployment',
supportServices: 'Standard customer service support',
flexibleDeployment: 'Supports localized deployment in data centers',
reliableGuarantee: '99.9% SLA guarantee'
},
mostPopular: 'Most Popular',
startedBtn: 'GET STARTED',
choosePlanBtn: 'CHOOSE PLAN',
contactBtn: 'CONTACT US',
memoryCapacity: 'Memory capacity:',
entries: 'entries',
intelligentSearchFrequency: 'Intelligent search frequency:',
timesMonth: 'times/month',
supportServices: 'Support Services:',
flexibleDeployment: 'Flexible deployment:',
reliableGuarantee: 'Reliable guarantee:',
alertTitle: 'Intellectual Property Authorization Reminder',
alertContent: 'Please note: Using certain AI models (such as GPT-4, Claude, etc.) may involve third-party API call fees, which are not included in the Memory Bear platform subscription fee. You need to pay the relevant fees separately to the model provider. Memory Bear only charges platform management and service fees and does not bear the usage fees of third-party APIs.',
currentAccountType: 'Current Account Type',
validUntil: 'Valid Until',
orderHistory: 'Order History',
order_no: 'Order Number',
product_type: 'Package Name',
payable_amount: 'Order Amount',
status: 'Order Status',
pay_time: 'Payment Time',
viewDetail: 'View Details',
PENDING: 'Pending Review',
APPROVED: 'Approved',
REJECTED: 'Rejected',
allStatus: 'All Status',
allTime: 'All Time',
today: 'Today',
week: 'Last Week',
month: 'Last Month',
threeMonth: 'Last Three Months',
year: 'Last Year',
searchPlaceholder: 'Search order number',
allType: 'All Packages',
orderDetail: 'Order Details',
orderInfo: 'Order Information',
orderPayInfo: 'Payment Information',
create_time: 'Creation Time',
},
},
};