mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
feat: bulk assign label to foods (#3750)
This commit is contained in:
parent
e08fc4e25e
commit
adab596683
2 changed files with 78 additions and 4 deletions
|
@ -210,7 +210,8 @@
|
|||
"unsaved-changes": "You have unsaved changes. Do you want to save before leaving? Okay to save, Cancel to discard changes.",
|
||||
"clipboard-copy-failure": "Failed to copy to the clipboard.",
|
||||
"confirm-delete-generic-items": "Are you sure you want to delete the following items?",
|
||||
"organizers": "Organizers"
|
||||
"organizers": "Organizers",
|
||||
"caution": "Caution"
|
||||
},
|
||||
"group": {
|
||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||
|
@ -983,7 +984,8 @@
|
|||
"edit-food": "Edit Food",
|
||||
"food-data": "Food Data",
|
||||
"example-food-singular": "ex: Onion",
|
||||
"example-food-plural": "ex: Onions"
|
||||
"example-food-plural": "ex: Onions",
|
||||
"label-overwrite-warning": "This will assign the choosen label to all selected foods and potentially overwrite your existing labels."
|
||||
},
|
||||
"units": {
|
||||
"seed-dialog-text": "Seed the database with common units based on your local language.",
|
||||
|
@ -1011,7 +1013,8 @@
|
|||
"seed-dialog-text": "Seed the database with common labels based on your local language.",
|
||||
"edit-label": "Edit Label",
|
||||
"new-label": "New Label",
|
||||
"labels": "Labels"
|
||||
"labels": "Labels",
|
||||
"assign-label": "Assign Label"
|
||||
},
|
||||
"recipes": {
|
||||
"purge-exports": "Purge Exports",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue