You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
50 lines
1.1 KiB
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var _default = {
|
|
moneySymbol: '€',
|
|
tableForm: {
|
|
search: 'Buscar',
|
|
reset: 'Limpiar',
|
|
submit: 'Submit',
|
|
collapsed: 'Expandir',
|
|
expand: 'Colapsar',
|
|
inputPlaceholder: 'Ingrese valor',
|
|
selectPlaceholder: 'Seleccione valor'
|
|
},
|
|
alert: {
|
|
clear: 'Limpiar',
|
|
selected: 'Seleccionado',
|
|
item: 'Articulo'
|
|
},
|
|
pagination: {
|
|
total: {
|
|
range: ' ',
|
|
total: 'de',
|
|
item: 'artículos'
|
|
}
|
|
},
|
|
tableToolBar: {
|
|
leftPin: 'Pin a la izquierda',
|
|
rightPin: 'Pin a la derecha',
|
|
noPin: 'Sin Pin',
|
|
leftFixedTitle: 'Fijado a la izquierda',
|
|
rightFixedTitle: 'Fijado a la derecha',
|
|
noFixedTitle: 'Sin Fijar',
|
|
reset: 'Reiniciar',
|
|
columnDisplay: 'Mostrar Columna',
|
|
columnSetting: 'Configuración',
|
|
fullScreen: 'Pantalla Completa',
|
|
exitFullScreen: 'Salir Pantalla Completa',
|
|
reload: 'Refrescar',
|
|
density: 'Densidad',
|
|
densityDefault: 'Por Defecto',
|
|
densityLarger: 'Largo',
|
|
densityMiddle: 'Medio',
|
|
densitySmall: 'Compacto'
|
|
}
|
|
};
|
|
exports.default = _default; |