UI/update sidebar (#480)
* update minicalendar * update left sidebar * chore: update twake-mui to version 1.1.4 - Update @linagora/twake-mui from local file to npm package 1.1.4 - Add margin to TempCalendarsInput section in sidebar - Remove margin from PeopleSearch component (moved to parent) * Changed wording on my calendars and event creation button --------- Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"locale": "en-gb",
|
||||
"calendar": {
|
||||
"personal": "Personal Calendars",
|
||||
"delegated": "Delegated Calendars",
|
||||
"other": "Other Calendars",
|
||||
"personal": "My calendars",
|
||||
"delegated": "Delegated calendars",
|
||||
"other": "Other calendars",
|
||||
"caldav_access": "CalDAV access",
|
||||
"secretUrl": "Secret URL",
|
||||
"secretUrlDesc": "The secret address can be used to view all calendar events even without access permissions. You can reset your current secret address and get a new one.",
|
||||
@@ -85,7 +85,7 @@
|
||||
"hex": "Hex"
|
||||
},
|
||||
"event": {
|
||||
"createEvent": "Create Event",
|
||||
"createEvent": "Create",
|
||||
"updateEvent": "Update Event",
|
||||
"organizer": "Organizer",
|
||||
"untitled": "Untitled",
|
||||
|
||||
+3
-3
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"locale": "fr-fr",
|
||||
"calendar": {
|
||||
"personal": "Calendriers personnels",
|
||||
"personal": "Mes calendriers",
|
||||
"delegated": "Calendriers délégués",
|
||||
"other": "Autres calendriers",
|
||||
"caldav_access": "Accès CalDAV",
|
||||
@@ -87,7 +87,7 @@
|
||||
"hex": "Hex"
|
||||
},
|
||||
"event": {
|
||||
"createEvent": "Créer un événement",
|
||||
"createEvent": "Créer",
|
||||
"updateEvent": "Mettre à jour un événement",
|
||||
"organizer": "Organisateur",
|
||||
"untitled": "Sans titre",
|
||||
@@ -248,7 +248,7 @@
|
||||
"label": "Libre",
|
||||
"tooltip": "Les autres vous voient comme disponible pendant la plage horaire de cet événement."
|
||||
},
|
||||
"attendingQuestion": "Vous participez ?",
|
||||
"attendingQuestion": "Participer ?",
|
||||
"ACCEPTED": "Accepter",
|
||||
"TENTATIVE": "Peut-être",
|
||||
"DECLINED": "Décliner",
|
||||
|
||||
Reference in New Issue
Block a user