@solcre-org/core-ui 2.15.43 → 2.15.45

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.
@@ -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": "Se creó con éxito",
24
- "SUCCESS_UPDATE": "Se actualizó con éxito",
25
- "SUCCESS_DELETE": "Se desactivó con éxito",
26
- "SUCCESS_CLOSE": "Se cerró con éxito",
27
- "SUCCESS_SAVE": "Se guardó con éxito",
28
- "SUCCESS_CANCEL": "Se canceló con éxito",
29
- "ERROR_CREATE": "Ocurrió un error al crear",
30
- "ERROR_UPDATE": "Ocurrió un error al actualizar",
31
- "ERROR_DELETE": "Ocurrió un error al desactivar",
32
- "ERROR_CLOSE": "Ocurrió un error al cerrar",
33
- "ERROR_SAVE": "Ocurrió un error al guardar",
34
- "ERROR_CANCEL": "Ocurrió un error al cancelar",
35
- "ERROR_FETCH": "Ocurrió un error al obtener los datos"
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 desactivación",
57
- "confirmDeletionSingle": "Confirm la desactivación antes de continuar",
58
- "confirmName": "Confirm nombre",
59
- "enterName": "Ingrese el nombre",
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 se encontraron datos...",
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 se encontraron resultados",
117
- "typeToSearch": "Escribe para buscar"
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": "Panel de Control",
131
- "description": "Welcome tol panel de administración."
130
+ "title": "Dashboard",
131
+ "description": "Welcome to the dashboard."
132
132
  },
133
133
  "meetingRooms": {
134
- "title": "Salas de Reuniones",
135
- "description": "Administra las salas de reuniones."
134
+ "title": "Meeting rooms",
135
+ "description": "Manage meeting rooms."
136
136
  },
137
137
  "header": {
138
- "logout": "Close Sesión"
138
+ "logout": "Close session"
139
139
  },
140
140
  "admin": {
141
- "user": "Administrador"
141
+ "user": "Admin"
142
142
  },
143
143
  "scheduler": {
144
144
  "rooms": "Meeting room booking",
145
- "people": "empleados",
146
- "january": "Enero",
147
- "february": "Febrero",
148
- "march": "Marzo",
149
- "april": "Abril",
150
- "may": "Mayo",
151
- "june": "Junio",
152
- "july": "Julio",
153
- "august": "Agosto",
154
- "september": "Septiembre",
155
- "october": "Octubre",
156
- "november": "Noviembre",
157
- "december": "Diciembre",
158
- "mondayShort": "L",
159
- "tuesdayShort": "M",
160
- "wednesdayShort": "M",
161
- "thursdayShort": "J",
162
- "fridayShort": "V",
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 reserva"
167
+ "addReservation": "Add reservation"
168
168
  },
