Kaynağa Gözat

Adding czech language translation.

Jan Benák 2 yıl önce
ebeveyn
işleme
f30b4d0b5a

+ 1 - 0
materialfx/src/main/java/io/github/palexdev/materialfx/i18n/Language.java

@@ -29,6 +29,7 @@ import java.util.Locale;
  */
 public enum Language {
 	ARABIC(Locale.forLanguageTag("ar")),
+	CZECH(Locale.forLanguageTag("cs-cz")),
 	ENGLISH(Locale.ENGLISH),
 	FRENCH(Locale.FRENCH),
 	ITALIANO(Locale.ITALIAN),

+ 107 - 0
materialfx/src/main/resources/io/github/palexdev/materialfx/i18n/mfxlang_cs_CZ.properties

@@ -0,0 +1,107 @@
+#
+# Copyright (C) 2022 Parisi Alessandro
+# This file is part of MFXLocalization (https://github.com/palexdev/MFXLocalization).
+#
+# MFXLocalization 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.
+#
+# MFXLocalization 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 MFXLocalization. If not, see <http://www.gnu.org/licenses/>.
+#
+
+
+##################################################
+# Controls
+##################################################
+
+# Combo Box
+comboBox.contextMenu.selectFirst=Vybrat první
+comboBox.contextMenu.selectNext=Select next
+comboBox.contextMenu.selectPrevious=Select previous
+comboBox.contextMenu.selectLast=Select last
+comboBox.contextMenu.clearSelection=Clear selection
+
+# Filter Combo Box
+filterCombo.search=Hledat...
+
+# Filter Pane
+filterPane.headerText=Filtry
+filterPane.activeFilters=Aktivní filtry
+filterPane.searchField=Zadejte hodnotu filtru...
+filterPane.addFilter=Přidat filtr
+
+# Notification Center
+notificationCenter.contextMenu.selectAll=Vybrat vše
+notificationCenter.contextMenu.selectRead=Vybrat přečtné
+notificationCenter.contextMenu.selectUnread=Vybrat nepřečtené
+notificationCenter.contextMenu.clearSelection=Zrušit výběr
+notificationCenter.contextMenu.sortState=Seřadit podle stavu
+notificationCenter.contextMenu.sortTime=Seřadit podle času
+notificationCenter.contextMenu.reverseSort=seřadit v opačném pořadí
+notificationCenter.contextMenu.filterRead=Filtrovat přečtené
+notificationCenter.contextMenu.filterUnread=Filtrovat nepřečtené
+notificationCenter.contextMenu.clearFilter=Zrušit filtr
+notificationCenter.contextMenu.clearSort=Vymazat řazení
+notificationCenter.contextMenu.selectionSeparator=Výběr
+notificationCenter.contextMenu.sortingSeparator=Řazení
+notificationCenter.contextMenu.filterSeparator=Filtrování
+notificationCenter.dnd=Nerušit
+notificationCenter.header=Oznámení
+
+# Stepper
+stepper.next=Další
+stepper.previous=Předchozí
+
+# Stepper Toggle
+stepperToggle.invalidFields=Neplatné hodnoty...
+
+# Text Fields
+textField.contextMenu.copy=Kopírovat
+textField.contextMenu.cut=Vyjmout
+textField.contextMenu.paste=Vložit
+textField.contextMenu.delete=Smazat
+textField.contextMenu.selectAll=Vybrat vše
+textField.contextMenu.redo=Znovu
+textField.contextMenu.undo=Zpět
+
+##################################################
+# Enums
+##################################################
+chainMode.alternativeAnd=a
+chainMode.or=nebo
+
+##################################################
+# Filters
+##################################################
+filter.is=je
+filter.isNot=není
+filter.greater=větší než
+filter.greaterEqual=větší nebo rovno
+filter.lesser=menší než
+filter.lesserEqual=menší nebo rovno
+filter.contains=obsahuje
+filter.containsIgnCase=obsahuje (ignorovat velká písmena)
+filter.containsAny=obsahuje alespoň jeden
+filter.containsAll=obsahuje vše
+filter.endsWith=končí na
+filter.endsWithIgnCase=končí na (ignorovat velká písmena)
+filter.equals=rovno
+filter.equalsIgnCase=rovno (ignorovat velká písmena)
+filter.notEqual=není rovno
+filter.startsWith=začíná na
+filter.startsWithIgnCase=začíná na (ignorovat velká písmena)
+
+##################################################
+# Utils
+##################################################
+stringUtil.now=Právě teď
+stringUtil.minutes=Před {0} minutami
+stringUtils.hours=Před {0} houdnami
+stringUtils.days=Před {0} dny