测试文章

更新于 3/10/2026

`<?php /**

return [ 'official_website' => 'Official Website', 'dashboard' => 'Dashboard', 'dashboard_description' => 'On the road to every dream, let’s move forward together....!', 'join_qq_group' => 'Join QQ Group', 'join_telegram_group' => 'Join Telegram Group', 'is_open' => 'Enabled', 'trashed' => 'Trash Bin', 'restore' => 'Restore', 'are_you_restore_sure' => 'Are you sure to restore?', 'restored' => 'Restored', 'ord' => 'The larger the value, the higher the ranking', 'status_open' => 'Enabled', 'status_close' => 'Disabled', 'sales_data' => 'Sales Data', 'order_success_rate' => 'Order Success Rate', 'order_count_number' => 'Total Orders', 'last_seven_days' => 'Last 7 Days', 'last_today' => 'Today', 'last_month' => 'Last Month', 'last_year' => 'Last Year',

'status_pending_number' => 'Pending Orders',
'status_processing_number' => 'Processing Orders',
'status_completed_number' => 'Completed Orders',
'status_failure_number' => 'Failed Orders',
'status_abnormal_number' => 'Abnormal Orders',

'payment_chart' => 'Payment Data',
'payment_successful_number' => 'Successful Payments',
'unpaid_number' => 'Unpaid',

'sales_chart' => 'Sales Amount',
'popular_goods' => 'Popular Products',
'warning_title' => 'Attention!!',
'error_title' => 'An Error Occurred~',
'callback' => 'Back',
'reset' => 'Reset',
'search_now' => 'Search Now',

'home_page' => 'Home',
'group_all' => 'All',
'order_search' => 'Order Search',
'site_announcement' => 'Announcement',
'price' => 'Price',
'wholesale_discount' => 'Wholesale Price',
'order_now' => 'Order Now',
'not' => 'None',
'close' => 'Close',
'discount' => 'Discount',
'home_discount'  => 'Discount',
'share_qr' => 'Share This Product',
'by_amount' => 'Purchase',
'or_the_above' => 'or more items',
'each' => 'Each',
'email' => 'Email',
'payment_method' => 'Payment Method',
'search_password' => 'Order Search Password',
'img_verify_code' => 'Image Verification Code',
'coupon_code' => 'Coupon Code',
'copy_text' => 'Copy',
'search_goods_name' => 'Product Name...',

'behavior_verification' => 'Behavior Verification',
'click_to_behavior_verification' => 'Click to complete behavior verification',
'success_behavior_verification' => 'Behavior verification completed',
'fail_behavior_verification' => 'Behavior verification failed',
'please_complete_the_behavior_verification_correctly' => 'Please complete the behavior verification correctly',

'confirm_order' => 'Confirm Order',
'date_to_expired_order' => 'Orders not paid within :min minutes will expire',
'order_information' => 'Order Information',
'pay_immediately' => 'Pay Now',
'amount_to_be_paid' => 'Amount to Pay',
'open_the_app_to_pay' => 'Open the APP to Pay',
'order_search_by_sn' => 'Search by Order Number',
'order_search_by_email' => 'Search by Email',
'order_search_by_browser' => 'Search by Browser',

'scan_qrcode_to_pay' => 'Scan QR Code to Pay',
'pay_order_expiration_date_prompt' => 'Please open the APP and scan the QR code to pay! Valid for :min minutes',
'money_symbol' => '¥',
'purchase_limit' => 'Limit per order',

'prompt' => [
    'server_illegal_request' => 'Illegal request!',
    'the_goods_is_not_on_the_shelves' => 'This product is not available!',
    'wholesale_price_format_error' => 'Wholesale price format error',
    'by_amount_not_null' => 'Purchase quantity cannot be 0',
    'inventory_shortage' => 'Insufficient stock',
    'please_select_mode_of_payment' => 'Please select a payment method',
    'goods_does_not_exist' => 'Product does not exist',
    'search_password_can_not_be_empty' => 'Please enter the order search password',
    'image_verify_code_error' => 'Incorrect image verification code',
    'buy_amount_format_error' => 'Please enter a valid purchase quantity',
    'email_format_error' => 'Please enter a valid email address',
    'geetest_validate_fail' => 'Behavior verification failed',
    'purchase_limit_exceeded' => 'Purchase quantity exceeds limit',
    'coupon_does_not_exist' => 'Coupon does not exist',
    'coupon_lack_of_available_opportunities' => 'Coupon usage limit reached',
    'can_not_be_empty' => 'Cannot be empty',
    'order_does_not_exist' => 'Order does not exist',
    'order_is_expired' => 'Order has expired, please reorder',
    'order_already_paid' => 'Order already paid, do not pay again',
    'order_status_completed' => 'Order already processed',
    'order_inconsistent_amounts' => 'Order amount mismatch',
    'order_carmis_insufficient_quantity_available' => 'Insufficient card stock, please contact admin',
    'pay_gateway_does_not_exist' => 'Payment gateway does not exist',
    'abnormal_payment_channel' => 'Payment gateway error!',
    'payment_successful' => 'Payment successful!',
    'copy_text_success' => 'Copied successfully',
    'copy_text_failed' => 'Copy failed',
    'search_order_browser_tips' => 'You can only search the last 5 orders',
    'no_related_order_found_for_cache' => 'No related cached orders found!',
    'no_related_order_found' => 'No related orders found!',
    'new_order_push' => 'New Order Notification'
],

'equipment' => [
    'please_use_a_browser_to_open' => 'Please open with the built‑in browser',
    'does_not_support_wechat_or_qq_access' => 'This site does not support access via WeChat or QQ',
    'please_follow_the_prompts_to_open' => 'Please follow the instructions to open in your mobile browser',
    'open_browser_tips' => 'Click the top-right ··· icon or copy the URL to open manually',
    'apple_device' => 'Apple Device',
    'android_device' => 'Android Device',
    'click_on_the_upper_right_corner' => 'Click the top-right corner',
    'open_the_browser' => 'Open in Browser',
    'what_do_you_need_today' => 'What do you need today?',
    'self_promotion' => 'Quality products and excellent customer service represent a perfect transaction experience.',
],

'page-title' => [
    'home' => 'Home',
    'bill' => 'Order Confirmation',
    'order-detail' => 'Order Details',
    'order-search' => 'Order Search'
]

]; `