169
169
  "reservation": {
170
170
  "form": {
171
- "room": "Sala",
172
- "title": "Titulo",
173
- "start": "Hora de inicio",
174
- "end": "Hora de fin",
171
+ "room": "Room",
172
+ "title": "Title",
173
+ "start": "Start time",
174
+ "end": "End time",
175
175
  "status": {
176
- "label": "Tipo de reserva",
177
- "occupied": "Ocupado",
178
- "reserved": "Reservado",
179
- "maintenance": "En mantenimiento",
180
- "cleaning": "En limpieza",
181
- "myReservation": "Mi reservación"
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": "La fecha de fin debe ser posterior a la fecha de inicio.",
185
- "overlap": "El horario seleccionado se superpone con una reserva existente.",
186
- "titleRequired": "El título es obligatorio.",
187
- "roomRequired": "Debes seleccionar una sala"
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": "Oficinas",
193
- "list": "Lista de Oficinas",
194
- "create": "Create Oficina",
195
- "edit": "Edit Oficina",
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": "Sucursal",
202
- "sector": "Piso",
203
- "area": "Área",
204
- "m2": "Metros Cuadrados",
205
- "type": "Tipo",
201
+ "branch": "Branch",
202
+ "sector": "Sector",
203
+ "area": "Area",
204
+ "m2": "M2",
205
+ "type": "Type",
206
206
  "reservable": "Reservable",
207
- "assign": "Asignar",
208
- "capacity": "Capacidad",
209
- "cost": "Costo",
210
- "currency": "Moneda",
211
- "billing_type": "Tipo de facturación",
212
- "billing_type_hourly": "Por hora",
213
- "billing_type_daily": "Por día",
214
- "billing_type_monthly": "Por mes",
215
- "namePlaceholder": "Ingrese el nombre de la oficina",
216
- "descriptionPlaceholder": "Ingrese la descripción de la oficina",
217
- "sectorPlaceholder": "Seleccione el piso de la oficina",
218
- "capacityPlaceholder": "Ingrese la capacidad de la oficina",
219
- "m2Placeholder": "Ingrese los metros cuadrados de la oficina",
220
- "typePlaceholder": "Seleccione el tipo de oficina",
221
- "reservablePlaceholder": "Seleccione si la oficina es reservable",
222
- "costPlaceholder": "Ingrese el costo de la oficina",
223
- "currencyPlaceholder": "Seleccione la moneda de la oficina",
224
- "billing_typePlaceholder": "Seleccione el tipo de facturación de la oficina"
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": "Lista de Clients",
229
+ "list": "List of Clients",
230
230
  "id": "ID",
231
231
  "name": "Name",
232
- "social_reason": "Razón social",
232
+ "social_reason": "Social reason",
233
233
  "rut": "Rut"
234
234
  },
235
235
  "companies": {
236
- "title": "Empresas",
236
+ "title": "Companies",
237
237
  "loading": "Loading...",
238
- "list": "Lista de Empresas",
239
- "generalInfo": "Info General",
240
- "contactInfo": "Info de Contacto",
238
+ "list": "List of Companies",
239
+ "generalInfo": "General Info",
240
+ "contactInfo": "Contact Info",
241
241
  "name": "Name",
242
- "fantasyName": "Name Fantasía",
243
- "legalName": "Razón Social",
242
+ "fantasyName": "Name Fantasy",
243
+ "legalName": "Legal Name",
244
244
  "rut": "RUT",
245
- "email": "Correo Electrónico",
246
- "phone": "Teléfono",
247
- "personalContact": "Contacto Personal",
248
- "address": "Dirección",
249
- "observations": "Observaciones",
250
- "atentionTime": "Tiempo de Atención",
251
- "holydays": "Días Festivos",
252
- "securitySealNumber": "Número de Precinto de Seguridad",
253
- "assignedMailbox": "Buzón Asignado",
254
- "fantasyNamePlaceholder": "Ingrese el nombre fantasía",
255
- "legalNamePlaceholder": "Ingrese la razón social",
256
- "observationsPlaceholder": "Ingrese las observaciones",
257
- "personalContactPlaceholder": "Ingrese el contacto personal",
258
- "addressPlaceholder": "Ingrese la dirección",
259
- "phonePlaceholder": "Ingrese el teléfono",
260
- "emailPlaceholder": "Ingrese el email",
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": "Estado",
263
- "active": "Activa",
264
- "inactive": "Inactiva",
265
- "pending": "Pendiente",
262
+ "label": "Status",
263
+ "active": "Active",
264
+ "inactive": "Inactive",
265
+ "pending": "Pending",
266
266
  "onboarding": "Onboarding"
267
267
  },
268
- "createdAt": "Fecha de Creación",
269
- "createdDate": "Fecha de Creación",
270
- "hasPersonalContact": "Tiene Contacto Personal",
271
- "approve": "Aprobar",
272
- "suspend": "Suspender",
273
- "bulkApprove": "Aprobar Seleccionadas",
274
- "exportSelected": "Exportar Seleccionadas",
275
- "rutPlaceholder": "Ingrese el RUT de la empresa",
276
- "namePlaceholder": "Ingrese el nombre de la empresa",
277
- "activate": "Activar",
278
- "activateSuccess": "Empresa activada correctamente",
279
- "onboardingSuccess": "Empresa enviada a onboarding correctamente",
280
- "activateError": "Error al activar la empresa",
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": "El nombre es requerido",
285
- "legalNameRequired": "La razón social es requerida",
286
- "rutRequired": "El RUT es requerido",
287
- "rutMinLength": "El RUT debe tener 12 caracteres",
288
- "rutMaxLength": "El RUT debe tener 12 caracteres",
289
- "emailRequired": "El email es requerido",
290
- "emailInvalid": "El email no es válido",
291
- "phoneRequired": "El teléfono es requerido",
292
- "addressRequired": "La dirección es requerida",
293
- "observationsRequired": "Las observaciones son requeridas",
294
- "personalContactRequired": "El contacto personal es requerido",
295
- "atentionTimeRequired": "El tiempo de atención es requerido",
296
- "holydaysRequired": "Los días festivos son requeridos",
297
- "securitySealNumberRequired": "El número de precinto de seguridad es requerido",
298
- "assignedMailboxRequired": "El buzón asignado es requerido"
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": "Empresa",
302
+ "title": "Company",
303
303
  "view": {
304
- "title": "Empresa",
305
- "data": "Datos de la empresa",
306
- "contacts": "Contactos clave",
307
- "authorizations": "Autorizaciones",
304
+ "title": "Company",
305
+ "data": "Company data",
306
+ "contacts": "Key contacts",
307
+ "authorizations": "Authorizations",
308
308
  "information": "Info",
309
- "documentation": "Documentación",
310
- "inventory": "Inventario",
311
- "directions": "Direcciones",
312
- "azf": "Trámite AZF",
313
- "telework": "Teletrabajo",
314
- "add_azf_procedure": "Add procedimiento",
315
- "edit_company": "Edit datos",
316
- "save_company": "Save datos",
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 al guardar la empresa",
319
- "success_saving_company": "Empresa guardada correctamente",
320
- "back_to_list": "Volver a todas las empresas",
321
- "back_to_home": "Volver al inicio"
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": "Info general",
326
- "general_information_description": "Info relativa a horarios, teléfonos, razón social y rubro que quiere dar la Recepción de WTC Free Zone brinde sobre la Empresa",
327
- "fantasy_name": "Name fantasía",
328
- "legal_name": "Razón social",
329
- "commercial_name": "Name comercial",
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
  }