mirror of
https://github.com/nocobase/nocobase
synced 2024-11-17 09:48:00 +00:00
e112a644ea
* feat: init calendar plugin * feat: move files to plugin * feat: handle CalendarBlockInitializer in plugin * feat: add todo * feat: move collection template to plugin and fix i18n * chore: update deps * feat: export genStyleHook * feat: handle i18n * chore: remove react-i18next * docs: update info * test: move e2e test * test: move to client * chore: update version * fix: merge revert * fix: merge revert * fix: missing SchemaSettings.xxx * test: fix e2e failed * test: update * test: fix case failed * fix: data blocks * fix: remove provider * fix: missing CalendarV2 * fix: missing CalendarActionInitializers * fix: version * fix: error * fix: calender block form action should support print --------- Co-authored-by: chenos <chenlinxh@gmail.com> Co-authored-by: katherinehhh <katherine_15995@163.com>
32 lines
940 B
TypeScript
32 lines
940 B
TypeScript
export default {
|
||
"Configure calendar": "Takvimi yapılandır",
|
||
"Title field": "Başlık alanı",
|
||
"Start date field": "Başlangıç tarihi alanı",
|
||
"End date field": "Bitiş tarihi alanı",
|
||
"Work week": "Çalışma Haftası",
|
||
"Today": "Bugün",
|
||
"Day": "Gün",
|
||
"Agenda": "Ajanda",
|
||
"Date": "Tarih",
|
||
"Time": "Saat",
|
||
"Event": "Olay",
|
||
"None": "Boş",
|
||
"Calendar": "Takvim",
|
||
"Create calendar block": "Takvim bloğu oluştur",
|
||
"Filter": "Filtre",
|
||
"Configure actions": "İşlemleri yapılandır",
|
||
"Enable actions": "İşlemleri aktifleştir",
|
||
"Turn pages": "Sayfaları çevir",
|
||
"Select view": "Görünüm seç",
|
||
"Add new": "Yeni Ekle",
|
||
"View record": "Görüntüle",
|
||
"Details": "Detaylar",
|
||
"Customize": "Özelleştir",
|
||
"Popup": "Açılır Pencere",
|
||
"Updated successfully": "Başarıyla güncellendi",
|
||
"Custom request": "Özel istek",
|
||
"Edit": "Düzenle",
|
||
"Delete": "Sil",
|
||
"Print": "Yazdır"
|
||
}
|