-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathen.json
More file actions
372 lines (372 loc) · 12.4 KB
/
Copy pathen.json
File metadata and controls
372 lines (372 loc) · 12.4 KB
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
{
"core": {
"global": {
"close": "Close",
"confirm": "Confirm",
"previous": "Previous",
"next": "Next",
"current_page": "Current page",
"go_to_page": "Go to page",
"previous_page": "Previous page",
"next_page": "Next page",
"remove": "Remove",
"editor": {
"undo": "Undo",
"redo": "Redo",
"paragraph": "Paragraph",
"heading": "Heading {level}",
"bold": "Bold",
"italic": "Italic",
"underline": "Underline",
"ordered_list": "Ordered List",
"bullet_list": "Bullet List",
"text_format_more": {
"label": "More text formats",
"strike": "Strike"
},
"alignments": {
"left": "Left align",
"center": "Center align",
"right": "Right align",
"justify": "Justify align"
}
},
"theme_switcher": "Toggle Theme",
"language_switcher": "Switch Language",
"toggle_sidebar": "Toggle Sidebar",
"no_results": {
"title": "No results found",
"desc": "Try adjusting your search or filter criteria."
},
"are_you_sure_want_to_leave_form": {
"title": "Are you sure you want to leave this form?",
"desc": "Your changes will not be saved.",
"cancel": "Cancel",
"confirm": "Yes, leave"
},
"confirm_action": {
"title": "Are you sure?",
"desc": "This action cannot be undone.",
"cancel": "Cancel",
"confirm": "Yes, confirm"
},
"search_placeholder": "Search...",
"results_not_found": "No results found",
"selected_count": "{count} selected",
"clear_filters": "Clear filters",
"date": "{date, date}",
"date_medium": "{date, date, medium}",
"date_short": "{date, date, short}",
"register": "Register",
"login": "Login",
"save": "Save",
"submit": "Submit",
"cancel": "Cancel",
"optional": "Optional",
"loading": "Loading...",
"or": "or",
"back_home": "Back to home",
"go_back": "Go back",
"select_option": "Select an option",
"select_options": "Select options",
"go_to_prev_page": "Go to previous page",
"go_to_next_page": "Go to next page",
"errors": {
"title": "Oops! Something went wrong.",
"internal_server_error": "Internal server error.",
"field_required": "This field is required.",
"field_min_length": "This field must be at least {min} characters.",
"captcha_internal_error": "Captcha validation failed. Please try again later.",
"404": {
"title": "Page Not Found",
"desc": "Oops! The page you're looking for doesn't exist."
},
"500": {
"title": "Internal Server Error",
"desc": "Sorry, we're experiencing technical difficulties on our server."
},
"400": {
"title": "Bad Request",
"desc": "The request couldn't be processed due to invalid parameters."
},
"403": {
"title": "Forbidden",
"desc": "You don't have permission to access this resource."
},
"409": {
"title": "Conflict",
"desc": "The request could not be completed due to a conflict with the current state of the resource."
}
},
"user_bar": {
"log_out": "Log out",
"admin_cp": "Admin CP"
}
},
"auth": {
"sso": {
"or": "Or continue With",
"access_denied": "You have denied access to the application or the request has expired. Please try again.",
"email_exists": {
"title": "You cannot sign in with <provider></provider>",
"desc": "An account with this email already exists. Please sign in with another method and connect your <provider></provider> account in your profile settings.",
"sign_in": "Go to Login Page"
}
},
"sign_up": {
"desc": "Hello there! Create your account to get started.",
"already_have_account": "You already have an account? <link>Sign in</link>.",
"submit": "Register",
"username": {
"label": "Username",
"min_length": "Username must be at least 3 characters long.",
"max_length": "Username must be at most 32 characters long.",
"exists": "Username already exists.",
"your_user_code": "Your user code: <code></code>"
},
"email": {
"label": "Email",
"invalid": "Invalid email address.",
"exists": "Email already exists."
},
"password": {
"label": "Password",
"invalid": "Password is too weak.",
"requirements": {
"label": "Password should contain:",
"min_length": "At least 8 characters",
"uppercase": "At least one uppercase letter",
"number": "At least one number",
"special_char": "At least one special character"
}
},
"terms": {
"label": "Accept terms and conditions",
"required": "You must accept the terms and conditions.",
"desc": "You agree to our <link>Legal documents & Policies</link>."
},
"newsletter": {
"label": "Newsletter",
"desc": "Receive the latest news and updates."
},
"email_confirmation": {
"title": "Check your email",
"desc": "We've sent a confirmation link to your email address",
"check_spam": "If you don't see the email in your inbox, please check your spam folder."
}
},
"sign_in": {
"desc": "Welcome back! Sign in to your account.",
"do_not_have_account": "Don't have an account? <link>Sign up</link>.",
"email": {
"label": "Email",
"invalid": "Invalid email address."
},
"password": {
"label": "Password",
"required": "Password is required.",
"reset": "Forgot password?"
},
"errors": {
"access_denied": {
"title": "Invalid credentials",
"desc": "The email address or password was incorrect. Please try again (make sure your caps lock is off)."
}
},
"submit": "Login"
},
"reset_password": {
"title": "Reset Password",
"desc": "Please enter your email address below to receive a password reset link.",
"submit": "Send Reset Link",
"confirmation": {
"title": "Check your email",
"desc": "We've sent a password reset link to your email address:",
"check_spam": "If you don't see the email in your inbox, please check your spam folder."
},
"email": {
"subject": "Reset your password",
"greeting": "Hello {name}!",
"intro": "We received a request to reset your password for your account.",
"button": "Reset Password",
"instructions": "Click the button above to reset your password. This link will expire in 30 minutes for security reasons.",
"no_action": "If you didn't request a password reset, you can safely ignore this email. Your password will remain unchanged.",
"security_note": "For your security, this request was made from IP address: {ip}",
"help": "If you're having trouble with the button above, copy and paste the URL below into your web browser:",
"expire_time": "This link will expire on {date}"
}
},
"change_password": {
"title": "Change Password",
"desc": "Please enter your new password below.",
"submit": "Change Password",
"success": {
"title": "Password changed successfully",
"desc": "You can now log in with your new password."
}
}
}
},
"admin": {
"dashboard": {
"dev_mode": "Development Mode",
"version": "Version: {version}"
},
"global": {
"nav": {
"core": "Core",
"dashboard": "Dashboard",
"users": {
"title": "Users",
"list": "User List",
"roles": "Roles"
},
"user_bar": {
"home_page": "Home Page",
"debug": "Debug Panel",
"log_out": "Log Out"
},
"advanced": {
"title": "Advanced",
"cron": "Cron Jobs"
}
}
},
"advanced": {
"cron": {
"title": "Cron Jobs",
"desc": "Manage and monitor scheduled tasks.",
"list": {
"name": "Name",
"pluginId": "Plugin ID",
"module": "Module",
"schedule": "Schedule",
"lastRun": {
"title": "Last Run",
"never": "Never"
},
"nextRun": {
"title": "Next Run",
"never": "Never"
},
"actions": {
"runNow": {
"label": "Run Job Now",
"success": "Cron job executed successfully."
}
}
}
}
},
"user": {
"list": {
"desc": "Manage users of your application.",
"user": "User",
"createdAt": "Created At",
"emailNotVerified": "Email Not Verified",
"view": "View profile",
"roles": "Roles",
"searchPlaceholder": "Search users by email or username...",
"noResults": {
"title": "No users found",
"description": "Try adjusting your search criteria."
}
},
"show": {
"title": "User Profile",
"joined": "Joined",
"emailNotVerified": "Email Not Verified",
"coverPlaceholder": "No cover image"
},
"verify_email": {
"label": "Verify Email",
"success": "Email has been verified."
},
"create": {
"title": "Add User",
"desc": "Create a new account for a user.",
"name": {
"label": "Username",
"min_length": "Username must be at least 3 characters.",
"max_length": "Username must be at most 32 characters.",
"exists": "This username is already taken."
},
"email": {
"label": "Email",
"invalid": "Please enter a valid email address.",
"exists": "This email is already registered."
},
"password": {
"label": "Password",
"invalid": "Password must be at least 8 characters."
},
"submit": "Create User",
"success": "User \"{name}\" has been created."
}
},
"role": {
"list": {
"desc": "Manage the roles of your application.",
"role": "Role",
"usersCount": "Number of users",
"updatedAt": "Updated At",
"searchPlaceholder": "Search roles by name...",
"openUsersTooltip": "View users with this role",
"noResults": {
"title": "No roles found",
"description": "Try adjusting your search criteria."
}
}
},
"debug": {
"title": "Debug Panel",
"desc": "Check logs, errors, and other debug information.",
"actions": {
"clear_cache": {
"label": "Clear Cache",
"title": "Are you sure you want to clear the cache?",
"desc": "This action will remove all cached data, which may affect performance temporarily.",
"success": "Cache cleared successfully.",
"confirm": "Yes, clear cache"
}
},
"logs": {
"title": "System Logs",
"created_at": "Created At",
"plugin": "Plugin",
"content": "Content",
"type": "Type",
"types": {
"warn": "Warning",
"error": "Error",
"debug": "Debug"
},
"status_code": "Status Code",
"more": {
"title": "More Details",
"desc": "Log ID: <logId></logId>",
"log_overview": {
"title": "Log Overview",
"log_type": "Log Type",
"status_code": "Status Code",
"log_id": "Log ID",
"created_at": "Created At",
"plugin": "Plugin",
"user": "User"
},
"request_information": {
"title": "Request Information",
"ip_address": "IP Address",
"request_method": "Request Method",
"request_url": "Request URL",
"user_agent": "User Agent"
},
"log_content": {
"title": "Log Content",
"full_log": "Full Log Message"
}
}
}
}
}
}