@nocobase/plugin-calendar 1.5.23 → 1.5.25

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.5.23",
11
+ "@nocobase/client": "1.5.25",
12
12
  "react-i18next": "11.18.6",
13
- "@nocobase/server": "1.5.23",
14
- "@nocobase/test": "1.5.23",
13
+ "@nocobase/server": "1.5.25",
14
+ "@nocobase/test": "1.5.25",
15
15
  "react": "18.2.0",
16
16
  "@ant-design/icons": "5.2.6",
17
17
  "@formily/react": "2.3.0",
@@ -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": "Configura calendario",
21
+ "Title field": "Campo titolo",
22
+ "Custom title": "Titolo personalizzato",
23
+ "Show lunar": "Mostra lunare",
24
+ "Start date field": "Campo data di inizio",
25
+ "End date field": "Campo data di fine",
26
+ "Work week": "Settimana lavorativa",
27
+ "Today": "Oggi",
28
+ "Day": "Giorno",
29
+ "Agenda": "Agenda",
30
+ "Date": "Data",
31
+ "Time": "Ora",
32
+ "Event": "Evento",
33
+ "None": "Nessuno",
34
+ "Calendar": "Calendario",
35
+ "Delete events": "Elimina eventi",
36
+ "This event": "Questo evento",
37
+ "This and following events": "Questo e gli eventi successivi",
38
+ "All events": "Tutti gli eventi",
39
+ "Delete this event?": "Eliminare questo evento?",
40
+ "Delete Event": "Elimina Evento",
41
+ "Calendar collection": "Raccolta calendario",
42
+ "Create calendar block": "Crea blocco calendario",
43
+ "Filter": "Filtro",
44
+ "Configure actions": "Configura operazioni",
45
+ "Enable actions": "Abilita operazioni",
46
+ "Turn pages": "Cambia pagina",
47
+ "Select view": "Seleziona vista",
48
+ "Add new": "Aggiungi nuovo",
49
+ "View record": "Visualizza record",
50
+ "Details": "Dettagli",
51
+ "Customize": "Personalizza",
52
+ "Popup": "Popup",
53
+ "Updated successfully": "Aggiornato con successo",
54
+ "Custom request": "Richiesta personalizzata",
55
+ "Edit": "Modifica",
56
+ "Delete": "Elimina",
57
+ "Print": "Stampa",
58
+ "Daily": "Giornaliero",
59
+ "Weekly": "Settimanale",
60
+ "Monthly": "Mensile",
61
+ "Yearly": "Annuale",
62
+ "Repeats": "Ripeti",
63
+ "Background color field": "Campo colore sfondo",
64
+ "Not selected": "Non selezionato"
65
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-calendar",
3
- "version": "1.5.23",
3
+ "version": "1.5.25",
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": "9072cec6f5046b6a6174ca8a2a45fd769eae35da",
39
+ "gitHead": "e5d8a5cf623725d258c5535eb57cec4c3a681f34",
40
40
  "keywords": [
41
41
  "Collections",
42
42
  "Blocks"