@hed-hog/core 0.0.185 → 0.0.190
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hedhog/frontend/app/account/2fa/page.tsx.ejs +5 -0
- package/hedhog/frontend/app/account/accounts/page.tsx.ejs +5 -0
- package/hedhog/frontend/app/account/components/active-sessions.tsx.ejs +356 -0
- package/hedhog/frontend/app/account/components/change-email-form.tsx.ejs +379 -0
- package/hedhog/frontend/app/account/components/change-password-form.tsx.ejs +184 -0
- package/hedhog/frontend/app/account/components/connected-accounts.tsx.ejs +144 -0
- package/hedhog/frontend/app/account/components/email-request-dialog.tsx.ejs +96 -0
- package/hedhog/frontend/app/account/components/mfa-add-buttons.tsx.ejs +43 -0
- package/hedhog/frontend/app/account/components/mfa-method-card.tsx.ejs +115 -0
- package/hedhog/frontend/app/account/components/mfa-setup-dialog.tsx.ejs +236 -0
- package/hedhog/frontend/app/account/components/profile-form.tsx.ejs +209 -0
- package/hedhog/frontend/app/account/components/recovery-codes-dialog.tsx.ejs +192 -0
- package/hedhog/frontend/app/account/components/regenerate-codes-dialog.tsx.ejs +372 -0
- package/hedhog/frontend/app/account/components/remove-mfa-dialog.tsx.ejs +337 -0
- package/hedhog/frontend/app/account/components/two-factor-auth.tsx.ejs +393 -0
- package/hedhog/frontend/app/account/components/verify-before-add-dialog.tsx.ejs +332 -0
- package/hedhog/frontend/app/account/email/page.tsx.ejs +5 -0
- package/hedhog/frontend/app/account/hooks/use-mfa-methods.ts.ejs +27 -0
- package/hedhog/frontend/app/account/hooks/use-mfa-setup.ts.ejs +461 -0
- package/hedhog/frontend/app/account/layout.tsx.ejs +105 -0
- package/hedhog/frontend/app/account/lib/mfa-utils.tsx.ejs +37 -0
- package/hedhog/frontend/app/account/page.tsx.ejs +5 -0
- package/hedhog/frontend/app/account/password/page.tsx.ejs +5 -0
- package/hedhog/frontend/app/account/profile/page.tsx.ejs +5 -0
- package/hedhog/frontend/app/account/sessions/page.tsx.ejs +5 -0
- package/hedhog/frontend/app/configurations/[slug]/components/setting-field.tsx.ejs +490 -0
- package/hedhog/frontend/app/configurations/[slug]/page.tsx.ejs +62 -0
- package/hedhog/frontend/app/configurations/layout.tsx.ejs +316 -0
- package/hedhog/frontend/app/configurations/page.tsx.ejs +35 -0
- package/hedhog/frontend/app/dashboard/[slug]/dashboard-content.tsx.ejs +351 -0
- package/hedhog/frontend/app/dashboard/[slug]/page.tsx.ejs +11 -0
- package/hedhog/frontend/app/dashboard/[slug]/types.ts.ejs +62 -0
- package/hedhog/frontend/app/dashboard/[slug]/widget-renderer.tsx.ejs +45 -0
- package/hedhog/frontend/app/dashboard/dashboard.css.ejs +196 -0
- package/hedhog/frontend/app/dashboard/management/page.tsx.ejs +63 -0
- package/hedhog/frontend/app/dashboard/management/tabs/component-roles-tab.tsx.ejs +516 -0
- package/hedhog/frontend/app/dashboard/management/tabs/components-tab.tsx.ejs +753 -0
- package/hedhog/frontend/app/dashboard/management/tabs/dashboard-roles-tab.tsx.ejs +516 -0
- package/hedhog/frontend/app/dashboard/management/tabs/dashboards-tab.tsx.ejs +489 -0
- package/hedhog/frontend/app/dashboard/management/tabs/items-tab.tsx.ejs +621 -0
- package/hedhog/frontend/app/dashboard/page.tsx.ejs +14 -0
- package/hedhog/frontend/app/mail/log/page.tsx.ejs +312 -0
- package/hedhog/frontend/app/mail/template/page.tsx.ejs +1177 -0
- package/hedhog/frontend/app/preferences/page.tsx.ejs +448 -0
- package/hedhog/frontend/app/roles/menus.tsx.ejs +504 -0
- package/hedhog/frontend/app/roles/page.tsx.ejs +814 -0
- package/hedhog/frontend/app/roles/routes.tsx.ejs +397 -0
- package/hedhog/frontend/app/roles/users.tsx.ejs +306 -0
- package/hedhog/frontend/app/users/active-session.tsx.ejs +159 -0
- package/hedhog/frontend/app/users/identifiers.tsx.ejs +279 -0
- package/hedhog/frontend/app/users/page.tsx.ejs +1257 -0
- package/hedhog/frontend/app/users/permissions.tsx.ejs +155 -0
- package/hedhog/frontend/messages/en.json +1080 -0
- package/hedhog/frontend/messages/pt.json +1135 -0
- package/package.json +4 -4
|
@@ -0,0 +1,1080 @@
|
|
|
1
|
+
{
|
|
2
|
+
"SearchBar": {
|
|
3
|
+
"searchPlaceholder": "Search...",
|
|
4
|
+
"btnBuscar": "Search"
|
|
5
|
+
},
|
|
6
|
+
"EmailVerificationPage": {
|
|
7
|
+
"title": "Email Verification",
|
|
8
|
+
"description": "Please verify your email to continue accessing your account.",
|
|
9
|
+
"instructionEmail": "A verification email has been sent to your email address. Click the link in the email to verify your account.",
|
|
10
|
+
"labelEmailCode": "Verification Code",
|
|
11
|
+
"buttonResendCode": "Resend Code",
|
|
12
|
+
"buttonResendIn": "Resend in {seconds}s",
|
|
13
|
+
"buttonBackToLogin": "Back to Login",
|
|
14
|
+
"buttonVerifyEmail": "Verify Email",
|
|
15
|
+
"buttonVerifying": "Verifying...",
|
|
16
|
+
"errorCodeLength": "Verification code must be {length} characters long",
|
|
17
|
+
"errorRecoveryCodeRequired": "Verification code is required",
|
|
18
|
+
"errorCodeResend": "Failed to resend verification code. Please try again later.",
|
|
19
|
+
"successCodeResent": "Verification code resent successfully. Please check your email.",
|
|
20
|
+
"buttonResending": "Resending...",
|
|
21
|
+
"successEmailVerified": "EEmail verified successfully! Redirecting..."
|
|
22
|
+
},
|
|
23
|
+
"ChangePasswordForm": {
|
|
24
|
+
"currentPasswordRequired": "Current password is required",
|
|
25
|
+
"newPasswordMinLength": "New password is required",
|
|
26
|
+
"confirmPasswordRequired": "New password must be at least 6 characters",
|
|
27
|
+
"passwordsDontMatch": "Passwords don't match",
|
|
28
|
+
"updateSuccess": "Password changed successfully",
|
|
29
|
+
"updateFailure": "Failed to change password. Please check your current password.",
|
|
30
|
+
"title": "Change Password",
|
|
31
|
+
"description": "Update your password to keep your account secure",
|
|
32
|
+
"currentPasswordLabel": "Current Password",
|
|
33
|
+
"currentPasswordPlaceholder": "Enter your current password",
|
|
34
|
+
"newPasswordLabel": "New Password",
|
|
35
|
+
"newPasswordPlaceholder": "Enter your new password",
|
|
36
|
+
"confirmPasswordLabel": "Confirm New Password",
|
|
37
|
+
"confirmPasswordPlaceholder": "Confirm your new password",
|
|
38
|
+
"changePasswordButton": "Change Password",
|
|
39
|
+
"errorName": "Name must be at least 2 characters",
|
|
40
|
+
"newPasswordMinSymbols": "New password must contain at least {minSymbols} special symbols",
|
|
41
|
+
"newPasswordMinUppercase": "New password must contain at least {minUppercase} uppercase letters",
|
|
42
|
+
"newPasswordMinNumbers": "New password must contain at least {minNumbers} numbers"
|
|
43
|
+
},
|
|
44
|
+
"Profile": {
|
|
45
|
+
"tabProfile": "Profile",
|
|
46
|
+
"tabPassword": "Password",
|
|
47
|
+
"tabEmail": "Email",
|
|
48
|
+
"tab2fa": "2FA",
|
|
49
|
+
"tabAccounts": "Accounts",
|
|
50
|
+
"tabSessions": "Sessions",
|
|
51
|
+
"breadcrumbLabel": "Account",
|
|
52
|
+
"title": "Account",
|
|
53
|
+
"description": "Manage your account settings and preferences."
|
|
54
|
+
},
|
|
55
|
+
"ProfileForm": {
|
|
56
|
+
"updatedSuccess": "Profile updated successfully",
|
|
57
|
+
"updateFailure": "Failed to update profile",
|
|
58
|
+
"invalidImageType": "Please select a valid image file",
|
|
59
|
+
"imageTooLarge": "Image size must be less than 5MB",
|
|
60
|
+
"avatarUpdateSuccess": "Profile picture updated successfully.",
|
|
61
|
+
"avatarUpdateFailure": "Failed to update profile picture.",
|
|
62
|
+
"title": "Profile Information",
|
|
63
|
+
"description": "Update your profile information and avatar",
|
|
64
|
+
"avatarAlt": "User avatar",
|
|
65
|
+
"avatarGuidelines": "JPG, PNG or GIF. Max 5MB.",
|
|
66
|
+
"formNameLabel": "Name",
|
|
67
|
+
"formNamePlaceholder": "Your name",
|
|
68
|
+
"saveChanges": "Save Changes",
|
|
69
|
+
"changeAvatar": "Change Avatar",
|
|
70
|
+
"uploading": "Uploading...",
|
|
71
|
+
"errorName": "Name must be at least 2 characters"
|
|
72
|
+
},
|
|
73
|
+
"PreferencesPage": {
|
|
74
|
+
"languageRequired": "Language is required",
|
|
75
|
+
"themeRequired": "Theme is required",
|
|
76
|
+
"title": "Preferences",
|
|
77
|
+
"description": "Manage your user preferences and settings.",
|
|
78
|
+
"appearance": "Appearance",
|
|
79
|
+
"theme": "Theme",
|
|
80
|
+
"setPreferredTheme": "Set your preferred theme",
|
|
81
|
+
"selectTheme": "Select the theme",
|
|
82
|
+
"light": "Light",
|
|
83
|
+
"dark": "Dark",
|
|
84
|
+
"system": "System",
|
|
85
|
+
"localization": "Localization",
|
|
86
|
+
"language": "Language",
|
|
87
|
+
"setPreferredLanguage": "Set your preferred language",
|
|
88
|
+
"dateFormat": "Date Format",
|
|
89
|
+
"dateAndTimeFormat": "Date and Time Format",
|
|
90
|
+
"setPreferredDateFormat": "Set your preferred date format",
|
|
91
|
+
"selectDateFormat": "Select date format",
|
|
92
|
+
"dateFormatUpdated": "Date format updated successfully",
|
|
93
|
+
"dateFormatUpdateError": "Failed to update date format",
|
|
94
|
+
"timeFormat": "Time Format",
|
|
95
|
+
"setPreferredTimeFormat": "Set your preferred time format",
|
|
96
|
+
"selectTimeFormat": "Select time format",
|
|
97
|
+
"timeFormatUpdated": "Time format updated successfully",
|
|
98
|
+
"timeFormatUpdateError": "Failed to update time format",
|
|
99
|
+
"timezone": "Timezone",
|
|
100
|
+
"setPreferredTimezone": "Set your preferred timezone",
|
|
101
|
+
"selectTimezone": "Select timezone",
|
|
102
|
+
"timezoneUpdated": "Timezone updated successfully",
|
|
103
|
+
"timezoneUpdateError": "Failed to update timezone"
|
|
104
|
+
},
|
|
105
|
+
"UserPage": {
|
|
106
|
+
"errorName": "Name must be at least 2 characters",
|
|
107
|
+
"errorEmail": "Invalid email address",
|
|
108
|
+
"errorPassword": "Password must be at least 6 characters",
|
|
109
|
+
"userDeletedSuccess": "User deleted successfully.",
|
|
110
|
+
"serverError": "An error occurred. Please try again later.",
|
|
111
|
+
"pictureUpdatedSuccess": "Profile picture updated successfully.",
|
|
112
|
+
"buttonAddUser": "Add User",
|
|
113
|
+
"dialogAddUserTitle": "Add New User",
|
|
114
|
+
"formNameLabel": "Name",
|
|
115
|
+
"formEmailLabel": "Email",
|
|
116
|
+
"formPasswordLabel": "Password",
|
|
117
|
+
"hidePassword": "Hide password",
|
|
118
|
+
"showPassword": "Show password",
|
|
119
|
+
"verifyYourInput": "Verify your input",
|
|
120
|
+
"title": "Users Management",
|
|
121
|
+
"description": "Manage all users in your application",
|
|
122
|
+
"totalUsers": "Total Users",
|
|
123
|
+
"totalNewUsers7Days": "New Users (7 days)",
|
|
124
|
+
"totalValidatedUsers": "Validated Users",
|
|
125
|
+
"totalBlockedUsers": "Blocked Users",
|
|
126
|
+
"searchPlaceholder": "Search users by name or email...",
|
|
127
|
+
"filterPlaceholder": "Filter users",
|
|
128
|
+
"filterOptionAll": "All",
|
|
129
|
+
"filterOptionNew": "New (7d)",
|
|
130
|
+
"filterOptionBlocked": "Blocked",
|
|
131
|
+
"noUsersFound": "No users found. Adjust the filters to see more results.",
|
|
132
|
+
"buttonEditUser": "Edit",
|
|
133
|
+
"blocked": "Blocked",
|
|
134
|
+
"active": "Active",
|
|
135
|
+
"google": "Google",
|
|
136
|
+
"googleConnected": "Google account connected",
|
|
137
|
+
"github": "GitHub",
|
|
138
|
+
"githubConnected": "GitHub account connected",
|
|
139
|
+
"facebook": "Facebook",
|
|
140
|
+
"facebookConnected": "Facebook account connected",
|
|
141
|
+
"noConnectedAccounts": "No connected accounts",
|
|
142
|
+
"noMfaMethods": "No MFA methods",
|
|
143
|
+
"reason": "Reason:",
|
|
144
|
+
"until": "Until:",
|
|
145
|
+
"titleEditUser": "Edit User",
|
|
146
|
+
"tabOverview": "Overview",
|
|
147
|
+
"tabEdit": "Edit",
|
|
148
|
+
"tabCredentials": "Credentials",
|
|
149
|
+
"tabIdentifiers": "Identifiers",
|
|
150
|
+
"tabMfa": "MFA",
|
|
151
|
+
"tabSessions": "Sessions",
|
|
152
|
+
"cardLastLoginDescription": "Last Login",
|
|
153
|
+
"cardLastLoginTitle": "Never",
|
|
154
|
+
"securityTitle": "Security Overview",
|
|
155
|
+
"securityDescription": "Security Level",
|
|
156
|
+
"securityLevelHight": "High",
|
|
157
|
+
"securityLevelMedium": "Medium",
|
|
158
|
+
"cardMfaMethods": "MFA Methods",
|
|
159
|
+
"cardUserId": "User ID",
|
|
160
|
+
"recentActivityTitle": "Recent Activities",
|
|
161
|
+
"buttonDeleteUser": "Delete User",
|
|
162
|
+
"dialogDeleteUserTitle": "Delete User Confirmation",
|
|
163
|
+
"dialogDeleteUserDescription": "Are you sure to delete this user? This can not be undone.",
|
|
164
|
+
"deleteUserCancel": "Cancel",
|
|
165
|
+
"deleteUserConfirm": "Delete User",
|
|
166
|
+
"userUpdatedSuccess": "User updated successfully",
|
|
167
|
+
"status": "Status",
|
|
168
|
+
"accountSuspended": "Account Suspended",
|
|
169
|
+
"mfaTitle": "Multi-Factor Authentication",
|
|
170
|
+
"mfaEnabled": "Enabled",
|
|
171
|
+
"mfaDisable": "Disable",
|
|
172
|
+
"noMfaEnabled": "No MFA methods enabled",
|
|
173
|
+
"enhanceSecurity": "Enhance security by enabling multi-factor authentication",
|
|
174
|
+
"connectedAccountsTitle": "Connected Accounts",
|
|
175
|
+
"connected": "Connected",
|
|
176
|
+
"notConnected": "Not connected",
|
|
177
|
+
"editNameLabel": "Name",
|
|
178
|
+
"editNamePlaceholder": "Enter user name",
|
|
179
|
+
"saveChanges": "Save Changes",
|
|
180
|
+
"cancel": "Cancel",
|
|
181
|
+
"noRecentActivity": "No recent activity from this user.",
|
|
182
|
+
"users": "Users",
|
|
183
|
+
"tabPermissions": "Permissions",
|
|
184
|
+
"permissionsTitle": "User Permissions",
|
|
185
|
+
"permissionsDescription": "Manage roles assigned to this user",
|
|
186
|
+
"noRolesAvailable": "No roles available in the system",
|
|
187
|
+
"loadingRoles": "Loading roles...",
|
|
188
|
+
"roleAssigned": "Role assigned successfully",
|
|
189
|
+
"roleRemoved": "Role removed successfully",
|
|
190
|
+
"errorLoadingRoles": "Error loading roles",
|
|
191
|
+
"errorAssigningRole": "Error assigning role",
|
|
192
|
+
"errorRemovingRole": "Error removing role"
|
|
193
|
+
},
|
|
194
|
+
"RolePage": {
|
|
195
|
+
"title": "Roles Management",
|
|
196
|
+
"description": "Manage all system roles and permissions",
|
|
197
|
+
"roles": "Roles",
|
|
198
|
+
"buttonAddRole": "Add Role",
|
|
199
|
+
"totalRoles": "Total Roles",
|
|
200
|
+
"totalUsers": "Total Users",
|
|
201
|
+
"totalMenus": "Total Menus",
|
|
202
|
+
"totalRoutes": "Total Routes",
|
|
203
|
+
"searchPlaceholder": "Search roles...",
|
|
204
|
+
"noRolesFound": "No roles found",
|
|
205
|
+
"buttonEditRole": "Edit",
|
|
206
|
+
"dialogAddRoleTitle": "Add New Role",
|
|
207
|
+
"dialogAddRoleDescription": "Fill in the information to create a new role",
|
|
208
|
+
"formSlugLabel": "Slug",
|
|
209
|
+
"formSlugPlaceholder": "admin",
|
|
210
|
+
"formNameLabel": "Name",
|
|
211
|
+
"formNamePlaceholder": "Administrator",
|
|
212
|
+
"formDescriptionLabel": "Description",
|
|
213
|
+
"formDescriptionPlaceholder": "Role with full system access",
|
|
214
|
+
"errorSlug": "Slug must be at least 2 characters",
|
|
215
|
+
"errorName": "Name must be at least 2 characters",
|
|
216
|
+
"serverError": "An error occurred. Please try again later.",
|
|
217
|
+
"roleCreatedSuccess": "Role created successfully",
|
|
218
|
+
"roleUpdatedSuccess": "Role updated successfully",
|
|
219
|
+
"roleDeletedSuccess": "Role deleted successfully",
|
|
220
|
+
"titleEditRole": "Edit Role",
|
|
221
|
+
"tabBasicInfo": "Information",
|
|
222
|
+
"tabUsers": "Users",
|
|
223
|
+
"tabMenus": "Menus",
|
|
224
|
+
"tabRoutes": "Routes",
|
|
225
|
+
"basicInfoTitle": "Basic Information",
|
|
226
|
+
"basicInfoDescription": "Edit the role's basic information",
|
|
227
|
+
"editSlugLabel": "Slug",
|
|
228
|
+
"editNameLabel": "Name",
|
|
229
|
+
"editDescriptionLabel": "Description",
|
|
230
|
+
"saveChanges": "Save Changes",
|
|
231
|
+
"cancel": "Cancel",
|
|
232
|
+
"usersTitle": "Users with this Role",
|
|
233
|
+
"usersDescription": "Manage users who have this role",
|
|
234
|
+
"noUsersInRole": "No users have this role",
|
|
235
|
+
"loadingUsers": "Loading users...",
|
|
236
|
+
"userAssigned": "User assigned successfully",
|
|
237
|
+
"userRemoved": "User removed successfully",
|
|
238
|
+
"errorAssigningUser": "Error assigning user",
|
|
239
|
+
"errorRemovingUser": "Error removing user",
|
|
240
|
+
"menusTitle": "Associated Menus",
|
|
241
|
+
"menusDescription": "Manage menus this role can access",
|
|
242
|
+
"noMenusInRole": "No menus associated with this role",
|
|
243
|
+
"loadingMenus": "Loading menus...",
|
|
244
|
+
"menuAssigned": "Menu associated successfully",
|
|
245
|
+
"menuRemoved": "Menu removed successfully",
|
|
246
|
+
"errorAssigningMenu": "Error associating menu",
|
|
247
|
+
"errorRemovingMenu": "Error removing menu",
|
|
248
|
+
"routesTitle": "Allowed Routes",
|
|
249
|
+
"routesDescription": "Manage routes this role can access",
|
|
250
|
+
"noRoutesInRole": "No routes associated with this role",
|
|
251
|
+
"loadingRoutes": "Loading routes...",
|
|
252
|
+
"routeAssigned": "Route associated successfully",
|
|
253
|
+
"routeRemoved": "Route removed successfully",
|
|
254
|
+
"errorAssigningRoute": "Error associating route",
|
|
255
|
+
"errorRemovingRoute": "Error removing route",
|
|
256
|
+
"searchUsers": "Search users...",
|
|
257
|
+
"searchRoutes": "Search routes...",
|
|
258
|
+
"selectSearchType": "Search type",
|
|
259
|
+
"searchContains": "Contains",
|
|
260
|
+
"searchStartsWith": "Starts with",
|
|
261
|
+
"searchEndsWith": "Ends with",
|
|
262
|
+
"selectMethod": "HTTP Method",
|
|
263
|
+
"allMethods": "All methods",
|
|
264
|
+
"buttonDeleteRole": "Delete Role",
|
|
265
|
+
"dialogDeleteRoleTitle": "Delete Role Confirmation",
|
|
266
|
+
"dialogDeleteRoleDescription": "Are you sure you want to delete this role? This action cannot be undone.",
|
|
267
|
+
"deleteRoleCancel": "Cancel",
|
|
268
|
+
"deleteRoleConfirm": "Delete Role",
|
|
269
|
+
"verifyYourInput": "Verify your input",
|
|
270
|
+
"noUsersAvailable": "No users available",
|
|
271
|
+
"noMenusAvailable": "No menus available",
|
|
272
|
+
"noRoutesAvailable": "No routes available",
|
|
273
|
+
"selectLocale": "Select language",
|
|
274
|
+
"editingInLocale": "Editing in",
|
|
275
|
+
"showing": "Showing",
|
|
276
|
+
"of": "of",
|
|
277
|
+
"users": "users",
|
|
278
|
+
"user": "user",
|
|
279
|
+
"menus": "menus",
|
|
280
|
+
"menu": "menu",
|
|
281
|
+
"routes": "routes",
|
|
282
|
+
"route": "route",
|
|
283
|
+
"rowsPerPage": "Rows per page",
|
|
284
|
+
"page": "Page",
|
|
285
|
+
"goToFirstPage": "Go to first page",
|
|
286
|
+
"goToPreviousPage": "Go to previous page",
|
|
287
|
+
"goToNextPage": "Go to next page",
|
|
288
|
+
"goToLastPage": "Go to last page"
|
|
289
|
+
},
|
|
290
|
+
"MailPage": {
|
|
291
|
+
"breadcrumbHome": "Home",
|
|
292
|
+
"breadcrumbTitle": "Email Templates",
|
|
293
|
+
"newTemplate": "New Template",
|
|
294
|
+
"title": "Email Templates",
|
|
295
|
+
"description": "Manage your email templates",
|
|
296
|
+
"tableSlug": "Slug",
|
|
297
|
+
"tableSubject": "Subject",
|
|
298
|
+
"tableVariables": "Variables",
|
|
299
|
+
"tableUpdated": "Updated",
|
|
300
|
+
"tableActions": "Actions",
|
|
301
|
+
"editTemplate": "Edit Template",
|
|
302
|
+
"newTemplateTitle": "New Template",
|
|
303
|
+
"editTemplateDescription": "Edit email template information",
|
|
304
|
+
"newTemplateDescription": "Create a new email template",
|
|
305
|
+
"slugLabel": "Slug",
|
|
306
|
+
"slugPlaceholder": "welcome-email",
|
|
307
|
+
"subjectLabel": "Subject",
|
|
308
|
+
"subjectPlaceholder": "Welcome!",
|
|
309
|
+
"variablesLabel": "Variables",
|
|
310
|
+
"variablesPlaceholder": "name, link, email",
|
|
311
|
+
"variablesHelp": "Use '{{variable}}' in the email body",
|
|
312
|
+
"bodyLabel": "HTML Body",
|
|
313
|
+
"localeLabel": "Language",
|
|
314
|
+
"preview": "Preview",
|
|
315
|
+
"availableVariables": "Available variables:",
|
|
316
|
+
"testValuePlaceholder": "Test value",
|
|
317
|
+
"downloadYAML": "Download YAML",
|
|
318
|
+
"generateMigration": "Generate Migration",
|
|
319
|
+
"sendTestEmail": "Send test email",
|
|
320
|
+
"cancel": "Cancel",
|
|
321
|
+
"saveChanges": "Save Changes",
|
|
322
|
+
"createTemplate": "Create Template",
|
|
323
|
+
"sendTestEmailTitle": "Send Test Email",
|
|
324
|
+
"sendTestEmailDescription": "Configure recipient and variable values to send a test email",
|
|
325
|
+
"recipientLabel": "Recipient Email",
|
|
326
|
+
"recipientPlaceholder": "example@email.com",
|
|
327
|
+
"variableValuesTitle": "Variable Values:",
|
|
328
|
+
"variableValuePlaceholder": "Test value",
|
|
329
|
+
"emailPreview": "Email Preview",
|
|
330
|
+
"sendEmail": "Send Email",
|
|
331
|
+
"deleteConfirmTitle": "Confirm Deletion",
|
|
332
|
+
"deleteConfirmDescription": "Are you sure you want to delete this template? This action cannot be undone.",
|
|
333
|
+
"delete": "Delete",
|
|
334
|
+
"deleteSuccess": "Email template deleted successfully!",
|
|
335
|
+
"deleteError": "An error occurred while deleting email template",
|
|
336
|
+
"noTemplateSelected": "No template selected",
|
|
337
|
+
"noValidTranslations": "No valid translations found",
|
|
338
|
+
"migrationSuccess": "Migration generated successfully!",
|
|
339
|
+
"migrationError": "Error generating migration",
|
|
340
|
+
"testEmailSuccess": "Test email sent successfully!",
|
|
341
|
+
"testEmailError": "Error sending test email",
|
|
342
|
+
"templateEditSuccess": "Email template edited successfully!",
|
|
343
|
+
"templateCreateSuccess": "Email template created successfully!",
|
|
344
|
+
"yamlDownloadError": "Error downloading YAML",
|
|
345
|
+
"exportSelected": "Export Selected",
|
|
346
|
+
"noTemplatesSelected": "No templates selected for export",
|
|
347
|
+
"exportSuccess": "Templates exported successfully!",
|
|
348
|
+
"exportError": "Error exporting templates",
|
|
349
|
+
"downloadHTML": "Download HTML",
|
|
350
|
+
"htmlDownloadSuccess": "HTML downloaded successfully!",
|
|
351
|
+
"htmlDownloadError": "Error downloading HTML",
|
|
352
|
+
"import": "Import",
|
|
353
|
+
"importSuccess": "Templates imported successfully!",
|
|
354
|
+
"importError": "Error importing templates",
|
|
355
|
+
"importConflictTitle": "Templates already exist",
|
|
356
|
+
"importConflictDescription": "The following templates already exist in the database. Do you want to overwrite them?",
|
|
357
|
+
"conflictingSlugs": "Conflicting slugs",
|
|
358
|
+
"overwrite": "Overwrite"
|
|
359
|
+
},
|
|
360
|
+
"UserActivity": {
|
|
361
|
+
"login": "Logged in",
|
|
362
|
+
"register": "Registered",
|
|
363
|
+
"forgotPassword": "Requested password recovery",
|
|
364
|
+
"logout": "Logged out",
|
|
365
|
+
"resetPassword": "Reset the password",
|
|
366
|
+
"revokeAllSessions": "Revoked all sessions",
|
|
367
|
+
"revokeSession": "Revoked a session"
|
|
368
|
+
},
|
|
369
|
+
"LoginPage": {
|
|
370
|
+
"title": "Authentication",
|
|
371
|
+
"emailLabel": "Email",
|
|
372
|
+
"emailPlaceholder": "Enter your email",
|
|
373
|
+
"passwordLabel": "Password",
|
|
374
|
+
"passwordPlaceholder": "Enter your password",
|
|
375
|
+
"forgotPassword": "Forgot password?",
|
|
376
|
+
"loginButton": "Log In",
|
|
377
|
+
"loginButtonLoading": "Logging In...",
|
|
378
|
+
"errorTitle": "Login Failed",
|
|
379
|
+
"loginSuccess": "Login successful!",
|
|
380
|
+
"emailRequired": "Email is required",
|
|
381
|
+
"emailInvalid": "Email is invalid",
|
|
382
|
+
"passwordRequired": "Password is required",
|
|
383
|
+
"passwordMinLength": "Password must be at least 6 characters long",
|
|
384
|
+
"mfaVerificationMessage": "Enter the verification code",
|
|
385
|
+
"hidePassword": "Hide password",
|
|
386
|
+
"showPassword": "Show password",
|
|
387
|
+
"loginWith": "Sign in with"
|
|
388
|
+
},
|
|
389
|
+
"ForgotPage": {
|
|
390
|
+
"title": "Forgot Password",
|
|
391
|
+
"emailLabel": "Email",
|
|
392
|
+
"emailPlaceholder": "Enter your email",
|
|
393
|
+
"forgotButton": "Submit",
|
|
394
|
+
"forgotButtonLoading": "Submitting...",
|
|
395
|
+
"errorTitle": "Request Failed",
|
|
396
|
+
"forgotSuccess": "If an account with that email exists, a password reset link has been sent.",
|
|
397
|
+
"emailRequired": "Email is required",
|
|
398
|
+
"emailInvalid": "Email is invalid"
|
|
399
|
+
},
|
|
400
|
+
"NavUser": {
|
|
401
|
+
"account": "Account",
|
|
402
|
+
"notifications": "Notifications",
|
|
403
|
+
"preferences": "Settings",
|
|
404
|
+
"logout": "Log Out"
|
|
405
|
+
},
|
|
406
|
+
"MfaPage": {
|
|
407
|
+
"errorMfaTokenNotFound": "MFA token not found",
|
|
408
|
+
"errorMfaTokenNotFoundRedirect": "MFA token not found. Redirecting...",
|
|
409
|
+
"successAuth": "Authentication completed successfully",
|
|
410
|
+
"errorWebAuthnFailed": "Security key authentication failed. Please try again.",
|
|
411
|
+
"errorInvalidCode": "Invalid code. Please try again.",
|
|
412
|
+
"errorCodeLength": "Code must be {length} digits",
|
|
413
|
+
"errorRecoveryCodeRequired": "Enter the recovery code",
|
|
414
|
+
"successCodeResent": "Code resent successfully",
|
|
415
|
+
"errorCodeResend": "Error resending code",
|
|
416
|
+
"title": "Two-Factor Authentication",
|
|
417
|
+
"descriptionWebAuthnOnly": "Use your security key to authenticate",
|
|
418
|
+
"descriptionMultipleMethods": "Choose a verification method",
|
|
419
|
+
"tabApp": "App",
|
|
420
|
+
"tabEmail": "Email",
|
|
421
|
+
"tabSecurityKey": "Security Key",
|
|
422
|
+
"tabRecoveryCode": "Recovery Code",
|
|
423
|
+
"instructionTotp": "Enter the code from your authenticator app",
|
|
424
|
+
"instructionEmail": "Enter the code sent to your email",
|
|
425
|
+
"instructionWebAuthn": "Use your security key to authenticate",
|
|
426
|
+
"instructionRecovery": "Enter one of your recovery codes",
|
|
427
|
+
"labelTotpCode": "{length}-digit code",
|
|
428
|
+
"labelEmailCode": "{length}-digit code",
|
|
429
|
+
"labelRecoveryCode": "Recovery code",
|
|
430
|
+
"buttonResendCode": "Resend code",
|
|
431
|
+
"buttonResendIn": "Resend in {seconds}s",
|
|
432
|
+
"buttonResending": "Resending...",
|
|
433
|
+
"buttonVerifyCode": "Verify Code",
|
|
434
|
+
"buttonAuthenticate": "Authenticate",
|
|
435
|
+
"buttonVerifying": "Verifying...",
|
|
436
|
+
"buttonUseSecurityKey": "Use Security Key",
|
|
437
|
+
"buttonAuthenticating": "Authenticating...",
|
|
438
|
+
"buttonBackToLogin": "Back to login",
|
|
439
|
+
"alertErrorTitle": "Verification Error",
|
|
440
|
+
"webAuthnClickInstructions": "Click the button below and follow your browser's instructions"
|
|
441
|
+
},
|
|
442
|
+
"OAuthCallback": {
|
|
443
|
+
"google": {
|
|
444
|
+
"loginTitle": "Completing login...",
|
|
445
|
+
"loginDescription": "Please wait while we process your Google authentication",
|
|
446
|
+
"loginSuccess": "Login successful!",
|
|
447
|
+
"registerTitle": "Completing registration...",
|
|
448
|
+
"registerDescription": "Please wait while we process your Google authentication",
|
|
449
|
+
"registerSuccess": "Account created successfully!",
|
|
450
|
+
"connectTitle": "Completing account connection...",
|
|
451
|
+
"connectDescription": "Please wait while we process your Google authentication",
|
|
452
|
+
"connectSuccess": "Account connected successfully!",
|
|
453
|
+
"errorTitle": "Unable to authenticate",
|
|
454
|
+
"buttonRetry": "Try again",
|
|
455
|
+
"loading": "Loading...",
|
|
456
|
+
"errorOccurred": "An error occurred."
|
|
457
|
+
},
|
|
458
|
+
"github": {
|
|
459
|
+
"loginTitle": "Completing login...",
|
|
460
|
+
"loginDescription": "Please wait while we process your GitHub authentication",
|
|
461
|
+
"loginSuccess": "Login successful!",
|
|
462
|
+
"registerTitle": "Completing registration...",
|
|
463
|
+
"registerDescription": "Please wait while we process your GitHub authentication",
|
|
464
|
+
"registerSuccess": "Account created successfully!",
|
|
465
|
+
"connectTitle": "Completing account connection...",
|
|
466
|
+
"connectDescription": "Please wait while we process your GitHub authentication",
|
|
467
|
+
"connectSuccess": "Account connected successfully!",
|
|
468
|
+
"errorTitle": "Unable to authenticate",
|
|
469
|
+
"buttonRetry": "Try again",
|
|
470
|
+
"loading": "Loading...",
|
|
471
|
+
"errorOccurred": "An error occurred."
|
|
472
|
+
},
|
|
473
|
+
"facebook": {
|
|
474
|
+
"loginTitle": "Completing login...",
|
|
475
|
+
"loginDescription": "Please wait while we process your Facebook authentication",
|
|
476
|
+
"loginSuccess": "Login successful!",
|
|
477
|
+
"registerTitle": "Completing registration...",
|
|
478
|
+
"registerDescription": "Please wait while we process your Facebook authentication",
|
|
479
|
+
"registerSuccess": "Account created successfully!",
|
|
480
|
+
"connectTitle": "Completing account connection...",
|
|
481
|
+
"connectDescription": "Please wait while we process your Facebook authentication",
|
|
482
|
+
"connectSuccess": "Account connected successfully!",
|
|
483
|
+
"errorTitle": "Unable to authenticate",
|
|
484
|
+
"buttonRetry": "Try again",
|
|
485
|
+
"loading": "Loading...",
|
|
486
|
+
"errorOccurred": "An error occurred."
|
|
487
|
+
},
|
|
488
|
+
"microsoft": {
|
|
489
|
+
"loginTitle": "Completing login...",
|
|
490
|
+
"loginDescription": "Please wait while we process your Microsoft authentication",
|
|
491
|
+
"loginSuccess": "Login successful!",
|
|
492
|
+
"registerTitle": "Completing registration...",
|
|
493
|
+
"registerDescription": "Please wait while we process your Microsoft authentication",
|
|
494
|
+
"registerSuccess": "Account created successfully!",
|
|
495
|
+
"connectTitle": "Completing account connection...",
|
|
496
|
+
"connectDescription": "Please wait while we process your Microsoft authentication",
|
|
497
|
+
"connectSuccess": "Account connected successfully!",
|
|
498
|
+
"errorTitle": "Unable to authenticate",
|
|
499
|
+
"buttonRetry": "Try again",
|
|
500
|
+
"loading": "Loading...",
|
|
501
|
+
"errorOccurred": "An error occurred."
|
|
502
|
+
},
|
|
503
|
+
"microsoft-entra-id": {
|
|
504
|
+
"loginTitle": "Completing login...",
|
|
505
|
+
"loginDescription": "Please wait while we process your Microsoft Entra ID authentication",
|
|
506
|
+
"loginSuccess": "Login successful!",
|
|
507
|
+
"registerTitle": "Completing registration...",
|
|
508
|
+
"registerDescription": "Please wait while we process your Microsoft Entra ID authentication",
|
|
509
|
+
"registerSuccess": "Account created successfully!",
|
|
510
|
+
"connectTitle": "Completing account connection...",
|
|
511
|
+
"connectDescription": "Please wait while we process your Microsoft Entra ID authentication",
|
|
512
|
+
"connectSuccess": "Account connected successfully!",
|
|
513
|
+
"errorTitle": "Unable to authenticate",
|
|
514
|
+
"buttonRetry": "Try again",
|
|
515
|
+
"loading": "Loading...",
|
|
516
|
+
"errorOccurred": "An error occurred."
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"ConnectedAccounts": {
|
|
520
|
+
"title": "Connected Accounts",
|
|
521
|
+
"description": "Manage your connected social accounts and OAuth providers",
|
|
522
|
+
"connected": "Connected",
|
|
523
|
+
"disconnect": "Disconnect",
|
|
524
|
+
"connect": "Connect",
|
|
525
|
+
"disconnectSuccess": "Disconnected successfully!",
|
|
526
|
+
"disconnectFailure": "Failed to disconnect"
|
|
527
|
+
},
|
|
528
|
+
"TwoFactorAuth": {
|
|
529
|
+
"title": "Two-Factor Authentication",
|
|
530
|
+
"description": "Add an extra layer of security to your account",
|
|
531
|
+
"noMethodsConfigured": "No two-factor methods configured",
|
|
532
|
+
"regenerateRecoveryCodes": "Regenerate Recovery Codes",
|
|
533
|
+
"verified": "Verified",
|
|
534
|
+
"notVerified": "Not Verified",
|
|
535
|
+
"editMfaName": "Edit MFA name",
|
|
536
|
+
"nameLabel": "Name",
|
|
537
|
+
"mfaNameAriaLabel": "MFA name",
|
|
538
|
+
"cancel": "Cancel",
|
|
539
|
+
"save": "Save"
|
|
540
|
+
},
|
|
541
|
+
"RecoveryCodes": {
|
|
542
|
+
"title": "Recovery Codes",
|
|
543
|
+
"description": "Save these codes in a secure location. You can use them to access your account if you lose access to your authenticator device.",
|
|
544
|
+
"warningMessage": "⚠️ Each code can only be used once. Store them safely - you won't be able to see them again.",
|
|
545
|
+
"infoMessage": "ℹ️ If you had previous recovery codes, they are no longer valid and have been cancelled. Only these new codes will work.",
|
|
546
|
+
"copyAllCodes": "Copy All Codes",
|
|
547
|
+
"downloadCodes": "Download Codes",
|
|
548
|
+
"confirmSaved": "I confirm that I've saved my codes",
|
|
549
|
+
"errorNotConfirmed": "Please confirm that you've saved the codes before closing.",
|
|
550
|
+
"confirmAndClose": "Confirm and close",
|
|
551
|
+
"codeCopied": "Recovery code copied",
|
|
552
|
+
"codeCopyFailed": "Failed to copy code",
|
|
553
|
+
"allCodesCopied": "Recovery codes copied to clipboard",
|
|
554
|
+
"allCodesCopyFailed": "Failed to copy codes",
|
|
555
|
+
"noCodesAvailable": "No recovery codes to download",
|
|
556
|
+
"codesDownloaded": "Recovery codes downloaded",
|
|
557
|
+
"downloadFailed": "Failed to download codes"
|
|
558
|
+
},
|
|
559
|
+
"RegenerateRecoveryCodes": {
|
|
560
|
+
"title": "Regenerate Recovery Codes",
|
|
561
|
+
"description": "This will generate 10 new recovery codes and invalidate all existing ones. Make sure to save the new codes in a secure location.",
|
|
562
|
+
"warningMessage": "⚠️ Warning: All your current recovery codes will be immediately cancelled and will no longer work.",
|
|
563
|
+
"buttonApp": "App",
|
|
564
|
+
"buttonEmail": "Email",
|
|
565
|
+
"buttonSecurityKey": "Security Key",
|
|
566
|
+
"buttonRecoveryCode": "Recovery Code",
|
|
567
|
+
"labelEmail": "Enter the code sent to your email",
|
|
568
|
+
"labelRecovery": "Enter one of your existing recovery codes",
|
|
569
|
+
"labelWebAuthn": "Click the button above to use your security key",
|
|
570
|
+
"labelTotp": "Enter your authenticator code to confirm",
|
|
571
|
+
"webAuthnInstruction": "Use the \"Security Key\" button above to authenticate",
|
|
572
|
+
"placeholderRecovery": "XXXXXXXX",
|
|
573
|
+
"buttonCancel": "Cancel",
|
|
574
|
+
"buttonGenerating": "Verifying...",
|
|
575
|
+
"buttonGenerate": "Generate New Codes",
|
|
576
|
+
"buttonAuthenticating": "Authenticating...",
|
|
577
|
+
"resendCode": "Resend Code",
|
|
578
|
+
"resending": "Resending...",
|
|
579
|
+
"resendIn": "Resend in {seconds}s",
|
|
580
|
+
"codeResent": "Code resent successfully",
|
|
581
|
+
"resendFailed": "Failed to resend code"
|
|
582
|
+
},
|
|
583
|
+
"ActiveSessions": {
|
|
584
|
+
"title": "Active Sessions",
|
|
585
|
+
"description": "Manage your active sessions and devices",
|
|
586
|
+
"revokeAllSessions": "Revoke All Sessions",
|
|
587
|
+
"revokeAllOtherSessions": "Revoke All Other Sessions",
|
|
588
|
+
"device": "Device",
|
|
589
|
+
"browser": "Browser",
|
|
590
|
+
"location": "Location",
|
|
591
|
+
"createdAt": "Created At",
|
|
592
|
+
"expiredAt": "Expired At",
|
|
593
|
+
"action": "Action",
|
|
594
|
+
"currentSession": "Current Session",
|
|
595
|
+
"revoke": "Revoke",
|
|
596
|
+
"noActiveSessions": "No active sessions found",
|
|
597
|
+
"revokeSessionTitle": "Revoke Session",
|
|
598
|
+
"revokeSessionDescription": "Are you sure you want to revoke this session? The device will be logged out immediately and will need to sign in again.",
|
|
599
|
+
"revokeAllSessionsTitle": "Revoke All Sessions",
|
|
600
|
+
"revokeAllSessionsDescription": "Are you sure you want to revoke all the sessions (which includes the current one)? The devices will be logged out immediately and will need to sign in again.",
|
|
601
|
+
"revokeAllOtherSessionsTitle": "Revoke All Other Sessions",
|
|
602
|
+
"revokeAllOtherSessionsDescription": "Are you sure you want to revoke all other sessions (except the current one)? The devices will be logged out immediately and will need to sign in again.",
|
|
603
|
+
"cancel": "Cancel",
|
|
604
|
+
"revokeSession": "Revoke Session",
|
|
605
|
+
"revokeSessions": "Revoke Sessions",
|
|
606
|
+
"revokeSuccess": "Session revoked successfully!",
|
|
607
|
+
"revokeFailure": "Failed to revoke session",
|
|
608
|
+
"revokeAllSuccess": "Sessions revoked successfully!",
|
|
609
|
+
"revokeAllFailure": "Failed to revoke sessions"
|
|
610
|
+
},
|
|
611
|
+
"UserActiveSessions": {
|
|
612
|
+
"title": "Active Sessions",
|
|
613
|
+
"revokeAll": "Revoke All",
|
|
614
|
+
"currentSession": "Current Session",
|
|
615
|
+
"otherSession": "Other Session",
|
|
616
|
+
"lastActive": "Last active:",
|
|
617
|
+
"ip": "IP:",
|
|
618
|
+
"expires": "Expires:",
|
|
619
|
+
"active": "Active",
|
|
620
|
+
"noActiveSession": "No active session",
|
|
621
|
+
"noOtherSessions": "No other active sessions",
|
|
622
|
+
"disconnect": "Disconnect",
|
|
623
|
+
"revokeSuccess": "Session successfully revoked!",
|
|
624
|
+
"revokeFailure": "Failed to revoke session",
|
|
625
|
+
"revokeAllSuccess": "Sessions successfully revoked!",
|
|
626
|
+
"revokeAllFailure": "Failed to revoke sessions"
|
|
627
|
+
},
|
|
628
|
+
"UserIdentifiers": {
|
|
629
|
+
"title": "User Identifiers",
|
|
630
|
+
"email": "Email",
|
|
631
|
+
"phone": "Phone",
|
|
632
|
+
"username": "Username",
|
|
633
|
+
"identifier": "Identifier",
|
|
634
|
+
"verified": "Verified",
|
|
635
|
+
"unverified": "Unverified",
|
|
636
|
+
"verify": "Verify",
|
|
637
|
+
"verifySuccess": "Identifier verified successfully",
|
|
638
|
+
"verifyError": "Failed to send verification code",
|
|
639
|
+
"verificationCodeSent": "Verification code sent successfully",
|
|
640
|
+
"invalidPin": "Invalid verification code",
|
|
641
|
+
"verifyDialogTitle": "Verify Identifier",
|
|
642
|
+
"verifyDialogDescription": "Enter the verification code sent to the user's identifier.",
|
|
643
|
+
"pinCodeLabel": "Verification Code",
|
|
644
|
+
"resendCode": "Resend Code",
|
|
645
|
+
"cancel": "Cancel",
|
|
646
|
+
"confirmVerification": "Confirm",
|
|
647
|
+
"created": "Created:",
|
|
648
|
+
"updated": "Updated:",
|
|
649
|
+
"noIdentifiers": "No additional identifiers"
|
|
650
|
+
},
|
|
651
|
+
"PaginationFooter": {
|
|
652
|
+
"selectedItems": "{count} of {total} item(s) selected.",
|
|
653
|
+
"totalItems": "{total} total item(s).",
|
|
654
|
+
"itemsPerPage": "Items per page",
|
|
655
|
+
"page": "Page",
|
|
656
|
+
"of": "of",
|
|
657
|
+
"goToFirstPage": "Go to first page",
|
|
658
|
+
"goToPreviousPage": "Go to previous page",
|
|
659
|
+
"goToNextPage": "Go to next page",
|
|
660
|
+
"goToLastPage": "Go to last page"
|
|
661
|
+
},
|
|
662
|
+
"MfaAddButtons": {
|
|
663
|
+
"addEmail": "Add Email",
|
|
664
|
+
"addAuthenticator": "Add Authenticator",
|
|
665
|
+
"addSecurityKey": "Add Security Key"
|
|
666
|
+
},
|
|
667
|
+
"EmailRequestDialog": {
|
|
668
|
+
"title": "Add Email MFA",
|
|
669
|
+
"description": "Enter the email address where you want to receive verification codes",
|
|
670
|
+
"emailLabel": "Email Address",
|
|
671
|
+
"emailPlaceholder": "your@email.com",
|
|
672
|
+
"cancelButton": "Cancel",
|
|
673
|
+
"sendButton": "Send Code",
|
|
674
|
+
"sending": "Sending..."
|
|
675
|
+
},
|
|
676
|
+
"RemoveMfaDialog": {
|
|
677
|
+
"title": "Remove MFA Method",
|
|
678
|
+
"description": "You are about to remove <strong>{methodName}</strong>. Please verify your identity to continue.",
|
|
679
|
+
"warningMessage": "⚠️ Warning: This action cannot be undone. Make sure you have another way to access your account.",
|
|
680
|
+
"useAuthenticator": "Use Authenticator",
|
|
681
|
+
"useEmail": "Use Email",
|
|
682
|
+
"useRecoveryCode": "Use Recovery Code",
|
|
683
|
+
"useWebAuthn": "Use Security Key",
|
|
684
|
+
"verificationCodeLabel": "Verification Code",
|
|
685
|
+
"recoveryCodeLabel": "Recovery Code",
|
|
686
|
+
"recoveryCodePlaceholder": "Enter recovery code",
|
|
687
|
+
"labelEmail": "Enter the code sent to your email",
|
|
688
|
+
"labelRecovery": "Enter one of your recovery codes",
|
|
689
|
+
"labelWebAuthn": "Click the button above to use your security key",
|
|
690
|
+
"labelTotp": "Enter the code from your authenticator app",
|
|
691
|
+
"webAuthnInstruction": "Use the \"Security Key\" button above to authenticate",
|
|
692
|
+
"placeholderRecovery": "XXXXXXXX",
|
|
693
|
+
"cancelButton": "Cancel",
|
|
694
|
+
"removeButton": "Remove Method",
|
|
695
|
+
"removing": "Removing...",
|
|
696
|
+
"resendCode": "Resend Code",
|
|
697
|
+
"resending": "Resending...",
|
|
698
|
+
"resendIn": "Resend in {seconds}s",
|
|
699
|
+
"codeResent": "Code resent successfully",
|
|
700
|
+
"resendFailed": "Failed to resend code",
|
|
701
|
+
"emailNotFound": "User email not found"
|
|
702
|
+
},
|
|
703
|
+
"MfaSetupDialog": {
|
|
704
|
+
"titleRemove": "Remove Two-Factor Method",
|
|
705
|
+
"titleSetup": "Setup {methodName}",
|
|
706
|
+
"descriptionRemove": "Enter your verification code to confirm removal",
|
|
707
|
+
"descriptionSetup": "Follow the instructions to setup two-factor authentication",
|
|
708
|
+
"scanQrCode": "Scan this QR code with your authenticator app",
|
|
709
|
+
"methodNameLabel": "Method Name",
|
|
710
|
+
"methodNamePlaceholder": "e.g., {methodLabel} {example}",
|
|
711
|
+
"securityKeyNameLabel": "Security Key Name",
|
|
712
|
+
"securityKeyNamePlaceholder": "e.g., YubiKey 5C",
|
|
713
|
+
"securityKeyInstructions": "Click \"Register Security Key\" below and follow your browser's prompts to register your security key or built-in authenticator.",
|
|
714
|
+
"verificationCodeLabel": "Verification Code",
|
|
715
|
+
"recoveryCodeLabel": "Recovery Code",
|
|
716
|
+
"recoveryCodePlaceholder": "Enter recovery code",
|
|
717
|
+
"useVerificationCode": "Use verification code",
|
|
718
|
+
"useRecoveryCode": "Use recovery code instead",
|
|
719
|
+
"cancelButton": "Cancel",
|
|
720
|
+
"registerButton": "Register Security Key",
|
|
721
|
+
"verifyButton": "Verify & Add",
|
|
722
|
+
"verifyRemoveButton": "Verify & Remove"
|
|
723
|
+
},
|
|
724
|
+
"VerifyBeforeAddDialog": {
|
|
725
|
+
"title": "Verify Your Identity",
|
|
726
|
+
"description": "You already have MFA enabled. Please verify your identity before adding a new method.",
|
|
727
|
+
"buttonApp": "App",
|
|
728
|
+
"buttonEmail": "Email",
|
|
729
|
+
"buttonSecurityKey": "Security Key",
|
|
730
|
+
"buttonRecoveryCode": "Recovery Code",
|
|
731
|
+
"labelEmail": "Enter the code sent to your email",
|
|
732
|
+
"labelRecovery": "Enter one of your recovery codes",
|
|
733
|
+
"labelWebAuthn": "Click the button above to use your security key",
|
|
734
|
+
"labelTotp": "Enter the code from your authenticator app",
|
|
735
|
+
"webAuthnInstruction": "Use the \"Security Key\" button above to authenticate",
|
|
736
|
+
"placeholderRecovery": "XXXXXXXX",
|
|
737
|
+
"buttonCancel": "Cancel",
|
|
738
|
+
"buttonVerify": "Verify",
|
|
739
|
+
"buttonVerifying": "Verifying...",
|
|
740
|
+
"buttonAuthenticating": "Authenticating...",
|
|
741
|
+
"resendCode": "Resend Code",
|
|
742
|
+
"resending": "Resending...",
|
|
743
|
+
"resendIn": "Resend in {seconds}s",
|
|
744
|
+
"codeResent": "Code resent successfully",
|
|
745
|
+
"resendFailed": "Failed to resend code"
|
|
746
|
+
},
|
|
747
|
+
"MfaSetupHook": {
|
|
748
|
+
"checkEmailSent": "Check the e-mail sent to you.",
|
|
749
|
+
"scanQrCode": "Open the authenticator app and scan the QR Code.",
|
|
750
|
+
"methodAddedSuccess": "Two-factor method added successfully",
|
|
751
|
+
"nameUpdatedSuccess": "MFA name updated successfully",
|
|
752
|
+
"methodRemovedSuccess": "Two-factor method removed successfully",
|
|
753
|
+
"removeMethodFailed": "Failed to remove two-factor method",
|
|
754
|
+
"authenticateToRemove": "Please authenticate with your security key to remove it",
|
|
755
|
+
"securityKeyRemovedSuccess": "Security key removed successfully",
|
|
756
|
+
"authenticationCancelled": "Authentication cancelled or failed",
|
|
757
|
+
"removeSecurityKeyFailed": "Failed to remove security key",
|
|
758
|
+
"checkVerificationTypeFailed": "Failed to check MFA verification type",
|
|
759
|
+
"recoveryCodesRegeneratedSuccess": "Recovery codes regenerated successfully",
|
|
760
|
+
"regenerateRecoveryCodesFailed": "Failed to regenerate recovery codes",
|
|
761
|
+
"checkExistingMfaFailed": "Failed to check existing MFA",
|
|
762
|
+
"checkMfaBeforeRemoveFailed": "Failed to check MFA before remove",
|
|
763
|
+
"invalidVerificationCode": "Invalid verification code",
|
|
764
|
+
"securityKeyRegisteredSuccess": "Security key registered successfully",
|
|
765
|
+
"registrationCancelled": "Registration was cancelled or timed out",
|
|
766
|
+
"registerSecurityKeyFailed": "Failed to register security key",
|
|
767
|
+
"codeResent": "Code resent successfully",
|
|
768
|
+
"resendFailed": "Failed to resend code",
|
|
769
|
+
"emailNotFound": "Email not found"
|
|
770
|
+
},
|
|
771
|
+
"ChangeEmailForm": {
|
|
772
|
+
"title": "Change Email",
|
|
773
|
+
"description": "Update the email address you use to log in",
|
|
774
|
+
"currentEmailLabel": "Current Email",
|
|
775
|
+
"verified": "Verified",
|
|
776
|
+
"notVerified": "Not Verified",
|
|
777
|
+
"verifyButton": "Verify",
|
|
778
|
+
"newEmailLabel": "New Email",
|
|
779
|
+
"newEmailPlaceholder": "your.new.email@example.com",
|
|
780
|
+
"passwordLabel": "Password",
|
|
781
|
+
"passwordPlaceholder": "Enter your password to confirm",
|
|
782
|
+
"changeEmailButton": "Change Email",
|
|
783
|
+
"confirmTitle": "Confirm Email Change",
|
|
784
|
+
"confirmDescription": "Are you sure you want to change your email to <strong>{newEmail}</strong>? You will need to verify the new email address before you can use it to log in.",
|
|
785
|
+
"cancelButton": "Cancel",
|
|
786
|
+
"confirmButton": "Confirm Change",
|
|
787
|
+
"verifyDialogTitle": "Verify Your Email",
|
|
788
|
+
"verifyDialogDescription": "Please enter the 6-digit PIN code sent to your email address",
|
|
789
|
+
"pinCodeLabel": "PIN Code",
|
|
790
|
+
"resendEmailButton": "Resend Email",
|
|
791
|
+
"verifySubmitButton": "Verify",
|
|
792
|
+
"errorDifferentEmail": "Please enter a different email address",
|
|
793
|
+
"successVerificationSent": "A verification email has been sent to your new email address",
|
|
794
|
+
"errorChangeFailed": "Failed to change email. Please check your password.",
|
|
795
|
+
"successEmailSent": "Verification email sent. Please check your inbox.",
|
|
796
|
+
"errorSendFailed": "Failed to send verification email",
|
|
797
|
+
"successVerified": "Email verified successfully",
|
|
798
|
+
"errorInvalidPin": "Invalid PIN code. Please try again.",
|
|
799
|
+
"errorEmailRequired": "Please enter a valid email address",
|
|
800
|
+
"errorPasswordRequired": "Password is required to change email",
|
|
801
|
+
"errorPinLength": "PIN must be {length} digits",
|
|
802
|
+
"successEmailChanged": "Email changed successfully"
|
|
803
|
+
},
|
|
804
|
+
"MailLog": {
|
|
805
|
+
"breadcrumbHome": "Home",
|
|
806
|
+
"breadcrumbTitle": "Email Logs",
|
|
807
|
+
"title": "Email Logs",
|
|
808
|
+
"description": "View all sent emails and their details",
|
|
809
|
+
"totalEmails": "Total Emails",
|
|
810
|
+
"onThisPage": "On This Page",
|
|
811
|
+
"searchPlaceholder": "Search by subject, from, to, or content...",
|
|
812
|
+
"noLogsFound": "No email logs found",
|
|
813
|
+
"adjustSearch": "Try adjusting your search terms",
|
|
814
|
+
"noEmailsSent": "No emails have been sent yet",
|
|
815
|
+
"viewDetails": "View Details",
|
|
816
|
+
"emailDetails": "Email Details",
|
|
817
|
+
"detailsDescription": "Complete information about the sent email",
|
|
818
|
+
"subject": "Subject",
|
|
819
|
+
"from": "From",
|
|
820
|
+
"to": "To",
|
|
821
|
+
"cc": "CC",
|
|
822
|
+
"bcc": "BCC",
|
|
823
|
+
"body": "Body",
|
|
824
|
+
"createdAt": "Created At",
|
|
825
|
+
"updatedAt": "Updated At"
|
|
826
|
+
},
|
|
827
|
+
"Configurations": {
|
|
828
|
+
"breadcrumbHome": "Home",
|
|
829
|
+
"breadcrumbTitle": "Configurations",
|
|
830
|
+
"title": "Configurations",
|
|
831
|
+
"description": "Manage your system configurations and preferences.",
|
|
832
|
+
"menuExport": "Export",
|
|
833
|
+
"menuImport": "Import",
|
|
834
|
+
"exportDialogTitle": "Export Settings",
|
|
835
|
+
"exportDialogDescription": "Do you want to include secrets in the export?",
|
|
836
|
+
"exportIncludeSecrets": "Include secrets",
|
|
837
|
+
"exportCancel": "Cancel",
|
|
838
|
+
"exportButton": "Export",
|
|
839
|
+
"exportFailed": "Failed to export settings.",
|
|
840
|
+
"importDialogTitle": "Confirm Import",
|
|
841
|
+
"importDialogDescription": "Review the information before confirming the import.",
|
|
842
|
+
"importTotalSettings": "Total settings in file:",
|
|
843
|
+
"importValidSettings": "Settings to be imported:",
|
|
844
|
+
"importInvalidSettings": "Settings to be ignored:",
|
|
845
|
+
"importInvalidSettingsLabel": "Settings not found (will be ignored):",
|
|
846
|
+
"importCancel": "Cancel",
|
|
847
|
+
"importButton": "Confirm Import",
|
|
848
|
+
"importValidateFailed": "Failed to validate import file.",
|
|
849
|
+
"importSuccess": "Settings imported successfully.",
|
|
850
|
+
"importFailed": "Failed to import settings.",
|
|
851
|
+
"settingUpdated": "Setting updated successfully.",
|
|
852
|
+
"settingUpdateFailed": "Failed to update setting.",
|
|
853
|
+
"iconRevalidated": "System icon revalidated successfully.",
|
|
854
|
+
"fileUploaded": "File uploaded successfully.",
|
|
855
|
+
"fileUploadFailed": "Failed to upload file.",
|
|
856
|
+
"uploadedFileAlt": "Uploaded file",
|
|
857
|
+
"fileUrlPlaceholder": "File URL",
|
|
858
|
+
"selectOption": "Select an option"
|
|
859
|
+
},
|
|
860
|
+
"AddWidgetDialog": {
|
|
861
|
+
"title": "Select Dashboard Components",
|
|
862
|
+
"description": "Choose the components you want to display on your dashboard.",
|
|
863
|
+
"noComponentsAvailable": "No components available at the moment.",
|
|
864
|
+
"dimensions": "Dimensions",
|
|
865
|
+
"resizable": "Resizable",
|
|
866
|
+
"fixedSize": "Fixed size",
|
|
867
|
+
"cancel": "Cancel",
|
|
868
|
+
"add": "Add"
|
|
869
|
+
},
|
|
870
|
+
"DashboardMenu": {
|
|
871
|
+
"addWidgets": "Add Widgets",
|
|
872
|
+
"switchDashboard": "Switch Dashboard",
|
|
873
|
+
"selectDashboardTitle": "Select Dashboard",
|
|
874
|
+
"selectDashboardDescription": "Choose the dashboard you want to view.",
|
|
875
|
+
"noDashboardsAvailable": "No dashboards available at the moment.",
|
|
876
|
+
"switch": "Switch"
|
|
877
|
+
},
|
|
878
|
+
"DashboardPage": {
|
|
879
|
+
"buildingYourApplication": "Building Your Application",
|
|
880
|
+
"dataFetching": "Data Fetching",
|
|
881
|
+
"dashboard": "Dashboard",
|
|
882
|
+
"overview": "Overview",
|
|
883
|
+
"totalUsers": "Total Users",
|
|
884
|
+
"recentUsers": "New Users",
|
|
885
|
+
"activeUsers": "Active Users",
|
|
886
|
+
"totalRoles": "Roles",
|
|
887
|
+
"totalMenus": "Menus",
|
|
888
|
+
"totalRoutes": "Routes",
|
|
889
|
+
"userGrowth": "User Growth",
|
|
890
|
+
"configureWidgets": "Configure Widgets",
|
|
891
|
+
"selectWidgets": "Select the widgets you want to display on the dashboard",
|
|
892
|
+
"usersInSystem": "Registered users in the system",
|
|
893
|
+
"createdInLast7Days": "Created in the last 7 days",
|
|
894
|
+
"activeInLast30Days": "Active in the last 30 days",
|
|
895
|
+
"accessProfiles": "Registered access profiles",
|
|
896
|
+
"registeredMenus": "Registered menu items",
|
|
897
|
+
"configuredRoutes": "Configured routes",
|
|
898
|
+
"growthLast30Days": "New users in the last 30 days",
|
|
899
|
+
"systemOperatingNormally": "System operating normally",
|
|
900
|
+
"activeModules": "Active modules in the system",
|
|
901
|
+
"noWidgetAdded": "No widget added",
|
|
902
|
+
"startAddingWidgets": "Start adding widgets to your dashboard",
|
|
903
|
+
"saveLayout": "Save Layout",
|
|
904
|
+
"saving": "Saving...",
|
|
905
|
+
"accessDenied": "Access Denied",
|
|
906
|
+
"noAccessToDashboard": "You don't have permission to access this dashboard",
|
|
907
|
+
"widgetDataUnavailable": "Could not retrieve data for this widget",
|
|
908
|
+
"renderError": "Render Error",
|
|
909
|
+
"widgetRenderError": "An error occurred while displaying this widget"
|
|
910
|
+
},
|
|
911
|
+
"HomePage": {
|
|
912
|
+
"buildingYourApplication": "Building Your Application",
|
|
913
|
+
"dataFetching": "Data Fetching"
|
|
914
|
+
},
|
|
915
|
+
"RichTextEditor": {
|
|
916
|
+
"bold": "Bold",
|
|
917
|
+
"italic": "Italic",
|
|
918
|
+
"underline": "Underline",
|
|
919
|
+
"textColor": "Text Color",
|
|
920
|
+
"removeColor": "Remove color",
|
|
921
|
+
"highlightText": "Highlight Text",
|
|
922
|
+
"highlightColor": "Highlight Color",
|
|
923
|
+
"removeHighlight": "Remove highlight",
|
|
924
|
+
"textSize": "Text Size",
|
|
925
|
+
"fontSize": "Font Size",
|
|
926
|
+
"verySmall": "Very Small",
|
|
927
|
+
"small": "Small",
|
|
928
|
+
"normal": "Normal",
|
|
929
|
+
"large": "Large",
|
|
930
|
+
"veryLarge": "Very Large",
|
|
931
|
+
"extraLarge": "Extra Large",
|
|
932
|
+
"clearSize": "Clear Size",
|
|
933
|
+
"heading": "Heading",
|
|
934
|
+
"alignLeft": "Align Left",
|
|
935
|
+
"alignCenter": "Center",
|
|
936
|
+
"alignRight": "Align Right",
|
|
937
|
+
"justify": "Justify",
|
|
938
|
+
"bulletList": "Bullet List",
|
|
939
|
+
"numberedList": "Numbered List",
|
|
940
|
+
"addLink": "Add Link",
|
|
941
|
+
"url": "URL",
|
|
942
|
+
"urlPlaceholder": "https://example.com",
|
|
943
|
+
"applyLink": "Apply Link",
|
|
944
|
+
"removeLink": "Remove Link",
|
|
945
|
+
"codeBlock": "Code Block",
|
|
946
|
+
"addImage": "Add Image",
|
|
947
|
+
"imageFileOnly": "Please select only image files.",
|
|
948
|
+
"clearFormatting": "Clear Formatting",
|
|
949
|
+
"undo": "Undo",
|
|
950
|
+
"redo": "Redo",
|
|
951
|
+
"advancedMode": "Advanced Mode (HTML)",
|
|
952
|
+
"advancedModeTitle": "Advanced Mode - HTML Editor",
|
|
953
|
+
"advancedModeDescription": "Edit HTML directly with syntax highlighting and automatic indentation",
|
|
954
|
+
"decreaseZoom": "Decrease zoom",
|
|
955
|
+
"resetZoom": "Reset zoom",
|
|
956
|
+
"increaseZoom": "Increase zoom",
|
|
957
|
+
"saveAndClose": "Save and Close"
|
|
958
|
+
},
|
|
959
|
+
"DashboardManagement": {
|
|
960
|
+
"title": "Dashboard Management",
|
|
961
|
+
"description": "Manage dashboards, components and items",
|
|
962
|
+
"dashboardsTab": "Dashboards",
|
|
963
|
+
"componentsTab": "Components",
|
|
964
|
+
"itemsTab": "Items",
|
|
965
|
+
"componentRolesTab": "Component Permissions",
|
|
966
|
+
"newDashboard": "New Dashboard",
|
|
967
|
+
"editDashboard": "Edit Dashboard",
|
|
968
|
+
"newComponent": "New Component",
|
|
969
|
+
"editComponent": "Edit Component",
|
|
970
|
+
"searchPlaceholder": "Search...",
|
|
971
|
+
"addItem": "Add Item",
|
|
972
|
+
"slug": "Slug",
|
|
973
|
+
"name": "Name",
|
|
974
|
+
"descriptionLabel": "Description",
|
|
975
|
+
"descriptionPlaceholder": "Enter a description for the dashboard/component/item",
|
|
976
|
+
"path": "Path",
|
|
977
|
+
"actions": "Actions",
|
|
978
|
+
"save": "Save",
|
|
979
|
+
"cancel": "Cancel",
|
|
980
|
+
"delete": "Delete",
|
|
981
|
+
"confirmDelete": "Confirm deletion",
|
|
982
|
+
"deleteDescription": "Are you sure you want to delete this item? This action cannot be undone.",
|
|
983
|
+
"dashboardCreated": "Dashboard created successfully",
|
|
984
|
+
"dashboardUpdated": "Dashboard updated successfully",
|
|
985
|
+
"dashboardDeleted": "Dashboard deleted successfully",
|
|
986
|
+
"componentCreated": "Component created successfully",
|
|
987
|
+
"componentUpdated": "Component updated successfully",
|
|
988
|
+
"componentDeleted": "Component deleted successfully",
|
|
989
|
+
"itemAdded": "Item added successfully",
|
|
990
|
+
"itemDeleted": "Item deleted successfully",
|
|
991
|
+
"noDashboards": "No dashboards registered",
|
|
992
|
+
"noComponents": "No components registered",
|
|
993
|
+
"noItems": "No items registered",
|
|
994
|
+
"loading": "Loading...",
|
|
995
|
+
"size": "Size",
|
|
996
|
+
"resizable": "Resizable",
|
|
997
|
+
"yes": "Yes",
|
|
998
|
+
"no": "No",
|
|
999
|
+
"dashboard": "Dashboard",
|
|
1000
|
+
"component": "Component",
|
|
1001
|
+
"selectDashboard": "Select a dashboard",
|
|
1002
|
+
"selectComponent": "Select a component",
|
|
1003
|
+
"width": "Width",
|
|
1004
|
+
"height": "Height",
|
|
1005
|
+
"positionX": "X Position",
|
|
1006
|
+
"positionY": "Y Position",
|
|
1007
|
+
"manageComponents": "Manage available components for dashboards",
|
|
1008
|
+
"fillComponentData": "Fill in the component data",
|
|
1009
|
+
"dimensions": "Dimensions",
|
|
1010
|
+
"defaultWidth": "Default Width (1-12 columns)",
|
|
1011
|
+
"defaultHeight": "Default Height (rows)",
|
|
1012
|
+
"resizableLabel": "Resizable",
|
|
1013
|
+
"sizePreview": "Size preview (12 columns grid):",
|
|
1014
|
+
"sizeLabel": "Size:",
|
|
1015
|
+
"showingResults": "Showing {from} to {to} of {total} results",
|
|
1016
|
+
"itemsPerPage": "Items per page:",
|
|
1017
|
+
"pageOf": "Page {page} of {total}",
|
|
1018
|
+
"fillDashboardData": "Fill in the dashboard data",
|
|
1019
|
+
"editDashboardTitle": "Edit dashboard",
|
|
1020
|
+
"deleteDashboardTitle": "Delete dashboard",
|
|
1021
|
+
"relateComponents": "Relate components to dashboards",
|
|
1022
|
+
"selectDashboardAndComponent": "Select the dashboard and component",
|
|
1023
|
+
"positionPreview": "Position preview (12x8 grid):",
|
|
1024
|
+
"willOccupy": "Item will occupy: X={x} Y={y} | Size: {w}x{h}",
|
|
1025
|
+
"minWidth": "Min Width",
|
|
1026
|
+
"maxWidth": "Max Width",
|
|
1027
|
+
"minHeight": "Min Height",
|
|
1028
|
+
"maxHeight": "Max Height",
|
|
1029
|
+
"manageDashboards": "Manage system dashboards",
|
|
1030
|
+
"selectDashboardRequired": "Select a dashboard",
|
|
1031
|
+
"selectComponentRequired": "Select a component",
|
|
1032
|
+
"manageComponentsRoles": "Manage access permissions to components",
|
|
1033
|
+
"addRole": "Add Permission",
|
|
1034
|
+
"selectRole": "Select a permission",
|
|
1035
|
+
"selectRoleRequired": "Select a permission",
|
|
1036
|
+
"role": "Permission",
|
|
1037
|
+
"noRoles": "No permissions registered",
|
|
1038
|
+
"roleAdded": "Permission added successfully",
|
|
1039
|
+
"roleDeleted": "Permission removed successfully",
|
|
1040
|
+
"selectComponentAndRole": "Select the component and permission",
|
|
1041
|
+
"roleAlreadyExists": "This permission already exists for this component",
|
|
1042
|
+
"errorAddingRole": "Error adding permission",
|
|
1043
|
+
"errorDeletingRole": "Error deleting permission",
|
|
1044
|
+
"dashboardRolesTab": "Dashboard Permissions",
|
|
1045
|
+
"manageDashboardRoles": "Manage access permissions to dashboards",
|
|
1046
|
+
"selectDashboardAndRole": "Select the dashboard and permission"
|
|
1047
|
+
},
|
|
1048
|
+
"ForbiddenDialog": {
|
|
1049
|
+
"title": "Access Denied",
|
|
1050
|
+
"defaultMessage": "You do not have permission to access this resource.",
|
|
1051
|
+
"understood": "Understood"
|
|
1052
|
+
},
|
|
1053
|
+
"ForbiddenPage": {
|
|
1054
|
+
"message": "Forbidden: You don't have permission to access this page.",
|
|
1055
|
+
"goToLogin": "Go to Login"
|
|
1056
|
+
},
|
|
1057
|
+
"Dashboard": {
|
|
1058
|
+
"vsPreviousMonth": "vs previous month",
|
|
1059
|
+
"viewDetails": "View details",
|
|
1060
|
+
"activeUsers": "Active Users",
|
|
1061
|
+
"sessionsToday": "Sessions Today",
|
|
1062
|
+
"emailsSent": "E-mails Sent",
|
|
1063
|
+
"permissions": "Permissions",
|
|
1064
|
+
"userGrowthTitle": "User Growth",
|
|
1065
|
+
"userGrowthDescription": "Monthly evolution of users and sessions",
|
|
1066
|
+
"users": "Users",
|
|
1067
|
+
"sessions": "Sessions",
|
|
1068
|
+
"sessionActivityTitle": "Session Activity",
|
|
1069
|
+
"sessionActivityDescription": "Active and expired sessions throughout the day",
|
|
1070
|
+
"active": "Active",
|
|
1071
|
+
"expired": "Expired",
|
|
1072
|
+
"emailSendingTitle": "Email Sending",
|
|
1073
|
+
"emailSendingDescription": "Volume of emails sent per day",
|
|
1074
|
+
"sent": "Sent",
|
|
1075
|
+
"permissionsDistributionTitle": "Permissions Distribution",
|
|
1076
|
+
"permissionsDistributionDescription": "By role type",
|
|
1077
|
+
"permissionsLowercase": "permissions",
|
|
1078
|
+
"total": "total"
|
|
1079
|
+
}
|
|
1080
|
+
}
|