@nocobase/plugin-calendar 1.3.34-beta → 1.3.36-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,10 +8,10 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.3.34-beta",
11
+ "@nocobase/client": "1.3.36-beta",
12
12
  "react-i18next": "11.18.6",
13
- "@nocobase/server": "1.3.34-beta",
14
- "@nocobase/test": "1.3.34-beta",
13
+ "@nocobase/server": "1.3.36-beta",
14
+ "@nocobase/test": "1.3.36-beta",
15
15
  "react": "18.2.0",
16
16
  "@ant-design/icons": "5.2.6",
17
17
  "@formily/react": "2.3.0",
@@ -7,29 +7,7 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
 
10
- var __defProp = Object.defineProperty;
11
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
12
- var __getOwnPropNames = Object.getOwnPropertyNames;
13
- var __hasOwnProp = Object.prototype.hasOwnProperty;
14
- var __export = (target, all) => {
15
- for (var name in all)
16
- __defProp(target, name, { get: all[name], enumerable: true });
17
- };
18
- var __copyProps = (to, from, except, desc) => {
19
- if (from && typeof from === "object" || typeof from === "function") {
20
- for (let key of __getOwnPropNames(from))
21
- if (!__hasOwnProp.call(to, key) && key !== except)
22
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
23
- }
24
- return to;
25
- };
26
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
27
- var en_US_exports = {};
28
- __export(en_US_exports, {
29
- default: () => en_US_default
30
- });
31
- module.exports = __toCommonJS(en_US_exports);
32
- var en_US_default = {
10
+ export default {
33
11
  "Configure calendar": "Configure calendar",
34
12
  "Title field": "Title field",
35
13
  "Custom title": "Custom title",
@@ -7,38 +7,16 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
 
10
- var __defProp = Object.defineProperty;
11
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
12
- var __getOwnPropNames = Object.getOwnPropertyNames;
13
- var __hasOwnProp = Object.prototype.hasOwnProperty;
14
- var __export = (target, all) => {
15
- for (var name in all)
16
- __defProp(target, name, { get: all[name], enumerable: true });
17
- };
18
- var __copyProps = (to, from, except, desc) => {
19
- if (from && typeof from === "object" || typeof from === "function") {
20
- for (let key of __getOwnPropNames(from))
21
- if (!__hasOwnProp.call(to, key) && key !== except)
22
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
23
- }
24
- return to;
25
- };
26
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
27
- var es_ES_exports = {};
28
- __export(es_ES_exports, {
29
- default: () => es_ES_default
30
- });
31
- module.exports = __toCommonJS(es_ES_exports);
32
- var es_ES_default = {
10
+ export default {
33
11
  "Configure calendar": "Configurar calendario",
34
- "Title field": "Campo de t\xEDtulo",
35
- "Custom title": "T\xEDtulo personalizado",
12
+ "Title field": "Campo de título",
13
+ "Custom title": "Título personalizado",
36
14
  "Show lunar": "Mostrar lunar",
37
15
  "Start date field": "Campo de fecha de inicio",
38
16
  "End date field": "Campo de fecha de final",
39
17
  "Work week": "Semana de trabajo",
40
18
  "Today": "Hoy",
41
- "Day": "D\xEDa",
19
+ "Day": "Día",
42
20
  "Agenda": "Agenda",
43
21
  "Date": "Fecha",
44
22
  "Time": "Hora",
@@ -49,22 +27,22 @@ var es_ES_default = {
49
27
  "This event": "Este evento",
50
28
  "This and following events": "Este y los siguientes eventos",
51
29
  "All events": "Todos los eventos",
52
- "Delete this event?": "\xBFBorrar este evento?",
30
+ "Delete this event?": "¿Borrar este evento?",
53
31
  "Delete Event": "Borrar evento",
54
- "Calendar collection": "Colecci\xF3n de calendarios",
32
+ "Calendar collection": "Colección de calendarios",
55
33
  "Create calendar block": "Crear bloque de calendario",
56
34
  "Filter": "Filtro",
57
35
  "Configure actions": "Configurar acciones",
58
36
  "Enable actions": "Activar acciones",
59
- "Turn pages": "Pasar p\xE1ginas",
37
+ "Turn pages": "Pasar páginas",
60
38
  "Select view": "Seleccionar vista",
61
- "Add new": "A\xF1adir nuevo",
39
+ "Add new": "Añadir nuevo",
62
40
  "View record": "Ver registro",
63
41
  "Details": "Detalles",
64
42
  "Customize": "Personalizar",
65
43
  "Popup": "Popup",
66
44
  "Updated successfully": "Actualizado correctamente",
67
- "Custom request": "Petici\xF3n personalizada",
45
+ "Custom request": "Petición personalizada",
68
46
  "Edit": "Editar",
69
47
  "Delete": "Borrar",
70
48
  "Print": "Imprimir",
@@ -0,0 +1,54 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
10
+ export default {
11
+ "Configure calendar": "Configurer le calendrier",
12
+ "Title field": "Champ de titre",
13
+ "Custom title": "Titre personnalisé",
14
+ "Show lunar": "Afficher le calendrier lunaire",
15
+ "Start date field": "Champ de date de début",
16
+ "End date field": "Champ de date de fin",
17
+ "Work week": "Semaine de travail",
18
+ "Today": "Aujourd'hui",
19
+ "Day": "Jour",
20
+ "Agenda": "Agenda",
21
+ "Date": "Date",
22
+ "Time": "Heure",
23
+ "Event": "Événement",
24
+ "None": "Aucun",
25
+ "Calendar": "Calendrier",
26
+ "Delete events": "Supprimer les événements",
27
+ "This event": "Cet événement",
28
+ "This and following events": "Cet événement et les suivants",
29
+ "All events": "Tous les événements",
30
+ "Delete this event?": "Supprimer cet événement ?",
31
+ "Delete Event": "Supprimer l'événement",
32
+ "Calendar collection": "Collection de calendrier",
33
+ "Create calendar block": "Créer un bloc de calendrier",
34
+ "Filter": "Filtrer",
35
+ "Configure actions": "Configurer les actions",
36
+ "Enable actions": "Activer les actions",
37
+ "Turn pages": "Tourner les pages",
38
+ "Select view": "Sélectionner la vue",
39
+ "Add new": "Ajouter nouveau",
40
+ "View record": "Voir l'enregistrement",
41
+ "Details": "Détails",
42
+ "Customize": "Personnaliser",
43
+ "Popup": "Popup",
44
+ "Updated successfully": "Mis à jour avec succès",
45
+ "Custom request": "Requête personnalisée",
46
+ "Edit": "Modifier",
47
+ "Delete": "Supprimer",
48
+ "Print": "Imprimer",
49
+ "Daily": "Quotidien",
50
+ "Weekly": "Hebdomadaire",
51
+ "Monthly": "Mensuel",
52
+ "Yearly": "Annuel",
53
+ "Repeats": "Répétitions"
54
+ };
@@ -0,0 +1,65 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
10
+ /**
11
+ * This file is part of the NocoBase (R) project.
12
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
13
+ * Authors: NocoBase Team.
14
+ *
15
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
16
+ * For more information, please refer to: https://www.nocobase.com/agreement.
17
+ */
18
+
19
+ export default {
20
+ "Configure calendar": "カレンダーの設定",
21
+ "Title field": "タイトルフィールド",
22
+ "Start date field": "開始日フィールド",
23
+ "End date field": "終了日フィールド",
24
+ "Work week": "稼働日",
25
+ "Today": "今日",
26
+ "Day": "日",
27
+ "Agenda": "アジェンダ",
28
+ "Date": "日付",
29
+ "Time": "時間",
30
+ "Event": "イベント",
31
+ "None": "なし",
32
+ "Calendar": "カレンダー",
33
+ "Calendar collection": "カレンダデータテーブル",
34
+ "Create calendar block": "カレンダーブロックの作成",
35
+ "Filter": "フィルター",
36
+ "Configure actions": "操作の設定",
37
+ "Enable actions": "有効な操作",
38
+ "Turn pages": "ページをめくる",
39
+ "Select view": "ビューの切り替え",
40
+ "Add new": "追加",
41
+ "View record": "レコードを見る",
42
+ "Details": "詳細",
43
+ "Customize": "カスタマイズ",
44
+ "Popup": "ポップアップ",
45
+ "Updated successfully": "更新成功",
46
+ "Custom request": "カスタムリクエスト",
47
+ "Edit": "編集",
48
+ "Delete": "削除",
49
+ "Print": "Print",
50
+ "Custom title": "カスタムタイトル",
51
+ "Show lunar": "旧暦を表示",
52
+ "nan": "なし",
53
+ "Delete events": "日程を削除",
54
+ "This event": "この日程",
55
+ "This and following events": "この日程と後続の日程",
56
+ "All events": "すべての日程",
57
+ "Delete this event?": "この日程を削除しますか?",
58
+ "Delete Event": "日程を削除",
59
+ "Daily": "毎日",
60
+ "Weekly": "毎週",
61
+ "Monthly": "毎月",
62
+ "Yearly": "毎年",
63
+ "Repeats": "繰り返し",
64
+ "Update record": "レコードを更新する",
65
+ };
@@ -0,0 +1,55 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
10
+ export default {
11
+ "Configure calendar": "캘린더 구성",
12
+ "Title field": "제목 필드",
13
+ "Custom title": "사용자 정의 제목",
14
+ "Show lunar": "음력 표시",
15
+ "Start date field": "시작 날짜 필드",
16
+ "End date field": "종료 날짜 필드",
17
+ "Work week": "근무 주",
18
+ "Today": "오늘",
19
+ "Day": "일일",
20
+ "Agenda": "일정",
21
+ "Date": "날짜",
22
+ "Time": "시간",
23
+ "Event": "이벤트",
24
+ "None": "없음",
25
+ "Calendar": "캘린더",
26
+ "Delete events": "이벤트 삭제",
27
+ "This event": "이 이벤트",
28
+ "This and following events": "이 이벤트 및 이후 이벤트",
29
+ "All events": "모든 이벤트",
30
+ "Delete this event?": "이 이벤트를 삭제하시겠습니까?",
31
+ "Delete Event": "이벤트 삭제",
32
+ "Calendar collection": "캘린더 데이터 테이블",
33
+ "Create calendar block": "캘린더 블록 생성",
34
+ "Filter": "필터",
35
+ "Configure actions": "작업 구성",
36
+ "Enable actions": "작업 활성화",
37
+ "Turn pages": "페이지 전환",
38
+ "Select view": "보기 선택",
39
+ "Add new": "새로 추가",
40
+ "View record": "데이터 보기",
41
+ "Details": "세부 정보",
42
+ "Customize": "사용자 정의",
43
+ "Update record": "데이터 업데이트",
44
+ "Popup": "팝업",
45
+ "Updated successfully": "성공적으로 업데이트됨",
46
+ "Custom request": "사용자 정의 요청",
47
+ "Edit": "편집",
48
+ "Delete": "삭제",
49
+ "Print": "인쇄",
50
+ "Daily": "매일",
51
+ "Weekly": "매주",
52
+ "Monthly": "매월",
53
+ "Yearly": "매년",
54
+ "Repeats": "반복"
55
+ };
@@ -0,0 +1,51 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
10
+ export default {
11
+ "Configure calendar": "Configurar calendário",
12
+ "Title field": "Campo de título",
13
+ "Custom title": "Título personalizado",
14
+ "Show lunar": "Mostrar calendário lunar",
15
+ "Start date field": "Campo de data de início",
16
+ "End date field": "Campo de data de término",
17
+ "Work week": "Semana de trabalho",
18
+ "Today": "Hoje",
19
+ "Day": "Dia",
20
+ "Agenda": "Agenda",
21
+ "Date": "Data",
22
+ "Time": "Hora",
23
+ "Event": "Evento",
24
+ "None": "Nenhum",
25
+ "Calendar": "Calendário",
26
+ "Delete events": "Excluir eventos",
27
+ "This event": "Este evento",
28
+ "This and following events": "Este e os próximos eventos",
29
+ "All events": "Todos os eventos",
30
+ "Delete this event?": "Excluir este evento?",
31
+ "Delete Event": "Excluir Evento",
32
+ "Calendar collection": "Coleção de calendário",
33
+ "Create calendar block": "Criar bloco de calendário",
34
+ "Filter": "Filtro",
35
+ "Configure actions": "Configurar ações",
36
+ "Enable actions": "Ativar ações",
37
+ "Turn pages": "Virar páginas",
38
+ "Select view": "Selecionar visualização",
39
+ "Add new": "Adicionar novo",
40
+ "View record": "Visualizar registro",
41
+ "Details": "Detalhes",
42
+ "Customize": "Customizar",
43
+ "Popup": "Pop-up",
44
+ "Edit": "Editar",
45
+ "Delete": "Excluir",
46
+ "Daily": "Diário",
47
+ "Weekly": "Semanal",
48
+ "Monthly": "Mensal",
49
+ "Yearly": "Anual",
50
+ "Repeats": "Repete"
51
+ }
@@ -0,0 +1,40 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
10
+ export default {
11
+ "Configure calendar": "Настроить календарь",
12
+ "Title field": "Поле заголовка",
13
+ "Start date field": "Поле даты начала",
14
+ "End date field": "Поле даты окончания",
15
+ "Work week": "Рабочая неделя",
16
+ "Today": "Сегодня",
17
+ "Day": "День",
18
+ "Agenda": "Расписание",
19
+ "Date": "Дата",
20
+ "Time": "Время",
21
+ "Event": "Событие",
22
+ "None": "Ничего",
23
+ "Calendar": "Календарь",
24
+ "Create calendar block": "Создать блок календаря",
25
+ "Filter": "Фильтр",
26
+ "Configure actions": "Настройка действий",
27
+ "Enable actions": "Разрешить действия",
28
+ "Turn pages": "Перелистывать страницы",
29
+ "Select view": "Выбрать вид",
30
+ "Add new": "Добавить новый",
31
+ "View record": "Показать запись",
32
+ "Details": "Подробности",
33
+ "Customize": "Настроить",
34
+ "Popup": "Всплывающий",
35
+ "Updated successfully": "Успешно обновлено",
36
+ "Custom request": "Пользовательский запрос",
37
+ "Edit": "Изменить",
38
+ "Delete": "Удалить",
39
+ "Print": "Печать"
40
+ }
@@ -0,0 +1,40 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
10
+ export default {
11
+ "Configure calendar": "Takvimi yapılandır",
12
+ "Title field": "Başlık alanı",
13
+ "Start date field": "Başlangıç tarihi alanı",
14
+ "End date field": "Bitiş tarihi alanı",
15
+ "Work week": "Çalışma Haftası",
16
+ "Today": "Bugün",
17
+ "Day": "Gün",
18
+ "Agenda": "Ajanda",
19
+ "Date": "Tarih",
20
+ "Time": "Saat",
21
+ "Event": "Olay",
22
+ "None": "Boş",
23
+ "Calendar": "Takvim",
24
+ "Create calendar block": "Takvim bloğu oluştur",
25
+ "Filter": "Filtre",
26
+ "Configure actions": "İşlemleri yapılandır",
27
+ "Enable actions": "İşlemleri aktifleştir",
28
+ "Turn pages": "Sayfaları çevir",
29
+ "Select view": "Görünüm seç",
30
+ "Add new": "Yeni Ekle",
31
+ "View record": "Görüntüle",
32
+ "Details": "Detaylar",
33
+ "Customize": "Özelleştir",
34
+ "Popup": "Açılır Pencere",
35
+ "Updated successfully": "Başarıyla güncellendi",
36
+ "Custom request": "Özel istek",
37
+ "Edit": "Düzenle",
38
+ "Delete": "Sil",
39
+ "Print": "Yazdır"
40
+ }
@@ -0,0 +1,54 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
10
+ export default {
11
+ "Configure calendar": "Налаштувати календар",
12
+ "Title field": "Поле заголовка",
13
+ "Custom title": "Власний заголовок",
14
+ "Show lunar": "Показати місячний календар",
15
+ "Start date field": "Поле початкової дати",
16
+ "End date field": "Поле кінцевої дати",
17
+ "Work week": "Робочий тиждень",
18
+ "Today": "Сьогодні",
19
+ "Day": "День",
20
+ "Agenda": "Порядок денний",
21
+ "Date": "Дата",
22
+ "Time": "Час",
23
+ "Event": "Подія",
24
+ "None": "Немає",
25
+ "Calendar": "Календар",
26
+ "Delete events": "Видалити події",
27
+ "This event": "Ця подія",
28
+ "This and following events": "Ця та наступні події",
29
+ "All events": "Усі події",
30
+ "Delete this event?": "Видалити цю подію?",
31
+ "Delete Event": "Видалити подію",
32
+ "Calendar collection": "Календарна колекція",
33
+ "Create calendar block": "Створити блок календаря",
34
+ "Filter": "Фільтр",
35
+ "Configure actions": "Налаштувати дії",
36
+ "Enable actions": "Увімкнути дії",
37
+ "Turn pages": "Переключати сторінки",
38
+ "Select view": "Вибрати перегляд",
39
+ "Add new": "Додати новий",
40
+ "View record": "Переглянути запис",
41
+ "Details": "Деталі",
42
+ "Customize": "Налаштувати",
43
+ "Popup": "Спливаюче вікно",
44
+ "Updated successfully": "Оновлено успішно",
45
+ "Custom request": "Власний запит",
46
+ "Edit": "Редагувати",
47
+ "Delete": "Видалити",
48
+ "Print": "Друк",
49
+ "Daily": "Щоденно",
50
+ "Weekly": "Щотижня",
51
+ "Monthly": "Щомісяця",
52
+ "Yearly": "Щороку",
53
+ "Repeats": "Повторюється"
54
+ };
@@ -0,0 +1,50 @@
1
+ {
2
+ "Configure calendar": "配置日历",
3
+ "Title field": "标题字段",
4
+ "Custom title": "自定义标题",
5
+ "Show lunar": "展示农历",
6
+ "Start date field": "开始日期字段",
7
+ "End date field": "结束日期字段",
8
+ "Work week": "工作日",
9
+ "Today": "今天",
10
+ "Day": "天",
11
+ "Agenda": "列表",
12
+ "Date": "日期",
13
+ "Time": "时间",
14
+ "Event": "事件",
15
+ "None": "无",
16
+ "Calendar": "日历",
17
+ "Delete events": "删除日程",
18
+ "This event": "此日程",
19
+ "This and following events": "此日程及后续日程",
20
+ "All events": "所有日程",
21
+ "Delete this event?": "是否删除这个日程?",
22
+ "Delete Event": "删除日程",
23
+ "Calendar collection": "日历数据表",
24
+ "Create calendar block": "创建日历区块",
25
+ "Filter": "筛选",
26
+ "Configure actions": "配置操作",
27
+ "Enable actions": "启用操作",
28
+ "Turn pages": "翻页",
29
+ "Select view": "切换视图",
30
+ "Add new": "添加",
31
+ "View record": "查看数据",
32
+ "Details": "详情",
33
+ "Customize": "自定义",
34
+ "Update record": "更新数据",
35
+ "Popup": "弹窗",
36
+ "Updated successfully": "更新成功",
37
+ "Custom request": "自定义请求",
38
+ "Edit": "编辑",
39
+ "Delete": "删除",
40
+ "Print": "打印",
41
+ "Daily": "每天",
42
+ "Weekly": "每周",
43
+ "Monthly": "每月",
44
+ "Yearly": "每年",
45
+ "Repeats": "重复",
46
+ "Title": "标题",
47
+ "Month": "月",
48
+ "Week": "周",
49
+ "{{count}} more items": "{{count}} 更多事项"
50
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-calendar",
3
- "version": "1.3.34-beta",
3
+ "version": "1.3.36-beta",
4
4
  "displayName": "Calendar",
5
5
  "displayName.zh-CN": "日历",
6
6
  "description": "Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on.",
@@ -36,7 +36,7 @@
36
36
  "url": "git+https://github.com/nocobase/nocobase.git",
37
37
  "directory": "packages/plugins/calendar"
38
38
  },
39
- "gitHead": "dea91f76df3d5b205a0b74e17a0fef2358a90c14",
39
+ "gitHead": "c220ce1036f651eb23deb91246d7f84b046074b6",
40
40
  "keywords": [
41
41
  "Collections",
42
42
  "Blocks"
@@ -1,54 +0,0 @@
1
- /**
2
- * This file is part of the NocoBase (R) project.
3
- * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
- * Authors: NocoBase Team.
5
- *
6
- * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
- * For more information, please refer to: https://www.nocobase.com/agreement.
8
- */
9
- declare const _default: {
10
- "Configure calendar": string;
11
- "Title field": string;
12
- "Custom title": string;
13
- "Show lunar": string;
14
- "Start date field": string;
15
- "End date field": string;
16
- "Work week": string;
17
- Today: string;
18
- Day: string;
19
- Agenda: string;
20
- Date: string;
21
- Time: string;
22
- Event: string;
23
- None: string;
24
- Calendar: string;
25
- "Delete events": string;
26
- "This event": string;
27
- "This and following events": string;
28
- "All events": string;
29
- "Delete this event?": string;
30
- "Delete Event": string;
31
- "Calendar collection": string;
32
- "Create calendar block": string;
33
- Filter: string;
34
- "Configure actions": string;
35
- "Enable actions": string;
36
- "Turn pages": string;
37
- "Select view": string;
38
- "Add new": string;
39
- "View record": string;
40
- Details: string;
41
- Customize: string;
42
- Popup: string;
43
- "Updated successfully": string;
44
- "Custom request": string;
45
- Edit: string;
46
- Delete: string;
47
- Print: string;
48
- Daily: string;
49
- Weekly: string;
50
- Monthly: string;
51
- Yearly: string;
52
- Repeats: string;
53
- };
54
- export default _default;
@@ -1,54 +0,0 @@
1
- /**
2
- * This file is part of the NocoBase (R) project.
3
- * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
- * Authors: NocoBase Team.
5
- *
6
- * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
- * For more information, please refer to: https://www.nocobase.com/agreement.
8
- */
9
- declare const _default: {
10
- "Configure calendar": string;
11
- "Title field": string;
12
- "Custom title": string;
13
- "Show lunar": string;
14
- "Start date field": string;
15
- "End date field": string;
16
- "Work week": string;
17
- Today: string;
18
- Day: string;
19
- Agenda: string;
20
- Date: string;
21
- Time: string;
22
- Event: string;
23
- None: string;
24
- Calendar: string;
25
- "Delete events": string;
26
- "This event": string;
27
- "This and following events": string;
28
- "All events": string;
29
- "Delete this event?": string;
30
- "Delete Event": string;
31
- "Calendar collection": string;
32
- "Create calendar block": string;
33
- Filter: string;
34
- "Configure actions": string;
35
- "Enable actions": string;
36
- "Turn pages": string;
37
- "Select view": string;
38
- "Add new": string;
39
- "View record": string;
40
- Details: string;
41
- Customize: string;
42
- Popup: string;
43
- "Updated successfully": string;
44
- "Custom request": string;
45
- Edit: string;
46
- Delete: string;
47
- Print: string;
48
- Daily: string;
49
- Weekly: string;
50
- Monthly: string;
51
- Yearly: string;
52
- Repeats: string;
53
- };
54
- export default _default;