mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-31 12:15:42 -04:00
cleanup: Add Organizers translation (#3415)
* Add Organizers translation
* 🧹
This commit is contained in:
parent
9e23ed1a07
commit
f4570faf1a
@ -188,7 +188,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: $globals.icons.organizers,
|
icon: $globals.icons.organizers,
|
||||||
title: "Organizers",
|
title: i18n.tc("general.organizers"),
|
||||||
restricted: true,
|
restricted: true,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
@ -207,7 +207,8 @@
|
|||||||
"created-on-date": "Created on: {0}",
|
"created-on-date": "Created on: {0}",
|
||||||
"unsaved-changes": "You have unsaved changes. Do you want to save before leaving? Okay to save, Cancel to discard changes.",
|
"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.",
|
"clipboard-copy-failure": "Failed to copy to the clipboard.",
|
||||||
"confirm-delete-generic-items": "Are you sure you want to delete the following items?"
|
"confirm-delete-generic-items": "Are you sure you want to delete the following items?",
|
||||||
|
"organizers": "Organizers"
|
||||||
},
|
},
|
||||||
"group": {
|
"group": {
|
||||||
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
"are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?",
|
||||||
@ -371,7 +372,7 @@
|
|||||||
"title": "Plan to Eat",
|
"title": "Plan to Eat",
|
||||||
"description-long": "Mealie can import recipies from Plan to Eat."
|
"description-long": "Mealie can import recipies from Plan to Eat."
|
||||||
},
|
},
|
||||||
"myrecipebox" : {
|
"myrecipebox": {
|
||||||
"title": "My Recipe Box",
|
"title": "My Recipe Box",
|
||||||
"description-long": "Mealie can import recipes from My Recipe Box. Export your recipes in CSV format, then upload the .csv file below."
|
"description-long": "Mealie can import recipes from My Recipe Box. Export your recipes in CSV format, then upload the .csv file below."
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user