From 83365617676a0e60e10a609748b548a32805d4a7 Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:15:52 +0100 Subject: [PATCH 01/15] New translations en-us.json (Portuguese) --- src/locales/messages/pt-PT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/pt-PT.json b/src/locales/messages/pt-PT.json index b3f86df8..c6f5df0b 100644 --- a/src/locales/messages/pt-PT.json +++ b/src/locales/messages/pt-PT.json @@ -25,7 +25,7 @@ "main": "Ingrediente principal", "add": "Adicionar ingrediente", "on-shopping-list": "Você tem este ingrediente na lista de compras", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Adicionar à prateleira", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Adicionar à lista de compras", "remove-from-list": "Remover da lista de compras", From 01070b50736261ca5546b5e2cdda64981ede581a Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:15:54 +0100 Subject: [PATCH 02/15] New translations en-us.json (French) --- src/locales/messages/fr-FR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/fr-FR.json b/src/locales/messages/fr-FR.json index 566d3438..0af999b1 100644 --- a/src/locales/messages/fr-FR.json +++ b/src/locales/messages/fr-FR.json @@ -25,7 +25,7 @@ "main": "Ingrédient principal", "add": "Ajouter un ingrédient", "on-shopping-list": "Vous avez cet ingrédient sur la liste de courses", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Ajouter à l’étagère", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Ajouter à la liste de courses", "remove-from-list": "Supprimer de la liste de courses", From b73bd3470d63147eb112ec16d2069bef182aaf05 Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:15:55 +0100 Subject: [PATCH 03/15] New translations en-us.json (Romanian) --- src/locales/messages/ro-RO.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/ro-RO.json b/src/locales/messages/ro-RO.json index c892626e..370384c2 100644 --- a/src/locales/messages/ro-RO.json +++ b/src/locales/messages/ro-RO.json @@ -25,7 +25,7 @@ "main": "Main ingredient", "add": "Add ingredient", "on-shopping-list": "You have this ingredient on shopping list", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Add to shelf", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Add to shopping list", "remove-from-list": "Remove from shopping list", From bbdf3a63f2615df8db3b24564059289969ef811e Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:15:56 +0100 Subject: [PATCH 04/15] New translations en-us.json (Spanish) --- src/locales/messages/es-ES.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/es-ES.json b/src/locales/messages/es-ES.json index c892626e..370384c2 100644 --- a/src/locales/messages/es-ES.json +++ b/src/locales/messages/es-ES.json @@ -25,7 +25,7 @@ "main": "Main ingredient", "add": "Add ingredient", "on-shopping-list": "You have this ingredient on shopping list", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Add to shelf", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Add to shopping list", "remove-from-list": "Remove from shopping list", From 037119d6f89e8a0b2d12d8328baa9047ee7ccf36 Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:15:57 +0100 Subject: [PATCH 05/15] New translations en-us.json (Czech) --- src/locales/messages/cs-CZ.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/cs-CZ.json b/src/locales/messages/cs-CZ.json index c892626e..370384c2 100644 --- a/src/locales/messages/cs-CZ.json +++ b/src/locales/messages/cs-CZ.json @@ -25,7 +25,7 @@ "main": "Main ingredient", "add": "Add ingredient", "on-shopping-list": "You have this ingredient on shopping list", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Add to shelf", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Add to shopping list", "remove-from-list": "Remove from shopping list", From a562bcab7b1138dd619a1cc009a65523fd4e7fb9 Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:15:58 +0100 Subject: [PATCH 06/15] New translations en-us.json (Danish) --- src/locales/messages/da-DK.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/da-DK.json b/src/locales/messages/da-DK.json index c892626e..370384c2 100644 --- a/src/locales/messages/da-DK.json +++ b/src/locales/messages/da-DK.json @@ -25,7 +25,7 @@ "main": "Main ingredient", "add": "Add ingredient", "on-shopping-list": "You have this ingredient on shopping list", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Add to shelf", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Add to shopping list", "remove-from-list": "Remove from shopping list", From 8d834741cf8f3c2731c776008d24b494d2cbe0d4 Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:16:00 +0100 Subject: [PATCH 07/15] New translations en-us.json (Greek) --- src/locales/messages/el-GR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/el-GR.json b/src/locales/messages/el-GR.json index c892626e..370384c2 100644 --- a/src/locales/messages/el-GR.json +++ b/src/locales/messages/el-GR.json @@ -25,7 +25,7 @@ "main": "Main ingredient", "add": "Add ingredient", "on-shopping-list": "You have this ingredient on shopping list", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Add to shelf", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Add to shopping list", "remove-from-list": "Remove from shopping list", From 068c825189d3e2b6f8c44dd142911430be05cdc7 Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:16:01 +0100 Subject: [PATCH 08/15] New translations en-us.json (Finnish) --- src/locales/messages/fi-FI.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/fi-FI.json b/src/locales/messages/fi-FI.json index c892626e..370384c2 100644 --- a/src/locales/messages/fi-FI.json +++ b/src/locales/messages/fi-FI.json @@ -25,7 +25,7 @@ "main": "Main ingredient", "add": "Add ingredient", "on-shopping-list": "You have this ingredient on shopping list", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Add to shelf", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Add to shopping list", "remove-from-list": "Remove from shopping list", From 406f4cebbbcd62e559ceb45f4279270bec875f51 Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:16:02 +0100 Subject: [PATCH 09/15] New translations en-us.json (Hungarian) --- src/locales/messages/hu-HU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/hu-HU.json b/src/locales/messages/hu-HU.json index c892626e..370384c2 100644 --- a/src/locales/messages/hu-HU.json +++ b/src/locales/messages/hu-HU.json @@ -25,7 +25,7 @@ "main": "Main ingredient", "add": "Add ingredient", "on-shopping-list": "You have this ingredient on shopping list", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Add to shelf", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Add to shopping list", "remove-from-list": "Remove from shopping list", From 918bf0033856043f2a5960d2c1aa5b1fa33fe5fc Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:16:03 +0100 Subject: [PATCH 10/15] New translations en-us.json (Dutch) --- src/locales/messages/nl-NL.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/nl-NL.json b/src/locales/messages/nl-NL.json index c892626e..370384c2 100644 --- a/src/locales/messages/nl-NL.json +++ b/src/locales/messages/nl-NL.json @@ -25,7 +25,7 @@ "main": "Main ingredient", "add": "Add ingredient", "on-shopping-list": "You have this ingredient on shopping list", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Add to shelf", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Add to shopping list", "remove-from-list": "Remove from shopping list", From 45e862a7819e249b6783bd43e7e4e4ff5f085f4b Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:16:04 +0100 Subject: [PATCH 11/15] New translations en-us.json (Norwegian) --- src/locales/messages/no-NO.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/no-NO.json b/src/locales/messages/no-NO.json index c892626e..370384c2 100644 --- a/src/locales/messages/no-NO.json +++ b/src/locales/messages/no-NO.json @@ -25,7 +25,7 @@ "main": "Main ingredient", "add": "Add ingredient", "on-shopping-list": "You have this ingredient on shopping list", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Add to shelf", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Add to shopping list", "remove-from-list": "Remove from shopping list", From 12a249a38cc6239fed1c813a8c63696a1f2873a6 Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:16:05 +0100 Subject: [PATCH 12/15] New translations en-us.json (Polish) --- src/locales/messages/pl-PL.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/pl-PL.json b/src/locales/messages/pl-PL.json index d55db11e..d0dd98a3 100644 --- a/src/locales/messages/pl-PL.json +++ b/src/locales/messages/pl-PL.json @@ -25,7 +25,7 @@ "main": "Główny składnik", "add": "Dodaj składnik", "on-shopping-list": "Masz ten składnik na liście zakupów", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Dodaj do półki", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Dodaj do listy zakupów", "remove-from-list": "Usuń z listy zakupów", From 28edb5111e5a3c3b92af82c7bfbe7687240249a5 Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:16:07 +0100 Subject: [PATCH 13/15] New translations en-us.json (Chinese Simplified) --- src/locales/messages/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/zh-CN.json b/src/locales/messages/zh-CN.json index c892626e..370384c2 100644 --- a/src/locales/messages/zh-CN.json +++ b/src/locales/messages/zh-CN.json @@ -25,7 +25,7 @@ "main": "Main ingredient", "add": "Add ingredient", "on-shopping-list": "You have this ingredient on shopping list", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Add to shelf", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Add to shopping list", "remove-from-list": "Remove from shopping list", From 3d4bd8e3ec8d1f930869c572ceb6d9015f2d3cd6 Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:16:09 +0100 Subject: [PATCH 14/15] New translations en-us.json (Chinese Traditional) --- src/locales/messages/zh-TW.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/messages/zh-TW.json b/src/locales/messages/zh-TW.json index c892626e..370384c2 100644 --- a/src/locales/messages/zh-TW.json +++ b/src/locales/messages/zh-TW.json @@ -25,7 +25,7 @@ "main": "Main ingredient", "add": "Add ingredient", "on-shopping-list": "You have this ingredient on shopping list", - "add-to-shelf": "Add to your shelf", + "add-to-shelf": "Add to shelf", "remove-from-shelf": "Remove from your shelf", "add-to-list": "Add to shopping list", "remove-from-list": "Remove from shopping list", From 3827383476a3bbbe161220029d9d0f6722101ee9 Mon Sep 17 00:00:00 2001 From: Karlo Mikus Date: Wed, 13 Nov 2024 14:16:10 +0100 Subject: [PATCH 15/15] New translations en-us.json (English) --- src/locales/messages/en-US.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/messages/en-US.json b/src/locales/messages/en-US.json index f015b933..c892626e 100644 --- a/src/locales/messages/en-US.json +++ b/src/locales/messages/en-US.json @@ -26,7 +26,7 @@ "add": "Add ingredient", "on-shopping-list": "You have this ingredient on shopping list", "add-to-shelf": "Add to your shelf", - "remove-from-shelf": "Remove from shelf", + "remove-from-shelf": "Remove from your shelf", "add-to-list": "Add to shopping list", "remove-from-list": "Remove from shopping list", "update-success": "Ingredient updated successfully", @@ -268,7 +268,7 @@ "clear-filters": "Clear all filters", "rating-removed": "Removed cocktail rating", "rating-rated": "Cocktail rated with {rating} stars", - "shelf-ingredients": "Shelf ingredients", + "shelf-ingredients": "My shelf ingredients", "shopping-list-ingredients": "Shopping list ingredients", "notes": "Notes", "collection-shared": "Shared with bar",