✨ feat: add new payment icons for Alipay and WeChat Pay, update asset paths
- Added SVG icons for Alipay and WeChat Pay in the payment assets directory. - Updated paths for Lottie animations in various components to use relative paths. - Changed QR code image sources in payment-related components to point to the new asset paths. - Adjusted i18n configuration to load translation files from the updated assets directory.
This commit is contained in:
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"additional": "Additional",
|
||||
"additionalRecipientEmails": "Additional recipient emails",
|
||||
"additionalRecipients": "Additional Recipients",
|
||||
"additionalRecipientsDescription": "These emails will receive the broadcast in addition to the user filter above",
|
||||
"allUsers": "All Users",
|
||||
"cancel": "Cancel",
|
||||
"cannotBeEmpty": "cannot be empty",
|
||||
"completed": "Completed",
|
||||
"content": "Email Content",
|
||||
"createAndSendQuotaTasks": "Create and Distribute Quota Tasks",
|
||||
"createBroadcast": "Create Broadcast",
|
||||
"createdAt": "Created At",
|
||||
"createNewEmailBroadcastCampaign": "Create new email broadcast campaign",
|
||||
"createQuotaTask": "Create Quota Task",
|
||||
"dailyLimit": "Daily limit must be at least 1",
|
||||
"dailySendLimit": "Daily Send Limit",
|
||||
"days": "Days",
|
||||
"emailAddedToScheduledQueue": "Email added to scheduled send queue",
|
||||
"emailBroadcast": "Email Broadcast",
|
||||
"emailBroadcastTaskCreatedSuccessfully": "Email broadcast task created successfully",
|
||||
"emailBroadcastTasks": "Email Broadcast Tasks",
|
||||
"emailContent": "Email Content",
|
||||
"emailInterval": "Email Interval (seconds)",
|
||||
"emailIntervalMinimum": "Email interval must be at least 0.1 seconds",
|
||||
"emailMarketing": "Email Marketing",
|
||||
"emailTaskManager": "Email Task Manager",
|
||||
"endTime": "End Time",
|
||||
"enterAmount": "Enter amount",
|
||||
"enterPercentage": "Enter percentage",
|
||||
"estimatedRecipients": "Estimated recipients",
|
||||
"expiredSubscriptionUsersOnly": "Expired subscription users only",
|
||||
"expiredUsers": "Expired Users",
|
||||
"failedToCalculateRecipients": "Failed to calculate recipients",
|
||||
"failedToCreateQuotaTask": "Failed to create quota task",
|
||||
"failedToStopTask": "Failed to stop task",
|
||||
"fixedAmount": "Fixed Amount",
|
||||
"giftAmount": "Gift Amount",
|
||||
"giftType": "Gift Amount Type",
|
||||
"includeSubscriptionsValidAfter": "Include subscriptions valid on or after this date",
|
||||
"includeSubscriptionsValidBefore": "Include subscriptions valid on or before this date",
|
||||
"includeUsersRegisteredAfter": "Include users registered on or after this date",
|
||||
"includeUsersRegisteredBefore": "Include users registered on or before this date",
|
||||
"inProgress": "In Progress",
|
||||
"intervalTimeBetweenEmails": "Interval time between each email",
|
||||
"leaveEmptyForImmediateSend": "Leave empty for immediate send",
|
||||
"maximumNumberPerDay": "Maximum number of emails to send per day",
|
||||
"no": "No",
|
||||
"nonSubscribers": "Non-subscribers",
|
||||
"noSubscriptions": "No Subscriptions",
|
||||
"noSubscriptionUsersOnly": "No subscription users only",
|
||||
"noTimeLimit": "No Time Limit",
|
||||
"notStarted": "Not Started",
|
||||
"numberOfDaysForTheQuota": "Number of days to extend subscription expiration",
|
||||
"onePerLine": "one per line",
|
||||
"percentageAmount": "Percentage Amount",
|
||||
"percentageAmountDescription": "Gift percentage amount based on current package price",
|
||||
"pleaseEnter": "Please enter",
|
||||
"pleaseEnterValidEmailAddresses": "Please enter valid email addresses, one per line",
|
||||
"pleaseSelectSubscribers": "Please select packages",
|
||||
"processing": "Processing...",
|
||||
"progress": "Progress",
|
||||
"quotaBroadcast": "Quota Distribution",
|
||||
"quotaDays": "Extend Expiration Days",
|
||||
"quotaService": "Quota Service",
|
||||
"quotaTaskCreatedSuccessfully": "Quota task created successfully",
|
||||
"quotaTaskManager": "Quota Task Manager",
|
||||
"quotaTasks": "Quota Tasks",
|
||||
"recipientType": "Recipient Type",
|
||||
"registrationEndDate": "Registration End Date",
|
||||
"registrationStartDate": "Registration Start Date",
|
||||
"resetTraffic": "Reset Traffic",
|
||||
"resetTrafficDescription": "Whether to reset subscription used traffic",
|
||||
"scheduledSend": "Schedule Send",
|
||||
"scheduledSendTimeMustBeLater": "Scheduled send time must be later than current time",
|
||||
"scheduleSend": "Schedule Send",
|
||||
"scope": "Send Scope",
|
||||
"selectSendScope": "Select send scope",
|
||||
"selectSendTime": "Select send time, leave empty for immediate send",
|
||||
"selectValidSubscriptionsOnly": "Select currently valid subscriptions only",
|
||||
"sendFailed": "Send failed, please try again",
|
||||
"sendNow": "Send Now",
|
||||
"sendScope": "Send Scope",
|
||||
"sendScopeDescription": "Choose the user scope for email sending. Select \"Additional emails only\" to send only to the email addresses filled below",
|
||||
"sendSettings": "Send Settings",
|
||||
"sendTime": "Send Time",
|
||||
"specificUsers": "Specific Users",
|
||||
"specificUsersOnly": "Additional emails only (skip platform users)",
|
||||
"startTime": "Start Time",
|
||||
"status": "Status",
|
||||
"stop": "Stop",
|
||||
"subject": "Email Subject",
|
||||
"subscribedUsers": "Subscribed Users",
|
||||
"subscribedUsersOnly": "Subscribed users only",
|
||||
"subscribers": "Packages",
|
||||
"subscriptionCount": "Subscription Count",
|
||||
"subscriptionValidityEndDate": "Subscription Validity End Date",
|
||||
"subscriptionValidityStartDate": "Subscription Validity Start Date",
|
||||
"taskStoppedSuccessfully": "Task stopped successfully",
|
||||
"timeRange": "Time Range",
|
||||
"useMarkdownEditor": "Use Markdown editor to write email content with preview functionality",
|
||||
"users": "users",
|
||||
"validOnly": "Valid Only",
|
||||
"viewAndManageEmailBroadcastTasks": "View and manage email broadcast tasks",
|
||||
"viewAndManageQuotaTasks": "View and manage quota tasks",
|
||||
"yes": "Yes"
|
||||
}
|
||||
Reference in New Issue
Block a user