fix: rename cron phrases to be mare accurate

This commit is contained in:
2026-07-19 14:49:19 +02:00
parent 5032906d91
commit dd7f0b5df7
5 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"cron": {
"type": {
"one_time": "One time",
"manual": "Manual",
"every_day": "Every day",
"every_week": "Every week",
"every_month": "Every month",
"every_year": "Every year",
"specific": "Specific"
"custom": "Custom (crontab)"
},
"week": [
"Monday",
+2 -2
View File
@@ -1,12 +1,12 @@
{
"cron": {
"type": {
"one_time": "Une seule fois",
"manual": "Manuel",
"every_day": "Tous les jours",
"every_week": "Toutes les semaines",
"every_month": "Tous les mois",
"every_year": "Tous les ans",
"specific": "Spécifique"
"custom": "Personnalisé (crontab)"
},
"week": [
"Lundi",