feat: 静态页面开发完成

This commit is contained in:
2026-05-21 14:09:46 +08:00
parent 8156e8efbf
commit 763aef6bb9
73 changed files with 6345 additions and 1370 deletions

View File

@@ -1,6 +1,6 @@
{
"@@locale": "en",
"appTitle": "Zhinian Manage",
"appTitle": "Zhinian Merchant",
"appSubtitle": "Hotel & Scenic Smart Management",
"welcomeLogin": "Welcome",
"enterAccountInfo": "Please enter your account info",
@@ -71,7 +71,7 @@
"unknownLocation": "Unknown Location",
"workOrderId": "Work Order ID",
"creator": "Creator",
"assignee": "Assignee",
"assignee": "Accepting Dept",
"notAssigned": "Not Assigned",
"category": "Category",
"priority": "Priority",
@@ -129,8 +129,8 @@
"employeeDesc": "Add and manage employee accounts",
"dataReport": "Data Reports",
"reportDesc": "View operation analytics",
"appMarket": "App Market",
"marketDesc": "Extend more feature modules",
"appMarket": "App Plugins",
"marketDesc": "More business extension plugins",
"helpCenter": "Help Center",
"helpDesc": "User guide & FAQ",
"aboutUs": "About Us",
@@ -193,7 +193,7 @@
"contactTeam": "Contact our support team for more help",
"contactService": "Contact Support",
"productIntro": "Product Introduction",
"productDesc": "Zhinian Manage is a smart management app for hotels and scenic spots. With AI assistant, event publishing, order management, and QR verification, it helps businesses operate efficiently.",
"productDesc": "Zhinian Merchant is a smart management app for hotels and scenic spots. With AI assistant, event publishing, order management, and QR verification, it helps businesses operate efficiently.",
"officialWebsite": "Official Website",
"servicePhone": "Service Phone",
"techSupport": "Tech Support",
@@ -238,11 +238,11 @@
"spaPackage": "SPA Package",
"orderUnit": " orders",
"latestVersion": "Latest Version",
"agreementTitle": "Zhinian Manage User Agreement",
"privacyTitle": "Zhinian Manage Privacy Policy",
"agreementTitle": "Zhinian Merchant User Agreement",
"privacyTitle": "Zhinian Merchant Privacy Policy",
"lastUpdated": "Last updated: December 2024",
"agreementSection1": "1. Scope",
"agreementPara1": "This agreement is between you and Zhinian Tech regarding the use of Zhinian Manage services. Services include but are not limited to event publishing, order management, work order processing, QR verification, etc.",
"agreementPara1": "This agreement is between you and Zhinian Tech regarding the use of Zhinian Merchant services. Services include but are not limited to event publishing, order management, work order processing, QR verification, etc.",
"agreementSection2": "2. Account Registration",
"agreementPara2": "You need to register an account to use our services. Provide a valid phone number and set a secure password. You are responsible for all actions under your account.",
"agreementSection3": "3. Service Usage Rules",
@@ -268,5 +268,28 @@
"privacySection6": "6. Cookies & Local Storage",
"privacyPara6": "We use local storage to save login status and app settings for a better experience. You can clear this data in settings.",
"privacySection7": "7. Privacy Policy Updates",
"privacyPara7": "We may update this privacy policy from time to time. Updates will be notified in the app, and continued use constitutes acceptance."
"privacyPara7": "We may update this privacy policy from time to time. Updates will be notified in the app, and continued use constitutes acceptance.",
"acceptOrder": "Accept",
"transferOrder": "Transfer",
"completeOrder": "Complete",
"selectTransferDept": "Select Department",
"acceptSuccess": "Order accepted",
"acceptFailed": "Failed to accept, please retry",
"transferSuccess": "Order transferred",
"transferFailed": "Failed to transfer, please retry",
"completeSuccess": "Order completed",
"completeFailed": "Operation failed, please retry",
"deptMaintenance": "Maintenance",
"deptCleaning": "Cleaning",
"deptFrontDesk": "Front Desk",
"deptSecurity": "Security",
"deptAdmin": "Administration",
"deptKitchen": "Kitchen",
"transferDept": "Transfer Dept",
"voiceListening": "Listening...",
"voiceUnavailable": "Speech recognition unavailable",
"voicePermissionDenied": "Microphone permission denied",
"voiceError": "Speech recognition error",
"voiceModelLoading": "Loading speech model, please wait..."
}