Add calendar event icons and flexible date inputs

This commit is contained in:
Rafael Foster
2026-04-27 21:38:06 -03:00
parent 2ef3e6f004
commit 1d1d2291e5
29 changed files with 625 additions and 124 deletions
+15 -3
View File
@@ -349,7 +349,9 @@
"ics": {
"reset": "Réinitialiser",
"resetToast": "Modifications annulées."
}
},
"iconLabel": "Icon",
"invalidDate": "Use a valid date in the selected date format."
},
"notes": {
"title": "Notes",
@@ -856,7 +858,17 @@
"notificationEnable": "Activer les notifications",
"notificationEnabled": "Notifications actives",
"notificationDenied": "Notifications bloquées",
"notificationHint": "Recevez des notifications même lorsque l'application est ouverte."
"notificationHint": "Recevez des notifications même lorsque l'application est ouverte.",
"offset2days": "2 days before",
"offset1week": "1 week before",
"offset2weeks": "2 weeks before",
"offsetCustom": "Custom...",
"customAmountLabel": "Amount",
"customUnitLabel": "Unit",
"customMinutes": "Minutes",
"customHours": "Hours",
"customDays": "Days",
"customWeeks": "Weeks"
},
"onboarding": {
"step1Title": "Welcome to Oikos",
@@ -872,4 +884,4 @@
"offline": {
"banner": "Offline reconnecting…"
}
}
}