-
Notifications
You must be signed in to change notification settings - Fork 0
/
I18n.json
463 lines (462 loc) · 14.4 KB
/
I18n.json
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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
{
"hello_text": {
"text": "Hello",
"context": "hello_text"
},
"select_text": {
"text": "Please select...",
"context": "select_text"
},
"yes_text": {
"text": "Yes",
"context": "yes_text"
},
"no_text": {
"text": "No",
"context": "no_text"
},
"loading_text": {
"text": "Loading...",
"context": "loading_text"
},
"change_avatar_description": {
"text": "You can change your profile picture on Gravatar.",
"context": "change_avatar_description"
},
"general_error_message": {
"text": "Something went wrong. Please try again later.",
"context": "general_error_message"
},
"check_your_user_info_error": {
"text": "Make sure your user information is correct.",
"context": "check_your_user_info_error"
},
"auth_error": {
"text": "You are not authorized to see this page.",
"context": "auth_error"
},
"general_success_message": {
"text": "Operation has been completed successfully.",
"context": "general_success_message"
},
"login_text": {
"text": "Login",
"context": "login_text"
},
"logout_text": {
"text": "Logout",
"context": "logout_text"
},
"submit_text": {
"text": "Submit",
"context": "submit_text"
},
"go_to_user_dashboard_text": {
"text": "Go to user dashboard",
"context": "go_to_user_dashboard_text"
},
"user_first_name_text": {
"text": "First Name (optional)",
"context": "user_first_name_text"
},
"user_first_name_placeholder_text": {
"text": "Enter your first name",
"context": "user_first_name_placeholder_text"
},
"user_last_name_text": {
"text": "Last Name (optional)",
"context": "user_last_name_text"
},
"user_last_name_placeholder_text": {
"text": "Enter your last name",
"context": "user_last_name_placeholder_text"
},
"user_bio_text": {
"text": "Your short biography (optional)",
"context": "user_bio_text"
},
"user_website_text": {
"text": "Website Url (optional)",
"context": "user_website_text"
},
"user_website_placeholder_text": {
"text": "Enter your website url",
"context": "user_website_placeholder_text"
},
"update_user_button_text": {
"text": "Update User",
"context": "update_user_button_text"
},
"email_input_text": {
"text": "Your e-mail",
"context": "email_input_text"
},
"email_placeholder_text": {
"text": "Enter your e-mail",
"context": "email_placeholder_text"
},
"username_input_text": {
"text": "Username",
"context": "user_input_text"
},
"username_placeholder_text": {
"text": "Enter your username",
"context": "username_placeholder_text"
},
"email_or_username_input_text": {
"text": "Username or E-mail",
"context": "email_or_username_input_text"
},
"email_or_username_placeholder_text": {
"text": "Enter your username or e-mail",
"context": "email_or_username_placeholder_text"
},
"password_input_text": {
"text": "Password",
"context": "password_input_text"
},
"password_placeholder_text": {
"text": "Enter your password",
"context": "password_placeholder_text"
},
"password_again_input_text": {
"text": "Password Again",
"context": "password_again_input_text"
},
"password_again_placeholder_text": {
"text": "Enter your password again",
"context": "password_again_placeholder_text"
},
"new_password_input_text": {
"text": "New Password",
"context": "password_input_text"
},
"new_password_placeholder_text": {
"text": "Enter your new password",
"context": "password_placeholder_text"
},
"new_password_again_input_text": {
"text": "New Password Again",
"context": "password_input_text"
},
"new_password_again_placeholder_text": {
"text": "Enter your new password again",
"context": "password_placeholder_text"
},
"current_password_input_text": {
"text": "Current Password",
"context": "current_password_input_text"
},
"current_password_placeholder_text": {
"text": "Enter your current password",
"context": "current_password_placeholder_text"
},
"current_password_error": {
"text": "Your current password is wrong. Please check it again.",
"context": "current_password_error"
},
"reset_password_button_text": {
"text": "Lost Password",
"context": "reset_password_button_text"
},
"alert_for_non_logged_in_users": {
"text": "This form is only shown to users who are not logged in.",
"context": "alert_for_non_logged_in_users"
},
"alert_for_logged_in_users": {
"text": "This form is only shown to logged in users...",
"context": "alert_for_logged_in_users"
},
"submit_reset_password_button_text": {
"text": "Change Password",
"context": "submit_reset_password_button_text"
},
"register_button_text": {
"text": "Register",
"context": "register_button_text"
},
"admin_general_settings": {
"text": "General Settings",
"context": "admin_general_settings"
},
"admin_mail_settings": {
"text": "E-Mail Templates",
"context": "admin_mail_settings"
},
"redirect_page_after_login": {
"text": "Redirection Page After Login",
"context": "redirect_page_after_login"
},
"login_page": {
"text": "Login Page",
"context": "login_page"
},
"login_page_description": {
"text": "Select a page if created a login page.",
"context": "login_page"
},
"redirect_page_after_login_description": {
"text": "Select a page if you want to redirect users to a specific page after login.",
"context": "redirect_page_after_login_description"
},
"lost_password_page": {
"text": "Lost (Reset) Password Page",
"context": "lost_password_page"
},
"registration_page": {
"text": "Registration Page",
"context": "registration_page"
},
"activation_page": {
"text": "User Activation Page",
"context": "activation_page"
},
"activation_page_description": {
"text": "Select a page if you selected 'Yes' in the 'Enable user activation' setting",
"context": "activation_page_description"
},
"user_settings_page": {
"text": "User Settings Page",
"context": "user_settings_page"
},
"user_settings_page_description": {
"text": "Select a page if you selected 'Yes' in the 'Enable user settings' setting",
"context": "user_settings_page_description"
},
"terms_and_conditions_page": {
"text": "Terms and Conditions Page",
"context": "terms_and_conditions_page"
},
"privacy_policy_page": {
"text": "Privacy Policy Page",
"context": "privacy_policy_page"
},
"has_activation": {
"text": "Enable user activation",
"context": "has_activation"
},
"has_activation_description": {
"text": "If you want to send an activation code to your users, select 'Yes'.",
"context": "has_activation_description"
},
"has_user_settings": {
"text": "Enable user settings",
"context": "has_user_settings"
},
"has_user_settings_description": {
"text": "If you want to show a user settings page, select Yes. (Don't forget to select a User Settings page below)",
"context": "has_user_settings_description"
},
"hide_wp_login_admin": {
"text": "Hide wp-login&wp-admin",
"context": "hide_wp_login_admin"
},
"hide_wp_login_admin_description": {
"text": "If you choose 'Yes', users who are not logged in will be redirected to the home page.",
"context": "hide_wp_login_admin_description"
},
"already_logged_in_message": {
"text": "You have already logged in.",
"context": "already_logged_in_message"
},
"already_signed_in_message": {
"text": "Already signed up?",
"context": "already_signed_in_message"
},
"remember_me_text": {
"text": "Remember me",
"context": "remember_me_text"
},
"invalid_username_or_pass": {
"text": "Invalid username or password.",
"context": "invalid_username_or_pass"
},
"login_successful": {
"text": "You have successfully logged in...",
"context": "login_successful"
},
"login_attempts_error": {
"text": "You have made too many unsuccessful login attempts. Please wait %1$s %2$s",
"context": "login_attempts_error: 1) duration limit 2) duration type (second or minute)"
},
"limit_login_settings": {
"text": "Limit login attempts",
"context": "limit_login_settings"
},
"enable_limit_login": {
"text": "Enable limit login attempts",
"context": "enable_limit_login"
},
"enable_limit_login_description": {
"text": "Protect your web site from too many unsuccessful login attempts.",
"context": "enable_limit_login_description"
},
"limit_login_max_attempt": {
"text": "Maximum number of attempts",
"context": "limit_login_max_attempt"
},
"limit_login_lockout_duration": {
"text": "Lockout duration (as seconds)",
"context": "limit_login_lockout_duration"
},
"user_not_activated": {
"text": "Please activate your account. We sent you an email. Click the activation link in the email.",
"context": "user_not_activated"
},
"your_account_has_activated": {
"text": "Your account has activated successfully. You can sign in.",
"context": "your_account_has_activated"
},
"wrong_activation_code": {
"text": "Wrong activation code. Please contact with your site administrator.",
"context": "wrong_activation_code"
},
"user_already_activated": {
"text": "This account has already activated.",
"context": "user_already_activated"
},
"user_activation_block_description": {
"text": "This is a placeholder for the USER ACTIVATION BLOCK. Go to the front end of the page to preview the activation result.",
"context": "user_activation_block_description"
},
"welcome_card_block_description": {
"text": "This is a placeholder for the WELCOME CARD BLOCK to display a welcome card for logged in users. Card has a logout button... Go to the front end of the page to preview the activation result.",
"context": "welcome_card_block_description"
},
"terms_and_conditions_text": {
"text": "I have read and accept <a href=\"%1$s\" target=\"_blank\">terms and conditions</a> and <a href=\"%2$s\" target=\"_blank\">privacy policy</a>",
"context": "terms_and_conditions_text %1$s terms and cond. url %2$s privacy policy url"
},
"terms_and_conditions_text_plain": {
"text": "I have read and accept terms and conditions and privacy policy.",
"context": "terms_and_conditions_text_plain"
},
"password_match_error": {
"text": "Your passwords do not match",
"context": "password_match_error"
},
"register_form_step_1": {
"text": "Step 1",
"context": "register_form_step_1"
},
"register_form_step_1_title": {
"text": "Password Reset Request Form",
"context": "register_form_step_1_title"
},
"register_form_step_2": {
"text": "Step 2",
"context": "register_form_step_2"
},
"register_form_step_2_title": {
"text": "Change Password Form",
"context": "register_form_step_2_title"
},
"register_succession_with_activation": {
"text": "You have been signed up successfully. Please click the membership activation link sent your e-mail.",
"context": "register_succession_with_activation"
},
"register_succession": {
"text": "You have been signed up successfully. You can sign in with your username and password.",
"context": "register_succession"
},
"users_can_register_error": {
"text": "Users are not allowed to register on this website.",
"context": "users_can_register_error"
},
"register_mail_to_user": {
"text": "Registration Mail Template for User",
"context": "register_mail_to_user"
},
"register_mail_to_user_with_activation": {
"text": "Registration Mail Template for User (With Activation Code)",
"context": "register_mail_to_user_with_activation"
},
"register_mail_to_admin": {
"text": "Registration Mail Template for Admin",
"context": "register_mail_to_admin"
},
"username_exist_error": {
"text": "This username already exist.",
"context": "username_exist_error"
},
"user_exist_error": {
"text": "This user already exist.",
"context": "user_exist_error"
},
"password_changed_confirmation": {
"text": "Your password has been changed. Please sign in...",
"context": "password_changed_confirmation"
},
"wrong_reset_password_link": {
"text": "Wrong reset password link. Please check your reset link sent to your e-mail address or send a new request.",
"context": "wrong_reset_password_link"
},
"reset_password_request_confirmation": {
"text": "We have successfully get your request. We have sent you an e-mail. Please check your inbox...",
"context": "reset_password_request_confirmation"
},
"reset_password_request_input_text": {
"text": "Please sumbit your e-mail to get reset password link.",
"context": "reset_password_request_input_text"
},
"reset_password_request_mail_to_user": {
"text": "Password Reset Request Mail Template",
"context": "reset_password_request_mail_to_user"
},
"send_reset_request": {
"text": "Send Request",
"context": "send_reset_request"
},
"send_reset_request_description": {
"text": "Please enter your e-mail address. We will send you an e-mail to reset your password.",
"context": "send_reset_request_description"
},
"reset_password_request_mail_to_user_template": {
"text": "Hello {{username}}, <br> You can change your password from the link below <br> {{reset_link}} <br> Thanks for your attention.",
"context" : "reset_password_request_mail_to_user_template"
},
"reset_request_mail_title": {
"text": "Reset Password Request",
"context": "reset_request_mail_title"
},
"reset_password_mail_title": {
"text": "Your Password Changed",
"context": "reset_password_mail_title"
},
"reset_password_mail_to_user": {
"text": "Password Change Mail Template for User",
"context": "reset_password_mail_to_user"
},
"reset_password_mail_to_user_template": {
"text": "Hello {{username}}, <br> This notice confirms that your password was changed. If you did not change your password, please contact the Site Administrator.",
"context" : "reset_password_mail_to_user_template"
},
"register_mail_to_user_template": {
"text": "Hello {{username}}, <br> Welcome to our website.",
"context" : "register_mail_to_user_template"
},
"register_mail_to_user_template_with_activation": {
"text": "Hello {{username}}. You have been sign up successfully. Please click the membership activation link below: <br/> {{activation_link}}",
"context": "register_mail_to_user_template_with_activation"
},
"register_mail_to_admin_template": {
"text": "New member registered to your web site. <br> Username: {{username}} | User E-Mail: {{email}}",
"context" : "register_mail_to_admin_template"
},
"register_mail_title_to_user": {
"text": "Welcome to Join Us",
"context": "register_mail_title_to_user"
},
"register_mail_title_to_admin": {
"text": "New Member Registration",
"context": "register_mail_title_to_admin"
},
"mail_error_information_mail_title": {
"text": "Failed to Send E-Mail",
"context": "mail_error_information_mail_title"
},
"you_can_use_this_tags_text": {
"text": "You can use these tags:",
"context" : "you_can_use_this_tags_text"
}
}