cleanup: Add Organizers translation (#3415)

* Add Organizers translation

* 🧹
This commit is contained in:
Kuchenpirat 2024-04-03 22:07:20 +02:00 committed by GitHub
parent 9e23ed1a07
commit f4570faf1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -188,7 +188,7 @@
},
{
icon: $globals.icons.organizers,
title: "Organizers",
title: i18n.tc("general.organizers"),
restricted: true,
children: [
{

View File

@ -207,7 +207,8 @@
"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.",
"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": {
"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",
"description-long": "Mealie can import recipies from Plan to Eat."
},
"myrecipebox" : {
"myrecipebox": {
"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."
}