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": "Restaurar original",
"resetToast": "Alterações restauradas."
}
},
"iconLabel": "Ícone",
"invalidDate": "Use uma data válida no formato selecionado."
},
"notes": {
"title": "Quadro de notas",
@@ -857,7 +859,17 @@
"notificationEnable": "Ativar notificações",
"notificationEnabled": "Notificações ativas",
"notificationDenied": "Notificações bloqueadas",
"notificationHint": "Receba notificações mesmo quando a aplicação está aberta."
"notificationHint": "Receba notificações mesmo quando a aplicação está aberta.",
"offset2days": "2 dias antes",
"offset1week": "1 semana antes",
"offset2weeks": "2 semanas antes",
"offsetCustom": "Personalizado...",
"customAmountLabel": "Quantidade",
"customUnitLabel": "Unidade",
"customMinutes": "Minutos",
"customHours": "Horas",
"customDays": "Dias",
"customWeeks": "Semanas"
},
"onboarding": {
"step1Title": "Welcome to Oikos",
@@ -873,4 +885,4 @@
"offline": {
"banner": "Offline reconnecting…"
}
}
}