-
Notifications
You must be signed in to change notification settings - Fork 20
/
en-US.js
281 lines (281 loc) · 13.3 KB
/
en-US.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
export default {
'request.error': 'Request failed',
// cycle_text
'cycle.month_price': 'Monthly',
'cycle.quarter_price': 'Quarterly',
'cycle.half_year_price': 'Semi-Annually',
'cycle.year_price': 'Annually',
'cycle.two_year_price': 'Biennially',
'cycle.three_year_price': 'Triennially',
'cycle.onetime_price': 'One Time',
'cycle.reset_price': 'Data Reset Package',
// order_status
'order_status.no_paid': 'Pending Payment',
'order_status.opening': 'Pending Active',
'order_status.cancel': 'Cancelled',
'order_status.done': 'Completed',
'order_status.surplus': 'Converted',
// commission_status
'commission_status.pending_confirm': 'Pending',
'commission_status.confirm': 'Confirming',
'commission_status.done': 'Completed',
'commission_status.reject': 'Invalid',
// header
'header.user_center': 'User Center',
'header.logout': 'Logout',
'header.search': 'Search',
// nav
'nav.dashboard': 'Dashboard',
'nav.subscribe': 'Subscription',
'nav.my_subscribe': 'My Subscription',
'nav.buy_subscribe': 'Purchase Subscription',
'nav.bill': 'Billing',
'nav.my_order': 'My Orders',
'nav.my_invite': 'My Invitation',
'nav.user': 'Account',
'nav.user_center': 'User Center',
'nav.my_ticket': 'My Tickets',
'nav.traffic_detail': 'Transfer Data Details',
'nav.knowledge': 'Knowledge Base',
// dashboard
'dashboard.not_bind_telegram': 'Not link to Telegram yet',
'dashboard.click_here_bind': 'Please click here to link to Telegram',
'dashboard.announcement': 'Announcements',
'dashboard.override': 'Overview',
'dashboard.pending_order': 'Pending Orders',
'dashboard.pending_ticket': 'Pending Tickets',
'dashboard.my_invite': 'My Invitation',
'dashboard.my_subscribe': 'My Subscription',
'dashboard.add_subscribe': 'Order a subscription',
'dashboard.not_expire': 'The subscription is valid for unlimited time',
'dashboard.expired': 'Expired',
'dashboard.subscribe_info': 'Will expire on {date}, {day} days before expiration, after {reset_day} days reset transfer data',
'dashboard.traffic_info': '{used} Used / Total {total}',
'dashboard.view_subscribe': 'View Subscription',
'dashboard.renew': 'Renew',
// forgetPassword
'forgetPassword.email': 'Email',
'forgetPassword.email_verify_code': 'Email verification code',
'forgetPassword.send': 'Send',
'forgetPassword.password': 'Password',
'forgetPassword.reset_password': 'Reset Password',
'forgetPassword.back_login': 'Back to Login',
// invite
'invite.table_code': 'Invitation Code',
'invite.table_create_time': 'Creation Time',
'invite.table_action': 'Action',
'invite.copy_link': 'Copy Link',
'invite.table_complete_time': 'Complete Time',
'invite.table_commission_balance': 'Commission',
'invite.table_commission_status': 'Commission Status',
'invite.override': 'Invitation Overview',
'invite.register_count': 'Registered users',
'invite.commission_rate': 'Commission rate',
'invite.confirm_commission': 'Pending commission',
'invite.confirm_commission_tip': 'The commission will reach your commission account after review.',
'invite.invite_code_manage': 'Invitation Code Management',
'invite.generate_code': 'Generate invitation code',
'invite.detail': 'Invitation Details',
'invite.copy_success': 'Copied successfully',
// login
'login.email': 'Email',
'login.password': 'Password',
'login': 'Login',
'login.register': 'Register',
'login.forget_password': 'Forgot password',
// order
'order.table_no': 'Order Number #',
'order.table_cycle': 'Type / Cycle',
'order.table_amount': 'Order Amount',
'order.table_status': 'Order Status',
'order.table_create_time': 'Creation Time',
'order.table_action': 'Action',
'order.view_detail': 'View Details',
'order.cancel': 'Cancel',
'order.order_manage': 'Order Management',
'order.please_select_pay_method': 'Please select a payment method',
'order.please_check_credit_card': 'Please check credit card payment information',
'order.order_detail': 'Order Details',
'order.product': 'Product',
'order.type_cycle': 'Type / Cycle',
'order.amount': 'Amount',
'order.traffic': 'Transfer Data',
'order.discount': 'Discount',
'order.surplus': 'Converted',
'order.refund': 'Refund',
'order.balance_pay': 'Pay with Balance',
'order.pay_method': 'Payment Method',
'order.enter_credit_info': 'Fill in credit card payment information',
'order.credit_alert': 'We will not collect your credit card information, credit card number and other details only use to verify the current transaction.',
'order.total_amount': 'Order Total',
'order.total': 'Total',
'order.checkout': 'Checkout',
'order.waiting_payment': 'Waiting for payment',
'order.result_opening_title': 'Opening',
'order.result_opening_sub_title': 'The order system is processing, please wait 1-3 minutes.',
'order.result_cancel_title': 'Cancelled',
'order.result_cancel_sub_title': 'The order has been cancelled due to overtime payment.',
'order.result_success_title': 'Success',
'order.result_success_sub_title': 'The order has been paid and opened.',
// plan
'plan.select_subscribe': 'Select a Subscription',
'plan.buy': 'Subscribe now',
'plan.setting_subscribe': 'Configure Subscription',
'plan.discount': 'Discount',
'plan.cycle': 'Payment Cycle',
'plan.have_coupon': 'Have coupons?',
'plan.coupon_verify': 'Verify',
'plan.order_total_amount': 'Order Total',
'plan.place_order': 'Order',
'plan.total': 'Total',
'plan.subscribe_change_title': 'Attention subscription changes',
'plan.subscribe_change_content': 'Attention please, changing subscription will overwrite your current subscription.',
'plan.subscribe_not_renew': 'This subscription cannot be renewed',
'plan.choose_another_subscribe': 'Choose another subscription',
// profile
'profile.user_center': 'User Center',
'profile.my_wallet': 'My Wallet',
'profile.balance_tip': 'Account Balance (For billing only)',
'profile.commission_balance_tip': 'Invitation Commission (Can be used to withdraw)',
'profile.wallet_component': 'Wallet Details',
'profile.transfer': 'Transfer',
'profile.commission_withdraw': 'Invitation Commission Withdrawal',
'profile.change_password': 'Change Password',
'profile.save': 'Save',
'profile.old_password': 'Old Password',
'profile.new_password': 'New Password',
'profile.re_new_password': 'New Password',
'profile.please_enter_old_password': 'Please enter the old password',
'profile.please_enter_new_password': 'Please enter the new password',
'profile.please_enter_re_new_password': 'Please enter the new password again',
'profile.notice': 'Notification',
'profile.expire_remind': 'Subscription expiration email reminder',
'profile.traffic_remind': 'Insufficient transfer data email alert',
'profile.bind_telegram': 'Link to Telegram',
'profile.start': 'Start Now',
'profile.reset_subscribe': 'Reset Subscription',
'profile.reset': 'Reset',
'profile.reset_info_notify_title': 'Do you want to reset subscription?',
'profile.reset_info_notify_content': 'In case of account information or your subscription leak this option is used to reset your UUID and subscription will be changed after reset, you need to re-subscribe.',
'profile.reset_info_notify_success': 'Reset successfully',
'profile.two_password_error': 'Two new passwords entered do not match',
// reg
'register.two_password_error': 'The passwords entered do not match',
'register.email': 'Email',
'register.verify_code': 'Email verification code',
'register.password': 'Password',
'register.re_password': 'Password',
'register.send': 'Send',
'register.invite_code_require': 'Invitation code',
'register.invite_code': 'Invitation code (Optional)',
'register': 'Register',
'register.back_login': 'Back to Login',
'register.tos_url': 'I have read and agree to the <a target="_blank" href="{url}">terms of service</a>',
'register.please_agree_tos': 'Please agree to the terms of service',
// subscribe
'subscribe.table_name': 'Name',
'subscribe.table_tag': 'Tags',
'subscribe.table_action': 'Action',
'subscribe.table_status': 'Status',
'subscribe.table_status_tip': 'Access Point online status in the last 5 minutes',
'subscribe.table_rate': 'Rate',
'subscribe.table_rate_tip': 'The transfer data used is multiplied by the transfer data rate deducted',
'subscribe.more_action': 'Action',
'subscribe.copy_success': 'Copied successfully',
'subscribe.copy_link': 'Copy Link',
'subscribe.my_subscribe': 'My Subscription',
'subscribe.add_subscribe': 'Order a Subscription',
'subscribe.not_expire': 'The subscription is valid for unlimited time',
'subscribe.expired': 'Expired',
'subscribe.subscribe_info': 'Will expire on {date}, {day} days before expiration, after {reset_day} days reset transfer data',
'subscribe.traffic_info': '{used} Used / Total {total}',
'subscribe.renew': 'Renew',
'subscribe.action': 'Action',
'subscribe.reset_traffic': 'Reset Current Transfer Data',
'subscribe.reset_info': 'Reset Subscription',
'subscribe.node_status': 'Access Point Status',
'subscribe.no_node': 'No access points available, if you have not subscribed a subscription or the subscription has been expired, please',
'subscribe.no_node_renew': 'Renew',
'subscribe.no_node_go': 'Subscribe',
'subscribe.reset_traffic_notify_title': 'Are you sure to reset the current month\'s transfer data?',
'subscribe.reset_traffic_notify_content': 'Click "Confirm" and you will be redirected to the payment page. After the order is paid, the system will clear your used data for the month.',
'subscribe.reset_traffic_notify_confirm': 'Confirm',
'subscribe.reset_traffic_notify_cancel': 'Cancel',
'subscribe.reset_info_notify_title': 'Are you sure to reset subscription?',
'subscribe.reset_info_notify_content': 'In case of account information or your subscription leak this option is used to reset your UUID and subscription will be changed after reset, you need to re-subscribe.',
'subscribe.reset_info_notify_success': 'Reset successfully',
// ticket
'ticket.low': 'Low',
'ticket.middle': 'Medium',
'ticket.high': 'High',
'ticket.table_subject': 'Subject',
'ticket.table_level': 'Ticket Priority',
'ticket.table_status': 'Ticket Status',
'ticket.table_create_time': 'Creation Time',
'ticket.table_last_reply': 'Last Reply',
'ticket.table_action': 'Action',
'ticket.status_closed': 'Closed',
'ticket.status_pending': 'Pending Reply',
'ticket.status_reply': 'Replied',
'ticket.action_view': 'View',
'ticket.action_close': 'Close',
'ticket.my_ticket': 'My Tickets',
'ticket.new_ticket': 'New Ticket',
'ticket.new_ticket_modal_title': 'New Ticket',
'ticket.new_ticket_modal_confirm': 'Confirm',
'ticket.new_ticket.modal_cancel': 'Cancel',
'ticket.subject': 'Subject',
'ticket.please_enter_subject': 'Please enter a subject',
'ticket.level': 'Ticket Priority',
'ticket.please_select_level': 'Please select the ticket priority',
'ticket.message': 'Message',
'ticket.please_enter_issue': 'Please describe the problem you encountered',
// traffic
'traffic.table_record_time': 'Record Time',
'traffic.table_tx': 'Actual Upload',
'traffic.table_rx': 'Actual Download',
'traffic.table_rate': 'Deduction Rate',
'traffic.table_total': 'Total',
'traffic.table_total_tip': 'Formula: (Actual Upload + Actual Download) x Deduction Rate = Deduct Transfer Data',
'traffic.traffic_detail': 'Transfer Data Details',
'traffic.today': 'Today',
'traffic.month': 'Month',
'traffic.week': 'Week',
// one_click_subscribe
'one_click_subscribe.copy_success': 'Copied successfully',
'one_click_subscribe.copy_subscribe_url': 'Copy Subscription URL',
'one_click_subscribe.import': 'Export to',
'one_click_subscribe': 'Quick Subscription',
'one_click_subscribe.copy_subscribe': 'Copy Subscription URL',
// transfer_modal
'transfer_modal.title': 'Transfer Invitation Commission to Account Balance',
'transfer_modal.confirm': 'Confirm',
'transfer_modal.cancel': 'Cancel',
'transfer_modal.alert': 'The transferred balance will only be used for {title} payment',
'transfer_modal.commission_balance': 'Current invitation balance',
'transfer_modal.transfer_balance': 'Transfer amount',
'transfer_modal.please_enter_transfer_balance': 'Please enter the amount to be transferred to the balance',
// chat
'chat.please_enter_message': 'Please enter to reply to the ticket...',
// withdraw_modal
'withdraw_modal.title': 'Apply For Withdrawal',
'withdraw_modal.confirm': 'Confirm',
'withdraw_modal.cancel': 'Cancel',
'withdraw_modal.withdraw_method': 'Withdrawal Method',
'withdraw_modal.please_select_method': 'Please select a withdrawal method',
'withdraw_modal.withdraw_account': 'Withdrawal Account',
'withdraw_modal.please_enter_account': 'Please enter the withdrawal account',
// bind_telegram
'bind_telegram_modal.confirm': 'I got it',
'bind_telegram_modal.title': 'Link to Telegram',
'bind_telegram_modal.step_1': 'First Step',
'bind_telegram_modal.step_2': 'Second Step',
'bind_telegram_modal.open_telegram_search': 'Open Telegram and Search ',
'bind_telegram_modal.send_bot_message': 'Send the following command to bot',
// knowledge
'knowledge': 'Knowledge Base',
'knowledge.last_release_date': 'Last Updated: {date}',
'knowledge.copy_success' : 'Copy succeeded',
'Reset flow after {reset_day} day': 'Reset flow after {reset_day} day',
'Due on {date}, {day} days before expiration': 'Due on {date}, {day} days before expiration. '
}