feat: share list
TS Lint / TypeScript (push) Successful in 6m0s
TS Lint / ESLint (push) Successful in 6m0s
TS Lint / Oxlint (push) Successful in 6m0s

This commit is contained in:
2026-07-14 14:49:22 +02:00
parent 79e48090fb
commit 84630f2049
7 changed files with 50 additions and 9 deletions
+5 -2
View File
@@ -68,10 +68,13 @@
"task_create_error": "Could not create task",
"task_cloned": "Task cloned",
"task_deleted": "Task deleted",
"task_delete_error": "Could not delete task"
"task_delete_error": "Could not delete task",
"share_clipboard": "Link copied to clipboard",
"share_error": "Could not share link"
},
"not_found": "Looks like there's nothing here...",
"not_found_button": "Go back to familiar territory",
"home": "A shareable task list with auto resetting items.<br/>Create your list below.",
"home_button": "Let's go !"
"home_button": "Let's go !",
"share_button": "Share my list"
}
+5 -2
View File
@@ -68,10 +68,13 @@
"task_create_error": "Impossible de créer la tâche",
"task_cloned": "Tâche clonée",
"task_deleted": "Tâche supprimée",
"task_delete_error": "Impossible de supprimer la tâche"
"task_delete_error": "Impossible de supprimer la tâche",
"share_clipboard": "Lien copié dans le presse-papier",
"share_error": "Impossible de partager le lien"
},
"not_found": "On dirait qu'il n'y a rien ici...",
"not_found_button": "Retour en terrain connu",
"home": "Une liste de tâches avec réinitialisation automatique des éléments.<br/>Créez ta liste ci-dessous.",
"home_button": "C'est parti !"
"home_button": "C'est parti !",
"share_button": "Partager ma liste"
}