@solcre-org/core-ui 2.15.42 → 2.15.44
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/assets/css/inc/components/fixed-actions.css +3 -3
- package/assets/i18n/en/common.json +178 -164
- package/assets/i18n/es/common.json +14 -0
- package/fesm2022/solcre-org-core-ui.mjs +565 -16
- package/fesm2022/solcre-org-core-ui.mjs.map +1 -1
- package/index.d.ts +137 -12
- package/package.json +12 -2
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
.c-fixed-actions {
|
|
6
6
|
--_items-gap: 8px;
|
|
7
|
-
--_bottom: var(--_layout-padd-x);
|
|
7
|
+
--_bottom: var(--_layout-padd-x, 1.5rem);
|
|
8
8
|
--_right: auto;
|
|
9
9
|
--_left: auto;
|
|
10
10
|
position: fixed;
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.c-fixed-actions--right{
|
|
22
|
-
--_right: var(--_layout-padd-x);
|
|
22
|
+
--_right: var(--_layout-padd-x, 1.5rem);
|
|
23
23
|
justify-content: flex-end;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.c-fixed-actions--left{
|
|
27
|
-
--_left: var(--_layout-padd-x);
|
|
27
|
+
--_left: var(--_layout-padd-x, 1.5rem);
|
|
28
28
|
justify-content: flex-end;
|
|
29
29
|
}
|
|
30
30
|
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"ERROR": "Error",
|
|
21
21
|
"WARNING": "Warning",
|
|
22
22
|
"INFO": "Info",
|
|
23
|
-
"SUCCESS_CREATE": "
|
|
24
|
-
"SUCCESS_UPDATE": "
|
|
25
|
-
"SUCCESS_DELETE": "
|
|
26
|
-
"SUCCESS_CLOSE": "
|
|
27
|
-
"SUCCESS_SAVE": "
|
|
28
|
-
"SUCCESS_CANCEL": "
|
|
29
|
-
"ERROR_CREATE": "
|
|
30
|
-
"ERROR_UPDATE": "
|
|
31
|
-
"ERROR_DELETE": "
|
|
32
|
-
"ERROR_CLOSE": "
|
|
33
|
-
"ERROR_SAVE": "
|
|
34
|
-
"ERROR_CANCEL": "
|
|
35
|
-
"ERROR_FETCH": "
|
|
23
|
+
"SUCCESS_CREATE": "Success create",
|
|
24
|
+
"SUCCESS_UPDATE": "Success update",
|
|
25
|
+
"SUCCESS_DELETE": "Success delete",
|
|
26
|
+
"SUCCESS_CLOSE": "Success close",
|
|
27
|
+
"SUCCESS_SAVE": "Success save",
|
|
28
|
+
"SUCCESS_CANCEL": "Success cancel",
|
|
29
|
+
"ERROR_CREATE": "Error create",
|
|
30
|
+
"ERROR_UPDATE": "Error update",
|
|
31
|
+
"ERROR_DELETE": "Error delete",
|
|
32
|
+
"ERROR_CLOSE": "Error close",
|
|
33
|
+
"ERROR_SAVE": "Error save",
|
|
34
|
+
"ERROR_CANCEL": "Error cancel",
|
|
35
|
+
"ERROR_FETCH": "Error fetch"
|
|
36
36
|
},
|
|
37
37
|
"select": {
|
|
38
38
|
"placeholder": "Select an option"
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"confirm": "Confirm",
|
|
54
54
|
"cancel": "Cancel",
|
|
55
55
|
"close": "Close",
|
|
56
|
-
"confirmDeletionTitle": "Confirm
|
|
57
|
-
"confirmDeletionSingle": "Confirm
|
|
58
|
-
"confirmName": "Confirm
|
|
59
|
-
"enterName": "
|
|
56
|
+
"confirmDeletionTitle": "Confirm deletion",
|
|
57
|
+
"confirmDeletionSingle": "Confirm deletion before continuing",
|
|
58
|
+
"confirmName": "Confirm name",
|
|
59
|
+
"enterName": "Enter name",
|
|
60
60
|
"delete": "Deactivate"
|
|
61
61
|
},
|
|
62
62
|
"filters": {
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"cancel": "Cancel",
|
|
105
105
|
"save": "Save",
|
|
106
106
|
"close": "Close",
|
|
107
|
-
"noData": "No
|
|
107
|
+
"noData": "No data found...",
|
|
108
108
|
"createTitle": "Create",
|
|
109
109
|
"next": "Next",
|
|
110
110
|
"previous": "Previous",
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
},
|
|
114
114
|
"field": {
|
|
115
115
|
"serverSelect": {
|
|
116
|
-
"noResults": "No
|
|
117
|
-
"typeToSearch": "
|
|
116
|
+
"noResults": "No results found",
|
|
117
|
+
"typeToSearch": "Type to search"
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
"unsavedChanges": {
|
|
@@ -127,206 +127,206 @@
|
|
|
127
127
|
"stepErrors": "Please fix the validation errors before proceeding to the next step."
|
|
128
128
|
},
|
|
129
129
|
"dashboard": {
|
|
130
|
-
"title": "
|
|
131
|
-
"description": "Welcome
|
|
130
|
+
"title": "Dashboard",
|
|
131
|
+
"description": "Welcome to the dashboard."
|
|
132
132
|
},
|
|
133
133
|
"meetingRooms": {
|
|
134
|
-
"title": "
|
|
135
|
-
"description": "
|
|
134
|
+
"title": "Meeting rooms",
|
|
135
|
+
"description": "Manage meeting rooms."
|
|
136
136
|
},
|
|
137
137
|
"header": {
|
|
138
|
-
"logout": "Close
|
|
138
|
+
"logout": "Close session"
|
|
139
139
|
},
|
|
140
140
|
"admin": {
|
|
141
|
-
"user": "
|
|
141
|
+
"user": "Admin"
|
|
142
142
|
},
|
|
143
143
|
"scheduler": {
|
|
144
144
|
"rooms": "Meeting room booking",
|
|
145
|
-
"people": "
|
|
146
|
-
"january": "
|
|
147
|
-
"february": "
|
|
148
|
-
"march": "
|
|
149
|
-
"april": "
|
|
150
|
-
"may": "
|
|
151
|
-
"june": "
|
|
152
|
-
"july": "
|
|
153
|
-
"august": "
|
|
154
|
-
"september": "
|
|
155
|
-
"october": "
|
|
156
|
-
"november": "
|
|
157
|
-
"december": "
|
|
158
|
-
"mondayShort": "
|
|
159
|
-
"tuesdayShort": "
|
|
160
|
-
"wednesdayShort": "
|
|
161
|
-
"thursdayShort": "
|
|
162
|
-
"fridayShort": "
|
|
145
|
+
"people": "People",
|
|
146
|
+
"january": "January",
|
|
147
|
+
"february": "February",
|
|
148
|
+
"march": "March",
|
|
149
|
+
"april": "April",
|
|
150
|
+
"may": "May",
|
|
151
|
+
"june": "June",
|
|
152
|
+
"july": "July",
|
|
153
|
+
"august": "August",
|
|
154
|
+
"september": "September",
|
|
155
|
+
"october": "October",
|
|
156
|
+
"november": "November",
|
|
157
|
+
"december": "December",
|
|
158
|
+
"mondayShort": "M",
|
|
159
|
+
"tuesdayShort": "T",
|
|
160
|
+
"wednesdayShort": "W",
|
|
161
|
+
"thursdayShort": "T",
|
|
162
|
+
"fridayShort": "F",
|
|
163
163
|
"saturdayShort": "S",
|
|
164
164
|
"sundayShort": "D",
|
|
165
165
|
"roomBookingTitle": "Meeting room booking",
|
|
166
166
|
"today": "Today",
|
|
167
|
-
"addReservation": "Add
|
|
167
|
+
"addReservation": "Add reservation"
|
|
168
168
|
},
|
|
169
169
|
"reservation": {
|
|
170
170
|
"form": {
|
|
171
|
-
"room": "
|
|
172
|
-
"title": "
|
|
173
|
-
"start": "
|
|
174
|
-
"end": "
|
|
171
|
+
"room": "Room",
|
|
172
|
+
"title": "Title",
|
|
173
|
+
"start": "Start time",
|
|
174
|
+
"end": "End time",
|
|
175
175
|
"status": {
|
|
176
|
-
"label": "
|
|
177
|
-
"occupied": "
|
|
178
|
-
"reserved": "
|
|
179
|
-
"maintenance": "
|
|
180
|
-
"cleaning": "
|
|
181
|
-
"myReservation": "
|
|
176
|
+
"label": "Reservation type",
|
|
177
|
+
"occupied": "Occupied",
|
|
178
|
+
"reserved": "Reserved",
|
|
179
|
+
"maintenance": "Maintenance",
|
|
180
|
+
"cleaning": "Cleaning",
|
|
181
|
+
"myReservation": "My reservation"
|
|
182
182
|
},
|
|
183
183
|
"errors": {
|
|
184
|
-
"endBeforeStart": "
|
|
185
|
-
"overlap": "
|
|
186
|
-
"titleRequired": "
|
|
187
|
-
"roomRequired": "
|
|
184
|
+
"endBeforeStart": "End time must be after start time.",
|
|
185
|
+
"overlap": "The selected time overlaps with an existing reservation.",
|
|
186
|
+
"titleRequired": "Title is required.",
|
|
187
|
+
"roomRequired": "You must select a room"
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
191
|
"offices": {
|
|
192
|
-
"title": "
|
|
193
|
-
"list": "
|
|
194
|
-
"create": "Create
|
|
195
|
-
"edit": "Edit
|
|
192
|
+
"title": "Offices",
|
|
193
|
+
"list": "List of Offices",
|
|
194
|
+
"create": "Create Office",
|
|
195
|
+
"edit": "Edit Office",
|
|
196
196
|
"save": "Save",
|
|
197
197
|
"loading": "Loading...",
|
|
198
198
|
"id": "ID",
|
|
199
199
|
"name": "Name",
|
|
200
200
|
"description": "Description",
|
|
201
|
-
"branch": "
|
|
202
|
-
"sector": "
|
|
203
|
-
"area": "
|
|
204
|
-
"m2": "
|
|
205
|
-
"type": "
|
|
201
|
+
"branch": "Branch",
|
|
202
|
+
"sector": "Sector",
|
|
203
|
+
"area": "Area",
|
|
204
|
+
"m2": "M2",
|
|
205
|
+
"type": "Type",
|
|
206
206
|
"reservable": "Reservable",
|
|
207
|
-
"assign": "
|
|
208
|
-
"capacity": "
|
|
209
|
-
"cost": "
|
|
210
|
-
"currency": "
|
|
211
|
-
"billing_type": "
|
|
212
|
-
"billing_type_hourly": "
|
|
213
|
-
"billing_type_daily": "
|
|
214
|
-
"billing_type_monthly": "
|
|
215
|
-
"namePlaceholder": "
|
|
216
|
-
"descriptionPlaceholder": "
|
|
217
|
-
"sectorPlaceholder": "
|
|
218
|
-
"capacityPlaceholder": "
|
|
219
|
-
"m2Placeholder": "
|
|
220
|
-
"typePlaceholder": "
|
|
221
|
-
"reservablePlaceholder": "
|
|
222
|
-
"costPlaceholder": "
|
|
223
|
-
"currencyPlaceholder": "
|
|
224
|
-
"billing_typePlaceholder": "
|
|
207
|
+
"assign": "Assign",
|
|
208
|
+
"capacity": "Capacity",
|
|
209
|
+
"cost": "Cost",
|
|
210
|
+
"currency": "Currency",
|
|
211
|
+
"billing_type": "Billing type",
|
|
212
|
+
"billing_type_hourly": "Hourly",
|
|
213
|
+
"billing_type_daily": "Daily",
|
|
214
|
+
"billing_type_monthly": "Monthly",
|
|
215
|
+
"namePlaceholder": "Enter the name of the office",
|
|
216
|
+
"descriptionPlaceholder": "Enter the description of the office",
|
|
217
|
+
"sectorPlaceholder": "Select the floor of the office",
|
|
218
|
+
"capacityPlaceholder": "Enter the capacity of the office",
|
|
219
|
+
"m2Placeholder": "Enter the square meters of the office",
|
|
220
|
+
"typePlaceholder": "Select the type of office",
|
|
221
|
+
"reservablePlaceholder": "Select if the office is reservable",
|
|
222
|
+
"costPlaceholder": "Enter the cost of the office",
|
|
223
|
+
"currencyPlaceholder": "Select the currency of the office",
|
|
224
|
+
"billing_typePlaceholder": "Select the billing type of the office"
|
|
225
225
|
},
|
|
226
226
|
"clients": {
|
|
227
227
|
"title": "Clients",
|
|
228
228
|
"loading": "Loading...",
|
|
229
|
-
"list": "
|
|
229
|
+
"list": "List of Clients",
|
|
230
230
|
"id": "ID",
|
|
231
231
|
"name": "Name",
|
|
232
|
-
"social_reason": "
|
|
232
|
+
"social_reason": "Social reason",
|
|
233
233
|
"rut": "Rut"
|
|
234
234
|
},
|
|
235
235
|
"companies": {
|
|
236
|
-
"title": "
|
|
236
|
+
"title": "Companies",
|
|
237
237
|
"loading": "Loading...",
|
|
238
|
-
"list": "
|
|
239
|
-
"generalInfo": "Info
|
|
240
|
-
"contactInfo": "Info
|
|
238
|
+
"list": "List of Companies",
|
|
239
|
+
"generalInfo": "General Info",
|
|
240
|
+
"contactInfo": "Contact Info",
|
|
241
241
|
"name": "Name",
|
|
242
|
-
"fantasyName": "Name
|
|
243
|
-
"legalName": "
|
|
242
|
+
"fantasyName": "Name Fantasy",
|
|
243
|
+
"legalName": "Legal Name",
|
|
244
244
|
"rut": "RUT",
|
|
245
|
-
"email": "
|
|
246
|
-
"phone": "
|
|
247
|
-
"personalContact": "
|
|
248
|
-
"address": "
|
|
249
|
-
"observations": "
|
|
250
|
-
"atentionTime": "
|
|
251
|
-
"holydays": "
|
|
252
|
-
"securitySealNumber": "
|
|
253
|
-
"assignedMailbox": "
|
|
254
|
-
"fantasyNamePlaceholder": "
|
|
255
|
-
"legalNamePlaceholder": "
|
|
256
|
-
"observationsPlaceholder": "
|
|
257
|
-
"personalContactPlaceholder": "
|
|
258
|
-
"addressPlaceholder": "
|
|
259
|
-
"phonePlaceholder": "
|
|
260
|
-
"emailPlaceholder": "
|
|
245
|
+
"email": "Email",
|
|
246
|
+
"phone": "Phone",
|
|
247
|
+
"personalContact": "Personal Contact",
|
|
248
|
+
"address": "Address",
|
|
249
|
+
"observations": "Observations",
|
|
250
|
+
"atentionTime": "Attention Time",
|
|
251
|
+
"holydays": "Holydays",
|
|
252
|
+
"securitySealNumber": "Security Seal Number",
|
|
253
|
+
"assignedMailbox": "Assigned Mailbox",
|
|
254
|
+
"fantasyNamePlaceholder": "Enter the name fantasy",
|
|
255
|
+
"legalNamePlaceholder": "Enter the legal name",
|
|
256
|
+
"observationsPlaceholder": "Enter the observations",
|
|
257
|
+
"personalContactPlaceholder": "Enter the personal contact",
|
|
258
|
+
"addressPlaceholder": "Enter the address",
|
|
259
|
+
"phonePlaceholder": "Enter the phone",
|
|
260
|
+
"emailPlaceholder": "Enter the email",
|
|
261
261
|
"status": {
|
|
262
|
-
"label": "
|
|
263
|
-
"active": "
|
|
264
|
-
"inactive": "
|
|
265
|
-
"pending": "
|
|
262
|
+
"label": "Status",
|
|
263
|
+
"active": "Active",
|
|
264
|
+
"inactive": "Inactive",
|
|
265
|
+
"pending": "Pending",
|
|
266
266
|
"onboarding": "Onboarding"
|
|
267
267
|
},
|
|
268
|
-
"createdAt": "
|
|
269
|
-
"createdDate": "
|
|
270
|
-
"hasPersonalContact": "
|
|
271
|
-
"approve": "
|
|
272
|
-
"suspend": "
|
|
273
|
-
"bulkApprove": "
|
|
274
|
-
"exportSelected": "
|
|
275
|
-
"rutPlaceholder": "
|
|
276
|
-
"namePlaceholder": "
|
|
277
|
-
"activate": "
|
|
278
|
-
"activateSuccess": "
|
|
279
|
-
"onboardingSuccess": "
|
|
280
|
-
"activateError": "Error
|
|
268
|
+
"createdAt": "Created At",
|
|
269
|
+
"createdDate": "Created Date",
|
|
270
|
+
"hasPersonalContact": "Has Personal Contact",
|
|
271
|
+
"approve": "Approve",
|
|
272
|
+
"suspend": "Suspend",
|
|
273
|
+
"bulkApprove": "Approve Selected",
|
|
274
|
+
"exportSelected": "Export Selected",
|
|
275
|
+
"rutPlaceholder": "Enter the RUT of the company",
|
|
276
|
+
"namePlaceholder": "Enter the name of the company",
|
|
277
|
+
"activate": "Activate",
|
|
278
|
+
"activateSuccess": "Company activated successfully",
|
|
279
|
+
"onboardingSuccess": "Company sent to onboarding successfully",
|
|
280
|
+
"activateError": "Error activating company",
|
|
281
281
|
"edit": "Edit",
|
|
282
282
|
"view": "View",
|
|
283
283
|
"errors": {
|
|
284
|
-
"nameRequired": "
|
|
285
|
-
"legalNameRequired": "
|
|
286
|
-
"rutRequired": "
|
|
287
|
-
"rutMinLength": "
|
|
288
|
-
"rutMaxLength": "
|
|
289
|
-
"emailRequired": "
|
|
290
|
-
"emailInvalid": "
|
|
291
|
-
"phoneRequired": "
|
|
292
|
-
"addressRequired": "
|
|
293
|
-
"observationsRequired": "
|
|
294
|
-
"personalContactRequired": "
|
|
295
|
-
"atentionTimeRequired": "
|
|
296
|
-
"holydaysRequired": "
|
|
297
|
-
"securitySealNumberRequired": "
|
|
298
|
-
"assignedMailboxRequired": "
|
|
284
|
+
"nameRequired": "Name is required",
|
|
285
|
+
"legalNameRequired": "Legal name is required",
|
|
286
|
+
"rutRequired": "RUT is required",
|
|
287
|
+
"rutMinLength": "RUT must have 12 characters",
|
|
288
|
+
"rutMaxLength": "RUT must have 12 characters",
|
|
289
|
+
"emailRequired": "Email is required",
|
|
290
|
+
"emailInvalid": "Email is invalid",
|
|
291
|
+
"phoneRequired": "Phone is required",
|
|
292
|
+
"addressRequired": "Address is required",
|
|
293
|
+
"observationsRequired": "Observations are required",
|
|
294
|
+
"personalContactRequired": "Personal contact is required",
|
|
295
|
+
"atentionTimeRequired": "Attention time is required",
|
|
296
|
+
"holydaysRequired": "Holydays are required",
|
|
297
|
+
"securitySealNumberRequired": "Security seal number is required",
|
|
298
|
+
"assignedMailboxRequired": "Assigned mailbox is required"
|
|
299
299
|
}
|
|
300
300
|
},
|
|
301
301
|
"company": {
|
|
302
|
-
"title": "
|
|
302
|
+
"title": "Company",
|
|
303
303
|
"view": {
|
|
304
|
-
"title": "
|
|
305
|
-
"data": "
|
|
306
|
-
"contacts": "
|
|
307
|
-
"authorizations": "
|
|
304
|
+
"title": "Company",
|
|
305
|
+
"data": "Company data",
|
|
306
|
+
"contacts": "Key contacts",
|
|
307
|
+
"authorizations": "Authorizations",
|
|
308
308
|
"information": "Info",
|
|
309
|
-
"documentation": "
|
|
310
|
-
"inventory": "
|
|
311
|
-
"directions": "
|
|
312
|
-
"azf": "
|
|
313
|
-
"telework": "
|
|
314
|
-
"add_azf_procedure": "Add
|
|
315
|
-
"edit_company": "Edit
|
|
316
|
-
"save_company": "Save
|
|
309
|
+
"documentation": "Documentation",
|
|
310
|
+
"inventory": "Inventory",
|
|
311
|
+
"directions": "Directions",
|
|
312
|
+
"azf": "AZF procedure",
|
|
313
|
+
"telework": "Telework",
|
|
314
|
+
"add_azf_procedure": "Add procedure",
|
|
315
|
+
"edit_company": "Edit data",
|
|
316
|
+
"save_company": "Save data",
|
|
317
317
|
"cancel_company": "Cancel",
|
|
318
|
-
"error_saving_company": "Error
|
|
319
|
-
"success_saving_company": "
|
|
320
|
-
"back_to_list": "
|
|
321
|
-
"back_to_home": "
|
|
318
|
+
"error_saving_company": "Error saving company",
|
|
319
|
+
"success_saving_company": "Company saved successfully",
|
|
320
|
+
"back_to_list": "Back to all companies",
|
|
321
|
+
"back_to_home": "Back to home"
|
|
322
322
|
},
|
|
323
323
|
"company-data": {
|
|
324
324
|
"general": {
|
|
325
|
-
"general_information": "
|
|
326
|
-
"general_information_description": "Info
|
|
327
|
-
"fantasy_name": "Name
|
|
328
|
-
"legal_name": "
|
|
329
|
-
"commercial_name": "
|
|
325
|
+
"general_information": "General info",
|
|
326
|
+
"general_information_description": "Info relative to schedules, phones, legal name and business sector that you want to give to the Reception of WTC Free Zone about the Company",
|
|
327
|
+
"fantasy_name": "Name fantasy",
|
|
328
|
+
"legal_name": "Legal name",
|
|
329
|
+
"commercial_name": "Commercial name",
|
|
330
330
|
"rut": "RUT"
|
|
331
331
|
},
|
|
332
332
|
"contact": {
|
|
@@ -1107,5 +1107,19 @@
|
|
|
1107
1107
|
"phoneField": {
|
|
1108
1108
|
"defaultPlaceholder": "Enter phone number",
|
|
1109
1109
|
"selectCountry": "Select country"
|
|
1110
|
+
},
|
|
1111
|
+
"adAuth": {
|
|
1112
|
+
"loginButton": "Sign in with Microsoft",
|
|
1113
|
+
"logoutButton": "Sign out",
|
|
1114
|
+
"authenticating": "Authenticating...",
|
|
1115
|
+
"notConfigured": "AD Auth is not configured. Please provide AD_AUTH_CONFIG.",
|
|
1116
|
+
"authError": "Authentication error. Please try again.",
|
|
1117
|
+
"user": "User",
|
|
1118
|
+
"events": {
|
|
1119
|
+
"loginSuccess": "User authenticated successfully",
|
|
1120
|
+
"loginError": "Error signing in",
|
|
1121
|
+
"logoutSuccess": "Sign out successful",
|
|
1122
|
+
"logoutError": "ErrorSign signing out"
|
|
1123
|
+
}
|
|
1110
1124
|
}
|
|
1111
1125
|
}
|
|
@@ -1111,5 +1111,19 @@
|
|
|
1111
1111
|
"phoneField": {
|
|
1112
1112
|
"defaultPlaceholder": "Ingrese su número de teléfono",
|
|
1113
1113
|
"selectCountry": "Seleccione el país"
|
|
1114
|
+
},
|
|
1115
|
+
"adAuth": {
|
|
1116
|
+
"loginButton": "Iniciar sesión con Microsoft",
|
|
1117
|
+
"logoutButton": "Cerrar sesión",
|
|
1118
|
+
"authenticating": "Autenticando...",
|
|
1119
|
+
"notConfigured": "AD Auth no está configurado. Por favor, proporciona AD_AUTH_CONFIG.",
|
|
1120
|
+
"authError": "Error de autenticación. Por favor, intenta nuevamente.",
|
|
1121
|
+
"user": "Usuario",
|
|
1122
|
+
"events": {
|
|
1123
|
+
"loginSuccess": "Usuario autenticado correctamente",
|
|
1124
|
+
"loginError": "Error al iniciar sesión",
|
|
1125
|
+
"logoutSuccess": "Sesión cerrada correctamente",
|
|
1126
|
+
"logoutError": "Error al cerrar sesión"
|
|
1127
|
+
}
|
|
1114
1128
|
}
|
|
1115
1129
|
}
|