feat: vue router and quality of life icons
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"resets": "Resets",
|
||||
"completed": "Completed",
|
||||
"new_task_hint": "New task",
|
||||
"empty_hint": "Looks like there's nothing here, start by adding a new task.",
|
||||
"empty_hint": "Looks like there's nothing here.<br/>Start by adding a new task.",
|
||||
"all_completed_hint": "Looks like everything's been done!",
|
||||
"options": {
|
||||
"title": "Options",
|
||||
@@ -69,5 +69,7 @@
|
||||
"task_cloned": "Task cloned",
|
||||
"task_deleted": "Task deleted",
|
||||
"task_delete_error": "Could not delete task"
|
||||
}
|
||||
},
|
||||
"not_found": "Looks like there's nothing here...",
|
||||
"not_found_button": "Go back to familiar territory"
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"resets": "Reviens",
|
||||
"completed": "Complété",
|
||||
"new_task_hint": "Nouvelle tâche",
|
||||
"empty_hint": "On dirait qu'il n'y a rien ici, commence par ajouter une tâche.",
|
||||
"empty_hint": "On dirait qu'il n'y a rien ici.<br/>Commence par ajouter une tâche.",
|
||||
"all_completed_hint": "On dirait bien que tout a été fait !",
|
||||
"options": {
|
||||
"title": "Options",
|
||||
@@ -69,5 +69,7 @@
|
||||
"task_cloned": "Tâche clonée",
|
||||
"task_deleted": "Tâche supprimée",
|
||||
"task_delete_error": "Impossible de supprimer la tâche"
|
||||
}
|
||||
},
|
||||
"not_found": "On dirait qu'il n'y a rien ici...",
|
||||
"not_found_button": "Retour en terrain connu"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user