@nocobase/plugin-calendar 1.7.0-beta.1 → 1.7.0-beta.3

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,11 +8,11 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.7.0-beta.1",
11
+ "@nocobase/client": "1.7.0-beta.3",
12
12
  "react": "18.2.0",
13
13
  "react-i18next": "11.18.6",
14
- "@nocobase/server": "1.7.0-beta.1",
15
- "@nocobase/test": "1.7.0-beta.1",
14
+ "@nocobase/server": "1.7.0-beta.3",
15
+ "@nocobase/test": "1.7.0-beta.3",
16
16
  "@ant-design/icons": "5.6.1",
17
17
  "@formily/react": "2.3.0",
18
18
  "dayjs": "1.11.10",
@@ -0,0 +1,54 @@
1
+ {
2
+ "Configure calendar": "Kalender konfigurieren",
3
+ "Title field": "Titelfeld",
4
+ "Custom title": "Benutzerdefinierter Titel",
5
+ "Show lunar": "Mondkalender anzeigen",
6
+ "Start date field": "Startdatumsfeld",
7
+ "End date field": "Enddatumsfeld",
8
+ "Work week": "Arbeitswoche",
9
+ "Today": "Heute",
10
+ "Day": "Tag",
11
+ "Agenda": "Agenda",
12
+ "Date": "Datum",
13
+ "Time": "Zeit",
14
+ "Event": "Ereignis",
15
+ "None": "Keine",
16
+ "Calendar": "Kalender",
17
+ "Delete events": "Ereignisse löschen",
18
+ "This event": "Dieses Ereignis",
19
+ "This and following events": "Dieses und folgende Ereignisse",
20
+ "All events": "Alle Ereignisse",
21
+ "Delete this event?": "Dieses Ereignis löschen?",
22
+ "Delete Event": "Ereignis löschen",
23
+ "Calendar collection": "Kalendersammlung",
24
+ "Create calendar block": "Kalenderblock erstellen",
25
+ "Filter": "Filter",
26
+ "Configure actions": "Aktionen konfigurieren",
27
+ "Enable actions": "Aktionen aktivieren",
28
+ "Turn pages": "Seiten umblättern",
29
+ "Select view": "Ansicht auswählen",
30
+ "Add new": "Neu hinzufügen",
31
+ "View record": "Datensatz anzeigen",
32
+ "Details": "Details",
33
+ "Customize": "Anpassen",
34
+ "Popup": "Popup",
35
+ "Updated successfully": "Erfolgreich aktualisiert",
36
+ "Custom request": "Benutzerdefinierte Anfrage",
37
+ "Edit": "Bearbeiten",
38
+ "Delete": "Löschen",
39
+ "Print": "Drucken",
40
+ "Daily": "Täglich",
41
+ "Weekly": "Wöchentlich",
42
+ "Monthly": "Monatlich",
43
+ "Yearly": "Jährlich",
44
+ "Repeats": "Wiederholungen",
45
+ "Title": "Titel",
46
+ "Month": "Monat",
47
+ "Week": "Woche",
48
+ "{{count}} more items": "{{count}} weitere Einträge",
49
+ "Color field": "Farbfeld",
50
+ "Not selected": "Nicht ausgewählt",
51
+ "Default view": "Standardansicht",
52
+ "Event open mode": "Ereignisöffnungsmodus",
53
+ "Update record": "Datensatz aktualisieren"
54
+ }
@@ -1,22 +1,4 @@
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 {
1
+ {
20
2
  "Configure calendar": "Configura calendario",
21
3
  "Title field": "Campo titolo",
22
4
  "Custom title": "Titolo personalizzato",
@@ -49,6 +31,7 @@ export default {
49
31
  "View record": "Visualizza record",
50
32
  "Details": "Dettagli",
51
33
  "Customize": "Personalizza",
34
+ "Update record": "Aggiorna record",
52
35
  "Popup": "Popup",
53
36
  "Updated successfully": "Aggiornato con successo",
54
37
  "Custom request": "Richiesta personalizzata",
@@ -59,7 +42,13 @@ export default {
59
42
  "Weekly": "Settimanale",
60
43
  "Monthly": "Mensile",
61
44
  "Yearly": "Annuale",
62
- "Repeats": "Ripeti",
63
- "Background color field": "Campo colore sfondo",
64
- "Not selected": "Non selezionato"
65
- };
45
+ "Repeats": "Ripeti",
46
+ "Title": "Titolo",
47
+ "Month": "Mese",
48
+ "Week": "Settimana",
49
+ "{{count}} more items": "{{count}} altri elementi",
50
+ "Not selected": "Non selezionato",
51
+ "Color field": "Campo colore",
52
+ "Default view": "Vista predefinita",
53
+ "Event open mode": "Modalità apertura evento"
54
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-calendar",
3
- "version": "1.7.0-beta.1",
3
+ "version": "1.7.0-beta.3",
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": "374a1bc60b3d55fd8b532a57c8fe0423eed1d11e",
39
+ "gitHead": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5",
40
40
  "keywords": [
41
41
  "Collections",
42
42
  "Blocks"