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

Turkish lang strings #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
31 changes: 30 additions & 1 deletion src/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,35 @@ const language = {
clear_all: 'Clear all selected',
max_selected: 'You can only select up to max_selected_limit items'
},
// Turkish
tr: {
add_btn: 'Buton ekle',
add_title: 'kutu ekle',
del_btn: 'Buton sil',
del_title: 'kutuyu sil',
next: 'sonraki',
next_title: 'Sonraki page_size (Sağ tuş)',
prev: 'Önceki',
prev_title: 'Önceki page_size (Sol tuş)',
first_title: 'İlk (Shift + Sol tuş)',
last_title: 'Son (Shift + Sağ tuş)',
get_all_btn: 'Tümünü Al (Alt tuş)',
get_all_alt: '(button)',
close_btn: 'kapat (Tab düğmesi)',
close_alt: '(buton)',
loading: 'yükleniyor...',
loading_alt: '(yükleniyor)',
page_info: 'Sayfa page_num / page_count',
select_ng: 'Uyarı: Lütfen listeden seçim yapın.',
select_ok: 'Tamam: Doğru seçildi.',
not_found: 'bulunamadı',
ajax_error: 'Sunucuya bağlanırken bir hata meydana geldi.',
clear: 'İçeriği temizle',
select_all: 'Mevcut sayfayı seç',
unselect_all: 'Mevcut sayfayı temizle',
clear_all: 'Seçili olanları temizle',
max_selected: 'Yalnızca en fazla max_selected_limit öğe seçebilirsiniz'
},
// German
de: {
add_btn: 'Hinzufügen-Button',
Expand Down Expand Up @@ -175,4 +204,4 @@ const language = {
}
};

export default language;
export default language;