|
|
@@ -1,73 +1,6 @@
|
|
|
<?php
|
|
|
|
|
|
return [
|
|
|
- // Admin 部分
|
|
|
- 'admin' => [
|
|
|
- 'title' => 'Reward Points',
|
|
|
- 'customers' => 'Customers',
|
|
|
- 'customer-id' => 'Customer ID',
|
|
|
- 'name' => 'Name',
|
|
|
- 'email' => 'Email',
|
|
|
- 'reward-points' => 'Reward Points',
|
|
|
- 'total-customers' => 'Total Customers',
|
|
|
- 'total-points' => 'Total Points',
|
|
|
- 'average-points' => 'Average Points',
|
|
|
- 'view' => 'View',
|
|
|
- 'edit' => 'Edit',
|
|
|
- 'delete' => 'Delete',
|
|
|
- 'actions' => 'Actions',
|
|
|
- 'export' => 'Export',
|
|
|
- 'adjust-points' => 'Adjust Points',
|
|
|
- 'add-points' => 'Add Points',
|
|
|
- 'deduct-points' => 'Deduct Points',
|
|
|
- 'reason' => 'Reason',
|
|
|
- 'transactions' => 'Transactions',
|
|
|
- 'date' => 'Date',
|
|
|
- 'type' => 'Type',
|
|
|
- 'description' => 'Description',
|
|
|
- 'points' => 'Points',
|
|
|
- 'balance' => 'Balance',
|
|
|
- 'status' => 'Status',
|
|
|
- 'active' => 'Active',
|
|
|
- 'inactive' => 'Inactive',
|
|
|
- 'rules' => 'Rules',
|
|
|
- 'rule-name' => 'Rule Name',
|
|
|
- 'transaction-type' => 'Transaction Type',
|
|
|
- 'create-rule' => 'Create Rule',
|
|
|
- 'edit-rule' => 'Edit Rule',
|
|
|
- 'delete-rule' => 'Delete Rule',
|
|
|
- 'save' => 'Save',
|
|
|
- 'cancel' => 'Cancel',
|
|
|
- 'back' => 'Back',
|
|
|
- 'reports' => 'Reports',
|
|
|
- 'date-range' => 'Date Range',
|
|
|
- 'start-date' => 'Start Date',
|
|
|
- 'end-date' => 'End Date',
|
|
|
- 'points-earned' => 'Points Earned',
|
|
|
- 'points-redeemed' => 'Points Redeemed',
|
|
|
- 'bulk-update' => 'Bulk Update',
|
|
|
- 'customer-list' => 'Customer List',
|
|
|
- 'customer-name' => 'Customer Name',
|
|
|
- 'points-balance' => 'Points Balance',
|
|
|
- 'last-activity' => 'Last Activity',
|
|
|
- 'search-by-name-or-email' => 'Search by name or email...',
|
|
|
- 'points-high-to-low' => 'Points: High to Low',
|
|
|
- 'points-low-to-high' => 'Points: Low to High',
|
|
|
- 'name-a-to-z' => 'Name: A to Z',
|
|
|
- 'name-z-to-a' => 'Name: Z to A',
|
|
|
- 'view-details' => 'View Details',
|
|
|
- 'transactions' => [
|
|
|
- 'order' => 'Order',
|
|
|
- 'registration' => 'Registration',
|
|
|
- 'review' => 'Review',
|
|
|
- 'sign-in' => 'Sign In',
|
|
|
- 'referral' => 'Referral',
|
|
|
- 'birthday' => 'Birthday',
|
|
|
- 'share' => 'Share',
|
|
|
- ],
|
|
|
- ],
|
|
|
-
|
|
|
- // Customer 部分
|
|
|
'customer' => [
|
|
|
'my-reward-points' => 'My Reward Points',
|
|
|
'available-points' => 'Available Points',
|
|
|
@@ -92,7 +25,6 @@ return [
|
|
|
'sign-in' => 'Sign In',
|
|
|
'referral' => 'Referral',
|
|
|
'birthday' => 'Birthday',
|
|
|
- 'share' => 'Share',
|
|
|
'other' => 'Other',
|
|
|
'pending' => 'Pending',
|
|
|
'completed' => 'Completed',
|
|
|
@@ -101,7 +33,78 @@ return [
|
|
|
'no-history' => 'No points history yet',
|
|
|
],
|
|
|
|
|
|
- // 验证消息
|
|
|
+ 'admin' => [
|
|
|
+ 'reward-points' => 'Reward Points',
|
|
|
+ 'rules' => 'Rules',
|
|
|
+ 'customers' => 'Customers',
|
|
|
+ 'reports' => 'Reports',
|
|
|
+ 'add-rule' => 'Add Rule',
|
|
|
+ 'edit-rule' => 'Edit Rule',
|
|
|
+ 'delete-rule' => 'Delete Rule',
|
|
|
+ 'rule-name' => 'Rule Name',
|
|
|
+ 'transaction-type' => 'Transaction Type',
|
|
|
+ 'status' => 'Status',
|
|
|
+ 'active' => 'Active',
|
|
|
+ 'inactive' => 'Inactive',
|
|
|
+ 'actions' => 'Actions',
|
|
|
+ 'edit' => 'Edit',
|
|
|
+ 'delete' => 'Delete',
|
|
|
+ 'create-rule' => 'Create Rule',
|
|
|
+ 'update-rule' => 'Update Rule',
|
|
|
+ 'back' => 'Back',
|
|
|
+ 'save' => 'Save',
|
|
|
+ 'cancel' => 'Cancel',
|
|
|
+ 'customer-list' => 'Customer List',
|
|
|
+ 'customer-name' => 'Customer Name',
|
|
|
+ 'email' => 'Email',
|
|
|
+ 'points-balance' => 'Points Balance',
|
|
|
+ 'add-points' => 'Add Points',
|
|
|
+ 'deduct-points' => 'Deduct Points',
|
|
|
+ 'reason' => 'Reason',
|
|
|
+ 'total-points' => 'Total Points',
|
|
|
+ 'total-customers' => 'Total Customers',
|
|
|
+ 'average-points' => 'Average Points',
|
|
|
+ 'export' => 'Export',
|
|
|
+ 'bulk-update' => 'Bulk Update',
|
|
|
+ 'date-range' => 'Date Range',
|
|
|
+ 'start-date' => 'Start Date',
|
|
|
+ 'end-date' => 'End Date',
|
|
|
+ 'points-earned' => 'Points Earned',
|
|
|
+ 'points-redeemed' => 'Points Redeemed',
|
|
|
+ 'transactions' => 'Transactions',
|
|
|
+ 'title' => 'Customer Reward Points',
|
|
|
+ 'details-title' => ':name\'s Reward Points Details',
|
|
|
+ 'customer-info' => 'Customer Information',
|
|
|
+ 'points-history' => 'Points History',
|
|
|
+ 'adjust-points' => 'Adjust Points',
|
|
|
+ 'type' => 'Type',
|
|
|
+ 'amount' => 'Amount',
|
|
|
+ 'balance' => 'Balance',
|
|
|
+ 'date' => 'Date',
|
|
|
+ 'description' => 'Description',
|
|
|
+ 'customer-id' => 'Customer ID',
|
|
|
+ 'name' => 'Name',
|
|
|
+ 'view' => 'View',
|
|
|
+ 'no-customers-found' => 'No customers found',
|
|
|
+ 'no-reward-points-records' => 'No reward points records available',
|
|
|
+ 'transactions' => [
|
|
|
+ 'order' => 'Order',
|
|
|
+ 'registration' => 'Registration',
|
|
|
+ 'review' => 'Review',
|
|
|
+ 'sign-in' => 'Sign In',
|
|
|
+ 'referral' => 'Referral',
|
|
|
+ 'birthday' => 'Birthday',
|
|
|
+ ],
|
|
|
+ 'adjust-points-by-identifier' => 'Adjust Points by Email or ID',
|
|
|
+ 'identifier' => 'Identifier',
|
|
|
+ 'email-or-id' => 'Email or ID',
|
|
|
+ 'enter-email-or-id' => 'Enter customer email or ID',
|
|
|
+ 'enter-points' => 'Enter points amount',
|
|
|
+ 'enter-reason' => 'Enter reason for adjustment',
|
|
|
+ 'submit' => 'Submit',
|
|
|
+ 'action' => 'Action',
|
|
|
+ ],
|
|
|
+
|
|
|
'validation' => [
|
|
|
'points-required' => 'Points are required',
|
|
|
'points-invalid' => 'Invalid points amount',
|