UNPKG

press-next

Version:

Vue3 组件库,支持 Composition API

31 lines (27 loc) 752 B
import EN_US_LANG from './en-US'; export default { ...EN_US_LANG, name: 'İsim', tel: 'Telefon', save: 'Kaydet', confirm: 'Onayla', cancel: 'İptal', delete: 'Sil', complete: 'Tamamla', loading: 'Yükleniyor...', telEmpty: 'Lütfen tel. no giriniz', nameEmpty: 'Lütfen isim giriniz', nameInvalid: 'Geçersiz isim', confirmDelete: 'Silmek istediğinize emin misiniz?', telInvalid: 'Geçersiz tel. numarası', reply: 'Reply', calendar: { end: 'Son', start: 'Başlat', title: 'Takvim', startEnd: 'Başlat/Son', weekdays: ['Paz', 'Pzt', 'Sal', 'Çar', 'Per', 'Cum', 'Cmt'], monthTitle: (year, month) => `${year}/${month}`, rangePrompt: maxRange => `En fazla ${maxRange} gün seçin`, }, };