add task planner & alert improvments
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
This commit is contained in:
parent
2e6d8a2c0c
commit
e306bfc5d6
15 changed files with 1547 additions and 4 deletions
|
|
@ -322,6 +322,41 @@
|
|||
"renameTitle": "Renommer",
|
||||
"deleteTitle": "Supprimer"
|
||||
},
|
||||
"taskPlanner": {
|
||||
"settingsTitle": "Réglages du planificateur",
|
||||
"settingsButtonLabel": "Paramètres des réinitialisations",
|
||||
"sortModeLabel": "Tri automatique par type",
|
||||
"globalWeeklyResetDayLabel": "Reset hebdo",
|
||||
"resetTimeLabel": "Heure de reset",
|
||||
"titlePlaceholder": "Nouvelle tâche",
|
||||
"titleLabel": "Titre",
|
||||
"descriptionPlaceholder": "Description",
|
||||
"descriptionLabel": "Description",
|
||||
"typeLabel": "Type",
|
||||
"uniqueType": "Ponctuelle",
|
||||
"dailyType": "Quotidienne",
|
||||
"weeklyType": "Hebdomadaire",
|
||||
"addButton": "Ajouter",
|
||||
"reorderTitle": "Déplacer",
|
||||
"reorderDisabledTitle": "Tri manuel désactivé",
|
||||
"checkTitle": "Marquer effectué",
|
||||
"uncheckTitle": "Marquer non effectué",
|
||||
"deleteTitle": "Supprimer",
|
||||
"showDescriptionTitle": "Afficher la description",
|
||||
"hideDescriptionTitle": "Masquer la description",
|
||||
"taskSettingsTitle": "Réglages de la tâche",
|
||||
"missingDependencyTitle": "Pré requis non effectué",
|
||||
"missingDependencyBadge": "Pré requis",
|
||||
"missingDependencyNotice": "Pré requis parent non effectué",
|
||||
"taskWeeklyResetDayLabel": "Jour hebdo",
|
||||
"inheritWeeklyResetDay": "Global",
|
||||
"linksLabel": "Parent",
|
||||
"emptyLinks": "Aucun parent",
|
||||
"addLinkLabel": "Définir un parent",
|
||||
"dependencyCheckboxLabel": "Pré requis",
|
||||
"removeRelationTitle": "Retirer",
|
||||
"emptyTasks": "Aucune tâche planifiée."
|
||||
},
|
||||
"imageAnnotation": {
|
||||
"addImage": "Ajouter une image",
|
||||
"replaceImage": "Remplacer l'image",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue