Skip to content

Commit 96cc874

Browse files
authored
feat(Localization): update localization json files (dotnetcore#6875)
* chore: 更新 es 资源文件 * chore: 更新 de 资源文件 * chore: 更新 pt 资源文件 * chore: 更新 ru-RU 资源文件 * chore: 更新 th-TH 资源文件 * chore: 更新 uk-UA 资源文件 * chore: 更新 zh-TW 资源文件
1 parent 63b7964 commit 96cc874

File tree

7 files changed

+776
-642
lines changed

7 files changed

+776
-642
lines changed

localization/de.json

Lines changed: 174 additions & 145 deletions
Large diffs are not rendered by default.

localization/es.json

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
},
66
"BootstrapBlazor.Components.Captcha": {
77
"HeaderText": "Captcha",
8-
"BarText": "Arrastre a la derecha para resolver el rompecabezas",
8+
"BarText": "Deslice a la derecha para resolver el rompecabezas",
99
"FailedText": "Error al cargar",
10-
"LoadText": "Cargando ...",
11-
"TryText": "Intentar de nuevo"
10+
"LoadText": "Cargando ..."
1211
},
1312
"BootstrapBlazor.Components.Calendar": {
1413
"PreviousYear": "Año anterior",
@@ -30,7 +29,7 @@
3029
},
3130
"BootstrapBlazor.Components.Console": {
3231
"HeaderText": "Monitor",
33-
"LightTitle": "Indicador",
32+
"LightTitle": "Luz",
3433
"ClearButtonText": "Limpiar",
3534
"AutoScrollText": "AutoScroll"
3635
},
@@ -40,8 +39,8 @@
4039
"DateTimePlaceHolderText": "Por favor seleccione ...",
4140
"DatePlaceHolderText": "Por favor seleccione ...",
4241
"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",
4544
"AiraPrevYearLabel": "Año anterior",
4645
"AiraNextYearLabel": "Próximo año",
4746
"AiraPrevMonthLabel": "Mes anterior",
@@ -53,10 +52,10 @@
5352
"YearText": "{0}",
5453
"MonthText": "{0}",
5554
"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",
5857
"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?",
6059
"Today": "Hoy",
6160
"Yesterday": "Ayer",
6261
"Week": "Hace una semana"
@@ -68,8 +67,8 @@
6867
"ClearButtonText": "Limpiar",
6968
"TodayButtonText": "Hoy",
7069
"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",
7372
"Last7Days": "Últimos 7 días",
7473
"Last30Days": "Últimos 30 días",
7574
"ThisMonth": "Este mes",
@@ -90,7 +89,7 @@
9089
"PlaceHolder": "Click para editar"
9190
},
9291
"BootstrapBlazor.Components.EditorForm": {
93-
"ModelInvalidOperationExceptionMessage": "ValidateForm MODEL no coincide con {0} MODEL",
92+
"ModelInvalidOperationExceptionMessage": "El modelo ValidateForm no coincide con el modelo {0}",
9493
"PlaceHolderText": "Por favor ingrese ..."
9594
},
9695
"BootstrapBlazor.Components.Empty": {
@@ -216,19 +215,19 @@
216215
"SearchTooltip": "<div class='search-input-tooltip'>Por favor ingrese ...</br><kbd>Enter</kbd> Buscar <kbd>ESC</kbd> Limpiar</div>",
217216
"SearchModalTitle": "Buscando",
218217
"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",
222221
"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",
225224
"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",
227226
"SaveButtonToastResultContent": "Datos guardados {0}, cierre automático en {1}s",
228227
"SuccessText": "Éxito",
229-
"FailText": "Fallo",
228+
"FailText": "Error",
230229
"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",
232231
"DeleteButtonToastResultContent": "Datos eliminados {0}, cierre automático en {1}s",
233232
"DeleteButtonToastCanNotDeleteContent": "Hay datos no eliminables en la selección, cierre automático en {0}s",
234233
"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,7 +273,7 @@
274273
"NotEqual": "No igual",
275274
"Contains": "Contiene",
276275
"NotContains": "No contiene",
277-
"EnumFilter.AllText": "Seleccionar todo",
276+
"EnumFilter.AllText": "Todo",
278277
"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>",
279278
"MultiFilterSearchPlaceHolderText": "Por favor ingrese ...",
280279
"MultiFilterSelectAllText": "Seleccionar todo"
@@ -288,14 +287,14 @@
288287
"QueryButtonText": "Consultar"
289288
},
290289
"BootstrapBlazor.Components.SwitchButton": {
291-
"OnText": "Encender",
292-
"OffText": "Apagar"
290+
"OnText": "Encendido",
291+
"OffText": "Apagado"
293292
},
294293
"BootstrapBlazor.Components.Timer": {
295294
"PauseText": "Pausa",
296295
"ResumeText": "Continuar",
297296
"CancelText": "Cancelar",
298-
"StarText": "Inicio"
297+
"StarText": "Iniciar"
299298
},
300299
"BootstrapBlazor.Components.Toggle": {
301300
"OnText": "Expandir",
@@ -304,7 +303,7 @@
304303
"BootstrapBlazor.Components.Transfer": {
305304
"LeftPanelText": "Todo",
306305
"RightPanelText": "Seleccionado",
307-
"MinErrorMessage": "Por favor seleccione al menos {0} elementos",
306+
"MinErrorMessage": "Seleccione al menos {0} elementos",
308307
"MaxErrorMessage": "Hasta {0} elementos pueden ser seleccionados"
309308
},
310309
"BootstrapBlazor.Components.TransferPanel": {
@@ -331,7 +330,7 @@
331330
"ClearButtonText": "Limpiar"
332331
},
333332
"BootstrapBlazor.Components.SignaturePad": {
334-
"SignAboveLabel": "Firma en el recuadro",
333+
"SignAboveLabel": "Firme en el recuadro",
335334
"ClearBtnTitle": "Limpiar",
336335
"SignatureAlertText": "Por favor proporcione una firma primero",
337336
"ChangeColorBtnTitle": "Cambiar color",

0 commit comments

Comments
 (0)