-
- {isEdit && onDelete && (
- showDeleteConfirm ? (
-
-
-
- {t("form.delete_confirm")}
-
- {hasParticipants && (
-
- {t("participants.cancel_notification")}
-
- )}
-
-
-
+
+
+ {isEdit && onDelete && (
+ showDeleteConfirm ? (
+
+
+
+ {t("form.delete_confirm")}
+
+ {hasParticipants && (
+
+ {t("participants.cancel_notification")}
+
+ )}
- ) : (
- )
- )}
- {isEdit && onDuplicate && !showDeleteConfirm && (
+
+
+ ) : (
- )}
-
-
-
-
+ )}
+
+
+ setMode("view") : onClose}>
+ {t("form.cancel")}
+
+
+ {t("form.save")}
+
+
+
);
}
diff --git a/locales/en/common.json b/locales/en/common.json
index a884fe2e..d1dc60eb 100644
--- a/locales/en/common.json
+++ b/locales/en/common.json
@@ -2272,6 +2272,20 @@
"sat": "Sat",
"sun": "Sun"
},
+ "months": {
+ "jan": "Jan",
+ "feb": "Feb",
+ "mar": "Mar",
+ "apr": "Apr",
+ "may": "May",
+ "jun": "Jun",
+ "jul": "Jul",
+ "aug": "Aug",
+ "sep": "Sep",
+ "oct": "Oct",
+ "nov": "Nov",
+ "dec": "Dez"
+ },
"notifications": {
"event_created": "Event created",
"event_updated": "Event updated",
@@ -2749,4 +2763,4 @@
"unified_mailbox": {
"search_unavailable": "Search is not available in the unified view"
}
-}
+}
\ No newline at end of file
diff --git a/locales/fr/common.json b/locales/fr/common.json
index b37618cd..289aed51 100644
--- a/locales/fr/common.json
+++ b/locales/fr/common.json
@@ -2261,6 +2261,20 @@
"sat": "Sam",
"sun": "Dim"
},
+ "months": {
+ "jan": "Jan",
+ "feb": "Fév",
+ "mar": "Mar",
+ "apr": "Avr",
+ "may": "Mai",
+ "jun": "Juin",
+ "jul": "Juil",
+ "aug": "Aoû",
+ "sep": "Sep",
+ "oct": "Oct",
+ "nov": "Nov",
+ "dec": "Déc"
+ },
"notifications": {
"event_created": "Événement créé",
"event_updated": "Événement mis à jour",
@@ -2738,4 +2752,4 @@
"custom": "Personnalisé"
}
}
-}
+}
\ No newline at end of file
diff --git a/locales/pt/common.json b/locales/pt/common.json
index 8ee68311..e75aae52 100644
--- a/locales/pt/common.json
+++ b/locales/pt/common.json
@@ -2261,6 +2261,20 @@
"sat": "Sáb",
"sun": "Dom"
},
+ "months": {
+ "jan": "Jan",
+ "feb": "Fev",
+ "mar": "Mar",
+ "apr": "Abr",
+ "may": "Mai",
+ "jun": "Jun",
+ "jul": "Jul",
+ "aug": "Ago",
+ "sep": "Set",
+ "oct": "Out",
+ "nov": "Nov",
+ "dec": "Dez"
+ },
"notifications": {
"event_created": "Evento criado",
"event_updated": "Evento atualizado",