Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Turkish Translation #358

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public enum Language {
RUSSIAN(Locale.forLanguageTag("ru")),
SIMPLIFIED_CHINESE(Locale.SIMPLIFIED_CHINESE),
SPANISH(Locale.forLanguageTag("es")),
TRADITIONAL_CHINESE(Locale.TRADITIONAL_CHINESE);
TRADITIONAL_CHINESE(Locale.TRADITIONAL_CHINESE),
TURKISH(Locale.forLanguageTag("tr"));

private final Locale locale;

Expand Down
Original file line number Diff line number Diff line change
@@ -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=İlkini seç
comboBox.contextMenu.selectNext=Sonrakini seç
comboBox.contextMenu.selectPrevious=Öncekini seç
comboBox.contextMenu.selectLast=Sonuncuyu seç
comboBox.contextMenu.clearSelection=Seçimi temizle

# Filter Combo Box
filterCombo.search=Ara...

# Filter Pane
filterPane.headerText=Filtreler
filterPane.activeFilters=Mevcut Filtreler
filterPane.searchField=Filtre değerinizi yazın...
filterPane.addFilter=Filtre Ekle

# Notification Center
notificationCenter.contextMenu.selectAll=Hepsini seç
notificationCenter.contextMenu.selectRead=Okunmuşları seç
notificationCenter.contextMenu.selectUnread=Okunmamışları seç
notificationCenter.contextMenu.clearSelection=Seçimi temizle
notificationCenter.contextMenu.sortState=Duruma göre sırala
notificationCenter.contextMenu.sortTime=Zamana göre sırala
notificationCenter.contextMenu.reverseSort=Terse sırala
notificationCenter.contextMenu.filterRead=Okunmuşları filtrele
notificationCenter.contextMenu.filterUnread=Okunmamışları filtrele
notificationCenter.contextMenu.clearFilter=Filtreyi temizle
notificationCenter.contextMenu.clearSort=Sıralamayı sıfırla
notificationCenter.contextMenu.selectionSeparator=Seçim
notificationCenter.contextMenu.sortingSeparator=Sıralama
notificationCenter.contextMenu.filterSeparator=Filtreleme
notificationCenter.dnd=Rahatsız Etme
notificationCenter.header=Bildirimler

# Stepper
stepper.next=Sonraki
stepper.previous=Önceki

# Stepper Toggle
stepperToggle.invalidFields=Geçersiz Alanlar...

# Text Fields
textField.contextMenu.copy=Kopyala
textField.contextMenu.cut=Kes
textField.contextMenu.paste=Yapıştır
textField.contextMenu.delete=Sil
textField.contextMenu.selectAll=Hepsini Seç
textField.contextMenu.redo=Yinele
textField.contextMenu.undo=Geri Al

##################################################
# Enums
##################################################
chainMode.alternativeAnd=ve
chainMode.or=veya

##################################################
# Filters
##################################################
filter.is=ise
filter.isNot=değil ise
filter.greater=büyüktür
filter.greaterEqual=büyük veya eşittir
filter.lesser=küçüktür
filter.lesserEqual=küçük veya eşittir
filter.contains=içerir
filter.containsIgnCase=içerir (büyük/küçük harf gözetmez)
filter.containsAny=herhangi birini içerir
filter.containsAll=hepsini içerir
filter.endsWith=ile biter
filter.endsWithIgnCase=ile biter (büyük/küçük harf gözetmez)
filter.equals=eşittir
filter.equalsIgnCase=eşittir (büyük/küçük harf gözetmez)
filter.notEqual=eşit değildir
filter.startsWith= ile başlar
filter.startsWithIgnCase=ile başlar (büyük/küçük harf gözetmez)

##################################################
# Utils
##################################################
stringUtil.now=Şimdi
stringUtil.minutes={0} dakika önce
stringUtils.hours={0} saat önce
stringUtils.days={0} gün önce