Skip to content

Commit

Permalink
change the use of term "note" for "task"
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexForget committed Jan 18, 2024
1 parent 9d55b88 commit 436057a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
16 changes: 6 additions & 10 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@
"@title": {
"description": "the title of the application"
},
"defaultNote": "Default note",
"@defaultNote": {
"description": "A default note for the first time the app is run"
},
"add": "Add",
"newNote": "New note",
"addNewNote": "Add a new note",
"modifyNote": "Modify note",
"deleteNote": "Delete note",
"confirmDeleteNote": "Confirm note delete",
"newNote": "New task",
"addNewNote": "Add a new task",
"modifyNote": "Modify task",
"deleteNote": "Delete task",
"confirmDeleteNote": "Confirm task delete",
"cancel": "Cancel",
"record": "Save",
"delete": "Delete",
"noteNoteRegister": "No notes have been recorded yet",
"noteNoteRegister": "No task have been recorded yet",
"addReminder": "Add a reminder",
"notificationWillBeSent": "A notification will be sent on",
"reminder": "Reminder",
Expand Down
13 changes: 6 additions & 7 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"@@locale": "fr",
"title": "À faire",
"defaultNote": "Note par défaut",
"add": "Ajouter",
"newNote": "nouvelle note",
"addNewNote": "Ajouter une nouvelle note",
"modifyNote": "Modifier la note",
"deleteNote": "Supprimer la note",
"confirmDeleteNote": "Confirmer la suppresion de la note",
"newNote": "nouvelle tâche",
"addNewNote": "Ajouter une nouvelle tâche",
"modifyNote": "Modifier la tâche",
"deleteNote": "Supprimer la tâche",
"confirmDeleteNote": "Confirmer la suppresion de la tâche",
"cancel": "Annuler",
"record": "Enregistrer",
"delete": "Supprimer",
"noteNoteRegister": "Aucunte note n'a encore été enregistré",
"noteNoteRegister": "Aucunte tâche n'a encore été enregistré",
"addReminder": "Ajouter un rappel",
"notificationWillBeSent": "Une notification sera envoyé le",
"reminder": "Rappel",
Expand Down

0 comments on commit 436057a

Please sign in to comment.