|
5 | 5 | }, |
6 | 6 | "BootstrapBlazor.Components.Captcha": { |
7 | 7 | "HeaderText": "Captcha", |
8 | | - "BarText": "Arrastre a la derecha para resolver el rompecabezas", |
| 8 | + "BarText": "Deslice a la derecha para resolver el rompecabezas", |
9 | 9 | "FailedText": "Error al cargar", |
10 | | - "LoadText": "Cargando ...", |
11 | | - "TryText": "Intentar de nuevo" |
| 10 | + "LoadText": "Cargando ..." |
12 | 11 | }, |
13 | 12 | "BootstrapBlazor.Components.Calendar": { |
14 | 13 | "PreviousYear": "Año anterior", |
|
30 | 29 | }, |
31 | 30 | "BootstrapBlazor.Components.Console": { |
32 | 31 | "HeaderText": "Monitor", |
33 | | - "LightTitle": "Indicador", |
| 32 | + "LightTitle": "Luz", |
34 | 33 | "ClearButtonText": "Limpiar", |
35 | 34 | "AutoScrollText": "AutoScroll" |
36 | 35 | }, |
|
40 | 39 | "DateTimePlaceHolderText": "Por favor seleccione ...", |
41 | 40 | "DatePlaceHolderText": "Por favor seleccione ...", |
42 | 41 | "TimeFormat": "hh\\:mm\\:ss", |
43 | | - "DateFormat": "M/d/yyyy", |
44 | | - "DateTimeFormat": "M/d/yyyy HH\\:mm\\:ss", |
| 42 | + "DateFormat": "d/M/yyyy", |
| 43 | + "DateTimeFormat": "d/M/yyyy HH\\:mm\\:ss", |
45 | 44 | "AiraPrevYearLabel": "Año anterior", |
46 | 45 | "AiraNextYearLabel": "Próximo año", |
47 | 46 | "AiraPrevMonthLabel": "Mes anterior", |
|
53 | 52 | "YearText": "{0}", |
54 | 53 | "MonthText": "{0}", |
55 | 54 | "YearPeriodText": "{0} - {1}", |
56 | | - "Months": "Ene,Feb,Mar,Abr,Ago,May,Jun,Jul,Sep,Oct,Nov,Dec", |
57 | | - "MonthLists": "Ene,Feb,Mar,Abr,May,Jun,Jul,Ago,Sep,Oct,Nov,Dec", |
| 55 | + "Months": "Ene,Feb,Mar,Abr,May,Jun,Jul,Ago,Sep,Oct,Nov,Dic", |
| 56 | + "MonthLists": "Ene,Feb,Mar,Abr,May,Jun,Jul,Ago,Sep,Oct,Nov,Dic", |
58 | 57 | "WeekLists": "Dom,Lun,Mar,Mié,Jue,Vie,Sáb", |
59 | | - "GenericTypeErrorMessage": "DateTimePicker sólo soporta DateTime DateTime? DateTimeOffset DateTimeOffset?", |
| 58 | + "GenericTypeErrorMessage": "DateTimePicker solo soporta DateTime, DateTime?, DateTimeOffset, DateTimeOffset?", |
60 | 59 | "Today": "Hoy", |
61 | 60 | "Yesterday": "Ayer", |
62 | 61 | "Week": "Hace una semana" |
|
68 | 67 | "ClearButtonText": "Limpiar", |
69 | 68 | "TodayButtonText": "Hoy", |
70 | 69 | "ConfirmButtonText": "Ok", |
71 | | - "DateTimeFormat": "M/d/yyyy hh\\:mm\\:ss tt", |
72 | | - "DateFormat": "M/d/yyyy", |
| 70 | + "DateTimeFormat": "d/M/yyyy hh\\:mm\\:ss tt", |
| 71 | + "DateFormat": "d/M/yyyy", |
73 | 72 | "Last7Days": "Últimos 7 días", |
74 | 73 | "Last30Days": "Últimos 30 días", |
75 | 74 | "ThisMonth": "Este mes", |
|
90 | 89 | "PlaceHolder": "Click para editar" |
91 | 90 | }, |
92 | 91 | "BootstrapBlazor.Components.EditorForm": { |
93 | | - "ModelInvalidOperationExceptionMessage": "ValidateForm MODEL no coincide con {0} MODEL", |
| 92 | + "ModelInvalidOperationExceptionMessage": "El modelo ValidateForm no coincide con el modelo {0}", |
94 | 93 | "PlaceHolderText": "Por favor ingrese ..." |
95 | 94 | }, |
96 | 95 | "BootstrapBlazor.Components.Empty": { |
|
216 | 215 | "SearchTooltip": "<div class='search-input-tooltip'>Por favor ingrese ...</br><kbd>Enter</kbd> Buscar <kbd>ESC</kbd> Limpiar</div>", |
217 | 216 | "SearchModalTitle": "Buscando", |
218 | 217 | "AddButtonToastTitle": "Agregar datos", |
219 | | - "AddButtonToastContent": "Fallo al agregar datos. Proporcione el método OnAddAsync", |
220 | | - "EditButtonToastTitle": "Editar datos", |
221 | | - "EditButtonToastNotSelectContent": "Fallo al guardar. Proporcione el método OnSaveAsync", |
| 218 | + "AddButtonToastContent": "Error al agregar datos. Proporcione el método OnAddAsync", |
| 219 | + "EditButtonToastTitle": "Agregar datos", |
| 220 | + "EditButtonToastNotSelectContent": "Error al guardar datos. Proporcione el método OnSaveAsync", |
222 | 221 | "EditButtonToastReadonlyContent": "Los datos seleccionados no se pueden editar", |
223 | | - "EditButtonToastMoreSelectContent": "Solo una fila puede ser EDITADA", |
224 | | - "EditButtonToastNoSaveMethodContent": "No se puede EDITAR datos. Proporcione el método OnSaveAsync", |
| 222 | + "EditButtonToastMoreSelectContent": "Solo se puede editar una fila", |
| 223 | + "EditButtonToastNoSaveMethodContent": "No se pueden editar los datos. Proporcione el método OnSaveAsync", |
225 | 224 | "SaveButtonToastTitle": "Guardar datos", |
226 | | - "SaveButtonToastContent": "Fallo al guardar datos. Proporcione el método OnSaveAsync", |
| 225 | + "SaveButtonToastContent": "Error al guardar datos. Proporcione el método OnSaveAsync", |
227 | 226 | "SaveButtonToastResultContent": "Datos guardados {0}, cierre automático en {1}s", |
228 | 227 | "SuccessText": "Éxito", |
229 | | - "FailText": "Fallo", |
| 228 | + "FailText": "Error", |
230 | 229 | "DeleteButtonToastTitle": "Eliminar datos", |
231 | | - "DeleteButtonToastContent": "Seleccione las filas a ELIMINAR, cierre automático en {0}s", |
| 230 | + "DeleteButtonToastContent": "Seleccione las filas a eliminar, cierre automático en {0}s", |
232 | 231 | "DeleteButtonToastResultContent": "Datos eliminados {0}, cierre automático en {1}s", |
233 | 232 | "DeleteButtonToastCanNotDeleteContent": "Hay datos no eliminables en la selección, cierre automático en {0}s", |
234 | 233 | "DataServiceInvalidOperationText": "No se puede proporcionar un valor para la propiedad 'DataService' en el tipo 'BootstrapBlazor.Components.Table`1[[{0}]]'. No hay un servicio registrado de tipo 'BootstrapBlazor.Components.IDataService`1[{0}]'.", |
|
274 | 273 | "NotEqual": "No igual", |
275 | 274 | "Contains": "Contiene", |
276 | 275 | "NotContains": "No contiene", |
277 | | - "EnumFilter.AllText": "Seleccionar todo", |
| 276 | + "EnumFilter.AllText": "Todo", |
278 | 277 | "NotSupportedColumnFilterMessage": "<p>Tipo de filtro no soportado, por favor personalice el filtro usando <code>FilterTemplate</code></p><div>Consulte <a href=\"https://www.blazor.zone/table/filter#CustomFilter\" target=\"_blank\">CustomFilter</a></div>", |
279 | 278 | "MultiFilterSearchPlaceHolderText": "Por favor ingrese ...", |
280 | 279 | "MultiFilterSelectAllText": "Seleccionar todo" |
|
288 | 287 | "QueryButtonText": "Consultar" |
289 | 288 | }, |
290 | 289 | "BootstrapBlazor.Components.SwitchButton": { |
291 | | - "OnText": "Encender", |
292 | | - "OffText": "Apagar" |
| 290 | + "OnText": "Encendido", |
| 291 | + "OffText": "Apagado" |
293 | 292 | }, |
294 | 293 | "BootstrapBlazor.Components.Timer": { |
295 | 294 | "PauseText": "Pausa", |
296 | 295 | "ResumeText": "Continuar", |
297 | 296 | "CancelText": "Cancelar", |
298 | | - "StarText": "Inicio" |
| 297 | + "StarText": "Iniciar" |
299 | 298 | }, |
300 | 299 | "BootstrapBlazor.Components.Toggle": { |
301 | 300 | "OnText": "Expandir", |
|
304 | 303 | "BootstrapBlazor.Components.Transfer": { |
305 | 304 | "LeftPanelText": "Todo", |
306 | 305 | "RightPanelText": "Seleccionado", |
307 | | - "MinErrorMessage": "Por favor seleccione al menos {0} elementos", |
| 306 | + "MinErrorMessage": "Seleccione al menos {0} elementos", |
308 | 307 | "MaxErrorMessage": "Hasta {0} elementos pueden ser seleccionados" |
309 | 308 | }, |
310 | 309 | "BootstrapBlazor.Components.TransferPanel": { |
|
331 | 330 | "ClearButtonText": "Limpiar" |
332 | 331 | }, |
333 | 332 | "BootstrapBlazor.Components.SignaturePad": { |
334 | | - "SignAboveLabel": "Firma en el recuadro", |
| 333 | + "SignAboveLabel": "Firme en el recuadro", |
335 | 334 | "ClearBtnTitle": "Limpiar", |
336 | 335 | "SignatureAlertText": "Por favor proporcione una firma primero", |
337 | 336 | "ChangeColorBtnTitle": "Cambiar color", |
|
0 commit comments