|
@@ -0,0 +1,106 @@
|
|
|
+#
|
|
|
+# Copyright (C) 2022 Parisi Alessandro
|
|
|
+# This file is part of MaterialFX (https://github.com/palexdev/MaterialFX).
|
|
|
+#
|
|
|
+# MaterialFX is free software: you can redistribute it and/or modify
|
|
|
+# it under the terms of the GNU Lesser General Public License as published by
|
|
|
+# the Free Software Foundation, either version 3 of the License, or
|
|
|
+# (at your option) any later version.
|
|
|
+#
|
|
|
+# MaterialFX is distributed in the hope that it will be useful,
|
|
|
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
+# GNU Lesser General Public License for more details.
|
|
|
+#
|
|
|
+# You should have received a copy of the GNU Lesser General Public License
|
|
|
+# along with MaterialFX. If not, see <http://www.gnu.org/licenses/>.
|
|
|
+#
|
|
|
+
|
|
|
+##################################################
|
|
|
+# Controls
|
|
|
+##################################################
|
|
|
+
|
|
|
+# Combo Box
|
|
|
+comboBox.contextMenu.selectFirst=Primero seleccione
|
|
|
+comboBox.contextMenu.selectNext=Seleccionar siguiente
|
|
|
+comboBox.contextMenu.selectPrevious=Seleccionar anterior
|
|
|
+comboBox.contextMenu.selectLast=Seleccionar último
|
|
|
+comboBox.contextMenu.clearSelection=Limpiar selección
|
|
|
+
|
|
|
+# Filter Combo Box
|
|
|
+filterCombo.search=Buscar...
|
|
|
+
|
|
|
+# Filter Pane
|
|
|
+filterPane.headerText=Filtros
|
|
|
+filterPane.activeFilters=Filtros activos
|
|
|
+filterPane.searchField=Escriba su valor de filtro...
|
|
|
+filterPane.addFilter=Agregar Filtro
|
|
|
+
|
|
|
+# Notification Center
|
|
|
+notificationCenter.contextMenu.selectAll=Seleccionar todo
|
|
|
+notificationCenter.contextMenu.selectRead=Seleccionar leído
|
|
|
+notificationCenter.contextMenu.selectUnread=Seleccionar no leído
|
|
|
+notificationCenter.contextMenu.clearSelection=Limpiar selección
|
|
|
+notificationCenter.contextMenu.sortState=Ordenar por estado
|
|
|
+notificationCenter.contextMenu.sortTime=Ordenar por tiempo
|
|
|
+notificationCenter.contextMenu.reverseSort=Invertir orden
|
|
|
+notificationCenter.contextMenu.filterRead=Filtrar por leído
|
|
|
+notificationCenter.contextMenu.filterUnread=Filtra por no leído
|
|
|
+notificationCenter.contextMenu.clearFilter=Limpiar filtro
|
|
|
+notificationCenter.contextMenu.clearSort=Limpiar orden
|
|
|
+notificationCenter.contextMenu.selectionSeparator=Selección
|
|
|
+notificationCenter.contextMenu.sortingSeparator=Ordenar
|
|
|
+notificationCenter.contextMenu.filterSeparator=Filtrar
|
|
|
+notificationCenter.dnd=No molestar
|
|
|
+notificationCenter.header=Notificaciones
|
|
|
+
|
|
|
+# Stepper
|
|
|
+stepper.next=Siguiente
|
|
|
+stepper.previous=Anterior
|
|
|
+
|
|
|
+# Stepper Toggle
|
|
|
+stepperToggle.invalidFields=Hay campos inválidos...
|
|
|
+
|
|
|
+# Text Fields
|
|
|
+textField.contextMenu.copy=Copiar
|
|
|
+textField.contextMenu.cut=Cortar
|
|
|
+textField.contextMenu.paste=Pegar
|
|
|
+textField.contextMenu.delete=Borrar
|
|
|
+textField.contextMenu.selectAll=Seleccionar todo
|
|
|
+textField.contextMenu.redo=Rehacer
|
|
|
+textField.contextMenu.undo=Deshacer
|
|
|
+
|
|
|
+##################################################
|
|
|
+# Enums
|
|
|
+##################################################
|
|
|
+chainMode.alternativeAnd=y
|
|
|
+chainMode.or=o
|
|
|
+
|
|
|
+##################################################
|
|
|
+# Filters
|
|
|
+##################################################
|
|
|
+filter.is=es
|
|
|
+filter.isNot=no es
|
|
|
+filter.greater=mayor que
|
|
|
+filter.greaterEqual=mayor o igual que
|
|
|
+filter.lesser=menor que
|
|
|
+filter.lesserEqual=menor o igual que
|
|
|
+filter.contains=contiene
|
|
|
+filter.containsIgnCase=contiene (ignorar mayúsculas)
|
|
|
+filter.containsAny=contiene cualquier
|
|
|
+filter.containsAll=contiene todo
|
|
|
+filter.endsWith=termina con
|
|
|
+filter.endsWithIgnCase=termina con (ignorar mayúsculas)
|
|
|
+filter.equals=es igual a
|
|
|
+filter.equalsIgnCase=es igual a (ignorar mayúsculas)
|
|
|
+filter.notEqual=no es igual a
|
|
|
+filter.startsWith=comienza con
|
|
|
+filter.startsWithIgnCase=comienza con (ignorar mayúsculas)
|
|
|
+
|
|
|
+##################################################
|
|
|
+# Utils
|
|
|
+##################################################
|
|
|
+stringUtil.now=Justo ahora
|
|
|
+stringUtil.minutes={0} minutos atrás
|
|
|
+stringUtils.hours={0} horas atrás
|
|
|
+stringUtils.days={0} días atrás
|