-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): Add Spanish translations for Kendo UI Dropdowns
- Loading branch information
1 parent
517b389
commit 2d29157
Showing
1 changed file
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,106 +1,106 @@ | ||
kendo: | ||
autocomplete: | ||
# The text displayed in the popup when there are no items | ||
noDataText: No data found | ||
noDataText: No se encontraron datos | ||
|
||
# The title of the clear button | ||
clearTitle: clear | ||
clearTitle: limpiar | ||
|
||
# The text of the popup label | ||
popupLabel: Options list | ||
popupLabel: Lista de opciones | ||
|
||
combobox: | ||
# The text displayed in the popup when there are no items | ||
noDataText: No data found | ||
noDataText: No se encontraron datos | ||
|
||
# The title of the clear button | ||
clearTitle: clear | ||
clearTitle: limpiar | ||
|
||
# The text set as aria-label on the select button | ||
selectButtonText: Select | ||
selectButtonText: Seleccionar | ||
|
||
# The text of the popup label | ||
popupLabel: Options list | ||
popupLabel: Lista de opciones | ||
|
||
dropdownlist: | ||
# The text displayed in the popup when there are no items | ||
noDataText: No data found | ||
noDataText: No se encontraron datos | ||
|
||
# The title of the clear button | ||
clearTitle: clear | ||
clearTitle: limpiar | ||
|
||
# The text set as aria-label on the select button | ||
selectButtonText: Select | ||
selectButtonText: Seleccionar | ||
|
||
# The text of the popup label | ||
popupLabel: Options list | ||
popupLabel: Lista de opciones | ||
|
||
# The text of the popup filter input aria label | ||
filterInputLabel: Filter | ||
filterInputLabel: Filtrar | ||
|
||
dropdowntree: | ||
# The text displayed in the popup when there are no items | ||
noDataText: No data found | ||
noDataText: No se encontraron datos | ||
|
||
# The title of the clear button | ||
clearTitle: clear | ||
clearTitle: limpiar | ||
|
||
# The text set as aria-label on the select button | ||
selectButtonText: Select | ||
selectButtonText: Seleccionar | ||
|
||
# The text of the popup label | ||
popupLabel: Options list | ||
popupLabel: Lista de opciones | ||
|
||
# The text of the popup filter input aria label | ||
filterInputLabel: Filter | ||
filterInputLabel: Filtrar | ||
|
||
multiselecttree: | ||
# The text displayed in the popup when there are no items | ||
noDataText: No data found | ||
noDataText: No se encontraron datos | ||
|
||
# The title of the clear button | ||
clearTitle: clear | ||
clearTitle: limpiar | ||
|
||
# The text set as aria-label on the select button | ||
selectButtonText: Select | ||
selectButtonText: Seleccionar | ||
|
||
# The text of the popup label | ||
popupLabel: Options list | ||
popupLabel: Lista de opciones | ||
|
||
# The text of the popup filter input aria label | ||
filterInputLabel: Filter | ||
filterInputLabel: Filtrar | ||
|
||
# The text of the Apply button in the action sheet | ||
applyButton: Apply | ||
applyButton: Aplicar | ||
|
||
# The text of the Cancel button in the action sheet | ||
cancelButton: Cancel | ||
cancelButton: Cancelar | ||
|
||
# The text displayed for the check-all checkbox | ||
checkAllText: Check all | ||
checkAllText: Seleccionar todo | ||
|
||
multicolumncombobox: | ||
# The text displayed in the popup when there are no items | ||
noDataText: No data found | ||
noDataText: No se encontraron datos | ||
|
||
# The title of the clear button | ||
clearTitle: clear | ||
clearTitle: limpiar | ||
|
||
# The text of the popup label | ||
popupLabel: Options list | ||
popupLabel: Lista de opciones | ||
|
||
multiselect: | ||
# The text displayed in the popup when there are no items | ||
noDataText: No data found | ||
noDataText: No se encontraron datos | ||
|
||
# The title of the clear button | ||
clearTitle: clear | ||
clearTitle: limpiar | ||
|
||
# The text of the popup label | ||
popupLabel: Options list | ||
popupLabel: Lista de opciones | ||
|
||
# The text of the Apply button in the action sheet | ||
applyButton: Apply | ||
applyButton: Aplicar | ||
|
||
# The text of the Cancel button in the action sheet | ||
cancelButton: Cancel | ||
cancelButton: Cancelar |