|
@@ -125,77 +125,138 @@ export default {
|
|
|
cacheRate: 'Cache Rate',
|
|
|
lastMonthTraffic: 'Last Month Traffic',
|
|
|
trafficAnalysis: 'Traffic Analysis',
|
|
|
- day: 'Daily',
|
|
|
- month: 'Monthly',
|
|
|
- year: 'Yearly',
|
|
|
- trafficTrend: 'Traffic Trend',
|
|
|
- requestCount: 'Request Count',
|
|
|
- peakBandwidth: 'Peak Bandwidth',
|
|
|
- peakQPS: 'Peak QPS',
|
|
|
traffic: 'Traffic',
|
|
|
requests: 'Requests',
|
|
|
bandwidth: 'Bandwidth',
|
|
|
qps: 'QPS',
|
|
|
last24h: 'Last 24h',
|
|
|
last7d: 'Last 7d',
|
|
|
- last30d: 'Last 30d'
|
|
|
+ last30d: 'Last 30d',
|
|
|
+ dataIndicator: 'Data Indicator',
|
|
|
+ realTimeDataIn24Hours: 'Real Time Data In 24 Hours',
|
|
|
+ trendIn7Days: 'Trend In 7 Days',
|
|
|
+ trendIn30Days: 'Trend In 30 Days',
|
|
|
+ realTime: 'Real Time',
|
|
|
+ weekly: 'Weekly',
|
|
|
+ monthly: 'Monthly',
|
|
|
+ year: 'Yearly',
|
|
|
+ peakBandwidth: 'Peak Bandwidth',
|
|
|
+ trafficTrend: 'Traffic Trend',
|
|
|
+ requestCount: 'Request Count',
|
|
|
+ peakQPS: 'Peak QPS',
|
|
|
+ cancel: 'Cancel',
|
|
|
+ confirm: 'Confirm',
|
|
|
+
|
|
|
},
|
|
|
- product: {
|
|
|
- title: 'Product Management',
|
|
|
+ certificate: {
|
|
|
+ title: 'Certificate Management',
|
|
|
+ add: 'Add Certificate',
|
|
|
search: {
|
|
|
- name: 'Product Name',
|
|
|
- namePlaceholder: 'Please input product name',
|
|
|
- category: 'Category',
|
|
|
- categoryPlaceholder: 'Please select category',
|
|
|
+ certificate: 'Certificate',
|
|
|
+ certificatePlaceholder: 'Please enter certificate name',
|
|
|
status: 'Status',
|
|
|
statusPlaceholder: 'Please select status'
|
|
|
},
|
|
|
table: {
|
|
|
- name: 'Product Name',
|
|
|
- category: 'Category',
|
|
|
- price: 'Price',
|
|
|
- stock: 'Stock',
|
|
|
- status: 'Status'
|
|
|
- },
|
|
|
- category: {
|
|
|
- electronics: 'Electronics',
|
|
|
- clothing: 'Clothing',
|
|
|
- food: 'Food'
|
|
|
- },
|
|
|
- status: {
|
|
|
- 0: 'Inactive',
|
|
|
- 1: 'Active'
|
|
|
- }
|
|
|
- },
|
|
|
- order: {
|
|
|
- title: 'Order Management',
|
|
|
- search: {
|
|
|
- orderNo: 'Order No.',
|
|
|
- orderNoPlaceholder: 'Please input order number',
|
|
|
- status: 'Order Status',
|
|
|
- statusPlaceholder: 'Please select order status',
|
|
|
- dateRange: 'Date Range',
|
|
|
- startDate: 'Start Date',
|
|
|
- endDate: 'End Date'
|
|
|
- },
|
|
|
- table: {
|
|
|
- orderNo: 'Order No.',
|
|
|
- customerName: 'Customer Name',
|
|
|
- amount: 'Amount',
|
|
|
+ Host: 'Host',
|
|
|
+ expiresOn: 'Expires On',
|
|
|
+ type: 'Type',
|
|
|
status: 'Status',
|
|
|
- createTime: 'Create Time'
|
|
|
+ bindDomainsTotal: 'Bound Domains'
|
|
|
},
|
|
|
status: {
|
|
|
- pending: 'Pending',
|
|
|
- processing: 'Processing',
|
|
|
- completed: 'Completed',
|
|
|
- cancelled: 'Cancelled'
|
|
|
+ active: 'Valid',
|
|
|
+ inactive: 'Invalid',
|
|
|
+ error: 'Error',
|
|
|
+ expired: 'Expired',
|
|
|
+ expiring: 'Expiring Soon'
|
|
|
},
|
|
|
- operations: {
|
|
|
- detail: 'View Detail',
|
|
|
- process: 'Process Order'
|
|
|
+ form: {
|
|
|
+ addCertificate: 'Add Certificate',
|
|
|
+ updateCertificate: 'Update Certificate',
|
|
|
+ host: 'Host',
|
|
|
+ hostPlaceholder: 'Please enter host',
|
|
|
+ certificateType: 'Certificate Type',
|
|
|
+ certificateContent: 'Certificate Content',
|
|
|
+ privateKey: 'Private Key',
|
|
|
+ uploadCertificate: 'Upload Certificate',
|
|
|
+ uploadPrivateKey: 'Upload Private Key'
|
|
|
+ },
|
|
|
+ messages: {
|
|
|
+ uploadSuccess: 'Upload successful',
|
|
|
+ updateSuccess: 'Update successful',
|
|
|
+ deleteSuccess: 'Delete successful',
|
|
|
+ deleteConfirm: 'Are you sure to delete this certificate?'
|
|
|
}
|
|
|
},
|
|
|
+ statistics: {
|
|
|
+ dataIndicator: 'Data Indicator',
|
|
|
+ domain: 'Domain',
|
|
|
+ equal: 'Equal',
|
|
|
+ notEqual: 'Not Equal',
|
|
|
+ greaterThan: 'Greater Than',
|
|
|
+ lessThan: 'Less Than',
|
|
|
+ startTime: 'Start Time',
|
|
|
+ endTime: 'End Time',
|
|
|
+ rangeSeparator: 'To',
|
|
|
+ export: 'Export',
|
|
|
+ cacheRate: 'Cache Rate',
|
|
|
+ countryDistribution: 'Country Distribution',
|
|
|
+ statusCodeDistribution: 'Status Code Distribution',
|
|
|
+ hostnameDistribution: 'Hostname Distribution',
|
|
|
+ cacheStatus: 'Cache Status',
|
|
|
+ requests: 'Requests',
|
|
|
+ peakBandwidth: 'Peak Bandwidth',
|
|
|
+ traffic: 'Traffic',
|
|
|
+ qps: 'QPS',
|
|
|
+ optionalValue: 'Optional Value'
|
|
|
+ },
|
|
|
+ refresh: {
|
|
|
+ submitRefreshTask: 'Submit Refresh Task',
|
|
|
+ submitPreheatTask: 'Submit Preheat Task',
|
|
|
+ urlAddress: 'URL Address',
|
|
|
+ pleaseEnterTheURLAddressToBeRefreshed: 'Please enter the URL address to be refreshed, multiple addresses please separate by line breaks',
|
|
|
+ pleaseEnterTheURLAddressToBePreheated: 'Please enter the URL address to be preheated, multiple addresses please separate by line breaks',
|
|
|
+ cancel: 'Cancel',
|
|
|
+ confirm: 'Confirm',
|
|
|
+ refreshType: 'Refresh Type',
|
|
|
+ directory: 'Directory',
|
|
|
+ file: 'File',
|
|
|
+ operation: 'Operation',
|
|
|
+ stop: 'Stop',
|
|
|
+ completeTime: 'Complete Time',
|
|
|
+ progress: 'Progress',
|
|
|
+ taskDescription: 'Task Description',
|
|
|
+ submitTime: 'Submit Time',
|
|
|
+ taskStatus: 'Task Status',
|
|
|
+ taskStatusPending: 'Pending',
|
|
|
+ taskStatusRunning: 'Running',
|
|
|
+ taskStatusCompleted: 'Completed',
|
|
|
+ taskStatusFailed: 'Failed',
|
|
|
+ taskStatusStopped: 'Stopped',
|
|
|
+ taskStatusCanceled: 'Canceled',
|
|
|
+ taskStatusPaused: 'Paused',
|
|
|
+ taskStatusQueued: 'Queued',
|
|
|
+ taskStatusProcessing: 'Processing',
|
|
|
+ taskStatusCompletedWithErrors: 'Completed With Errors',
|
|
|
+ taskStatusCompletedWithWarnings: 'Completed With Warnings',
|
|
|
+ cacheRefresh: 'Cache Refresh',
|
|
|
+ cacheRefreshDescription: 'By refreshing the cache, the cached files on the edge node will be forcibly cleared, and the latest version of these files will be obtained when accessed again.',
|
|
|
+ cacheRefreshTime: 'After submitting the refresh, the node will usually complete the cache refresh in 30 seconds to 10 minutes.',
|
|
|
+ cacheRefreshWarning: 'Note: This operation will delete the cached files from the edge node, please confirm before proceeding to avoid accidental operation.',
|
|
|
+ refreshContent: 'Refresh Content',
|
|
|
+ resubmit: 'Resubmit',
|
|
|
+ filePreheat: 'File Preheating',
|
|
|
+ submitRefresh: 'Submit Refresh',
|
|
|
+ filePreheatDescription: 'By preheating files, the files can be cached on the edge node in advance, and the edge node can deliver content to users more quickly when users access.',
|
|
|
+ filePreheatHelp: 'File preheating also helps to relieve the pressure on the source server, avoiding high load on the source server when a large number of users access new resources.',
|
|
|
+ filePreheatTime: 'The preheating time is related to the number and size of files, which may take several minutes to several hours (reference time: about 3000-5000 files per hour).',
|
|
|
+ status: 'Status',
|
|
|
+ submitPreheat: 'Submit Preheat',
|
|
|
+ preheatDescription: 'Preheat Description',
|
|
|
+ refreshDescription: 'Refresh Description',
|
|
|
+
|
|
|
+ },
|
|
|
system: {
|
|
|
title: 'Admin System'
|
|
|
},
|
|
@@ -204,8 +265,11 @@ export default {
|
|
|
user: 'User',
|
|
|
domain: 'Domain',
|
|
|
addDomain: 'Add Domain',
|
|
|
- product: 'Product',
|
|
|
- order: 'Order'
|
|
|
+ certificate: 'Certificate',
|
|
|
+ addCertificate: 'Add Certificate',
|
|
|
+ statistics: 'Statistics',
|
|
|
+ refresh: 'Refresh',
|
|
|
+ account: 'Account'
|
|
|
},
|
|
|
navbar: {
|
|
|
language: 'Language',
|