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 language #50

Open
wants to merge 1 commit into
base: master
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
18 changes: 18 additions & 0 deletions src/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,23 @@ export default {
max_selected: '最多只能選擇 max_selected_limit 個項目',
placeholder: '請選擇一個項目',
items_selected: '已選擇 selected_count 個項目'
},
tr: { // Turkish
next: 'Sonraki',
prev: 'Önceki',
first: 'İlk',
last: 'Son',
close_btn: 'Kapat (Esc)',
loading: 'yükleniyor...',
page_info: 'Sayfa page_num/page_count ( row_count kayıt )',
not_found: 'Bulunamadı',
server_error: 'Servera bağlanılamadı',
clear: 'İçeriği temizle',
select_all: 'Tüm sayfayı seç',
unselect_all: 'Tüm sayfayı bırak',
clear_all: 'Tüm seçilenleri bırak',
max_selected: 'Sadece max_selected_limit kadar seçim yapabilirsin.',
placeholder: 'Seçim yapınız.',
items_selected: 'selected_count seçildi.'
}
}
Loading