1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

feat: check all in shopping list view (#3786)

Co-authored-by: Olly Welch <mail@ollywelch.com>
This commit is contained in:
Olly Welch 2024-06-28 10:37:21 +01:00 committed by GitHub
parent 3e1adfa65d
commit 9795b4c553
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 68 additions and 4 deletions

View file

@ -809,7 +809,10 @@
"linked-recipes-count": "No Linked Recipes|One Linked Recipe|{count} Linked Recipes",
"items-checked-count": "No items checked|One item checked|{count} items checked",
"no-label": "No Label",
"completed-on": "Completed on {date}"
"completed-on": "Completed on {date}",
"are-you-sure-you-want-to-check-all-items": "Are you sure you want to check all items?",
"are-you-sure-you-want-to-uncheck-all-items": "Are you sure you want to uncheck all items?",
"are-you-sure-you-want-to-delete-checked-items": "Are you sure you want to delete all checked items?"
},
"sidebar": {
"all-recipes": "All Recipes",