xertica-ui 2.6.0 → 2.7.0
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/CHANGELOG.md +18 -0
- package/README.md +1 -1
- package/components/assistant/xertica-assistant/use-assistant.ts +5 -6
- package/{templates/src/features/auth/ui → components/blocks/auth}/AuthPageShell.tsx +8 -3
- package/components/blocks/auth/PasswordStrengthMeter.tsx +41 -0
- package/components/blocks/auth/SocialLoginButtons.tsx +95 -0
- package/components/blocks/auth/index.ts +11 -0
- package/components/blocks/auth/usePasswordStrength.ts +13 -0
- package/components/blocks/index.ts +1 -0
- package/components/pages/forgot-password-page/ForgotPasswordPage.tsx +45 -139
- package/components/pages/login-page/LoginPage.tsx +52 -145
- package/components/pages/reset-password-page/ResetPasswordPage.tsx +79 -169
- package/components/pages/verify-email-page/VerifyEmailPage.tsx +48 -150
- package/dist/AssistantChart-CImCNLfD.cjs +3551 -0
- package/dist/AssistantChart-DfdIfmQr.js +3383 -0
- package/dist/FeatureCard-BhpfmPPx.js +485 -0
- package/dist/FeatureCard-D-5yS_OD.cjs +497 -0
- package/dist/ImageWithFallback-CfkAkctC.cjs +122 -0
- package/dist/ImageWithFallback-bw-CxxDc.js +98 -0
- package/dist/LanguageContext-CX_zdxre.js +1912 -0
- package/dist/LanguageContext-CjhSSqJT.cjs +1917 -0
- package/dist/LanguageSelector-BR3Ss0k_.js +46 -0
- package/dist/LanguageSelector-CHOLPmHr.cjs +48 -0
- package/dist/PasswordStrengthMeter-C8irs0G1.js +173 -0
- package/dist/PasswordStrengthMeter-MLzhax-d.cjs +179 -0
- package/dist/ThemeContext-CEY9pCn-.cjs +86 -0
- package/dist/ThemeContext-Dk3tH7Ym.js +83 -0
- package/dist/ThemeToggle-BpM_iHh8.js +215 -0
- package/dist/ThemeToggle-CZRlv0d4.cjs +219 -0
- package/dist/VerifyEmailPage-BKiaw2YK.js +2954 -0
- package/dist/VerifyEmailPage-Beaicc6V.cjs +2963 -0
- package/dist/VerifyEmailPage-BehPBp0F.cjs +2963 -0
- package/dist/VerifyEmailPage-Djb6hthM.js +2954 -0
- package/dist/XerticaProvider-BijpC_py.cjs +46 -0
- package/dist/XerticaProvider-C2wDRQhT.js +44 -0
- package/dist/alert-dialog-BzIcTKn_.cjs +872 -0
- package/dist/alert-dialog-kty5pxQp.js +819 -0
- package/dist/assistant.cjs.js +1 -1
- package/dist/assistant.es.js +1 -1
- package/dist/blocks.cjs.js +7 -3
- package/dist/blocks.es.js +2 -2
- package/dist/brand.cjs.js +7 -6
- package/dist/brand.es.js +3 -2
- package/dist/components/blocks/auth/AuthPageShell.d.ts +12 -0
- package/dist/components/blocks/auth/PasswordStrengthMeter.d.ts +7 -0
- package/dist/components/blocks/auth/SocialLoginButtons.d.ts +8 -0
- package/dist/components/blocks/auth/index.d.ts +8 -0
- package/dist/components/blocks/auth/usePasswordStrength.d.ts +3 -0
- package/dist/components/blocks/index.d.ts +1 -0
- package/dist/components/pages/reset-password-page/ResetPasswordPage.d.ts +1 -1
- package/dist/hooks.cjs.js +5 -4
- package/dist/hooks.es.js +2 -1
- package/dist/index.cjs.js +29 -24
- package/dist/index.es.js +12 -11
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +1 -1
- package/dist/pages.cjs.js +1 -1
- package/dist/pages.es.js +1 -1
- package/dist/sidebar-B7YzwAp3.js +1151 -0
- package/dist/sidebar-Cb0U7NsV.cjs +1154 -0
- package/dist/ui.cjs.js +7 -7
- package/dist/ui.es.js +3 -3
- package/dist/xertica-assistant-8fh8KA2K.js +2173 -0
- package/dist/xertica-assistant-BjfG3zyL.cjs +2180 -0
- package/docs/i18n.md +2 -0
- package/package.json +1 -1
- package/templates/package.json +2 -2
- package/templates/src/features/auth/ui/ForgotPasswordContent.tsx +1 -2
- package/templates/src/features/auth/ui/LoginContent.tsx +1 -2
- package/templates/src/features/auth/ui/ResetPasswordContent.tsx +3 -57
- package/templates/src/features/auth/ui/VerifyEmailContent.tsx +1 -2
- package/templates/src/features/home/index.ts +0 -10
- package/templates/src/features/home/ui/HomeContent.tsx +21 -75
- package/templates/src/features/template/index.ts +0 -4
- package/templates/src/features/template/ui/TemplateContent.tsx +26 -1279
- package/templates/src/locales/en/pages/templates.json +5 -313
- package/templates/src/locales/es/pages/templates.json +5 -313
- package/templates/src/locales/pt-BR/pages/templates.json +5 -313
- package/templates/src/features/auth/ui/SocialLoginButtons.tsx +0 -78
- package/templates/src/features/home/data/mock.ts +0 -41
- package/templates/src/features/home/hooks/useFeatureCards.ts +0 -20
- package/templates/src/features/home/store/dashboardStore.ts +0 -25
- package/templates/src/features/template/ui/CrudTemplate.tsx +0 -112
- package/templates/src/features/template/ui/DashboardTemplate.tsx +0 -110
- package/templates/src/features/template/ui/FormTemplate.tsx +0 -117
- package/templates/src/features/template/ui/LoginTemplate.tsx +0 -59
- package/templates/src/locales/en/pages/crudTemplate.json +0 -25
- package/templates/src/locales/en/pages/dashboardTemplate.json +0 -20
- package/templates/src/locales/en/pages/formTemplate.json +0 -16
- package/templates/src/locales/en/pages/loginTemplate.json +0 -9
- package/templates/src/locales/es/pages/crudTemplate.json +0 -25
- package/templates/src/locales/es/pages/dashboardTemplate.json +0 -20
- package/templates/src/locales/es/pages/formTemplate.json +0 -16
- package/templates/src/locales/es/pages/loginTemplate.json +0 -9
- package/templates/src/locales/pt-BR/pages/crudTemplate.json +0 -25
- package/templates/src/locales/pt-BR/pages/dashboardTemplate.json +0 -20
- package/templates/src/locales/pt-BR/pages/formTemplate.json +0 -16
- package/templates/src/locales/pt-BR/pages/loginTemplate.json +0 -9
- package/templates/vite.config.d.ts +0 -2
- package/templates/vite.config.js +0 -20
|
@@ -1,317 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"breadcrumb": "Template Page",
|
|
3
3
|
"title": "Template Page",
|
|
4
|
-
"subtitle": "
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"buttons": "Buttons",
|
|
10
|
-
"badges": "Badges",
|
|
11
|
-
"dialogs": "Dialogs",
|
|
12
|
-
"sidebarVariations": "Sidebar Variations",
|
|
13
|
-
"enhancedComponents": "v2.2.1 — Enhanced Components"
|
|
14
|
-
},
|
|
15
|
-
"alerts": {
|
|
16
|
-
"infoTitle": "Information",
|
|
17
|
-
"infoDescription": "This is an example of an informational alert using Design System components.",
|
|
18
|
-
"errorTitle": "Error",
|
|
19
|
-
"errorDescription": "An error occurred while processing your request.",
|
|
20
|
-
"successTitle": "Success",
|
|
21
|
-
"successDescription": "Operation completed successfully!",
|
|
22
|
-
"warningTitle": "Warning",
|
|
23
|
-
"warningDescription": "Warning: this action cannot be undone."
|
|
24
|
-
},
|
|
25
|
-
"tabs": {
|
|
26
|
-
"overview": "Overview",
|
|
27
|
-
"forms": "Forms",
|
|
28
|
-
"data": "Data",
|
|
29
|
-
"settings": "Settings"
|
|
30
|
-
},
|
|
31
|
-
"overview": {
|
|
32
|
-
"progressTitle": "Progress & Sliders",
|
|
33
|
-
"progressDescription": "Examples of progress components",
|
|
34
|
-
"projectProgress": "Project Progress",
|
|
35
|
-
"volume": "Volume",
|
|
36
|
-
"totalUsersDemoValue": "1,234",
|
|
37
|
-
"revenueDemoValue": "$45.2k",
|
|
38
|
-
"conversionRateDemoValue": "3.2%"
|
|
39
|
-
},
|
|
40
|
-
"forms": {
|
|
41
|
-
"registrationTitle": "Registration Form",
|
|
42
|
-
"registrationDescription": "Fill in the fields below to create a new account",
|
|
43
|
-
"firstName": "First name",
|
|
44
|
-
"firstNamePlaceholder": "John",
|
|
45
|
-
"lastName": "Last name",
|
|
46
|
-
"lastNamePlaceholder": "Doe",
|
|
47
|
-
"email": "Email",
|
|
48
|
-
"emailPlaceholder": "john@example.com",
|
|
49
|
-
"phone": "Phone",
|
|
50
|
-
"phonePlaceholder": "(555) 123-4567",
|
|
51
|
-
"role": "Role",
|
|
52
|
-
"rolePlaceholder": "Select a role",
|
|
53
|
-
"roles": {
|
|
54
|
-
"developer": "Developer",
|
|
55
|
-
"designer": "Designer",
|
|
56
|
-
"manager": "Manager",
|
|
57
|
-
"analyst": "Analyst"
|
|
58
|
-
},
|
|
59
|
-
"bio": "Biography",
|
|
60
|
-
"bioPlaceholder": "Tell us a bit about yourself...",
|
|
61
|
-
"preferences": "Preferences",
|
|
62
|
-
"newsletter": "Receive newsletter by email",
|
|
63
|
-
"pushNotifications": "Enable push notifications",
|
|
64
|
-
"featureUpdates": "Receive updates about new features",
|
|
65
|
-
"accountType": "Account Type",
|
|
66
|
-
"accountPersonal": "Personal",
|
|
67
|
-
"accountBusiness": "Business",
|
|
68
|
-
"accountEnterprise": "Enterprise",
|
|
69
|
-
"cancel": "Cancel",
|
|
70
|
-
"createAccount": "Create Account"
|
|
71
|
-
},
|
|
72
|
-
"data": {
|
|
73
|
-
"title": "User List",
|
|
74
|
-
"description": "Manage system users",
|
|
75
|
-
"searchPlaceholder": "Search users...",
|
|
76
|
-
"headers": {
|
|
77
|
-
"name": "Name",
|
|
78
|
-
"email": "Email",
|
|
79
|
-
"role": "Role",
|
|
80
|
-
"status": "Status",
|
|
81
|
-
"actions": "Actions"
|
|
82
|
-
},
|
|
83
|
-
"roles": {
|
|
84
|
-
"developerFemale": "Developer",
|
|
85
|
-
"designer": "Designer",
|
|
86
|
-
"manager": "Manager",
|
|
87
|
-
"analyst": "Analyst"
|
|
88
|
-
},
|
|
89
|
-
"status": {
|
|
90
|
-
"active": "Active",
|
|
91
|
-
"away": "Away",
|
|
92
|
-
"inactive": "Inactive"
|
|
93
|
-
},
|
|
94
|
-
"edit": "Edit",
|
|
95
|
-
"showing": "Showing {{count}} of {{total}} users",
|
|
96
|
-
"previous": "Previous",
|
|
97
|
-
"next": "Next",
|
|
98
|
-
"demoEmailDomain": "example.com"
|
|
99
|
-
},
|
|
100
|
-
"settings": {
|
|
101
|
-
"title": "System Settings",
|
|
102
|
-
"description": "Manage general settings",
|
|
103
|
-
"darkMode": "Dark Mode",
|
|
104
|
-
"darkModeDescription": "Enable dark theme in the interface",
|
|
105
|
-
"emailNotifications": "Email Notifications",
|
|
106
|
-
"emailNotificationsDescription": "Receive important updates by email",
|
|
107
|
-
"pushNotifications": "Push Notifications",
|
|
108
|
-
"pushNotificationsDescription": "Receive instant notifications in the browser",
|
|
109
|
-
"language": "Language",
|
|
110
|
-
"languages": {
|
|
111
|
-
"ptBR": "Português (Brazil)",
|
|
112
|
-
"en": "English",
|
|
113
|
-
"es": "Español"
|
|
114
|
-
},
|
|
115
|
-
"timezone": "Time Zone",
|
|
116
|
-
"timezones": {
|
|
117
|
-
"saoPaulo": "America/Sao Paulo (GMT-3)",
|
|
118
|
-
"newYork": "America/New York (GMT-5)",
|
|
119
|
-
"london": "Europe/London (GMT+0)"
|
|
120
|
-
},
|
|
121
|
-
"restoreDefaults": "Restore Defaults",
|
|
122
|
-
"saveChanges": "Save Changes"
|
|
123
|
-
},
|
|
124
|
-
"buttons": {
|
|
125
|
-
"title": "Button Variations",
|
|
126
|
-
"description": "Different button styles and sizes",
|
|
127
|
-
"variants": "Variants",
|
|
128
|
-
"sizes": "Sizes",
|
|
129
|
-
"withIcons": "With Icons",
|
|
130
|
-
"states": "States",
|
|
131
|
-
"profile": "Profile",
|
|
132
|
-
"messages": "Messages",
|
|
133
|
-
"schedule": "Schedule",
|
|
134
|
-
"disabled": "Disabled",
|
|
135
|
-
"outlineDisabled": "Outline Disabled",
|
|
136
|
-
"variantLabels": {
|
|
137
|
-
"default": "Default",
|
|
138
|
-
"secondary": "Secondary",
|
|
139
|
-
"outline": "Outline",
|
|
140
|
-
"ghost": "Ghost",
|
|
141
|
-
"link": "Link",
|
|
142
|
-
"destructive": "Destructive"
|
|
143
|
-
},
|
|
144
|
-
"sizeLabels": {
|
|
145
|
-
"small": "Small",
|
|
146
|
-
"default": "Default",
|
|
147
|
-
"large": "Large"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"badges": {
|
|
151
|
-
"title": "Badge Variations",
|
|
152
|
-
"description": "Different badge styles for statuses and tags",
|
|
153
|
-
"labels": {
|
|
154
|
-
"default": "Default",
|
|
155
|
-
"secondary": "Secondary",
|
|
156
|
-
"outline": "Outline",
|
|
157
|
-
"destructive": "Destructive",
|
|
158
|
-
"success": "Success",
|
|
159
|
-
"warning": "Warning",
|
|
160
|
-
"info": "Info"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"dialogs": {
|
|
164
|
-
"dialogTitle": "Dialog",
|
|
165
|
-
"dialogDescription": "A basic interactive modal",
|
|
166
|
-
"editProfile": "Edit Profile",
|
|
167
|
-
"editProfileDescription": "Make changes to your profile here. Click save when you're done.",
|
|
168
|
-
"name": "Name",
|
|
169
|
-
"nameDefaultValue": "Pedro Duarte",
|
|
170
|
-
"username": "Username",
|
|
171
|
-
"usernameDefaultValue": "@pedroduarte",
|
|
172
|
-
"update": "Update",
|
|
173
|
-
"alertDialogTitle": "Alert Dialog",
|
|
174
|
-
"alertDialogDescription": "An alert for important decisions",
|
|
175
|
-
"deleteAccount": "Delete Account",
|
|
176
|
-
"areYouSure": "Are you absolutely sure?",
|
|
177
|
-
"deleteWarning": "This action cannot be undone. This will permanently delete your account and remove your data from our servers.",
|
|
178
|
-
"cancel": "Cancel",
|
|
179
|
-
"continue": "Continue"
|
|
180
|
-
},
|
|
181
|
-
"sidebar": {
|
|
182
|
-
"title": "Sidebar Assistant Mode vs Default",
|
|
183
|
-
"description": "The Sidebar supports flexibility through the variant property.",
|
|
184
|
-
"assistantMode": "Assistant Mode",
|
|
185
|
-
"defaultMode": "Default Mode",
|
|
186
|
-
"searchTopicsPlaceholder": "Search topics...",
|
|
187
|
-
"newConversation": "New Conversation",
|
|
188
|
-
"recent": "Recent",
|
|
189
|
-
"constructionMonitoring": "Construction Monitoring",
|
|
190
|
-
"items": {
|
|
191
|
-
"sidebarRefactor": "Sidebar Refactor",
|
|
192
|
-
"sidebarRefactorDescription": "Active now",
|
|
193
|
-
"br163Restoration": "BR-163 Restoration",
|
|
194
|
-
"br163Location": "Cuiabá, MT"
|
|
195
|
-
},
|
|
196
|
-
"actions": {
|
|
197
|
-
"rename": "Rename",
|
|
198
|
-
"renameToast": "Open rename...",
|
|
199
|
-
"move": "Move",
|
|
200
|
-
"moveActive": "Active Projects",
|
|
201
|
-
"moveActiveToast": "Moved to Active Projects",
|
|
202
|
-
"moveMonitoring": "Monitoring",
|
|
203
|
-
"moveMonitoringToast": "Moved to Monitoring",
|
|
204
|
-
"moveArchive": "Archive",
|
|
205
|
-
"moveArchiveToast": "Moved to Archive",
|
|
206
|
-
"clear": "Clear",
|
|
207
|
-
"clearToast": "History cleared!",
|
|
208
|
-
"newCategory": "New Category",
|
|
209
|
-
"newCategoryToast": "Create new category...",
|
|
210
|
-
"archiveGroup": "Archive Group",
|
|
211
|
-
"archiveGroupToast": "Archiving group..."
|
|
212
|
-
},
|
|
213
|
-
"logoutToast": "Signed out",
|
|
214
|
-
"settingsClickedToast": "Settings clicked",
|
|
215
|
-
"routes": {
|
|
216
|
-
"home": "Home",
|
|
217
|
-
"dashboard": "Dashboard",
|
|
218
|
-
"settings": "Settings"
|
|
219
|
-
},
|
|
220
|
-
"assistantContent": "Assistant Mode Content",
|
|
221
|
-
"defaultContent": "Traditional System Navigation"
|
|
222
|
-
},
|
|
223
|
-
"enhanced": {
|
|
224
|
-
"pagination": {
|
|
225
|
-
"title": "Pagination",
|
|
226
|
-
"description": "Page navigation with the <code>disabled</code> prop on Previous/Next — accessible ARIA and focus.",
|
|
227
|
-
"pageOfTotal": "Page {{current}} of {{total}} — Set-deduplicated algorithm guarantees item uniqueness"
|
|
228
|
-
},
|
|
229
|
-
"stepper": {
|
|
230
|
-
"title": "Stepper",
|
|
231
|
-
"description": "Multi-step wizard with <code>role=\"list\"</code>, <code>aria-current=\"step\"</code> and <code>initialStep</code> automatically clamped.",
|
|
232
|
-
"step1Label": "Personal data",
|
|
233
|
-
"step1Description": "Name and email",
|
|
234
|
-
"step2Label": "Address",
|
|
235
|
-
"step2Description": "ZIP code and city",
|
|
236
|
-
"step3Label": "Confirmation",
|
|
237
|
-
"step3Description": "Review and submit",
|
|
238
|
-
"previous": "Previous",
|
|
239
|
-
"next": "Next",
|
|
240
|
-
"finish": "Finish"
|
|
241
|
-
},
|
|
242
|
-
"treeView": {
|
|
243
|
-
"title": "TreeView",
|
|
244
|
-
"description": "Hierarchical navigation with <code>ariaLabel</code>, roving tabindex and WAI-ARIA keyboard (Space expands/collapses, Enter selects).",
|
|
245
|
-
"ariaLabel": "Component structure",
|
|
246
|
-
"selectedConsoleLog": "Selected:",
|
|
247
|
-
"nodes": {
|
|
248
|
-
"components": "Components",
|
|
249
|
-
"ui": "UI",
|
|
250
|
-
"button": "Button",
|
|
251
|
-
"input": "Input",
|
|
252
|
-
"pagination": "Pagination",
|
|
253
|
-
"layout": "Layout",
|
|
254
|
-
"sidebar": "Sidebar",
|
|
255
|
-
"header": "Header",
|
|
256
|
-
"hooks": "Hooks"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
"richText": {
|
|
260
|
-
"title": "RichTextEditor",
|
|
261
|
-
"description": "Rich text editor with <code>role=\"textbox\"</code>, <code>aria-multiline</code> and counters via <code>useState</code> (without IIFE).",
|
|
262
|
-
"placeholder": "Write here..."
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
"footer": {
|
|
266
|
-
"title": "Template CLI-Ready",
|
|
267
|
-
"subtitle": "How to use this template",
|
|
268
|
-
"descriptionPart1": "This template is ready to be used as a base for new projects. All components are imported from the ",
|
|
269
|
-
"descriptionPart2": " library and follow Xertica UI's CLI-first architecture.",
|
|
270
|
-
"tipTitle": "Tip",
|
|
271
|
-
"tipDescriptionPart1": "Copy this file as a starting point for your pages. All components are reusable and customizable through the CSS variables defined in ",
|
|
272
|
-
"tipDescriptionPart2": "."
|
|
273
|
-
},
|
|
274
|
-
"headerWithBreadcrumbs": {
|
|
275
|
-
"sectionTitle": "Header with Breadcrumbs",
|
|
276
|
-
"cardTitle": "Main Header",
|
|
277
|
-
"cardDescription": "Example of a Header with 4-level breadcrumbs",
|
|
278
|
-
"exampleContentTitle": "Example Content",
|
|
279
|
-
"exampleContentDescriptionPart1": "In this example, the ",
|
|
280
|
-
"exampleContentDescriptionPart2": " component of the application now supports an array of breadcrumbs for complex navigations with more than 3 levels.",
|
|
281
|
-
"breadcrumbs": {
|
|
282
|
-
"dashboard": "Dashboard",
|
|
283
|
-
"settings": "Settings",
|
|
284
|
-
"users": "Users",
|
|
285
|
-
"accessProfile": "Access Profile"
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
"headerVariations": {
|
|
289
|
-
"sectionTitle": "Header Variations",
|
|
290
|
-
"cardTitle": "Main Header Settings",
|
|
291
|
-
"cardDescription": "The Header focuses on navigation (breadcrumbs) and quick contextual actions.",
|
|
292
|
-
"visibleElements": "Visible Elements",
|
|
293
|
-
"actionButtons": "Action Buttons",
|
|
294
|
-
"breadcrumbsLabel": "Breadcrumbs",
|
|
295
|
-
"preview": "Preview",
|
|
296
|
-
"currentPage": "Current Page",
|
|
297
|
-
"contentArea": "Page Content Area",
|
|
298
|
-
"breadcrumbBrand": "Xertica UI",
|
|
299
|
-
"breadcrumbSettings": "Settings",
|
|
300
|
-
"breadcrumbProfile": "Profile",
|
|
301
|
-
"notificationsOpenedToast": "Notifications opened",
|
|
302
|
-
"messagesLabel": "Messages",
|
|
303
|
-
"messagesOpenedToast": "Messages opened"
|
|
304
|
-
},
|
|
305
|
-
"sidebarControls": {
|
|
306
|
-
"footerSettings": "Footer Settings",
|
|
307
|
-
"userProfile": "User Profile",
|
|
308
|
-
"settings": "Settings",
|
|
309
|
-
"logoutButton": "Logout Button",
|
|
310
|
-
"sidebarWidthDesktop": "Sidebar Width (Desktop)",
|
|
311
|
-
"sidebarWidthAriaLabel": "Sidebar Width",
|
|
312
|
-
"filterByStatus": "Filter by Status",
|
|
313
|
-
"filterActive": "Active",
|
|
314
|
-
"filterArchived": "Archived",
|
|
315
|
-
"filterPending": "Pending"
|
|
316
|
-
}
|
|
4
|
+
"subtitle": "Starting point for your own pages",
|
|
5
|
+
"exampleTitle": "Example",
|
|
6
|
+
"exampleInputLabel": "Name",
|
|
7
|
+
"exampleInputPlaceholder": "Type something...",
|
|
8
|
+
"exampleButton": "Submit"
|
|
317
9
|
}
|
|
@@ -1,317 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"breadcrumb": "Página de Plantilla",
|
|
3
3
|
"title": "Página de Plantilla",
|
|
4
|
-
"subtitle": "
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"buttons": "Botones",
|
|
10
|
-
"badges": "Badges",
|
|
11
|
-
"dialogs": "Dialogs",
|
|
12
|
-
"sidebarVariations": "Variaciones de la Sidebar",
|
|
13
|
-
"enhancedComponents": "v2.2.1 — Componentes Mejorados"
|
|
14
|
-
},
|
|
15
|
-
"alerts": {
|
|
16
|
-
"infoTitle": "Información",
|
|
17
|
-
"infoDescription": "Este es un ejemplo de alerta informativa usando los componentes del Design System.",
|
|
18
|
-
"errorTitle": "Error",
|
|
19
|
-
"errorDescription": "Ocurrió un error al procesar tu solicitud.",
|
|
20
|
-
"successTitle": "Éxito",
|
|
21
|
-
"successDescription": "¡Operación realizada con éxito!",
|
|
22
|
-
"warningTitle": "Aviso",
|
|
23
|
-
"warningDescription": "Atención: esta acción no se puede deshacer."
|
|
24
|
-
},
|
|
25
|
-
"tabs": {
|
|
26
|
-
"overview": "Vista General",
|
|
27
|
-
"forms": "Formularios",
|
|
28
|
-
"data": "Datos",
|
|
29
|
-
"settings": "Configuración"
|
|
30
|
-
},
|
|
31
|
-
"overview": {
|
|
32
|
-
"progressTitle": "Progress & Sliders",
|
|
33
|
-
"progressDescription": "Ejemplos de componentes de progreso",
|
|
34
|
-
"projectProgress": "Progreso del Proyecto",
|
|
35
|
-
"volume": "Volumen",
|
|
36
|
-
"totalUsersDemoValue": "1.234",
|
|
37
|
-
"revenueDemoValue": "€45,2k",
|
|
38
|
-
"conversionRateDemoValue": "3,2%"
|
|
39
|
-
},
|
|
40
|
-
"forms": {
|
|
41
|
-
"registrationTitle": "Formulario de Registro",
|
|
42
|
-
"registrationDescription": "Completa los campos a continuación para crear una nueva cuenta",
|
|
43
|
-
"firstName": "Nombre",
|
|
44
|
-
"firstNamePlaceholder": "Juan",
|
|
45
|
-
"lastName": "Apellido",
|
|
46
|
-
"lastNamePlaceholder": "García",
|
|
47
|
-
"email": "Correo",
|
|
48
|
-
"emailPlaceholder": "juan@ejemplo.com",
|
|
49
|
-
"phone": "Teléfono",
|
|
50
|
-
"phonePlaceholder": "(55) 1234-5678",
|
|
51
|
-
"role": "Cargo",
|
|
52
|
-
"rolePlaceholder": "Selecciona un cargo",
|
|
53
|
-
"roles": {
|
|
54
|
-
"developer": "Desarrollador",
|
|
55
|
-
"designer": "Diseñador",
|
|
56
|
-
"manager": "Gerente",
|
|
57
|
-
"analyst": "Analista"
|
|
58
|
-
},
|
|
59
|
-
"bio": "Biografía",
|
|
60
|
-
"bioPlaceholder": "Cuéntanos un poco sobre ti...",
|
|
61
|
-
"preferences": "Preferencias",
|
|
62
|
-
"newsletter": "Recibir newsletter por correo",
|
|
63
|
-
"pushNotifications": "Activar notificaciones push",
|
|
64
|
-
"featureUpdates": "Recibir actualizaciones sobre nuevas funciones",
|
|
65
|
-
"accountType": "Tipo de Cuenta",
|
|
66
|
-
"accountPersonal": "Personal",
|
|
67
|
-
"accountBusiness": "Empresarial",
|
|
68
|
-
"accountEnterprise": "Enterprise",
|
|
69
|
-
"cancel": "Cancelar",
|
|
70
|
-
"createAccount": "Crear Cuenta"
|
|
71
|
-
},
|
|
72
|
-
"data": {
|
|
73
|
-
"title": "Lista de Usuarios",
|
|
74
|
-
"description": "Gestiona los usuarios del sistema",
|
|
75
|
-
"searchPlaceholder": "Buscar usuarios...",
|
|
76
|
-
"headers": {
|
|
77
|
-
"name": "Nombre",
|
|
78
|
-
"email": "Correo",
|
|
79
|
-
"role": "Cargo",
|
|
80
|
-
"status": "Estado",
|
|
81
|
-
"actions": "Acciones"
|
|
82
|
-
},
|
|
83
|
-
"roles": {
|
|
84
|
-
"developerFemale": "Desarrolladora",
|
|
85
|
-
"designer": "Diseñador",
|
|
86
|
-
"manager": "Gerente",
|
|
87
|
-
"analyst": "Analista"
|
|
88
|
-
},
|
|
89
|
-
"status": {
|
|
90
|
-
"active": "Activo",
|
|
91
|
-
"away": "Ausente",
|
|
92
|
-
"inactive": "Inactivo"
|
|
93
|
-
},
|
|
94
|
-
"edit": "Editar",
|
|
95
|
-
"showing": "Mostrando {{count}} de {{total}} usuarios",
|
|
96
|
-
"previous": "Anterior",
|
|
97
|
-
"next": "Siguiente",
|
|
98
|
-
"demoEmailDomain": "ejemplo.com"
|
|
99
|
-
},
|
|
100
|
-
"settings": {
|
|
101
|
-
"title": "Configuración del Sistema",
|
|
102
|
-
"description": "Gestiona la configuración general",
|
|
103
|
-
"darkMode": "Modo Oscuro",
|
|
104
|
-
"darkModeDescription": "Activar tema oscuro en la interfaz",
|
|
105
|
-
"emailNotifications": "Notificaciones por Correo",
|
|
106
|
-
"emailNotificationsDescription": "Recibir actualizaciones importantes por correo",
|
|
107
|
-
"pushNotifications": "Notificaciones Push",
|
|
108
|
-
"pushNotificationsDescription": "Recibir notificaciones instantáneas en el navegador",
|
|
109
|
-
"language": "Idioma",
|
|
110
|
-
"languages": {
|
|
111
|
-
"ptBR": "Português (Brasil)",
|
|
112
|
-
"en": "English",
|
|
113
|
-
"es": "Español"
|
|
114
|
-
},
|
|
115
|
-
"timezone": "Zona Horaria",
|
|
116
|
-
"timezones": {
|
|
117
|
-
"saoPaulo": "América/São Paulo (GMT-3)",
|
|
118
|
-
"newYork": "América/Nueva York (GMT-5)",
|
|
119
|
-
"london": "Europa/Londres (GMT+0)"
|
|
120
|
-
},
|
|
121
|
-
"restoreDefaults": "Restaurar Predeterminados",
|
|
122
|
-
"saveChanges": "Guardar Cambios"
|
|
123
|
-
},
|
|
124
|
-
"buttons": {
|
|
125
|
-
"title": "Variaciones de Botones",
|
|
126
|
-
"description": "Diferentes estilos y tamaños de botones",
|
|
127
|
-
"variants": "Variantes",
|
|
128
|
-
"sizes": "Tamaños",
|
|
129
|
-
"withIcons": "Con Íconos",
|
|
130
|
-
"states": "Estados",
|
|
131
|
-
"profile": "Perfil",
|
|
132
|
-
"messages": "Mensajes",
|
|
133
|
-
"schedule": "Agendar",
|
|
134
|
-
"disabled": "Deshabilitado",
|
|
135
|
-
"outlineDisabled": "Outline Deshabilitado",
|
|
136
|
-
"variantLabels": {
|
|
137
|
-
"default": "Predeterminado",
|
|
138
|
-
"secondary": "Secundario",
|
|
139
|
-
"outline": "Contorno",
|
|
140
|
-
"ghost": "Ghost",
|
|
141
|
-
"link": "Link",
|
|
142
|
-
"destructive": "Destructivo"
|
|
143
|
-
},
|
|
144
|
-
"sizeLabels": {
|
|
145
|
-
"small": "Pequeño",
|
|
146
|
-
"default": "Predeterminado",
|
|
147
|
-
"large": "Grande"
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
"badges": {
|
|
151
|
-
"title": "Variaciones de Badges",
|
|
152
|
-
"description": "Diferentes estilos de badges para estados y etiquetas",
|
|
153
|
-
"labels": {
|
|
154
|
-
"default": "Predeterminado",
|
|
155
|
-
"secondary": "Secundario",
|
|
156
|
-
"outline": "Contorno",
|
|
157
|
-
"destructive": "Destructivo",
|
|
158
|
-
"success": "Éxito",
|
|
159
|
-
"warning": "Aviso",
|
|
160
|
-
"info": "Info"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"dialogs": {
|
|
164
|
-
"dialogTitle": "Dialog",
|
|
165
|
-
"dialogDescription": "Un modal básico interactivo",
|
|
166
|
-
"editProfile": "Editar Perfil",
|
|
167
|
-
"editProfileDescription": "Realiza cambios en tu perfil aquí. Haz clic en guardar cuando termines.",
|
|
168
|
-
"name": "Nombre",
|
|
169
|
-
"nameDefaultValue": "Pedro Duarte",
|
|
170
|
-
"username": "Usuario",
|
|
171
|
-
"usernameDefaultValue": "@pedroduarte",
|
|
172
|
-
"update": "Actualizar",
|
|
173
|
-
"alertDialogTitle": "Alert Dialog",
|
|
174
|
-
"alertDialogDescription": "Una alerta para decisiones importantes",
|
|
175
|
-
"deleteAccount": "Eliminar Cuenta",
|
|
176
|
-
"areYouSure": "¿Estás absolutamente seguro?",
|
|
177
|
-
"deleteWarning": "Esta acción no se puede deshacer. Esto eliminará permanentemente tu cuenta y borrará tus datos de nuestros servidores.",
|
|
178
|
-
"cancel": "Cancelar",
|
|
179
|
-
"continue": "Continuar"
|
|
180
|
-
},
|
|
181
|
-
"sidebar": {
|
|
182
|
-
"title": "Sidebar Assistant Mode vs Default",
|
|
183
|
-
"description": "La Sidebar admite flexibilidad mediante la propiedad variant.",
|
|
184
|
-
"assistantMode": "Modo Assistant",
|
|
185
|
-
"defaultMode": "Modo Predeterminado",
|
|
186
|
-
"searchTopicsPlaceholder": "Buscar temas...",
|
|
187
|
-
"newConversation": "Nueva Conversación",
|
|
188
|
-
"recent": "Recientes",
|
|
189
|
-
"constructionMonitoring": "Monitoreo de Obras",
|
|
190
|
-
"items": {
|
|
191
|
-
"sidebarRefactor": "Refactorización Sidebar",
|
|
192
|
-
"sidebarRefactorDescription": "Activa ahora",
|
|
193
|
-
"br163Restoration": "Restauración BR-163",
|
|
194
|
-
"br163Location": "Cuiabá, MT"
|
|
195
|
-
},
|
|
196
|
-
"actions": {
|
|
197
|
-
"rename": "Renombrar",
|
|
198
|
-
"renameToast": "Abrir renombrar...",
|
|
199
|
-
"move": "Mover",
|
|
200
|
-
"moveActive": "Proyectos Activos",
|
|
201
|
-
"moveActiveToast": "Movido a Proyectos Activos",
|
|
202
|
-
"moveMonitoring": "Monitoreo",
|
|
203
|
-
"moveMonitoringToast": "Movido a Monitoreo",
|
|
204
|
-
"moveArchive": "Archivo",
|
|
205
|
-
"moveArchiveToast": "Movido a Archivo",
|
|
206
|
-
"clear": "Limpiar",
|
|
207
|
-
"clearToast": "¡Historial limpiado!",
|
|
208
|
-
"newCategory": "Nueva Categoría",
|
|
209
|
-
"newCategoryToast": "Crear nueva categoría...",
|
|
210
|
-
"archiveGroup": "Archivar Grupo",
|
|
211
|
-
"archiveGroupToast": "Archivando grupo..."
|
|
212
|
-
},
|
|
213
|
-
"logoutToast": "Sesión cerrada",
|
|
214
|
-
"settingsClickedToast": "Configuración clicada",
|
|
215
|
-
"routes": {
|
|
216
|
-
"home": "Inicio",
|
|
217
|
-
"dashboard": "Dashboard",
|
|
218
|
-
"settings": "Configuración"
|
|
219
|
-
},
|
|
220
|
-
"assistantContent": "Contenido del Assistant Mode",
|
|
221
|
-
"defaultContent": "Navegación Tradicional del Sistema"
|
|
222
|
-
},
|
|
223
|
-
"enhanced": {
|
|
224
|
-
"pagination": {
|
|
225
|
-
"title": "Pagination",
|
|
226
|
-
"description": "Navegación por páginas con la prop <code>disabled</code> en Previous/Next — ARIA y foco accesibles.",
|
|
227
|
-
"pageOfTotal": "Página {{current}} de {{total}} — el algoritmo Set-deduplicado garantiza la unicidad de los elementos"
|
|
228
|
-
},
|
|
229
|
-
"stepper": {
|
|
230
|
-
"title": "Stepper",
|
|
231
|
-
"description": "Wizard multi-etapas con <code>role=\"list\"</code>, <code>aria-current=\"step\"</code> y <code>initialStep</code> clampado automáticamente.",
|
|
232
|
-
"step1Label": "Datos personales",
|
|
233
|
-
"step1Description": "Nombre y correo",
|
|
234
|
-
"step2Label": "Dirección",
|
|
235
|
-
"step2Description": "Código postal y ciudad",
|
|
236
|
-
"step3Label": "Confirmación",
|
|
237
|
-
"step3Description": "Revisar y enviar",
|
|
238
|
-
"previous": "Anterior",
|
|
239
|
-
"next": "Siguiente",
|
|
240
|
-
"finish": "Finalizar"
|
|
241
|
-
},
|
|
242
|
-
"treeView": {
|
|
243
|
-
"title": "TreeView",
|
|
244
|
-
"description": "Navegación jerárquica con <code>ariaLabel</code>, roving tabindex y teclado WAI-ARIA (Espacio expande/colapsa, Enter selecciona).",
|
|
245
|
-
"ariaLabel": "Estructura de componentes",
|
|
246
|
-
"selectedConsoleLog": "Seleccionado:",
|
|
247
|
-
"nodes": {
|
|
248
|
-
"components": "Componentes",
|
|
249
|
-
"ui": "UI",
|
|
250
|
-
"button": "Botón",
|
|
251
|
-
"input": "Input",
|
|
252
|
-
"pagination": "Paginación",
|
|
253
|
-
"layout": "Layout",
|
|
254
|
-
"sidebar": "Sidebar",
|
|
255
|
-
"header": "Header",
|
|
256
|
-
"hooks": "Hooks"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
"richText": {
|
|
260
|
-
"title": "RichTextEditor",
|
|
261
|
-
"description": "Editor rich text con <code>role=\"textbox\"</code>, <code>aria-multiline</code> y contadores via <code>useState</code> (sin IIFE).",
|
|
262
|
-
"placeholder": "Escribe aquí..."
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
"footer": {
|
|
266
|
-
"title": "Template CLI-Ready",
|
|
267
|
-
"subtitle": "Cómo usar esta plantilla",
|
|
268
|
-
"descriptionPart1": "Esta plantilla está lista para ser usada como base para nuevos proyectos. Todos los componentes son importados de la biblioteca ",
|
|
269
|
-
"descriptionPart2": " y siguen la arquitectura CLI-first de Xertica UI.",
|
|
270
|
-
"tipTitle": "Consejo",
|
|
271
|
-
"tipDescriptionPart1": "Copia este archivo como punto de partida para tus páginas. Todos los componentes son reutilizables y personalizables a través de las variables CSS definidas en ",
|
|
272
|
-
"tipDescriptionPart2": "."
|
|
273
|
-
},
|
|
274
|
-
"headerWithBreadcrumbs": {
|
|
275
|
-
"sectionTitle": "Encabezado con Breadcrumbs",
|
|
276
|
-
"cardTitle": "Encabezado Principal",
|
|
277
|
-
"cardDescription": "Ejemplo de Header con breadcrumbs de 4 niveles",
|
|
278
|
-
"exampleContentTitle": "Contenido de Ejemplo",
|
|
279
|
-
"exampleContentDescriptionPart1": "En este ejemplo, el componente ",
|
|
280
|
-
"exampleContentDescriptionPart2": " principal de la aplicación ahora admite recibir un array de breadcrumbs para navegaciones complejas con más de 3 niveles.",
|
|
281
|
-
"breadcrumbs": {
|
|
282
|
-
"dashboard": "Dashboard",
|
|
283
|
-
"settings": "Configuración",
|
|
284
|
-
"users": "Usuarios",
|
|
285
|
-
"accessProfile": "Perfil de Acceso"
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
"headerVariations": {
|
|
289
|
-
"sectionTitle": "Variaciones de Encabezado",
|
|
290
|
-
"cardTitle": "Configuración del Encabezado Principal",
|
|
291
|
-
"cardDescription": "El Header se enfoca en la navegación (breadcrumbs) y acciones contextuales rápidas.",
|
|
292
|
-
"visibleElements": "Elementos Visibles",
|
|
293
|
-
"actionButtons": "Botones de Acción",
|
|
294
|
-
"breadcrumbsLabel": "Breadcrumbs",
|
|
295
|
-
"preview": "Vista Previa",
|
|
296
|
-
"currentPage": "Página Actual",
|
|
297
|
-
"contentArea": "Área de Contenido de la Página",
|
|
298
|
-
"breadcrumbBrand": "Xertica UI",
|
|
299
|
-
"breadcrumbSettings": "Configuración",
|
|
300
|
-
"breadcrumbProfile": "Perfil",
|
|
301
|
-
"notificationsOpenedToast": "Notificaciones abiertas",
|
|
302
|
-
"messagesLabel": "Mensajes",
|
|
303
|
-
"messagesOpenedToast": "Mensajes abiertos"
|
|
304
|
-
},
|
|
305
|
-
"sidebarControls": {
|
|
306
|
-
"footerSettings": "Configuración del Pie",
|
|
307
|
-
"userProfile": "Perfil del Usuario",
|
|
308
|
-
"settings": "Configuración",
|
|
309
|
-
"logoutButton": "Botón de Salir",
|
|
310
|
-
"sidebarWidthDesktop": "Ancho de la Sidebar (Desktop)",
|
|
311
|
-
"sidebarWidthAriaLabel": "Ancho de la Sidebar",
|
|
312
|
-
"filterByStatus": "Filtrar por Estado",
|
|
313
|
-
"filterActive": "Activo",
|
|
314
|
-
"filterArchived": "Archivado",
|
|
315
|
-
"filterPending": "Pendiente"
|
|
316
|
-
}
|
|
4
|
+
"subtitle": "Punto de partida para tus propias páginas",
|
|
5
|
+
"exampleTitle": "Ejemplo",
|
|
6
|
+
"exampleInputLabel": "Nombre",
|
|
7
|
+
"exampleInputPlaceholder": "Escribe algo...",
|
|
8
|
+
"exampleButton": "Enviar"
|
|
317
9
|
}
|