diff --git a/frontend/lang/messages/af-ZA.json b/frontend/lang/messages/af-ZA.json index c296c53d96..1ee2e76243 100644 --- a/frontend/lang/messages/af-ZA.json +++ b/frontend/lang/messages/af-ZA.json @@ -199,7 +199,8 @@ "upload-file": "Laai dokument op", "created-on-date": "Geskep op: {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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Is jy seker jy wil {groupName} uitvee?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Vereis alle merkers", "require-all-tools": "Vereis alle kookgerei", "cookbook-name": "Naam van die kookboek", - "cookbook-with-name": "Kookboek {0}" + "cookbook-with-name": "Kookboek {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/ar-SA.json b/frontend/lang/messages/ar-SA.json index 4e092bc3c7..52bb004ba4 100644 --- a/frontend/lang/messages/ar-SA.json +++ b/frontend/lang/messages/ar-SA.json @@ -199,7 +199,8 @@ "upload-file": "تحميل الملف", "created-on-date": "تم الإنشاء في {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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "هل انت متأكد من رغبتك في حذف {groupName}؟", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Cookbook {0}" + "cookbook-with-name": "Cookbook {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/bg-BG.json b/frontend/lang/messages/bg-BG.json index dffe643111..0c7a74e3ef 100644 --- a/frontend/lang/messages/bg-BG.json +++ b/frontend/lang/messages/bg-BG.json @@ -199,7 +199,8 @@ "upload-file": "Качване на файл", "created-on-date": "Създадено на {0}", "unsaved-changes": "Имате незапазени промени. Желаете ли да ги запазите преди да излезете? Натиснете Ок за запазване и Отказ за отхвърляне на промените.", - "clipboard-copy-failure": "Линкът към рецептата е копиран в клипборда." + "clipboard-copy-failure": "Линкът към рецептата е копиран в клипборда.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Сигурни ли сте, че искате да изтриете {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Изискване на всички тагове", "require-all-tools": "Изискване на всички инструменти", "cookbook-name": "Име на книгата с рецепти", - "cookbook-with-name": "Книга с рецепти {0}" + "cookbook-with-name": "Книга с рецепти {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/ca-ES.json b/frontend/lang/messages/ca-ES.json index bcc16029fc..d16d617806 100644 --- a/frontend/lang/messages/ca-ES.json +++ b/frontend/lang/messages/ca-ES.json @@ -199,7 +199,8 @@ "upload-file": "Puja un fitxer", "created-on-date": "Creat el: {0}", "unsaved-changes": "Tens canvis que no estan guardats. Vols guardar-los abans de sortir? Clica d'acord per guardar-los o cancel·lar per descartar els canvis.", - "clipboard-copy-failure": "No s'ha pogut copiar al porta-retalls." + "clipboard-copy-failure": "No s'ha pogut copiar al porta-retalls.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Esteu segur de voler suprimir el grup {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Requereix totes les etiquetes", "require-all-tools": "Requereix tots els utensilis", "cookbook-name": "Nom del receptari", - "cookbook-with-name": "Receptari {0}" + "cookbook-with-name": "Receptari {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/cs-CZ.json b/frontend/lang/messages/cs-CZ.json index a9e8ad3105..f455065445 100644 --- a/frontend/lang/messages/cs-CZ.json +++ b/frontend/lang/messages/cs-CZ.json @@ -199,7 +199,8 @@ "upload-file": "Nahrát soubor", "created-on-date": "Vytvořeno dne: {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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Jste si jisti, že chcete smazat {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Vyžadovat všechny štítky", "require-all-tools": "Vyžadovat všechny nástroje", "cookbook-name": "Název kuchařky", - "cookbook-with-name": "Kuchařka {0}" + "cookbook-with-name": "Kuchařka {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/da-DK.json b/frontend/lang/messages/da-DK.json index b2e316a9da..f1c94afc64 100644 --- a/frontend/lang/messages/da-DK.json +++ b/frontend/lang/messages/da-DK.json @@ -199,7 +199,8 @@ "upload-file": "Upload Fil", "created-on-date": "Oprettet den: {0}", "unsaved-changes": "Du har ændringer som ikke er gemt. Vil du gemme før du forlader? Vælg \"Okay\" for at gemme, eller \"Annullér\" for at kassere ændringer.", - "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?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Er du sikker på, du vil slette {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Kræv Alle Mærker", "require-all-tools": "Kræv Alle Værktøjer", "cookbook-name": "Navn på kogebog", - "cookbook-with-name": "Kogebog {0}" + "cookbook-with-name": "Kogebog {0}", + "create-a-cookbook": "Opret en ny kogebog", + "cookbook": "Kogebog" } } diff --git a/frontend/lang/messages/de-DE.json b/frontend/lang/messages/de-DE.json index b15e63fb31..3be13b7f65 100644 --- a/frontend/lang/messages/de-DE.json +++ b/frontend/lang/messages/de-DE.json @@ -199,7 +199,8 @@ "upload-file": "Datei hochladen", "created-on-date": "Erstellt am: {0}", "unsaved-changes": "Du hast ungespeicherte Änderungen. Möchtest du vor dem Verlassen speichern? OK um zu speichern, Cancel um Änderungen zu verwerfen.", - "clipboard-copy-failure": "Fehler beim Kopieren in die Zwischenablage." + "clipboard-copy-failure": "Fehler beim Kopieren in die Zwischenablage.", + "confirm-delete-generic-items": "Bist du dir sicher, dass du die folgenden Einträge löschen möchtest?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Bist du dir sicher, dass du die Gruppe {groupName} löschen möchtest?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Alle Schlagwörter erforderlich", "require-all-tools": "Alle Utensilien erforderlich", "cookbook-name": "Kochbuch Name", - "cookbook-with-name": "Kochbuch {0}" + "cookbook-with-name": "Kochbuch {0}", + "create-a-cookbook": "Ein Kochbuch erstellen", + "cookbook": "Kochbuch" } } diff --git a/frontend/lang/messages/el-GR.json b/frontend/lang/messages/el-GR.json index 7402a8f0e9..afcd489ef4 100644 --- a/frontend/lang/messages/el-GR.json +++ b/frontend/lang/messages/el-GR.json @@ -199,7 +199,8 @@ "upload-file": "Μεταφόρτωση αρχείου", "created-on-date": "Δημιουργήθηκε στις: {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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό τον ασφαλή σύνδεσμο {groupName};", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Cookbook {0}" + "cookbook-with-name": "Cookbook {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/en-GB.json b/frontend/lang/messages/en-GB.json index 5541824954..7ac5275414 100644 --- a/frontend/lang/messages/en-GB.json +++ b/frontend/lang/messages/en-GB.json @@ -199,7 +199,8 @@ "upload-file": "Upload File", "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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Cookbook {0}" + "cookbook-with-name": "Cookbook {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/es-ES.json b/frontend/lang/messages/es-ES.json index 1d211f51a9..c1011b4002 100644 --- a/frontend/lang/messages/es-ES.json +++ b/frontend/lang/messages/es-ES.json @@ -199,7 +199,8 @@ "upload-file": "Subir Archivo", "created-on-date": "Creado el {0}", "unsaved-changes": "Tienes cambios sin guardar. ¿Quieres guardar antes de salir? Aceptar para guardar, Cancelar para descartar cambios.", - "clipboard-copy-failure": "No se pudo copiar al portapapeles." + "clipboard-copy-failure": "No se pudo copiar al portapapeles.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Por favor, confirma que deseas eliminar {groupName}", @@ -1185,6 +1186,8 @@ "require-all-tags": "Requerir todas las etiquetas", "require-all-tools": "Requiere todos los utensilios", "cookbook-name": "Nombre del recetario", - "cookbook-with-name": "Recetario {0}" + "cookbook-with-name": "Recetario {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/fi-FI.json b/frontend/lang/messages/fi-FI.json index f5fc5403eb..fd020976df 100644 --- a/frontend/lang/messages/fi-FI.json +++ b/frontend/lang/messages/fi-FI.json @@ -199,7 +199,8 @@ "upload-file": "Tuo tiedosto", "created-on-date": "Luotu {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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Haluatko varmasti poistaa ryhmän {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Vaadi Kaikki Tunnisteet", "require-all-tools": "Vaadi Kaikki Työkalut", "cookbook-name": "Keittokirjan Nimi", - "cookbook-with-name": "Keittokirja {0}" + "cookbook-with-name": "Keittokirja {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/fr-CA.json b/frontend/lang/messages/fr-CA.json index ebf667d93d..79cd3ef13f 100644 --- a/frontend/lang/messages/fr-CA.json +++ b/frontend/lang/messages/fr-CA.json @@ -199,7 +199,8 @@ "upload-file": "Transférer un fichier", "created-on-date": "Créé le {0}", "unsaved-changes": "Vous avez des modifications non enregistrées. Voulez-vous les enregistrer ? Ok pour enregistrer, annuler pour ignorer les modifications.", - "clipboard-copy-failure": "Échec de la copie vers le presse-papiers." + "clipboard-copy-failure": "Échec de la copie vers le presse-papiers.", + "confirm-delete-generic-items": "Êtes-vous sûr de vouloir supprimer les éléments suivants ?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Êtes-vous certain de vouloir supprimer {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Nécessite tous les mots-clés", "require-all-tools": "Nécessite tous les ustensiles", "cookbook-name": "Nom du livre de recettes", - "cookbook-with-name": "Livre de recettes {0}" + "cookbook-with-name": "Livre de recettes {0}", + "create-a-cookbook": "Créer un nouveau livre de recettes", + "cookbook": "Livre de recettes" } } diff --git a/frontend/lang/messages/fr-FR.json b/frontend/lang/messages/fr-FR.json index c02ca5c9df..951faede33 100644 --- a/frontend/lang/messages/fr-FR.json +++ b/frontend/lang/messages/fr-FR.json @@ -199,7 +199,8 @@ "upload-file": "Transférer un fichier", "created-on-date": "Créé le {0}", "unsaved-changes": "Vous avez des modifications non enregistrées. Voulez-vous enregistrer avant de partir ? OK pour enregistrer, Annuler pour ignorer les modifications.", - "clipboard-copy-failure": "Échec de la copie dans le presse-papiers." + "clipboard-copy-failure": "Échec de la copie dans le presse-papiers.", + "confirm-delete-generic-items": "Êtes-vous sûr de vouloir supprimer les éléments suivants ?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Voulez-vous vraiment supprimer {groupName} ?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Nécessite tous les mots-clés", "require-all-tools": "Nécessite tous les ustensiles", "cookbook-name": "Nom du livre de recettes", - "cookbook-with-name": "Livre de recettes {0}" + "cookbook-with-name": "Livre de recettes {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/gl-ES.json b/frontend/lang/messages/gl-ES.json index 48a8271d24..25ce70d6f6 100644 --- a/frontend/lang/messages/gl-ES.json +++ b/frontend/lang/messages/gl-ES.json @@ -199,7 +199,8 @@ "upload-file": "Upload File", "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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Cookbook {0}" + "cookbook-with-name": "Cookbook {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/he-IL.json b/frontend/lang/messages/he-IL.json index 21b0382e92..05c04b9352 100644 --- a/frontend/lang/messages/he-IL.json +++ b/frontend/lang/messages/he-IL.json @@ -199,7 +199,8 @@ "upload-file": "העלאת קבצים", "created-on-date": "נוצר ב-{0}", "unsaved-changes": "יש שינויים שלא נשמרו. לצאת לפני שמירה? אשר לשמירה, בטל למחיקת שינויים.", - "clipboard-copy-failure": "כשלון בהעתקה ללוח ההדבקה." + "clipboard-copy-failure": "כשלון בהעתקה ללוח ההדבקה.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "האם את/ה בטוח/ה שברצונך למחוק את {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "זקוק לכל התגיות", "require-all-tools": "זקוק לכל הכלים", "cookbook-name": "שם ספר בישול", - "cookbook-with-name": "ספר בישול {0}" + "cookbook-with-name": "ספר בישול {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/hr-HR.json b/frontend/lang/messages/hr-HR.json index cc4926cf58..83b18903c4 100644 --- a/frontend/lang/messages/hr-HR.json +++ b/frontend/lang/messages/hr-HR.json @@ -199,7 +199,8 @@ "upload-file": "Prenesi Datoteku", "created-on-date": "Kreirano dana: {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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Jeste li sigurni da želite izbrisati {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Zahtijevaj sve oznake", "require-all-tools": "Zahtijevaj sve Alate", "cookbook-name": "Naziv Zbirke recepata", - "cookbook-with-name": "ZbirkaRecepata {0}" + "cookbook-with-name": "ZbirkaRecepata {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/hu-HU.json b/frontend/lang/messages/hu-HU.json index 95b6296d8a..db2fe83994 100644 --- a/frontend/lang/messages/hu-HU.json +++ b/frontend/lang/messages/hu-HU.json @@ -199,7 +199,8 @@ "upload-file": "Fájl feltöltése", "created-on-date": "Létrehozva: {0}", "unsaved-changes": "El nem mentett módosításai vannak. Szeretné elmenteni, mielőtt kilép? A mentéshez kattintson az Ok, a módosítások elvetéséhez a Mégsem gombra.", - "clipboard-copy-failure": "Nem sikerült a vágólapra másolás." + "clipboard-copy-failure": "Nem sikerült a vágólapra másolás.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Biztosan törölni szeretnéd ezt: {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Minden címke szükséges", "require-all-tools": "Minden szükséges eszköz", "cookbook-name": "Szakácskönyv neve", - "cookbook-with-name": "Szakácskönyv {0}" + "cookbook-with-name": "Szakácskönyv {0}", + "create-a-cookbook": "Szakácskönyv létrehozása", + "cookbook": "Szakácskönyv" } } diff --git a/frontend/lang/messages/is-IS.json b/frontend/lang/messages/is-IS.json index 1f1e370c4a..932a49bb30 100644 --- a/frontend/lang/messages/is-IS.json +++ b/frontend/lang/messages/is-IS.json @@ -199,7 +199,8 @@ "upload-file": "Upload File", "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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Cookbook {0}" + "cookbook-with-name": "Cookbook {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/it-IT.json b/frontend/lang/messages/it-IT.json index 8163641f33..7e9a73931d 100644 --- a/frontend/lang/messages/it-IT.json +++ b/frontend/lang/messages/it-IT.json @@ -199,7 +199,8 @@ "upload-file": "Carica file", "created-on-date": "Creato il: {0}", "unsaved-changes": "Sono state apportate modifiche non salvate. Salvare prima di uscire? Premi Ok per salvare, Annulla per scartare le modifiche.", - "clipboard-copy-failure": "Impossibile copiare negli appunti." + "clipboard-copy-failure": "Impossibile copiare negli appunti.", + "confirm-delete-generic-items": "Sei sicuro di voler eliminare i seguenti elementi?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Sei sicuro di volerlo eliminare {groupName}'?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Richiedi Tutti I Tag", "require-all-tools": "Richiedi Tutti Gli Strumenti", "cookbook-name": "Nome Ricettario", - "cookbook-with-name": "Ricettario {0}" + "cookbook-with-name": "Ricettario {0}", + "create-a-cookbook": "Crea un libro di cucina", + "cookbook": "Libro di cucina" } } diff --git a/frontend/lang/messages/ja-JP.json b/frontend/lang/messages/ja-JP.json index f76fd4c89a..30fb28667b 100644 --- a/frontend/lang/messages/ja-JP.json +++ b/frontend/lang/messages/ja-JP.json @@ -199,7 +199,8 @@ "upload-file": "ファイルのアップロード", "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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "{groupName} を削除しますか?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Cookbook {0}" + "cookbook-with-name": "Cookbook {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/ko-KR.json b/frontend/lang/messages/ko-KR.json index 8456209c4c..03342b7685 100644 --- a/frontend/lang/messages/ko-KR.json +++ b/frontend/lang/messages/ko-KR.json @@ -199,7 +199,8 @@ "upload-file": "Upload File", "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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Cookbook {0}" + "cookbook-with-name": "Cookbook {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/lt-LT.json b/frontend/lang/messages/lt-LT.json index 17ac4219bb..56d8422fae 100644 --- a/frontend/lang/messages/lt-LT.json +++ b/frontend/lang/messages/lt-LT.json @@ -199,7 +199,8 @@ "upload-file": "Įkelti failą", "created-on-date": "Sukurta: {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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Ar tikrai norite ištrinti {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Būtinos visos žymos", "require-all-tools": "Būtini visi įrankiai", "cookbook-name": "Receptų knygos pavadinimas", - "cookbook-with-name": "Receptų knyga {0}" + "cookbook-with-name": "Receptų knyga {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/lv-LV.json b/frontend/lang/messages/lv-LV.json index 7d8163e9a3..522119c02c 100644 --- a/frontend/lang/messages/lv-LV.json +++ b/frontend/lang/messages/lv-LV.json @@ -199,7 +199,8 @@ "upload-file": "Upload File", "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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Cookbook {0}" + "cookbook-with-name": "Cookbook {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/nl-NL.json b/frontend/lang/messages/nl-NL.json index 67b4fae829..d76d2fc2c9 100644 --- a/frontend/lang/messages/nl-NL.json +++ b/frontend/lang/messages/nl-NL.json @@ -53,7 +53,7 @@ "apprise-url": "Apprise URL", "database": "Database", "delete-event": "Gebeurtenis verwijderen", - "event-delete-confirmation": "Weet je zeker dat je deze gebeurtenis wil verwijderen?", + "event-delete-confirmation": "Weet je zeker dat je deze gebeurtenis wilt verwijderen?", "event-deleted": "Gebeurtenis verwijderd", "event-updated": "Gebeurtenis bijgewerkt", "new-notification-form-description": "Mealie gebruikt de notificatieservices van Apprise om notificaties te genereren. Apprise biedt diverse services aan om notificaties te versturen. Raadpleeg hun wiki voor een uitgebreide handleiding over het creëren van een link voor je service. Afhankelijk van de gekozen service zijn er mogelijk extra functionaliteiten beschikbaar.", @@ -84,7 +84,7 @@ "clear": "Wissen", "close": "Sluiten", "confirm": "Bevestigen", - "confirm-delete-generic": "Weet je zeker dat je dit wil verwijderen?", + "confirm-delete-generic": "Weet je zeker dat je dit wilt verwijderen?", "copied_message": "Gekopieerd!", "create": "Aanmaken", "created": "Aangemaakt op", @@ -199,7 +199,8 @@ "upload-file": "Bestand uploaden", "created-on-date": "Gemaakt op {0}", "unsaved-changes": "Er zijn niet-opgeslagen wijzigingen. Wil je eerst opslaan voordat je vertrekt? Okay om op te slaan, Annuleren om wijzigingen ongedaan te maken.", - "clipboard-copy-failure": "Kopiëren naar klembord mislukt." + "clipboard-copy-failure": "Kopiëren naar klembord mislukt.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Weet je zeker dat je {groupName} wil verwijderen?", @@ -559,7 +560,7 @@ "recipe-yield": "Recept Opbrengst", "unit": "Eenheid", "upload-image": "Afbeelding uploaden", - "screen-awake": "Scherm laten aan staan", + "screen-awake": "Scherm aan laten staan", "remove-image": "Afbeelding verwijderen", "nextStep": "Volgende stap" }, @@ -736,7 +737,7 @@ "shopping-lists": "Boodschappenlijsten", "food": "Voedsel", "note": "Notitie", - "label": "Etiket", + "label": "Label", "linked-item-warning": "Dit element is gekoppeld aan een of meer recepten. Het aanpassen van de eenheden of ingrediënten zal onverwachte resultaten opleveren bij het toevoegen of verwijderen van het recept uit deze lijst.", "toggle-food": "Voedsel schakelen", "manage-labels": "Labels beheren", @@ -746,10 +747,10 @@ "delete-checked": "Selectie verwijderen", "toggle-label-sort": "Label sortering in-/uitschakelen", "reorder-labels": "Labels opnieuw indelen", - "uncheck-all-items": "Deselecteer alle Items", - "check-all-items": "Alle producten controleren", + "uncheck-all-items": "Deselecteer alle items", + "check-all-items": "Selecteer alle items", "linked-recipes-count": "Geen Gelinkte Recepten Eén Gekoppeld Recept{count} Gekoppelde Recepten", - "items-checked-count": "Geen items aangevinkt, Eén item gecontroleerd{count} items gecontroleerd", + "items-checked-count": "Geen items geselecteerd|Eén item geselecteerd|{count} items geselecteerd", "no-label": "Geen label", "completed-on": "Afgemaakt op {date}" }, @@ -1185,6 +1186,8 @@ "require-all-tags": "Vereis alle tags", "require-all-tools": "Vereis al het kookgerei", "cookbook-name": "Naam van het kookboek", - "cookbook-with-name": "Kookboek {0}" + "cookbook-with-name": "Kookboek {0}", + "create-a-cookbook": "Maak een kookboek", + "cookbook": "Kookboek" } } diff --git a/frontend/lang/messages/no-NO.json b/frontend/lang/messages/no-NO.json index c0eefe06b3..60b1fc08a7 100644 --- a/frontend/lang/messages/no-NO.json +++ b/frontend/lang/messages/no-NO.json @@ -199,7 +199,8 @@ "upload-file": "Last opp fil", "created-on-date": "Opprettet: {0}", "unsaved-changes": "Du har ulagrede endringer. Ønsker du å lagre før du forlater? Trykk 'OK' for å lagre, 'Avbryt' for å forkaste endringene.", - "clipboard-copy-failure": "Kunne ikke kopiere til utklippstavlen." + "clipboard-copy-failure": "Kunne ikke kopiere til utklippstavlen.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Er du sikker på at du vil slette {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Krev alle emneord", "require-all-tools": "Krev alle kjøkkenredskaper", "cookbook-name": "Navn på kokebok", - "cookbook-with-name": "Kokebok {0}" + "cookbook-with-name": "Kokebok {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/pl-PL.json b/frontend/lang/messages/pl-PL.json index 9889216a4b..2bec4af57e 100644 --- a/frontend/lang/messages/pl-PL.json +++ b/frontend/lang/messages/pl-PL.json @@ -117,7 +117,7 @@ "loading": "Ładowanie", "loading-events": "Ładowanie wydarzeń", "loading-recipe": "Ładowanie przepisów...", - "loading-ocr-data": "Loading OCR data...", + "loading-ocr-data": "Wczytywanie danych OCR...", "loading-recipes": "Ładowanie przepisów", "message": "Wiadomość", "monday": "Poniedziałek", @@ -198,8 +198,9 @@ "refresh": "Odśwież", "upload-file": "Prześlij plik", "created-on-date": "Utworzono dnia: {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." + "unsaved-changes": "Masz niezapisane zmiany. Czy chcesz zapisać przed wyjściem? Ok, aby zapisać, Anuluj, żeby odrzucić zmiany.", + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Czy na pewno chcesz usunąć {groupName}?", @@ -258,7 +259,7 @@ }, "meal-plan": { "create-a-new-meal-plan": "Utwórz nowy plan posiłku", - "update-this-meal-plan": "Update this Meal Plan", + "update-this-meal-plan": "Zaktualizuj plan posiłku", "dinner-this-week": "Obiad w tym tygodniu", "dinner-today": "Obiad dziś", "dinner-tonight": "OBIAD DZIŚ", @@ -473,7 +474,7 @@ "add-to-timeline": "Dodaj do osi czasu", "recipe-added-to-list": "Przepis dodany do listy", "recipes-added-to-list": "Przepisy dodane do listy", - "successfully-added-to-list": "Successfully added to list", + "successfully-added-to-list": "Pomyślnie dodano do listy", "recipe-added-to-mealplan": "Przepis dodany do planu posiłków", "failed-to-add-recipes-to-list": "Nie udało się dodać przepisu do listy", "failed-to-add-recipe-to-mealplan": "Nie udało się dodać przepisu do planu posiłków", @@ -806,7 +807,7 @@ "create-new-tool": "Utwórz nowe narzędzie", "on-hand-checkbox-label": "Pokaż jako Posiadane (Zaznaczono)", "required-tools": "Wymagane Narzędzia", - "tool": "Tool" + "tool": "Narzędzie" }, "user": { "admin": "Administrator", @@ -944,7 +945,7 @@ "fraction": "Ułamki", "example-unit-singular": "np. Łyżka stołowa", "example-unit-plural": "np. Łyżki stołowe", - "example-unit-abbreviation-singular": "ex: Tbsp", + "example-unit-abbreviation-singular": "na przykład: Łyżka stołowa", "example-unit-abbreviation-plural": "ex: Tbsps" }, "labels": { @@ -1185,6 +1186,8 @@ "require-all-tags": "Wymagaj wszystkich tagów", "require-all-tools": "Wymagaj wszystkich narzędzi", "cookbook-name": "Nazwa książki kucharskiej", - "cookbook-with-name": "Książka kucharska {0}" + "cookbook-with-name": "Książka kucharska {0}", + "create-a-cookbook": "Utwórz nową książkę kucharską", + "cookbook": "Książka kucharska" } } diff --git a/frontend/lang/messages/pt-BR.json b/frontend/lang/messages/pt-BR.json index dd16d5181c..0cfccf4182 100644 --- a/frontend/lang/messages/pt-BR.json +++ b/frontend/lang/messages/pt-BR.json @@ -199,7 +199,8 @@ "upload-file": "Enviar arquivo", "created-on-date": "Criado em {0}", "unsaved-changes": "Você possui alterações não salvas. Deseja salvar antes de sair? Ok para salvar, Cancelar para descartar alterações.", - "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?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Tem certeza que deseja excluir o grupo {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Exigir todos os marcadores", "require-all-tools": "Exigir todas as ferramentas", "cookbook-name": "Nome do Livro de Receitas", - "cookbook-with-name": "Livro de Receitas {0}" + "cookbook-with-name": "Livro de Receitas {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/pt-PT.json b/frontend/lang/messages/pt-PT.json index 88640cfb61..c31ae1d476 100644 --- a/frontend/lang/messages/pt-PT.json +++ b/frontend/lang/messages/pt-PT.json @@ -199,7 +199,8 @@ "upload-file": "Carregar ficheiro", "created-on-date": "Criado em: {0}", "unsaved-changes": "Tem alterações por gravar. Quer gravar antes de sair? OK para gravar, Cancelar para descartar alterações.", - "clipboard-copy-failure": "Erro ao copiar para a área de transferência." + "clipboard-copy-failure": "Erro ao copiar para a área de transferência.", + "confirm-delete-generic-items": "Tem a certeza de que deseja eliminar os seguintes itens?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Tem a certeza que quer eliminar {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Requer todas as etiquetas", "require-all-tools": "Requer todas os utensílios", "cookbook-name": "Nome do Livro de Receitas", - "cookbook-with-name": "Livro de Receitas {0}" + "cookbook-with-name": "Livro de Receitas {0}", + "create-a-cookbook": "Criar um Livro de Receitas", + "cookbook": "Livro de Receitas" } } diff --git a/frontend/lang/messages/ro-RO.json b/frontend/lang/messages/ro-RO.json index bb7d38fea6..709c15f6ab 100644 --- a/frontend/lang/messages/ro-RO.json +++ b/frontend/lang/messages/ro-RO.json @@ -199,7 +199,8 @@ "upload-file": "Încărcă fișier", "created-on-date": "Creat pe {0}", "unsaved-changes": "Aveți modificări nesalvate. Doriți să salvați înainte de a închide aplicația? Apăsați \"OK\" pentru a salva sau \"Anulare\" pentru a renunța la modificări.", - "clipboard-copy-failure": "Copierea în clipboard a eșuat." + "clipboard-copy-failure": "Copierea în clipboard a eșuat.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Sunteți sigur că doriți să ștergeți {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Cookbook {0}" + "cookbook-with-name": "Cookbook {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/ru-RU.json b/frontend/lang/messages/ru-RU.json index e9fae51331..e395d82d1c 100644 --- a/frontend/lang/messages/ru-RU.json +++ b/frontend/lang/messages/ru-RU.json @@ -199,7 +199,8 @@ "upload-file": "Загрузить файл", "created-on-date": "Создано: {0}", "unsaved-changes": "У вас есть несохраненные изменения. Вы хотите сохранить их перед выходом?", - "clipboard-copy-failure": "Не удалось скопировать текст." + "clipboard-copy-failure": "Не удалось скопировать текст.", + "confirm-delete-generic-items": "Вы уверены, что хотите удалить следующие элементы?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Вы действительно хотите удалить {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Требовать все теги", "require-all-tools": "Требовать все инструменты", "cookbook-name": "Название книги рецептов", - "cookbook-with-name": "Книга рецептов {0}" + "cookbook-with-name": "Книга рецептов {0}", + "create-a-cookbook": "Создать книгу рецептов", + "cookbook": "Книга рецептов" } } diff --git a/frontend/lang/messages/sk-SK.json b/frontend/lang/messages/sk-SK.json index 14a192218d..57e06a4961 100644 --- a/frontend/lang/messages/sk-SK.json +++ b/frontend/lang/messages/sk-SK.json @@ -199,7 +199,8 @@ "upload-file": "Nahrať súbor", "created-on-date": "Vytvorené: {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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Naozaj chcete odstrániť {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Vyžadovať všetky štítky", "require-all-tools": "Vyžadovať všetky nástroje", "cookbook-name": "Názov kuchárky", - "cookbook-with-name": "Kuchárka {0}" + "cookbook-with-name": "Kuchárka {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/sl-SI.json b/frontend/lang/messages/sl-SI.json index cd4368a35d..25921b2e94 100644 --- a/frontend/lang/messages/sl-SI.json +++ b/frontend/lang/messages/sl-SI.json @@ -199,7 +199,8 @@ "upload-file": "Naloži datoteko", "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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Ste prepričani, da želite izbrisati {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Cookbook {0}" + "cookbook-with-name": "Cookbook {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/sr-SP.json b/frontend/lang/messages/sr-SP.json index 264f9b4d8d..729b06766c 100644 --- a/frontend/lang/messages/sr-SP.json +++ b/frontend/lang/messages/sr-SP.json @@ -199,7 +199,8 @@ "upload-file": "Учитај датотеку", "created-on-date": "Крерирано: {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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Да ли сте сигурни да желите да обришете {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Захтевај све ознаке", "require-all-tools": "Захтева сав прибор", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Кувар {0}" + "cookbook-with-name": "Кувар {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/sv-SE.json b/frontend/lang/messages/sv-SE.json index 7b4aa101e5..8580b0aab9 100644 --- a/frontend/lang/messages/sv-SE.json +++ b/frontend/lang/messages/sv-SE.json @@ -199,7 +199,8 @@ "upload-file": "Ladda upp fil", "created-on-date": "Skapad {0}", "unsaved-changes": "Du har osparade ändringar. Vill du spara innan du lämnar? Tryck Okej att spara, Avbryt för att ignorera ändringar.", - "clipboard-copy-failure": "Det gick inte att kopiera till urklipp." + "clipboard-copy-failure": "Det gick inte att kopiera till urklipp.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Är du säker på att du vill radera {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Kräv alla taggar", "require-all-tools": "Kräv alla verktyg", "cookbook-name": "Namn på kokbok", - "cookbook-with-name": "Kokbok {0}" + "cookbook-with-name": "Kokbok {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/tr-TR.json b/frontend/lang/messages/tr-TR.json index 0ee1a603d1..b249a11692 100644 --- a/frontend/lang/messages/tr-TR.json +++ b/frontend/lang/messages/tr-TR.json @@ -199,7 +199,8 @@ "upload-file": "Dosya Yükle", "created-on-date": "{0} tarihinde oluşturuldu", "unsaved-changes": "Kaydedilmemiş değişiklikleriniz mevcut. Ayrılmadan önce kaydetmek ister misiniz? Kaydetmek için Tamam'ı, değişiklikleri iptal etmek için İptal'i seçin.", - "clipboard-copy-failure": "Panoya kopyalanamadı." + "clipboard-copy-failure": "Panoya kopyalanamadı.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "{groupName}'i silmek istediğine emin misin?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Cookbook {0}" + "cookbook-with-name": "Cookbook {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/uk-UA.json b/frontend/lang/messages/uk-UA.json index cd9b05b08f..c19389d1ce 100644 --- a/frontend/lang/messages/uk-UA.json +++ b/frontend/lang/messages/uk-UA.json @@ -199,7 +199,8 @@ "upload-file": "Вивантажити файл", "created-on-date": "Створено: {0}", "unsaved-changes": "У вас є незбережені зміни. Ви хочете зберегти їх перед виходом? Гаразд, щоб зберегти, Скасувати, щоб скасувати.", - "clipboard-copy-failure": "Не вдалося скопіювати до буфера обміну." + "clipboard-copy-failure": "Не вдалося скопіювати до буфера обміну.", + "confirm-delete-generic-items": "Ви впевнені, що хочете видалити вибрані елементи?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Ви дійсно бажаєте видалити {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Вимагати всі мітки", "require-all-tools": "Вимагати всі інструменти", "cookbook-name": "Назва кулінарної книги", - "cookbook-with-name": "Кулінарна книга {0}" + "cookbook-with-name": "Кулінарна книга {0}", + "create-a-cookbook": "Створити кулінарну книгу", + "cookbook": "Кулінарна книга" } } diff --git a/frontend/lang/messages/vi-VN.json b/frontend/lang/messages/vi-VN.json index 37f994dd8e..5b3695ba78 100644 --- a/frontend/lang/messages/vi-VN.json +++ b/frontend/lang/messages/vi-VN.json @@ -199,7 +199,8 @@ "upload-file": "Upload File", "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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete {groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "Cookbook Name", - "cookbook-with-name": "Cookbook {0}" + "cookbook-with-name": "Cookbook {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/zh-CN.json b/frontend/lang/messages/zh-CN.json index 0cc993ddc7..e37cfb7fd0 100644 --- a/frontend/lang/messages/zh-CN.json +++ b/frontend/lang/messages/zh-CN.json @@ -199,7 +199,8 @@ "upload-file": "上传文件", "created-on-date": "创建于: {0}", "unsaved-changes": "你有未保存的更改。你希望现在离开前保存吗?保存选择“是”,不保存选择“取消”。", - "clipboard-copy-failure": "未能复制到剪切板。" + "clipboard-copy-failure": "未能复制到剪切板。", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "您确定要删除{groupName}吗?", @@ -1185,6 +1186,8 @@ "require-all-tags": "包含全部标签", "require-all-tools": "包含全部工具", "cookbook-name": "食谱名称", - "cookbook-with-name": "{0}合集" + "cookbook-with-name": "{0}合集", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/frontend/lang/messages/zh-TW.json b/frontend/lang/messages/zh-TW.json index 2088a32be7..0fd0ea04eb 100644 --- a/frontend/lang/messages/zh-TW.json +++ b/frontend/lang/messages/zh-TW.json @@ -199,7 +199,8 @@ "upload-file": "上傳文件", "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." + "clipboard-copy-failure": "Failed to copy to the clipboard.", + "confirm-delete-generic-items": "Are you sure you want to delete the following items?" }, "group": { "are-you-sure-you-want-to-delete-the-group": "確定要刪除{groupName}?", @@ -1185,6 +1186,8 @@ "require-all-tags": "Require All Tags", "require-all-tools": "Require All Tools", "cookbook-name": "食譜名", - "cookbook-with-name": "食譜 {0}" + "cookbook-with-name": "食譜 {0}", + "create-a-cookbook": "Create a Cookbook", + "cookbook": "Cookbook" } } diff --git a/mealie/lang/messages/nl-NL.json b/mealie/lang/messages/nl-NL.json index dabccf6ad4..3cc2647042 100644 --- a/mealie/lang/messages/nl-NL.json +++ b/mealie/lang/messages/nl-NL.json @@ -12,7 +12,7 @@ "user-updated": "Gebruiker bijgewerkt", "password-updated": "Wachtwoord bijgewerkt", "invalid-current-password": "Ongeldig huidig wachtwoord", - "ldap-update-password-unavailable": "Kan het wachtwoord niet bijwerken. De gebruiker wordt beheerd door LDAP." + "ldap-update-password-unavailable": "Kan het wachtwoord niet bijwerken, de gebruiker wordt beheerd door LDAP" }, "group": { "report-deleted": "Rapport verwijderd." @@ -20,7 +20,7 @@ "exceptions": { "permission_denied": "Je hebt geen toestemming om deze actie uit te voeren", "no-entry-found": "Het opgevraagde is niet gevonden", - "integrity-error": "Integriteitsprobleem voor database", + "integrity-error": "Database integriteitsfout", "username-conflict-error": "Deze gebruikersnaam is al in gebruik", "email-conflict-error": "Dit e-mailadres is al in gebruik" },