|
@@ -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=Выбрать первый
|
|
|
+comboBox.contextMenu.selectNext=Выбрать следующий
|
|
|
+comboBox.contextMenu.selectPrevious=Выбрать предыдущий
|
|
|
+comboBox.contextMenu.selectLast=Выбрать последний
|
|
|
+comboBox.contextMenu.clearSelection=Очистить выбор
|
|
|
+
|
|
|
+# Filter Combo Box
|
|
|
+filterCombo.search=Поиск...
|
|
|
+
|
|
|
+# Filter Pane
|
|
|
+filterPane.headerText=Фильтры
|
|
|
+filterPane.activeFilters=Активные Фильтры
|
|
|
+filterPane.searchField=Введите значение фильтра...
|
|
|
+filterPane.addFilter=Добавить Фильтр
|
|
|
+
|
|
|
+# Notification Center
|
|
|
+notificationCenter.contextMenu.selectAll=Select all
|
|
|
+notificationCenter.contextMenu.selectRead=Select read
|
|
|
+notificationCenter.contextMenu.selectUnread=Select unread
|
|
|
+notificationCenter.contextMenu.clearSelection=Clear selection
|
|
|
+notificationCenter.contextMenu.sortState=Sort by state
|
|
|
+notificationCenter.contextMenu.sortTime=Sort by time
|
|
|
+notificationCenter.contextMenu.reverseSort=Reverse sort
|
|
|
+notificationCenter.contextMenu.filterRead=Filter by read
|
|
|
+notificationCenter.contextMenu.filterUnread=Filter by unread
|
|
|
+notificationCenter.contextMenu.clearFilter=Clear filter
|
|
|
+notificationCenter.contextMenu.clearSort=Clear sort
|
|
|
+notificationCenter.contextMenu.selectionSeparator=Selection
|
|
|
+notificationCenter.contextMenu.sortingSeparator=Sorting
|
|
|
+notificationCenter.contextMenu.filterSeparator=Filtering
|
|
|
+notificationCenter.dnd=Do Not Disturb
|
|
|
+notificationCenter.header=Notifications
|
|
|
+
|
|
|
+# Stepper
|
|
|
+stepper.next=Далее
|
|
|
+stepper.previous=Назад
|
|
|
+
|
|
|
+# Stepper Toggle
|
|
|
+stepperToggle.invalidFields=Недопустимые поля...
|
|
|
+
|
|
|
+# Text Fields
|
|
|
+textField.contextMenu.copy=Копировать
|
|
|
+textField.contextMenu.cut=Вырезать
|
|
|
+textField.contextMenu.paste=Вставить
|
|
|
+textField.contextMenu.delete=Удалить
|
|
|
+textField.contextMenu.selectAll=Выделить всё
|
|
|
+textField.contextMenu.redo=Повторить
|
|
|
+textField.contextMenu.undo=Отменить
|
|
|
+
|
|
|
+##################################################
|
|
|
+# Enums
|
|
|
+##################################################
|
|
|
+chainMode.alternativeAnd=и
|
|
|
+chainMode.or=или
|
|
|
+
|
|
|
+##################################################
|
|
|
+# Filters
|
|
|
+##################################################
|
|
|
+filter.is=is
|
|
|
+filter.isNot=is not
|
|
|
+filter.greater=greater than
|
|
|
+filter.greaterEqual=greater or equal to
|
|
|
+filter.lesser=lesser than
|
|
|
+filter.lesserEqual=lesser or equal to
|
|
|
+filter.contains=contains
|
|
|
+filter.containsIgnCase=contains ignore case
|
|
|
+filter.containsAny=contains any
|
|
|
+filter.containsAll=contains all
|
|
|
+filter.endsWith=ends with
|
|
|
+filter.endsWithIgnCase=ends with ignore case
|
|
|
+filter.equals=equals
|
|
|
+filter.equalsIgnCase=equals ignore case
|
|
|
+filter.notEqual=is not equal to
|
|
|
+filter.startsWith=starts with
|
|
|
+filter.startsWithIgnCase=starts with ignore case
|
|
|
+
|
|
|
+##################################################
|
|
|
+# Utils
|
|
|
+##################################################
|
|
|
+stringUtil.now=Только что
|
|
|
+stringUtil.minutes={0} минут назад
|
|
|
+stringUtils.hours={0} часов назад
|
|
|
+stringUtils.days={0} дней назад
|