import { isSameDay } from "date-fns";
-import type { MealsByDate } from "./types";
import type { ReadPlanEntry } from "~/lib/api/types/meal-plan";
import GroupMealPlanDayContextMenu from "~/components/Domain/Household/GroupMealPlanDayContextMenu.vue";
import RecipeCardMobile from "~/components/Domain/Recipe/RecipeCardMobile.vue";
import type { RecipeSummary } from "~/lib/api/types/recipe";
+export type MealsByDate = {
+ date: Date;
+ meals: ReadPlanEntry[];
+};
+
const props = defineProps<{
mealplans: MealsByDate[];
}>();
diff --git a/frontend/pages/household/mealplan/settings.vue b/frontend/app/pages/household/mealplan/settings.vue
similarity index 100%
rename from frontend/pages/household/mealplan/settings.vue
rename to frontend/app/pages/household/mealplan/settings.vue
diff --git a/frontend/pages/household/members.vue b/frontend/app/pages/household/members.vue
similarity index 100%
rename from frontend/pages/household/members.vue
rename to frontend/app/pages/household/members.vue
diff --git a/frontend/pages/household/notifiers.vue b/frontend/app/pages/household/notifiers.vue
similarity index 100%
rename from frontend/pages/household/notifiers.vue
rename to frontend/app/pages/household/notifiers.vue
diff --git a/frontend/pages/household/webhooks.vue b/frontend/app/pages/household/webhooks.vue
similarity index 100%
rename from frontend/pages/household/webhooks.vue
rename to frontend/app/pages/household/webhooks.vue
diff --git a/frontend/pages/index.vue b/frontend/app/pages/index.vue
similarity index 100%
rename from frontend/pages/index.vue
rename to frontend/app/pages/index.vue
diff --git a/frontend/pages/login.vue b/frontend/app/pages/login.vue
similarity index 100%
rename from frontend/pages/login.vue
rename to frontend/app/pages/login.vue
diff --git a/frontend/pages/register/index.vue b/frontend/app/pages/register/index.vue
similarity index 100%
rename from frontend/pages/register/index.vue
rename to frontend/app/pages/register/index.vue
diff --git a/frontend/pages/register/states.ts b/frontend/app/pages/register/states.ts
similarity index 100%
rename from frontend/pages/register/states.ts
rename to frontend/app/pages/register/states.ts
diff --git a/frontend/pages/reset-password.vue b/frontend/app/pages/reset-password.vue
similarity index 100%
rename from frontend/pages/reset-password.vue
rename to frontend/app/pages/reset-password.vue
diff --git a/frontend/pages/shopping-lists/[id].vue b/frontend/app/pages/shopping-lists/[id].vue
similarity index 98%
rename from frontend/pages/shopping-lists/[id].vue
rename to frontend/app/pages/shopping-lists/[id].vue
index d4d413664..706d2cae6 100644
--- a/frontend/pages/shopping-lists/[id].vue
+++ b/frontend/app/pages/shopping-lists/[id].vue
@@ -6,6 +6,7 @@
@@ -17,6 +18,7 @@
@@ -28,6 +30,7 @@
diff --git a/frontend/pages/shopping-lists/index.vue b/frontend/app/pages/shopping-lists/index.vue
similarity index 98%
rename from frontend/pages/shopping-lists/index.vue
rename to frontend/app/pages/shopping-lists/index.vue
index ddb2f2c86..e60b8a284 100644
--- a/frontend/pages/shopping-lists/index.vue
+++ b/frontend/app/pages/shopping-lists/index.vue
@@ -6,6 +6,7 @@
@@ -43,6 +44,7 @@
=0.21.2 <1"
-"@vitejs/plugin-vue-jsx@^5.1.1":
- version "5.1.1"
- resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.1.tgz#36504c57c8ccfc73b2dbd1fc560a1a473cba6cb4"
- integrity sha512-uQkfxzlF8SGHJJVH966lFTdjM/lGcwJGzwAHpVqAPDD/QcsqoUGa+q31ox1BrUfi+FLP2ChVp7uLXE3DkHyDdQ==
+"@vitejs/plugin-vue-jsx@^5.1.4":
+ version "5.1.5"
+ resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-5.1.5.tgz#23b9aa23e55fc81c40b3dab81728339c1f0d177f"
+ integrity sha512-jIAsvHOEtWpslLOI2MeElGFxH7M8pM83BU/Tor4RLyiwH0FM4nUW3xdvbw20EeU9wc5IspQwMq225K3CMnJEpA==
dependencies:
- "@babel/core" "^7.28.3"
- "@babel/plugin-syntax-typescript" "^7.27.1"
- "@babel/plugin-transform-typescript" "^7.28.0"
- "@rolldown/pluginutils" "^1.0.0-beta.34"
- "@vue/babel-plugin-jsx" "^1.5.0"
+ "@babel/core" "^7.29.0"
+ "@babel/plugin-syntax-typescript" "^7.28.6"
+ "@babel/plugin-transform-typescript" "^7.28.6"
+ "@rolldown/pluginutils" "^1.0.0-rc.2"
+ "@vue/babel-plugin-jsx" "^2.0.1"
-"@vitejs/plugin-vue@^6.0.1":
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz#4c7f559621af104a22255c6ace5626e6d8349689"
- integrity sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==
+"@vitejs/plugin-vue@^6.0.4":
+ version "6.0.5"
+ resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-6.0.5.tgz#20ebb46c4da069753d9cfb1309c4334213cc3f7b"
+ integrity sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==
dependencies:
- "@rolldown/pluginutils" "1.0.0-beta.29"
+ "@rolldown/pluginutils" "1.0.0-rc.2"
"@vitest/expect@3.2.4":
version "3.2.4"
@@ -3759,18 +3637,6 @@
loupe "^3.1.4"
tinyrainbow "^2.0.0"
-"@volar/language-core@2.4.23":
- version "2.4.23"
- resolved "https://registry.yarnpkg.com/@volar/language-core/-/language-core-2.4.23.tgz#deb6dbc5fdbafa9bb7ba691fc59cb196cdb856d3"
- integrity sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==
- dependencies:
- "@volar/source-map" "2.4.23"
-
-"@volar/source-map@2.4.23":
- version "2.4.23"
- resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-2.4.23.tgz#d476e11a3a669d89858a5eb38b02342be39b0e44"
- integrity sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==
-
"@vue-macros/common@^1.16.1":
version "1.16.1"
resolved "https://registry.yarnpkg.com/@vue-macros/common/-/common-1.16.1.tgz#dac7ebc57ded4d6fb19d7f9a83d2973971d9fa65"
@@ -3794,36 +3660,36 @@
magic-string-ast "^1.0.2"
unplugin-utils "^0.3.0"
-"@vue/babel-helper-vue-transform-on@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.5.0.tgz#b7e99d37eeb144d7b9757d7a1f40cd977fde748a"
- integrity sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==
+"@vue/babel-helper-vue-transform-on@2.0.1":
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-2.0.1.tgz#3cadaa769fda53b61f193ab63668ccc5c7dfe244"
+ integrity sha512-uZ66EaFbnnZSYqYEyplWvn46GhZ1KuYSThdT68p+am7MgBNbQ3hphTL9L+xSIsWkdktwhPYLwPgVWqo96jDdRA==
-"@vue/babel-plugin-jsx@^1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.5.0.tgz#1b988b497cb1f79725da94463e75cebe60b72e70"
- integrity sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==
+"@vue/babel-plugin-jsx@^2.0.1":
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-2.0.1.tgz#5ee72f05d89d82dc8030df6d826c1efd54d3604b"
+ integrity sha512-a8CaLQjD/s4PVdhrLD/zT574ZNPnZBOY+IhdtKWRB4HRZ0I2tXBi5ne7d9eCfaYwp5gU5+4KIyFTV1W1YL9xZA==
dependencies:
"@babel/helper-module-imports" "^7.27.1"
"@babel/helper-plugin-utils" "^7.27.1"
"@babel/plugin-syntax-jsx" "^7.27.1"
"@babel/template" "^7.27.2"
- "@babel/traverse" "^7.28.0"
- "@babel/types" "^7.28.2"
- "@vue/babel-helper-vue-transform-on" "1.5.0"
- "@vue/babel-plugin-resolve-type" "1.5.0"
- "@vue/shared" "^3.5.18"
+ "@babel/traverse" "^7.28.4"
+ "@babel/types" "^7.28.4"
+ "@vue/babel-helper-vue-transform-on" "2.0.1"
+ "@vue/babel-plugin-resolve-type" "2.0.1"
+ "@vue/shared" "^3.5.22"
-"@vue/babel-plugin-resolve-type@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.5.0.tgz#6881d7b1478e9fc0ea4bb08aaad1f4d206655568"
- integrity sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==
+"@vue/babel-plugin-resolve-type@2.0.1":
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-2.0.1.tgz#4a191a0139a1bc106dae560abebf342bdeef5639"
+ integrity sha512-ybwgIuRGRRBhOU37GImDoWQoz+TlSqap65qVI6iwg/J7FfLTLmMf97TS7xQH9I7Qtr/gp161kYVdhr1ZMraSYQ==
dependencies:
"@babel/code-frame" "^7.27.1"
"@babel/helper-module-imports" "^7.27.1"
"@babel/helper-plugin-utils" "^7.27.1"
- "@babel/parser" "^7.28.0"
- "@vue/compiler-sfc" "^3.5.18"
+ "@babel/parser" "^7.28.4"
+ "@vue/compiler-sfc" "^3.5.22"
"@vue/compiler-core@3.5.22":
version "3.5.22"
@@ -3836,7 +3702,18 @@
estree-walker "^2.0.2"
source-map-js "^1.2.1"
-"@vue/compiler-dom@3.5.22", "@vue/compiler-dom@^3.2.45", "@vue/compiler-dom@^3.5.0":
+"@vue/compiler-core@3.5.32":
+ version "3.5.32"
+ resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.32.tgz#5115ca099b04fedd8f623f93b522d914c376cbeb"
+ integrity sha512-4x74Tbtqnda8s/NSD6e1Dr5p1c8HdMU5RWSjMSUzb8RTcUQqevDCxVAitcLBKT+ie3o0Dl9crc/S/opJM7qBGQ==
+ dependencies:
+ "@babel/parser" "^7.29.2"
+ "@vue/shared" "3.5.32"
+ entities "^7.0.1"
+ estree-walker "^2.0.2"
+ source-map-js "^1.2.1"
+
+"@vue/compiler-dom@3.5.22", "@vue/compiler-dom@^3.2.45":
version "3.5.22"
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.22.tgz#6c9c2c9843520f6d3dbc685e5d0e1e12a2c04c56"
integrity sha512-W8RknzUM1BLkypvdz10OVsGxnMAuSIZs9Wdx1vzA3mL5fNMN15rhrSCLiTm6blWeACwUwizzPVqGJgOGBEN/hA==
@@ -3844,7 +3721,15 @@
"@vue/compiler-core" "3.5.22"
"@vue/shared" "3.5.22"
-"@vue/compiler-sfc@3.5.22", "@vue/compiler-sfc@^3.5.13", "@vue/compiler-sfc@^3.5.18", "@vue/compiler-sfc@^3.5.22":
+"@vue/compiler-dom@3.5.32":
+ version "3.5.32"
+ resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.32.tgz#6069eae2f0d1a38263e9445f3c1da1a06e5f6534"
+ integrity sha512-ybHAu70NtiEI1fvAUz3oXZqkUYEe5J98GjMDpTGl5iHb0T15wQYLR4wE3h9xfuTNA+Cm2f4czfe8B4s+CCH57Q==
+ dependencies:
+ "@vue/compiler-core" "3.5.32"
+ "@vue/shared" "3.5.32"
+
+"@vue/compiler-sfc@3.5.22", "@vue/compiler-sfc@^3.5.13", "@vue/compiler-sfc@^3.5.22":
version "3.5.22"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.22.tgz#663a8483b1dda8de83b6fa1aab38a52bf73dd965"
integrity sha512-tbTR1zKGce4Lj+JLzFXDq36K4vcSZbJ1RBu8FxcDv1IGRz//Dh2EBqksyGVypz3kXpshIfWKGOCcqpSbyGWRJQ==
@@ -3859,6 +3744,21 @@
postcss "^8.5.6"
source-map-js "^1.2.1"
+"@vue/compiler-sfc@3.5.32":
+ version "3.5.32"
+ resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.32.tgz#1f4bef6d4fbfc0cb8278a08d08c05a3afddbd2c8"
+ integrity sha512-8UYUYo71cP/0YHMO814TRZlPuUUw3oifHuMR7Wp9SNoRSrxRQnhMLNlCeaODNn6kNTJsjFoQ/kqIj4qGvya4Xg==
+ dependencies:
+ "@babel/parser" "^7.29.2"
+ "@vue/compiler-core" "3.5.32"
+ "@vue/compiler-dom" "3.5.32"
+ "@vue/compiler-ssr" "3.5.32"
+ "@vue/shared" "3.5.32"
+ estree-walker "^2.0.2"
+ magic-string "^0.30.21"
+ postcss "^8.5.8"
+ source-map-js "^1.2.1"
+
"@vue/compiler-ssr@3.5.22":
version "3.5.22"
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.22.tgz#a0ef16e364731b25e79a13470569066af101320f"
@@ -3867,55 +3767,48 @@
"@vue/compiler-dom" "3.5.22"
"@vue/shared" "3.5.22"
+"@vue/compiler-ssr@3.5.32":
+ version "3.5.32"
+ resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.32.tgz#5632a0934cb58cf88dcff1404ecf06b5a16f6816"
+ integrity sha512-Gp4gTs22T3DgRotZ8aA/6m2jMR+GMztvBXUBEUOYOcST+giyGWJ4WvFd7QLHBkzTxkfOt8IELKNdpzITLbA2rw==
+ dependencies:
+ "@vue/compiler-dom" "3.5.32"
+ "@vue/shared" "3.5.32"
+
"@vue/devtools-api@^6.5.0", "@vue/devtools-api@^6.6.4":
version "6.6.4"
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz#cbe97fe0162b365edc1dba80e173f90492535343"
integrity sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==
-"@vue/devtools-core@^7.7.7":
- version "7.7.7"
- resolved "https://registry.yarnpkg.com/@vue/devtools-core/-/devtools-core-7.7.7.tgz#9885e2ecb7b462cca8e629d9cff0ab00bfd30d63"
- integrity sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==
+"@vue/devtools-api@^8.0.6":
+ version "8.1.1"
+ resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-8.1.1.tgz#367caf696349b1a49c655939ce605f4c96e30357"
+ integrity sha512-bsDMJ07b3GN1puVwJb/fyFnj/U2imyswK5UQVLZwVl7O05jDrt6BHxeG5XffmOOdasOj/bOmIjxJvGPxU7pcqw==
dependencies:
- "@vue/devtools-kit" "^7.7.7"
- "@vue/devtools-shared" "^7.7.7"
- mitt "^3.0.1"
- nanoid "^5.1.0"
- pathe "^2.0.3"
- vite-hot-client "^2.0.4"
+ "@vue/devtools-kit" "^8.1.1"
-"@vue/devtools-kit@^7.7.7":
- version "7.7.7"
- resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.7.7.tgz#41a64f9526e9363331c72405544df020ce2e3641"
- integrity sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==
+"@vue/devtools-core@^8.1.0":
+ version "8.1.1"
+ resolved "https://registry.yarnpkg.com/@vue/devtools-core/-/devtools-core-8.1.1.tgz#f8a64f7d34bc545a3cd40b59efe7e665b6a9eeba"
+ integrity sha512-bCCsSABp1/ot4j8xJEycM6Mtt2wbuucfByr6hMgjbYhrtlscOJypZKvy8f1FyWLYrLTchB5Qz216Lm92wfbq0A==
dependencies:
- "@vue/devtools-shared" "^7.7.7"
- birpc "^2.3.0"
+ "@vue/devtools-kit" "^8.1.1"
+ "@vue/devtools-shared" "^8.1.1"
+
+"@vue/devtools-kit@^8.1.0", "@vue/devtools-kit@^8.1.1":
+ version "8.1.1"
+ resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-8.1.1.tgz#f205563eab389099d5181706b5b98e2d6fd2489d"
+ integrity sha512-gVBaBv++i+adg4JpH71k9ppl4soyR7Y2McEqO5YNgv0BI1kMZ7BDX5gnwkZ5COYgiCyhejZG+yGNrBAjj6Coqg==
+ dependencies:
+ "@vue/devtools-shared" "^8.1.1"
+ birpc "^2.6.1"
hookable "^5.5.3"
- mitt "^3.0.1"
- perfect-debounce "^1.0.0"
- speakingurl "^14.0.1"
- superjson "^2.2.2"
+ perfect-debounce "^2.0.0"
-"@vue/devtools-shared@^7.7.7":
- version "7.7.7"
- resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-7.7.7.tgz#ff14aa8c1262ebac8c0397d3b09f767cd489750c"
- integrity sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==
- dependencies:
- rfdc "^1.4.1"
-
-"@vue/language-core@^3.1.2":
- version "3.1.3"
- resolved "https://registry.yarnpkg.com/@vue/language-core/-/language-core-3.1.3.tgz#abc5350afcce83ea81fc5be6c34c42e442de4b8b"
- integrity sha512-KpR1F/eGAG9D1RZ0/T6zWJs6dh/pRLfY5WupecyYKJ1fjVmDMgTPw9wXmKv2rBjo4zCJiOSiyB8BDP1OUwpMEA==
- dependencies:
- "@volar/language-core" "2.4.23"
- "@vue/compiler-dom" "^3.5.0"
- "@vue/shared" "^3.5.0"
- alien-signals "^3.0.0"
- muggle-string "^0.4.1"
- path-browserify "^1.0.1"
- picomatch "^4.0.2"
+"@vue/devtools-shared@^8.1.1":
+ version "8.1.1"
+ resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-8.1.1.tgz#daaa16243d2f5eaa50f7e34902d2bb9e98235b52"
+ integrity sha512-+h4ttmJYl/txpxHKaoZcaKpC+pvckgLzIDiSQlaQ7kKthKh8KuwoLW2D8hPJEnqKzXOvu15UHEoGyngAXCz0EQ==
"@vue/reactivity@3.5.22":
version "3.5.22"
@@ -3924,6 +3817,13 @@
dependencies:
"@vue/shared" "3.5.22"
+"@vue/reactivity@3.5.32":
+ version "3.5.32"
+ resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.32.tgz#a4cb973095eade1ae6d899ae60ba9019d2bd21f5"
+ integrity sha512-/ORasxSGvZ6MN5gc+uE364SxFdJ0+WqVG0CENXaGW58TOCdrAW76WWaplDtECeS1qphvtBZtR+3/o1g1zL4xPQ==
+ dependencies:
+ "@vue/shared" "3.5.32"
+
"@vue/runtime-core@3.5.22":
version "3.5.22"
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.22.tgz#e004c1e35f423555a0e4c10646ef3e9d380643d1"
@@ -3932,6 +3832,14 @@
"@vue/reactivity" "3.5.22"
"@vue/shared" "3.5.22"
+"@vue/runtime-core@3.5.32":
+ version "3.5.32"
+ resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.32.tgz#7ab8bc83210886aa4db69e5d72f31188628fe9d4"
+ integrity sha512-pDrXCejn4UpFDFmMd27AcJEbHaLemaE5o4pbb7sLk79SRIhc6/t34BQA7SGNgYtbMnvbF/HHOftYBgFJtUoJUQ==
+ dependencies:
+ "@vue/reactivity" "3.5.32"
+ "@vue/shared" "3.5.32"
+
"@vue/runtime-dom@3.5.22":
version "3.5.22"
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.22.tgz#01276cea7cb9ac2b9aba046adfb5903b494e2e7e"
@@ -3942,6 +3850,16 @@
"@vue/shared" "3.5.22"
csstype "^3.1.3"
+"@vue/runtime-dom@3.5.32":
+ version "3.5.32"
+ resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.32.tgz#fe7815b25e55df34c6ae82a0d06be79d1342d7cf"
+ integrity sha512-1CDVv7tv/IV13V8Nip1k/aaObVbWqRlVCVezTwx3K07p7Vxossp5JU1dcPNhJk3w347gonIUT9jQOGutyJrSVQ==
+ dependencies:
+ "@vue/reactivity" "3.5.32"
+ "@vue/runtime-core" "3.5.32"
+ "@vue/shared" "3.5.32"
+ csstype "^3.2.3"
+
"@vue/server-renderer@3.5.22":
version "3.5.22"
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.22.tgz#d134e3409094044bd066d9803714677457756157"
@@ -3950,11 +3868,24 @@
"@vue/compiler-ssr" "3.5.22"
"@vue/shared" "3.5.22"
-"@vue/shared@3.5.22", "@vue/shared@^3.5.0", "@vue/shared@^3.5.18", "@vue/shared@^3.5.22":
+"@vue/server-renderer@3.5.32":
+ version "3.5.32"
+ resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.32.tgz#74579f65d271e217bdef0df62474b3c8a8dba55b"
+ integrity sha512-IOjm2+JQwRFS7W28HNuJeXQle9KdZbODFY7hFGVtnnghF51ta20EWAZJHX+zLGtsHhaU6uC9BGPV52KVpYryMQ==
+ dependencies:
+ "@vue/compiler-ssr" "3.5.32"
+ "@vue/shared" "3.5.32"
+
+"@vue/shared@3.5.22", "@vue/shared@^3.5.22":
version "3.5.22"
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.22.tgz#9d56a1644a3becb8af1e34655928b0e288d827f8"
integrity sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==
+"@vue/shared@3.5.32", "@vue/shared@^3.5.30":
+ version "3.5.32"
+ resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.32.tgz#dd8ba0d709bf3f758c324a81c8897bad5e1540cf"
+ integrity sha512-ksNyrmRQzWJJ8n3cRDuSF7zNNontuJg1YHnmWRJd2AMu8Ij2bqwiiri2lH5rHtYPZjj4STkNcgcmiQqlOjiYGg==
+
"@vuetify/loader-shared@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@vuetify/loader-shared/-/loader-shared-2.1.1.tgz#bc3bbf845f910f1b2e0317be9293f42dfc94006d"
@@ -4011,25 +3942,16 @@ acorn@^8.12.1, acorn@^8.14.0, acorn@^8.15.0, acorn@^8.5.0, acorn@^8.6.0, acorn@^
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
+acorn@^8.16.0:
+ version "8.16.0"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
+ integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
+
agent-base@^7.1.0, agent-base@^7.1.2:
version "7.1.4"
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8"
integrity sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==
-ajv-formats@^2.1.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
- integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
- dependencies:
- ajv "^8.0.0"
-
-ajv-keywords@^5.1.0:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16"
- integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==
- dependencies:
- fast-deep-equal "^3.1.3"
-
ajv@^6.12.4:
version "6.12.6"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
@@ -4040,7 +3962,7 @@ ajv@^6.12.4:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"
-ajv@^8.0.0, ajv@^8.17.1, ajv@^8.6.0, ajv@^8.9.0:
+ajv@^8.17.1, ajv@^8.6.0:
version "8.17.1"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
@@ -4050,11 +3972,6 @@ ajv@^8.0.0, ajv@^8.17.1, ajv@^8.6.0, ajv@^8.9.0:
json-schema-traverse "^1.0.0"
require-from-string "^2.0.2"
-alien-signals@^3.0.0:
- version "3.0.5"
- resolved "https://registry.yarnpkg.com/alien-signals/-/alien-signals-3.0.5.tgz#633d83c0b337e0bdc078fdacde61a1877d476b5d"
- integrity sha512-+2bRQFO1f9GLeIabDQWJlluL1NspZlLjpjaSSwwpl+9Tz5tS/3KrceHdwjNvIMEbYWSpoqtOPuXLTSoPgvIEWw==
-
ansi-escapes@^7.0.0:
version "7.1.1"
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-7.1.1.tgz#fdd39427a7e5a26233e48a8b4366351629ffea1b"
@@ -4062,17 +3979,12 @@ ansi-escapes@^7.0.0:
dependencies:
environment "^1.0.0"
-ansi-regex@^5.0.1:
- version "5.0.1"
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
- integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
-
ansi-regex@^6.0.1:
version "6.2.2"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz#60216eea464d864597ce2832000738a0589650c1"
integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==
-ansi-styles@^4.0.0, ansi-styles@^4.1.0:
+ansi-styles@^4.1.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
@@ -4089,7 +4001,7 @@ ansis@^4.1.0:
resolved "https://registry.yarnpkg.com/ansis/-/ansis-4.2.0.tgz#2e6e61c46b11726ac67f78785385618b9e658780"
integrity sha512-HqZ5rWlFjGiV0tDm3UxxgNRqsOTniqoKZu0pIAfh7TZQMGuZK+hH0drySty0si0QXj1ieop4+SkSfPZBPPkHig==
-anymatch@^3.0.0, anymatch@^3.1.3, anymatch@~3.1.2:
+anymatch@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
@@ -4146,58 +4058,6 @@ array-buffer-byte-length@^1.0.1, array-buffer-byte-length@^1.0.2:
call-bound "^1.0.3"
is-array-buffer "^3.0.5"
-array-includes@^3.1.9:
- version "3.1.9"
- resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a"
- integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==
- dependencies:
- call-bind "^1.0.8"
- call-bound "^1.0.4"
- define-properties "^1.2.1"
- es-abstract "^1.24.0"
- es-object-atoms "^1.1.1"
- get-intrinsic "^1.3.0"
- is-string "^1.1.1"
- math-intrinsics "^1.1.0"
-
-array-union@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
- integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
-
-array.prototype.findlastindex@^1.2.6:
- version "1.2.6"
- resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564"
- integrity sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==
- dependencies:
- call-bind "^1.0.8"
- call-bound "^1.0.4"
- define-properties "^1.2.1"
- es-abstract "^1.23.9"
- es-errors "^1.3.0"
- es-object-atoms "^1.1.1"
- es-shim-unscopables "^1.1.0"
-
-array.prototype.flat@^1.3.3:
- version "1.3.3"
- resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5"
- integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==
- dependencies:
- call-bind "^1.0.8"
- define-properties "^1.2.1"
- es-abstract "^1.23.5"
- es-shim-unscopables "^1.0.2"
-
-array.prototype.flatmap@^1.3.3:
- version "1.3.3"
- resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b"
- integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==
- dependencies:
- call-bind "^1.0.8"
- define-properties "^1.2.1"
- es-abstract "^1.23.5"
- es-shim-unscopables "^1.0.2"
-
arraybuffer.prototype.slice@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz#9d760d84dbdd06d0cbf92c8849615a1a7ab3183c"
@@ -4273,15 +4133,14 @@ at-least-node@^1.0.0:
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
-autoprefixer@^10.4.21:
- version "10.4.21"
- resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.21.tgz#77189468e7a8ad1d9a37fbc08efc9f480cf0a95d"
- integrity sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==
+autoprefixer@^10.4.27:
+ version "10.4.27"
+ resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.27.tgz#51ea301a5c3c5f8642f8e564759c4f573be486f2"
+ integrity sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==
dependencies:
- browserslist "^4.24.4"
- caniuse-lite "^1.0.30001702"
- fraction.js "^4.3.7"
- normalize-range "^0.1.2"
+ browserslist "^4.28.1"
+ caniuse-lite "^1.0.30001774"
+ fraction.js "^5.3.4"
picocolors "^1.1.1"
postcss-value-parser "^4.2.0"
@@ -4350,6 +4209,11 @@ base64-js@^1.1.2, base64-js@^1.3.0, base64-js@^1.3.1:
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
+baseline-browser-mapping@^2.10.12:
+ version "2.10.16"
+ resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.16.tgz#ef80cf218a53f165689a6e32ffffdca1f35d979c"
+ integrity sha512-Lyf3aK28zpsD1yQMiiHD4RvVb6UdMoo8xzG2XzFIfR9luPzOpcBlAsT/qfB1XWS1bxWT+UtE4WmQgsp297FYOA==
+
baseline-browser-mapping@^2.8.19, baseline-browser-mapping@^2.9.0:
version "2.9.11"
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz#53724708c8db5f97206517ecfe362dbe5181deea"
@@ -4362,11 +4226,6 @@ bidi-js@^1.0.3:
dependencies:
require-from-string "^2.0.2"
-binary-extensions@^2.0.0:
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
- integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
-
bindings@^1.4.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
@@ -4374,11 +4233,16 @@ bindings@^1.4.0:
dependencies:
file-uri-to-path "1.0.0"
-birpc@^2.3.0, birpc@^2.4.0, birpc@^2.6.1:
+birpc@^2.4.0, birpc@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/birpc/-/birpc-2.6.1.tgz#c73463590928897e80f3263d9fbb7da63515014b"
integrity sha512-LPnFhlDpdSH6FJhJyn4M0kFO7vtQ5iPw24FnG0y21q09xC7e8+1LeR31S1MAIrDAHp4m7aas4bEkTDTvMAtebQ==
+birpc@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/birpc/-/birpc-4.0.0.tgz#cceef485926b93496735201896d86c3a182ad30f"
+ integrity sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==
+
blob-to-buffer@^1.2.8:
version "1.2.9"
resolved "https://registry.yarnpkg.com/blob-to-buffer/-/blob-to-buffer-1.2.9.tgz#a17fd6c1c564011408f8971e451544245daaa84a"
@@ -4404,7 +4268,7 @@ brace-expansion@^2.0.1:
dependencies:
balanced-match "^1.0.0"
-braces@^3.0.3, braces@~3.0.2:
+braces@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
@@ -4418,7 +4282,7 @@ brotli@^1.3.2:
dependencies:
base64-js "^1.1.2"
-browserslist@^4.0.0, browserslist@^4.24.4, browserslist@^4.27.0:
+browserslist@^4.0.0, browserslist@^4.27.0:
version "4.27.0"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.27.0.tgz#755654744feae978fbb123718b2f139bc0fa6697"
integrity sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==
@@ -4440,6 +4304,17 @@ browserslist@^4.24.0, browserslist@^4.25.3, browserslist@^4.28.0:
node-releases "^2.0.27"
update-browserslist-db "^1.2.0"
+browserslist@^4.28.1:
+ version "4.28.2"
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.28.2.tgz#f50b65362ef48974ca9f50b3680566d786b811d2"
+ integrity sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==
+ dependencies:
+ baseline-browser-mapping "^2.10.12"
+ caniuse-lite "^1.0.30001782"
+ electron-to-chromium "^1.5.328"
+ node-releases "^2.0.36"
+ update-browserslist-db "^1.2.3"
+
buffer-builder@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/buffer-builder/-/buffer-builder-0.2.0.tgz#3322cd307d8296dab1f604618593b261a3fade8f"
@@ -4463,23 +4338,11 @@ buffer@^6.0.3:
base64-js "^1.3.1"
ieee754 "^1.2.1"
-builtin-modules@^3.3.0:
- version "3.3.0"
- resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
- integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
-
builtin-modules@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-5.0.0.tgz#9be95686dedad2e9eed05592b07733db87dcff1a"
integrity sha512-bkXY9WsVpY7CvMhKSR6pZilZu9Ln5WDrKVBUXf2S443etkmEO4V58heTecXcUIsNsi4Rx8JUO4NfX1IcQl4deg==
-builtins@^5.0.1:
- version "5.1.0"
- resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.1.0.tgz#6d85eeb360c4ebc166c3fdef922a15aa7316a5e8"
- integrity sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==
- dependencies:
- semver "^7.0.0"
-
bundle-name@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/bundle-name/-/bundle-name-4.1.0.tgz#f3b96b34160d6431a19d7688135af7cfb8797889"
@@ -4512,7 +4375,7 @@ c12@^3.2.0, c12@^3.3.2:
pkg-types "^2.3.0"
rc9 "^2.1.2"
-c12@^3.3.0, c12@^3.3.1:
+c12@^3.3.0:
version "3.3.1"
resolved "https://registry.yarnpkg.com/c12/-/c12-3.3.1.tgz#a100b50ecf1cd659b7bdcb2743f6ffe1dceb8a05"
integrity sha512-LcWQ01LT9tkoUINHgpIOv3mMs+Abv7oVCrtpMRi1PaapVEpWoMga5WuT7/DqFTu7URP9ftbOmimNw1KNIGh9DQ==
@@ -4530,6 +4393,24 @@ c12@^3.3.0, c12@^3.3.1:
pkg-types "^2.3.0"
rc9 "^2.1.2"
+c12@^3.3.3, c12@^3.3.4:
+ version "3.3.4"
+ resolved "https://registry.yarnpkg.com/c12/-/c12-3.3.4.tgz#1253a5faf8b61244884d42459b4a6412571fe9f3"
+ integrity sha512-cM0ApFQSBXuourJejzwv/AuPRvAxordTyParRVcHjjtXirtkzM0uK2L9TTn9s0cXZbG7E55jCivRQzoxYmRAlA==
+ dependencies:
+ chokidar "^5.0.0"
+ confbox "^0.2.4"
+ defu "^6.1.6"
+ dotenv "^17.3.1"
+ exsolve "^1.0.8"
+ giget "^3.2.0"
+ jiti "^2.6.1"
+ ohash "^2.0.11"
+ pathe "^2.0.3"
+ perfect-debounce "^2.1.0"
+ pkg-types "^2.3.0"
+ rc9 "^3.0.1"
+
cac@^6.7.14:
version "6.7.14"
resolved "https://registry.yarnpkg.com/cac/-/cac-6.7.14.tgz#804e1e6f506ee363cb0e3ccbb09cad5dd9870959"
@@ -4576,7 +4457,7 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"
-caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001702:
+caniuse-lite@^1.0.0:
version "1.0.30001753"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001753.tgz#419f8fc9bab6f1a1d10d9574d0b3374f823c5b00"
integrity sha512-Bj5H35MD/ebaOV4iDLqPEtiliTN29qkGtEHCwawWn4cYm+bPJM2NsaP30vtZcnERClMzp52J4+aw2UNbK4o+zw==
@@ -4586,6 +4467,11 @@ caniuse-lite@^1.0.30001751, caniuse-lite@^1.0.30001759:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001762.tgz#e4dbfeda63d33258cdde93e53af2023a13ba27d4"
integrity sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==
+caniuse-lite@^1.0.30001774, caniuse-lite@^1.0.30001782:
+ version "1.0.30001787"
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001787.tgz#fd25c5e42e2d35df5c75eddda00d15d9c0c68f81"
+ integrity sha512-mNcrMN9KeI68u7muanUpEejSLghOKlVhRqS/Za2IeyGllJ9I9otGpR9g3nsw7n4W378TE/LyIteA0+/FOZm4Kg==
+
chai@^5.2.0:
version "5.3.3"
resolved "https://registry.yarnpkg.com/chai/-/chai-5.3.3.tgz#dd3da955e270916a4bd3f625f4b919996ada7e06"
@@ -4620,21 +4506,6 @@ check-error@^2.1.1:
resolved "https://registry.yarnpkg.com/check-error/-/check-error-2.1.1.tgz#87eb876ae71ee388fa0471fe423f494be1d96ccc"
integrity sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==
-chokidar@^3.5.3:
- version "3.6.0"
- resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
- integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
- dependencies:
- anymatch "~3.1.2"
- braces "~3.0.2"
- glob-parent "~5.1.2"
- is-binary-path "~2.1.0"
- is-glob "~4.0.1"
- normalize-path "~3.0.0"
- readdirp "~3.6.0"
- optionalDependencies:
- fsevents "~2.3.2"
-
chokidar@^4.0.0, chokidar@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.3.tgz#7be37a4c03c9aee1ecfe862a4a23b2c70c205d30"
@@ -4654,11 +4525,6 @@ chownr@^3.0.0:
resolved "https://registry.yarnpkg.com/chownr/-/chownr-3.0.0.tgz#9855e64ecd240a9cc4267ce8a4aa5d24a1da15e4"
integrity sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==
-ci-info@^3.2.0, ci-info@^3.4.0:
- version "3.9.0"
- resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4"
- integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==
-
ci-info@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.3.0.tgz#c39b1013f8fdbd28cd78e62318357d02da160cd7"
@@ -4671,6 +4537,11 @@ citty@^0.1.5, citty@^0.1.6:
dependencies:
consola "^3.2.3"
+citty@^0.2.0, citty@^0.2.1, citty@^0.2.2:
+ version "0.2.2"
+ resolved "https://registry.yarnpkg.com/citty/-/citty-0.2.2.tgz#92d3f7d13868a730ab06c420bb10bded06cf259f"
+ integrity sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==
+
classnames@^2.2.6:
version "2.5.1"
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b"
@@ -4707,24 +4578,14 @@ clipboardy@^4.0.0:
is-wsl "^3.1.0"
is64bit "^2.0.0"
-clipboardy@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/clipboardy/-/clipboardy-5.0.0.tgz#70b16e111bdcedb782e046ba5a1901550a51225b"
- integrity sha512-MQfKHaD09eP80Pev4qBxZLbxJK/ONnqfSYAPlCmPh+7BDboYtO/3BmB6HGzxDIT0SlTRc2tzS8lQqfcdLtZ0Kg==
+cliui@^9.0.1:
+ version "9.0.1"
+ resolved "https://registry.yarnpkg.com/cliui/-/cliui-9.0.1.tgz#6f7890f386f6f1f79953adc1f78dec46fcc2d291"
+ integrity sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==
dependencies:
- execa "^9.6.0"
- is-wayland "^0.1.0"
- is-wsl "^3.1.0"
- is64bit "^2.0.0"
-
-cliui@^8.0.1:
- version "8.0.1"
- resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
- integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
- dependencies:
- string-width "^4.2.0"
- strip-ansi "^6.0.1"
- wrap-ansi "^7.0.0"
+ string-width "^7.2.0"
+ strip-ansi "^7.1.0"
+ wrap-ansi "^9.0.0"
clone@^2.1.2:
version "2.1.2"
@@ -4758,11 +4619,6 @@ color-name@~1.1.4:
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
-colord@^2.9.3:
- version "2.9.3"
- resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43"
- integrity sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==
-
colorette@^2.0.20:
version "2.0.20"
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
@@ -4841,6 +4697,11 @@ confbox@^0.2.2:
resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.2.2.tgz#8652f53961c74d9e081784beed78555974a9c110"
integrity sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==
+confbox@^0.2.4:
+ version "0.2.4"
+ resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.2.4.tgz#592e7be71f882a4a874e3c88f0ac1ef6f7da1ce5"
+ integrity sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==
+
consola@^3.2.3, consola@^3.4.0, consola@^3.4.2:
version "3.4.2"
resolved "https://registry.yarnpkg.com/consola/-/consola-3.4.2.tgz#5af110145397bb67afdab77013fdc34cae590ea7"
@@ -4856,22 +4717,25 @@ cookie-es@^1.2.2:
resolved "https://registry.yarnpkg.com/cookie-es/-/cookie-es-1.2.2.tgz#18ceef9eb513cac1cb6c14bcbf8bdb2679b34821"
integrity sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==
+cookie-es@^1.2.3:
+ version "1.2.3"
+ resolved "https://registry.yarnpkg.com/cookie-es/-/cookie-es-1.2.3.tgz#06ca3c5f5f3531684a2059666a361173f74a89c8"
+ integrity sha512-lXVyvUvrNXblMqzIRrxHb57UUVmqsSWlxqt3XIjCkUP0wDAf6uicO6KMbEgYrMNtEvWgWHwe42CKxPu9MYAnWw==
+
cookie-es@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/cookie-es/-/cookie-es-2.0.0.tgz#ca6163d7ef8686ea6bbdd551f1de575569c1ed69"
integrity sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==
-cookie@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"
- integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==
+cookie-es@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/cookie-es/-/cookie-es-2.0.1.tgz#b113706a7bd1504ffb3740c2d84b86310119142a"
+ integrity sha512-aVf4A4hI2w70LnF7GG+7xDQUkliwiXWXFvTjkip4+b64ygDQ2sJPRSKFDHbxn8o0xu9QzPkMuuiWIXyFSE2slA==
-copy-anything@^4:
- version "4.0.5"
- resolved "https://registry.yarnpkg.com/copy-anything/-/copy-anything-4.0.5.tgz#16cabafd1ea4bb327a540b750f2b4df522825aea"
- integrity sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA==
- dependencies:
- is-what "^5.2.0"
+cookie-es@^3.0.1:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/cookie-es/-/cookie-es-3.1.1.tgz#c4a8a16cf88cb5a185b23f4a61d6e9a85eb53287"
+ integrity sha512-UaXxwISYJPTr9hwQxMFYZ7kNhSXboMXP+Z3TRX6f1/NyaGPfuNUZOWP1pUEb75B2HjfklIYLVRfWiFZJyC6Npg==
core-js-compat@^3.43.0:
version "3.47.0"
@@ -4910,10 +4774,10 @@ crelt@^1.0.5, crelt@^1.0.6:
resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.6.tgz#7cc898ea74e190fb6ef9dae57f8f81cf7302df72"
integrity sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g==
-croner@^9.1.0:
- version "9.1.0"
- resolved "https://registry.yarnpkg.com/croner/-/croner-9.1.0.tgz#94ccbba2570bca329f60f36ec19875dccf9a63aa"
- integrity sha512-p9nwwR4qyT5W996vBZhdvBCnMhicY5ytZkR4D1Xj0wuTDEiMnjwR57Q3RXYY/s0EpX6Ay3vgIcfaR+ewGHsi+g==
+croner@^10.0.1:
+ version "10.0.1"
+ resolved "https://registry.yarnpkg.com/croner/-/croner-10.0.1.tgz#4eb92806c99539146dbe2f3ee3907e319cb2847a"
+ integrity sha512-ixNtAJndqh173VQ4KodSdJEI6nuioBWI0V1ITNKhZZsO0pEMoDxz539T4FTTbSZ/xIOSuDnzxLVRqBVSvPNE2g==
cross-fetch@^3.0.4:
version "3.2.0"
@@ -4938,6 +4802,11 @@ cross-spawn@^7.0.3, cross-spawn@^7.0.6:
dependencies:
uncrypto "^0.1.3"
+"crossws@>=0.2.0 <0.5.0":
+ version "0.4.4"
+ resolved "https://registry.yarnpkg.com/crossws/-/crossws-0.4.4.tgz#d62574bcc6de75f0e45fe08b5133d9ba8436a30c"
+ integrity sha512-w6c4OdpRNnudVmcgr7brb/+/HmYjMQvYToO/oTrprTwxRUiom3LYWU1PMWuD006okbUWpII1Ea9/+kwpUfmyRg==
+
crypto-random-string@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
@@ -4985,53 +4854,53 @@ cssesc@^3.0.0:
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
-cssnano-preset-default@^7.0.10:
- version "7.0.10"
- resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-7.0.10.tgz#4fb6ee962c0852a03084e8c7a4b60fb0e2db45e0"
- integrity sha512-6ZBjW0Lf1K1Z+0OKUAUpEN62tSXmYChXWi2NAA0afxEVsj9a+MbcB1l5qel6BHJHmULai2fCGRthCeKSFbScpA==
+cssnano-preset-default@^7.0.12:
+ version "7.0.12"
+ resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-7.0.12.tgz#21e29fed4a8697952485995ffeeec20ff58945a4"
+ integrity sha512-B3Eoouzw/sl2zANI0AL9KbacummJTCww+fkHaDBMZad/xuVx8bUduPLly6hKVQAlrmvYkS1jB1CVQEKm3gn0AA==
dependencies:
- browserslist "^4.27.0"
+ browserslist "^4.28.1"
css-declaration-sorter "^7.2.0"
cssnano-utils "^5.0.1"
postcss-calc "^10.1.1"
- postcss-colormin "^7.0.5"
- postcss-convert-values "^7.0.8"
- postcss-discard-comments "^7.0.5"
+ postcss-colormin "^7.0.7"
+ postcss-convert-values "^7.0.9"
+ postcss-discard-comments "^7.0.6"
postcss-discard-duplicates "^7.0.2"
postcss-discard-empty "^7.0.1"
postcss-discard-overridden "^7.0.1"
postcss-merge-longhand "^7.0.5"
- postcss-merge-rules "^7.0.7"
+ postcss-merge-rules "^7.0.8"
postcss-minify-font-values "^7.0.1"
- postcss-minify-gradients "^7.0.1"
- postcss-minify-params "^7.0.5"
- postcss-minify-selectors "^7.0.5"
+ postcss-minify-gradients "^7.0.2"
+ postcss-minify-params "^7.0.6"
+ postcss-minify-selectors "^7.0.6"
postcss-normalize-charset "^7.0.1"
postcss-normalize-display-values "^7.0.1"
postcss-normalize-positions "^7.0.1"
postcss-normalize-repeat-style "^7.0.1"
postcss-normalize-string "^7.0.1"
postcss-normalize-timing-functions "^7.0.1"
- postcss-normalize-unicode "^7.0.5"
+ postcss-normalize-unicode "^7.0.6"
postcss-normalize-url "^7.0.1"
postcss-normalize-whitespace "^7.0.1"
postcss-ordered-values "^7.0.2"
- postcss-reduce-initial "^7.0.5"
+ postcss-reduce-initial "^7.0.6"
postcss-reduce-transforms "^7.0.1"
- postcss-svgo "^7.1.0"
- postcss-unique-selectors "^7.0.4"
+ postcss-svgo "^7.1.1"
+ postcss-unique-selectors "^7.0.5"
cssnano-utils@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/cssnano-utils/-/cssnano-utils-5.0.1.tgz#f529e9aa0d7930512ca45b9e2ddb8d6b9092eb30"
integrity sha512-ZIP71eQgG9JwjVZsTPSqhc6GHgEr53uJ7tK5///VfyWj6Xp2DBmixWHqJgPno+PqATzn48pL42ww9x5SSGmhZg==
-cssnano@^7.1.1:
- version "7.1.2"
- resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-7.1.2.tgz#a8a533a8f509d74b2d22e73d80ec1294f65fdc70"
- integrity sha512-HYOPBsNvoiFeR1eghKD5C3ASm64v9YVyJB4Ivnl2gqKoQYvjjN/G0rztvKQq8OxocUtC6sjqY8jwYngIB4AByA==
+cssnano@^7.1.3:
+ version "7.1.4"
+ resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-7.1.4.tgz#0aa5bb3b481df024ecafd41c4388c06240bb31ec"
+ integrity sha512-T9PNS7y+5Nc9Qmu9mRONqfxG1RVY7Vuvky0XN6MZ+9hqplesTEwnj9r0ROtVuSwUVfaDhVlavuzWIVLUgm4hkQ==
dependencies:
- cssnano-preset-default "^7.0.10"
+ cssnano-preset-default "^7.0.12"
lilconfig "^3.1.3"
csso@^5.0.5:
@@ -5055,6 +4924,11 @@ csstype@^3.1.3:
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
+csstype@^3.2.3:
+ version "3.2.3"
+ resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
+ integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
+
data-urls@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-6.0.0.tgz#95a7943c8ac14c1d563b771f2621cc50e8ec7744"
@@ -5105,20 +4979,13 @@ debounce@^1.2.0:
resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.1.tgz#38881d8f4166a5c5848020c11827b834bcb3e0a5"
integrity sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==
-debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.4.0, debug@^4.4.1:
+debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.4.0, debug@^4.4.1, debug@^4.4.3:
version "4.4.3"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
dependencies:
ms "^2.1.3"
-debug@^3.2.7:
- version "3.2.7"
- resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
- integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
- dependencies:
- ms "^2.1.1"
-
decimal.js@^10.5.0:
version "10.6.0"
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.6.0.tgz#e649a43e3ab953a72192ff5983865e509f37ed9a"
@@ -5152,6 +5019,14 @@ default-browser@^5.2.1:
bundle-name "^4.1.0"
default-browser-id "^5.0.0"
+default-browser@^5.4.0:
+ version "5.5.0"
+ resolved "https://registry.yarnpkg.com/default-browser/-/default-browser-5.5.0.tgz#2792e886f2422894545947cc80e1a444496c5976"
+ integrity sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==
+ dependencies:
+ bundle-name "^4.1.0"
+ default-browser-id "^5.0.0"
+
define-data-property@^1.0.1, define-data-property@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e"
@@ -5161,11 +5036,6 @@ define-data-property@^1.0.1, define-data-property@^1.1.4:
es-errors "^1.3.0"
gopd "^1.0.1"
-define-lazy-prop@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f"
- integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==
-
define-lazy-prop@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz#dbb19adfb746d7fc6d734a06b72f4a00d021255f"
@@ -5185,6 +5055,11 @@ defu@^6.1.4:
resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.4.tgz#4e0c9cf9ff68fe5f3d7f2765cc1a012dfdcb0479"
integrity sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==
+defu@^6.1.6:
+ version "6.1.7"
+ resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.7.tgz#72543567c8e9f97ff13ce402b6dbe09ac5ae4d23"
+ integrity sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==
+
delayed-stream@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
@@ -5210,15 +5085,15 @@ detect-libc@^1.0.3:
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
integrity sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==
-detect-libc@^2.0.0:
+detect-libc@^2.0.0, detect-libc@^2.0.3:
version "2.1.2"
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.1.2.tgz#689c5dcdc1900ef5583a4cb9f6d7b473742074ad"
integrity sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==
-devalue@^5.3.2:
- version "5.4.2"
- resolved "https://registry.yarnpkg.com/devalue/-/devalue-5.4.2.tgz#d002d836f9e92fc0c3bd9b76ea69129cbf99dca7"
- integrity sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw==
+devalue@^5.6.3:
+ version "5.7.0"
+ resolved "https://registry.yarnpkg.com/devalue/-/devalue-5.7.0.tgz#44cf49d479e2769a04c6bf44168592de688f584b"
+ integrity sha512-qCvc8m7cImp1QDCsiY+C2EdSBWSj7Ucfoq87scSdYboDiIKdvMtFbH1U2VReBls6WMhMaUOoK3ZJEDNG/7zm3w==
dfa@^1.2.0:
version "1.2.0"
@@ -5230,24 +5105,10 @@ diff-sequences@^29.6.3:
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
-diff@^8.0.2:
- version "8.0.2"
- resolved "https://registry.yarnpkg.com/diff/-/diff-8.0.2.tgz#712156a6dd288e66ebb986864e190c2fc9eddfae"
- integrity sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==
-
-dir-glob@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
- integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
- dependencies:
- path-type "^4.0.0"
-
-doctrine@^2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
- integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==
- dependencies:
- esutils "^2.0.2"
+diff@^8.0.3:
+ version "8.0.4"
+ resolved "https://registry.yarnpkg.com/diff/-/diff-8.0.4.tgz#4f5baf3188b9b2431117b962eb20ba330fadf696"
+ integrity sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==
dom-serializer@^2.0.0:
version "2.0.0"
@@ -5293,16 +5154,16 @@ dot-prop@^10.1.0:
dependencies:
type-fest "^5.0.0"
-dotenv@^16.4.7:
- version "16.6.1"
- resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020"
- integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==
-
dotenv@^17.2.3:
version "17.2.3"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.3.tgz#ad995d6997f639b11065f419a22fabf567cdb9a2"
integrity sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==
+dotenv@^17.3.1:
+ version "17.4.1"
+ resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.4.1.tgz#d8e2179fe287365ef3aecb9459668454168eda88"
+ integrity sha512-k8DaKGP6r1G30Lx8V4+pCsLzKr8vLmV2paqEj1Y55GdAgJuIqpRp5FfajGF8KtwMxCz9qJc6wUIJnm053d/WCw==
+
dunder-proto@^1.0.0, dunder-proto@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
@@ -5339,29 +5200,21 @@ electron-to-chromium@^1.5.238, electron-to-chromium@^1.5.263:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz#5d84f2df8cdb6bfe7e873706bb21bd4bfb574dc7"
integrity sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==
+electron-to-chromium@^1.5.328:
+ version "1.5.334"
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.334.tgz#1e3fdd8d014852104eb8e632e760fb364db7dd0e"
+ integrity sha512-mgjZAz7Jyx1SRCwEpy9wefDS7GvNPazLthHg8eQMJ76wBdGQQDW33TCrUTvQ4wzpmOrv2zrFoD3oNufMdyMpog==
+
emoji-regex@^10.3.0:
version "10.5.0"
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.5.0.tgz#be23498b9e39db476226d8e81e467f39aca26b78"
integrity sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==
-emoji-regex@^8.0.0:
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
- integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
-
encodeurl@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58"
integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==
-enhanced-resolve@^5.14.1:
- version "5.18.3"
- resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.3.tgz#9b5f4c5c076b8787c78fe540392ce76a88855b44"
- integrity sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==
- dependencies:
- graceful-fs "^4.2.4"
- tapable "^2.2.0"
-
entities@^4.2.0, entities@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
@@ -5372,18 +5225,16 @@ entities@^6.0.0:
resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694"
integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==
+entities@^7.0.1:
+ version "7.0.1"
+ resolved "https://registry.yarnpkg.com/entities/-/entities-7.0.1.tgz#26e8a88889db63417dcb9a1e79a3f1bc92b5976b"
+ integrity sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==
+
environment@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/environment/-/environment-1.1.0.tgz#8e86c66b180f363c7ab311787e0259665f45a9f1"
integrity sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==
-error-ex@^1.3.1:
- version "1.3.4"
- resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.4.tgz#b3a8d8bb6f92eecc1629e3e27d3c8607a8a32414"
- integrity sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==
- dependencies:
- is-arrayish "^0.2.1"
-
error-stack-parser-es@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz#e6a1655dd12f39bb3a85bf4c7088187d78740327"
@@ -5394,66 +5245,6 @@ errx@^0.1.0:
resolved "https://registry.yarnpkg.com/errx/-/errx-0.1.0.tgz#4881e411d90a3b1e1620a07604f50081dd59f3aa"
integrity sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==
-es-abstract@^1.23.2, es-abstract@^1.24.0:
- version "1.24.0"
- resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.0.tgz#c44732d2beb0acc1ed60df840869e3106e7af328"
- integrity sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==
- dependencies:
- array-buffer-byte-length "^1.0.2"
- arraybuffer.prototype.slice "^1.0.4"
- available-typed-arrays "^1.0.7"
- call-bind "^1.0.8"
- call-bound "^1.0.4"
- data-view-buffer "^1.0.2"
- data-view-byte-length "^1.0.2"
- data-view-byte-offset "^1.0.1"
- es-define-property "^1.0.1"
- es-errors "^1.3.0"
- es-object-atoms "^1.1.1"
- es-set-tostringtag "^2.1.0"
- es-to-primitive "^1.3.0"
- function.prototype.name "^1.1.8"
- get-intrinsic "^1.3.0"
- get-proto "^1.0.1"
- get-symbol-description "^1.1.0"
- globalthis "^1.0.4"
- gopd "^1.2.0"
- has-property-descriptors "^1.0.2"
- has-proto "^1.2.0"
- has-symbols "^1.1.0"
- hasown "^2.0.2"
- internal-slot "^1.1.0"
- is-array-buffer "^3.0.5"
- is-callable "^1.2.7"
- is-data-view "^1.0.2"
- is-negative-zero "^2.0.3"
- is-regex "^1.2.1"
- is-set "^2.0.3"
- is-shared-array-buffer "^1.0.4"
- is-string "^1.1.1"
- is-typed-array "^1.1.15"
- is-weakref "^1.1.1"
- math-intrinsics "^1.1.0"
- object-inspect "^1.13.4"
- object-keys "^1.1.1"
- object.assign "^4.1.7"
- own-keys "^1.0.1"
- regexp.prototype.flags "^1.5.4"
- safe-array-concat "^1.1.3"
- safe-push-apply "^1.0.0"
- safe-regex-test "^1.1.0"
- set-proto "^1.0.0"
- stop-iteration-iterator "^1.1.0"
- string.prototype.trim "^1.2.10"
- string.prototype.trimend "^1.0.9"
- string.prototype.trimstart "^1.0.8"
- typed-array-buffer "^1.0.3"
- typed-array-byte-length "^1.0.3"
- typed-array-byte-offset "^1.0.4"
- typed-array-length "^1.0.7"
- unbox-primitive "^1.1.0"
- which-typed-array "^1.1.19"
-
es-abstract@^1.23.5, es-abstract@^1.23.6, es-abstract@^1.23.9:
version "1.24.1"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.1.tgz#f0c131ed5ea1bb2411134a8dd94def09c46c7899"
@@ -5529,6 +5320,11 @@ es-module-lexer@^1.5.4, es-module-lexer@^1.7.0:
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz#9159601561880a85f2734560a9099b2c31e5372a"
integrity sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==
+es-module-lexer@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-2.0.0.tgz#f657cd7a9448dcdda9c070a3cb75e5dc1e85f5b1"
+ integrity sha512-5POEcUuZybH7IdmGsD8wlf0AI55wMecM9rVBTI/qEAy2c1kTOm3DjFYjrBdI2K3BaJjJYfYFeRtM0t9ssnRuxw==
+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
@@ -5546,13 +5342,6 @@ es-set-tostringtag@^2.1.0:
has-tostringtag "^1.0.2"
hasown "^2.0.2"
-es-shim-unscopables@^1.0.2, es-shim-unscopables@^1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#438df35520dac5d105f3943d927549ea3b00f4b5"
- integrity sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==
- dependencies:
- hasown "^2.0.2"
-
es-to-primitive@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.3.0.tgz#96c89c82cc49fd8794a24835ba3e1ff87f214e18"
@@ -5562,7 +5351,7 @@ es-to-primitive@^1.3.0:
is-date-object "^1.0.5"
is-symbol "^1.0.4"
-esbuild@>=0.25.0, "esbuild@^0.20.2 || ^0.21.0 || ^0.22.0 || ^0.23.0", esbuild@^0.25.0, esbuild@^0.25.1, esbuild@^0.25.10, esbuild@^0.25.11, esbuild@^0.25.4, esbuild@^0.25.9, esbuild@~0.25.0:
+esbuild@>=0.25.0, "esbuild@^0.20.2 || ^0.21.0 || ^0.22.0 || ^0.23.0", esbuild@^0.25.1, esbuild@^0.25.4, esbuild@^0.25.9, esbuild@^0.27.0, esbuild@^0.27.5, esbuild@~0.25.0:
version "0.25.12"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.25.12.tgz#97a1d041f4ab00c2fce2f838d2b9969a2d2a97a5"
integrity sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==
@@ -5642,11 +5431,6 @@ eslint-config-prettier@^10.0.2:
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
-eslint-config-standard@^17.0.0:
- version "17.1.0"
- resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-17.1.0.tgz#40ffb8595d47a6b242e07cbfd49dc211ed128975"
- integrity sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==
-
eslint-flat-config-utils@^2.1.1:
version "2.1.4"
resolved "https://registry.yarnpkg.com/eslint-flat-config-utils/-/eslint-flat-config-utils-2.1.4.tgz#eb675d35fee4a46513dc3fb4835981f4aac20460"
@@ -5669,61 +5453,16 @@ eslint-import-context@^0.1.9:
get-tsconfig "^4.10.1"
stable-hash-x "^0.2.0"
-eslint-import-resolver-node@^0.3.9:
- version "0.3.9"
- resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
- integrity sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==
- dependencies:
- debug "^3.2.7"
- is-core-module "^2.13.0"
- resolve "^1.22.4"
-
-eslint-import-resolver-typescript@^3.6.0:
- version "3.10.1"
- resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.10.1.tgz#23dac32efa86a88e2b8232eb244ac499ad636db2"
- integrity sha512-A1rHYb06zjMGAxdLSkN2fXPBwuSaQ0iO5M/hdyS0Ajj1VBaRp0sPD3dn1FhME3c/JluGFbwSxyCfqdSbtQLAHQ==
- dependencies:
- "@nolyfill/is-core-module" "1.0.39"
- debug "^4.4.0"
- get-tsconfig "^4.10.0"
- is-bun-module "^2.0.0"
- stable-hash "^0.0.5"
- tinyglobby "^0.2.13"
- unrs-resolver "^1.6.2"
-
eslint-merge-processors@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/eslint-merge-processors/-/eslint-merge-processors-2.0.0.tgz#f1e02bd863962fab7fd038c293979283e61b473c"
integrity sha512-sUuhSf3IrJdGooquEUB5TNpGNpBoQccbnaLHsb1XkBLUPPqCNivCpY05ZcpCOiV9uHwO2yxXEWVczVclzMxYlA==
-eslint-module-utils@^2.12.1:
- version "2.12.1"
- resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz#f76d3220bfb83c057651359295ab5854eaad75ff"
- integrity sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==
- dependencies:
- debug "^3.2.7"
-
eslint-parser-plain@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/eslint-parser-plain/-/eslint-parser-plain-0.1.1.tgz#14e92bba9f9a7f765b36967bd3f2f24c0a81c2b3"
integrity sha512-KRgd6wuxH4U8kczqPp+Oyk4irThIhHWxgFgLDtpgjUGVIS3wGrJntvZW/p6hHq1T4FOwnOtCNkvAI4Kr+mQ/Hw==
-eslint-plugin-es@^3.0.0:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
- integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
- dependencies:
- eslint-utils "^2.0.0"
- regexpp "^3.0.0"
-
-eslint-plugin-es@^4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
- integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
- dependencies:
- eslint-utils "^2.0.0"
- regexpp "^3.0.0"
-
eslint-plugin-format@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-format/-/eslint-plugin-format-1.0.2.tgz#c71d126d771342188a8b1a3064bb3f498c5a9649"
@@ -5760,31 +5499,6 @@ eslint-plugin-import-x@^4.16.1:
stable-hash-x "^0.2.0"
unrs-resolver "^1.9.2"
-eslint-plugin-import@^2.26.0, eslint-plugin-import@^2.28.1:
- version "2.32.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz#602b55faa6e4caeaa5e970c198b5c00a37708980"
- integrity sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==
- dependencies:
- "@rtsao/scc" "^1.1.0"
- array-includes "^3.1.9"
- array.prototype.findlastindex "^1.2.6"
- array.prototype.flat "^1.3.3"
- array.prototype.flatmap "^1.3.3"
- debug "^3.2.7"
- doctrine "^2.1.0"
- eslint-import-resolver-node "^0.3.9"
- eslint-module-utils "^2.12.1"
- hasown "^2.0.2"
- is-core-module "^2.16.1"
- is-glob "^4.0.3"
- minimatch "^3.1.2"
- object.fromentries "^2.0.8"
- object.groupby "^1.0.3"
- object.values "^1.2.1"
- semver "^6.3.1"
- string.prototype.trimend "^1.0.9"
- tsconfig-paths "^3.15.0"
-
eslint-plugin-jsdoc@^54.1.0:
version "54.7.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-54.7.0.tgz#256a7ffc07f96c939a17e8bc0484b11ae0ccba75"
@@ -5801,41 +5515,6 @@ eslint-plugin-jsdoc@^54.1.0:
semver "^7.7.2"
spdx-expression-parse "^4.0.0"
-eslint-plugin-n@^15.5.1:
- version "15.7.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz#e29221d8f5174f84d18f2eb94765f2eeea033b90"
- integrity sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==
- dependencies:
- builtins "^5.0.1"
- eslint-plugin-es "^4.1.0"
- eslint-utils "^3.0.0"
- ignore "^5.1.1"
- is-core-module "^2.11.0"
- minimatch "^3.1.2"
- resolve "^1.22.1"
- semver "^7.3.8"
-
-eslint-plugin-node@^11.1.0:
- version "11.1.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
- integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
- dependencies:
- eslint-plugin-es "^3.0.0"
- eslint-utils "^2.0.0"
- ignore "^5.1.1"
- minimatch "^3.0.4"
- resolve "^1.10.1"
- semver "^6.1.0"
-
-eslint-plugin-nuxt@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-nuxt/-/eslint-plugin-nuxt-4.0.0.tgz#f124b05c9038207ffaae74e2741f4a2e87472bae"
- integrity sha512-v3Vwdk8YKe52bAz8eSIDqQuTtfL/T1r9dSl1uhC5SyR5pgLxgKkQdxXVf/Bf6Ax7uyd9rHqiAuYVdqqDb7ILdA==
- dependencies:
- eslint-plugin-vue "^9.4.0"
- semver "^7.3.7"
- vue-eslint-parser "^9.0.3"
-
eslint-plugin-prettier@^5.2.3:
version "5.5.4"
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz#9d61c4ea11de5af704d4edf108c82ccfa7f2e61c"
@@ -5844,11 +5523,6 @@ eslint-plugin-prettier@^5.2.3:
prettier-linter-helpers "^1.0.0"
synckit "^0.11.7"
-eslint-plugin-promise@^6.1.1:
- version "6.6.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz#acd3fd7d55cead7a10f92cf698f36c0aafcd717a"
- integrity sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==
-
eslint-plugin-regexp@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-regexp/-/eslint-plugin-regexp-2.10.0.tgz#a4014bc576d3fc5fa157f67c28dd93d55d2497c9"
@@ -5862,26 +5536,6 @@ eslint-plugin-regexp@^2.10.0:
regexp-ast-analysis "^0.7.1"
scslre "^0.3.0"
-eslint-plugin-unicorn@^44.0.2:
- version "44.0.2"
- resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-44.0.2.tgz#6324a001c0a5e2ac00fb51b30db27d14c6c36ab3"
- integrity sha512-GLIDX1wmeEqpGaKcnMcqRvMVsoabeF0Ton0EX4Th5u6Kmf7RM9WBl705AXFEsns56ESkEs0uyelLuUTvz9Tr0w==
- dependencies:
- "@babel/helper-validator-identifier" "^7.19.1"
- ci-info "^3.4.0"
- clean-regexp "^1.0.0"
- eslint-utils "^3.0.0"
- esquery "^1.4.0"
- indent-string "^4.0.0"
- is-builtin-module "^3.2.0"
- lodash "^4.17.21"
- pluralize "^8.0.0"
- read-pkg-up "^7.0.1"
- regexp-tree "^0.1.24"
- safe-regex "^2.1.1"
- semver "^7.3.7"
- strip-indent "^3.0.0"
-
eslint-plugin-unicorn@^60.0.0:
version "60.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-60.0.0.tgz#68f712bcb17e94bd176cce7312647ba1d1409c3c"
@@ -5918,7 +5572,7 @@ eslint-plugin-vue@^10.4.0:
semver "^7.6.3"
xml-name-validator "^4.0.0"
-eslint-plugin-vue@^9.17.0, eslint-plugin-vue@^9.32.0, eslint-plugin-vue@^9.4.0, eslint-plugin-vue@^9.7.0:
+eslint-plugin-vue@^9.32.0:
version "9.33.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.33.0.tgz#de33eba8f78e1d172c59c8ec7fbfd60c6ca35c39"
integrity sha512-174lJKuNsuDIlLpjeXc5E2Tss8P44uIimAfGD0b90k0NoirJqpG7stLuU9Vp/9ioTOrQdWVREc4mRd1BD+CvGw==
@@ -5961,30 +5615,6 @@ eslint-typegen@^2.3.0:
json-schema-to-typescript-lite "^15.0.0"
ohash "^2.0.11"
-eslint-utils@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
- integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
- dependencies:
- eslint-visitor-keys "^1.1.0"
-
-eslint-utils@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
- integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
- dependencies:
- eslint-visitor-keys "^2.0.0"
-
-eslint-visitor-keys@^1.1.0:
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
- integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
-
-eslint-visitor-keys@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
- integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
-
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
version "3.4.3"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
@@ -5995,17 +5625,6 @@ eslint-visitor-keys@^4.2.0, eslint-visitor-keys@^4.2.1:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
-eslint-webpack-plugin@^4.0.1:
- version "4.2.0"
- resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-4.2.0.tgz#41f54b25379908eb9eca8645bc997c90cfdbd34e"
- integrity sha512-rsfpFQ01AWQbqtjgPRr2usVRxhWDuG0YDYcG8DJOteD3EFnpeuYuOwk0PQiN7PRBTqS6ElNdtPZPggj8If9WnA==
- dependencies:
- "@types/eslint" "^8.56.10"
- jest-worker "^29.7.0"
- micromatch "^4.0.5"
- normalize-path "^3.0.0"
- schema-utils "^4.2.0"
-
eslint@^9.22.0:
version "9.36.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.36.0.tgz#9cc5cbbfb9c01070425d9bfed81b4e79a1c09088"
@@ -6101,7 +5720,7 @@ estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
-estree-walker@2.0.2, estree-walker@^2.0.1, estree-walker@^2.0.2:
+estree-walker@2.0.2, estree-walker@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
@@ -6165,49 +5784,16 @@ execa@^8.0.1:
signal-exit "^4.1.0"
strip-final-newline "^3.0.0"
-execa@^9.6.0:
- version "9.6.0"
- resolved "https://registry.yarnpkg.com/execa/-/execa-9.6.0.tgz#38665530e54e2e018384108322f37f35ae74f3bc"
- integrity sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==
- dependencies:
- "@sindresorhus/merge-streams" "^4.0.0"
- cross-spawn "^7.0.6"
- figures "^6.1.0"
- get-stream "^9.0.0"
- human-signals "^8.0.1"
- is-plain-obj "^4.1.0"
- is-stream "^4.0.1"
- npm-run-path "^6.0.0"
- pretty-ms "^9.2.0"
- signal-exit "^4.1.0"
- strip-final-newline "^4.0.0"
- yoctocolors "^2.1.1"
-
expect-type@^1.2.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/expect-type/-/expect-type-1.2.2.tgz#c030a329fb61184126c8447585bc75a7ec6fbff3"
integrity sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==
-exsolve@^1.0.5:
- version "1.0.7"
- resolved "https://registry.yarnpkg.com/exsolve/-/exsolve-1.0.7.tgz#3b74e4c7ca5c5f9a19c3626ca857309fa99f9e9e"
- integrity sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==
-
exsolve@^1.0.7, exsolve@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/exsolve/-/exsolve-1.0.8.tgz#7f5e34da61cd1116deda5136e62292c096f50613"
integrity sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==
-externality@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/externality/-/externality-1.0.2.tgz#a027f8cfd995c42fd35a8d794cfc224d4a5840c0"
- integrity sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==
- dependencies:
- enhanced-resolve "^5.14.1"
- mlly "^1.3.0"
- pathe "^1.1.1"
- ufo "^1.1.2"
-
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
@@ -6223,7 +5809,7 @@ fast-fifo@^1.2.0, fast-fifo@^1.3.2:
resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c"
integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==
-fast-glob@^3.2.12, fast-glob@^3.2.9, fast-glob@^3.3.2, fast-glob@^3.3.3:
+fast-glob@^3.2.12, fast-glob@^3.3.2, fast-glob@^3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -6244,16 +5830,35 @@ fast-levenshtein@^2.0.6:
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
-fast-npm-meta@^0.4.7:
- version "0.4.7"
- resolved "https://registry.yarnpkg.com/fast-npm-meta/-/fast-npm-meta-0.4.7.tgz#c5f3d60cac2b0f1d186a8dd252ae85dddd60e5d8"
- integrity sha512-aZU3i3eRcSb2NCq8i6N6IlyiTyF6vqAqzBGl2NBF6ngNx/GIqfYbkLDIKZ4z4P0o/RmtsFnVqHwdrSm13o4tnQ==
+fast-npm-meta@^1.4.2:
+ version "1.4.2"
+ resolved "https://registry.yarnpkg.com/fast-npm-meta/-/fast-npm-meta-1.4.2.tgz#17c120e8dde067dc79fb76bdd9cc1d0dfc8bb5b6"
+ integrity sha512-XXyd9d3ie/JeIIjm6WeKalvapGGFI4ShAjPJM78vgUFYzoEsuNSjvvVTuht0XZcwbVdOnEEGzhxwguRbxkIcDg==
+
+fast-string-truncated-width@^1.2.0:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/fast-string-truncated-width/-/fast-string-truncated-width-1.2.1.tgz#179d1ebab3b15b62893bbeaa8cefc728a649e761"
+ integrity sha512-Q9acT/+Uu3GwGj+5w/zsGuQjh9O1TyywhIwAxHudtWrgF09nHOPrvTLhQevPbttcxjr/SNN7mJmfOw/B1bXgow==
+
+fast-string-width@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/fast-string-width/-/fast-string-width-1.1.0.tgz#8122fe1c4699474cb30c84e4419359e2d90c156a"
+ integrity sha512-O3fwIVIH5gKB38QNbdg+3760ZmGz0SZMgvwJbA1b2TGXceKE6A2cOlfogh1iw8lr049zPyd7YADHy+B7U4W9bQ==
+ dependencies:
+ fast-string-truncated-width "^1.2.0"
fast-uri@^3.0.1:
version "3.1.0"
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa"
integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
+fast-wrap-ansi@^0.1.3:
+ version "0.1.6"
+ resolved "https://registry.yarnpkg.com/fast-wrap-ansi/-/fast-wrap-ansi-0.1.6.tgz#a2eb1b177ac05062d5ee2e7af7ec2813bd5c20cf"
+ integrity sha512-HlUwET7a5gqjURj70D5jl7aC3Zmy4weA1SHUfM0JFI0Ptq987NH2TwbBFLoERhfwk+E+eaq4EK3jXoT+R3yp3w==
+ dependencies:
+ fast-string-width "^1.1.0"
+
fastq@^1.15.0, fastq@^1.6.0:
version "1.19.1"
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.19.1.tgz#d50eaba803c8846a883c16492821ebcd2cda55f5"
@@ -6266,13 +5871,6 @@ fdir@^6.2.0, fdir@^6.5.0:
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
-figures@^6.1.0:
- version "6.1.0"
- resolved "https://registry.yarnpkg.com/figures/-/figures-6.1.0.tgz#935479f51865fa7479f6fa94fc6fc7ac14e62c4a"
- integrity sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==
- dependencies:
- is-unicode-supported "^2.0.0"
-
file-entry-cache@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f"
@@ -6304,14 +5902,6 @@ find-up-simple@^1.0.1:
resolved "https://registry.yarnpkg.com/find-up-simple/-/find-up-simple-1.0.1.tgz#18fb90ad49e45252c4d7fca56baade04fa3fca1e"
integrity sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==
-find-up@^4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
- integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
- dependencies:
- locate-path "^5.0.0"
- path-exists "^4.0.0"
-
find-up@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
@@ -6394,10 +5984,10 @@ form-data@^4.0.5:
hasown "^2.0.2"
mime-types "^2.1.12"
-fraction.js@^4.3.7:
- version "4.3.7"
- resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
- integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
+fraction.js@^5.3.4:
+ version "5.3.4"
+ resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-5.3.4.tgz#8c0fcc6a9908262df4ed197427bdeef563e0699a"
+ integrity sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==
fresh@^2.0.0:
version "2.0.0"
@@ -6446,6 +6036,11 @@ fuse.js@^7.1.0:
resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-7.1.0.tgz#306228b4befeee11e05b027087c2744158527d09"
integrity sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==
+fzf@^0.5.2:
+ version "0.5.2"
+ resolved "https://registry.yarnpkg.com/fzf/-/fzf-0.5.2.tgz#a0561b12082c3401b4240cfb7d76085d7aeb68ff"
+ integrity sha512-Tt4kuxLXFKHy8KT40zwsUPUkg1CrsgY25FxA2U/j/0WgEDCk3ddc/zLTCCcbSHX9FcKtLuVaDGtGE/STWC+j3Q==
+
generator-function@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/generator-function/-/generator-function-2.0.1.tgz#0e75dd410d1243687a0ba2e951b94eedb8f737a2"
@@ -6505,14 +6100,6 @@ get-stream@^8.0.1:
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-8.0.1.tgz#def9dfd71742cd7754a7761ed43749a27d02eca2"
integrity sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==
-get-stream@^9.0.0:
- version "9.0.1"
- resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-9.0.1.tgz#95157d21df8eb90d1647102b63039b1df60ebd27"
- integrity sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==
- dependencies:
- "@sec-ant/readable-stream" "^0.4.1"
- is-stream "^4.0.1"
-
get-symbol-description@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.1.0.tgz#7bdd54e0befe8ffc9f3b4e203220d9f1e881b6ee"
@@ -6522,7 +6109,7 @@ get-symbol-description@^1.1.0:
es-errors "^1.3.0"
get-intrinsic "^1.2.6"
-get-tsconfig@^4.10.0, get-tsconfig@^4.10.1:
+get-tsconfig@^4.10.1:
version "4.10.1"
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.10.1.tgz#d34c1c01f47d65a606c37aa7a177bc3e56ab4b2e"
integrity sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==
@@ -6548,22 +6135,12 @@ giget@^2.0.0:
nypm "^0.6.0"
pathe "^2.0.3"
-git-up@^8.1.0:
- version "8.1.1"
- resolved "https://registry.yarnpkg.com/git-up/-/git-up-8.1.1.tgz#06262adadb89a4a614d2922d803a0eda054be8c5"
- integrity sha512-FDenSF3fVqBYSaJoYy1KSc2wosx0gCvKP+c+PRBht7cAaiCeQlBtfBDX9vgnNOHmdePlSFITVcn4pFfcgNvx3g==
- dependencies:
- is-ssh "^1.4.0"
- parse-url "^9.2.0"
+giget@^3.1.2, giget@^3.2.0:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/giget/-/giget-3.2.0.tgz#bacfdd1264f81485a915928b0ae219be0e81a7c9"
+ integrity sha512-GvHTWcykIR/fP8cj8dMpuMMkvaeJfPvYnhq0oW+chSeIr+ldX21ifU2Ms6KBoyKZQZmVaUAAhQ2EZ68KJF8a7A==
-git-url-parse@^16.0.1:
- version "16.1.0"
- resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-16.1.0.tgz#3bb6f378a2ba2903c4d8b1cdec004aa85a7ab66f"
- integrity sha512-cPLz4HuK86wClEW7iDdeAKcCVlWXmrLpb2L+G9goW0Z1dtpNS6BXXSOckUTlJT/LDQViE1QZKstNORzHsLnobw==
- dependencies:
- git-up "^8.1.0"
-
-glob-parent@^5.1.2, glob-parent@~5.1.2:
+glob-parent@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -6577,7 +6154,7 @@ glob-parent@^6.0.2:
dependencies:
is-glob "^4.0.3"
-glob@>=10.5.0, glob@^10.0.0, glob@^10.4.5, glob@^11.0.1:
+glob@>=10.5.0, glob@^10.0.0, glob@^11.0.1, glob@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.0.tgz#9d9233a4a274fc28ef7adce5508b7ef6237a1be3"
integrity sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==
@@ -6618,36 +6195,24 @@ globalthis@^1.0.4:
define-properties "^1.2.1"
gopd "^1.0.1"
-globby@^11.1.0:
- version "11.1.0"
- resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
- integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
- dependencies:
- array-union "^2.1.0"
- dir-glob "^3.0.1"
- fast-glob "^3.2.9"
- ignore "^5.2.0"
- merge2 "^1.4.1"
- slash "^3.0.0"
-
-globby@^15.0.0:
- version "15.0.0"
- resolved "https://registry.yarnpkg.com/globby/-/globby-15.0.0.tgz#5dece8d6c38b34f21f710056bbc4103acec125f9"
- integrity sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==
+globby@^16.2.0:
+ version "16.2.0"
+ resolved "https://registry.yarnpkg.com/globby/-/globby-16.2.0.tgz#6ab1351fbac1d9b9e47ed423814c2ad41af308ea"
+ integrity sha512-QrJia2qDf5BB/V6HYlDTs0I0lBahyjLzpGQg3KT7FnCdTonAyPy2RtY802m2k4ALx6Dp752f82WsOczEVr3l6Q==
dependencies:
"@sindresorhus/merge-streams" "^4.0.0"
fast-glob "^3.3.3"
ignore "^7.0.5"
- path-type "^6.0.0"
+ is-path-inside "^4.0.0"
slash "^5.1.0"
- unicorn-magic "^0.3.0"
+ unicorn-magic "^0.4.0"
gopd@^1.0.1, gopd@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
-graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.9:
+graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.9:
version "4.2.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
@@ -6679,6 +6244,21 @@ h3@^1.12.0, h3@^1.15.1, h3@^1.15.3, h3@^1.15.4:
ufo "^1.6.1"
uncrypto "^0.1.3"
+h3@^1.15.10, h3@^1.15.11, h3@^1.15.6:
+ version "1.15.11"
+ resolved "https://registry.yarnpkg.com/h3/-/h3-1.15.11.tgz#831179fc6b4bc06de8ad1077e7a5c7d63b796577"
+ integrity sha512-L3THSe2MPeBwgIZVSH5zLdBBU90TOxarvhK9d04IDY2AmVS8j2Jz2LIWtwsGOU3lu2I5jCN7FNvVfY2+XyF+mg==
+ dependencies:
+ cookie-es "^1.2.3"
+ crossws "^0.3.5"
+ defu "^6.1.6"
+ destr "^2.0.5"
+ iron-webcrypto "^1.2.1"
+ node-mock-http "^1.0.4"
+ radix3 "^1.1.2"
+ ufo "^1.6.3"
+ uncrypto "^0.1.3"
+
has-bigints@^1.0.2:
version "1.1.0"
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.1.0.tgz#28607e965ac967e03cd2a2c70a2636a1edad49fe"
@@ -6727,10 +6307,10 @@ hookable@^5.5.3:
resolved "https://registry.yarnpkg.com/hookable/-/hookable-5.5.3.tgz#6cfc358984a1ef991e2518cb9ed4a778bbd3215d"
integrity sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==
-hosted-git-info@^2.1.4:
- version "2.8.9"
- resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
- integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
+hookable@^6.0.1, hookable@^6.1.0:
+ version "6.1.0"
+ resolved "https://registry.yarnpkg.com/hookable/-/hookable-6.1.0.tgz#f9eb1c39928b5c6db4e8884155d402420030555e"
+ integrity sha512-ZoKZSJgu8voGK2geJS+6YtYjvIzu9AOM/KZXsBxr83uhLL++e9pEv/dlgwgy3dvHg06kTz6JOh1hk3C8Ceiymw==
html-encoding-sniffer@^4.0.0:
version "4.0.0"
@@ -6771,21 +6351,16 @@ https-proxy-agent@^7.0.5, https-proxy-agent@^7.0.6:
agent-base "^7.1.2"
debug "4"
-httpxy@^0.1.7:
- version "0.1.7"
- resolved "https://registry.yarnpkg.com/httpxy/-/httpxy-0.1.7.tgz#02d02e57eda10e8b5c0e3f9f10860e3d7a5991a4"
- integrity sha512-pXNx8gnANKAndgga5ahefxc++tJvNL87CXoRwxn1cJE2ZkWEojF3tNfQIEhZX/vfpt+wzeAzpUI4qkediX1MLQ==
+httpxy@^0.5.0:
+ version "0.5.0"
+ resolved "https://registry.yarnpkg.com/httpxy/-/httpxy-0.5.0.tgz#a9c53543760dee498611827a464e56e14639c0d0"
+ integrity sha512-qwX7QX/rK2visT10/b7bSeZWQOMlSm3svTD0pZpU+vJjNUP0YHtNv4c3z+MO+MSnGuRFWJFdCZiV+7F7dXIOzg==
human-signals@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
-human-signals@^8.0.1:
- version "8.0.1"
- resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-8.0.1.tgz#f08bb593b6d1db353933d06156cedec90abe51fb"
- integrity sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ==
-
iconv-lite@0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
@@ -6803,7 +6378,7 @@ ieee754@^1.2.1:
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
-ignore@^5.1.1, ignore@^5.2.0, ignore@^5.2.4:
+ignore@^5.2.0:
version "5.3.2"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
@@ -6849,27 +6424,22 @@ importx@^0.4.3:
pathe "^1.1.2"
tsx "^4.19.0"
-impound@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/impound/-/impound-1.0.0.tgz#42a011b33ddcce550c801210eb36b24a691ac941"
- integrity sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==
+impound@^1.1.5:
+ version "1.1.5"
+ resolved "https://registry.yarnpkg.com/impound/-/impound-1.1.5.tgz#ce3acc2988fde76cf5c793127b89f26270302b54"
+ integrity sha512-5AUn+QE0UofqNHu5f2Skf6Svukdg4ehOIq8O0EtqIx4jta0CDZYBPqpIHt0zrlUTiFVYlLpeH39DoikXBjPKpA==
dependencies:
- exsolve "^1.0.5"
- mocked-exports "^0.1.1"
+ "@jridgewell/trace-mapping" "^0.3.31"
+ es-module-lexer "^2.0.0"
pathe "^2.0.3"
- unplugin "^2.3.2"
- unplugin-utils "^0.2.4"
+ unplugin "^3.0.0"
+ unplugin-utils "^0.3.1"
imurmurhash@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==
-indent-string@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
- integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
-
indent-string@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-5.0.0.tgz#4fd2980fccaf8622d14c64d694f4cf33c81951a5"
@@ -6894,12 +6464,12 @@ internal-slot@^1.1.0:
hasown "^2.0.2"
side-channel "^1.1.0"
-ioredis@^5.8.2:
- version "5.8.2"
- resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.8.2.tgz#c7a228a26cf36f17a5a8011148836877780e2e14"
- integrity sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==
+ioredis@^5.10.1:
+ version "5.10.1"
+ resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.10.1.tgz#6082781d8aec8d51ee4936bf81d0610404db1e3d"
+ integrity sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==
dependencies:
- "@ioredis/commands" "1.4.0"
+ "@ioredis/commands" "1.5.1"
cluster-key-slot "^1.1.0"
debug "^4.3.4"
denque "^2.1.0"
@@ -6923,11 +6493,6 @@ is-array-buffer@^3.0.4, is-array-buffer@^3.0.5:
call-bound "^1.0.3"
get-intrinsic "^1.2.6"
-is-arrayish@^0.2.1:
- version "0.2.1"
- resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
- integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
-
is-async-function@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.1.1.tgz#3e69018c8e04e73b738793d020bfe884b9fd3523"
@@ -6946,13 +6511,6 @@ is-bigint@^1.1.0:
dependencies:
has-bigints "^1.0.2"
-is-binary-path@~2.1.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
- integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
- dependencies:
- binary-extensions "^2.0.0"
-
is-boolean-object@^1.2.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.2.2.tgz#7067f47709809a393c71ff5bb3e135d8a9215d9e"
@@ -6961,13 +6519,6 @@ is-boolean-object@^1.2.1:
call-bound "^1.0.3"
has-tostringtag "^1.0.2"
-is-builtin-module@^3.2.0:
- version "3.2.1"
- resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169"
- integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==
- dependencies:
- builtin-modules "^3.3.0"
-
is-builtin-module@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-5.0.0.tgz#19df4b9c7451149b68176b0e06d18646db6308dd"
@@ -6975,19 +6526,12 @@ is-builtin-module@^5.0.0:
dependencies:
builtin-modules "^5.0.0"
-is-bun-module@^2.0.0:
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/is-bun-module/-/is-bun-module-2.0.0.tgz#4d7859a87c0fcac950c95e666730e745eae8bddd"
- integrity sha512-gNCGbnnnnFAUGKeZ9PdbyeGYJqewpmc2aKHUEMO5nQPWU9lOmv7jcmQIv+qHD8fXW6W7qfuCwX4rY9LNRjXrkQ==
- dependencies:
- semver "^7.7.1"
-
is-callable@^1.2.7:
version "1.2.7"
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
-is-core-module@^2.11.0, is-core-module@^2.13.0, is-core-module@^2.16.0, is-core-module@^2.16.1:
+is-core-module@^2.16.1:
version "2.16.1"
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
@@ -7011,11 +6555,6 @@ is-date-object@^1.0.5, is-date-object@^1.1.0:
call-bound "^1.0.2"
has-tostringtag "^1.0.2"
-is-docker@^2.0.0, is-docker@^2.1.1:
- version "2.2.1"
- resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
- integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
-
is-docker@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200"
@@ -7033,11 +6572,6 @@ is-finalizationregistry@^1.1.0:
dependencies:
call-bound "^1.0.3"
-is-fullwidth-code-point@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
- integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
-
is-fullwidth-code-point@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz#fae3167c729e7463f8461ce512b080a49268aa88"
@@ -7061,13 +6595,18 @@ is-generator-function@^1.0.10:
has-tostringtag "^1.0.2"
safe-regex-test "^1.1.0"
-is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
+is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
dependencies:
is-extglob "^2.1.1"
+is-in-ssh@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/is-in-ssh/-/is-in-ssh-1.0.0.tgz#8eb73c1cabba77748d389588eeea132a63057622"
+ integrity sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==
+
is-inside-container@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4"
@@ -7121,11 +6660,6 @@ is-path-inside@^4.0.0:
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-4.0.0.tgz#805aeb62c47c1b12fc3fd13bfb3ed1e7430071db"
integrity sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==
-is-plain-obj@^4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0"
- integrity sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==
-
is-potential-custom-element-name@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5"
@@ -7172,13 +6706,6 @@ is-shared-array-buffer@^1.0.4:
dependencies:
call-bound "^1.0.3"
-is-ssh@^1.4.0:
- version "1.4.1"
- resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.4.1.tgz#76de1cdbe8f92a8b905d1a172b6bc09704c20396"
- integrity sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==
- dependencies:
- protocols "^2.0.1"
-
is-stream@^2.0.0, is-stream@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
@@ -7189,11 +6716,6 @@ is-stream@^3.0.0:
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-3.0.0.tgz#e6bfd7aa6bef69f4f472ce9bb681e3e57b4319ac"
integrity sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==
-is-stream@^4.0.1:
- version "4.0.1"
- resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-4.0.1.tgz#375cf891e16d2e4baec250b85926cffc14720d9b"
- integrity sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==
-
is-string@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.1.1.tgz#92ea3f3d5c5b6e039ca8677e5ac8d07ea773cbb9"
@@ -7218,16 +6740,6 @@ is-typed-array@^1.1.13, is-typed-array@^1.1.14, is-typed-array@^1.1.15:
dependencies:
which-typed-array "^1.1.16"
-is-unicode-supported@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz#09f0ab0de6d3744d48d265ebb98f65d11f2a9b3a"
- integrity sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==
-
-is-wayland@^0.1.0:
- version "0.1.0"
- resolved "https://registry.yarnpkg.com/is-wayland/-/is-wayland-0.1.0.tgz#ed966c54a608af5ba3c407922589859a0d424fe5"
- integrity sha512-QkbMsWkIfkrzOPxenwye0h56iAXirZYHG9eHVPb22fO9y+wPbaX/CHacOWBa/I++4ohTcByimhM1/nyCsH8KNA==
-
is-weakmap@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz#bf72615d649dfe5f699079c54b83e47d1ae19cfd"
@@ -7248,18 +6760,6 @@ is-weakset@^2.0.3:
call-bound "^1.0.3"
get-intrinsic "^1.2.6"
-is-what@^5.2.0:
- version "5.5.0"
- resolved "https://registry.yarnpkg.com/is-what/-/is-what-5.5.0.tgz#a3031815757cfe1f03fed990bf6355a2d3f628c4"
- integrity sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw==
-
-is-wsl@^2.2.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
- integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
- dependencies:
- is-docker "^2.0.0"
-
is-wsl@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.0.tgz#e1c657e39c10090afcbedec61720f6b924c3cbd2"
@@ -7289,10 +6789,10 @@ isexe@^2.0.0:
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
-isexe@^3.1.1:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz#4a407e2bd78ddfb14bea0c27c6f7072dde775f0d"
- integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==
+isexe@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/isexe/-/isexe-4.0.0.tgz#48f6576af8e87a18feb796b7ed5e2e5903b43dca"
+ integrity sha512-FFUtZMpoZ8RqHS3XeXEmHWLA4thH+ZxCv2lOiPIn1Xc7CxrqhWzNSDzD+/chS/zbYezmiwWLdQC09JdQKmthOw==
isomorphic-dompurify@^2.28.0:
version "2.28.0"
@@ -7311,28 +6811,6 @@ jake@^10.8.5:
filelist "^1.0.4"
picocolors "^1.1.1"
-jest-util@^29.7.0:
- version "29.7.0"
- resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc"
- integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==
- dependencies:
- "@jest/types" "^29.6.3"
- "@types/node" "*"
- chalk "^4.0.0"
- ci-info "^3.2.0"
- graceful-fs "^4.2.9"
- picomatch "^2.2.3"
-
-jest-worker@^29.7.0:
- version "29.7.0"
- resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.7.0.tgz#acad073acbbaeb7262bd5389e1bcf43e10058d4a"
- integrity sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==
- dependencies:
- "@types/node" "*"
- jest-util "^29.7.0"
- merge-stream "^2.0.0"
- supports-color "^8.0.0"
-
"jiti-v1@npm:jiti@^1.21.6":
version "1.21.7"
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.7.tgz#9dd81043424a3d28458b193d965f0d18a2300ba9"
@@ -7434,11 +6912,6 @@ json-editor-vue@^0.18.1:
vanilla-jsoneditor "^3.0.0"
vue-demi "^0.14.10"
-json-parse-even-better-errors@^2.3.0:
- version "2.3.1"
- resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
- integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
-
json-schema-to-typescript-lite@^15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/json-schema-to-typescript-lite/-/json-schema-to-typescript-lite-15.0.0.tgz#94b0bdc301f479fc7eca6d02ddaca16394e9356d"
@@ -7472,13 +6945,6 @@ json-stable-stringify-without-jsonify@^1.0.1:
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
-json5@^1.0.2:
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
- integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
- dependencies:
- minimist "^1.2.0"
-
json5@^2.2.0, json5@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
@@ -7529,11 +6995,6 @@ keyv@^4.5.4:
dependencies:
json-buffer "3.0.1"
-kleur@^3.0.3:
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
- integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
-
kleur@^4.1.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.5.tgz#95106101795f7050c6c650f350c683febddb1780"
@@ -7549,10 +7010,10 @@ knitwork@^1.2.0, knitwork@^1.3.0:
resolved "https://registry.yarnpkg.com/knitwork/-/knitwork-1.3.0.tgz#4a0d0b0d45378cac909ee1117481392522bd08a4"
integrity sha512-4LqMNoONzR43B1W0ek0fhXMsDNW/zxa1NdFAVMY+k28pgZLovR4G3PB5MrpTxCy1QaZCqNoiaKPr5w5qZHfSNw==
-launch-editor@^2.11.1:
- version "2.12.0"
- resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.12.0.tgz#cc740f4e0263a6b62ead2485f9896e545321f817"
- integrity sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==
+launch-editor@^2.13.1:
+ version "2.13.2"
+ resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.13.2.tgz#41d51baaf8afb393224b89bd2bcb4e02f2306405"
+ integrity sha512-4VVDnbOpLXy/s8rdRCSXb+zfMeFR0WlJWpET1iA9CQdlZDfwyLjUuGQzXU4VeOoey6AicSAluWan7Etga6Kcmg==
dependencies:
picocolors "^1.1.1"
shell-quote "^1.8.3"
@@ -7582,11 +7043,6 @@ lilconfig@^3.1.3:
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.3.tgz#a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4"
integrity sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==
-lines-and-columns@^1.1.6:
- version "1.2.4"
- resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
- integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
-
lint-staged@^15.4.3:
version "15.5.2"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.5.2.tgz#beff028fd0681f7db26ffbb67050a21ed4d059a3"
@@ -7627,6 +7083,30 @@ listhen@^1.9.0:
untun "^0.1.3"
uqr "^0.1.2"
+listhen@^1.9.1:
+ version "1.9.1"
+ resolved "https://registry.yarnpkg.com/listhen/-/listhen-1.9.1.tgz#3ee7b19cc7ed4f25488e842b2912e67509dd1677"
+ integrity sha512-4EhoyVcXEpNlY5HJRSQpH7Rba94M8N2JmI62ePjl0lrJKXSfG0F1FAgHGxBoz/T3pe41sUEwkIRRIcaUL0/Ofw==
+ dependencies:
+ "@parcel/watcher" "^2.5.6"
+ "@parcel/watcher-wasm" "^2.5.6"
+ citty "^0.2.2"
+ consola "^3.4.2"
+ crossws ">=0.2.0 <0.5.0"
+ defu "^6.1.6"
+ get-port-please "^3.2.0"
+ h3 "^1.15.11"
+ http-shutdown "^1.2.2"
+ jiti "^2.6.1"
+ mlly "^1.8.2"
+ node-forge "^1.4.0"
+ pathe "^2.0.3"
+ std-env "^4.0.0"
+ tinyclip "^0.1.12"
+ ufo "^1.6.3"
+ untun "^0.1.3"
+ uqr "^0.1.2"
+
listr2@^8.2.5:
version "8.3.3"
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.3.3.tgz#815fc8f738260ff220981bf9e866b3e11e8121bf"
@@ -7644,11 +7124,6 @@ load-tsconfig@^0.2.3:
resolved "https://registry.yarnpkg.com/load-tsconfig/-/load-tsconfig-0.2.5.tgz#453b8cd8961bfb912dea77eb6c168fe8cca3d3a1"
integrity sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==
-local-pkg@^0.4.2:
- version "0.4.3"
- resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-0.4.3.tgz#0ff361ab3ae7f1c19113d9bb97b98b905dbc4963"
- integrity sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==
-
local-pkg@^0.5.0:
version "0.5.1"
resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-0.5.1.tgz#69658638d2a95287534d4c2fff757980100dbb6d"
@@ -7671,13 +7146,6 @@ locate-character@^3.0.0:
resolved "https://registry.yarnpkg.com/locate-character/-/locate-character-3.0.0.tgz#0305c5b8744f61028ef5d01f444009e00779f974"
integrity sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==
-locate-path@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
- integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
- dependencies:
- p-locate "^4.1.0"
-
locate-path@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
@@ -7768,6 +7236,11 @@ lru-cache@^11.2.1:
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz#40fd37edffcfae4b2940379c0722dc6eeaa75f24"
integrity sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==
+lru-cache@^11.2.7:
+ version "11.3.2"
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.3.2.tgz#349669d2a9eeb10cc706a9edb10d93bc7080a892"
+ integrity sha512-wgWa6FWQ3QRRJbIjbsldRJZxdxYngT/dO0I5Ynmlnin8qy7tC6xYzbcJjtN4wHLXtkbVwHzk0C+OejVw1XM+DQ==
+
lru-cache@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7823,22 +7296,13 @@ magic-string@^0.30.12, magic-string@^0.30.17, magic-string@^0.30.19, magic-strin
dependencies:
"@jridgewell/sourcemap-codec" "^1.5.5"
-magicast@^0.3.5:
- version "0.3.5"
- resolved "https://registry.yarnpkg.com/magicast/-/magicast-0.3.5.tgz#8301c3c7d66704a0771eb1bad74274f0ec036739"
- integrity sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==
+magicast@^0.5.2:
+ version "0.5.2"
+ resolved "https://registry.yarnpkg.com/magicast/-/magicast-0.5.2.tgz#70cea9df729c164485049ea5df85a390281dfb9d"
+ integrity sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==
dependencies:
- "@babel/parser" "^7.25.4"
- "@babel/types" "^7.25.4"
- source-map-js "^1.2.0"
-
-magicast@^0.5.0:
- version "0.5.1"
- resolved "https://registry.yarnpkg.com/magicast/-/magicast-0.5.1.tgz#518959aea78851cd35d4bb0da92f780db3f606d3"
- integrity sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==
- dependencies:
- "@babel/parser" "^7.28.5"
- "@babel/types" "^7.28.5"
+ "@babel/parser" "^7.29.0"
+ "@babel/types" "^7.29.0"
source-map-js "^1.2.1"
marked@^15.0.12:
@@ -7871,7 +7335,7 @@ merge-stream@^2.0.0:
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
-merge2@^1.3.0, merge2@^1.4.1:
+merge2@^1.3.0:
version "1.4.1"
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -7908,11 +7372,6 @@ mime-types@^3.0.1:
dependencies:
mime-db "^1.54.0"
-mime@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/mime/-/mime-3.0.0.tgz#b374550dca3a0c18443b0c950a6a58f1931cf7a7"
- integrity sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==
-
mime@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/mime/-/mime-4.1.0.tgz#ec55df7aa21832a36d44f0bbee5c04639b27802f"
@@ -7928,18 +7387,6 @@ mimic-function@^5.0.0:
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
-min-indent@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
- integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
-
-minimatch@9.0.3:
- version "9.0.3"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
- integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
- dependencies:
- brace-expansion "^2.0.1"
-
minimatch@^10.1.1:
version "10.1.1"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
@@ -7947,7 +7394,7 @@ minimatch@^10.1.1:
dependencies:
"@isaacs/brace-expansion" "^5.0.0"
-minimatch@^3.0.4, minimatch@^3.1.2:
+minimatch@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -7975,11 +7422,6 @@ minimatch@^9.0.4:
dependencies:
brace-expansion "^2.0.1"
-minimist@^1.2.0, minimist@^1.2.6:
- version "1.2.8"
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
- integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
-
minipass@^7.0.4, minipass@^7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
@@ -7992,12 +7434,7 @@ minizlib@^3.1.0:
dependencies:
minipass "^7.1.2"
-mitt@^3.0.1:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/mitt/-/mitt-3.0.1.tgz#ea36cf0cc30403601ae074c8f77b7092cdab36d1"
- integrity sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==
-
-mlly@^1.2.0, mlly@^1.3.0, mlly@^1.7.1, mlly@^1.7.2, mlly@^1.7.3, mlly@^1.7.4, mlly@^1.8.0:
+mlly@^1.2.0, mlly@^1.7.1, mlly@^1.7.2, mlly@^1.7.3, mlly@^1.7.4, mlly@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.8.0.tgz#e074612b938af8eba1eaf43299cbc89cb72d824e"
integrity sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==
@@ -8007,6 +7444,16 @@ mlly@^1.2.0, mlly@^1.3.0, mlly@^1.7.1, mlly@^1.7.2, mlly@^1.7.3, mlly@^1.7.4, ml
pkg-types "^1.3.1"
ufo "^1.6.1"
+mlly@^1.8.1, mlly@^1.8.2:
+ version "1.8.2"
+ resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.8.2.tgz#e7f7919a82d13b174405613117249a3f449d78bb"
+ integrity sha512-d+ObxMQFmbt10sretNDytwt85VrbkhhUA/JBGm1MPaWJ65Cl4wOgLaB1NYvJSZ0Ef03MMEU/0xpPMXUIQ29UfA==
+ dependencies:
+ acorn "^8.16.0"
+ pathe "^2.0.3"
+ pkg-types "^1.3.1"
+ ufo "^1.6.3"
+
mocked-exports@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/mocked-exports/-/mocked-exports-0.1.1.tgz#6916efea9a9dd0f4abd6a0a72526f56a76c966ea"
@@ -8017,7 +7464,7 @@ mrmime@^2.0.0, mrmime@^2.0.1:
resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-2.0.1.tgz#bc3e87f7987853a54c9850eeb1f1078cd44adddc"
integrity sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==
-ms@^2.1.1, ms@^2.1.3:
+ms@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -8032,15 +7479,10 @@ nanoid@^3.3.11:
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
-nanoid@^5.1.0:
- version "5.1.6"
- resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-5.1.6.tgz#30363f664797e7d40429f6c16946d6bd7a3f26c9"
- integrity sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==
-
-nanotar@^0.2.0:
- version "0.2.0"
- resolved "https://registry.yarnpkg.com/nanotar/-/nanotar-0.2.0.tgz#763afd4e41974d033011f588e9157dff726c296b"
- integrity sha512-9ca1h0Xjvo9bEkE4UOxgAzLV0jHKe6LMaxo37ND2DAhhAtd0j8pR1Wxz+/goMrZO8AEZTWCmyaOsFI/W5AdpCQ==
+nanotar@^0.3.0:
+ version "0.3.0"
+ resolved "https://registry.yarnpkg.com/nanotar/-/nanotar-0.3.0.tgz#0a1839731ecbdd910129244a563f73183eb80c6a"
+ integrity sha512-Kv2JYYiCzt16Kt5QwAc9BFG89xfPNBx+oQL4GQXD9nLqPkZBiNaqaCWtwnbk/q7UVsTYevvM1b0UF8zmEI4pCg==
napi-postinstall@^0.3.0:
version "0.3.3"
@@ -8062,80 +7504,80 @@ natural-compare@^1.4.0:
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
-nitropack@^2.12.8:
- version "2.12.9"
- resolved "https://registry.yarnpkg.com/nitropack/-/nitropack-2.12.9.tgz#2c92765440f980d27a8c3b378f3a850e66157ce4"
- integrity sha512-t6qqNBn2UDGMWogQuORjbL2UPevB8PvIPsPHmqvWpeGOlPr4P8Oc5oA8t3wFwGmaolM2M/s2SwT23nx9yARmOg==
+nitropack@^2.13.1:
+ version "2.13.3"
+ resolved "https://registry.yarnpkg.com/nitropack/-/nitropack-2.13.3.tgz#4f7a876a9c1e3b51964d53e0a83cd2aac3efdf29"
+ integrity sha512-C8vO7RxkU0AQ3HbYUumuG6MVM5JjRaBchke/rYFOp3EvrLtTBHZYhDVGECdpa27vNuOYRzm3GtQMn2YDOjDJLA==
dependencies:
- "@cloudflare/kv-asset-handler" "^0.4.0"
- "@rollup/plugin-alias" "^5.1.1"
- "@rollup/plugin-commonjs" "^28.0.9"
+ "@cloudflare/kv-asset-handler" "^0.4.2"
+ "@rollup/plugin-alias" "^6.0.0"
+ "@rollup/plugin-commonjs" "^29.0.2"
"@rollup/plugin-inject" "^5.0.5"
"@rollup/plugin-json" "^6.1.0"
"@rollup/plugin-node-resolve" "^16.0.3"
- "@rollup/plugin-replace" "^6.0.2"
- "@rollup/plugin-terser" "^0.4.4"
- "@vercel/nft" "^0.30.3"
+ "@rollup/plugin-replace" "^6.0.3"
+ "@rollup/plugin-terser" "^1.0.0"
+ "@vercel/nft" "^1.5.0"
archiver "^7.0.1"
- c12 "^3.3.1"
- chokidar "^4.0.3"
- citty "^0.1.6"
+ c12 "^3.3.4"
+ chokidar "^5.0.0"
+ citty "^0.2.2"
compatx "^0.2.0"
- confbox "^0.2.2"
+ confbox "^0.2.4"
consola "^3.4.2"
- cookie-es "^2.0.0"
- croner "^9.1.0"
+ cookie-es "^2.0.1"
+ croner "^10.0.1"
crossws "^0.3.5"
db0 "^0.3.4"
- defu "^6.1.4"
+ defu "^6.1.6"
destr "^2.0.5"
dot-prop "^10.1.0"
- esbuild "^0.25.11"
+ esbuild "^0.27.5"
escape-string-regexp "^5.0.0"
etag "^1.8.1"
- exsolve "^1.0.7"
- globby "^15.0.0"
+ exsolve "^1.0.8"
+ globby "^16.2.0"
gzip-size "^7.0.0"
- h3 "^1.15.4"
+ h3 "^1.15.10"
hookable "^5.5.3"
- httpxy "^0.1.7"
- ioredis "^5.8.2"
+ httpxy "^0.5.0"
+ ioredis "^5.10.1"
jiti "^2.6.1"
klona "^2.0.6"
- knitwork "^1.2.0"
- listhen "^1.9.0"
+ knitwork "^1.3.0"
+ listhen "^1.9.1"
magic-string "^0.30.21"
- magicast "^0.5.0"
+ magicast "^0.5.2"
mime "^4.1.0"
- mlly "^1.8.0"
+ mlly "^1.8.2"
node-fetch-native "^1.6.7"
- node-mock-http "^1.0.3"
- ofetch "^1.5.0"
+ node-mock-http "^1.0.4"
+ ofetch "^1.5.1"
ohash "^2.0.11"
pathe "^2.0.3"
- perfect-debounce "^2.0.0"
+ perfect-debounce "^2.1.0"
pkg-types "^2.3.0"
pretty-bytes "^7.1.0"
radix3 "^1.1.2"
- rollup "^4.52.5"
- rollup-plugin-visualizer "^6.0.5"
+ rollup "^4.60.1"
+ rollup-plugin-visualizer "^7.0.1"
scule "^1.3.0"
- semver "^7.7.3"
+ semver "^7.7.4"
serve-placeholder "^2.0.2"
- serve-static "^2.2.0"
+ serve-static "^2.2.1"
source-map "^0.7.6"
- std-env "^3.10.0"
- ufo "^1.6.1"
+ std-env "^4.0.0"
+ ufo "^1.6.3"
ultrahtml "^1.6.0"
uncrypto "^0.1.3"
- unctx "^2.4.1"
- unenv "^2.0.0-rc.23"
- unimport "^5.5.0"
+ unctx "^2.5.0"
+ unenv "2.0.0-rc.24"
+ unimport "^6.0.2"
unplugin-utils "^0.3.1"
- unstorage "^1.17.1"
+ unstorage "^1.17.5"
untyped "^2.0.0"
- unwasm "^0.3.11"
- youch "^4.1.0-beta.11"
+ unwasm "^0.5.3"
+ youch "^4.1.1"
youch-core "^0.3.3"
node-addon-api@^7.0.0:
@@ -8155,7 +7597,7 @@ node-fetch@^2.6.7, node-fetch@^2.7.0:
dependencies:
whatwg-url "^5.0.0"
-node-forge@>=1.3.2, node-forge@^1.3.1:
+node-forge@>=1.3.2, node-forge@^1.3.1, node-forge@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.4.0.tgz#1c7b7d8bdc2d078739f58287d589d903a11b2fc2"
integrity sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==
@@ -8165,16 +7607,26 @@ node-gyp-build@^4.2.2:
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.8.4.tgz#8a70ee85464ae52327772a90d66c6077a900cfc8"
integrity sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==
-node-mock-http@^1.0.2, node-mock-http@^1.0.3:
+node-mock-http@^1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/node-mock-http/-/node-mock-http-1.0.3.tgz#4e55e093267a3b910cded7354389ce2d02c89e77"
integrity sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==
+node-mock-http@^1.0.4:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/node-mock-http/-/node-mock-http-1.0.4.tgz#21f2ab4ce2fe4fbe8a660d7c5195a1db85e042a4"
+ integrity sha512-8DY+kFsDkNXy1sJglUfuODx1/opAGJGyrTuFqEoN90oRc2Vk0ZbD4K2qmKXBBEhZQzdKHIVfEJpDU8Ak2NJEvQ==
+
node-releases@^2.0.26, node-releases@^2.0.27:
version "2.0.27"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.27.tgz#eedca519205cf20f650f61d56b070db111231e4e"
integrity sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==
+node-releases@^2.0.36:
+ version "2.0.37"
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.37.tgz#9bd4f10b77ba39c2b9402d4e8399c482a797f671"
+ integrity sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==
+
nopt@^8.0.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/nopt/-/nopt-8.1.0.tgz#b11d38caf0f8643ce885818518064127f602eae3"
@@ -8182,26 +7634,11 @@ nopt@^8.0.0:
dependencies:
abbrev "^3.0.0"
-normalize-package-data@^2.5.0:
- version "2.5.0"
- resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
- integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
- dependencies:
- hosted-git-info "^2.1.4"
- resolve "^1.10.0"
- semver "2 || 3 || 4 || 5"
- validate-npm-package-license "^3.0.1"
-
-normalize-path@^3.0.0, normalize-path@~3.0.0:
+normalize-path@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
-normalize-range@^0.1.2:
- version "0.1.2"
- resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
- integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==
-
npm-run-path@^5.1.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-5.3.0.tgz#e23353d0ebb9317f174e93417e4a4d82d0249e9f"
@@ -8224,70 +7661,69 @@ nth-check@^2.0.1, nth-check@^2.1.1:
dependencies:
boolbase "^1.0.0"
-nuxt@^3.19.2:
- version "3.20.0"
- resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-3.20.0.tgz#2fa2a51adc394f0b1dc55d01b3782497d93faa2a"
- integrity sha512-JjrKlbsJyK/OO7eF70Q/ay0tJALSMMeu2t4Ocu1aFJ6qS5aDkhYRAvOstcU+ojTLY4wOvOUrGBmVnfE+hgsfvw==
+nuxt@^4.4.2:
+ version "4.4.2"
+ resolved "https://registry.yarnpkg.com/nuxt/-/nuxt-4.4.2.tgz#546f18a8d7eacd09b81bdccbfb6f4faa0bae485c"
+ integrity sha512-iWVFpr/YEqVU/CenqIHMnIkvb2HE/9f+q8oxZ+pj2et+60NljGRClCgnmbvGPdmNFE0F1bEhoBCYfqbDOCim3Q==
dependencies:
- "@dxup/nuxt" "^0.1.0"
- "@nuxt/cli" "^3.29.3"
- "@nuxt/devtools" "^2.6.5"
- "@nuxt/kit" "3.20.0"
- "@nuxt/nitro-server" "3.20.0"
- "@nuxt/schema" "3.20.0"
- "@nuxt/telemetry" "^2.6.6"
- "@nuxt/vite-builder" "3.20.0"
- "@unhead/vue" "^2.0.14"
- "@vue/shared" "^3.5.22"
- c12 "^3.3.0"
- chokidar "^4.0.3"
+ "@dxup/nuxt" "^0.4.0"
+ "@nuxt/cli" "^3.34.0"
+ "@nuxt/devtools" "^3.2.3"
+ "@nuxt/kit" "4.4.2"
+ "@nuxt/nitro-server" "4.4.2"
+ "@nuxt/schema" "4.4.2"
+ "@nuxt/telemetry" "^2.7.0"
+ "@nuxt/vite-builder" "4.4.2"
+ "@unhead/vue" "^2.1.12"
+ "@vue/shared" "^3.5.30"
+ c12 "^3.3.3"
+ chokidar "^5.0.0"
compatx "^0.2.0"
consola "^3.4.2"
cookie-es "^2.0.0"
defu "^6.1.4"
- destr "^2.0.5"
- devalue "^5.3.2"
+ devalue "^5.6.3"
errx "^0.1.0"
escape-string-regexp "^5.0.0"
- exsolve "^1.0.7"
- h3 "^1.15.4"
- hookable "^5.5.3"
+ exsolve "^1.0.8"
+ hookable "^6.0.1"
ignore "^7.0.5"
- impound "^1.0.0"
+ impound "^1.1.5"
jiti "^2.6.1"
klona "^2.0.6"
- knitwork "^1.2.0"
- magic-string "^0.30.19"
- mlly "^1.8.0"
- nanotar "^0.2.0"
- nypm "^0.6.2"
- ofetch "^1.4.1"
+ knitwork "^1.3.0"
+ magic-string "^0.30.21"
+ mlly "^1.8.1"
+ nanotar "^0.3.0"
+ nypm "^0.6.5"
+ ofetch "^1.5.1"
ohash "^2.0.11"
- on-change "^6.0.0"
- oxc-minify "^0.94.0"
- oxc-parser "^0.94.0"
- oxc-transform "^0.94.0"
- oxc-walker "^0.5.2"
+ on-change "^6.0.2"
+ oxc-minify "^0.117.0"
+ oxc-parser "^0.117.0"
+ oxc-transform "^0.117.0"
+ oxc-walker "^0.7.0"
pathe "^2.0.3"
- perfect-debounce "^2.0.0"
+ perfect-debounce "^2.1.0"
+ picomatch "^4.0.3"
pkg-types "^2.3.0"
- radix3 "^1.1.2"
+ rou3 "^0.8.1"
scule "^1.3.0"
- semver "^7.7.3"
- std-env "^3.9.0"
+ semver "^7.7.4"
+ std-env "^4.0.0"
tinyglobby "^0.2.15"
- ufo "^1.6.1"
+ ufo "^1.6.3"
ultrahtml "^1.6.0"
uncrypto "^0.1.3"
- unctx "^2.4.1"
- unimport "^5.4.1"
- unplugin "^2.3.10"
- unplugin-vue-router "^0.16.0"
+ unctx "^2.5.0"
+ unimport "^6.0.1"
+ unplugin "^3.0.0"
+ unrouting "^0.1.5"
untyped "^2.0.0"
- vue "^3.5.22"
- vue-router "^4.6.3"
+ vue "^3.5.30"
+ vue-router "^5.0.3"
-nypm@^0.6.0, nypm@^0.6.2:
+nypm@^0.6.0:
version "0.6.2"
resolved "https://registry.yarnpkg.com/nypm/-/nypm-0.6.2.tgz#467512024948398fafa73cea30a3ed9efc5af071"
integrity sha512-7eM+hpOtrKrBDCh7Ypu2lJ9Z7PNZBdi/8AT3AX8xoCj43BBVHD0hPSTEvMtkMpfs8FCqBGhxB+uToIQimA111g==
@@ -8298,6 +7734,15 @@ nypm@^0.6.0, nypm@^0.6.2:
pkg-types "^2.3.0"
tinyexec "^1.0.1"
+nypm@^0.6.5:
+ version "0.6.5"
+ resolved "https://registry.yarnpkg.com/nypm/-/nypm-0.6.5.tgz#5edd97310ee468fa3306b9ef5fe82b8ef6605b57"
+ integrity sha512-K6AJy1GMVyfyMXRVB88700BJqNUkByijGJM8kEHpLdcAt+vSQAVfkWWHYzuRXHSY6xA2sNc5RjTj0p9rE2izVQ==
+ dependencies:
+ citty "^0.2.0"
+ pathe "^2.0.3"
+ tinyexec "^1.0.2"
+
object-inspect@^1.13.3, object-inspect@^1.13.4:
version "1.13.4"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
@@ -8320,36 +7765,12 @@ object.assign@^4.1.7:
has-symbols "^1.1.0"
object-keys "^1.1.1"
-object.fromentries@^2.0.8:
- version "2.0.8"
- resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
- integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==
- dependencies:
- call-bind "^1.0.7"
- define-properties "^1.2.1"
- es-abstract "^1.23.2"
- es-object-atoms "^1.0.0"
+obug@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/obug/-/obug-2.1.1.tgz#2cba74ff241beb77d63055ddf4cd1e9f90b538be"
+ integrity sha512-uTqF9MuPraAQ+IsnPf366RG4cP9RtUi7MLO1N3KEc+wb0a6yKpeL0lmk2IB1jY5KHPAlTc6T/JRdC/YqxHNwkQ==
-object.groupby@^1.0.3:
- version "1.0.3"
- resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.3.tgz#9b125c36238129f6f7b61954a1e7176148d5002e"
- integrity sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==
- dependencies:
- call-bind "^1.0.7"
- define-properties "^1.2.1"
- es-abstract "^1.23.2"
-
-object.values@^1.2.1:
- version "1.2.1"
- resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
- integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==
- dependencies:
- call-bind "^1.0.8"
- call-bound "^1.0.3"
- define-properties "^1.2.1"
- es-object-atoms "^1.0.0"
-
-ofetch@^1.4.1, ofetch@^1.5.0:
+ofetch@^1.4.1, ofetch@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/ofetch/-/ofetch-1.5.1.tgz#5c43cc56e03398b273014957060344254505c5c7"
integrity sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==
@@ -8358,15 +7779,20 @@ ofetch@^1.4.1, ofetch@^1.5.0:
node-fetch-native "^1.6.7"
ufo "^1.6.1"
+ofetch@^2.0.0-alpha.3:
+ version "2.0.0-alpha.3"
+ resolved "https://registry.yarnpkg.com/ofetch/-/ofetch-2.0.0-alpha.3.tgz#9f1017646d9bbfeba6c6e26a469b12402a66ccca"
+ integrity sha512-zpYTCs2byOuft65vI3z43Dd6iSdFbOZZLb9/d21aCpx2rGastVU9dOCv0lu4ykc1Ur1anAYjDi3SUvR0vq50JA==
+
ohash@^2.0.0, ohash@^2.0.11:
version "2.0.11"
resolved "https://registry.yarnpkg.com/ohash/-/ohash-2.0.11.tgz#60b11e8cff62ca9dee88d13747a5baa145f5900b"
integrity sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==
-on-change@^6.0.0:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/on-change/-/on-change-6.0.1.tgz#5fbaf16a78a139a10e63b07c5baf3e8d1fffa66b"
- integrity sha512-P7o0hkMahOhjb1niG28vLNAXsJrRcfpJvYWcTmPt/Tf4xedcF2PA1E9++N1tufY8/vIsaiJgHhjQp53hJCe+zw==
+on-change@^6.0.2:
+ version "6.0.2"
+ resolved "https://registry.yarnpkg.com/on-change/-/on-change-6.0.2.tgz#8593ca2df07a9c33898fdc92aa15b1f5a86923d9"
+ integrity sha512-08+12qcOVEA0fS9g/VxKS27HaT94nRutUT77J2dr8zv/unzXopvhBuF8tNLWsoLQ5IgrQ6eptGeGqUYat82U1w==
on-finished@^2.4.1:
version "2.4.1"
@@ -8399,14 +7825,17 @@ open@^10.2.0:
is-inside-container "^1.0.0"
wsl-utils "^0.1.0"
-open@^8.0.0:
- version "8.4.2"
- resolved "https://registry.yarnpkg.com/open/-/open-8.4.2.tgz#5b5ffe2a8f793dcd2aad73e550cb87b59cb084f9"
- integrity sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==
+open@^11.0.0:
+ version "11.0.0"
+ resolved "https://registry.yarnpkg.com/open/-/open-11.0.0.tgz#897e6132f994d3554cbcf72e0df98f176a7e5f62"
+ integrity sha512-smsWv2LzFjP03xmvFoJ331ss6h+jixfA4UUV/Bsiyuu4YJPfN+FIQGOIiv4w9/+MoHkfkJ22UIaQWRVFRfH6Vw==
dependencies:
- define-lazy-prop "^2.0.0"
- is-docker "^2.1.1"
- is-wsl "^2.2.0"
+ default-browser "^5.4.0"
+ define-lazy-prop "^3.0.0"
+ is-in-ssh "^1.0.0"
+ is-inside-container "^1.0.0"
+ powershell-utils "^0.1.0"
+ wsl-utils "^0.3.0"
optionator@^0.9.3:
version "0.9.4"
@@ -8429,26 +7858,59 @@ own-keys@^1.0.1:
object-keys "^1.1.1"
safe-push-apply "^1.0.0"
-oxc-minify@^0.94.0:
- version "0.94.0"
- resolved "https://registry.yarnpkg.com/oxc-minify/-/oxc-minify-0.94.0.tgz#fa1ed395b520ead21b001732c42e589e5031a34e"
- integrity sha512-7+9iyxwpzfjuiEnSqNJYzTsC1Oud742PPkr/4S1bGY930U4tApdLEK8zmgbT57c1/56cfNOndqZaeQZiAfnJ5A==
+oxc-minify@^0.117.0:
+ version "0.117.0"
+ resolved "https://registry.yarnpkg.com/oxc-minify/-/oxc-minify-0.117.0.tgz#01749f73e50b0d042fa510fe235cc0199f873145"
+ integrity sha512-JHsv/b+bmBJkAzkHXgTN7RThloVxLHPT0ojHfjqxVeHuQB7LPpLUbJ2qfwz37sto9stZ9+AVwUP4b3gtR7p/Tw==
optionalDependencies:
- "@oxc-minify/binding-android-arm64" "0.94.0"
- "@oxc-minify/binding-darwin-arm64" "0.94.0"
- "@oxc-minify/binding-darwin-x64" "0.94.0"
- "@oxc-minify/binding-freebsd-x64" "0.94.0"
- "@oxc-minify/binding-linux-arm-gnueabihf" "0.94.0"
- "@oxc-minify/binding-linux-arm-musleabihf" "0.94.0"
- "@oxc-minify/binding-linux-arm64-gnu" "0.94.0"
- "@oxc-minify/binding-linux-arm64-musl" "0.94.0"
- "@oxc-minify/binding-linux-riscv64-gnu" "0.94.0"
- "@oxc-minify/binding-linux-s390x-gnu" "0.94.0"
- "@oxc-minify/binding-linux-x64-gnu" "0.94.0"
- "@oxc-minify/binding-linux-x64-musl" "0.94.0"
- "@oxc-minify/binding-wasm32-wasi" "0.94.0"
- "@oxc-minify/binding-win32-arm64-msvc" "0.94.0"
- "@oxc-minify/binding-win32-x64-msvc" "0.94.0"
+ "@oxc-minify/binding-android-arm-eabi" "0.117.0"
+ "@oxc-minify/binding-android-arm64" "0.117.0"
+ "@oxc-minify/binding-darwin-arm64" "0.117.0"
+ "@oxc-minify/binding-darwin-x64" "0.117.0"
+ "@oxc-minify/binding-freebsd-x64" "0.117.0"
+ "@oxc-minify/binding-linux-arm-gnueabihf" "0.117.0"
+ "@oxc-minify/binding-linux-arm-musleabihf" "0.117.0"
+ "@oxc-minify/binding-linux-arm64-gnu" "0.117.0"
+ "@oxc-minify/binding-linux-arm64-musl" "0.117.0"
+ "@oxc-minify/binding-linux-ppc64-gnu" "0.117.0"
+ "@oxc-minify/binding-linux-riscv64-gnu" "0.117.0"
+ "@oxc-minify/binding-linux-riscv64-musl" "0.117.0"
+ "@oxc-minify/binding-linux-s390x-gnu" "0.117.0"
+ "@oxc-minify/binding-linux-x64-gnu" "0.117.0"
+ "@oxc-minify/binding-linux-x64-musl" "0.117.0"
+ "@oxc-minify/binding-openharmony-arm64" "0.117.0"
+ "@oxc-minify/binding-wasm32-wasi" "0.117.0"
+ "@oxc-minify/binding-win32-arm64-msvc" "0.117.0"
+ "@oxc-minify/binding-win32-ia32-msvc" "0.117.0"
+ "@oxc-minify/binding-win32-x64-msvc" "0.117.0"
+
+oxc-parser@^0.117.0:
+ version "0.117.0"
+ resolved "https://registry.yarnpkg.com/oxc-parser/-/oxc-parser-0.117.0.tgz#53acefff144b54049a74ebabf8d0c8241c06e0db"
+ integrity sha512-l3cbgK5wUvWDVNWM/JFU77qDdGZK1wudnLsFcrRyNo/bL1CyU8pC25vDhMHikVY29lbK2InTWsX42RxVSutUdQ==
+ dependencies:
+ "@oxc-project/types" "^0.117.0"
+ optionalDependencies:
+ "@oxc-parser/binding-android-arm-eabi" "0.117.0"
+ "@oxc-parser/binding-android-arm64" "0.117.0"
+ "@oxc-parser/binding-darwin-arm64" "0.117.0"
+ "@oxc-parser/binding-darwin-x64" "0.117.0"
+ "@oxc-parser/binding-freebsd-x64" "0.117.0"
+ "@oxc-parser/binding-linux-arm-gnueabihf" "0.117.0"
+ "@oxc-parser/binding-linux-arm-musleabihf" "0.117.0"
+ "@oxc-parser/binding-linux-arm64-gnu" "0.117.0"
+ "@oxc-parser/binding-linux-arm64-musl" "0.117.0"
+ "@oxc-parser/binding-linux-ppc64-gnu" "0.117.0"
+ "@oxc-parser/binding-linux-riscv64-gnu" "0.117.0"
+ "@oxc-parser/binding-linux-riscv64-musl" "0.117.0"
+ "@oxc-parser/binding-linux-s390x-gnu" "0.117.0"
+ "@oxc-parser/binding-linux-x64-gnu" "0.117.0"
+ "@oxc-parser/binding-linux-x64-musl" "0.117.0"
+ "@oxc-parser/binding-openharmony-arm64" "0.117.0"
+ "@oxc-parser/binding-wasm32-wasi" "0.117.0"
+ "@oxc-parser/binding-win32-arm64-msvc" "0.117.0"
+ "@oxc-parser/binding-win32-ia32-msvc" "0.117.0"
+ "@oxc-parser/binding-win32-x64-msvc" "0.117.0"
oxc-parser@^0.70.0:
version "0.70.0"
@@ -8472,64 +7934,39 @@ oxc-parser@^0.70.0:
"@oxc-parser/binding-win32-arm64-msvc" "0.70.0"
"@oxc-parser/binding-win32-x64-msvc" "0.70.0"
-oxc-parser@^0.94.0:
- version "0.94.0"
- resolved "https://registry.yarnpkg.com/oxc-parser/-/oxc-parser-0.94.0.tgz#173433104f234177ee691dba94d3e0e027cc8099"
- integrity sha512-refms9HQoAlTYIazONYkuX5A3rFGPddbD6Otyc+A0/pj1WTttR8TsZRlMzQxCfhexxfrbinqd7ebkEoYNuCmLQ==
- dependencies:
- "@oxc-project/types" "^0.94.0"
+oxc-transform@^0.117.0:
+ version "0.117.0"
+ resolved "https://registry.yarnpkg.com/oxc-transform/-/oxc-transform-0.117.0.tgz#57f50900d7325f142701c6c31040671ef05c44af"
+ integrity sha512-u1Stl2uhDh9bFuOGjGXQIqx46IRUNMyHQkq59LayXNGS2flNv7RpZpRSWs5S5deuNP6jJZ12gtMBze+m4dOhmw==
optionalDependencies:
- "@oxc-parser/binding-android-arm64" "0.94.0"
- "@oxc-parser/binding-darwin-arm64" "0.94.0"
- "@oxc-parser/binding-darwin-x64" "0.94.0"
- "@oxc-parser/binding-freebsd-x64" "0.94.0"
- "@oxc-parser/binding-linux-arm-gnueabihf" "0.94.0"
- "@oxc-parser/binding-linux-arm-musleabihf" "0.94.0"
- "@oxc-parser/binding-linux-arm64-gnu" "0.94.0"
- "@oxc-parser/binding-linux-arm64-musl" "0.94.0"
- "@oxc-parser/binding-linux-riscv64-gnu" "0.94.0"
- "@oxc-parser/binding-linux-s390x-gnu" "0.94.0"
- "@oxc-parser/binding-linux-x64-gnu" "0.94.0"
- "@oxc-parser/binding-linux-x64-musl" "0.94.0"
- "@oxc-parser/binding-wasm32-wasi" "0.94.0"
- "@oxc-parser/binding-win32-arm64-msvc" "0.94.0"
- "@oxc-parser/binding-win32-x64-msvc" "0.94.0"
+ "@oxc-transform/binding-android-arm-eabi" "0.117.0"
+ "@oxc-transform/binding-android-arm64" "0.117.0"
+ "@oxc-transform/binding-darwin-arm64" "0.117.0"
+ "@oxc-transform/binding-darwin-x64" "0.117.0"
+ "@oxc-transform/binding-freebsd-x64" "0.117.0"
+ "@oxc-transform/binding-linux-arm-gnueabihf" "0.117.0"
+ "@oxc-transform/binding-linux-arm-musleabihf" "0.117.0"
+ "@oxc-transform/binding-linux-arm64-gnu" "0.117.0"
+ "@oxc-transform/binding-linux-arm64-musl" "0.117.0"
+ "@oxc-transform/binding-linux-ppc64-gnu" "0.117.0"
+ "@oxc-transform/binding-linux-riscv64-gnu" "0.117.0"
+ "@oxc-transform/binding-linux-riscv64-musl" "0.117.0"
+ "@oxc-transform/binding-linux-s390x-gnu" "0.117.0"
+ "@oxc-transform/binding-linux-x64-gnu" "0.117.0"
+ "@oxc-transform/binding-linux-x64-musl" "0.117.0"
+ "@oxc-transform/binding-openharmony-arm64" "0.117.0"
+ "@oxc-transform/binding-wasm32-wasi" "0.117.0"
+ "@oxc-transform/binding-win32-arm64-msvc" "0.117.0"
+ "@oxc-transform/binding-win32-ia32-msvc" "0.117.0"
+ "@oxc-transform/binding-win32-x64-msvc" "0.117.0"
-oxc-transform@^0.94.0:
- version "0.94.0"
- resolved "https://registry.yarnpkg.com/oxc-transform/-/oxc-transform-0.94.0.tgz#1cbb63580e513bec48a82df03c7926bcc75fb944"
- integrity sha512-nHFFyPVWNNe7WLsAiQ6iwfsuTW/1esT+BJg+9rlvcSa0mfcZTpNo3TlBfj9IerLdDmYHJnSYsx8jjFZhoGfZ1w==
- optionalDependencies:
- "@oxc-transform/binding-android-arm64" "0.94.0"
- "@oxc-transform/binding-darwin-arm64" "0.94.0"
- "@oxc-transform/binding-darwin-x64" "0.94.0"
- "@oxc-transform/binding-freebsd-x64" "0.94.0"
- "@oxc-transform/binding-linux-arm-gnueabihf" "0.94.0"
- "@oxc-transform/binding-linux-arm-musleabihf" "0.94.0"
- "@oxc-transform/binding-linux-arm64-gnu" "0.94.0"
- "@oxc-transform/binding-linux-arm64-musl" "0.94.0"
- "@oxc-transform/binding-linux-riscv64-gnu" "0.94.0"
- "@oxc-transform/binding-linux-s390x-gnu" "0.94.0"
- "@oxc-transform/binding-linux-x64-gnu" "0.94.0"
- "@oxc-transform/binding-linux-x64-musl" "0.94.0"
- "@oxc-transform/binding-wasm32-wasi" "0.94.0"
- "@oxc-transform/binding-win32-arm64-msvc" "0.94.0"
- "@oxc-transform/binding-win32-x64-msvc" "0.94.0"
-
-oxc-walker@^0.5.2:
- version "0.5.2"
- resolved "https://registry.yarnpkg.com/oxc-walker/-/oxc-walker-0.5.2.tgz#ebc81bbcb3138b70bd454754365e118ac0616522"
- integrity sha512-XYoZqWwApSKUmSDEFeOKdy3Cdh95cOcSU8f7yskFWE4Rl3cfL5uwyY+EV7Brk9mdNLy+t5SseJajd6g7KncvlA==
+oxc-walker@^0.7.0:
+ version "0.7.0"
+ resolved "https://registry.yarnpkg.com/oxc-walker/-/oxc-walker-0.7.0.tgz#f99c61bc7656e7354a1583470a3939d686759e7d"
+ integrity sha512-54B4KUhrzbzc4sKvKwVYm7E2PgeROpGba0/2nlNZMqfDyca+yOor5IMb4WLGBatGDT0nkzYdYuzylg7n3YfB7A==
dependencies:
magic-regexp "^0.10.0"
-p-limit@^2.2.0:
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
- integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
- dependencies:
- p-try "^2.0.0"
-
p-limit@^3.0.2:
version "3.1.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
@@ -8544,13 +7981,6 @@ p-limit@^4.0.0:
dependencies:
yocto-queue "^1.0.0"
-p-locate@^4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
- integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
- dependencies:
- p-limit "^2.2.0"
-
p-locate@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
@@ -8565,16 +7995,6 @@ p-locate@^6.0.0:
dependencies:
p-limit "^4.0.0"
-p-try@^2.0.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
- integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
-
-package-manager-detector@^1.1.0:
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/package-manager-detector/-/package-manager-detector-1.5.0.tgz#8dcf7b78554047ddf5da453e6ba07ebc915c507e"
- integrity sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==
-
package-manager-detector@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/package-manager-detector/-/package-manager-detector-1.3.0.tgz#b42d641c448826e03c2b354272456a771ce453c0"
@@ -8599,41 +8019,11 @@ parse-imports-exports@^0.2.4:
dependencies:
parse-statements "1.0.11"
-parse-json@^5.0.0:
- version "5.2.0"
- resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
- integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
- dependencies:
- "@babel/code-frame" "^7.0.0"
- error-ex "^1.3.1"
- json-parse-even-better-errors "^2.3.0"
- lines-and-columns "^1.1.6"
-
-parse-ms@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-4.0.0.tgz#c0c058edd47c2a590151a718990533fd62803df4"
- integrity sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==
-
-parse-path@*, parse-path@^7.0.0:
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-7.1.0.tgz#41fb513cb122831807a4c7b29c8727947a09d8c6"
- integrity sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==
- dependencies:
- protocols "^2.0.0"
-
parse-statements@1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/parse-statements/-/parse-statements-1.0.11.tgz#8787c5d383ae5746568571614be72b0689584344"
integrity sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA==
-parse-url@^9.2.0:
- version "9.2.0"
- resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-9.2.0.tgz#d75da32b3bbade66e4eb0763fb4851d27526b97b"
- integrity sha512-bCgsFI+GeGWPAvAiUv63ZorMeif3/U0zaXABGJbOWt5OH2KCaPHF6S+0ok4aqM9RuIPGyZdx9tR9l13PsW4AYQ==
- dependencies:
- "@types/parse-path" "^7.0.0"
- parse-path "^7.0.0"
-
parse5@^7.3.0:
version "7.3.0"
resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.3.0.tgz#d7e224fa72399c7a175099f45fc2ad024b05ec05"
@@ -8646,11 +8036,6 @@ parseurl@^1.3.3:
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
-path-browserify@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd"
- integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==
-
path-exists@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
@@ -8684,26 +8069,16 @@ path-scurry@^2.0.0:
lru-cache "^11.0.0"
minipass "^7.1.2"
-path-type@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
- integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
-
-path-type@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/path-type/-/path-type-6.0.0.tgz#2f1bb6791a91ce99194caede5d6c5920ed81eb51"
- integrity sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==
-
-pathe@2.0.3, pathe@^2.0.1, pathe@^2.0.2, pathe@^2.0.3:
- version "2.0.3"
- resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.3.tgz#3ecbec55421685b70a9da872b2cff3e1cbed1716"
- integrity sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==
-
-pathe@^1.0.0, pathe@^1.1.0, pathe@^1.1.1, pathe@^1.1.2:
+pathe@^1.0.0, pathe@^1.1.1, pathe@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/pathe/-/pathe-1.1.2.tgz#6c4cb47a945692e48a1ddd6e4094d170516437ec"
integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==
+pathe@^2.0.1, pathe@^2.0.2, pathe@^2.0.3:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.3.tgz#3ecbec55421685b70a9da872b2cff3e1cbed1716"
+ integrity sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==
+
pathval@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/pathval/-/pathval-2.0.1.tgz#8855c5a2899af072d6ac05d11e46045ad0dc605d"
@@ -8719,21 +8094,31 @@ perfect-debounce@^2.0.0:
resolved "https://registry.yarnpkg.com/perfect-debounce/-/perfect-debounce-2.0.0.tgz#0ff94f1ecbe0a6bca4b1703a2ed08bbe43739aa7"
integrity sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==
+perfect-debounce@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/perfect-debounce/-/perfect-debounce-2.1.0.tgz#e7078e38f231cb191855c3136a4423aef725d261"
+ integrity sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==
+
picocolors@^1.0.0, picocolors@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
-picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
+picomatch@^2.0.4, picomatch@^2.2.2, picomatch@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
-picomatch@^4.0.2, picomatch@^4.0.3:
+picomatch@^4.0.2:
version "4.0.3"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
+picomatch@^4.0.3:
+ version "4.0.4"
+ resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
+ integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
+
pidtree@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
@@ -8748,7 +8133,7 @@ pkg-types@^1.2.1, pkg-types@^1.3.1:
mlly "^1.7.4"
pathe "^2.0.1"
-pkg-types@^2.2.0, pkg-types@^2.3.0:
+pkg-types@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-2.3.0.tgz#037f2c19bd5402966ff6810e32706558cb5b5726"
integrity sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==
@@ -8775,30 +8160,30 @@ postcss-calc@^10.1.1:
postcss-selector-parser "^7.0.0"
postcss-value-parser "^4.2.0"
-postcss-colormin@^7.0.5:
- version "7.0.5"
- resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-7.0.5.tgz#0c7526289ab3f0daf96a376fd7430fae7258d5cf"
- integrity sha512-ekIBP/nwzRWhEMmIxHHbXHcMdzd1HIUzBECaj5KEdLz9DVP2HzT065sEhvOx1dkLjYW7jyD0CngThx6bpFi2fA==
+postcss-colormin@^7.0.7:
+ version "7.0.7"
+ resolved "https://registry.yarnpkg.com/postcss-colormin/-/postcss-colormin-7.0.7.tgz#63b42eb2a9cfc092b96b1b758db66dc35a2a3f19"
+ integrity sha512-sBQ628lSj3VQpDquQel8Pen5mmjFPsO4pH9lDLaHB1AVkMRHtkl0pRB5DCWznc9upWsxint/kV+AveSj7W1tew==
dependencies:
- browserslist "^4.27.0"
+ "@colordx/core" "^5.0.0"
+ browserslist "^4.28.1"
caniuse-api "^3.0.0"
- colord "^2.9.3"
postcss-value-parser "^4.2.0"
-postcss-convert-values@^7.0.8:
- version "7.0.8"
- resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-7.0.8.tgz#0c599dc29891d47d7b4d6db399c402cf3ba8efc3"
- integrity sha512-+XNKuPfkHTCEo499VzLMYn94TiL3r9YqRE3Ty+jP7UX4qjewUONey1t7CG21lrlTLN07GtGM8MqFVp86D4uKJg==
+postcss-convert-values@^7.0.9:
+ version "7.0.9"
+ resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-7.0.9.tgz#6ada5c2c480f1ddbd4c886339025a916ecc8ff01"
+ integrity sha512-l6uATQATZaCa0bckHV+r6dLXfWtUBKXxO3jK+AtxxJJtgMPD+VhhPCCx51I4/5w8U5uHV67g3w7PXj+V3wlMlg==
dependencies:
- browserslist "^4.27.0"
+ browserslist "^4.28.1"
postcss-value-parser "^4.2.0"
-postcss-discard-comments@^7.0.5:
- version "7.0.5"
- resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-7.0.5.tgz#0a95aa4d229a021bc441861d4773d57145ee15dd"
- integrity sha512-IR2Eja8WfYgN5n32vEGSctVQ1+JARfu4UH8M7bgGh1bC+xI/obsPJXaBpQF7MAByvgwZinhpHpdrmXtvVVlKcQ==
+postcss-discard-comments@^7.0.6:
+ version "7.0.6"
+ resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-7.0.6.tgz#4e9c696a83391d90b3ffa4485ac144e555db443c"
+ integrity sha512-Sq+Fzj1Eg5/CPf1ERb0wS1Im5cvE2gDXCE+si4HCn1sf+jpQZxDI4DXEp8t77B/ImzDceWE2ebJQFXdqZ6GRJw==
dependencies:
- postcss-selector-parser "^7.1.0"
+ postcss-selector-parser "^7.1.1"
postcss-discard-duplicates@^7.0.2:
version "7.0.2"
@@ -8823,15 +8208,15 @@ postcss-merge-longhand@^7.0.5:
postcss-value-parser "^4.2.0"
stylehacks "^7.0.5"
-postcss-merge-rules@^7.0.7:
- version "7.0.7"
- resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-7.0.7.tgz#f49537e5029ce0e655c2f31fdb205f14575c7334"
- integrity sha512-njWJrd/Ms6XViwowaaCc+/vqhPG3SmXn725AGrnl+BgTuRPEacjiLEaGq16J6XirMJbtKkTwnt67SS+e2WGoew==
+postcss-merge-rules@^7.0.8:
+ version "7.0.8"
+ resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-7.0.8.tgz#d63ce875b9f7880ca4aa89d9ae3eaa3657215f82"
+ integrity sha512-BOR1iAM8jnr7zoQSlpeBmCsWV5Uudi/+5j7k05D0O/WP3+OFMPD86c1j/20xiuRtyt45bhxw/7hnhZNhW2mNFA==
dependencies:
- browserslist "^4.27.0"
+ browserslist "^4.28.1"
caniuse-api "^3.0.0"
cssnano-utils "^5.0.1"
- postcss-selector-parser "^7.1.0"
+ postcss-selector-parser "^7.1.1"
postcss-minify-font-values@^7.0.1:
version "7.0.1"
@@ -8840,31 +8225,31 @@ postcss-minify-font-values@^7.0.1:
dependencies:
postcss-value-parser "^4.2.0"
-postcss-minify-gradients@^7.0.1:
- version "7.0.1"
- resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-7.0.1.tgz#933cb642dd00df397237c17194f37dcbe4cad739"
- integrity sha512-X9JjaysZJwlqNkJbUDgOclyG3jZEpAMOfof6PUZjPnPrePnPG62pS17CjdM32uT1Uq1jFvNSff9l7kNbmMSL2A==
+postcss-minify-gradients@^7.0.2:
+ version "7.0.2"
+ resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-7.0.2.tgz#7937c8dcbd847f6cfd5b16938500587af8882fea"
+ integrity sha512-fVY3AB8Um7SJR5usHqTY2Ngf9qh8IRN+FFzrBP0ONJy6yYXsP7xyjK2BvSAIrpgs1cST+H91V0TXi3diHLYJtw==
dependencies:
- colord "^2.9.3"
+ "@colordx/core" "^5.0.0"
cssnano-utils "^5.0.1"
postcss-value-parser "^4.2.0"
-postcss-minify-params@^7.0.5:
- version "7.0.5"
- resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-7.0.5.tgz#4a0d15e312252e41d0c8504227d43538e3f607a2"
- integrity sha512-FGK9ky02h6Ighn3UihsyeAH5XmLEE2MSGH5Tc4tXMFtEDx7B+zTG6hD/+/cT+fbF7PbYojsmmWjyTwFwW1JKQQ==
+postcss-minify-params@^7.0.6:
+ version "7.0.6"
+ resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-7.0.6.tgz#ca0df1bd4eaa70ee7a4ee17f393d275988f44657"
+ integrity sha512-YOn02gC68JijlaXVuKvFSCvQOhTpblkcfDre2hb/Aaa58r2BIaK4AtE/cyZf2wV7YKAG+UlP9DT+By0ry1E4VQ==
dependencies:
- browserslist "^4.27.0"
+ browserslist "^4.28.1"
cssnano-utils "^5.0.1"
postcss-value-parser "^4.2.0"
-postcss-minify-selectors@^7.0.5:
- version "7.0.5"
- resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-7.0.5.tgz#d8c89eeeb208705ab4127a464d1f54a3bc22cae3"
- integrity sha512-x2/IvofHcdIrAm9Q+p06ZD1h6FPcQ32WtCRVodJLDR+WMn8EVHI1kvLxZuGKz/9EY5nAmI6lIQIrpo4tBy5+ug==
+postcss-minify-selectors@^7.0.6:
+ version "7.0.6"
+ resolved "https://registry.yarnpkg.com/postcss-minify-selectors/-/postcss-minify-selectors-7.0.6.tgz#1e0240e1fa3372d81d3f0586591f1e8d2ae21e16"
+ integrity sha512-lIbC0jy3AAwDxEgciZlBullDiMBeBCT+fz5G8RcA9MWqh/hfUkpOI3vNDUNEZHgokaoiv0juB9Y8fGcON7rU/A==
dependencies:
cssesc "^3.0.0"
- postcss-selector-parser "^7.1.0"
+ postcss-selector-parser "^7.1.1"
postcss-normalize-charset@^7.0.1:
version "7.0.1"
@@ -8906,12 +8291,12 @@ postcss-normalize-timing-functions@^7.0.1:
dependencies:
postcss-value-parser "^4.2.0"
-postcss-normalize-unicode@^7.0.5:
- version "7.0.5"
- resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.5.tgz#d47a3cc40529d7eeb18d7f7a8a215c38c54455cd"
- integrity sha512-X6BBwiRxVaFHrb2WyBMddIeB5HBjJcAaUHyhLrM2FsxSq5TFqcHSsK7Zu1otag+o0ZphQGJewGH1tAyrD0zX1Q==
+postcss-normalize-unicode@^7.0.6:
+ version "7.0.6"
+ resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-7.0.6.tgz#6935d6baf7f7374a34c216a7fe13229acd1073f2"
+ integrity sha512-z6bwTV84YW6ZvvNoaNLuzRW4/uWxDKYI1iIDrzk6D2YTL7hICApy+Q1LP6vBEsljX8FM7YSuV9qI79XESd4ddQ==
dependencies:
- browserslist "^4.27.0"
+ browserslist "^4.28.1"
postcss-value-parser "^4.2.0"
postcss-normalize-url@^7.0.1:
@@ -8936,12 +8321,12 @@ postcss-ordered-values@^7.0.2:
cssnano-utils "^5.0.1"
postcss-value-parser "^4.2.0"
-postcss-reduce-initial@^7.0.5:
- version "7.0.5"
- resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-7.0.5.tgz#cf74bb747dfa003cd3d5372081f6157e6d8e1545"
- integrity sha512-RHagHLidG8hTZcnr4FpyMB2jtgd/OcyAazjMhoy5qmWJOx1uxKh4ntk0Pb46ajKM0rkf32lRH4C8c9qQiPR6IA==
+postcss-reduce-initial@^7.0.6:
+ version "7.0.6"
+ resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-7.0.6.tgz#fa3af45e60cd04d9a3d29315eb97c82b7b447ead"
+ integrity sha512-G6ZyK68AmrPdMB6wyeA37ejnnRG2S8xinJrZJnOv+IaRKf6koPAVbQsiC7MfkmXaGmF1UO+QCijb27wfpxuRNg==
dependencies:
- browserslist "^4.27.0"
+ browserslist "^4.28.1"
caniuse-api "^3.0.0"
postcss-reduce-transforms@^7.0.1:
@@ -8967,20 +8352,28 @@ postcss-selector-parser@^7.0.0, postcss-selector-parser@^7.1.0:
cssesc "^3.0.0"
util-deprecate "^1.0.2"
-postcss-svgo@^7.1.0:
- version "7.1.0"
- resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-7.1.0.tgz#7eb6764a643ac2699bf56eef6d2676d428ed4542"
- integrity sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==
+postcss-selector-parser@^7.1.1:
+ version "7.1.1"
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.1.1.tgz#e75d2e0d843f620e5df69076166f4e16f891cb9f"
+ integrity sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==
+ dependencies:
+ cssesc "^3.0.0"
+ util-deprecate "^1.0.2"
+
+postcss-svgo@^7.1.1:
+ version "7.1.1"
+ resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-7.1.1.tgz#14b90fd2a1b1f27bcb2d0ef0444f954237e7883c"
+ integrity sha512-zU9H9oEDrUFKa0JB7w+IYL7Qs9ey1mZyjhbf0KLxwJDdDRtoPvCmaEfknzqfHj44QS9VD6c5sJnBAVYTLRg/Sg==
dependencies:
postcss-value-parser "^4.2.0"
- svgo "^4.0.0"
+ svgo "^4.0.1"
-postcss-unique-selectors@^7.0.4:
- version "7.0.4"
- resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-7.0.4.tgz#625ad1c808bdf322fab6c027ae8d4f2637140995"
- integrity sha512-pmlZjsmEAG7cHd7uK3ZiNSW6otSZ13RHuZ/4cDN/bVglS5EpF2r2oxY99SuOHa8m7AWoBCelTS3JPpzsIs8skQ==
+postcss-unique-selectors@^7.0.5:
+ version "7.0.5"
+ resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-7.0.5.tgz#a7dd5652c95f459176e5f135c021473e4ee58874"
+ integrity sha512-3QoYmEt4qg/rUWDn6Tc8+ZVPmbp4G1hXDtCNWDx0st8SjtCbRcxRXDDM1QrEiXGG3A45zscSJFb4QH90LViyxg==
dependencies:
- postcss-selector-parser "^7.1.0"
+ postcss-selector-parser "^7.1.1"
postcss-value-parser@^4.2.0:
version "4.2.0"
@@ -8988,14 +8381,28 @@ postcss-value-parser@^4.2.0:
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
postcss@^8.5.6:
- version "8.5.6"
- resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
- integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
+ version "8.5.8"
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.8.tgz#6230ecc8fb02e7a0f6982e53990937857e13f399"
+ integrity sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==
dependencies:
nanoid "^3.3.11"
picocolors "^1.1.1"
source-map-js "^1.2.1"
+postcss@^8.5.8:
+ version "8.5.9"
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.9.tgz#f6ee9e0b94f0f19c97d2f172bfbd7fc71fe1cca4"
+ integrity sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==
+ dependencies:
+ nanoid "^3.3.11"
+ picocolors "^1.1.1"
+ source-map-js "^1.2.1"
+
+powershell-utils@^0.1.0:
+ version "0.1.0"
+ resolved "https://registry.yarnpkg.com/powershell-utils/-/powershell-utils-0.1.0.tgz#5a42c9a824fb4f2f251ccb41aaae73314f5d6ac2"
+ integrity sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==
+
prelude-ls@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -9028,13 +8435,6 @@ pretty-bytes@^7.1.0:
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-7.1.0.tgz#d788c9906241dbdcd4defab51b6d7470243db9bd"
integrity sha512-nODzvTiYVRGRqAOvE84Vk5JDPyyxsVk0/fbA/bq7RqlnhksGpset09XTxbpvLTIjoaF7K8Z8DG8yHtKGTPSYRw==
-pretty-ms@^9.2.0:
- version "9.3.0"
- resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-9.3.0.tgz#dd2524fcb3c326b4931b2272dfd1e1a8ed9a9f5a"
- integrity sha512-gjVS5hOP+M3wMm5nmNOucbIrqudzs9v/57bWRHQWLYklXqoXKrVfYW2W9+glfGsqtPgpiz5WwyEEB+ksXIx3gQ==
- dependencies:
- parse-ms "^4.0.0"
-
process-nextick-args@~2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
@@ -9045,19 +8445,6 @@ process@^0.11.10:
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
-prompts@^2.4.2:
- version "2.4.2"
- resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
- integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
- dependencies:
- kleur "^3.0.3"
- sisteransi "^1.0.5"
-
-protocols@^2.0.0, protocols@^2.0.1:
- version "2.0.2"
- resolved "https://registry.yarnpkg.com/protocols/-/protocols-2.0.2.tgz#822e8fcdcb3df5356538b3e91bfd890b067fd0a4"
- integrity sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==
-
proxy-from-env@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
@@ -9103,24 +8490,13 @@ rc9@^2.1.2:
defu "^6.1.4"
destr "^2.0.3"
-read-pkg-up@^7.0.1:
- version "7.0.1"
- resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
- integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==
+rc9@^3.0.0, rc9@^3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/rc9/-/rc9-3.0.1.tgz#3895e5834a2b5c2d8fb76d93e802fbcbc2579bc7"
+ integrity sha512-gMDyleLWVE+i6Sgtc0QbbY6pEKqYs97NGi6isHQPqYlLemPoO8dxQ3uGi0f4NiP98c+jMW6cG1Kx9dDwfvqARQ==
dependencies:
- find-up "^4.1.0"
- read-pkg "^5.2.0"
- type-fest "^0.8.1"
-
-read-pkg@^5.2.0:
- version "5.2.0"
- resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
- integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
- dependencies:
- "@types/normalize-package-data" "^2.4.0"
- normalize-package-data "^2.5.0"
- parse-json "^5.0.0"
- type-fest "^0.6.0"
+ defu "^6.1.6"
+ destr "^2.0.5"
readable-stream@^2.0.5:
version "2.3.8"
@@ -9163,13 +8539,6 @@ readdirp@^5.0.0:
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-5.0.0.tgz#fbf1f71a727891d685bb1786f9ba74084f6e2f91"
integrity sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==
-readdirp@~3.6.0:
- version "3.6.0"
- resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
- integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
- dependencies:
- picomatch "^2.2.1"
-
redis-errors@^1.0.0, redis-errors@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/redis-errors/-/redis-errors-1.2.0.tgz#eb62d2adb15e4eaf4610c04afe1529384250abad"
@@ -9223,7 +8592,7 @@ regexp-ast-analysis@^0.7.0, regexp-ast-analysis@^0.7.1:
"@eslint-community/regexpp" "^4.8.0"
refa "^0.12.1"
-regexp-tree@^0.1.24, regexp-tree@^0.1.27, regexp-tree@~0.1.1:
+regexp-tree@^0.1.27:
version "0.1.27"
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz#2198f0ef54518ffa743fe74d983b56ffd631b6cd"
integrity sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==
@@ -9240,11 +8609,6 @@ regexp.prototype.flags@^1.5.3, regexp.prototype.flags@^1.5.4:
gopd "^1.2.0"
set-function-name "^2.0.2"
-regexpp@^3.0.0:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
- integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
-
regexpu-core@^6.3.1:
version "6.4.0"
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-6.4.0.tgz#3580ce0c4faedef599eccb146612436b62a176e5"
@@ -9276,11 +8640,6 @@ regjsparser@^0.13.0:
dependencies:
jsesc "~3.1.0"
-require-directory@^2.1.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
- integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
-
require-from-string@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
@@ -9301,15 +8660,6 @@ resolve-pkg-maps@^1.0.0:
resolved "https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#616b3dc2c57056b5588c31cdf4b3d64db133720f"
integrity sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
-resolve@^1.10.0, resolve@^1.10.1, resolve@^1.22.4:
- version "1.22.10"
- resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz#b663e83ffb09bbf2386944736baae803029b8b39"
- integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==
- dependencies:
- is-core-module "^2.16.0"
- path-parse "^1.0.7"
- supports-preserve-symlinks-flag "^1.0.0"
-
resolve@^1.22.1, resolve@^1.22.10:
version "1.22.11"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.11.tgz#aad857ce1ffb8bfa9b0b1ac29f1156383f68c262"
@@ -9342,54 +8692,62 @@ rfdc@^1.4.1:
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
-rollup-plugin-visualizer@^6.0.4, rollup-plugin-visualizer@^6.0.5:
- version "6.0.5"
- resolved "https://registry.yarnpkg.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.5.tgz#9cf774cff88f4ba2887c97354766b68931323280"
- integrity sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg==
+rollup-plugin-visualizer@^7.0.1:
+ version "7.0.1"
+ resolved "https://registry.yarnpkg.com/rollup-plugin-visualizer/-/rollup-plugin-visualizer-7.0.1.tgz#291c10ff4a956d9b2483f8b4147b2bf0aacd3a6e"
+ integrity sha512-UJUT4+1Ho4OcWmPYU3sYXgUqI8B8Ayfe06MX7y0qCJ1K8aGoKtR/NDd/2nZqM7ADkrzny+I99Ul7GgyoiVNAgg==
dependencies:
- open "^8.0.0"
+ open "^11.0.0"
picomatch "^4.0.2"
source-map "^0.7.4"
- yargs "^17.5.1"
+ yargs "^18.0.0"
-rollup@^2.77.2, rollup@^2.79.2:
+rollup@^2.79.2:
version "2.79.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
optionalDependencies:
fsevents "~2.3.2"
-rollup@^4.43.0, rollup@^4.52.5:
- version "4.52.5"
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.52.5.tgz#96982cdcaedcdd51b12359981f240f94304ec235"
- integrity sha512-3GuObel8h7Kqdjt0gxkEzaifHTqLVW56Y/bjN7PSQtkKr0w3V/QYSdt6QWYtd7A1xUtYQigtdUfgj1RvWVtorw==
+rollup@^4.43.0, rollup@^4.60.1:
+ version "4.60.1"
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.60.1.tgz#b4aa2bcb3a5e1437b5fad40d43fe42d4bde7a42d"
+ integrity sha512-VmtB2rFU/GroZ4oL8+ZqXgSA38O6GR8KSIvWmEFv63pQ0G6KaBH9s07PO8XTXP4vI+3UJUEypOfjkGfmSBBR0w==
dependencies:
"@types/estree" "1.0.8"
optionalDependencies:
- "@rollup/rollup-android-arm-eabi" "4.52.5"
- "@rollup/rollup-android-arm64" "4.52.5"
- "@rollup/rollup-darwin-arm64" "4.52.5"
- "@rollup/rollup-darwin-x64" "4.52.5"
- "@rollup/rollup-freebsd-arm64" "4.52.5"
- "@rollup/rollup-freebsd-x64" "4.52.5"
- "@rollup/rollup-linux-arm-gnueabihf" "4.52.5"
- "@rollup/rollup-linux-arm-musleabihf" "4.52.5"
- "@rollup/rollup-linux-arm64-gnu" "4.52.5"
- "@rollup/rollup-linux-arm64-musl" "4.52.5"
- "@rollup/rollup-linux-loong64-gnu" "4.52.5"
- "@rollup/rollup-linux-ppc64-gnu" "4.52.5"
- "@rollup/rollup-linux-riscv64-gnu" "4.52.5"
- "@rollup/rollup-linux-riscv64-musl" "4.52.5"
- "@rollup/rollup-linux-s390x-gnu" "4.52.5"
- "@rollup/rollup-linux-x64-gnu" "4.52.5"
- "@rollup/rollup-linux-x64-musl" "4.52.5"
- "@rollup/rollup-openharmony-arm64" "4.52.5"
- "@rollup/rollup-win32-arm64-msvc" "4.52.5"
- "@rollup/rollup-win32-ia32-msvc" "4.52.5"
- "@rollup/rollup-win32-x64-gnu" "4.52.5"
- "@rollup/rollup-win32-x64-msvc" "4.52.5"
+ "@rollup/rollup-android-arm-eabi" "4.60.1"
+ "@rollup/rollup-android-arm64" "4.60.1"
+ "@rollup/rollup-darwin-arm64" "4.60.1"
+ "@rollup/rollup-darwin-x64" "4.60.1"
+ "@rollup/rollup-freebsd-arm64" "4.60.1"
+ "@rollup/rollup-freebsd-x64" "4.60.1"
+ "@rollup/rollup-linux-arm-gnueabihf" "4.60.1"
+ "@rollup/rollup-linux-arm-musleabihf" "4.60.1"
+ "@rollup/rollup-linux-arm64-gnu" "4.60.1"
+ "@rollup/rollup-linux-arm64-musl" "4.60.1"
+ "@rollup/rollup-linux-loong64-gnu" "4.60.1"
+ "@rollup/rollup-linux-loong64-musl" "4.60.1"
+ "@rollup/rollup-linux-ppc64-gnu" "4.60.1"
+ "@rollup/rollup-linux-ppc64-musl" "4.60.1"
+ "@rollup/rollup-linux-riscv64-gnu" "4.60.1"
+ "@rollup/rollup-linux-riscv64-musl" "4.60.1"
+ "@rollup/rollup-linux-s390x-gnu" "4.60.1"
+ "@rollup/rollup-linux-x64-gnu" "4.60.1"
+ "@rollup/rollup-linux-x64-musl" "4.60.1"
+ "@rollup/rollup-openbsd-x64" "4.60.1"
+ "@rollup/rollup-openharmony-arm64" "4.60.1"
+ "@rollup/rollup-win32-arm64-msvc" "4.60.1"
+ "@rollup/rollup-win32-ia32-msvc" "4.60.1"
+ "@rollup/rollup-win32-x64-gnu" "4.60.1"
+ "@rollup/rollup-win32-x64-msvc" "4.60.1"
fsevents "~2.3.2"
+rou3@^0.8.1:
+ version "0.8.1"
+ resolved "https://registry.yarnpkg.com/rou3/-/rou3-0.8.1.tgz#d18c9dae42bdd9cd4fffa77bc6731d5cfe92129a"
+ integrity sha512-ePa+XGk00/3HuCqrEnK3LxJW7I0SdNg6EFzKUJG73hMAdDcOUC/i/aSz7LSDwLrGr33kal/rqOGydzwl6U7zBA==
+
rrweb-cssom@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz#3021d1b4352fbf3b614aaeed0bc0d5739abe0bc2"
@@ -9452,13 +8810,6 @@ safe-regex-test@^1.1.0:
es-errors "^1.3.0"
is-regex "^1.2.1"
-safe-regex@^2.1.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-2.1.1.tgz#f7128f00d056e2fe5c11e81a1324dd974aadced2"
- integrity sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==
- dependencies:
- regexp-tree "~0.1.1"
-
"safer-buffer@>= 2.1.2 < 3.0.0":
version "2.1.2"
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
@@ -9602,10 +8953,10 @@ sass@1.93.2:
optionalDependencies:
"@parcel/watcher" "^2.4.1"
-sax@^1.4.1:
- version "1.4.1"
- resolved "https://registry.yarnpkg.com/sax/-/sax-1.4.1.tgz#44cc8988377f126304d3b3fc1010c733b929ef0f"
- integrity sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==
+sax@^1.5.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/sax/-/sax-1.6.0.tgz#da59637629307b97e7c4cb28e080a7bc38560d5b"
+ integrity sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==
saxes@^6.0.0:
version "6.0.0"
@@ -9614,16 +8965,6 @@ saxes@^6.0.0:
dependencies:
xmlchars "^2.2.0"
-schema-utils@^4.2.0:
- version "4.3.2"
- resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.3.2.tgz#0c10878bf4a73fd2b1dfd14b9462b26788c806ae"
- integrity sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==
- dependencies:
- "@types/json-schema" "^7.0.9"
- ajv "^8.9.0"
- ajv-formats "^2.1.1"
- ajv-keywords "^5.1.0"
-
scslre@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/scslre/-/scslre-0.3.0.tgz#c3211e9bfc5547fc86b1eabaa34ed1a657060155"
@@ -9638,17 +8979,12 @@ scule@^1.3.0:
resolved "https://registry.yarnpkg.com/scule/-/scule-1.3.0.tgz#6efbd22fd0bb801bdcc585c89266a7d2daa8fbd3"
integrity sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==
-"semver@2 || 3 || 4 || 5":
- version "5.7.2"
- resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
- integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
-
-semver@^6.1.0, semver@^6.3.1:
+semver@^6.3.1:
version "6.3.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
-semver@^7.0.0, semver@^7.3.5, semver@^7.3.6, semver@^7.3.7, semver@^7.3.8, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1:
+semver@^7.3.5, semver@^7.3.6, semver@^7.6.0, semver@^7.6.3:
version "7.7.2"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
@@ -9658,6 +8994,11 @@ semver@^7.5.3, semver@^7.7.2, semver@^7.7.3:
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
+semver@^7.7.4:
+ version "7.7.4"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
+ integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
+
send@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/send/-/send-1.2.0.tgz#32a7554fb777b831dfa828370f773a3808d37212"
@@ -9682,10 +9023,15 @@ serialize-javascript@^6.0.1:
dependencies:
randombytes "^2.1.0"
-seroval@^1.3.2:
- version "1.3.2"
- resolved "https://registry.yarnpkg.com/seroval/-/seroval-1.3.2.tgz#7e5be0dc1a3de020800ef013ceae3a313f20eca7"
- integrity sha512-RbcPH1n5cfwKrru7v7+zrZvjLurgHhGyso3HTyGtRivGWgYjbOmGuivCQaORNELjNONoK35nj28EoWul9sb1zQ==
+serialize-javascript@^7.0.3:
+ version "7.0.5"
+ resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-7.0.5.tgz#c798cc0552ffbb08981914a42a8756e339d0d5b1"
+ integrity sha512-F4LcB0UqUl1zErq+1nYEEzSHJnIwb3AF2XWB94b+afhrekOUijwooAYqFyRbjYkm2PAKBabx6oYv/xDxNi8IBw==
+
+seroval@^1.5.1:
+ version "1.5.2"
+ resolved "https://registry.yarnpkg.com/seroval/-/seroval-1.5.2.tgz#b07584d531281498fa7f51f49dfdc5d76e76a681"
+ integrity sha512-xcRN39BdsnO9Tf+VzsE7b3JyTJASItIV1FVFewJKCFcW4s4haIKS3e6vj8PGB9qBwC7tnuOywQMdv5N4qkzi7Q==
serve-placeholder@^2.0.2:
version "2.0.2"
@@ -9694,10 +9040,10 @@ serve-placeholder@^2.0.2:
dependencies:
defu "^6.1.4"
-serve-static@^2.2.0:
- version "2.2.0"
- resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-2.2.0.tgz#9c02564ee259bdd2251b82d659a2e7e1938d66f9"
- integrity sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==
+serve-static@^2.2.1:
+ version "2.2.1"
+ resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-2.2.1.tgz#7f186a4a4e5f5b663ad7a4294ff1bf37cf0e98a9"
+ integrity sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==
dependencies:
encodeurl "^2.0.0"
escape-html "^1.0.3"
@@ -9807,13 +9153,15 @@ signal-exit@^4.1.0:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
-simple-git@^3.28.0:
- version "3.30.0"
- resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.30.0.tgz#260b816f369c298b60a509a319b4f0b9fadbd7e0"
- integrity sha512-q6lxyDsCmEal/MEGhP1aVyQ3oxnagGlBDOVSIB4XUVLl1iZh0Pah6ebC9V4xBap/RfgP2WlI8EKs0WS0rMEJHg==
+simple-git@^3.33.0:
+ version "3.35.2"
+ resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.35.2.tgz#958c42c050cbed49374f94682a3cd6f1fcfe3a61"
+ integrity sha512-ZMjl06lzTm1EScxEGuM6+mEX+NQd14h/B3x0vWU+YOXAMF8sicyi1K4cjTfj5is+35ChJEHDl1EjypzYFWH2FA==
dependencies:
"@kwsites/file-exists" "^1.1.1"
"@kwsites/promise-deferred" "^1.1.1"
+ "@simple-git/args-pathspec" "^1.0.2"
+ "@simple-git/argv-parser" "^1.0.3"
debug "^4.4.0"
sirv@^3.0.1, sirv@^3.0.2:
@@ -9830,11 +9178,6 @@ sisteransi@^1.0.5:
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
-slash@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
- integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
-
slash@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
@@ -9861,12 +9204,12 @@ smob@^1.0.0:
resolved "https://registry.yarnpkg.com/smob/-/smob-1.5.0.tgz#85d79a1403abf128d24d3ebc1cdc5e1a9548d3ab"
integrity sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==
-"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1, source-map-js@^1.0.2, source-map-js@^1.2.0, source-map-js@^1.2.1:
+"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1, source-map-js@^1.0.2, source-map-js@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
-source-map-support@~0.5.12, source-map-support@~0.5.20:
+source-map-support@~0.5.20:
version "0.5.21"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
@@ -9874,12 +9217,12 @@ source-map-support@~0.5.12, source-map-support@~0.5.20:
buffer-from "^1.0.0"
source-map "^0.6.0"
-source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
+source-map@^0.6.0, source-map@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
-source-map@^0.7.3, source-map@^0.7.4, source-map@^0.7.6:
+source-map@^0.7.4, source-map@^0.7.6:
version "0.7.6"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.6.tgz#a3658ab87e5b6429c8a1f3ba0083d4c61ca3ef02"
integrity sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==
@@ -9896,27 +9239,11 @@ sourcemap-codec@^1.4.8:
resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"
integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==
-spdx-correct@^3.0.0:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c"
- integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==
- dependencies:
- spdx-expression-parse "^3.0.0"
- spdx-license-ids "^3.0.0"
-
spdx-exceptions@^2.1.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz#5d607d27fc806f66d7b64a766650fa890f04ed66"
integrity sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==
-spdx-expression-parse@^3.0.0:
- version "3.0.1"
- resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
- integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
- dependencies:
- spdx-exceptions "^2.1.0"
- spdx-license-ids "^3.0.0"
-
spdx-expression-parse@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz#a23af9f3132115465dac215c099303e4ceac5794"
@@ -9930,15 +9257,10 @@ spdx-license-ids@^3.0.0:
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz#abf5a08a6f5d7279559b669f47f0a43e8f3464ef"
integrity sha512-4PRT4nh1EImPbt2jASOKHX7PB7I+e4IWNLvkKFDxNhJlfjbYlleYQh285Z/3mPTHSAK/AvdMmw5BNNuYH8ShgQ==
-speakingurl@^14.0.1:
- version "14.0.1"
- resolved "https://registry.yarnpkg.com/speakingurl/-/speakingurl-14.0.1.tgz#f37ec8ddc4ab98e9600c1c9ec324a8c48d772a53"
- integrity sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==
-
-srvx@^0.8.9:
- version "0.8.16"
- resolved "https://registry.yarnpkg.com/srvx/-/srvx-0.8.16.tgz#f2582bd747351b5b0a1c65bce8179bae83e8b2a6"
- integrity sha512-hmcGW4CgroeSmzgF1Ihwgl+Ths0JqAJ7HwjP2X7e3JzY7u4IydLMcdnlqGQiQGUswz+PO9oh/KtCpOISIvs9QQ==
+srvx@^0.11.9:
+ version "0.11.15"
+ resolved "https://registry.yarnpkg.com/srvx/-/srvx-0.11.15.tgz#51c08f993bb116f5821ec929a466a29e8d5c7b61"
+ integrity sha512-iXsux0UcOjdvs0LCMa2Ws3WwcDUozA3JN3BquNXkaFPP7TpRqgunKdEgoZ/uwb1J6xaYHfxtz9Twlh6yzwM6Tg==
sse.js@^2.8.0:
version "2.8.0"
@@ -9950,11 +9272,6 @@ stable-hash-x@^0.2.0:
resolved "https://registry.yarnpkg.com/stable-hash-x/-/stable-hash-x-0.2.0.tgz#dfd76bfa5d839a7470125c6a6b3c8b22061793e9"
integrity sha512-o3yWv49B/o4QZk5ZcsALc6t0+eCelPc44zZsLtCQnZPDwFpDYSWcDnrv2TtMmMbQ7uKo3J0HTURCqckw23czNQ==
-stable-hash@^0.0.5:
- version "0.0.5"
- resolved "https://registry.yarnpkg.com/stable-hash/-/stable-hash-0.0.5.tgz#94e8837aaeac5b4d0f631d2972adef2924b40269"
- integrity sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==
-
stackback@0.0.2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/stackback/-/stackback-0.0.2.tgz#1ac8a0d9483848d1695e418b6d031a3c3ce68e3b"
@@ -9975,11 +9292,16 @@ statuses@^2.0.1:
resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.2.tgz#8f75eecef765b5e1cfcdc080da59409ed424e382"
integrity sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==
-std-env@^3.10.0, std-env@^3.7.0, std-env@^3.8.1, std-env@^3.9.0:
+std-env@^3.10.0, std-env@^3.7.0, std-env@^3.9.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.10.0.tgz#d810b27e3a073047b2b5e40034881f5ea6f9c83b"
integrity sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==
+std-env@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/std-env/-/std-env-4.0.0.tgz#ba3dc31c3a46bc5ba21138aa20a6a4ceb5bb9b7e"
+ integrity sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==
+
stop-iteration-iterator@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz#f481ff70a548f6124d0312c3aa14cbfa7aa542ad"
@@ -10002,16 +9324,7 @@ string-argv@^0.3.2:
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
-string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
- dependencies:
- emoji-regex "^8.0.0"
- is-fullwidth-code-point "^3.0.0"
- strip-ansi "^6.0.1"
-
-string-width@^7.0.0:
+string-width@^7.0.0, string-width@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
@@ -10094,13 +9407,6 @@ stringify-object@^3.3.0:
is-obj "^1.0.1"
is-regexp "^1.0.0"
-strip-ansi@^6.0.0, strip-ansi@^6.0.1:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
- dependencies:
- ansi-regex "^5.0.1"
-
strip-ansi@^7.1.0:
version "7.1.2"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
@@ -10108,11 +9414,6 @@ strip-ansi@^7.1.0:
dependencies:
ansi-regex "^6.0.1"
-strip-bom@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
- integrity sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==
-
strip-comments@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/strip-comments/-/strip-comments-2.0.1.tgz#4ad11c3fbcac177a67a40ac224ca339ca1c1ba9b"
@@ -10123,18 +9424,6 @@ strip-final-newline@^3.0.0:
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz#52894c313fbff318835280aed60ff71ebf12b8fd"
integrity sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==
-strip-final-newline@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-4.0.0.tgz#35a369ec2ac43df356e3edd5dcebb6429aa1fa5c"
- integrity sha512-aulFJcD6YK8V1G7iRB5tigAP4TsHBZZrOV8pjV++zdUwmeV8uzbY7yn6h9MswN62adStNZFuCIx4haBnRuMDaw==
-
-strip-indent@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
- integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
- dependencies:
- min-indent "^1.0.0"
-
strip-indent@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-4.1.0.tgz#8658a77cece02a4f27064bdb0a459257edb565f6"
@@ -10152,10 +9441,10 @@ strip-literal@^3.0.0, strip-literal@^3.1.0:
dependencies:
js-tokens "^9.0.1"
-structured-clone-es@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/structured-clone-es/-/structured-clone-es-1.0.0.tgz#cc37f73c519c0d9e5d8d8efd3a7a9250207e688d"
- integrity sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==
+structured-clone-es@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/structured-clone-es/-/structured-clone-es-2.0.0.tgz#ab53cf4e2934c7b5fb17bda9761ac5e809d1b9cd"
+ integrity sha512-5UuAHmBLXYPCl22xWJrFuGmIhBKQzxISPVz6E7nmTmTcAOpUzlbjKJsRrCE4vADmMQ0dzeCnlWn9XufnAGf76Q==
style-mod@^4.0.0, style-mod@^4.1.0:
version "4.1.2"
@@ -10170,13 +9459,6 @@ stylehacks@^7.0.5:
browserslist "^4.27.0"
postcss-selector-parser "^7.1.0"
-superjson@^2.2.2:
- version "2.2.5"
- resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.5.tgz#a01be31a54048f5c330aec8259f403f64913d83c"
- integrity sha512-zWPTX96LVsA/eVYnqOM2+ofcdPqdS1dAF1LN4TS2/MWuUpfitd9ctTa87wt4xrYnZnkLtS69xpBdSxVBP5Rm6w==
- dependencies:
- copy-anything "^4"
-
supports-color@^10.0.0:
version "10.2.2"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-10.2.2.tgz#466c2978cc5cd0052d542a0b576461c2b802ebb4"
@@ -10189,7 +9471,7 @@ supports-color@^7.1.0:
dependencies:
has-flag "^4.0.0"
-supports-color@^8.0.0, supports-color@^8.1.1:
+supports-color@^8.1.1:
version "8.1.1"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
@@ -10221,10 +9503,10 @@ svelte@^5.0.0:
magic-string "^0.30.11"
zimmerframe "^1.1.2"
-svgo@^4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/svgo/-/svgo-4.0.0.tgz#17e0fa2eaccf429e0ec0d2179169abde9ba8ad3d"
- integrity sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==
+svgo@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/svgo/-/svgo-4.0.1.tgz#c82dacd04ee9f1d55cd4e0b7f9a214c86670e3ee"
+ integrity sha512-XDpWUOPC6FEibaLzjfe0ucaV0YrOjYotGJO1WpF0Zd+n6ZGEQUsSugaoLq9QkEZtAfQIxT42UChcssDVPP3+/w==
dependencies:
commander "^11.1.0"
css-select "^5.1.0"
@@ -10232,7 +9514,7 @@ svgo@^4.0.0:
css-what "^6.1.0"
csso "^5.0.5"
picocolors "^1.1.1"
- sax "^1.4.1"
+ sax "^1.5.0"
symbol-tree@^3.2.4:
version "3.2.4"
@@ -10276,11 +9558,6 @@ tagged-tag@^1.0.0:
resolved "https://registry.yarnpkg.com/tagged-tag/-/tagged-tag-1.0.0.tgz#a0b5917c2864cba54841495abfa3f6b13edcf4d6"
integrity sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==
-tapable@^2.2.0:
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.3.0.tgz#7e3ea6d5ca31ba8e078b560f0d83ce9a14aa8be6"
- integrity sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==
-
tar-stream@^3.0.0:
version "3.1.7"
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-3.1.7.tgz#24b3fb5eabada19fe7338ed6d26e5f7c482e792b"
@@ -10316,15 +9593,6 @@ tempy@^0.6.0:
type-fest "^0.16.0"
unique-string "^2.0.0"
-terser@^4.6.13:
- version "4.8.1"
- resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.1.tgz#a00e5634562de2239fd404c649051bf6fc21144f"
- integrity sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==
- dependencies:
- commander "^2.20.0"
- source-map "~0.6.1"
- source-map-support "~0.5.12"
-
terser@^5.17.4:
version "5.44.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.44.1.tgz#e391e92175c299b8c284ad6ded609e37303b0a9c"
@@ -10357,6 +9625,11 @@ tinybench@^2.9.0:
resolved "https://registry.yarnpkg.com/tinybench/-/tinybench-2.9.0.tgz#103c9f8ba6d7237a47ab6dd1dcff77251863426b"
integrity sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==
+tinyclip@^0.1.12:
+ version "0.1.12"
+ resolved "https://registry.yarnpkg.com/tinyclip/-/tinyclip-0.1.12.tgz#f3e91243f50c1a336103539b941782b417b9f1c0"
+ integrity sha512-Ae3OVUqifDw0wBriIBS7yVaW44Dp6eSHQcyq4Igc7eN2TJH/2YsicswaW+J/OuMvhpDPOKEgpAZCjkb4hpoyeA==
+
tinyexec@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
@@ -10367,6 +9640,11 @@ tinyexec@^1.0.1:
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.2.tgz#bdd2737fe2ba40bd6f918ae26642f264b99ca251"
integrity sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==
+tinyexec@^1.0.2:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.1.1.tgz#e1ff45dfa60d1dedb91b734956b78f6c2a3e821b"
+ integrity sha512-VKS/ZaQhhkKFMANmAOhhXVoIfBXblQxGX1myCQ2faQrfmobMftXeJPcZGp0gS07ocvGJWDLZGyOZDadDBqYIJg==
+
tinyglobby@^0.2.10, tinyglobby@^0.2.13, tinyglobby@^0.2.14, tinyglobby@^0.2.15:
version "0.2.15"
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
@@ -10450,26 +9728,11 @@ tr46@~0.0.3:
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
-ts-api-utils@^1.0.1:
- version "1.4.3"
- resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
- integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
-
ts-api-utils@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
-tsconfig-paths@^3.15.0:
- version "3.15.0"
- resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
- integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
- dependencies:
- "@types/json5" "^0.0.29"
- json5 "^1.0.2"
- minimist "^1.2.6"
- strip-bom "^3.0.0"
-
tslib@^2.1.0, tslib@^2.4.0, tslib@^2.6.2, tslib@^2.8.0:
version "2.8.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
@@ -10502,16 +9765,6 @@ type-fest@^0.20.2:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
-type-fest@^0.6.0:
- version "0.6.0"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
- integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
-
-type-fest@^0.8.1:
- version "0.8.1"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
- integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
-
type-fest@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-5.1.0.tgz#30ba6dc2acde4f73732417031f8ac19a0afcb5b7"
@@ -10574,11 +9827,16 @@ typescript@^5.3, typescript@^5.6.2:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
-ufo@^1.1.2, ufo@^1.3.2, ufo@^1.5.4, ufo@^1.6.1:
+ufo@^1.3.2, ufo@^1.5.4, ufo@^1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.6.1.tgz#ac2db1d54614d1b22c1d603e3aef44a85d8f146b"
integrity sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==
+ufo@^1.6.3:
+ version "1.6.3"
+ resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.6.3.tgz#799666e4e88c122a9659805e30b9dc071c3aed4f"
+ integrity sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==
+
ultrahtml@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/ultrahtml/-/ultrahtml-1.6.0.tgz#0d1aad7bbfeae512438d30e799c11622127a1ac8"
@@ -10608,7 +9866,7 @@ uncrypto@^0.1.3:
resolved "https://registry.yarnpkg.com/uncrypto/-/uncrypto-0.1.3.tgz#e1288d609226f2d02d8d69ee861fa20d8348ef2b"
integrity sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==
-unctx@^2.4.1:
+unctx@^2.4.1, unctx@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/unctx/-/unctx-2.5.0.tgz#a0c3ba03838856d336e815a71403ce1a848e4108"
integrity sha512-p+Rz9x0R7X+CYDkT+Xg8/GhpcShTlU8n+cf9OtOEf7zEQsNcCZO1dPKNRDqvUTaq+P32PMMkxWHwfrxkqfqAYg==
@@ -10618,29 +9876,19 @@ unctx@^2.4.1:
magic-string "^0.30.21"
unplugin "^2.3.11"
-undici-types@~7.12.0:
- version "7.12.0"
- resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb"
- integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==
-
-undici@^7.16.0:
- version "7.16.0"
- resolved "https://registry.yarnpkg.com/undici/-/undici-7.16.0.tgz#cb2a1e957726d458b536e3f076bf51f066901c1a"
- integrity sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==
-
-unenv@^2.0.0-rc.21, unenv@^2.0.0-rc.23:
+unenv@2.0.0-rc.24, unenv@^2.0.0-rc.24:
version "2.0.0-rc.24"
resolved "https://registry.yarnpkg.com/unenv/-/unenv-2.0.0-rc.24.tgz#dd0035c3e93fedfa12c8454e34b7f17fe83efa2e"
integrity sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==
dependencies:
pathe "^2.0.3"
-unhead@2.0.19:
- version "2.0.19"
- resolved "https://registry.yarnpkg.com/unhead/-/unhead-2.0.19.tgz#f37e292e34df518923f680d54c5e82f2e2bc9cd0"
- integrity sha512-gEEjkV11Aj+rBnY6wnRfsFtF2RxKOLaPN4i+Gx3UhBxnszvV6ApSNZbGk7WKyy/lErQ6ekPN63qdFL7sa1leow==
+unhead@2.1.13:
+ version "2.1.13"
+ resolved "https://registry.yarnpkg.com/unhead/-/unhead-2.1.13.tgz#df317d5ee5365641f15b7a9211cc9641b3ec886a"
+ integrity sha512-jO9M1sI6b2h/1KpIu4Jeu+ptumLmUKboRRLxys5pYHFeT+lqTzfNHbYUX9bxVDhC1FBszAGuWcUVlmvIPsah8Q==
dependencies:
- hookable "^5.5.3"
+ hookable "^6.0.1"
unicode-canonical-property-names-ecmascript@^2.0.0:
version "2.0.1"
@@ -10691,6 +9939,11 @@ unicorn-magic@^0.3.0:
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz#4efd45c85a69e0dd576d25532fbfa22aa5c8a104"
integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==
+unicorn-magic@^0.4.0:
+ version "0.4.0"
+ resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.4.0.tgz#78c6a090fd6d07abd2468b83b385603e00dfdb24"
+ integrity sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==
+
unifont@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/unifont/-/unifont-0.4.1.tgz#b434984e11c8490929daa6a70c84c95d5459a004"
@@ -10719,25 +9972,25 @@ unimport@^5.2.0:
unplugin "^2.3.11"
unplugin-utils "^0.3.1"
-unimport@^5.4.1, unimport@^5.5.0:
- version "5.5.0"
- resolved "https://registry.yarnpkg.com/unimport/-/unimport-5.5.0.tgz#03a4fffcd2e36943eb28ca9b065016b9eba01b77"
- integrity sha512-/JpWMG9s1nBSlXJAQ8EREFTFy3oy6USFd8T6AoBaw1q2GGcF4R9yp3ofg32UODZlYEO5VD0EWE1RpI9XDWyPYg==
+unimport@^6.0.1, unimport@^6.0.2:
+ version "6.0.2"
+ resolved "https://registry.yarnpkg.com/unimport/-/unimport-6.0.2.tgz#7119d9c3d862afd53747240a3511cac3f5772913"
+ integrity sha512-ZSOkrDw380w+KIPniY3smyXh2h7H9v2MNr9zejDuh239o5sdea44DRAYrv+rfUi2QGT186P2h0GPGKvy8avQ5g==
dependencies:
- acorn "^8.15.0"
+ acorn "^8.16.0"
escape-string-regexp "^5.0.0"
estree-walker "^3.0.3"
local-pkg "^1.1.2"
- magic-string "^0.30.19"
- mlly "^1.8.0"
+ magic-string "^0.30.21"
+ mlly "^1.8.1"
pathe "^2.0.3"
picomatch "^4.0.3"
pkg-types "^2.3.0"
scule "^1.3.0"
strip-literal "^3.1.0"
tinyglobby "^0.2.15"
- unplugin "^2.3.10"
- unplugin-utils "^0.3.0"
+ unplugin "^3.0.0"
+ unplugin-utils "^0.3.1"
unique-string@^2.0.0:
version "2.0.0"
@@ -10751,7 +10004,7 @@ universalify@^2.0.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"
integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==
-unplugin-utils@^0.2.3, unplugin-utils@^0.2.4:
+unplugin-utils@^0.2.3:
version "0.2.5"
resolved "https://registry.yarnpkg.com/unplugin-utils/-/unplugin-utils-0.2.5.tgz#d2fe44566ffffd7f216579bbb01184f6702e379b"
integrity sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==
@@ -10788,29 +10041,6 @@ unplugin-vue-router@^0.12.0:
unplugin-utils "^0.2.3"
yaml "^2.7.0"
-unplugin-vue-router@^0.16.0:
- version "0.16.1"
- resolved "https://registry.yarnpkg.com/unplugin-vue-router/-/unplugin-vue-router-0.16.1.tgz#13684db95237f785308549d50002a963b7b3ff09"
- integrity sha512-7A7gUVzLIYMBrBPKk8l4lZoZXDOrO8+etw6/RTrqG3OzpLUUZEXJFUW7+OyMIpQK93sEbdkR2z9ZNNl/r32FMw==
- dependencies:
- "@babel/generator" "^7.28.5"
- "@vue-macros/common" "^3.1.1"
- "@vue/language-core" "^3.1.2"
- ast-walker-scope "^0.8.3"
- chokidar "^4.0.3"
- json5 "^2.2.3"
- local-pkg "^1.1.2"
- magic-string "^0.30.21"
- mlly "^1.8.0"
- muggle-string "^0.4.1"
- pathe "^2.0.3"
- picomatch "^4.0.3"
- scule "^1.3.0"
- tinyglobby "^0.2.15"
- unplugin "^2.3.10"
- unplugin-utils "^0.3.1"
- yaml "^2.8.1"
-
unplugin@^1.1.0:
version "1.16.1"
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-1.16.1.tgz#a844d2e3c3b14a4ac2945c42be80409321b61199"
@@ -10819,7 +10049,7 @@ unplugin@^1.1.0:
acorn "^8.14.0"
webpack-virtual-modules "^0.6.2"
-unplugin@^2.0.0, unplugin@^2.2.0, unplugin@^2.2.2, unplugin@^2.3.2, unplugin@^2.3.3, unplugin@^2.3.6:
+unplugin@^2.0.0, unplugin@^2.2.0, unplugin@^2.2.2, unplugin@^2.3.2, unplugin@^2.3.3:
version "2.3.10"
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-2.3.10.tgz#15e75fec9384743335be7e54e5c88b5c187a3e94"
integrity sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==
@@ -10829,7 +10059,7 @@ unplugin@^2.0.0, unplugin@^2.2.0, unplugin@^2.2.2, unplugin@^2.3.2, unplugin@^2.
picomatch "^4.0.3"
webpack-virtual-modules "^0.6.2"
-unplugin@^2.3.10, unplugin@^2.3.11:
+unplugin@^2.3.11:
version "2.3.11"
resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-2.3.11.tgz#411e020dd2ba90e2fbe1e7bd63a5a399e6ee3b54"
integrity sha512-5uKD0nqiYVzlmCRs01Fhs2BdkEgBS3SAVP6ndrBsuK42iC2+JHyxM05Rm9G8+5mkmRtzMZGY8Ct5+mliZxU/Ww==
@@ -10839,7 +10069,24 @@ unplugin@^2.3.10, unplugin@^2.3.11:
picomatch "^4.0.3"
webpack-virtual-modules "^0.6.2"
-unrs-resolver@^1.6.2, unrs-resolver@^1.9.2:
+unplugin@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/unplugin/-/unplugin-3.0.0.tgz#01e40c474bf74d363744f4cb262569d26dd9bb43"
+ integrity sha512-0Mqk3AT2TZCXWKdcoaufeXNukv2mTrEZExeXlHIOZXdqYoHHr4n51pymnwV8x2BOVxwXbK2HLlI7usrqMpycdg==
+ dependencies:
+ "@jridgewell/remapping" "^2.3.5"
+ picomatch "^4.0.3"
+ webpack-virtual-modules "^0.6.2"
+
+unrouting@^0.1.5:
+ version "0.1.7"
+ resolved "https://registry.yarnpkg.com/unrouting/-/unrouting-0.1.7.tgz#a4754c81c5270093118734dbf0d90a367b211a27"
+ integrity sha512-+0hfD+CVWtD636rc5Fn9VEjjTEDhdqgMpbwAuVoUmydSHDaMNiFW93SJG4LV++RoGSEAyvQN5uABAscYpDphpQ==
+ dependencies:
+ escape-string-regexp "^5.0.0"
+ ufo "^1.6.3"
+
+unrs-resolver@^1.9.2:
version "1.11.1"
resolved "https://registry.yarnpkg.com/unrs-resolver/-/unrs-resolver-1.11.1.tgz#be9cd8686c99ef53ecb96df2a473c64d304048a9"
integrity sha512-bSjt9pjaEBnNiGgc9rUiHGKv5l4/TGzDmYw3RhnkJGtLhbnnA/5qJj7x3dNDCRx/PJxu774LlH8lCOlB4hEfKg==
@@ -10880,19 +10127,19 @@ unstorage@^1.16.0:
ofetch "^1.4.1"
ufo "^1.6.1"
-unstorage@^1.17.1:
- version "1.17.2"
- resolved "https://registry.yarnpkg.com/unstorage/-/unstorage-1.17.2.tgz#543d06f24e5b2005b2e9c15ea4180782df987a11"
- integrity sha512-cKEsD6iBWJgOMJ6vW1ID/SYuqNf8oN4yqRk8OYqaVQ3nnkJXOT1PSpaMh2QfzLs78UN5kSNRD2c/mgjT8tX7+w==
+unstorage@^1.17.4, unstorage@^1.17.5:
+ version "1.17.5"
+ resolved "https://registry.yarnpkg.com/unstorage/-/unstorage-1.17.5.tgz#e76c82fdc1d2c04cb0e2c0a1de08aa08b2253f51"
+ integrity sha512-0i3iqvRfx29hkNntHyQvJTpf5W9dQ9ZadSoRU8+xVlhVtT7jAX57fazYO9EHvcRCfBCyi5YRya7XCDOsbTgkPg==
dependencies:
anymatch "^3.1.3"
- chokidar "^4.0.3"
+ chokidar "^5.0.0"
destr "^2.0.5"
- h3 "^1.15.4"
- lru-cache "^10.4.3"
+ h3 "^1.15.10"
+ lru-cache "^11.2.7"
node-fetch-native "^1.6.7"
- ofetch "^1.5.0"
- ufo "^1.6.1"
+ ofetch "^1.5.1"
+ ufo "^1.6.3"
untun@^0.1.3:
version "0.1.3"
@@ -10914,17 +10161,17 @@ untyped@^2.0.0:
knitwork "^1.2.0"
scule "^1.3.0"
-unwasm@^0.3.11:
- version "0.3.11"
- resolved "https://registry.yarnpkg.com/unwasm/-/unwasm-0.3.11.tgz#3c9a7f2be85d0bba8f6129b8cb631c3d0498213d"
- integrity sha512-Vhp5gb1tusSQw5of/g3Q697srYgMXvwMgXMjcG4ZNga02fDX9coxJ9fAb0Ci38hM2Hv/U1FXRPGgjP2BYqhNoQ==
+unwasm@^0.5.3:
+ version "0.5.3"
+ resolved "https://registry.yarnpkg.com/unwasm/-/unwasm-0.5.3.tgz#0d4dd7221bb397ceeac35365077ee5062a9ff728"
+ integrity sha512-keBgTSfp3r6+s9ZcSma+0chwxQdmLbB5+dAD9vjtB21UTMYuKAxHXCU1K2CbCtnP09EaWeRvACnXk0EJtUx+hw==
dependencies:
- knitwork "^1.2.0"
- magic-string "^0.30.17"
- mlly "^1.7.4"
+ exsolve "^1.0.8"
+ knitwork "^1.3.0"
+ magic-string "^0.30.21"
+ mlly "^1.8.0"
pathe "^2.0.3"
- pkg-types "^2.2.0"
- unplugin "^2.3.6"
+ pkg-types "^2.3.0"
upath@^1.2.0:
version "1.2.0"
@@ -10936,7 +10183,7 @@ upath@^2.0.1:
resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b"
integrity sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==
-update-browserslist-db@^1.1.4, update-browserslist-db@^1.2.0:
+update-browserslist-db@^1.1.4, update-browserslist-db@^1.2.0, update-browserslist-db@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz#64d76db58713136acbeb4c49114366cc6cc2e80d"
integrity sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==
@@ -10961,14 +10208,6 @@ util-deprecate@^1.0.2, util-deprecate@~1.0.1:
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
-validate-npm-package-license@^3.0.1:
- version "3.0.4"
- resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
- integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
- dependencies:
- spdx-correct "^3.0.0"
- spdx-expression-parse "^3.0.0"
-
vanilla-jsoneditor@^3.0.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/vanilla-jsoneditor/-/vanilla-jsoneditor-3.10.0.tgz#fb9b7ab5da8284d781a0ef7b1ccf7d03d431774c"
@@ -11021,12 +10260,12 @@ vite-dev-rpc@^1.1.0:
birpc "^2.4.0"
vite-hot-client "^2.1.0"
-vite-hot-client@^2.0.4, vite-hot-client@^2.1.0:
+vite-hot-client@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/vite-hot-client/-/vite-hot-client-2.1.0.tgz#88f8469875e0121eae2f460cbf35cb528c049961"
integrity sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==
-vite-node@3.2.4, vite-node@^3.2.4:
+vite-node@3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-3.2.4.tgz#f3676d94c4af1e76898c162c92728bca65f7bb07"
integrity sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==
@@ -11037,10 +10276,21 @@ vite-node@3.2.4, vite-node@^3.2.4:
pathe "^2.0.3"
vite "^5.0.0 || ^6.0.0 || ^7.0.0-0"
-vite-plugin-checker@^0.11.0:
- version "0.11.0"
- resolved "https://registry.yarnpkg.com/vite-plugin-checker/-/vite-plugin-checker-0.11.0.tgz#063ce180c3751b790a6472e19c5d1a352b215070"
- integrity sha512-iUdO9Pl9UIBRPAragwi3as/BXXTtRu4G12L3CMrjx+WVTd9g/MsqNakreib9M/2YRVkhZYiTEwdH2j4Dm0w7lw==
+vite-node@^5.3.0:
+ version "5.3.0"
+ resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-5.3.0.tgz#fb9f73c2d5bd1f95b3beaad6455e04ad899c6336"
+ integrity sha512-8f20COPYJujc3OKPX6OuyBy3ZIv2det4eRRU4GY1y2MjbeGSUmPjedxg1b72KnTagCofwvZ65ThzjxDW2AtQFQ==
+ dependencies:
+ cac "^6.7.14"
+ es-module-lexer "^2.0.0"
+ obug "^2.1.1"
+ pathe "^2.0.3"
+ vite "^7.3.1"
+
+vite-plugin-checker@^0.12.0:
+ version "0.12.0"
+ resolved "https://registry.yarnpkg.com/vite-plugin-checker/-/vite-plugin-checker-0.12.0.tgz#1e9688a5a10f5de1fd833bc1351618eed54db3bc"
+ integrity sha512-CmdZdDOGss7kdQwv73UyVgLPv0FVYe5czAgnmRX2oKljgEvSrODGuClaV3PDR2+3ou7N/OKGauDDBjy2MB07Rg==
dependencies:
"@babel/code-frame" "^7.27.1"
chokidar "^4.0.3"
@@ -11048,7 +10298,7 @@ vite-plugin-checker@^0.11.0:
picocolors "^1.1.1"
picomatch "^4.0.3"
tiny-invariant "^1.3.3"
- tinyglobby "^0.2.14"
+ tinyglobby "^0.2.15"
vscode-uri "^3.1.0"
vite-plugin-commonjs@^0.10.4:
@@ -11070,15 +10320,6 @@ vite-plugin-dynamic-import@^1.6.0:
fast-glob "^3.3.2"
magic-string "^0.30.11"
-vite-plugin-eslint@^1.8.1:
- version "1.8.1"
- resolved "https://registry.yarnpkg.com/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz#0381b8272e7f0fd8b663311b64f7608d55d8b04c"
- integrity sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==
- dependencies:
- "@rollup/pluginutils" "^4.2.1"
- "@types/eslint" "^8.4.5"
- rollup "^2.77.2"
-
vite-plugin-inspect@^11.3.3:
version "11.3.3"
resolved "https://registry.yarnpkg.com/vite-plugin-inspect/-/vite-plugin-inspect-11.3.3.tgz#2b9c4db9574c59ebcf9647b37bb4eb5c5596b3be"
@@ -11105,14 +10346,14 @@ vite-plugin-inspect@^11.3.3:
workbox-build "^7.3.0"
workbox-window "^7.3.0"
-vite-plugin-vue-tracer@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.0.1.tgz#f091845c2f9d9fef97ff5ce01f0364ff8a7e29cc"
- integrity sha512-L5/vAhT6oYbH4RSQYGLN9VfHexWe7SGzca1pJ7oPkL6KtxWA1jbGeb3Ri1JptKzqtd42HinOq4uEYqzhVWrzig==
+vite-plugin-vue-tracer@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/vite-plugin-vue-tracer/-/vite-plugin-vue-tracer-1.3.0.tgz#b6a9fbe56e68698a9c90a35dbca0d9414fbfca4b"
+ integrity sha512-Cgfce6VikzOw5MUJTpeg50s5rRjzU1Vr61ZjuHunVVHLjZZ5AUlgyExHthZ3r59vtoz9W2rDt23FYG81avYBKw==
dependencies:
estree-walker "^3.0.3"
- exsolve "^1.0.7"
- magic-string "^0.30.19"
+ exsolve "^1.0.8"
+ magic-string "^0.30.21"
pathe "^2.0.3"
source-map-js "^1.2.1"
@@ -11125,12 +10366,12 @@ vite-plugin-vuetify@^2.1.2:
debug "^4.3.3"
upath "^2.0.1"
-"vite@^5.0.0 || ^6.0.0 || ^7.0.0-0", vite@^7.0.0, vite@^7.1.9:
- version "7.1.12"
- resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.12.tgz#8b29a3f61eba23bcb93fc9ec9af4a3a1e83eecdb"
- integrity sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==
+"vite@^5.0.0 || ^6.0.0 || ^7.0.0-0", vite@^7.3.1:
+ version "7.3.2"
+ resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.2.tgz#cb041794d4c1395e28baea98198fd6e8f4b96b5c"
+ integrity sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==
dependencies:
- esbuild "^0.25.0"
+ esbuild "^0.27.0"
fdir "^6.5.0"
picomatch "^4.0.3"
postcss "^8.5.6"
@@ -11218,7 +10459,7 @@ vue-eslint-parser@^10.2.0:
esquery "^1.6.0"
semver "^7.6.3"
-vue-eslint-parser@^9.0.3, vue-eslint-parser@^9.4.3:
+vue-eslint-parser@^9.4.3:
version "9.4.3"
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz#9b04b22c71401f1e8bca9be7c3e3416a4bde76a8"
integrity sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==
@@ -11240,14 +10481,37 @@ vue-i18n@^10.0.0, vue-i18n@^10.0.7:
"@intlify/shared" "10.0.8"
"@vue/devtools-api" "^6.5.0"
-vue-router@^4.5.1, vue-router@^4.6.3:
+vue-router@^4.5.1:
version "4.6.3"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.6.3.tgz#52a40a231b910806438a8203c065a411fd3f1faa"
integrity sha512-ARBedLm9YlbvQomnmq91Os7ck6efydTSpRP3nuOKCvgJOHNrhRoJDSKtee8kcL1Vf7nz6U+PMBL+hTvR3bTVQg==
dependencies:
"@vue/devtools-api" "^6.6.4"
-vue@^3.4, vue@^3.5.13, vue@^3.5.22:
+vue-router@^5.0.3:
+ version "5.0.4"
+ resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-5.0.4.tgz#41ffc00bab448c406447115bbb29d49144cc1e7d"
+ integrity sha512-lCqDLCI2+fKVRl2OzXuzdSWmxXFLQRxQbmHugnRpTMyYiT+hNaycV0faqG5FBHDXoYrZ6MQcX87BvbY8mQ20Bg==
+ dependencies:
+ "@babel/generator" "^7.28.6"
+ "@vue-macros/common" "^3.1.1"
+ "@vue/devtools-api" "^8.0.6"
+ ast-walker-scope "^0.8.3"
+ chokidar "^5.0.0"
+ json5 "^2.2.3"
+ local-pkg "^1.1.2"
+ magic-string "^0.30.21"
+ mlly "^1.8.0"
+ muggle-string "^0.4.1"
+ pathe "^2.0.3"
+ picomatch "^4.0.3"
+ scule "^1.3.0"
+ tinyglobby "^0.2.15"
+ unplugin "^3.0.0"
+ unplugin-utils "^0.3.1"
+ yaml "^2.8.2"
+
+vue@^3.4, vue@^3.5.13:
version "3.5.22"
resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.22.tgz#2b8ddb94ee4b640ef12fe7f6efe1cf16f3b582e7"
integrity sha512-toaZjQ3a/G/mYaLSbV+QsQhIdMo9x5rrqIpYRObsJ6T/J+RyCSFwN2LHNVH9v8uIcljDNa3QzPVdv3Y6b9hAJQ==
@@ -11258,6 +10522,17 @@ vue@^3.4, vue@^3.5.13, vue@^3.5.22:
"@vue/server-renderer" "3.5.22"
"@vue/shared" "3.5.22"
+vue@^3.5.30:
+ version "3.5.32"
+ resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.32.tgz#9a7cbeb181aa4b2a71c3ebac4995542cf0353de3"
+ integrity sha512-vM4z4Q9tTafVfMAK7IVzmxg34rSzTFMyIe0UUEijUCkn9+23lj0WRfA83dg7eQZIUlgOSGrkViIaCfqSAUXsMw==
+ dependencies:
+ "@vue/compiler-dom" "3.5.32"
+ "@vue/compiler-sfc" "3.5.32"
+ "@vue/runtime-dom" "3.5.32"
+ "@vue/server-renderer" "3.5.32"
+ "@vue/shared" "3.5.32"
+
vuetify-nuxt-module@^0.18.9:
version "0.18.9"
resolved "https://registry.yarnpkg.com/vuetify-nuxt-module/-/vuetify-nuxt-module-0.18.9.tgz#154b8f8e689da4fac3bcb2372ef0e745b8e0b536"
@@ -11414,12 +10689,12 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"
-which@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/which/-/which-5.0.0.tgz#d93f2d93f79834d4363c7d0c23e00d07c466c8d6"
- integrity sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==
+which@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/which/-/which-6.0.1.tgz#021642443a198fb93b784a5606721cb18cfcbfce"
+ integrity sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==
dependencies:
- isexe "^3.1.1"
+ isexe "^4.0.0"
why-is-node-running@^2.3.0:
version "2.3.0"
@@ -11592,15 +10867,6 @@ workbox-window@7.4.0, workbox-window@^7.3.0:
"@types/trusted-types" "^2.0.2"
workbox-core "7.4.0"
-wrap-ansi@^7.0.0:
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
- dependencies:
- ansi-styles "^4.0.0"
- string-width "^4.1.0"
- strip-ansi "^6.0.0"
-
wrap-ansi@^9.0.0:
version "9.0.2"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
@@ -11615,6 +10881,11 @@ ws@^8.18.2, ws@^8.18.3:
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.3.tgz#b56b88abffde62791c639170400c93dcb0c95472"
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==
+ws@^8.19.0:
+ version "8.20.0"
+ resolved "https://registry.yarnpkg.com/ws/-/ws-8.20.0.tgz#4cd9532358eba60bc863aad1623dfb045a4d4af8"
+ integrity sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==
+
wsl-utils@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/wsl-utils/-/wsl-utils-0.1.0.tgz#8783d4df671d4d50365be2ee4c71917a0557baab"
@@ -11622,6 +10893,14 @@ wsl-utils@^0.1.0:
dependencies:
is-wsl "^3.1.0"
+wsl-utils@^0.3.0:
+ version "0.3.1"
+ resolved "https://registry.yarnpkg.com/wsl-utils/-/wsl-utils-0.3.1.tgz#9479836ddf03be267aad3abfc3cb1f6e0c9f1ed1"
+ integrity sha512-g/eziiSUNBSsdDJtCLB8bdYEUMj4jR7AGeUo96p/3dTafgjHhpF4RiCFPiRILwjQoDXx5MqkBr4fwWtR3Ky4Wg==
+ dependencies:
+ is-wsl "^3.1.0"
+ powershell-utils "^0.1.0"
+
xml-name-validator@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
@@ -11660,28 +10939,32 @@ yaml-eslint-parser@^1.2.2:
eslint-visitor-keys "^3.0.0"
yaml "^2.0.0"
-yaml@^2.0.0, yaml@^2.7.0, yaml@^2.8.1:
+yaml@^2.0.0, yaml@^2.7.0:
version "2.8.1"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz#1870aa02b631f7e8328b93f8bc574fac5d6c4d79"
integrity sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==
-yargs-parser@^21.1.1:
- version "21.1.1"
- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
- integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
+yaml@^2.8.2:
+ version "2.8.3"
+ resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.3.tgz#a0d6bd2efb3dd03c59370223701834e60409bd7d"
+ integrity sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==
-yargs@^17.5.1:
- version "17.7.2"
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
- integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==
+yargs-parser@^22.0.0:
+ version "22.0.0"
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-22.0.0.tgz#87b82094051b0567717346ecd00fd14804b357c8"
+ integrity sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==
+
+yargs@^18.0.0:
+ version "18.0.0"
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-18.0.0.tgz#6c84259806273a746b09f579087b68a3c2d25bd1"
+ integrity sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==
dependencies:
- cliui "^8.0.1"
+ cliui "^9.0.1"
escalade "^3.1.1"
get-caller-file "^2.0.5"
- require-directory "^2.1.1"
- string-width "^4.2.3"
+ string-width "^7.2.0"
y18n "^5.0.5"
- yargs-parser "^21.1.1"
+ yargs-parser "^22.0.0"
yocto-queue@^0.1.0:
version "0.1.0"
@@ -11693,11 +10976,6 @@ yocto-queue@^1.0.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.2.1.tgz#36d7c4739f775b3cbc28e6136e21aa057adec418"
integrity sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==
-yoctocolors@^2.1.1:
- version "2.1.2"
- resolved "https://registry.yarnpkg.com/yoctocolors/-/yoctocolors-2.1.2.tgz#d795f54d173494e7d8db93150cec0ed7f678c83a"
- integrity sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==
-
youch-core@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/youch-core/-/youch-core-0.3.3.tgz#c5d3d85aeea0d8bc7b36e9764ed3f14b7ceddc7d"
@@ -11706,15 +10984,15 @@ youch-core@^0.3.3:
"@poppinss/exception" "^1.2.2"
error-stack-parser-es "^1.0.5"
-youch@^4.1.0-beta.11:
- version "4.1.0-beta.11"
- resolved "https://registry.yarnpkg.com/youch/-/youch-4.1.0-beta.11.tgz#9327b48185a945c6aa51e197a3d2d5d80dc7d682"
- integrity sha512-sQi6PERyO/mT8w564ojOVeAlYTtVQmC2GaktQAf+IdI75/GKIggosBuvyVXvEV+FATAT6RbLdIjFoiIId4ozoQ==
+youch@^4.1.0, youch@^4.1.1:
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/youch/-/youch-4.1.1.tgz#ea930d7bcdc517b8826b3878f4519550f1effd5c"
+ integrity sha512-mxW3qiSnl+GRxXsaUMzv2Mbada1Y8CDltET9UxejDQe6DBYlSekghl5U5K0ReAikcHDi0G1vKZEmmo/NWAGKLA==
dependencies:
- "@poppinss/colors" "^4.1.5"
- "@poppinss/dumper" "^0.6.4"
- "@speed-highlight/core" "^1.2.7"
- cookie "^1.0.2"
+ "@poppinss/colors" "^4.1.6"
+ "@poppinss/dumper" "^0.7.0"
+ "@speed-highlight/core" "^1.2.14"
+ cookie-es "^3.0.1"
youch-core "^0.3.3"
zimmerframe@^1.1.2:
diff --git a/mealie/lang/messages/ar-SA.json b/mealie/lang/messages/ar-SA.json
index 5516cce25..57fbef236 100644
--- a/mealie/lang/messages/ar-SA.json
+++ b/mealie/lang/messages/ar-SA.json
@@ -18,17 +18,17 @@
"yield": "العائد",
"yields": "العائد"
},
- "and-amount": "and {amount}",
- "or-ingredient": "or {ingredient}",
+ "and-amount": "و {amount}",
+ "or-ingredient": "أو {ingredient}",
"create-progress": {
- "creating-recipe-with-ai": "Creating recipe with AI...",
- "creating-recipe-from-transcript-with-ai": "Creating recipe from transcript with AI...",
- "creating-recipe-from-webpage-data": "Creating recipe from webpage data...",
- "downloading-image": "Downloading image...",
- "downloading-video": "Downloading video...",
- "extracting-recipe-data": "Extracting recipe data...",
- "fetching-webpage": "Fetching webpage...",
- "transcribing-audio-with-ai": "Transcribing audio with AI..."
+ "creating-recipe-with-ai": "إنشاء وصفة باستخدام AI...",
+ "creating-recipe-from-transcript-with-ai": "إنشاء وصفة من النص باستخدام AI...",
+ "creating-recipe-from-webpage-data": "إنشاء وصفة من بيانات صفحة الويب...",
+ "downloading-image": "جارى تحميل الصورة...",
+ "downloading-video": "جاري تحميل الفيديو...",
+ "extracting-recipe-data": "استخراج بيانات الوصفة...",
+ "fetching-webpage": "جلب صفحة الويب...",
+ "transcribing-audio-with-ai": "جاري نقل الصوت باستخدام AI..."
}
},
"mealplan": {
diff --git a/mealie/lang/messages/pl-PL.json b/mealie/lang/messages/pl-PL.json
index 2452faf83..7e1d3ad23 100644
--- a/mealie/lang/messages/pl-PL.json
+++ b/mealie/lang/messages/pl-PL.json
@@ -18,16 +18,16 @@
"yield": "Ilość",
"yields": "Porcje"
},
- "and-amount": "and {amount}",
+ "and-amount": "i {amount}",
"or-ingredient": "lub {ingredient}",
"create-progress": {
- "creating-recipe-with-ai": "Creating recipe with AI...",
- "creating-recipe-from-transcript-with-ai": "Creating recipe from transcript with AI...",
- "creating-recipe-from-webpage-data": "Creating recipe from webpage data...",
- "downloading-image": "Ściąganie zdjęć...",
- "downloading-video": "Downloading video...",
- "extracting-recipe-data": "Extracting recipe data...",
- "fetching-webpage": "Fetching webpage...",
+ "creating-recipe-with-ai": "Tworzenie przepisu z pomocą AI...",
+ "creating-recipe-from-transcript-with-ai": "Tworzenie przepisu z transkryptu z pomocą AI...",
+ "creating-recipe-from-webpage-data": "Tworzenie przepisu na podstawie danych ze strony...",
+ "downloading-image": "Pobieranie zdjęcia...",
+ "downloading-video": "Pobieranie wideo...",
+ "extracting-recipe-data": "Wyodrębnianie danych przepisu...",
+ "fetching-webpage": "Pobieranie strony...",
"transcribing-audio-with-ai": "Transkrypcja audio przy użyciu AI..."
}
},
@@ -49,7 +49,7 @@
"no-entry-found": "Wskazany zasób jest niedostępny",
"integrity-error": "Błąd spójności bazy danych",
"username-conflict-error": "Ta nazwa użytkownika jest już zajęta",
- "email-conflict-error": "Ten adres email już jest zajęty"
+ "email-conflict-error": "Ten adres e-mail już jest zajęty"
},
"notifications": {
"generic-created": "Utworzono {name}",
@@ -74,7 +74,7 @@
"subject": "Zapomniane hasło Mealie",
"header_text": "Zapomniane hasło",
"message_top": "Poproszono o zresetowanie hasła.",
- "message_bottom": "Kliknij przycisk poniżej, aby zresetować swoje hasło.",
+ "message_bottom": "Kliknij przycisk powyżej, aby zresetować swoje hasło.",
"button_text": "Zresetuj hasło"
},
"invitation": {
@@ -85,7 +85,7 @@
"button_text": "Akceptuj zaproszenie"
},
"test": {
- "subject": "Email testowy Mealie",
+ "subject": "E-mail testowy Mealie",
"header_text": "E-mail testowy",
"message_top": "To jest e-mail testowy.",
"message_bottom": "Kliknij przycisk powyżej, aby przetestować e-mail.",
diff --git a/mealie/repos/seed/resources/foods/locales/ar-SA.json b/mealie/repos/seed/resources/foods/locales/ar-SA.json
index 9f0c53789..bf4f0f354 100644
--- a/mealie/repos/seed/resources/foods/locales/ar-SA.json
+++ b/mealie/repos/seed/resources/foods/locales/ar-SA.json
@@ -4,625 +4,625 @@
"garlic": {
"aliases": [],
"description": "",
- "name": "garlic",
- "plural_name": "garlic"
+ "name": "ثوم",
+ "plural_name": "ثوم"
},
"onion": {
"aliases": [],
"description": "",
- "name": "onion",
- "plural_name": "onions"
+ "name": "بصل",
+ "plural_name": "بصل"
},
"bell pepper": {
"aliases": [],
"description": "",
- "name": "bell pepper",
- "plural_name": "bell peppers"
+ "name": "فليفلة حلوة",
+ "plural_name": "فليفلة حلوة"
},
"carrot": {
"aliases": [],
"description": "",
- "name": "carrot",
- "plural_name": "carrots"
+ "name": "جزر",
+ "plural_name": "جزر"
},
"scallion": {
"aliases": [],
"description": "",
- "name": "scallion",
- "plural_name": "scallions"
+ "name": "بصل أخضر",
+ "plural_name": "بصل أخضر"
},
"zucchini": {
"aliases": [],
"description": "",
- "name": "zucchini",
- "plural_name": "zucchinis"
+ "name": "كوسا",
+ "plural_name": "كوسا"
},
"potato": {
"aliases": [],
"description": "",
- "name": "potato",
- "plural_name": "potatoes"
+ "name": "بطاطا",
+ "plural_name": "بطاطا"
},
"red onion": {
"aliases": [],
"description": "",
- "name": "red onion",
- "plural_name": "red onions"
+ "name": "بصل أحمر",
+ "plural_name": "بصل أحمر"
},
"yellow onion": {
"aliases": [],
"description": "",
- "name": "yellow onion",
- "plural_name": "yellow onions"
+ "name": "بصل أصفر",
+ "plural_name": "بصل أصفر"
},
"celery": {
"aliases": [],
"description": "",
- "name": "celery",
- "plural_name": "celery"
+ "name": "كرفس",
+ "plural_name": "كرفس"
},
"jalapeño": {
"aliases": [],
"description": "",
- "name": "jalapeño",
- "plural_name": "jalapeños"
+ "name": "هلابينيو",
+ "plural_name": "هلابينيو"
},
"avocado": {
"aliases": [],
"description": "",
- "name": "avocado",
- "plural_name": "avocados"
+ "name": "أفوكادو",
+ "plural_name": "أفوكادو"
},
"shallot": {
"aliases": [],
"description": "",
- "name": "shallot",
- "plural_name": "shallots"
+ "name": "شالوت",
+ "plural_name": "شالوت"
},
"cherry tomato": {
"aliases": [],
"description": "",
- "name": "cherry tomato",
- "plural_name": "cherry tomatoes"
+ "name": "طماطم كرزية",
+ "plural_name": "طماطم كرزية"
},
"cucumber": {
"aliases": [],
"description": "",
- "name": "cucumber",
- "plural_name": "cucumbers"
+ "name": "خيار",
+ "plural_name": "خيار"
},
"spinach": {
"aliases": [],
"description": "",
- "name": "spinach",
- "plural_name": "spinach"
+ "name": "سبانخ",
+ "plural_name": "سبانخ"
},
"sweet corn": {
"aliases": [],
"description": "",
- "name": "sweet corn",
- "plural_name": "sweet corn"
+ "name": "ذرة حلوة",
+ "plural_name": "ذرة حلوة"
},
"chile pepper": {
"aliases": [
- "capsicum"
+ "فليفله"
],
"description": "",
- "name": "chile pepper",
- "plural_name": "chile peppers"
+ "name": "فلفل حار",
+ "plural_name": "فلفل حار"
},
"sweet potato": {
"aliases": [],
"description": "",
- "name": "sweet potato",
- "plural_name": "sweet potatoes"
+ "name": "بطاطا حلوة",
+ "plural_name": "بطاطا حلوة"
},
"broccoli": {
"aliases": [],
"description": "",
- "name": "broccoli",
- "plural_name": "broccoli"
+ "name": "بروكلي",
+ "plural_name": "بروكلي"
},
"heart of palm": {
"aliases": [],
"description": "",
- "name": "heart of palm",
- "plural_name": "heart of palm"
+ "name": "قلب النخيل",
+ "plural_name": "قلب النخيل"
},
"baby greens": {
"aliases": [],
"description": "",
- "name": "baby greens",
- "plural_name": "baby greens"
+ "name": "خضروات ورقية صغيرة",
+ "plural_name": "خضروات ورقية صغيرة"
},
"pumpkin": {
"aliases": [],
"description": "",
- "name": "pumpkin",
- "plural_name": "pumpkins"
+ "name": "قرع",
+ "plural_name": "قرع"
},
"cauliflower": {
"aliases": [],
"description": "",
- "name": "cauliflower",
- "plural_name": "cauliflower"
+ "name": "قرنبيط",
+ "plural_name": "قرنبيط"
},
"cabbage": {
"aliases": [],
"description": "",
- "name": "cabbage",
- "plural_name": "cabbages"
+ "name": "كرنب",
+ "plural_name": "كرنب"
},
"asparagus": {
"aliases": [],
"description": "",
- "name": "asparagus",
- "plural_name": "asparagus"
+ "name": "هليون",
+ "plural_name": "هليون"
},
"kale": {
"aliases": [],
"description": "",
- "name": "kale",
- "plural_name": "kale"
+ "name": "كرنب أجعد",
+ "plural_name": "كرنب أجعد"
},
"arugula": {
"aliases": [],
"description": "",
- "name": "arugula",
- "plural_name": "arugula"
+ "name": "جرجير",
+ "plural_name": "جرجير"
},
"leek": {
"aliases": [],
"description": "",
- "name": "leek",
- "plural_name": "leeks"
+ "name": "كراث",
+ "plural_name": "كراث"
},
"eggplant": {
"aliases": [],
"description": "",
- "name": "eggplant",
- "plural_name": "eggplants"
+ "name": "باذنجان",
+ "plural_name": "باذنجان"
},
"lettuce": {
"aliases": [],
"description": "",
- "name": "lettuce",
- "plural_name": "lettuce"
+ "name": "خس",
+ "plural_name": "خس"
},
"butternut squash": {
"aliases": [],
"description": "",
- "name": "butternut squash",
- "plural_name": "butternut squashes"
+ "name": "قرع الجوز",
+ "plural_name": "قرع الجوز"
},
"romaine lettuce": {
"aliases": [],
"description": "",
- "name": "romaine lettuce",
- "plural_name": "romaine lettuce"
+ "name": "خس روماني",
+ "plural_name": "خس روماني"
},
"beetroot": {
"aliases": [],
"description": "",
- "name": "beetroot",
- "plural_name": "beetroots"
+ "name": "بنجر",
+ "plural_name": "بنجر"
},
"brussels sprout": {
"aliases": [],
"description": "",
- "name": "brussels sprout",
- "plural_name": "brussels sprouts"
+ "name": "كرنب بروكسل",
+ "plural_name": "كرنب بروكسل"
},
"fennel": {
"aliases": [],
"description": "",
- "name": "fennel",
- "plural_name": "fennel"
+ "name": "شمر",
+ "plural_name": "شمر"
},
"sun dried tomato": {
"aliases": [],
"description": "",
- "name": "sun dried tomato",
- "plural_name": "sun dried tomatoes"
+ "name": "طماطم مجففة بالشمس",
+ "plural_name": "طماطم مجففة بالشمس"
},
"radish": {
"aliases": [],
"description": "",
- "name": "radish",
- "plural_name": "radishes"
+ "name": "فجل",
+ "plural_name": "فجل"
},
"red cabbage": {
"aliases": [],
"description": "",
- "name": "red cabbage",
- "plural_name": "red cabbages"
+ "name": "كرنب أحمر",
+ "plural_name": "كرنب أحمر"
},
"artichoke": {
"aliases": [],
"description": "",
- "name": "artichoke",
- "plural_name": "artichokes"
+ "name": "خرشوف",
+ "plural_name": "خرشوف"
},
"new potato": {
"aliases": [],
"description": "",
- "name": "new potato",
- "plural_name": "new potatoes"
+ "name": "بطاطا جديدة",
+ "plural_name": "بطاطا جديدة"
},
"summer squash": {
"aliases": [
- "courgette",
- "gem squash"
+ "كوسا",
+ "قرع الجواهر"
],
"description": "",
- "name": "summer squash",
- "plural_name": "summer squashes"
+ "name": "قرع صيفي",
+ "plural_name": "قرع صيفي"
},
"mixed greens": {
"aliases": [],
"description": "",
- "name": "mixed greens",
- "plural_name": "mixed greens"
+ "name": "خضروات ورقية مشكلة",
+ "plural_name": "خضروات ورقية مشكلة"
},
"parsnip": {
"aliases": [],
"description": "",
- "name": "parsnip",
- "plural_name": "parsnips"
+ "name": "جزر أبيض",
+ "plural_name": "جزر أبيض"
},
"baby carrot": {
"aliases": [],
"description": "",
- "name": "baby carrot",
- "plural_name": "baby carrots"
+ "name": "جزر صغير",
+ "plural_name": "جزر صغير"
},
"mixed vegetables": {
"aliases": [],
"description": "",
- "name": "mixed vegetables",
- "plural_name": "mixed vegetables"
+ "name": "خضروات مشكلة",
+ "plural_name": "خضروات مشكلة"
},
"poblano pepper": {
"aliases": [],
"description": "",
- "name": "poblano pepper",
- "plural_name": "poblano peppers"
+ "name": "فلفل بوبلانو",
+ "plural_name": "فلفل بوبلانو"
},
"sweet pepper": {
"aliases": [],
"description": "",
- "name": "sweet pepper",
- "plural_name": "sweet peppers"
+ "name": "فلفل حلو",
+ "plural_name": "فلفل حلو"
},
"serrano pepper": {
"aliases": [],
"description": "",
- "name": "serrano pepper",
- "plural_name": "serrano peppers"
+ "name": "فلفل سيرانو",
+ "plural_name": "فلفل سيرانو"
},
"cayenne pepper": {
"aliases": [],
"description": "",
- "name": "cayenne pepper",
- "plural_name": "cayenne pepper"
+ "name": "فلفل كايين",
+ "plural_name": "فلفل كايين"
},
"green tomato": {
"aliases": [],
"description": "",
- "name": "green tomato",
- "plural_name": "green tomatoes"
+ "name": "طماطم خضراء",
+ "plural_name": "طماطم خضراء"
},
"watercress": {
"aliases": [],
"description": "",
- "name": "watercress",
- "plural_name": "watercress"
+ "name": "جرجير الماء",
+ "plural_name": "جرجير الماء"
},
"iceberg lettuce": {
"aliases": [],
"description": "",
- "name": "iceberg lettuce",
- "plural_name": "iceberg lettuce"
+ "name": "خس أيسبيرغ",
+ "plural_name": "خس أيسبيرغ"
},
"mashed potato": {
"aliases": [],
"description": "",
- "name": "mashed potato",
- "plural_name": "mashed potatoes"
+ "name": "بطاطا مهروسة",
+ "plural_name": "بطاطا مهروسة"
},
"horseradish": {
"aliases": [],
"description": "",
- "name": "horseradish",
- "plural_name": "horseradishes"
+ "name": "فجل حار",
+ "plural_name": "فجل حار"
},
"chard": {
"aliases": [],
"description": "",
- "name": "chard",
- "plural_name": "chard"
+ "name": "سلق",
+ "plural_name": "سلق"
},
"pimiento": {
"aliases": [],
"description": "",
- "name": "pimiento",
- "plural_name": "pimientos"
+ "name": "فلفل بيمينتو",
+ "plural_name": "فلفل بيمينتو"
},
"spaghetti squash": {
"aliases": [],
"description": "",
- "name": "spaghetti squash",
- "plural_name": "spaghetti squashes"
+ "name": "قرع السباغيتي",
+ "plural_name": "قرع السباغيتي"
},
"butter lettuce": {
"aliases": [],
"description": "",
- "name": "butter lettuce",
- "plural_name": "butter lettuce"
+ "name": "خس الزبدة",
+ "plural_name": "خس الزبدة"
},
"hash brown": {
"aliases": [],
"description": "",
- "name": "hash brown",
- "plural_name": "hash browns"
+ "name": "بطاطا مقلية مبشورة",
+ "plural_name": "بطاطا مقلية مبشورة"
},
"napa cabbage": {
"aliases": [
- "chinese leaves"
+ "كرنب صيني"
],
"description": "",
- "name": "napa cabbage",
- "plural_name": "napa cabbages"
+ "name": "كرنب نابا",
+ "plural_name": "كرنب نابا"
},
"celeriac": {
"aliases": [],
"description": "",
- "name": "celeriac",
- "plural_name": "celeriacs"
+ "name": "كرفس جذري",
+ "plural_name": "كرفس جذري"
},
"water chestnut": {
"aliases": [],
"description": "",
- "name": "water chestnut",
- "plural_name": "water chestnuts"
+ "name": "كستناء الماء",
+ "plural_name": "كستناء الماء"
},
"turnip": {
"aliases": [],
"description": "",
- "name": "turnip",
- "plural_name": "turnips"
+ "name": "لفت",
+ "plural_name": "لفت"
},
"thai chile pepper": {
"aliases": [],
"description": "",
- "name": "thai chile pepper",
- "plural_name": "thai chile peppers"
+ "name": "فلفل تايلندي حار",
+ "plural_name": "فلفل تايلندي حار"
},
"bok choy": {
"aliases": [],
"description": "",
- "name": "bok choy",
- "plural_name": "bok choy"
+ "name": "بوك تشوي",
+ "plural_name": "بوك تشوي"
},
"okra": {
"aliases": [],
"description": "",
- "name": "okra",
- "plural_name": "okra"
+ "name": "بامية",
+ "plural_name": "بامية"
},
"acorn squash": {
"aliases": [],
"description": "",
- "name": "acorn squash",
- "plural_name": "acorn squashes"
+ "name": "قرع الجوز",
+ "plural_name": "قرع الجوز"
},
"corn on the cob": {
"aliases": [],
"description": "",
- "name": "corn on the cob",
- "plural_name": "corn on the cob"
+ "name": "ذرة بالكوز",
+ "plural_name": "ذرة بالكوز"
},
"radicchio": {
"aliases": [],
"description": "",
- "name": "radicchio",
- "plural_name": "radicchio"
+ "name": "راديكيو",
+ "plural_name": "راديكيو"
},
"pearl onion": {
"aliases": [],
"description": "",
- "name": "pearl onion",
- "plural_name": "pearl onions"
+ "name": "بصل لؤلؤي",
+ "plural_name": "بصل لؤلؤي"
},
"tenderstem broccoli": {
"aliases": [],
"description": "",
- "name": "tenderstem broccoli",
- "plural_name": "tenderstem broccoli"
+ "name": "بروكلي طري الساق",
+ "plural_name": "بروكلي طري الساق"
},
"plantain": {
"aliases": [],
"description": "",
- "name": "plantain",
- "plural_name": "plantains"
+ "name": "موز الجنة",
+ "plural_name": "موز الجنة"
},
"leaf lettuce": {
"aliases": [],
"description": "",
- "name": "leaf lettuce",
- "plural_name": "leaf lettuce"
+ "name": "خس ورق",
+ "plural_name": "خس ورق"
},
"pepperoncini": {
"aliases": [],
"description": "",
- "name": "pepperoncini",
- "plural_name": "pepperoncinis"
+ "name": "فلفل بيبرونسيني",
+ "plural_name": "فلفل بيبرونسيني"
},
"baby bok choy": {
"aliases": [],
"description": "",
- "name": "baby bok choy",
- "plural_name": "baby bok choy"
+ "name": "بوك تشوي صغير",
+ "plural_name": "بوك تشوي صغير"
},
"jicama": {
"aliases": [],
"description": "",
- "name": "jicama",
- "plural_name": "jicamas"
+ "name": "جيكاما",
+ "plural_name": "جيكاما"
},
"endive": {
"aliases": [],
"description": "",
- "name": "endive",
- "plural_name": "endives"
+ "name": "هندباء",
+ "plural_name": "هندباء"
},
"habanero pepper": {
"aliases": [],
"description": "",
- "name": "habanero pepper",
- "plural_name": "habanero peppers"
+ "name": "فلفل هابانيرو",
+ "plural_name": "فلفل هابانيرو"
},
"maize": {
"aliases": [
- "corn husk"
+ "قشر الذرة"
],
"description": "",
- "name": "maize",
- "plural_name": "maize"
+ "name": "ذرة",
+ "plural_name": "ذرة"
},
"collard greens": {
"aliases": [],
"description": "",
- "name": "collard greens",
- "plural_name": "collard greens"
+ "name": "خضروات الكولارد",
+ "plural_name": "خضروات الكولارد"
},
"french-fried onion": {
"aliases": [],
"description": "",
- "name": "french-fried onion",
- "plural_name": "french-fried onions"
+ "name": "بصل مقلي",
+ "plural_name": "بصل مقلي"
},
"daikon": {
"aliases": [],
"description": "",
- "name": "daikon",
- "plural_name": "daikons"
+ "name": "دايكون",
+ "plural_name": "دايكون"
},
"baby corn": {
"aliases": [],
"description": "",
- "name": "baby corn",
- "plural_name": "baby corns"
+ "name": "ذرة صغيرة",
+ "plural_name": "ذرة صغيرة"
},
"broccoli rabe": {
"aliases": [],
"description": "",
- "name": "broccoli rabe",
- "plural_name": "broccoli rabes"
+ "name": "بروكلي رابي",
+ "plural_name": "بروكلي رابي"
},
"rutabaga": {
"aliases": [],
"description": "",
- "name": "rutabaga",
- "plural_name": "rutabagas"
+ "name": "روتاباجا",
+ "plural_name": "روتاباجا"
},
"belgian endive": {
"aliases": [],
"description": "",
- "name": "belgian endive",
- "plural_name": "belgian endives"
+ "name": "هندباء بلجيكية",
+ "plural_name": "هندباء بلجيكية"
},
"yam": {
"aliases": [],
"description": "",
- "name": "yam",
- "plural_name": "yams"
+ "name": "يام",
+ "plural_name": "يام"
},
"ancho chile pepper": {
"aliases": [],
"description": "",
- "name": "ancho chile pepper",
- "plural_name": "ancho chile peppers"
+ "name": "فلفل أنشو حار",
+ "plural_name": "فلفل أنشو حار"
},
"microgreens": {
"aliases": [],
"description": "",
- "name": "microgreens",
- "plural_name": "microgreens"
+ "name": "براعم خضروات صغيرة",
+ "plural_name": "براعم خضروات صغيرة"
},
"boston lettuce": {
"aliases": [],
"description": "",
- "name": "boston lettuce",
- "plural_name": "boston lettuce"
+ "name": "خس بوسطن",
+ "plural_name": "خس بوسطن"
},
"kohlrabi": {
"aliases": [],
"description": "",
- "name": "kohlrabi",
- "plural_name": "kohlrabi"
+ "name": "كرنب سويدي",
+ "plural_name": "كرنب سويدي"
},
"fresno chile": {
"aliases": [],
"description": "",
- "name": "fresno chile",
- "plural_name": "fresno chiles"
+ "name": "فلفل فريسنو حار",
+ "plural_name": "فلفل فريسنو حار"
},
"delicata squash": {
"aliases": [],
"description": "",
- "name": "delicata squash",
- "plural_name": "delicata squashes"
+ "name": "قرع ديليكاتا",
+ "plural_name": "قرع ديليكاتا"
},
"Frisée": {
"aliases": [
- "curly endive"
+ "الهندباء المجعدة"
],
"description": "",
- "name": "Frisée",
- "plural_name": "Frisées"
+ "name": "فريسي",
+ "plural_name": "فريسي"
},
"anaheim pepper": {
"aliases": [],
"description": "",
- "name": "anaheim pepper",
- "plural_name": "anaheim peppers"
+ "name": "فلفل أنهايم",
+ "plural_name": "فلفل أنهايم"
},
"cress": {
"aliases": [],
"description": "",
- "name": "cress",
- "plural_name": "cress"
+ "name": "رشاد",
+ "plural_name": "رشاد"
},
"broccoli slaw": {
"aliases": [],
"description": "",
- "name": "broccoli slaw",
- "plural_name": "broccoli slaw"
+ "name": "سلطة بروكلي",
+ "plural_name": "سلطة بروكلي"
},
"arbol chile pepper": {
"aliases": [],
"description": "",
- "name": "arbol chile pepper",
- "plural_name": "arbol chile peppers"
+ "name": "فلفل آربول حار",
+ "plural_name": "فلفل آربول حار"
},
"golden beet": {
"aliases": [],
"description": "",
- "name": "golden beet",
- "plural_name": "golden beets"
+ "name": "بنجر ذهبي",
+ "plural_name": "بنجر ذهبي"
},
"pea shoot": {
"aliases": [],
"description": "",
- "name": "pea shoot",
- "plural_name": "pea shoots"
+ "name": "براعم البازلاء",
+ "plural_name": "براعم البازلاء"
},
"alfalfa": {
"aliases": [],
"description": "",
- "name": "alfalfa",
- "plural_name": "alfalfa"
+ "name": "برسيم حجازي",
+ "plural_name": "برسيم حجازي"
}
}
},
@@ -630,609 +630,609 @@
"foods": {
"tomato": {
"aliases": [],
- "description": "Yes they are a fruit",
- "name": "tomato",
- "plural_name": "tomatoes"
+ "description": "نعم هي فاكهة",
+ "name": "طماطم",
+ "plural_name": "طماطم"
},
"lemon": {
"aliases": [],
"description": "",
- "name": "lemon",
- "plural_name": "lemons"
+ "name": "ليمون",
+ "plural_name": "ليمون"
},
"lime": {
"aliases": [],
"description": "",
- "name": "lime",
- "plural_name": "limes"
+ "name": "ليمون حامض",
+ "plural_name": "ليمون حامض"
},
"apple": {
"aliases": [],
"description": "",
- "name": "apple",
- "plural_name": "apples"
+ "name": "تفاح",
+ "plural_name": "تفاح"
},
"banana": {
"aliases": [],
"description": "",
- "name": "banana",
- "plural_name": "bananas"
+ "name": "موز",
+ "plural_name": "موز"
},
"orange": {
"aliases": [],
"description": "",
- "name": "orange",
- "plural_name": "oranges"
+ "name": "برتقال",
+ "plural_name": "برتقال"
},
"raisin": {
"aliases": [],
"description": "",
- "name": "raisin",
- "plural_name": "raisins"
+ "name": "زبيب",
+ "plural_name": "زبيب"
},
"pineapple": {
"aliases": [],
"description": "",
- "name": "pineapple",
- "plural_name": "pineapples"
+ "name": "أناناس",
+ "plural_name": "أناناس"
},
"mango": {
"aliases": [],
"description": "",
- "name": "mango",
- "plural_name": "mangoes"
+ "name": "مانجو",
+ "plural_name": "مانجو"
},
"peach": {
"aliases": [],
"description": "",
- "name": "peach",
- "plural_name": "peaches"
+ "name": "خوخ",
+ "plural_name": "خوخ"
},
"date": {
"aliases": [],
"description": "",
- "name": "date",
- "plural_name": "dates"
+ "name": "تمر",
+ "plural_name": "تمر"
},
"coconut": {
"aliases": [],
"description": "",
- "name": "coconut",
- "plural_name": "coconuts"
+ "name": "جوز هند",
+ "plural_name": "جوز هند"
},
"craisin": {
"aliases": [],
"description": "",
- "name": "craisin",
- "plural_name": "craisins"
+ "name": "زبيب أحمر",
+ "plural_name": "زبيب أحمر"
},
"pear": {
"aliases": [],
"description": "",
- "name": "pear",
- "plural_name": "pears"
+ "name": "كمثرى",
+ "plural_name": "كمثرى"
},
"grape": {
"aliases": [],
"description": "",
- "name": "grape",
- "plural_name": "grapes"
+ "name": "عنب",
+ "plural_name": "عنب"
},
"pomegranate": {
"aliases": [],
"description": "",
- "name": "pomegranate",
- "plural_name": "pomegranates"
+ "name": "رمان",
+ "plural_name": "رمان"
},
"watermelon": {
"aliases": [],
"description": "",
- "name": "watermelon",
- "plural_name": "watermelons"
+ "name": "بطيخ",
+ "plural_name": "بطيخ"
},
"rhubarb": {
"aliases": [],
"description": "",
- "name": "rhubarb",
- "plural_name": "rhubarbs"
+ "name": "راوند",
+ "plural_name": "راوند"
},
"dried apricot": {
"aliases": [],
"description": "",
- "name": "dried apricot",
- "plural_name": "dried apricots"
+ "name": "مشمش مجفف",
+ "plural_name": "مشمش مجفف"
},
"kiwi": {
"aliases": [],
"description": "",
- "name": "kiwi",
- "plural_name": "kiwis"
+ "name": "كيوي",
+ "plural_name": "كيوي"
},
"grapefruit": {
"aliases": [],
"description": "",
- "name": "grapefruit",
- "plural_name": "grapefruits"
+ "name": "جريب فروت",
+ "plural_name": "جريب فروت"
},
"plum": {
"aliases": [],
"description": "",
- "name": "plum",
- "plural_name": "plums"
+ "name": "برقوق",
+ "plural_name": "برقوق"
},
"fig": {
"aliases": [],
"description": "",
- "name": "fig",
- "plural_name": "figs"
+ "name": "تين",
+ "plural_name": "تين"
},
"apricot": {
"aliases": [],
"description": "",
- "name": "apricot",
- "plural_name": "apricots"
+ "name": "مشمش",
+ "plural_name": "مشمش"
},
"currant": {
"aliases": [],
"description": "",
- "name": "currant",
- "plural_name": "currants"
+ "name": "كشمش",
+ "plural_name": "كشمش"
},
"mandarin": {
"aliases": [],
"description": "",
- "name": "mandarin",
- "plural_name": "mandarins"
+ "name": "يوسفي",
+ "plural_name": "يوسفي"
},
"prune": {
"aliases": [],
"description": "",
- "name": "prune",
- "plural_name": "prunes"
+ "name": "برقوق مجفف",
+ "plural_name": "برقوق مجفف"
},
"cantaloupe": {
"aliases": [],
"description": "",
- "name": "cantaloupe",
- "plural_name": "cantaloupes"
+ "name": "شمام",
+ "plural_name": "شمام"
},
"sultana": {
"aliases": [],
"description": "",
- "name": "sultana",
- "plural_name": "sultanas"
+ "name": "زبيب سلطاني",
+ "plural_name": "زبيب سلطاني"
},
"passion fruit": {
"aliases": [],
"description": "",
- "name": "passion fruit",
- "plural_name": "passion fruits"
+ "name": "فاكهة الآلام",
+ "plural_name": "فاكهة الآلام"
},
"papaya": {
"aliases": [],
"description": "",
- "name": "papaya",
- "plural_name": "papayas"
+ "name": "بابايا",
+ "plural_name": "بابايا"
},
"tamarind": {
"aliases": [],
"description": "",
- "name": "tamarind",
- "plural_name": "tamarinds"
+ "name": "تمر هندي",
+ "plural_name": "تمر هندي"
},
"nectarine": {
"aliases": [],
"description": "",
- "name": "nectarine",
- "plural_name": "nectarines"
+ "name": "نكتارين",
+ "plural_name": "نكتارين"
},
"dried fig": {
"aliases": [],
"description": "",
- "name": "dried fig",
- "plural_name": "dried figs"
+ "name": "تين مجفف",
+ "plural_name": "تين مجفف"
},
"chestnut": {
"aliases": [],
"description": "",
- "name": "chestnut",
- "plural_name": "chestnuts"
+ "name": "كستناء",
+ "plural_name": "كستناء"
},
"meyer lemon": {
"aliases": [],
"description": "",
- "name": "meyer lemon",
- "plural_name": "meyer lemons"
+ "name": "ليمون ماير",
+ "plural_name": "ليمون ماير"
},
"honeydew melon": {
"aliases": [],
"description": "",
- "name": "honeydew melon",
- "plural_name": "honeydew melons"
+ "name": "شمام العسل",
+ "plural_name": "شمام العسل"
},
"dried fruit": {
"aliases": [],
"description": "",
- "name": "dried fruit",
- "plural_name": "dried fruits"
+ "name": "فواكه مجففة",
+ "plural_name": "فواكه مجففة"
},
"clementine": {
"aliases": [],
"description": "",
- "name": "clementine",
- "plural_name": "clementines"
+ "name": "كليمنتين",
+ "plural_name": "كليمنتين"
},
"persimmon": {
"aliases": [],
"description": "",
- "name": "persimmon",
- "plural_name": "persimmons"
+ "name": "كاكا",
+ "plural_name": "كاكا"
},
"melon": {
"aliases": [],
"description": "",
- "name": "melon",
- "plural_name": "melons"
+ "name": "شمام",
+ "plural_name": "شمام"
},
"tangerine": {
"aliases": [],
"description": "",
- "name": "tangerine",
- "plural_name": "tangerines"
+ "name": "يوسفي",
+ "plural_name": "يوسفي"
},
"dried mango": {
"aliases": [],
"description": "",
- "name": "dried mango",
- "plural_name": "dried mangoes"
+ "name": "مانجو مجفف",
+ "plural_name": "مانجو مجفف"
},
"dried apple": {
"aliases": [],
"description": "",
- "name": "dried apple",
- "plural_name": "dried apples"
+ "name": "تفاح مجفف",
+ "plural_name": "تفاح مجفف"
},
"quince": {
"aliases": [],
"description": "",
- "name": "quince",
- "plural_name": "quinces"
+ "name": "سفرجل",
+ "plural_name": "سفرجل"
},
"guava": {
"aliases": [],
"description": "",
- "name": "guava",
- "plural_name": "guavas"
+ "name": "جوافة",
+ "plural_name": "جوافة"
},
"banana chip": {
"aliases": [],
"description": "",
- "name": "banana chip",
- "plural_name": "banana chips"
+ "name": "رقائق موز",
+ "plural_name": "رقائق موز"
},
"kumquat": {
"aliases": [],
"description": "",
- "name": "kumquat",
- "plural_name": "kumquats"
+ "name": "كمكوات",
+ "plural_name": "كمكوات"
},
"jackfruit": {
"aliases": [],
"description": "",
- "name": "jackfruit",
- "plural_name": "jackfruits"
+ "name": "جاك فروت",
+ "plural_name": "جاك فروت"
},
"dragon fruit": {
"aliases": [],
"description": "",
- "name": "dragon fruit",
- "plural_name": "dragon fruits"
+ "name": "فاكهة التنين",
+ "plural_name": "فاكهة التنين"
},
"mixed fruit": {
"aliases": [],
"description": "",
- "name": "mixed fruit",
- "plural_name": "mixed fruits"
+ "name": "فواكه مشكلة",
+ "plural_name": "فواكه مشكلة"
},
"asian pear": {
"aliases": [],
"description": "",
- "name": "asian pear",
- "plural_name": "asian pears"
+ "name": "كمثرى آسيوية",
+ "plural_name": "كمثرى آسيوية"
},
"lychee": {
"aliases": [],
"description": "",
- "name": "lychee",
- "plural_name": "lychees"
+ "name": "ليتشي",
+ "plural_name": "ليتشي"
},
"young coconut": {
"aliases": [],
"description": "",
- "name": "young coconut",
- "plural_name": "young coconuts"
+ "name": "جوز هند صغير",
+ "plural_name": "جوز هند صغير"
},
"kaffir lime": {
"aliases": [],
"description": "",
- "name": "kaffir lime",
- "plural_name": "kaffir limes"
+ "name": "ليمون كافير",
+ "plural_name": "ليمون كافير"
},
"star fruit": {
"aliases": [],
"description": "",
- "name": "star fruit",
- "plural_name": "star fruits"
+ "name": "فاكهة النجمة",
+ "plural_name": "فاكهة النجمة"
},
"green papaya": {
"aliases": [],
"description": "",
- "name": "green papaya",
- "plural_name": "green papayas"
+ "name": "بابايا خضراء",
+ "plural_name": "بابايا خضراء"
},
"pomelo": {
"aliases": [],
"description": "",
- "name": "pomelo",
- "plural_name": "pomelos"
+ "name": "بوملي",
+ "plural_name": "بوملي"
},
"chestnut purée": {
"aliases": [],
"description": "",
- "name": "chestnut purée",
- "plural_name": "chestnut purée"
+ "name": "هريس كستناء",
+ "plural_name": "هريس كستناء"
},
"prickly pear": {
"aliases": [],
"description": "",
- "name": "prickly pear",
- "plural_name": "prickly pears"
+ "name": "تين شوكي",
+ "plural_name": "تين شوكي"
},
"calamansi": {
"aliases": [],
"description": "",
- "name": "calamansi",
- "plural_name": "calamansis"
+ "name": "كالامانسي",
+ "plural_name": "كالامانسي"
},
"yuzu": {
"aliases": [],
"description": "",
- "name": "yuzu",
- "plural_name": "yuzu"
+ "name": "يوزو",
+ "plural_name": "يوزو"
},
"granadilla": {
"aliases": [],
"description": "",
- "name": "granadilla",
- "plural_name": "granadillas"
+ "name": "غراناديلا",
+ "plural_name": "غراناديلا"
},
"apple chip": {
"aliases": [],
"description": "",
- "name": "apple chip",
- "plural_name": "apple chips"
+ "name": "رقائق تفاح",
+ "plural_name": "رقائق تفاح"
},
"mixed peel": {
"aliases": [],
"description": "",
- "name": "mixed peel",
- "plural_name": "mixed peels"
+ "name": "قشور حمضيات مشكلة",
+ "plural_name": "قشور حمضيات مشكلة"
},
"kokum": {
"aliases": [],
"description": "",
- "name": "kokum",
- "plural_name": "kokums"
+ "name": "كوكوم",
+ "plural_name": "كوكوم"
},
"tangelo": {
"aliases": [],
"description": "",
- "name": "tangelo",
- "plural_name": "tangelos"
+ "name": "تانجيلو",
+ "plural_name": "تانجيلو"
},
"dried lime": {
"aliases": [],
"description": "",
- "name": "dried lime",
- "plural_name": "dried limes"
+ "name": "ليمون مجفف",
+ "plural_name": "ليمون مجفف"
},
"jujube": {
"aliases": [],
"description": "",
- "name": "jujube",
- "plural_name": "jujubes"
+ "name": "عناب",
+ "plural_name": "عناب"
},
"sweet lime": {
"aliases": [],
"description": "",
- "name": "sweet lime",
- "plural_name": "sweet limes"
+ "name": "ليمون حلو",
+ "plural_name": "ليمون حلو"
},
"custard-apple": {
"aliases": [],
"description": "",
- "name": "custard-apple",
- "plural_name": "custard-apples"
+ "name": "قشطة",
+ "plural_name": "قشطة"
},
"dried lemon": {
"aliases": [],
"description": "",
- "name": "dried lemon",
- "plural_name": "dried lemons"
+ "name": "ليمون مجفف",
+ "plural_name": "ليمون مجفف"
},
"young jackfruit": {
"aliases": [],
"description": "",
- "name": "young jackfruit",
- "plural_name": "young jackfruits"
+ "name": "جاك فروت صغير",
+ "plural_name": "جاك فروت صغير"
},
"durian": {
"aliases": [],
"description": "",
- "name": "durian",
- "plural_name": "durians"
+ "name": "دوريان",
+ "plural_name": "دوريان"
},
"freeze-dried apple": {
"aliases": [],
"description": "",
- "name": "freeze-dried apple",
- "plural_name": "freeze-dried apples"
+ "name": "تفاح مجفف بالتجميد",
+ "plural_name": "تفاح مجفف بالتجميد"
},
"dried tamarind": {
"aliases": [],
"description": "",
- "name": "dried tamarind",
- "plural_name": "dried tamarinds"
+ "name": "تمر هندي مجفف",
+ "plural_name": "تمر هندي مجفف"
},
"honey date": {
"aliases": [],
"description": "",
- "name": "honey date",
- "plural_name": "honey dates"
+ "name": "تمر عسلي",
+ "plural_name": "تمر عسلي"
},
"physali": {
"aliases": [],
"description": "",
- "name": "physali",
- "plural_name": "physalis"
+ "name": "حرنكش",
+ "plural_name": "حرنكش"
},
"tamarillo": {
"aliases": [],
"description": "",
- "name": "tamarillo",
- "plural_name": "tamarillos"
+ "name": "طماطم الشجرة",
+ "plural_name": "طماطم الشجرة"
},
"ice-apple": {
"aliases": [],
"description": "",
- "name": "ice-apple",
- "plural_name": "ice-apples"
+ "name": "تفاح الثلج",
+ "plural_name": "تفاح الثلج"
},
"longan": {
"aliases": [],
"description": "",
- "name": "longan",
- "plural_name": "longans"
+ "name": "لونجان",
+ "plural_name": "لونجان"
},
"finger lime": {
"aliases": [],
"description": "",
- "name": "finger lime",
- "plural_name": "finger limes"
+ "name": "ليمون الإصبع",
+ "plural_name": "ليمون الإصبع"
},
"bitter orange": {
"aliases": [],
"description": "",
- "name": "bitter orange",
- "plural_name": "bitter oranges"
+ "name": "برتقال مر",
+ "plural_name": "برتقال مر"
},
"feijoa": {
"aliases": [],
"description": "",
- "name": "feijoa",
- "plural_name": "feijoas"
+ "name": "فيجوا",
+ "plural_name": "فيجوا"
},
"dried persimmon": {
"aliases": [],
"description": "",
- "name": "dried persimmon",
- "plural_name": "dried persimmons"
+ "name": "كاكا مجففة",
+ "plural_name": "كاكا مجففة"
},
"rambutan": {
"aliases": [],
"description": "",
- "name": "rambutan",
- "plural_name": "rambutans"
+ "name": "رامبوتان",
+ "plural_name": "رامبوتان"
},
"rose apple": {
"aliases": [],
"description": "",
- "name": "rose apple",
- "plural_name": "rose apples"
+ "name": "تفاح الورد",
+ "plural_name": "تفاح الورد"
},
"dried orange slice": {
"aliases": [],
"description": "",
- "name": "dried orange slice",
- "plural_name": "dried orange slices"
+ "name": "شرائح برتقال مجففة",
+ "plural_name": "شرائح برتقال مجففة"
},
"loquat": {
"aliases": [],
"description": "",
- "name": "loquat",
- "plural_name": "loquats"
+ "name": "إسكدنيا",
+ "plural_name": "إسكدنيا"
},
"crabapple": {
"aliases": [],
"description": "",
- "name": "crabapple",
- "plural_name": "crabapples"
+ "name": "تفاح بري",
+ "plural_name": "تفاح بري"
},
"fig leaf": {
"aliases": [],
"description": "",
- "name": "fig leaf",
- "plural_name": "fig leaves"
+ "name": "ورق تين",
+ "plural_name": "ورق تين"
},
"freeze-dried pineapple": {
"aliases": [],
"description": "",
- "name": "freeze-dried pineapple",
- "plural_name": "freeze-dried pineapples"
+ "name": "أناناس مجفف بالتجميد",
+ "plural_name": "أناناس مجفف بالتجميد"
},
"pluot": {
"aliases": [],
"description": "",
- "name": "pluot",
- "plural_name": "pluots"
+ "name": "بلوت",
+ "plural_name": "بلوت"
},
"soursop": {
"aliases": [],
"description": "",
- "name": "soursop",
- "plural_name": "soursops"
+ "name": "قشطة شائكة",
+ "plural_name": "قشطة شائكة"
},
"hog plum": {
"aliases": [],
"description": "",
- "name": "hog plum",
- "plural_name": "hog plums"
+ "name": "برقوق ",
+ "plural_name": "برقوق "
},
"bergamot orange": {
"aliases": [],
"description": "",
- "name": "bergamot orange",
- "plural_name": "bergamot oranges"
+ "name": "برتقال برغموت",
+ "plural_name": "برتقال برغموت"
},
"luo han guo": {
"aliases": [],
"description": "",
- "name": "luo han guo",
- "plural_name": "luo han guos"
+ "name": "فاكهة الراهب",
+ "plural_name": "فاكهة الراهب"
},
"mamey": {
"aliases": [],
"description": "",
- "name": "mamey",
- "plural_name": "mameys"
+ "name": "مامي",
+ "plural_name": "مامي"
},
"sapote": {
"aliases": [],
"description": "",
- "name": "sapote",
- "plural_name": "sapotes"
+ "name": "سابوتا",
+ "plural_name": "سابوتا"
},
"green ume plum": {
"aliases": [],
"description": "",
- "name": "green ume plum",
- "plural_name": "green ume plums"
+ "name": "برقوق أومي أخضر",
+ "plural_name": "برقوق أومي أخضر"
},
"kiwano": {
"aliases": [],
"description": "",
- "name": "kiwano",
- "plural_name": "kiwanos"
+ "name": "كيوانو",
+ "plural_name": "كيوانو"
}
}
},
@@ -1241,212 +1241,212 @@
"button mushroom": {
"aliases": [],
"description": "",
- "name": "button mushroom",
- "plural_name": "button mushrooms"
+ "name": "فطر أبيض",
+ "plural_name": "فطر أبيض"
},
"shiitake mushroom": {
"aliases": [],
"description": "",
- "name": "shiitake mushroom",
- "plural_name": "shiitake mushrooms"
+ "name": "فطر شيتاكي",
+ "plural_name": "فطر شيتاكي"
},
"portobello mushroom": {
"aliases": [],
"description": "",
- "name": "portobello mushroom",
- "plural_name": "portobello mushrooms"
+ "name": "فطر بورتوبيللو",
+ "plural_name": "فطر بورتوبيللو"
},
"wild mushroom": {
"aliases": [],
"description": "",
- "name": "wild mushroom",
- "plural_name": "wild mushrooms"
+ "name": "فطر بري",
+ "plural_name": "فطر بري"
},
"porcini": {
"aliases": [],
"description": "",
- "name": "porcini",
- "plural_name": "porcinis"
+ "name": "فطر بورسيني",
+ "plural_name": "فطر بورسيني"
},
"mixed mushroom": {
"aliases": [],
"description": "",
- "name": "mixed mushroom",
- "plural_name": "mixed mushrooms"
+ "name": "فطر مشكل",
+ "plural_name": "فطر مشكل"
},
"oyster mushroom": {
"aliases": [],
"description": "",
- "name": "oyster mushroom",
- "plural_name": "oyster mushrooms"
+ "name": "فطر المحار",
+ "plural_name": "فطر المحار"
},
"chestnut mushroom": {
"aliases": [],
"description": "",
- "name": "chestnut mushroom",
- "plural_name": "chestnut mushrooms"
+ "name": "فطر الكستناء",
+ "plural_name": "فطر الكستناء"
},
"enoki mushroom": {
"aliases": [],
"description": "",
- "name": "enoki mushroom",
- "plural_name": "enoki mushrooms"
+ "name": "فطر إينوكي",
+ "plural_name": "فطر إينوكي"
},
"black fungu": {
"aliases": [],
"description": "",
- "name": "black fungus",
- "plural_name": "black fungus"
+ "name": "فطر أسود",
+ "plural_name": "فطر أسود"
},
"black truffle": {
"aliases": [],
"description": "",
- "name": "black truffle",
- "plural_name": "black truffles"
+ "name": "كمأة سوداء",
+ "plural_name": "كمأة سوداء"
},
"morel mushroom": {
"aliases": [],
"description": "",
- "name": "morel mushroom",
- "plural_name": "morel mushrooms"
+ "name": "فطر موريل",
+ "plural_name": "فطر موريل"
},
"field mushroom": {
"aliases": [],
"description": "",
- "name": "field mushroom",
- "plural_name": "field mushrooms"
+ "name": "فطر حقلي",
+ "plural_name": "فطر حقلي"
},
"king oyster mushroom": {
"aliases": [],
"description": "",
- "name": "king oyster mushroom",
- "plural_name": "king oyster mushrooms"
+ "name": "فطر المحار الملكي",
+ "plural_name": "فطر المحار الملكي"
},
"shimeji mushroom": {
"aliases": [],
"description": "",
- "name": "shimeji mushroom",
- "plural_name": "shimeji mushrooms"
+ "name": "فطر شيميجي",
+ "plural_name": "فطر شيميجي"
},
"straw mushroom": {
"aliases": [],
"description": "",
- "name": "straw mushroom",
- "plural_name": "straw mushrooms"
+ "name": "فطر القش",
+ "plural_name": "فطر القش"
},
"dried chinese mushroom": {
"aliases": [],
"description": "",
- "name": "dried chinese mushroom",
- "plural_name": "dried chinese mushrooms"
+ "name": "فطر صيني مجفف",
+ "plural_name": "فطر صيني مجفف"
},
"maitake": {
"aliases": [],
"description": "",
- "name": "maitake",
- "plural_name": "maitakes"
+ "name": "فطر مايتاكي",
+ "plural_name": "فطر مايتاكي"
},
"trumpet mushroom": {
"aliases": [],
"description": "",
- "name": "trumpet mushroom",
- "plural_name": "trumpet mushrooms"
+ "name": "فطر البوق",
+ "plural_name": "فطر البوق"
},
"white truffle": {
"aliases": [],
"description": "",
- "name": "white truffle",
- "plural_name": "white truffles"
+ "name": "كمأة بيضاء",
+ "plural_name": "كمأة بيضاء"
},
"white fungu": {
"aliases": [],
"description": "",
- "name": "white fungus",
- "plural_name": "white fungus"
+ "name": "فطر أبيض",
+ "plural_name": "فطر أبيض"
},
"pioppini": {
"aliases": [],
"description": "",
- "name": "pioppini",
- "plural_name": "pioppinis"
+ "name": "فطر بيوبيني",
+ "plural_name": "فطر بيوبيني"
},
"snow fungu": {
"aliases": [],
"description": "",
- "name": "snow fungus",
- "plural_name": "snow fungus"
+ "name": "فطر الثلج",
+ "plural_name": "فطر الثلج"
},
"white beech mushroom": {
"aliases": [],
"description": "",
- "name": "white beech mushroom",
- "plural_name": "white beech mushrooms"
+ "name": "فطر الزان الأبيض",
+ "plural_name": "فطر الزان الأبيض"
},
"boletu": {
"aliases": [],
"description": "",
- "name": "boletus",
- "plural_name": "boletus"
+ "name": "بوليطس",
+ "plural_name": "بوليطس"
},
"huitlacoche": {
"aliases": [],
"description": "",
- "name": "huitlacoche",
- "plural_name": "huitlacoches"
+ "name": "هويتلاكوتشي",
+ "plural_name": "هويتلاكوتشي"
},
"matsutake": {
"aliases": [],
"description": "",
- "name": "matsutake",
- "plural_name": "matsutakes"
+ "name": "فطر ماتسوتاكي",
+ "plural_name": "فطر ماتسوتاكي"
},
"nameko": {
"aliases": [],
"description": "",
- "name": "nameko",
- "plural_name": "namekos"
+ "name": "فطر نيميكو",
+ "plural_name": "فطر نيميكو"
},
"djon djon mushroom": {
"aliases": [],
"description": "",
- "name": "djon djon mushroom",
- "plural_name": "djon djon mushrooms"
+ "name": "فطر دجون دجون",
+ "plural_name": "فطر دجون دجون"
},
"mixed asian mushroom": {
"aliases": [],
"description": "",
- "name": "mixed asian mushroom",
- "plural_name": "mixed asian mushrooms"
+ "name": "فطر آسيوي مشكل",
+ "plural_name": "فطر آسيوي مشكل"
},
"puffball": {
"aliases": [],
"description": "",
- "name": "puffball",
- "plural_name": "puffballs"
+ "name": "فطر النفخ",
+ "plural_name": "فطر النفخ"
},
"honey fungu": {
"aliases": [],
"description": "",
- "name": "honey fungus",
- "plural_name": "honey fungus"
+ "name": "فطر العسل",
+ "plural_name": "فطر العسل"
},
"caesar's mushroom": {
"aliases": [],
"description": "",
- "name": "caesar's mushroom",
- "plural_name": "caesar's mushrooms"
+ "name": "فطر القيصر",
+ "plural_name": "فطر القيصر"
},
"candy cap mushroom": {
"aliases": [],
"description": "",
- "name": "candy cap mushroom",
- "plural_name": "candy cap mushrooms"
+ "name": "فطر غطاء الحلوى",
+ "plural_name": "فطر غطاء الحلوى"
},
"lion’s mane mushroom": {
"aliases": [],
"description": "",
- "name": "lion’s mane mushroom",
- "plural_name": "lion’s mane mushrooms"
+ "name": "فطر عرف الأسد",
+ "plural_name": "فطر عرف الأسد"
}
}
},
@@ -1455,260 +1455,260 @@
"strawberry": {
"aliases": [],
"description": "",
- "name": "strawberry",
- "plural_name": "strawberries"
+ "name": "فراولة",
+ "plural_name": "فراولة"
},
"blueberry": {
"aliases": [],
"description": "",
- "name": "blueberry",
- "plural_name": "blueberries"
+ "name": "توت أزرق",
+ "plural_name": "توت أزرق"
},
"raspberry": {
"aliases": [],
"description": "",
- "name": "raspberry",
- "plural_name": "raspberries"
+ "name": "توت أحمر",
+ "plural_name": "توت أحمر"
},
"cranberry": {
"aliases": [],
"description": "",
- "name": "cranberry",
- "plural_name": "cranberries"
+ "name": "توت بري",
+ "plural_name": "توت بري"
},
"cherry": {
"aliases": [],
"description": "",
- "name": "cherry",
- "plural_name": "cherries"
+ "name": "كرز",
+ "plural_name": "كرز"
},
"blackberry": {
"aliases": [],
"description": "",
- "name": "blackberry",
- "plural_name": "blackberries"
+ "name": "توت أسود",
+ "plural_name": "توت أسود"
},
"berry mix": {
"aliases": [],
"description": "",
- "name": "berry mix",
- "plural_name": "berry mixes"
+ "name": "توت مشكل",
+ "plural_name": "توت مشكل"
},
"maraschino cherry": {
"aliases": [],
"description": "",
- "name": "maraschino cherry",
- "plural_name": "maraschino cherries"
+ "name": "كرز ماراشينو",
+ "plural_name": "كرز ماراشينو"
},
"dried cherry": {
"aliases": [],
"description": "",
- "name": "dried cherry",
- "plural_name": "dried cherries"
+ "name": "كرز مجفف",
+ "plural_name": "كرز مجفف"
},
"juniper berry": {
"aliases": [],
"description": "",
- "name": "juniper berry",
- "plural_name": "juniper berries"
+ "name": "توت العرعر",
+ "plural_name": "توت العرعر"
},
"sour cherry": {
"aliases": [],
"description": "",
- "name": "sour cherry",
- "plural_name": "sour cherries"
+ "name": "كرز حامض",
+ "plural_name": "كرز حامض"
},
"goji berry": {
"aliases": [],
"description": "",
- "name": "goji berry",
- "plural_name": "goji berries"
+ "name": "توت غوجي",
+ "plural_name": "توت غوجي"
},
"dried blueberry": {
"aliases": [],
"description": "",
- "name": "dried blueberry",
- "plural_name": "dried blueberries"
+ "name": "توت أزرق مجفف",
+ "plural_name": "توت أزرق مجفف"
},
"freeze-dried strawberry": {
"aliases": [],
"description": "",
- "name": "freeze-dried strawberry",
- "plural_name": "freeze-dried strawberries"
+ "name": "فراولة مجففة بالتجميد",
+ "plural_name": "فراولة مجففة بالتجميد"
},
"gooseberry": {
"aliases": [],
"description": "",
- "name": "gooseberry",
- "plural_name": "gooseberries"
+ "name": "عنب الثعلب",
+ "plural_name": "عنب الثعلب"
},
"freeze-dried raspberry": {
"aliases": [],
"description": "",
- "name": "freeze-dried raspberry",
- "plural_name": "freeze-dried raspberries"
+ "name": "توت أحمر مجفف بالتجميد",
+ "plural_name": "توت أحمر مجفف بالتجميد"
},
"lingonberry": {
"aliases": [],
"description": "",
- "name": "lingonberry",
- "plural_name": "lingonberries"
+ "name": "توت لينغون",
+ "plural_name": "توت لينغون"
},
"canned sour cherry": {
"aliases": [],
"description": "",
- "name": "canned sour cherry",
- "plural_name": "canned sour cherries"
+ "name": "كرز حامض معلب",
+ "plural_name": "كرز حامض معلب"
},
"mulberry": {
"aliases": [],
"description": "",
- "name": "mulberry",
- "plural_name": "mulberries"
+ "name": "توت",
+ "plural_name": "توت"
},
"acai berry": {
"aliases": [],
"description": "",
- "name": "acai berry",
- "plural_name": "acai berries"
+ "name": "توت أكاي",
+ "plural_name": "توت أكاي"
},
"canned cherry": {
"aliases": [],
"description": "",
- "name": "canned cherry",
- "plural_name": "canned cherries"
+ "name": "كرز معلب",
+ "plural_name": "كرز معلب"
},
"amla": {
"aliases": [],
"description": "",
- "name": "amla",
- "plural_name": "amlas"
+ "name": "أملا",
+ "plural_name": "أملا"
},
"elderberry": {
"aliases": [],
"description": "",
- "name": "elderberry",
- "plural_name": "elderberries"
+ "name": "توت الشيخ",
+ "plural_name": "توت الشيخ"
},
"freeze-dried blueberry": {
"aliases": [],
"description": "",
- "name": "freeze-dried blueberry",
- "plural_name": "freeze-dried blueberries"
+ "name": "توت أزرق مجفف بالتجميد",
+ "plural_name": "توت أزرق مجفف بالتجميد"
},
"huckleberry": {
"aliases": [],
"description": "",
- "name": "huckleberry",
- "plural_name": "huckleberries"
+ "name": "توت هاكلبيري",
+ "plural_name": "توت هاكلبيري"
},
"dried elderberry": {
"aliases": [],
"description": "",
- "name": "dried elderberry",
- "plural_name": "dried elderberries"
+ "name": "توت الشيخ مجفف",
+ "plural_name": "توت الشيخ مجفف"
},
"barberry": {
"aliases": [],
"description": "",
- "name": "barberry",
- "plural_name": "barberries"
+ "name": "برباريس",
+ "plural_name": "برباريس"
},
"dried berry": {
"aliases": [],
"description": "",
- "name": "dried berry",
- "plural_name": "dried berries"
+ "name": "توت مجفف",
+ "plural_name": "توت مجفف"
},
"sea buckthorn": {
"aliases": [],
"description": "",
- "name": "sea buckthorn",
- "plural_name": "sea buckthorns"
+ "name": "نبق بحري",
+ "plural_name": "نبق بحري"
},
"saskatoon berry": {
"aliases": [],
"description": "",
- "name": "saskatoon berry",
- "plural_name": "saskatoon berries"
+ "name": "توت ساسكاتون",
+ "plural_name": "توت ساسكاتون"
},
"rosehip": {
"aliases": [],
"description": "",
- "name": "rosehip",
- "plural_name": "rosehips"
+ "name": "ورد المسك",
+ "plural_name": "ورد المسك"
},
"hawthorn": {
"aliases": [],
"description": "",
- "name": "hawthorn",
- "plural_name": "hawthorns"
+ "name": "زعرور",
+ "plural_name": "زعرور"
},
"boysenberry": {
"aliases": [],
"description": "",
- "name": "boysenberry",
- "plural_name": "boysenberries"
+ "name": "توت بويزين",
+ "plural_name": "توت بويزين"
},
"cloudberry": {
"aliases": [],
"description": "",
- "name": "cloudberry",
- "plural_name": "cloudberries"
+ "name": "توت السحاب",
+ "plural_name": "توت السحاب"
},
"freeze-dried berry": {
"aliases": [],
"description": "",
- "name": "freeze-dried berry",
- "plural_name": "freeze-dried berries"
+ "name": "توت مجفف بالتجميد",
+ "plural_name": "توت مجفف بالتجميد"
},
"aronia berry": {
"aliases": [],
"description": "",
- "name": "aronia berry",
- "plural_name": "aronia berries"
+ "name": "توت أرونيا",
+ "plural_name": "توت أرونيا"
},
"chokeberry": {
"aliases": [],
"description": "",
- "name": "chokeberry",
- "plural_name": "chokeberries"
+ "name": "توت شوكي",
+ "plural_name": "توت شوكي"
},
"loganberry": {
"aliases": [],
"description": "",
- "name": "loganberry",
- "plural_name": "loganberries"
+ "name": "توت لوغان",
+ "plural_name": "توت لوغان"
},
"blackcurrant leaf": {
"aliases": [],
"description": "",
- "name": "blackcurrant leaf",
- "plural_name": "blackcurrant leaves"
+ "name": "ورق كشمش أسود",
+ "plural_name": "ورق كشمش أسود"
},
"haskap berry": {
"aliases": [],
"description": "",
- "name": "haskap berry",
- "plural_name": "haskap berries"
+ "name": "توت هاسكاب",
+ "plural_name": "توت هاسكاب"
},
"dewberry": {
"aliases": [],
"description": "",
- "name": "dewberry",
- "plural_name": "dewberries"
+ "name": "توت الندى",
+ "plural_name": "توت الندى"
},
"sloe berry": {
"aliases": [],
"description": "",
- "name": "sloe berry",
- "plural_name": "sloe berries"
+ "name": "برقوق بري",
+ "plural_name": "برقوق بري"
},
"oregon grape": {
"aliases": [],
"description": "",
- "name": "oregon grape",
- "plural_name": "oregon grapes"
+ "name": "عنب أوريغون",
+ "plural_name": "عنب أوريغون"
}
}
},
@@ -1717,284 +1717,284 @@
"walnut": {
"aliases": [],
"description": "",
- "name": "walnut",
- "plural_name": "walnuts"
+ "name": "جوز",
+ "plural_name": "جوز"
},
"pecan": {
"aliases": [],
"description": "",
- "name": "pecan",
- "plural_name": "pecans"
+ "name": "جوز البقان",
+ "plural_name": "جوز البقان"
},
"almond": {
"aliases": [],
"description": "",
- "name": "almond",
- "plural_name": "almonds"
+ "name": "لوز",
+ "plural_name": "لوز"
},
"sesame seed": {
"aliases": [],
"description": "",
- "name": "sesame seed",
- "plural_name": "sesame seeds"
+ "name": "سمسم",
+ "plural_name": "سمسم"
},
"cashew": {
"aliases": [],
"description": "",
- "name": "cashew",
- "plural_name": "cashews"
+ "name": "كاجو",
+ "plural_name": "كاجو"
},
"pine nut": {
"aliases": [],
"description": "",
- "name": "pine nut",
- "plural_name": "pine nuts"
+ "name": "صنوبر",
+ "plural_name": "صنوبر"
},
"pistachio": {
"aliases": [],
"description": "",
- "name": "pistachio",
- "plural_name": "pistachios"
+ "name": "فستق حلبي",
+ "plural_name": "فستق حلبي"
},
"peanut": {
"aliases": [],
"description": "",
- "name": "peanut",
- "plural_name": "peanuts"
+ "name": "فول سوداني",
+ "plural_name": "فول سوداني"
},
"chia": {
"aliases": [],
"description": "",
- "name": "chia",
- "plural_name": "chias"
+ "name": "شيا",
+ "plural_name": "شيا"
},
"flax": {
"aliases": [],
"description": "",
- "name": "flax",
- "plural_name": "flaxes"
+ "name": "كتان",
+ "plural_name": "كتان"
},
"slivered almond": {
"aliases": [],
"description": "",
- "name": "slivered almond",
- "plural_name": "slivered almonds"
+ "name": "لوز شرائح",
+ "plural_name": "لوز شرائح"
},
"pumpkin seed": {
"aliases": [],
"description": "",
- "name": "pumpkin seed",
- "plural_name": "pumpkin seeds"
+ "name": "بذور اليقطين",
+ "plural_name": "بذور اليقطين"
},
"hazelnut": {
"aliases": [],
"description": "",
- "name": "hazelnut",
- "plural_name": "hazelnuts"
+ "name": "بندق",
+ "plural_name": "بندق"
},
"poppy seed": {
"aliases": [],
"description": "",
- "name": "poppy seed",
- "plural_name": "poppy seeds"
+ "name": "بذور الخشخاش",
+ "plural_name": "بذور الخشخاش"
},
"sunflower seed": {
"aliases": [],
"description": "",
- "name": "sunflower seed",
- "plural_name": "sunflower seeds"
+ "name": "بذور دوار الشمس",
+ "plural_name": "بذور دوار الشمس"
},
"macadamia": {
"aliases": [],
"description": "",
- "name": "macadamia",
- "plural_name": "macadamias"
+ "name": "مكاداميا",
+ "plural_name": "مكاداميا"
},
"roasted peanut": {
"aliases": [],
"description": "",
- "name": "roasted peanut",
- "plural_name": "roasted peanuts"
+ "name": "فول سوداني محمص",
+ "plural_name": "فول سوداني محمص"
},
"chopped nut": {
"aliases": [],
"description": "",
- "name": "chopped nut",
- "plural_name": "chopped nuts"
+ "name": "مكسرات مفرومة",
+ "plural_name": "مكسرات مفرومة"
},
"hemp heart": {
"aliases": [],
"description": "",
- "name": "hemp heart",
- "plural_name": "hemp hearts"
+ "name": "بذور القنب",
+ "plural_name": "بذور القنب"
},
"nigella seed": {
"aliases": [],
"description": "",
- "name": "nigella seed",
- "plural_name": "nigella seeds"
+ "name": "حبة البركة",
+ "plural_name": "حبة البركة"
},
"mixed nut": {
"aliases": [],
"description": "",
- "name": "mixed nut",
- "plural_name": "mixed nuts"
+ "name": "مكسرات مشكلة",
+ "plural_name": "مكسرات مشكلة"
},
"brazil nut": {
"aliases": [],
"description": "",
- "name": "brazil nut",
- "plural_name": "brazil nuts"
+ "name": "جوز برازيلي",
+ "plural_name": "جوز برازيلي"
},
"mixed seed": {
"aliases": [],
"description": "",
- "name": "mixed seed",
- "plural_name": "mixed seeds"
+ "name": "بذور مشكلة",
+ "plural_name": "بذور مشكلة"
},
"onion seed": {
"aliases": [],
"description": "",
- "name": "onion seed",
- "plural_name": "onion seeds"
+ "name": "بذور البصل",
+ "plural_name": "بذور البصل"
},
"watermelon seed": {
"aliases": [],
"description": "",
- "name": "watermelon seed",
- "plural_name": "watermelon seeds"
+ "name": "بذور البطيخ",
+ "plural_name": "بذور البطيخ"
},
"honey-roasted peanut": {
"aliases": [],
"description": "",
- "name": "honey-roasted peanut",
- "plural_name": "honey-roasted peanuts"
+ "name": "فول سوداني محمص بالعسل",
+ "plural_name": "فول سوداني محمص بالعسل"
},
"melon seed": {
"aliases": [],
"description": "",
- "name": "melon seed",
- "plural_name": "melon seeds"
+ "name": "بذور الشمام",
+ "plural_name": "بذور الشمام"
},
"lotus seed": {
"aliases": [],
"description": "",
- "name": "lotus seed",
- "plural_name": "lotus seeds"
+ "name": "بذور اللوتس",
+ "plural_name": "بذور اللوتس"
},
"white chia": {
"aliases": [],
"description": "",
- "name": "white chia",
- "plural_name": "white chias"
+ "name": "شيا بيضاء",
+ "plural_name": "شيا بيضاء"
},
"trail mix": {
"aliases": [],
"description": "",
- "name": "trail mix",
- "plural_name": "trail mixes"
+ "name": "خليط طاقة",
+ "plural_name": "خليط طاقة"
},
"basil seed": {
"aliases": [],
"description": "",
- "name": "basil seed",
- "plural_name": "basil seeds"
+ "name": "بذور الريحان",
+ "plural_name": "بذور الريحان"
},
"candlenut": {
"aliases": [],
"description": "",
- "name": "candlenut",
- "plural_name": "candlenuts"
+ "name": "جوز الشمع",
+ "plural_name": "جوز الشمع"
},
"peanut brittle": {
"aliases": [],
"description": "",
- "name": "peanut brittle",
- "plural_name": "peanut brittles"
+ "name": "حلاوة الفول السوداني",
+ "plural_name": "حلاوة الفول السوداني"
},
"jackfruit seed": {
"aliases": [],
"description": "",
- "name": "jackfruit seed",
- "plural_name": "jackfruit seeds"
+ "name": "بذور الجاك فروت",
+ "plural_name": "بذور الجاك فروت"
},
"honey-roasted almond": {
"aliases": [],
"description": "",
- "name": "honey-roasted almond",
- "plural_name": "honey-roasted almonds"
+ "name": "لوز محمص بالعسل",
+ "plural_name": "لوز محمص بالعسل"
},
"toasted nut": {
"aliases": [],
"description": "",
- "name": "toasted nut",
- "plural_name": "toasted nuts"
+ "name": "مكسرات محمصة",
+ "plural_name": "مكسرات محمصة"
},
"chironji": {
"aliases": [],
"description": "",
- "name": "chironji",
- "plural_name": "chironjis"
+ "name": "شيرونجي",
+ "plural_name": "شيرونجي"
},
"honey-roasted pecan": {
"aliases": [],
"description": "",
- "name": "honey-roasted pecan",
- "plural_name": "honey-roasted pecans"
+ "name": "جوز البقان محمص بالعسل",
+ "plural_name": "جوز البقان محمص بالعسل"
},
"tigernut": {
"aliases": [],
"description": "",
- "name": "tigernut",
- "plural_name": "tigernuts"
+ "name": "درنات النمر",
+ "plural_name": "درنات النمر"
},
"sunflower sprout": {
"aliases": [],
"description": "",
- "name": "sunflower sprout",
- "plural_name": "sunflower sprouts"
+ "name": "براعم دوار الشمس",
+ "plural_name": "براعم دوار الشمس"
},
"apricot kernel": {
"aliases": [],
"description": "",
- "name": "apricot kernel",
- "plural_name": "apricot kernels"
+ "name": "نوى المشمش",
+ "plural_name": "نوى المشمش"
},
"palm seed": {
"aliases": [],
"description": "",
- "name": "palm seed",
- "plural_name": "palm seeds"
+ "name": "بذور النخيل",
+ "plural_name": "بذور النخيل"
},
"ginkgo nut": {
"aliases": [],
"description": "",
- "name": "ginkgo nut",
- "plural_name": "ginkgo nuts"
+ "name": "جوز الجنكة",
+ "plural_name": "جوز الجنكة"
},
"keto trail mix": {
"aliases": [],
"description": "",
- "name": "keto trail mix",
- "plural_name": "keto trail mixes"
+ "name": "خليط طاقة كيتو",
+ "plural_name": "خليط طاقة كيتو"
},
"wattleseed": {
"aliases": [],
"description": "",
- "name": "wattleseed",
- "plural_name": "wattleseeds"
+ "name": "بذور الأكاسيا",
+ "plural_name": "بذور الأكاسيا"
},
"barùka": {
"aliases": [],
"description": "",
- "name": "barùka",
- "plural_name": "barùkas"
+ "name": "باروكا",
+ "plural_name": "باروكا"
},
"indian almond": {
"aliases": [],
"description": "",
- "name": "indian almond",
- "plural_name": "indian almonds"
+ "name": "لوز هندي",
+ "plural_name": "لوز هندي"
}
}
},
@@ -2003,612 +2003,612 @@
"parmesan cheese": {
"aliases": [],
"description": "",
- "name": "parmesan cheese",
- "plural_name": "parmesan cheese"
+ "name": "جبن بارميزان",
+ "plural_name": "جبن بارميزان"
},
"cheddar cheese": {
"aliases": [
- "cheddar cheese"
+ "جبن شيدر"
],
"description": "",
- "name": "cheddar cheese",
- "plural_name": "cheddar cheese"
+ "name": "جبن شيدر",
+ "plural_name": "جبن شيدر"
},
"cream cheese": {
"aliases": [],
"description": "",
- "name": "cream cheese",
- "plural_name": "cream cheese"
+ "name": "جبن كريمي",
+ "plural_name": "جبن كريمي"
},
"sharp cheddar cheese": {
"aliases": [
- "sharp cheddar"
+ "تشيدر حاد"
],
"description": "",
- "name": "sharp cheddar cheese",
- "plural_name": "sharp cheddar cheese"
+ "name": "جبن شيدر حاد",
+ "plural_name": "جبن شيدر حاد"
},
"cheese": {
"aliases": [],
"description": "",
- "name": "cheese",
- "plural_name": "cheese"
+ "name": "جبن",
+ "plural_name": "جبن"
},
"mozzarella cheese": {
"aliases": [],
"description": "",
- "name": "mozzarella cheese",
- "plural_name": "mozzarella cheese"
+ "name": "جبن موزاريلا",
+ "plural_name": "جبن موزاريلا"
},
"feta cheese": {
"aliases": [],
"description": "",
- "name": "feta cheese",
- "plural_name": "feta cheese"
+ "name": "جبن فيتا",
+ "plural_name": "جبن فيتا"
},
"ricotta cheese": {
"aliases": [],
"description": "",
- "name": "ricotta cheese",
- "plural_name": "ricotta cheese"
+ "name": "جبن ريكوتا",
+ "plural_name": "جبن ريكوتا"
},
"cheddar-jack cheese": {
"aliases": [],
"description": "",
- "name": "cheddar-jack cheese",
- "plural_name": "cheddar-jack cheese"
+ "name": "جبن شيدر-جاك",
+ "plural_name": "جبن شيدر-جاك"
},
"monterey jack cheese": {
"aliases": [],
"description": "",
- "name": "monterey jack cheese",
- "plural_name": "monterey jack cheese"
+ "name": "جبن مونتيري جاك",
+ "plural_name": "جبن مونتيري جاك"
},
"blue cheese": {
"aliases": [],
"description": "",
- "name": "blue cheese",
- "plural_name": "blue cheese"
+ "name": "جبن أزرق",
+ "plural_name": "جبن أزرق"
},
"goat cheese": {
"aliases": [],
"description": "",
- "name": "goat cheese",
- "plural_name": "goat cheese"
+ "name": "جبن الماعز",
+ "plural_name": "جبن الماعز"
},
"fresh mozzarella cheese": {
"aliases": [],
"description": "",
- "name": "fresh mozzarella cheese",
- "plural_name": "fresh mozzarella cheese"
+ "name": "جبن موزاريلا طازجة",
+ "plural_name": "جبن موزاريلا طازجة"
},
"swis cheese": {
"aliases": [],
"description": "",
- "name": "swis cheese",
- "plural_name": "swis cheese"
+ "name": "جبن سويسري",
+ "plural_name": "جبن سويسري"
},
"pecorino cheese": {
"aliases": [],
"description": "",
- "name": "pecorino cheese",
- "plural_name": "pecorino cheese"
+ "name": "جبن بيكورينو",
+ "plural_name": "جبن بيكورينو"
},
"gruyere cheese": {
"aliases": [],
"description": "",
- "name": "gruyere cheese",
- "plural_name": "gruyere cheese"
+ "name": "جبن جرويير",
+ "plural_name": "جبن جرويير"
},
"mascarpone cheese": {
"aliases": [],
"description": "",
- "name": "mascarpone cheese",
- "plural_name": "mascarpone cheese"
+ "name": "جبن ماسكاربوني",
+ "plural_name": "جبن ماسكاربوني"
},
"cottage cheese": {
"aliases": [],
"description": "",
- "name": "cottage cheese",
- "plural_name": "cottage cheese"
+ "name": "جبن قريش",
+ "plural_name": "جبن قريش"
},
"american cheese": {
"aliases": [],
"description": "",
- "name": "american cheese",
- "plural_name": "american cheese"
+ "name": "جبن أمريكي",
+ "plural_name": "جبن أمريكي"
},
"provolone cheese": {
"aliases": [],
"description": "",
- "name": "provolone cheese",
- "plural_name": "provolone cheese"
+ "name": "جبن بروفولوني",
+ "plural_name": "جبن بروفولوني"
},
"mexican cheese blend": {
"aliases": [],
"description": "",
- "name": "mexican cheese blend",
- "plural_name": "mexican cheese blend"
+ "name": "خليط جبن مكسيكي",
+ "plural_name": "خليط جبن مكسيكي"
},
"pepper jack cheese": {
"aliases": [],
"description": "",
- "name": "pepper jack cheese",
- "plural_name": "pepper jack cheese"
+ "name": "جبن بيبر جاك",
+ "plural_name": "جبن بيبر جاك"
},
"brie cheese": {
"aliases": [],
"description": "",
- "name": "brie cheese",
- "plural_name": "brie cheese"
+ "name": "جبن بري",
+ "plural_name": "جبن بري"
},
"paneer cheese": {
"aliases": [],
"description": "",
- "name": "paneer cheese",
- "plural_name": "paneer cheese"
+ "name": "جبن بانير",
+ "plural_name": "جبن بانير"
},
"fontina cheese": {
"aliases": [],
"description": "",
- "name": "fontina cheese",
- "plural_name": "fontina cheese"
+ "name": "جبن فونتينيا",
+ "plural_name": "جبن فونتينيا"
},
"queso fresco cheese": {
"aliases": [],
"description": "",
- "name": "queso fresco cheese",
- "plural_name": "queso fresco cheese"
+ "name": "جبن كيسو فرييسكو",
+ "plural_name": "جبن كيسو فرييسكو"
},
"quark cheese": {
"aliases": [],
"description": "",
- "name": "quark cheese",
- "plural_name": "quark cheese"
+ "name": "جبن كوارك",
+ "plural_name": "جبن كوارك"
},
"gouda cheese": {
"aliases": [],
"description": "",
- "name": "gouda cheese",
- "plural_name": "gouda cheese"
+ "name": "جبن جودة",
+ "plural_name": "جبن جودة"
},
"cotija cheese": {
"aliases": [],
"description": "",
- "name": "cotija cheese",
- "plural_name": "cotija cheese"
+ "name": "جبن كوتيجا",
+ "plural_name": "جبن كوتيجا"
},
"asiago cheese": {
"aliases": [],
"description": "",
- "name": "asiago cheese",
- "plural_name": "asiago cheese"
+ "name": "جبن أسياجو",
+ "plural_name": "جبن أسياجو"
},
"smoked cheese": {
"aliases": [],
"description": "",
- "name": "smoked cheese",
- "plural_name": "smoked cheese"
+ "name": "جبن مدخن",
+ "plural_name": "جبن مدخن"
},
"halloumi cheese": {
"aliases": [],
"description": "",
- "name": "halloumi cheese",
- "plural_name": "halloumi cheese"
+ "name": "جبن حلوم",
+ "plural_name": "جبن حلوم"
},
"chevre cheese": {
"aliases": [],
"description": "",
- "name": "chevre cheese",
- "plural_name": "chevre cheese"
+ "name": "جبن شيفر",
+ "plural_name": "جبن شيفر"
},
"manchego cheese": {
"aliases": [],
"description": "",
- "name": "manchego cheese",
- "plural_name": "manchego cheese"
+ "name": "جبن مانشيجو",
+ "plural_name": "جبن مانشيجو"
},
"italian cheese blend": {
"aliases": [],
"description": "",
- "name": "italian cheese blend",
- "plural_name": "italian cheese blend"
+ "name": "خليط جبن إيطالي",
+ "plural_name": "خليط جبن إيطالي"
},
"neufchatel cheese": {
"aliases": [],
"description": "",
- "name": "neufchatel cheese",
- "plural_name": "neufchatel cheese"
+ "name": "جبن نيفتشاتيل",
+ "plural_name": "جبن نيفتشاتيل"
},
"herb cream cheese": {
"aliases": [],
"description": "",
- "name": "herb cream cheese",
- "plural_name": "herb cream cheese"
+ "name": "جبن كريمي بالأعشاب",
+ "plural_name": "جبن كريمي بالأعشاب"
},
"burrata cheese": {
"aliases": [],
"description": "",
- "name": "burrata cheese",
- "plural_name": "burrata cheese"
+ "name": "جبن بوراتا",
+ "plural_name": "جبن بوراتا"
},
"havarti cheese": {
"aliases": [],
"description": "",
- "name": "havarti cheese",
- "plural_name": "havarti cheese"
+ "name": "جبن هافارتي",
+ "plural_name": "جبن هافارتي"
},
"colby cheese": {
"aliases": [],
"description": "",
- "name": "colby cheese",
- "plural_name": "colby cheese"
+ "name": "جبن كولبي",
+ "plural_name": "جبن كولبي"
},
"grana-padano cheese": {
"aliases": [],
"description": "",
- "name": "grana-padano cheese",
- "plural_name": "grana-padano cheese"
+ "name": "جبن غرانا بادانو",
+ "plural_name": "جبن غرانا بادانو"
},
"muenster cheese": {
"aliases": [],
"description": "",
- "name": "muenster cheese",
- "plural_name": "muenster cheese"
+ "name": "جبن مونستر",
+ "plural_name": "جبن مونستر"
},
"string cheese": {
"aliases": [],
"description": "",
- "name": "string cheese",
- "plural_name": "string cheese"
+ "name": "جبن خيطي",
+ "plural_name": "جبن خيطي"
},
"camembert cheese": {
"aliases": [],
"description": "",
- "name": "camembert cheese",
- "plural_name": "camembert cheese"
+ "name": "جبن كاممبير",
+ "plural_name": "جبن كاممبير"
},
"soft cheese": {
"aliases": [],
"description": "",
- "name": "soft cheese",
- "plural_name": "soft cheese"
+ "name": "جبن طري",
+ "plural_name": "جبن طري"
},
"stilton cheese": {
"aliases": [],
"description": "",
- "name": "stilton cheese",
- "plural_name": "stilton cheese"
+ "name": "جبن ستيلتون",
+ "plural_name": "جبن ستيلتون"
},
"raclette cheese": {
"aliases": [],
"description": "",
- "name": "raclette cheese",
- "plural_name": "raclette cheese"
+ "name": "جبن راكليت",
+ "plural_name": "جبن راكليت"
},
"colby-jack cheese": {
"aliases": [],
"description": "",
- "name": "colby-jack cheese",
- "plural_name": "colby-jack cheese"
+ "name": "جبن كولبي-جاك",
+ "plural_name": "جبن كولبي-جاك"
},
"jarlsberg cheese": {
"aliases": [],
"description": "",
- "name": "jarlsberg cheese",
- "plural_name": "jarlsberg cheese"
+ "name": "جبن يارلسبيرغ",
+ "plural_name": "جبن يارلسبيرغ"
},
"taleggio cheese": {
"aliases": [],
"description": "",
- "name": "taleggio cheese",
- "plural_name": "taleggio cheese"
+ "name": "جبن تاليجيو",
+ "plural_name": "جبن تاليجيو"
},
"oaxaca cheese": {
"aliases": [],
"description": "",
- "name": "oaxaca cheese",
- "plural_name": "oaxaca cheese"
+ "name": "جبن أواكساكا",
+ "plural_name": "جبن أواكساكا"
},
"labneh cheese": {
"aliases": [],
"description": "",
- "name": "labneh cheese",
- "plural_name": "labneh cheese"
+ "name": "جبن لبنة",
+ "plural_name": "جبن لبنة"
},
"edam cheese": {
"aliases": [],
"description": "",
- "name": "edam cheese",
- "plural_name": "edam cheese"
+ "name": "جبن إيدام",
+ "plural_name": "جبن إيدام"
},
"creamy cheese wedge": {
"aliases": [],
"description": "",
- "name": "creamy cheese wedge",
- "plural_name": "creamy cheese wedges"
+ "name": "قطعة جبن كريمية",
+ "plural_name": "قطع جبن كريمية"
},
"cheese powder cheese": {
"aliases": [],
"description": "",
- "name": "cheese powder cheese",
- "plural_name": "cheese powder cheese"
+ "name": "جبن بودرة",
+ "plural_name": "جبن بودرة"
},
"fromage blanc cheese": {
"aliases": [],
"description": "",
- "name": "fromage blanc cheese",
- "plural_name": "fromage blanc cheese"
+ "name": "جبن فروماج بلان",
+ "plural_name": "جبن فروماج بلان"
},
"asadero cheese": {
"aliases": [],
"description": "",
- "name": "asadero cheese",
- "plural_name": "asadero cheese"
+ "name": "جبن أساديرو",
+ "plural_name": "جبن أساديرو"
},
"marble cheese": {
"aliases": [],
"description": "",
- "name": "marble cheese",
- "plural_name": "marble cheese"
+ "name": "جبن رخامي",
+ "plural_name": "جبن رخامي"
},
"leicester cheese": {
"aliases": [],
"description": "",
- "name": "leicester cheese",
- "plural_name": "leicester cheese"
+ "name": "جبن ليستر",
+ "plural_name": "جبن ليستر"
},
"kefalotyri cheese": {
"aliases": [],
"description": "",
- "name": "kefalotyri cheese",
- "plural_name": "kefalotyri cheese"
+ "name": "جبن كيفالوتيري",
+ "plural_name": "جبن كيفالوتيري"
},
"mizithra cheese": {
"aliases": [],
"description": "",
- "name": "mizithra cheese",
- "plural_name": "mizithra cheese"
+ "name": "جبن ميزيثرا",
+ "plural_name": "جبن ميزيثرا"
},
"lancashire cheese": {
"aliases": [],
"description": "",
- "name": "lancashire cheese",
- "plural_name": "lancashire cheese"
+ "name": "جبن لانكشاير",
+ "plural_name": "جبن لانكشاير"
},
"kasseri cheese": {
"aliases": [],
"description": "",
- "name": "kasseri cheese",
- "plural_name": "kasseri cheese"
+ "name": "جبن كاسيري",
+ "plural_name": "جبن كاسيري"
},
"babybel cheese": {
"aliases": [],
"description": "",
- "name": "babybel cheese",
- "plural_name": "babybel cheese"
+ "name": "جبن بيبي بل",
+ "plural_name": "جبن بيبي بل"
},
"panela cheese": {
"aliases": [],
"description": "",
- "name": "panela cheese",
- "plural_name": "panela cheese"
+ "name": "جبن بانيلا",
+ "plural_name": "جبن بانيلا"
},
"longhorn cheese": {
"aliases": [],
"description": "",
- "name": "longhorn cheese",
- "plural_name": "longhorn cheese"
+ "name": "جبن لونغهورن",
+ "plural_name": "جبن لونغهورن"
},
"seasoned feta cheese": {
"aliases": [],
"description": "",
- "name": "seasoned feta cheese",
- "plural_name": "seasoned feta cheese"
+ "name": "جبن فيتا متبلة",
+ "plural_name": "جبن فيتا متبلة"
},
"comté cheese": {
"aliases": [],
"description": "",
- "name": "comté cheese",
- "plural_name": "comté cheese"
+ "name": "جبن كومتيه",
+ "plural_name": "جبن كومتيه"
},
"graviera cheese": {
"aliases": [],
"description": "",
- "name": "graviera cheese",
- "plural_name": "graviera cheese"
+ "name": "جبن غرافيرا",
+ "plural_name": "جبن غرافيرا"
},
"wensleydale cheese": {
"aliases": [],
"description": "",
- "name": "wensleydale cheese",
- "plural_name": "wensleydale cheese"
+ "name": "جبن وينسليديل",
+ "plural_name": "جبن وينسليديل"
},
"scamorza cheese": {
"aliases": [],
"description": "",
- "name": "scamorza cheese",
- "plural_name": "scamorza cheese"
+ "name": "جبن سكامورزا",
+ "plural_name": "جبن سكامورزا"
},
"cambozola cheese": {
"aliases": [],
"description": "",
- "name": "cambozola cheese",
- "plural_name": "cambozola cheese"
+ "name": "جبن كامبوزولا",
+ "plural_name": "جبن كامبوزولا"
},
"cheshire cheese": {
"aliases": [],
"description": "",
- "name": "cheshire cheese",
- "plural_name": "cheshire cheese"
+ "name": "جبن تشيشير",
+ "plural_name": "جبن تشيشير"
},
"anthotyro cheese": {
"aliases": [],
"description": "",
- "name": "anthotyro cheese",
- "plural_name": "anthotyro cheese"
+ "name": "جبن أنثوتيرو",
+ "plural_name": "جبن أنثوتيرو"
},
"chenna cheese": {
"aliases": [],
"description": "",
- "name": "chenna cheese",
- "plural_name": "chenna cheese"
+ "name": "جبن شينا",
+ "plural_name": "جبن شينا"
},
"hard goat cheese": {
"aliases": [],
"description": "",
- "name": "hard goat cheese",
- "plural_name": "hard goat cheese"
+ "name": "جبن ماعز صلب",
+ "plural_name": "جبن ماعز صلب"
},
"kashkaval cheese": {
"aliases": [],
"description": "",
- "name": "kashkaval cheese",
- "plural_name": "kashkaval cheese"
+ "name": "جبن كاشكافال",
+ "plural_name": "جبن كاشكافال"
},
"sheep cheese": {
"aliases": [],
"description": "",
- "name": "sheep cheese",
- "plural_name": "sheep cheese"
+ "name": "جبن الغنم",
+ "plural_name": "جبن الغنم"
},
"amul cheese": {
"aliases": [],
"description": "",
- "name": "amul cheese",
- "plural_name": "amul cheese"
+ "name": "جبن أمول",
+ "plural_name": "جبن أمول"
},
"reblochon cheese": {
"aliases": [],
"description": "",
- "name": "reblochon cheese",
- "plural_name": "reblochon cheese"
+ "name": "جبن ريبلوشون",
+ "plural_name": "جبن ريبلوشون"
},
"robiola cheese": {
"aliases": [],
"description": "",
- "name": "robiola cheese",
- "plural_name": "robiola cheese"
+ "name": "جبن روبيولا",
+ "plural_name": "جبن روبيولا"
},
"brick cheese": {
"aliases": [],
"description": "",
- "name": "brick cheese",
- "plural_name": "brick cheese"
+ "name": "جبن بريك",
+ "plural_name": "جبن بريك"
},
"quick-melt cheese": {
"aliases": [],
"description": "",
- "name": "quick-melt cheese",
- "plural_name": "quick-melt cheese"
+ "name": "جبن سريع الذوبان",
+ "plural_name": "جبن سريع الذوبان"
},
"farmer's cheese": {
"aliases": [],
"description": "",
- "name": "farmer's cheese",
- "plural_name": "farmer's cheese"
+ "name": "جبن المزارع",
+ "plural_name": "جبن المزارع"
},
"manouri cheese": {
"aliases": [],
"description": "",
- "name": "manouri cheese",
- "plural_name": "manouri cheese"
+ "name": "جبن مانوري",
+ "plural_name": "جبن مانوري"
},
"mimolette cheese": {
"aliases": [],
"description": "",
- "name": "mimolette cheese",
- "plural_name": "mimolette cheese"
+ "name": "جبن ميموليت",
+ "plural_name": "جبن ميموليت"
},
"queso quesadilla cheese": {
"aliases": [],
"description": "",
- "name": "queso quesadilla cheese",
- "plural_name": "queso quesadilla cheese"
+ "name": "جبن كيسو كيساديلا",
+ "plural_name": "جبن كيسو كيساديلا"
},
"caciocavallo cheese": {
"aliases": [],
"description": "",
- "name": "caciocavallo cheese",
- "plural_name": "caciocavalloe cheese"
+ "name": "جبن كاتشوكافالو",
+ "plural_name": "جبن كاتشوكافالو"
},
"requeijão cheese": {
"aliases": [],
"description": "",
- "name": "requeijão cheese",
- "plural_name": "requeijãoe cheese"
+ "name": "جبن ريكيجاو",
+ "plural_name": "جبن ريكيجاو"
},
"vacherin cheese": {
"aliases": [],
"description": "",
- "name": "vacherin cheese",
- "plural_name": "vacherin cheese"
+ "name": "جبن فاشيرين",
+ "plural_name": "جبن فاشيرين"
},
"brown cheese": {
"aliases": [],
"description": "",
- "name": "brown cheese",
- "plural_name": "brown cheese"
+ "name": "جبن بني",
+ "plural_name": "جبن بني"
},
"gloucester cheese": {
"aliases": [],
"description": "",
- "name": "gloucester cheese",
- "plural_name": "gloucester cheese"
+ "name": "جبن غلوستر",
+ "plural_name": "جبن غلوستر"
},
"port salut cheese": {
"aliases": [],
"description": "",
- "name": "port salut cheese",
- "plural_name": "port salut cheese"
+ "name": "جبن بورت سالوت",
+ "plural_name": "جبن بورت سالوت"
},
"derby cheese": {
"aliases": [],
"description": "",
- "name": "derby cheese",
- "plural_name": "derby cheese"
+ "name": "جبن ديربي",
+ "plural_name": "جبن ديربي"
},
"fontal cheese": {
"aliases": [],
"description": "",
- "name": "fontal cheese",
- "plural_name": "fontal cheese"
+ "name": "جبن فونتال",
+ "plural_name": "جبن فونتال"
},
"salad cheese": {
"aliases": [],
"description": "",
- "name": "salad cheese",
- "plural_name": "salad cheese"
+ "name": "جبن سلطة",
+ "plural_name": "جبن سلطة"
},
"truffle cheese": {
"aliases": [],
"description": "",
- "name": "truffle cheese",
- "plural_name": "truffle cheese"
+ "name": "جبن بالكمأة",
+ "plural_name": "جبن بالكمأة"
},
"epoisses cheese": {
"aliases": [],
"description": "",
- "name": "epoisses cheese",
- "plural_name": "epoisses cheese"
+ "name": "جبن إيبواس",
+ "plural_name": "جبن إيبواس"
},
"maasdam cheese": {
"aliases": [],
"description": "",
- "name": "maasdam cheese",
- "plural_name": "maasdam cheese"
+ "name": "جبن ماسدام",
+ "plural_name": "جبن ماسدام"
},
"petit-suisse cheese": {
"aliases": [],
"description": "",
- "name": "petit-suisse cheese",
- "plural_name": "petit-suisse cheese"
+ "name": "جبن بيتي سويس",
+ "plural_name": "جبن بيتي سويس"
},
"sbrinz cheese": {
"aliases": [],
"description": "",
- "name": "sbrinz cheese",
- "plural_name": "sbrinz cheese"
+ "name": "جبن سبرينز",
+ "plural_name": "جبن سبرينز"
}
}
},
@@ -2617,520 +2617,520 @@
"butter": {
"aliases": [],
"description": "",
- "name": "butter",
- "plural_name": "butter"
+ "name": "زبدة",
+ "plural_name": "زبدة"
},
"egg": {
"aliases": [],
"description": "",
- "name": "egg",
- "plural_name": "eggs"
+ "name": "بيض",
+ "plural_name": "بيض"
},
"milk": {
"aliases": [],
"description": "",
- "name": "milk",
- "plural_name": "milk"
+ "name": "حليب",
+ "plural_name": "حليب"
},
"heavy cream": {
"aliases": [],
"description": "",
- "name": "heavy cream",
- "plural_name": "heavy cream"
+ "name": "قشطة ثقيلة",
+ "plural_name": "قشطة ثقيلة"
},
"sour cream": {
"aliases": [],
"description": "",
- "name": "sour cream",
- "plural_name": "sour cream"
+ "name": "قشطة حامضة",
+ "plural_name": "قشطة حامضة"
},
"buttermilk": {
"aliases": [],
"description": "",
- "name": "buttermilk",
- "plural_name": "buttermilk"
+ "name": "لبن خاثر",
+ "plural_name": "لبن خاثر"
},
"yogurt": {
"aliases": [],
"description": "",
- "name": "yogurt",
- "plural_name": "yogurts"
+ "name": "زبادي",
+ "plural_name": "زبادي"
},
"greek yogurt": {
"aliases": [],
"description": "",
- "name": "greek yogurt",
- "plural_name": "greek yogurts"
+ "name": "زبادي يوناني",
+ "plural_name": "زبادي يوناني"
},
"cream": {
"aliases": [],
"description": "",
- "name": "cream",
- "plural_name": "cream"
+ "name": "قشطة",
+ "plural_name": "قشطة"
},
"whipped cream": {
"aliases": [],
"description": "",
- "name": "whipped cream",
- "plural_name": "whipped cream"
+ "name": "قشطة مخفوقة",
+ "plural_name": "قشطة مخفوقة"
},
"ghee": {
"aliases": [
- "clarified butter"
+ "السمن المصفى"
],
"description": "",
- "name": "ghee",
- "plural_name": "ghees"
+ "name": "سمن",
+ "plural_name": "سمن"
},
"shortening": {
"aliases": [],
"description": "",
- "name": "shortening",
- "plural_name": "shortenings"
+ "name": "دهن نباتي",
+ "plural_name": "دهن نباتي"
},
"condensed milk": {
"aliases": [],
"description": "",
- "name": "condensed milk",
- "plural_name": "condensed milk"
+ "name": "حليب مكثف",
+ "plural_name": "حليب مكثف"
},
"half and half": {
"aliases": [],
"description": "",
- "name": "half and half",
- "plural_name": "half and halves"
+ "name": "قشطة نصف بنصف",
+ "plural_name": "قشطة نصف بنصف"
},
"sweetened condensed milk": {
"aliases": [],
"description": "",
- "name": "sweetened condensed milk",
- "plural_name": "sweetened condensed milk"
+ "name": "حليب مكثف محلى",
+ "plural_name": "حليب مكثف محلى"
},
"ice cream": {
"aliases": [],
"description": "",
- "name": "ice cream",
- "plural_name": "ice cream"
+ "name": "آيس كريم",
+ "plural_name": "آيس كريم"
},
"margarine": {
"aliases": [],
"description": "",
- "name": "margarine",
- "plural_name": "margarines"
+ "name": "سمن نباتي",
+ "plural_name": "سمن نباتي"
},
"creme fraiche": {
"aliases": [],
"description": "",
- "name": "creme fraiche",
- "plural_name": "creme fraiches"
+ "name": "كريم فرايش",
+ "plural_name": "كريم فرايش"
},
"frosting": {
"aliases": [],
"description": "",
- "name": "frosting",
- "plural_name": "frostings"
+ "name": "تزيين كيك",
+ "plural_name": "تزيين كيك"
},
"milk powder": {
"aliases": [],
"description": "",
- "name": "milk powder",
- "plural_name": "milk powder"
+ "name": "حليب بودرة",
+ "plural_name": "حليب بودرة"
},
"curd": {
"aliases": [],
"description": "",
- "name": "curd",
- "plural_name": "curds"
+ "name": "خثارة",
+ "plural_name": "خثارة"
},
"thickened cream": {
"aliases": [],
"description": "",
- "name": "thickened cream",
- "plural_name": "thickened cream"
+ "name": "قشطة مكثفة",
+ "plural_name": "قشطة مكثفة"
},
"lemon curd": {
"aliases": [],
"description": "",
- "name": "lemon curd",
- "plural_name": "lemon curds"
+ "name": "خثارة الليمون",
+ "plural_name": "خثارة الليمون"
},
"dulce de leche": {
"aliases": [],
"description": "",
- "name": "dulce de leche",
- "plural_name": "dulce de leche"
+ "name": "دولسي دي ليتشي",
+ "plural_name": "دولسي دي ليتشي"
},
"custard": {
"aliases": [],
"description": "",
- "name": "custard",
- "plural_name": "custard"
+ "name": "كاسترد",
+ "plural_name": "كاسترد"
},
"chocolate frosting": {
"aliases": [],
"description": "",
- "name": "chocolate frosting",
- "plural_name": "chocolate frostings"
+ "name": "تزيين كيك بالشوكولاتة",
+ "plural_name": "تزيين كيك بالشوكولاتة"
},
"kefir": {
"aliases": [],
"description": "",
- "name": "kefir",
- "plural_name": "kefirs"
+ "name": "كفير",
+ "plural_name": "كفير"
},
"sherbet": {
"aliases": [],
"description": "",
- "name": "sherbet",
- "plural_name": "sherbets"
+ "name": "شربات",
+ "plural_name": "شربات"
},
"chocolate milk": {
"aliases": [],
"description": "",
- "name": "chocolate milk",
- "plural_name": "chocolate milk"
+ "name": "حليب بالشوكولاتة",
+ "plural_name": "حليب بالشوكولاتة"
},
"liquid egg substitute": {
"aliases": [],
"description": "",
- "name": "liquid egg substitute",
- "plural_name": "liquid egg substitutes"
+ "name": "بديل بيض سائل",
+ "plural_name": "بديل بيض سائل"
},
"whey": {
"aliases": [],
"description": "",
- "name": "whey",
- "plural_name": "wheys"
+ "name": "شرش",
+ "plural_name": "شرش"
},
"hung curd": {
"aliases": [],
"description": "",
- "name": "hung curd",
- "plural_name": "hung curds"
+ "name": "خثارة معلقة",
+ "plural_name": "خثارة معلقة"
},
"quail egg": {
"aliases": [],
"description": "",
- "name": "quail egg",
- "plural_name": "quail eggs"
+ "name": "بيض السمان",
+ "plural_name": "بيض السمان"
},
"buttermilk powder": {
"aliases": [],
"description": "",
- "name": "buttermilk powder",
- "plural_name": "buttermilk powder"
+ "name": "لبن خاثر بودرة",
+ "plural_name": "لبن خاثر بودرة"
},
"frozen yogurt": {
"aliases": [],
"description": "",
- "name": "frozen yogurt",
- "plural_name": "frozen yogurts"
+ "name": "زبادي مجمد",
+ "plural_name": "زبادي مجمد"
},
"khoya": {
"aliases": [],
"description": "",
- "name": "khoya",
- "plural_name": "khoyas"
+ "name": "خويا",
+ "plural_name": "خويا"
},
"milk cream": {
"aliases": [],
"description": "",
- "name": "milk cream",
- "plural_name": "milk cream"
+ "name": "قشطة حليب",
+ "plural_name": "قشطة حليب"
},
"coffee creamer": {
"aliases": [],
"description": "",
- "name": "coffee creamer",
- "plural_name": "coffee creamers"
+ "name": "مبيض قهوة",
+ "plural_name": "مبيض قهوة"
},
"clotted cream": {
"aliases": [],
"description": "",
- "name": "clotted cream",
- "plural_name": "clotted cream"
+ "name": "قشطة متكتلة",
+ "plural_name": "قشطة متكتلة"
},
"goat milk": {
"aliases": [],
"description": "",
- "name": "goat milk",
- "plural_name": "goat milk"
+ "name": "حليب ماعز",
+ "plural_name": "حليب ماعز"
},
"cheese curd": {
"aliases": [],
"description": "",
- "name": "cheese curd",
- "plural_name": "cheese curds"
+ "name": "خثارة الجبن",
+ "plural_name": "خثارة الجبن"
},
"sour milk": {
"aliases": [],
"description": "",
- "name": "sour milk",
- "plural_name": "sour milk"
+ "name": "حليب حامض",
+ "plural_name": "حليب حامض"
},
"ganache": {
"aliases": [],
"description": "",
- "name": "ganache",
- "plural_name": "ganaches"
+ "name": "غاناش",
+ "plural_name": "غاناش"
},
"cajeta": {
"aliases": [],
"description": "",
- "name": "cajeta",
- "plural_name": "cajetas"
+ "name": "كاخيتا",
+ "plural_name": "كاخيتا"
},
"duck egg": {
"aliases": [],
"description": "",
- "name": "duck egg",
- "plural_name": "duck eggs"
+ "name": "بيض بط",
+ "plural_name": "بيض بط"
},
"salted egg": {
"aliases": [],
"description": "",
- "name": "salted egg",
- "plural_name": "salted eggs"
+ "name": "بيض مملح",
+ "plural_name": "بيض مملح"
},
"skyr": {
"aliases": [],
"description": "",
- "name": "skyr",
- "plural_name": "skyrs"
+ "name": "سكير",
+ "plural_name": "سكير"
},
"pumpkin spice coffee creamer": {
"aliases": [],
"description": "",
- "name": "pumpkin spice coffee creamer",
- "plural_name": "pumpkin spice coffee creamers"
+ "name": "مبيض قهوة بتوابل اليقطين",
+ "plural_name": "مبيض قهوة بتوابل اليقطين"
},
"raw milk": {
"aliases": [],
"description": "",
- "name": "raw milk",
- "plural_name": "raw milk"
+ "name": "حليب خام",
+ "plural_name": "حليب خام"
},
"lime curd": {
"aliases": [],
"description": "",
- "name": "lime curd",
- "plural_name": "lime curds"
+ "name": "خثارة الليمون الحامض",
+ "plural_name": "خثارة الليمون الحامض"
},
"powdered coffee creamer": {
"aliases": [],
"description": "",
- "name": "powdered coffee creamer",
- "plural_name": "powdered coffee creamers"
+ "name": "مبيض قهوة بودرة",
+ "plural_name": "مبيض قهوة بودرة"
},
"chantilly": {
"aliases": [],
"description": "",
- "name": "chantilly",
- "plural_name": "chantillies"
+ "name": "شانتيلي",
+ "plural_name": "شانتيلي"
},
"milkfat": {
"aliases": [],
"description": "",
- "name": "milkfat",
- "plural_name": "milkfats"
+ "name": "دهن الحليب",
+ "plural_name": "دهن الحليب"
},
"yogurt starter": {
"aliases": [],
"description": "",
- "name": "yogurt starter",
- "plural_name": "yogurt starters"
+ "name": "بادئ الزبادي",
+ "plural_name": "بادئ الزبادي"
},
"rainbow sherbet": {
"aliases": [],
"description": "",
- "name": "rainbow sherbet",
- "plural_name": "rainbow sherbets"
+ "name": "شربات قوس قزح",
+ "plural_name": "شربات قوس قزح"
},
"strawberry frosting": {
"aliases": [],
"description": "",
- "name": "strawberry frosting",
- "plural_name": "strawberry frostings"
+ "name": "تزيين كيك بالفراولة",
+ "plural_name": "تزيين كيك بالفراولة"
},
"honey greek yogurt": {
"aliases": [],
"description": "",
- "name": "honey greek yogurt",
- "plural_name": "honey greek yogurts"
+ "name": "زبادي يوناني بالعسل",
+ "plural_name": "زبادي يوناني بالعسل"
},
"amul butter": {
"aliases": [],
"description": "",
- "name": "amul butter",
- "plural_name": "amul butter"
+ "name": "زبدة أمول",
+ "plural_name": "زبدة أمول"
},
"honey butter": {
"aliases": [],
"description": "",
- "name": "honey butter",
- "plural_name": "honey butter"
+ "name": "زبدة بالعسل",
+ "plural_name": "زبدة بالعسل"
},
"strawberry cream cheese": {
"aliases": [],
"description": "",
- "name": "strawberry cream cheese",
- "plural_name": "strawberry cream cheese"
+ "name": "جبن كريمي بالفراولة",
+ "plural_name": "جبن كريمي بالفراولة"
},
"goat butter": {
"aliases": [],
"description": "",
- "name": "goat butter",
- "plural_name": "goat butter"
+ "name": "زبدة ماعز",
+ "plural_name": "زبدة ماعز"
},
"century egg": {
"aliases": [],
"description": "",
- "name": "century egg",
- "plural_name": "century eggs"
+ "name": "بيض القرن",
+ "plural_name": "بيض القرن"
},
"orange curd": {
"aliases": [],
"description": "",
- "name": "orange curd",
- "plural_name": "orange curds"
+ "name": "خثارة البرتقال",
+ "plural_name": "خثارة البرتقال"
},
"goat yogurt": {
"aliases": [],
"description": "",
- "name": "goat yogurt",
- "plural_name": "goat yogurts"
+ "name": "زبادي ماعز",
+ "plural_name": "زبادي ماعز"
},
"dahi": {
"aliases": [],
"description": "",
- "name": "dahi",
- "plural_name": "dahis"
+ "name": "داهي",
+ "plural_name": "داهي"
},
"cinnamon sugar butter spread": {
"aliases": [],
"description": "",
- "name": "cinnamon sugar butter spread",
- "plural_name": "cinnamon sugar butter spreads"
+ "name": "دهن زبدة بالقرفة والسكر",
+ "plural_name": "دهن زبدة بالقرفة والسكر"
},
"bulgarian yogurt": {
"aliases": [],
"description": "",
- "name": "bulgarian yogurt",
- "plural_name": "bulgarian yogurts"
+ "name": "زبادي بلغاري",
+ "plural_name": "زبادي بلغاري"
},
"tvorog": {
"aliases": [],
"description": "",
- "name": "tvorog",
- "plural_name": "tvorogs"
+ "name": "تفوروغ",
+ "plural_name": "تفوروغ"
},
"chocolate milk powder": {
"aliases": [],
"description": "",
- "name": "chocolate milk powder",
- "plural_name": "chocolate milk powder"
+ "name": "حليب بالشوكولاتة بودرة",
+ "plural_name": "حليب بالشوكولاتة بودرة"
},
"liquid rennet": {
"aliases": [],
"description": "",
- "name": "liquid rennet",
- "plural_name": "liquid rennets"
+ "name": "منفحة سائلة",
+ "plural_name": "منفحة سائلة"
},
"sheep’s milk yoghurt": {
"aliases": [],
"description": "",
- "name": "sheep’s milk yoghurt",
- "plural_name": "sheep’s milk yoghurts"
+ "name": "زبادي حليب الغنم",
+ "plural_name": "زبادي حليب الغنم"
},
"strawberry milk": {
"aliases": [],
"description": "",
- "name": "strawberry milk",
- "plural_name": "strawberry milk"
+ "name": "حليب بالفراولة",
+ "plural_name": "حليب بالفراولة"
},
"ayran": {
"aliases": [],
"description": "",
- "name": "ayran",
- "plural_name": "ayrans"
+ "name": "عيران",
+ "plural_name": "عيران"
},
"cuajada": {
"aliases": [],
"description": "",
- "name": "cuajada",
- "plural_name": "cuajadas"
+ "name": "كواجادا",
+ "plural_name": "كواجادا"
},
"yogurt drink": {
"aliases": [],
"description": "",
- "name": "yogurt drink",
- "plural_name": "yogurt drinks"
+ "name": "مشروب زبادي",
+ "plural_name": "مشروب زبادي"
},
"passion-fruit curd": {
"aliases": [],
"description": "",
- "name": "passion-fruit curd",
- "plural_name": "passion-fruit curds"
+ "name": "خثارة فاكهة الآلام",
+ "plural_name": "خثارة فاكهة الآلام"
},
"pickled egg": {
"aliases": [],
"description": "",
- "name": "pickled egg",
- "plural_name": "pickled eggs"
+ "name": "بيض مخلل",
+ "plural_name": "بيض مخلل"
},
"sheep milk": {
"aliases": [],
"description": "",
- "name": "sheep milk",
- "plural_name": "sheep milk"
+ "name": "حليب الغنم",
+ "plural_name": "حليب الغنم"
},
"starter culture": {
"aliases": [],
"description": "",
- "name": "starter culture",
- "plural_name": "starter cultures"
+ "name": "مزرعة بادئة",
+ "plural_name": "مزرعة بادئة"
},
"kashk": {
"aliases": [],
"description": "",
- "name": "kashk",
- "plural_name": "kashks"
+ "name": "كشك",
+ "plural_name": "كشك"
},
"ostrich egg": {
"aliases": [],
"description": "",
- "name": "ostrich egg",
- "plural_name": "ostrich eggs"
+ "name": "بيض نعام",
+ "plural_name": "بيض نعام"
},
"vanilla milk": {
"aliases": [],
"description": "",
- "name": "vanilla milk",
- "plural_name": "vanilla milk"
+ "name": "حليب بالفانيليا",
+ "plural_name": "حليب بالفانيليا"
},
"yoplait whip": {
"aliases": [],
"description": "",
- "name": "yoplait whip",
- "plural_name": "yoplait whips"
+ "name": "يوبلايت ويب",
+ "plural_name": "يوبلايت ويب"
},
"buffalo milk": {
"aliases": [],
"description": "",
- "name": "buffalo milk",
- "plural_name": "buffalo milk"
+ "name": "حليب الجاموس",
+ "plural_name": "حليب الجاموس"
},
"goat kefir": {
"aliases": [],
"description": "",
- "name": "goat kefir",
- "plural_name": "goat kefirs"
+ "name": "كفير ماعز",
+ "plural_name": "كفير ماعز"
},
"lebneh": {
"aliases": [],
"description": "",
- "name": "lebneh",
- "plural_name": "lebnehs"
+ "name": "لبنة",
+ "plural_name": "لبنة"
}
}
},
@@ -3139,602 +3139,602 @@
"coconut milk": {
"aliases": [],
"description": "",
- "name": "coconut milk",
- "plural_name": "coconut milk"
+ "name": "حليب جوز هند",
+ "plural_name": "حليب جوز هند"
},
"almond milk": {
"aliases": [],
"description": "",
- "name": "almond milk",
- "plural_name": "almond milk"
+ "name": "حليب لوز",
+ "plural_name": "حليب لوز"
},
"almond butter": {
"aliases": [],
"description": "",
- "name": "almond butter",
- "plural_name": "almond butter"
+ "name": "زبدة اللوز",
+ "plural_name": "زبدة اللوز"
},
"tofu": {
"aliases": [],
"description": "",
- "name": "tofu",
- "plural_name": "tofus"
+ "name": "توفو",
+ "plural_name": "توفو"
},
"coconut cream": {
"aliases": [],
"description": "",
- "name": "coconut cream",
- "plural_name": "coconut cream"
+ "name": "قشطة جوز هند",
+ "plural_name": "قشطة جوز هند"
},
"vegan butter": {
"aliases": [],
"description": "",
- "name": "vegan butter",
- "plural_name": "vegan butter"
+ "name": "زبدة نباتية",
+ "plural_name": "زبدة نباتية"
},
"non-dairy milk": {
"aliases": [],
"description": "",
- "name": "non-dairy milk",
- "plural_name": "non-dairy milk"
+ "name": "حليب نباتي",
+ "plural_name": "حليب نباتي"
},
"soy milk": {
"aliases": [],
"description": "",
- "name": "soy milk",
- "plural_name": "soy milk"
+ "name": "حليب صويا",
+ "plural_name": "حليب صويا"
},
"extra firm tofu": {
"aliases": [],
"description": "",
- "name": "extra firm tofu",
- "plural_name": "extra firm tofus"
+ "name": "توفو صلب جدا",
+ "plural_name": "توفو صلب جدا"
},
"silken tofu": {
"aliases": [],
"description": "",
- "name": "silken tofu",
- "plural_name": "silken tofus"
+ "name": "توفو حريري",
+ "plural_name": "توفو حريري"
},
"kala namak salt": {
"aliases": [],
"description": "",
- "name": "kala namak salt",
- "plural_name": "kala namak salt"
+ "name": "ملح كالا ناماك",
+ "plural_name": "ملح كالا ناماك"
},
"coconut butter": {
"aliases": [],
"description": "",
- "name": "coconut butter",
- "plural_name": "coconut butter"
+ "name": "زبدة جوز هند",
+ "plural_name": "زبدة جوز هند"
},
"egg replacer": {
"aliases": [],
"description": "",
- "name": "egg replacer",
- "plural_name": "egg replacers"
+ "name": "بديل بيض",
+ "plural_name": "بديل بيض"
},
"vegan mayonnaise": {
"aliases": [],
"description": "",
- "name": "vegan mayonnaise",
- "plural_name": "vegan mayonnaise"
+ "name": "مايونيز نباتي",
+ "plural_name": "مايونيز نباتي"
},
"vegan cheese": {
"aliases": [],
"description": "",
- "name": "vegan cheese",
- "plural_name": "vegan cheese"
+ "name": "جبن نباتي",
+ "plural_name": "جبن نباتي"
},
"cashew butter": {
"aliases": [],
"description": "",
- "name": "cashew butter",
- "plural_name": "cashew butter"
+ "name": "زبدة الكاجو",
+ "plural_name": "زبدة الكاجو"
},
"tempeh": {
"aliases": [],
"description": "",
- "name": "tempeh",
- "plural_name": "tempehs"
+ "name": "تمبيه",
+ "plural_name": "تمبيه"
},
"vegan cream cheese": {
"aliases": [],
"description": "",
- "name": "vegan cream cheese",
- "plural_name": "vegan cream cheese"
+ "name": "جبن كريمي نباتي",
+ "plural_name": "جبن كريمي نباتي"
},
"coconut yogurt": {
"aliases": [],
"description": "",
- "name": "coconut yogurt",
- "plural_name": "coconut yogurts"
+ "name": "زبادي جوز هند",
+ "plural_name": "زبادي جوز هند"
},
"non-dairy yogurt": {
"aliases": [],
"description": "",
- "name": "non-dairy yogurt",
- "plural_name": "non-dairy yogurts"
+ "name": "زبادي نباتي",
+ "plural_name": "زبادي نباتي"
},
"seed butter": {
"aliases": [],
"description": "",
- "name": "seed butter",
- "plural_name": "seed butter"
+ "name": "زبدة البذور",
+ "plural_name": "زبدة البذور"
},
"cashew milk": {
"aliases": [],
"description": "",
- "name": "cashew milk",
- "plural_name": "cashew milk"
+ "name": "حليب كاجو",
+ "plural_name": "حليب كاجو"
},
"oat milk": {
"aliases": [],
"description": "",
- "name": "oat milk",
- "plural_name": "oat milk"
+ "name": "حليب شوفان",
+ "plural_name": "حليب شوفان"
},
"nut butter": {
"aliases": [],
"description": "",
- "name": "nut butter",
- "plural_name": "nut butter"
+ "name": "زبدة المكسرات",
+ "plural_name": "زبدة المكسرات"
},
"rice milk": {
"aliases": [],
"description": "",
- "name": "rice milk",
- "plural_name": "rice milk"
+ "name": "حليب أرز",
+ "plural_name": "حليب أرز"
},
"vegan sour cream": {
"aliases": [],
"description": "",
- "name": "vegan sour cream",
- "plural_name": "vegan sour cream"
+ "name": "قشطة حامضة نباتية",
+ "plural_name": "قشطة حامضة نباتية"
},
"textured vegetable protein": {
"aliases": [],
"description": "",
- "name": "textured vegetable protein",
- "plural_name": "textured vegetable proteins"
+ "name": "بروتين نباتي منظم",
+ "plural_name": "بروتين نباتي منظم"
},
"vegan worcestershire": {
"aliases": [],
"description": "",
- "name": "vegan worcestershire",
- "plural_name": "vegan worcestershires"
+ "name": "صلصة ورشستر نباتية",
+ "plural_name": "صلصة ورشستر نباتية"
},
"soy yogurt": {
"aliases": [],
"description": "",
- "name": "soy yogurt",
- "plural_name": "soy yogurts"
+ "name": "زبادي صويا",
+ "plural_name": "زبادي صويا"
},
"vegan mozzarella": {
"aliases": [],
"description": "",
- "name": "vegan mozzarella",
- "plural_name": "vegan mozzarellas"
+ "name": "موزاريلا نباتية",
+ "plural_name": "موزاريلا نباتية"
},
"non-dairy creamer": {
"aliases": [],
"description": "",
- "name": "non-dairy creamer",
- "plural_name": "non-dairy creamers"
+ "name": "مبيض قهوة نباتي",
+ "plural_name": "مبيض قهوة نباتي"
},
"vegan sausage": {
"aliases": [],
"description": "",
- "name": "vegan sausage",
- "plural_name": "vegan sausages"
+ "name": "سجق نباتي",
+ "plural_name": "سجق نباتي"
},
"coconut whipped cream": {
"aliases": [],
"description": "",
- "name": "coconut whipped cream",
- "plural_name": "coconut whipped cream"
+ "name": "قشطة جوز هند مخفوقة",
+ "plural_name": "قشطة جوز هند مخفوقة"
},
"smoked tofu": {
"aliases": [],
"description": "",
- "name": "smoked tofu",
- "plural_name": "smoked tofus"
+ "name": "توفو مدخن",
+ "plural_name": "توفو مدخن"
},
"coconut powder": {
"aliases": [],
"description": "",
- "name": "coconut powder",
- "plural_name": "coconut powder"
+ "name": "جوز هند بودرة",
+ "plural_name": "جوز هند بودرة"
},
"soy cream": {
"aliases": [],
"description": "",
- "name": "soy cream",
- "plural_name": "soy cream"
+ "name": "قشطة صويا",
+ "plural_name": "قشطة صويا"
},
"seitan": {
"aliases": [],
"description": "",
- "name": "seitan",
- "plural_name": "seitans"
+ "name": "سيتان",
+ "plural_name": "سيتان"
},
"coconut milk powder": {
"aliases": [],
"description": "",
- "name": "coconut milk powder",
- "plural_name": "coconut milk powder"
+ "name": "حليب جوز هند بودرة",
+ "plural_name": "حليب جوز هند بودرة"
},
"non-dairy whipped topping": {
"aliases": [],
"description": "",
- "name": "non-dairy whipped topping",
- "plural_name": "non-dairy whipped toppings"
+ "name": "طبقة قشطة مخفوقة نباتية",
+ "plural_name": "طبقة قشطة مخفوقة نباتية"
},
"nut milk": {
"aliases": [],
"description": "",
- "name": "nut milk",
- "plural_name": "nut milk"
+ "name": "حليب مكسرات",
+ "plural_name": "حليب مكسرات"
},
"non-dairy cream": {
"aliases": [],
"description": "",
- "name": "non-dairy cream",
- "plural_name": "non-dairy cream"
+ "name": "قشطة نباتية",
+ "plural_name": "قشطة نباتية"
},
"vegan burger patty": {
"aliases": [],
"description": "",
- "name": "vegan burger patty",
- "plural_name": "vegan burger patties"
+ "name": "قرص برغر نباتي",
+ "plural_name": "أقراص برغر نباتي"
},
"condensed coconut milk": {
"aliases": [],
"description": "",
- "name": "condensed coconut milk",
- "plural_name": "condensed coconut milk"
+ "name": "حليب جوز هند مكثف",
+ "plural_name": "حليب جوز هند مكثف"
},
"vegan ground beef": {
"aliases": [],
"description": "",
- "name": "vegan ground beef",
- "plural_name": "vegan ground beefs"
+ "name": "لحم بقري مفروم نباتي",
+ "plural_name": "لحم بقري مفروم نباتي"
},
"pulled oat": {
"aliases": [],
"description": "",
- "name": "pulled oat",
- "plural_name": "pulled oats"
+ "name": "شوفان مسحوب",
+ "plural_name": "شوفان مسحوب"
},
"vegan bacon": {
"aliases": [],
"description": "",
- "name": "vegan bacon",
- "plural_name": "vegan bacons"
+ "name": "بيكون نباتي",
+ "plural_name": "بيكون نباتي"
},
"soy curl": {
"aliases": [],
"description": "",
- "name": "soy curl",
- "plural_name": "soy curls"
+ "name": "تجعيدات صويا",
+ "plural_name": "تجعيدات صويا"
},
"vegan pesto": {
"aliases": [],
"description": "",
- "name": "vegan pesto",
- "plural_name": "vegan pestoes"
+ "name": "بيستو نباتي",
+ "plural_name": "بيستو نباتي"
},
"marinated tofu": {
"aliases": [],
"description": "",
- "name": "marinated tofu",
- "plural_name": "marinated tofus"
+ "name": "توفو متبل",
+ "plural_name": "توفو متبل"
},
"vegan feta": {
"aliases": [],
"description": "",
- "name": "vegan feta",
- "plural_name": "vegan fetas"
+ "name": "جبن فيتا نباتي",
+ "plural_name": "جبن فيتا نباتي"
},
"soy chorizo": {
"aliases": [],
"description": "",
- "name": "soy chorizo",
- "plural_name": "soy chorizoes"
+ "name": "كوريزو صويا",
+ "plural_name": "كوريزو صويا"
},
"hemp milk": {
"aliases": [],
"description": "",
- "name": "hemp milk",
- "plural_name": "hemp milk"
+ "name": "حليب قنب",
+ "plural_name": "حليب قنب"
},
"vegan beef": {
"aliases": [],
"description": "",
- "name": "vegan beef",
- "plural_name": "vegan beefs"
+ "name": "لحم بقري نباتي",
+ "plural_name": "لحم بقري نباتي"
},
"hazelnut butter": {
"aliases": [],
"description": "",
- "name": "hazelnut butter",
- "plural_name": "hazelnut butter"
+ "name": "زبدة البندق",
+ "plural_name": "زبدة البندق"
},
"vegan ranch": {
"aliases": [],
"description": "",
- "name": "vegan ranch",
- "plural_name": "vegan ranches"
+ "name": "رانتش نباتي",
+ "plural_name": "رانتش نباتي"
},
"vegan chicken": {
"aliases": [],
"description": "",
- "name": "vegan chicken",
- "plural_name": "vegan chickens"
+ "name": "دجاج نباتي",
+ "plural_name": "دجاج نباتي"
},
"coconut paste": {
"aliases": [],
"description": "",
- "name": "coconut paste",
- "plural_name": "coconut paste"
+ "name": "معجون جوز هند",
+ "plural_name": "معجون جوز هند"
},
"vegetable suet": {
"aliases": [],
"description": "",
- "name": "vegetable suet",
- "plural_name": "vegetable suets"
+ "name": "شحم نباتي",
+ "plural_name": "شحم نباتي"
},
"dairy-free ice-cream": {
"aliases": [],
"description": "",
- "name": "dairy-free ice-cream",
- "plural_name": "dairy-free ice-cream"
+ "name": "آيس كريم نباتي",
+ "plural_name": "آيس كريم نباتي"
},
"almond-coconut milk": {
"aliases": [],
"description": "",
- "name": "almond-coconut milk",
- "plural_name": "almond-coconut milk"
+ "name": "حليب لوز-جوز هند",
+ "plural_name": "حليب لوز-جوز هند"
},
"banana blossom": {
"aliases": [],
"description": "",
- "name": "banana blossom",
- "plural_name": "banana blossoms"
+ "name": "زهر الموز",
+ "plural_name": "زهر الموز"
},
"vegan fish sauce": {
"aliases": [],
"description": "",
- "name": "vegan fish sauce",
- "plural_name": "vegan fish sauce"
+ "name": "صلصة سمك نباتية",
+ "plural_name": "صلصة سمك نباتية"
},
"vegetarian hot dog": {
"aliases": [],
"description": "",
- "name": "vegetarian hot dog",
- "plural_name": "vegetarian hot dogs"
+ "name": "هوت دوج نباتي",
+ "plural_name": "هوت دوج نباتي"
},
"hazelnut milk": {
"aliases": [],
"description": "",
- "name": "hazelnut milk",
- "plural_name": "hazelnut milk"
+ "name": "حليب بندق",
+ "plural_name": "حليب بندق"
},
"maple almond butter": {
"aliases": [],
"description": "",
- "name": "maple almond butter",
- "plural_name": "maple almond butter"
+ "name": "زبدة لوز بالشراب",
+ "plural_name": "زبدة لوز بالشراب"
},
"vegan meatball": {
"aliases": [],
"description": "",
- "name": "vegan meatball",
- "plural_name": "vegan meatballs"
+ "name": "كرة لحم نباتية",
+ "plural_name": "كرات لحم نباتية"
},
"almond-milk yogurt": {
"aliases": [],
"description": "",
- "name": "almond-milk yogurt",
- "plural_name": "almond-milk yogurts"
+ "name": "زبادي حليب اللوز",
+ "plural_name": "زبادي حليب اللوز"
},
"almond creamer": {
"aliases": [],
"description": "",
- "name": "almond creamer",
- "plural_name": "almond creamers"
+ "name": "مبيض قهوة لوز",
+ "plural_name": "مبيض قهوة لوز"
},
"soy milk powder": {
"aliases": [],
"description": "",
- "name": "soy milk powder",
- "plural_name": "soy milk powder"
+ "name": "حليب صويا بودرة",
+ "plural_name": "حليب صويا بودرة"
},
"vegan cream cheese frosting": {
"aliases": [],
"description": "",
- "name": "vegan cream cheese frosting",
- "plural_name": "vegan cream cheese frostings"
+ "name": "تزيين جبن كريمي نباتي",
+ "plural_name": "تزيين جبن كريمي نباتي"
},
"coconut manna": {
"aliases": [],
"description": "",
- "name": "coconut manna",
- "plural_name": "coconut mannas"
+ "name": "منا جوز هند",
+ "plural_name": "منا جوز هند"
},
"falafel mix": {
"aliases": [],
"description": "",
- "name": "falafel mix",
- "plural_name": "falafel mixes"
+ "name": "خليط الفلافل",
+ "plural_name": "خليط الفلافل"
},
"ready-made falafel": {
"aliases": [],
"description": "",
- "name": "ready-made falafel",
- "plural_name": "ready-made falafels"
+ "name": "فلافل جاهزة",
+ "plural_name": "فلافل جاهزة"
},
"vegan gravy": {
"aliases": [],
"description": "",
- "name": "vegan gravy",
- "plural_name": "vegan gravies"
+ "name": "مرق نباتي",
+ "plural_name": "مرق نباتي"
},
"cashew cheese sauce": {
"aliases": [],
"description": "",
- "name": "cashew cheese sauce",
- "plural_name": "cashew cheese sauce"
+ "name": "صلصة جبن الكاجو",
+ "plural_name": "صلصة جبن الكاجو"
},
"coconut fat": {
"aliases": [],
"description": "",
- "name": "coconut fat",
- "plural_name": "coconut fats"
+ "name": "دهن جوز هند",
+ "plural_name": "دهن جوز هند"
},
"flax milk": {
"aliases": [],
"description": "",
- "name": "flax milk",
- "plural_name": "flax milk"
+ "name": "حليب الكتان",
+ "plural_name": "حليب الكتان"
},
"hazelnut creamer": {
"aliases": [],
"description": "",
- "name": "hazelnut creamer",
- "plural_name": "hazelnut creamers"
+ "name": "مبيض قهوة بندق",
+ "plural_name": "مبيض قهوة بندق"
},
"quorn": {
"aliases": [],
"description": "",
- "name": "quorn",
- "plural_name": "quorns"
+ "name": "كورن",
+ "plural_name": "كورن"
},
"soy-free butter": {
"aliases": [],
"description": "",
- "name": "soy-free butter",
- "plural_name": "soy-free butter"
+ "name": "زبدة خالية من الصويا",
+ "plural_name": "زبدة خالية من الصويا"
},
"tofurky": {
"aliases": [],
"description": "",
- "name": "tofurky",
- "plural_name": "tofurkies"
+ "name": "توفوركي",
+ "plural_name": "توفوركي"
},
"vegan nutella": {
"aliases": [],
"description": "",
- "name": "vegan nutella",
- "plural_name": "vegan nutellas"
+ "name": "نوتيلا نباتية",
+ "plural_name": "نوتيلا نباتية"
},
"vegan tzatziki": {
"aliases": [],
"description": "",
- "name": "vegan tzatziki",
- "plural_name": "vegan tzatzikis"
+ "name": "تزاتزيكي نباتي",
+ "plural_name": "تزاتزيكي نباتي"
},
"cashew cream cheese": {
"aliases": [],
"description": "",
- "name": "cashew cream cheese",
- "plural_name": "cashew cream cheese"
+ "name": "جبن كريمي كاجو",
+ "plural_name": "جبن كريمي كاجو"
},
"cricket flour": {
"aliases": [],
"description": "",
- "name": "cricket flour",
- "plural_name": "cricket flour"
+ "name": "دقيق الصراصير",
+ "plural_name": "دقيق الصراصير"
},
"macadamia butter": {
"aliases": [],
"description": "",
- "name": "macadamia butter",
- "plural_name": "macadamia butter"
+ "name": "زبدة المكاداميا",
+ "plural_name": "زبدة المكاداميا"
},
"okara": {
"aliases": [],
"description": "",
- "name": "okara",
- "plural_name": "okaras"
+ "name": "أوكارا",
+ "plural_name": "أوكارا"
},
"egg tofu": {
"aliases": [],
"description": "",
- "name": "egg tofu",
- "plural_name": "egg tofus"
+ "name": "توفو البيض",
+ "plural_name": "توفو البيض"
},
"protein drink": {
"aliases": [],
"description": "",
- "name": "protein drink",
- "plural_name": "protein drinks"
+ "name": "مشروب بروتين",
+ "plural_name": "مشروب بروتين"
},
"macadamia milk": {
"aliases": [],
"description": "",
- "name": "macadamia milk",
- "plural_name": "macadamia milk"
+ "name": "حليب مكاداميا",
+ "plural_name": "حليب مكاداميا"
},
"vegan taco meat": {
"aliases": [],
"description": "",
- "name": "vegan taco meat",
- "plural_name": "vegan taco meats"
+ "name": "لحم تاكو نباتي",
+ "plural_name": "لحم تاكو نباتي"
},
"walnut taco meat": {
"aliases": [],
"description": "",
- "name": "walnut taco meat",
- "plural_name": "walnut taco meats"
+ "name": "لحم تاكو جوز",
+ "plural_name": "لحم تاكو جوز"
},
"vegan yogurt starter": {
"aliases": [],
"description": "",
- "name": "vegan yogurt starter",
- "plural_name": "vegan yogurt starters"
+ "name": "بادئ زبادي نباتي",
+ "plural_name": "بادئ زبادي نباتي"
},
"banana milk": {
"aliases": [],
"description": "",
- "name": "banana milk",
- "plural_name": "banana milk"
+ "name": "حليب موز",
+ "plural_name": "حليب موز"
},
"soy quark": {
"aliases": [],
"description": "",
- "name": "soy quark",
- "plural_name": "soy quarks"
+ "name": "كوارك صويا",
+ "plural_name": "كوارك صويا"
},
"vegan chicken nugget": {
"aliases": [],
"description": "",
- "name": "vegan chicken nugget",
- "plural_name": "vegan chicken nuggets"
+ "name": "ناغت دجاج نباتي",
+ "plural_name": "ناغت دجاج نباتي"
},
"vegan starter culture": {
"aliases": [],
"description": "",
- "name": "vegan starter culture",
- "plural_name": "vegan starter cultures"
+ "name": "مزرعة بادئة نباتية",
+ "plural_name": "مزرعة بادئة نباتية"
},
"walnut milk": {
"aliases": [],
"description": "",
- "name": "walnut milk",
- "plural_name": "walnut milk"
+ "name": "حليب جوز",
+ "plural_name": "حليب جوز"
},
"latik": {
"aliases": [],
"description": "",
- "name": "latik",
- "plural_name": "latiks"
+ "name": "لاتيك",
+ "plural_name": "لاتيك"
},
"rice cream": {
"aliases": [],
"description": "",
- "name": "rice cream",
- "plural_name": "rice cream"
+ "name": "قشطة أرز",
+ "plural_name": "قشطة أرز"
}
}
},
@@ -3743,608 +3743,608 @@
"bacon": {
"aliases": [],
"description": "",
- "name": "bacon",
- "plural_name": "bacons"
+ "name": "بيكون",
+ "plural_name": "بيكون"
},
"chopped bacon": {
"aliases": [],
"description": "",
- "name": "chopped bacon",
- "plural_name": "chopped bacons"
+ "name": "بيكون مقطع",
+ "plural_name": "بيكون مقطع"
},
"ground beef": {
"aliases": [],
"description": "",
- "name": "ground beef",
- "plural_name": "ground beefs"
+ "name": "لحم بقري مفروم",
+ "plural_name": "لحم بقري مفروم"
},
"beef steak": {
"aliases": [],
"description": "",
- "name": "beef steak",
- "plural_name": "beef steaks"
+ "name": "ستيك لحم بقري",
+ "plural_name": "ستيك لحم بقري"
},
"ham": {
"aliases": [],
"description": "",
- "name": "ham",
- "plural_name": "hams"
+ "name": "هام",
+ "plural_name": "هام"
},
"pork chop": {
"aliases": [],
"description": "",
- "name": "pork chop",
- "plural_name": "pork chops"
+ "name": "شريحة لحم ",
+ "plural_name": "شرائح لحم "
},
"sweet italian sausage": {
"aliases": [],
"description": "",
- "name": "sweet italian sausage",
- "plural_name": "sweet italian sausages"
+ "name": "سجق إيطالي حلو",
+ "plural_name": "سجق إيطالي حلو"
},
"pork loin": {
"aliases": [],
"description": "",
- "name": "pork loin",
- "plural_name": "pork loins"
+ "name": "فيليه لحم ",
+ "plural_name": "فيليه لحم "
},
"prosciutto": {
"aliases": [],
"description": "",
- "name": "prosciutto",
- "plural_name": "prosciuttoes"
+ "name": "بروسيوتو",
+ "plural_name": "بروسيوتو"
},
"sausage": {
"aliases": [],
"description": "",
- "name": "sausage",
- "plural_name": "sausages"
+ "name": "سجق",
+ "plural_name": "سجق"
},
"beef roast": {
"aliases": [],
"description": "",
- "name": "beef roast",
- "plural_name": "beef roasts"
+ "name": "روستو لحم بقري",
+ "plural_name": "روستو لحم بقري"
},
"ground pork": {
"aliases": [],
"description": "",
- "name": "ground pork",
- "plural_name": "ground porks"
+ "name": "لحم مفروم",
+ "plural_name": "لحم مفروم"
},
"beef stew meat": {
"aliases": [],
"description": "",
- "name": "beef stew meat",
- "plural_name": "beef stew meats"
+ "name": "لحم بقري لليخنة",
+ "plural_name": "لحم بقري لليخنة"
},
"pepperoni": {
"aliases": [],
"description": "",
- "name": "pepperoni",
- "plural_name": "pepperonis"
+ "name": "بيبروني",
+ "plural_name": "بيبروني"
},
"chorizo": {
"aliases": [],
"description": "",
- "name": "chorizo",
- "plural_name": "chorizoes"
+ "name": "كوريزو",
+ "plural_name": "كوريزو"
},
"pancetta": {
"aliases": [],
"description": "",
- "name": "pancetta",
- "plural_name": "pancettas"
+ "name": "بانشيتا",
+ "plural_name": "بانشيتا"
},
"pork fillet": {
"aliases": [],
"description": "",
- "name": "pork fillet",
- "plural_name": "pork fillets"
+ "name": "فيليه لحم ",
+ "plural_name": "فيليه لحم "
},
"pork shoulder": {
"aliases": [],
"description": "",
- "name": "pork shoulder",
- "plural_name": "pork shoulders"
+ "name": "كتف لحم ",
+ "plural_name": "كتف لحم "
},
"ground lamb": {
"aliases": [],
"description": "",
- "name": "ground lamb",
- "plural_name": "ground lambs"
+ "name": "لحم خروف مفروم",
+ "plural_name": "لحم خروف مفروم"
},
"pork rib": {
"aliases": [],
"description": "",
- "name": "pork rib",
- "plural_name": "pork ribs"
+ "name": "ضلع لحم ",
+ "plural_name": "أضلاع لحم "
},
"smoked sausage": {
"aliases": [],
"description": "",
- "name": "smoked sausage",
- "plural_name": "smoked sausages"
+ "name": "سجق مدخن",
+ "plural_name": "سجق مدخن"
},
"breakfast sausage": {
"aliases": [],
"description": "",
- "name": "breakfast sausage",
- "plural_name": "breakfast sausages"
+ "name": "سجق فطور",
+ "plural_name": "سجق فطور"
},
"hot dog": {
"aliases": [],
"description": "",
- "name": "hot dog",
- "plural_name": "hot dogs"
+ "name": "هوت دوج",
+ "plural_name": "هوت دوج"
},
"beef sirloin": {
"aliases": [],
"description": "",
- "name": "beef sirloin",
- "plural_name": "beef sirloins"
+ "name": "ستيك لحم بقري",
+ "plural_name": "ستيك لحم بقري"
},
"salami": {
"aliases": [],
"description": "",
- "name": "salami",
- "plural_name": "salamis"
+ "name": "سلامي",
+ "plural_name": "سلامي"
},
"brisket": {
"aliases": [],
"description": "",
- "name": "brisket",
- "plural_name": "briskets"
+ "name": "بريسكت",
+ "plural_name": "بريسكت"
},
"deli ham": {
"aliases": [],
"description": "",
- "name": "deli ham",
- "plural_name": "deli hams"
+ "name": "هام شرائح",
+ "plural_name": "هام شرائح"
},
"leg of lamb": {
"aliases": [],
"description": "",
- "name": "leg of lamb",
- "plural_name": "leg of lamb"
+ "name": "فخذ خروف",
+ "plural_name": "فخذ خروف"
},
"beef short rib": {
"aliases": [],
"description": "",
- "name": "beef short rib",
- "plural_name": "beef short ribs"
+ "name": "ضلع بقري قصير",
+ "plural_name": "أضلاع بقري قصيرة"
},
"kielbasa": {
"aliases": [],
"description": "",
- "name": "kielbasa",
- "plural_name": "kielbasas"
+ "name": "كيلباسا",
+ "plural_name": "كيلباسا"
},
"pork belly": {
"aliases": [],
"description": "",
- "name": "pork belly",
- "plural_name": "pork bellies"
+ "name": "بطن لحم ",
+ "plural_name": "بطن لحم "
},
"andouille": {
"aliases": [],
"description": "",
- "name": "andouille",
- "plural_name": "andouilles"
+ "name": "أندوي",
+ "plural_name": "أندوي"
},
"boneless lamb": {
"aliases": [],
"description": "",
- "name": "boneless lamb",
- "plural_name": "boneless lambs"
+ "name": "لحم خروف بدون عظم",
+ "plural_name": "لحم خروف بدون عظم"
},
"ground sausage": {
"aliases": [],
"description": "",
- "name": "ground sausage",
- "plural_name": "ground sausages"
+ "name": "سجق مفروم",
+ "plural_name": "سجق مفروم"
},
"ground pork sausage": {
"aliases": [],
"description": "",
- "name": "ground pork sausage",
- "plural_name": "ground pork sausages"
+ "name": "سجق لحم مفروم",
+ "plural_name": "سجق لحم مفروم"
},
"roast beef": {
"aliases": [],
"description": "",
- "name": "roast beef",
- "plural_name": "roast beefs"
+ "name": "روستو لحم بقري",
+ "plural_name": "روستو لحم بقري"
},
"bacon bit": {
"aliases": [],
"description": "",
- "name": "bacon bit",
- "plural_name": "bacon bits"
+ "name": "قطع بيكون صغيرة",
+ "plural_name": "قطع بيكون صغيرة"
},
"pork roast": {
"aliases": [],
"description": "",
- "name": "pork roast",
- "plural_name": "pork roasts"
+ "name": "روستو لحم ",
+ "plural_name": "روستو لحم "
},
"hot italian sausage": {
"aliases": [],
"description": "",
- "name": "hot italian sausage",
- "plural_name": "hot italian sausages"
+ "name": "سجق إيطالي حار",
+ "plural_name": "سجق إيطالي حار"
},
"pork spare rib": {
"aliases": [],
"description": "",
- "name": "pork spare rib",
- "plural_name": "pork spare ribs"
+ "name": "ضلع لحم ",
+ "plural_name": "أضلاع لحم "
},
"lamb shoulder": {
"aliases": [],
"description": "",
- "name": "lamb shoulder",
- "plural_name": "lamb shoulders"
+ "name": "كتف خروف",
+ "plural_name": "كتف خروف"
},
"beef rib": {
"aliases": [],
"description": "",
- "name": "beef rib",
- "plural_name": "beef ribs"
+ "name": "ضلع بقري",
+ "plural_name": "أضلاع بقري"
},
"veal steak": {
"aliases": [],
"description": "",
- "name": "veal steak",
- "plural_name": "veal steaks"
+ "name": "ستيك لحم عجل",
+ "plural_name": "ستيك لحم عجل"
},
"lamb chop": {
"aliases": [],
"description": "",
- "name": "lamb chop",
- "plural_name": "lamb chops"
+ "name": "شريحة خروف",
+ "plural_name": "شرائح خروف"
},
"bone-in ham": {
"aliases": [],
"description": "",
- "name": "bone-in ham",
- "plural_name": "bone-in hams"
+ "name": "هام بالعظم",
+ "plural_name": "هام بالعظم"
},
"pork butt": {
"aliases": [],
"description": "",
- "name": "pork butt",
- "plural_name": "pork butts"
+ "name": "كتف لحم ",
+ "plural_name": "كتف لحم "
},
"canadian bacon": {
"aliases": [],
"description": "",
- "name": "canadian bacon",
- "plural_name": "canadian bacons"
+ "name": "بيكون كندي",
+ "plural_name": "بيكون كندي"
},
"beef sausage": {
"aliases": [],
"description": "",
- "name": "beef sausage",
- "plural_name": "beef sausages"
+ "name": "سجق لحم بقري",
+ "plural_name": "سجق لحم بقري"
},
"lamb shank": {
"aliases": [],
"description": "",
- "name": "lamb shank",
- "plural_name": "lamb shanks"
+ "name": "ساق خروف",
+ "plural_name": "ساق خروف"
},
"mutton": {
"aliases": [],
"description": "",
- "name": "mutton",
- "plural_name": "muttons"
+ "name": "لحم ضأن",
+ "plural_name": "لحم ضأن"
},
"ham steak": {
"aliases": [],
"description": "",
- "name": "ham steak",
- "plural_name": "ham steaks"
+ "name": "ستيك هام",
+ "plural_name": "ستيك هام"
},
"venison": {
"aliases": [],
"description": "",
- "name": "venison",
- "plural_name": "venisons"
+ "name": "لحم الغزال",
+ "plural_name": "لحم الغزال"
},
"bratwurst": {
"aliases": [],
"description": "",
- "name": "bratwurst",
- "plural_name": "bratwursts"
+ "name": "براتوورست",
+ "plural_name": "براتوورست"
},
"pulled pork": {
"aliases": [],
"description": "",
- "name": "pulled pork",
- "plural_name": "pulled porks"
+ "name": "لحم مسحوب",
+ "plural_name": "لحم مسحوب"
},
"ham hock": {
"aliases": [],
"description": "",
- "name": "ham hock",
- "plural_name": "ham hocks"
+ "name": "عرقوب هام",
+ "plural_name": "عرقوب هام"
},
"frozen meatball": {
"aliases": [],
"description": "",
- "name": "frozen meatball",
- "plural_name": "frozen meatballs"
+ "name": "كرات لحم مجمدة",
+ "plural_name": "كرات لحم مجمدة"
},
"mixed ground meat": {
"aliases": [],
"description": "",
- "name": "mixed ground meat",
- "plural_name": "mixed ground meats"
+ "name": "لحم مفروم مشكل",
+ "plural_name": "لحم مفروم مشكل"
},
"rabbit": {
"aliases": [],
"description": "",
- "name": "rabbit",
- "plural_name": "rabbits"
+ "name": "أرنب",
+ "plural_name": "أرنب"
},
"pork cutlet": {
"aliases": [],
"description": "",
- "name": "pork cutlet",
- "plural_name": "pork cutlets"
+ "name": "شريحة لحم ",
+ "plural_name": "شرائح لحم "
},
"veal cutlet": {
"aliases": [],
"description": "",
- "name": "veal cutlet",
- "plural_name": "veal cutlets"
+ "name": "شريحة لحم عجل",
+ "plural_name": "شرائح لحم عجل"
},
"soup bone": {
"aliases": [],
"description": "",
- "name": "soup bone",
- "plural_name": "soup bones"
+ "name": "عظم للحساء",
+ "plural_name": "عظام للحساء"
},
"lamb loin": {
"aliases": [],
"description": "",
- "name": "lamb loin",
- "plural_name": "lamb loins"
+ "name": "فيليه خروف",
+ "plural_name": "فيليه خروف"
},
"pork steak": {
"aliases": [],
"description": "",
- "name": "pork steak",
- "plural_name": "pork steaks"
+ "name": "ستيك لحم ",
+ "plural_name": "ستيك لحم "
},
"mexican chorizo": {
"aliases": [],
"description": "",
- "name": "mexican chorizo",
- "plural_name": "mexican chorizoes"
+ "name": "كوريزو مكسيكي",
+ "plural_name": "كوريزو مكسيكي"
},
"rack of lamb": {
"aliases": [],
"description": "",
- "name": "rack of lamb",
- "plural_name": "rack of lamb"
+ "name": "ركوة خروف",
+ "plural_name": "ركوة خروف"
},
"pork back rib": {
"aliases": [],
"description": "",
- "name": "pork back rib",
- "plural_name": "pork back ribs"
+ "name": "ضلع خلفي لحم ",
+ "plural_name": "أضلاع خلفية لحم "
},
"country style rib": {
"aliases": [],
"description": "",
- "name": "country style rib",
- "plural_name": "country style ribs"
+ "name": "ضلع ريفي",
+ "plural_name": "أضلاع ريفية"
},
"black forest ham": {
"aliases": [],
"description": "",
- "name": "black forest ham",
- "plural_name": "black forest hams"
+ "name": "هام الغابة السوداء",
+ "plural_name": "هام الغابة السوداء"
},
"oxtail": {
"aliases": [],
"description": "",
- "name": "oxtail",
- "plural_name": "oxtails"
+ "name": "ذيل بقري",
+ "plural_name": "ذيل بقري"
},
"smoked ham hock": {
"aliases": [],
"description": "",
- "name": "smoked ham hock",
- "plural_name": "smoked ham hocks"
+ "name": "عرقوب هام مدخن",
+ "plural_name": "عرقوب هام مدخن"
},
"serrano ham": {
"aliases": [],
"description": "",
- "name": "serrano ham",
- "plural_name": "serrano hams"
+ "name": "هام سيرانو",
+ "plural_name": "هام سيرانو"
},
"raw chorizo": {
"aliases": [],
"description": "",
- "name": "raw chorizo",
- "plural_name": "raw chorizoes"
+ "name": "كوريزو نيء",
+ "plural_name": "كوريزو نيء"
},
"beef liver": {
"aliases": [],
"description": "",
- "name": "beef liver",
- "plural_name": "beef livers"
+ "name": "كبد بقري",
+ "plural_name": "كبد بقري"
},
"pastrami": {
"aliases": [],
"description": "",
- "name": "pastrami",
- "plural_name": "pastramis"
+ "name": "باسترامي",
+ "plural_name": "باسترامي"
},
"cocktail sausage": {
"aliases": [],
"description": "",
- "name": "cocktail sausage",
- "plural_name": "cocktail sausages"
+ "name": "سجق كوكتيل",
+ "plural_name": "سجق كوكتيل"
},
"hard salami": {
"aliases": [],
"description": "",
- "name": "hard salami",
- "plural_name": "hard salamis"
+ "name": "سلامي صلب",
+ "plural_name": "سلامي صلب"
},
"back bacon": {
"aliases": [],
"description": "",
- "name": "back bacon",
- "plural_name": "back bacons"
+ "name": "بيكون خلفي",
+ "plural_name": "بيكون خلفي"
},
"salt pork": {
"aliases": [],
"description": "",
- "name": "salt pork",
- "plural_name": "salt porks"
+ "name": "لحم مملح",
+ "plural_name": "لحم مملح"
},
"veal shank": {
"aliases": [],
"description": "",
- "name": "veal shank",
- "plural_name": "veal shanks"
+ "name": "ساق لحم عجل",
+ "plural_name": "ساق لحم عجل"
},
"ground venison": {
"aliases": [],
"description": "",
- "name": "ground venison",
- "plural_name": "ground venisons"
+ "name": "لحم غزال مفروم",
+ "plural_name": "لحم غزال مفروم"
},
"beef shank": {
"aliases": [],
"description": "",
- "name": "beef shank",
- "plural_name": "beef shanks"
+ "name": "ساق بقري",
+ "plural_name": "ساق بقري"
},
"lap cheong": {
"aliases": [],
"description": "",
- "name": "lap cheong",
- "plural_name": "lap cheongs"
+ "name": "لاب تشيونغ",
+ "plural_name": "لاب تشيونغ"
},
"blood sausage": {
"aliases": [],
"description": "",
- "name": "blood sausage",
- "plural_name": "blood sausages"
+ "name": "سجق الدم",
+ "plural_name": "سجق الدم"
},
"dried beef": {
"aliases": [],
"description": "",
- "name": "dried beef",
- "plural_name": "dried beefs"
+ "name": "لحم بقري مجفف",
+ "plural_name": "لحم بقري مجفف"
},
"gammon joint": {
"aliases": [],
"description": "",
- "name": "gammon joint",
- "plural_name": "gammon joints"
+ "name": "كتف جامون",
+ "plural_name": "كتف جامون"
},
"boneless beef short rib": {
"aliases": [],
"description": "",
- "name": "boneless beef short rib",
- "plural_name": "boneless beef short ribs"
+ "name": "ضلع بقري قصير بدون عظم",
+ "plural_name": "أضلاع بقري قصيرة بدون عظم"
},
"country ham": {
"aliases": [],
"description": "",
- "name": "country ham",
- "plural_name": "country hams"
+ "name": "هام ريفي",
+ "plural_name": "هام ريفي"
},
"boneless ham": {
"aliases": [],
"description": "",
- "name": "boneless ham",
- "plural_name": "boneless hams"
+ "name": "هام بدون عظم",
+ "plural_name": "هام بدون عظم"
},
"mortadella": {
"aliases": [],
"description": "",
- "name": "mortadella",
- "plural_name": "mortadellas"
+ "name": "مورتاديلا",
+ "plural_name": "مورتاديلا"
},
"ground bison": {
"aliases": [],
"description": "",
- "name": "ground bison",
- "plural_name": "ground bisons"
+ "name": "لحم بيسون مفروم",
+ "plural_name": "لحم بيسون مفروم"
},
"fresh sausage": {
"aliases": [],
"description": "",
- "name": "fresh sausage",
- "plural_name": "fresh sausages"
+ "name": "سجق طازج",
+ "plural_name": "سجق طازج"
},
"bologna": {
"aliases": [],
"description": "",
- "name": "bologna",
- "plural_name": "bolognas"
+ "name": "بولونيا",
+ "plural_name": "بولونيا"
},
"burger patty": {
"aliases": [],
"description": "",
- "name": "burger patty",
- "plural_name": "burger patties"
+ "name": "قرص برغر",
+ "plural_name": "أقراص برغر"
},
"smoked pork chop": {
"aliases": [],
"description": "",
- "name": "smoked pork chop",
- "plural_name": "smoked pork chops"
+ "name": "شريحة لحم مدخنة",
+ "plural_name": "شرائح لحم مدخنة"
},
"lamb neck": {
"aliases": [],
"description": "",
- "name": "lamb neck",
- "plural_name": "lamb necks"
+ "name": "رقبة خروف",
+ "plural_name": "رقبة خروف"
},
"sausage patty": {
"aliases": [],
"description": "",
- "name": "sausage patty",
- "plural_name": "sausage patties"
+ "name": "قرص سجق",
+ "plural_name": "أقراص سجق"
},
"beef suet": {
"aliases": [],
"description": "",
- "name": "beef suet",
- "plural_name": "beef suets"
+ "name": "شحم بقري",
+ "plural_name": "شحم بقري"
},
"veal roast": {
"aliases": [],
"description": "",
- "name": "veal roast",
- "plural_name": "veal roasts"
+ "name": "روستو لحم عجل",
+ "plural_name": "روستو لحم عجل"
},
"beef shoulder": {
"aliases": [],
"description": "",
- "name": "beef shoulder",
- "plural_name": "beef shoulders"
+ "name": "كتف بقري",
+ "plural_name": "كتف بقري"
},
"steak tip": {
"aliases": [],
"description": "",
- "name": "steak tip",
- "plural_name": "steak tips"
+ "name": "أطراف ستيك",
+ "plural_name": "أطراف ستيك"
},
"veal chop": {
"aliases": [],
"description": "",
- "name": "veal chop",
- "plural_name": "veal chops"
+ "name": "شريحة لحم عجل",
+ "plural_name": "شرائح لحم عجل"
}
}
},
@@ -4353,542 +4353,542 @@
"chicken breast": {
"aliases": [],
"description": "",
- "name": "chicken breast",
- "plural_name": "chicken breasts"
+ "name": "صدر دجاج",
+ "plural_name": "صدور دجاج"
},
"chicken thigh": {
"aliases": [],
"description": "",
- "name": "chicken thigh",
- "plural_name": "chicken thighs"
+ "name": "فخذ دجاج",
+ "plural_name": "أفخاذ دجاج"
},
"cooked chicken": {
"aliases": [],
"description": "",
- "name": "cooked chicken",
- "plural_name": "cooked chickens"
+ "name": "دجاج مطبوخ",
+ "plural_name": "دجاج مطبوخ"
},
"ground turkey": {
"aliases": [],
"description": "",
- "name": "ground turkey",
- "plural_name": "ground turkeys"
+ "name": "لحم ديك رومي مفروم",
+ "plural_name": "لحم ديك رومي مفروم"
},
"whole chicken": {
"aliases": [],
"description": "",
- "name": "whole chicken",
- "plural_name": "whole chickens"
+ "name": "دجاجة كاملة",
+ "plural_name": "دجاج كامل"
},
"whole turkey": {
"aliases": [],
"description": "",
- "name": "whole turkey",
- "plural_name": "whole turkeys"
+ "name": "ديك رومي كامل",
+ "plural_name": "ديك رومي كامل"
},
"chicken leg": {
"aliases": [],
"description": "",
- "name": "chicken leg",
- "plural_name": "chicken legs"
+ "name": "ساق دجاج",
+ "plural_name": "ساق دجاج"
},
"chicken wing": {
"aliases": [],
"description": "",
- "name": "chicken wing",
- "plural_name": "chicken wings"
+ "name": "جناح دجاج",
+ "plural_name": "أجنحة دجاج"
},
"turkey breast": {
"aliases": [],
"description": "",
- "name": "turkey breast",
- "plural_name": "turkey breasts"
+ "name": "صدر ديك رومي",
+ "plural_name": "صدور ديك رومي"
},
"ground chicken": {
"aliases": [],
"description": "",
- "name": "ground chicken",
- "plural_name": "ground chickens"
+ "name": "لحم دجاج مفروم",
+ "plural_name": "لحم دجاج مفروم"
},
"rotisserie chicken": {
"aliases": [],
"description": "",
- "name": "rotisserie chicken",
- "plural_name": "rotisserie chickens"
+ "name": "دجاج مشوي على الفحم",
+ "plural_name": "دجاج مشوي على الفحم"
},
"chicken tender": {
"aliases": [],
"description": "",
- "name": "chicken tender",
- "plural_name": "chicken tenders"
+ "name": "أصابع دجاج",
+ "plural_name": "أصابع دجاج"
},
"turkey sausage": {
"aliases": [],
"description": "",
- "name": "turkey sausage",
- "plural_name": "turkey sausages"
+ "name": "سجق ديك رومي",
+ "plural_name": "سجق ديك رومي"
},
"chicken sausage": {
"aliases": [],
"description": "",
- "name": "chicken sausage",
- "plural_name": "chicken sausages"
+ "name": "سجق دجاج",
+ "plural_name": "سجق دجاج"
},
"turkey bacon": {
"aliases": [],
"description": "",
- "name": "turkey bacon",
- "plural_name": "turkey bacons"
+ "name": "بيكون ديك رومي",
+ "plural_name": "بيكون ديك رومي"
},
"duck": {
"aliases": [],
"description": "",
- "name": "duck",
- "plural_name": "ducks"
+ "name": "بط",
+ "plural_name": "بط"
},
"duck breast": {
"aliases": [],
"description": "",
- "name": "duck breast",
- "plural_name": "duck breasts"
+ "name": "صدر بط",
+ "plural_name": "صدور بط"
},
"boneless chicken": {
"aliases": [],
"description": "",
- "name": "boneless chicken",
- "plural_name": "boneless chickens"
+ "name": "دجاج منزوع العظم",
+ "plural_name": "دجاج منزوع العظم"
},
"chicken liver": {
"aliases": [],
"description": "",
- "name": "chicken liver",
- "plural_name": "chicken livers"
+ "name": "كبد دجاج",
+ "plural_name": "كبد دجاج"
},
"cornish hen": {
"aliases": [],
"description": "",
- "name": "cornish hen",
- "plural_name": "cornish hens"
+ "name": "دجاج كورنيش",
+ "plural_name": "دجاج كورنيش"
},
"deli turkey": {
"aliases": [],
"description": "",
- "name": "deli turkey",
- "plural_name": "deli turkeys"
+ "name": "ديك رومي شرائح",
+ "plural_name": "ديك رومي شرائح"
},
"smoked turkey": {
"aliases": [],
"description": "",
- "name": "smoked turkey",
- "plural_name": "smoked turkeys"
+ "name": "ديك رومي مدخن",
+ "plural_name": "ديك رومي مدخن"
},
"turkey meat": {
"aliases": [],
"description": "",
- "name": "turkey meat",
- "plural_name": "turkey meats"
+ "name": "لحم ديك رومي",
+ "plural_name": "لحم ديك رومي"
},
"chicken quarter": {
"aliases": [],
"description": "",
- "name": "chicken quarter",
- "plural_name": "chicken quarters"
+ "name": "ربع دجاجة",
+ "plural_name": "أرباع دجاج"
},
"ground turkey sausage": {
"aliases": [],
"description": "",
- "name": "ground turkey sausage",
- "plural_name": "ground turkey sausages"
+ "name": "سجق ديك رومي مفروم",
+ "plural_name": "سجق ديك رومي مفروم"
},
"quail": {
"aliases": [],
"description": "",
- "name": "quail",
- "plural_name": "quails"
+ "name": "سمان",
+ "plural_name": "سمان"
},
"smoked turkey sausage": {
"aliases": [],
"description": "",
- "name": "smoked turkey sausage",
- "plural_name": "smoked turkey sausages"
+ "name": "سجق ديك رومي مدخن",
+ "plural_name": "سجق ديك رومي مدخن"
},
"smoked chicken": {
"aliases": [],
"description": "",
- "name": "smoked chicken",
- "plural_name": "smoked chickens"
+ "name": "دجاج مدخن",
+ "plural_name": "دجاج مدخن"
},
"turkey leg": {
"aliases": [],
"description": "",
- "name": "turkey leg",
- "plural_name": "turkey legs"
+ "name": "ساق ديك رومي",
+ "plural_name": "ساق ديك رومي"
},
"pheasant": {
"aliases": [],
"description": "",
- "name": "pheasant",
- "plural_name": "pheasants"
+ "name": "تدرج",
+ "plural_name": "تدرج"
},
"goose": {
"aliases": [],
"description": "",
- "name": "goose",
- "plural_name": "geese"
+ "name": "إوز",
+ "plural_name": "إوز"
},
"turkey pepperoni": {
"aliases": [],
"description": "",
- "name": "turkey pepperoni",
- "plural_name": "turkey pepperonis"
+ "name": "بيبروني ديك رومي",
+ "plural_name": "بيبروني ديك رومي"
},
"turkey ham": {
"aliases": [],
"description": "",
- "name": "turkey ham",
- "plural_name": "turkey hams"
+ "name": "هام ديك رومي",
+ "plural_name": "هام ديك رومي"
},
"turkey thigh": {
"aliases": [],
"description": "",
- "name": "turkey thigh",
- "plural_name": "turkey thighs"
+ "name": "فخذ ديك رومي",
+ "plural_name": "أفخاذ ديك رومي"
},
"chicken bone": {
"aliases": [],
"description": "",
- "name": "chicken bone",
- "plural_name": "chicken bones"
+ "name": "عظم دجاج",
+ "plural_name": "عظام دجاج"
},
"turkey meatball": {
"aliases": [],
"description": "",
- "name": "turkey meatball",
- "plural_name": "turkey meatballs"
+ "name": "كرات لحم ديك رومي",
+ "plural_name": "كرات لحم ديك رومي"
},
"foie gra": {
"aliases": [],
"description": "",
- "name": "foie gra",
- "plural_name": "foie gras"
+ "name": "فوا غرا",
+ "plural_name": "فوا غرا"
},
"chicken giblet": {
"aliases": [],
"description": "",
- "name": "chicken giblet",
- "plural_name": "chicken giblets"
+ "name": "أحشاء دجاج",
+ "plural_name": "أحشاء دجاج"
},
"turkey wing": {
"aliases": [],
"description": "",
- "name": "turkey wing",
- "plural_name": "turkey wings"
+ "name": "جناح ديك رومي",
+ "plural_name": "أجنحة ديك رومي"
},
"turkey giblet": {
"aliases": [],
"description": "",
- "name": "turkey giblet",
- "plural_name": "turkey giblets"
+ "name": "أحشاء ديك رومي",
+ "plural_name": "أحشاء ديك رومي"
},
"turkey neck": {
"aliases": [],
"description": "",
- "name": "turkey neck",
- "plural_name": "turkey necks"
+ "name": "رقبة ديك رومي",
+ "plural_name": "رقبة ديك رومي"
},
"chicken nugget": {
"aliases": [],
"description": "",
- "name": "chicken nugget",
- "plural_name": "chicken nuggets"
+ "name": "ناغت دجاج",
+ "plural_name": "ناغت دجاج"
},
"turkey burger": {
"aliases": [],
"description": "",
- "name": "turkey burger",
- "plural_name": "turkey burgers"
+ "name": "برغر ديك رومي",
+ "plural_name": "برغر ديك رومي"
},
"chicken andouille": {
"aliases": [],
"description": "",
- "name": "chicken andouille",
- "plural_name": "chicken andouilles"
+ "name": "أندوي دجاج",
+ "plural_name": "أندوي دجاج"
},
"chicken gizzard": {
"aliases": [],
"description": "",
- "name": "chicken gizzard",
- "plural_name": "chicken gizzards"
+ "name": "قوانص دجاج",
+ "plural_name": "قوانص دجاج"
},
"smoked turkey leg": {
"aliases": [],
"description": "",
- "name": "smoked turkey leg",
- "plural_name": "smoked turkey legs"
+ "name": "ساق ديك رومي مدخنة",
+ "plural_name": "ساق ديك رومي مدخنة"
},
"chicken italian sausage": {
"aliases": [],
"description": "",
- "name": "chicken italian sausage",
- "plural_name": "chicken italian sausages"
+ "name": "سجق إيطالي دجاج",
+ "plural_name": "سجق إيطالي دجاج"
},
"crispy chicken strip": {
"aliases": [],
"description": "",
- "name": "crispy chicken strip",
- "plural_name": "crispy chicken strips"
+ "name": "أصابع دجاج مقرمشة",
+ "plural_name": "أصابع دجاج مقرمشة"
},
"ostrich": {
"aliases": [],
"description": "",
- "name": "ostrich",
- "plural_name": "ostriches"
+ "name": "نعام",
+ "plural_name": "نعام"
},
"popcorn chicken": {
"aliases": [],
"description": "",
- "name": "popcorn chicken",
- "plural_name": "popcorn chickens"
+ "name": "بوب كورن دجاج",
+ "plural_name": "بوب كورن دجاج"
},
"turkey kielbasa": {
"aliases": [],
"description": "",
- "name": "turkey kielbasa",
- "plural_name": "turkey kielbasas"
+ "name": "كيلباسا ديك رومي",
+ "plural_name": "كيلباسا ديك رومي"
},
"chicken-apple sausage": {
"aliases": [],
"description": "",
- "name": "chicken-apple sausage",
- "plural_name": "chicken-apple sausages"
+ "name": "سجق دجاج بالتفاح",
+ "plural_name": "سجق دجاج بالتفاح"
},
"chicken foot": {
"aliases": [],
"description": "",
- "name": "chicken foot",
- "plural_name": "chicken feet"
+ "name": "قدم دجاج",
+ "plural_name": "أقدام دجاج"
},
"pulled chicken": {
"aliases": [],
"description": "",
- "name": "pulled chicken",
- "plural_name": "pulled chickens"
+ "name": "دجاج مسحوب",
+ "plural_name": "دجاج مسحوب"
},
"deli chicken": {
"aliases": [],
"description": "",
- "name": "deli chicken",
- "plural_name": "deli chickens"
+ "name": "دجاج شرائح",
+ "plural_name": "دجاج شرائح"
},
"smoked duck breast": {
"aliases": [],
"description": "",
- "name": "smoked duck breast",
- "plural_name": "smoked duck breasts"
+ "name": "صدر بط مدخن",
+ "plural_name": "صدور بط مدخنة"
},
"pigeon": {
"aliases": [],
"description": "",
- "name": "pigeon",
- "plural_name": "pigeons"
+ "name": "حمام",
+ "plural_name": "حمام"
},
"wild game bird": {
"aliases": [],
"description": "",
- "name": "wild game bird",
- "plural_name": "wild game birds"
+ "name": "طيور برية",
+ "plural_name": "طيور برية"
},
"turkey liver": {
"aliases": [],
"description": "",
- "name": "turkey liver",
- "plural_name": "turkey livers"
+ "name": "كبد ديك رومي",
+ "plural_name": "كبد ديك رومي"
},
"chicken neck": {
"aliases": [],
"description": "",
- "name": "chicken neck",
- "plural_name": "chicken necks"
+ "name": "رقبة دجاج",
+ "plural_name": "رقبة دجاج"
},
"duck confit": {
"aliases": [],
"description": "",
- "name": "duck confit",
- "plural_name": "duck confits"
+ "name": "كونفي بط",
+ "plural_name": "كونفي بط"
},
"roast duck": {
"aliases": [],
"description": "",
- "name": "roast duck",
- "plural_name": "roast ducks"
+ "name": "بط محمص",
+ "plural_name": "بط محمص"
},
"chicken meatball": {
"aliases": [],
"description": "",
- "name": "chicken meatball",
- "plural_name": "chicken meatballs"
+ "name": "كرات لحم دجاج",
+ "plural_name": "كرات لحم دجاج"
},
"duck liver": {
"aliases": [],
"description": "",
- "name": "duck liver",
- "plural_name": "duck livers"
+ "name": "كبد بط",
+ "plural_name": "كبد بط"
},
"guinea fowl": {
"aliases": [],
"description": "",
- "name": "guinea fowl",
- "plural_name": "guinea fowls"
+ "name": "دجاج غيني",
+ "plural_name": "دجاج غيني"
},
"smoked turkey wing": {
"aliases": [],
"description": "",
- "name": "smoked turkey wing",
- "plural_name": "smoked turkey wings"
+ "name": "جناح ديك رومي مدخن",
+ "plural_name": "أجنحة ديك رومي مدخنة"
},
"chicken curry-cut": {
"aliases": [],
"description": "",
- "name": "chicken curry-cut",
- "plural_name": "chicken curry-cuts"
+ "name": "دجاج مقطع للكاري",
+ "plural_name": "دجاج مقطع للكاري"
},
"chicken schnitzel": {
"aliases": [],
"description": "",
- "name": "chicken schnitzel",
- "plural_name": "chicken schnitzels"
+ "name": "شنيتزل دجاج",
+ "plural_name": "شنيتزل دجاج"
},
"grouse": {
"aliases": [],
"description": "",
- "name": "grouse",
- "plural_name": "grouses"
+ "name": "طيهوج",
+ "plural_name": "طيهوج"
},
"chicken roast": {
"aliases": [],
"description": "",
- "name": "chicken roast",
- "plural_name": "chicken roasts"
+ "name": "دجاج مشوي",
+ "plural_name": "دجاج مشوي"
},
"goose liver": {
"aliases": [],
"description": "",
- "name": "goose liver",
- "plural_name": "goose livers"
+ "name": "كبد إوز",
+ "plural_name": "كبد إوز"
},
"turkey bone": {
"aliases": [],
"description": "",
- "name": "turkey bone",
- "plural_name": "turkey bones"
+ "name": "عظم ديك رومي",
+ "plural_name": "عظام ديك رومي"
},
"turkey lunch meat": {
"aliases": [],
"description": "",
- "name": "turkey lunch meat",
- "plural_name": "turkey lunch meats"
+ "name": "لحم غداء ديك رومي",
+ "plural_name": "لحم غداء ديك رومي"
},
"turkey roast": {
"aliases": [],
"description": "",
- "name": "turkey roast",
- "plural_name": "turkey roasts"
+ "name": "ديك رومي مشوي",
+ "plural_name": "ديك رومي مشوي"
},
"capon": {
"aliases": [],
"description": "",
- "name": "capon",
- "plural_name": "capons"
+ "name": "دجاج مخصي",
+ "plural_name": "دجاج مخصي"
},
"smoked turkey bacon": {
"aliases": [],
"description": "",
- "name": "smoked turkey bacon",
- "plural_name": "smoked turkey bacons"
+ "name": "بيكون ديك رومي مدخن",
+ "plural_name": "بيكون ديك رومي مدخن"
},
"chicken bacon": {
"aliases": [],
"description": "",
- "name": "chicken bacon",
- "plural_name": "chicken bacons"
+ "name": "بيكون دجاج",
+ "plural_name": "بيكون دجاج"
},
"turkey rissole": {
"aliases": [],
"description": "",
- "name": "turkey rissole",
- "plural_name": "turkey rissoles"
+ "name": "ريصول ديك رومي",
+ "plural_name": "ريصول ديك رومي"
},
"chicken kebab": {
"aliases": [],
"description": "",
- "name": "chicken kebab",
- "plural_name": "chicken kebabs"
+ "name": "كباب دجاج",
+ "plural_name": "كباب دجاج"
},
"chicken ham": {
"aliases": [],
"description": "",
- "name": "chicken ham",
- "plural_name": "chicken hams"
+ "name": "هام دجاج",
+ "plural_name": "هام دجاج"
},
"duck neck": {
"aliases": [],
"description": "",
- "name": "duck neck",
- "plural_name": "duck necks"
+ "name": "رقبة بط",
+ "plural_name": "رقبة بط"
},
"chicken chorizo": {
"aliases": [],
"description": "",
- "name": "chicken chorizo",
- "plural_name": "chicken chorizoes"
+ "name": "كوريزو دجاج",
+ "plural_name": "كوريزو دجاج"
},
"chicken frame": {
"aliases": [],
"description": "",
- "name": "chicken frame",
- "plural_name": "chicken frames"
+ "name": "هيكل دجاج",
+ "plural_name": "هياكل دجاج"
},
"duck bacon": {
"aliases": [],
"description": "",
- "name": "duck bacon",
- "plural_name": "duck bacons"
+ "name": "بيكون بط",
+ "plural_name": "بيكون بط"
},
"pulled turkey": {
"aliases": [],
"description": "",
- "name": "pulled turkey",
- "plural_name": "pulled turkeys"
+ "name": "ديك رومي مسحوب",
+ "plural_name": "ديك رومي مسحوب"
},
"chicken gyro": {
"aliases": [],
"description": "",
- "name": "chicken gyro",
- "plural_name": "chicken gyros"
+ "name": "جيروس دجاج",
+ "plural_name": "جيروس دجاج"
},
"chicken patty": {
"aliases": [],
"description": "",
- "name": "chicken patty",
- "plural_name": "chicken patties"
+ "name": "قرص دجاج",
+ "plural_name": "أقراص دجاج"
},
"chicken rib": {
"aliases": [],
"description": "",
- "name": "chicken rib",
- "plural_name": "chicken ribs"
+ "name": "ضلع دجاج",
+ "plural_name": "أضلاع دجاج"
},
"turkey tail": {
"aliases": [],
"description": "",
- "name": "turkey tail",
- "plural_name": "turkey tails"
+ "name": "ذيل ديك رومي",
+ "plural_name": "ذيل ديك رومي"
},
"chicken milanesa": {
"aliases": [],
"description": "",
- "name": "chicken milanesa",
- "plural_name": "chicken milanesas"
+ "name": "ميلانيزا دجاج",
+ "plural_name": "ميلانيزا دجاج"
}
}
},
@@ -4897,602 +4897,602 @@
"salmon": {
"aliases": [],
"description": "",
- "name": "salmon",
- "plural_name": "salmon"
+ "name": "سلمون",
+ "plural_name": "سلمون"
},
"smoked salmon": {
"aliases": [],
"description": "",
- "name": "smoked salmon",
- "plural_name": "smoked salmon"
+ "name": "سلمون مدخن",
+ "plural_name": "سلمون مدخن"
},
"cod": {
"aliases": [],
"description": "",
- "name": "cod",
- "plural_name": "cod"
+ "name": "قد",
+ "plural_name": "قد"
},
"tilapia": {
"aliases": [],
"description": "",
- "name": "tilapia",
- "plural_name": "tilapias"
+ "name": "بلطي",
+ "plural_name": "بلطي"
},
"tuna steak": {
"aliases": [],
"description": "",
- "name": "tuna steak",
- "plural_name": "tuna steaks"
+ "name": "ستيك تونة",
+ "plural_name": "ستيك تونة"
},
"whitefish": {
"aliases": [],
"description": "",
- "name": "whitefish",
- "plural_name": "whitefish"
+ "name": "سمك أبيض",
+ "plural_name": "سمك أبيض"
},
"halibut": {
"aliases": [],
"description": "",
- "name": "halibut",
- "plural_name": "halibuts"
+ "name": "هلبوت",
+ "plural_name": "هلبوت"
},
"red snapper": {
"aliases": [],
"description": "",
- "name": "red snapper",
- "plural_name": "red snappers"
+ "name": "نهاش أحمر",
+ "plural_name": "نهاش أحمر"
},
"sea bas": {
"aliases": [],
"description": "",
- "name": "sea bas",
- "plural_name": "sea bass"
+ "name": "قاروس",
+ "plural_name": "قاروس"
},
"fish fillet": {
"aliases": [],
"description": "",
- "name": "fish fillet",
- "plural_name": "fish fillets"
+ "name": "فيليه سمك",
+ "plural_name": "فيليه سمك"
},
"trout": {
"aliases": [],
"description": "",
- "name": "trout",
- "plural_name": "trout"
+ "name": "سلمون مرقط",
+ "plural_name": "سلمون مرقط"
},
"catfish": {
"aliases": [],
"description": "",
- "name": "catfish",
- "plural_name": "catfishes"
+ "name": "سمك السلور",
+ "plural_name": "سمك السلور"
},
"surimi": {
"aliases": [],
"description": "",
- "name": "surimi",
- "plural_name": "surimis"
+ "name": "سوريمي",
+ "plural_name": "سوريمي"
},
"swordfish": {
"aliases": [],
"description": "",
- "name": "swordfish",
- "plural_name": "swordfish"
+ "name": "سمك السيف",
+ "plural_name": "سمك السيف"
},
"sardine": {
"aliases": [],
"description": "",
- "name": "sardine",
- "plural_name": "sardines"
+ "name": "سردين",
+ "plural_name": "سردين"
},
"sole": {
"aliases": [],
"description": "",
- "name": "sole",
- "plural_name": "soles"
+ "name": "سمك موسى",
+ "plural_name": "سمك موسى"
},
"mahi mahi": {
"aliases": [],
"description": "",
- "name": "mahi mahi",
- "plural_name": "mahi mahis"
+ "name": "ماهي ماهي",
+ "plural_name": "ماهي ماهي"
},
"mackerel": {
"aliases": [],
"description": "",
- "name": "mackerel",
- "plural_name": "mackerel"
+ "name": "إسقمري",
+ "plural_name": "إسقمري"
},
"smoked trout": {
"aliases": [],
"description": "",
- "name": "smoked trout",
- "plural_name": "smoked trout"
+ "name": "سلمون مرقط مدخن",
+ "plural_name": "سلمون مرقط مدخن"
},
"caviar": {
"aliases": [],
"description": "",
- "name": "caviar",
- "plural_name": "caviars"
+ "name": "كافيار",
+ "plural_name": "كافيار"
},
"haddock": {
"aliases": [],
"description": "",
- "name": "haddock",
- "plural_name": "haddocks"
+ "name": "حدوق",
+ "plural_name": "حدوق"
},
"monkfish": {
"aliases": [],
"description": "",
- "name": "monkfish",
- "plural_name": "monkfish"
+ "name": "سمك الراهب",
+ "plural_name": "سمك الراهب"
},
"smoked haddock": {
"aliases": [],
"description": "",
- "name": "smoked haddock",
- "plural_name": "smoked haddocks"
+ "name": "حدوق مدخن",
+ "plural_name": "حدوق مدخن"
},
"flounder": {
"aliases": [],
"description": "",
- "name": "flounder",
- "plural_name": "flounder"
+ "name": "سمك مفلطح",
+ "plural_name": "سمك مفلطح"
},
"perch": {
"aliases": [],
"description": "",
- "name": "perch",
- "plural_name": "perches"
+ "name": "فرخ",
+ "plural_name": "فرخ"
},
"hake": {
"aliases": [],
"description": "",
- "name": "hake",
- "plural_name": "hakes"
+ "name": "هيك",
+ "plural_name": "هيك"
},
"pollock": {
"aliases": [],
"description": "",
- "name": "pollock",
- "plural_name": "pollocks"
+ "name": "بولوك",
+ "plural_name": "بولوك"
},
"salt cod": {
"aliases": [],
"description": "",
- "name": "salt cod",
- "plural_name": "salt cod"
+ "name": "قد مملح",
+ "plural_name": "قد مملح"
},
"smoked mackerel": {
"aliases": [],
"description": "",
- "name": "smoked mackerel",
- "plural_name": "smoked mackerel"
+ "name": "إسقمري مدخن",
+ "plural_name": "إسقمري مدخن"
},
"sea bream": {
"aliases": [],
"description": "",
- "name": "sea bream",
- "plural_name": "sea bream"
+ "name": "دنيس",
+ "plural_name": "دنيس"
},
"rainbow trout": {
"aliases": [],
"description": "",
- "name": "rainbow trout",
- "plural_name": "rainbow trout"
+ "name": "سلمون مرقط قوس قزح",
+ "plural_name": "سلمون مرقط قوس قزح"
},
"carp": {
"aliases": [],
"description": "",
- "name": "carp",
- "plural_name": "carp"
+ "name": "شبوط",
+ "plural_name": "شبوط"
},
"cuttlefish": {
"aliases": [],
"description": "",
- "name": "cuttlefish",
- "plural_name": "cuttlefish"
+ "name": "حبار",
+ "plural_name": "حبار"
},
"grouper": {
"aliases": [],
"description": "",
- "name": "grouper",
- "plural_name": "groupers"
+ "name": "هامور",
+ "plural_name": "هامور"
},
"herring": {
"aliases": [],
"description": "",
- "name": "herring",
- "plural_name": "herrings"
+ "name": "رنجة",
+ "plural_name": "رنجة"
},
"salmon roe": {
"aliases": [],
"description": "",
- "name": "salmon roe",
- "plural_name": "salmon roes"
+ "name": "بطارخ سلمون",
+ "plural_name": "بطارخ سلمون"
},
"steelhead trout": {
"aliases": [],
"description": "",
- "name": "steelhead trout",
- "plural_name": "steelhead trout"
+ "name": "سلمون ستيلهيد",
+ "plural_name": "سلمون ستيلهيد"
},
"roe": {
"aliases": [],
"description": "",
- "name": "roe",
- "plural_name": "roes"
+ "name": "بطارخ",
+ "plural_name": "بطارخ"
},
"barramundi": {
"aliases": [],
"description": "",
- "name": "barramundi",
- "plural_name": "barramundis"
+ "name": "باراموندي",
+ "plural_name": "باراموندي"
},
"black cod": {
"aliases": [],
"description": "",
- "name": "black cod",
- "plural_name": "black cod"
+ "name": "قد أسود",
+ "plural_name": "قد أسود"
},
"kingfish": {
"aliases": [],
"description": "",
- "name": "kingfish",
- "plural_name": "kingfish"
+ "name": "سمك الملك",
+ "plural_name": "سمك الملك"
},
"orange roughy": {
"aliases": [],
"description": "",
- "name": "orange roughy",
- "plural_name": "orange roughies"
+ "name": "أورانج روفي",
+ "plural_name": "أورانج روفي"
},
"turbot": {
"aliases": [],
"description": "",
- "name": "turbot",
- "plural_name": "turbots"
+ "name": "سمك التربوت",
+ "plural_name": "سمك التربوت"
},
"bangús": {
"aliases": [],
"description": "",
- "name": "bangús",
- "plural_name": "bangús"
+ "name": "بانغوس",
+ "plural_name": "بانغوس"
},
"rockfish": {
"aliases": [],
"description": "",
- "name": "rockfish",
- "plural_name": "rockfish"
+ "name": "سمك الصخرة",
+ "plural_name": "سمك الصخرة"
},
"branzino": {
"aliases": [],
"description": "",
- "name": "branzino",
- "plural_name": "branzinoes"
+ "name": "برانزينو",
+ "plural_name": "برانزينو"
},
"pomfret": {
"aliases": [],
"description": "",
- "name": "pomfret",
- "plural_name": "pomfrets"
+ "name": "بومفريت",
+ "plural_name": "بومفريت"
},
"eel": {
"aliases": [],
"description": "",
- "name": "eel",
- "plural_name": "eels"
+ "name": "أنقليس",
+ "plural_name": "أنقليس"
},
"dried anchovy": {
"aliases": [],
"description": "",
- "name": "dried anchovy",
- "plural_name": "dried anchovies"
+ "name": "أنشوجة مجففة",
+ "plural_name": "أنشوجة مجففة"
},
"arctic char": {
"aliases": [],
"description": "",
- "name": "arctic char",
- "plural_name": "arctic chars"
+ "name": "شار قطبي",
+ "plural_name": "شار قطبي"
},
"fresh anchovy": {
"aliases": [],
"description": "",
- "name": "fresh anchovy",
- "plural_name": "fresh anchovies"
+ "name": "أنشوجة طازجة",
+ "plural_name": "أنشوجة طازجة"
},
"lemon sole": {
"aliases": [],
"description": "",
- "name": "lemon sole",
- "plural_name": "lemon soles"
+ "name": "موسى ليموني",
+ "plural_name": "موسى ليموني"
},
"yellowtail": {
"aliases": [],
"description": "",
- "name": "yellowtail",
- "plural_name": "yellowtails"
+ "name": "ذيل أصفر",
+ "plural_name": "ذيل أصفر"
},
"battered fish": {
"aliases": [],
"description": "",
- "name": "battered fish",
- "plural_name": "battered fish"
+ "name": "سمك مقلي بالخليط",
+ "plural_name": "سمك مقلي بالخليط"
},
"pike": {
"aliases": [],
"description": "",
- "name": "pike",
- "plural_name": "pikes"
+ "name": "رماح",
+ "plural_name": "رماح"
},
"pickled herring": {
"aliases": [],
"description": "",
- "name": "pickled herring",
- "plural_name": "pickled herrings"
+ "name": "رنجة مخللة",
+ "plural_name": "رنجة مخللة"
},
"john dory": {
"aliases": [],
"description": "",
- "name": "john dory",
- "plural_name": "john dories"
+ "name": "جون دوري",
+ "plural_name": "جون دوري"
},
"swai fish": {
"aliases": [],
"description": "",
- "name": "swai fish",
- "plural_name": "swai fish"
+ "name": "سواي",
+ "plural_name": "سواي"
},
"walleye": {
"aliases": [],
"description": "",
- "name": "walleye",
- "plural_name": "walleyes"
+ "name": "والاي",
+ "plural_name": "والاي"
},
"fresh mackerel": {
"aliases": [],
"description": "",
- "name": "fresh mackerel",
- "plural_name": "fresh mackerel"
+ "name": "إسقمري طازج",
+ "plural_name": "إسقمري طازج"
},
"salmon trout": {
"aliases": [],
"description": "",
- "name": "salmon trout",
- "plural_name": "salmon trout"
+ "name": "سلمون مرقط",
+ "plural_name": "سلمون مرقط"
},
"basa fish": {
"aliases": [],
"description": "",
- "name": "basa fish",
- "plural_name": "basa fish"
+ "name": "باسا",
+ "plural_name": "باسا"
},
"smoked eel": {
"aliases": [],
"description": "",
- "name": "smoked eel",
- "plural_name": "smoked eels"
+ "name": "أنقليس مدخن",
+ "plural_name": "أنقليس مدخن"
},
"fish ball": {
"aliases": [],
"description": "",
- "name": "fish ball",
- "plural_name": "fish balls"
+ "name": "كرات سمك",
+ "plural_name": "كرات سمك"
},
"sturgeon": {
"aliases": [],
"description": "",
- "name": "sturgeon",
- "plural_name": "sturgeons"
+ "name": "سمك الحفش",
+ "plural_name": "سمك الحفش"
},
"bluefish": {
"aliases": [],
"description": "",
- "name": "bluefish",
- "plural_name": "bluefish"
+ "name": "سمك أزرق",
+ "plural_name": "سمك أزرق"
},
"red mullet": {
"aliases": [],
"description": "",
- "name": "red mullet",
- "plural_name": "red mullets"
+ "name": "بوري أحمر",
+ "plural_name": "بوري أحمر"
},
"gurnard": {
"aliases": [],
"description": "",
- "name": "gurnard",
- "plural_name": "gurnards"
+ "name": "قرنوص",
+ "plural_name": "قرنوص"
},
"plaice": {
"aliases": [],
"description": "",
- "name": "plaice",
- "plural_name": "plaices"
+ "name": "بلاس",
+ "plural_name": "بلاس"
},
"pompano": {
"aliases": [],
"description": "",
- "name": "pompano",
- "plural_name": "pompanoes"
+ "name": "بومبانو",
+ "plural_name": "بومبانو"
},
"smoked fish": {
"aliases": [],
"description": "",
- "name": "smoked fish",
- "plural_name": "smoked fish"
+ "name": "سمك مدخن",
+ "plural_name": "سمك مدخن"
},
"fish head": {
"aliases": [],
"description": "",
- "name": "fish head",
- "plural_name": "fish heads"
+ "name": "رأس سمك",
+ "plural_name": "رأس سمك"
},
"rohu fish": {
"aliases": [],
"description": "",
- "name": "rohu fish",
- "plural_name": "rohu fish"
+ "name": "روهو",
+ "plural_name": "روهو"
},
"dried fish": {
"aliases": [],
"description": "",
- "name": "dried fish",
- "plural_name": "dried fish"
+ "name": "سمك مجفف",
+ "plural_name": "سمك مجفف"
},
"flathead": {
"aliases": [],
"description": "",
- "name": "flathead",
- "plural_name": "flatheads"
+ "name": "سمك مسطح الرأس",
+ "plural_name": "سمك مسطح الرأس"
},
"fish cake": {
"aliases": [],
"description": "",
- "name": "fish cake",
- "plural_name": "fish cakes"
+ "name": "كعكة سمك",
+ "plural_name": "كعكة سمك"
},
"salt fish": {
"aliases": [],
"description": "",
- "name": "salt fish",
- "plural_name": "salt fish"
+ "name": "سمك مملح",
+ "plural_name": "سمك مملح"
},
"smoked herring": {
"aliases": [],
"description": "",
- "name": "smoked herring",
- "plural_name": "smoked herrings"
+ "name": "رنجة مدخنة",
+ "plural_name": "رنجة مدخنة"
},
"whiting": {
"aliases": [],
"description": "",
- "name": "whiting",
- "plural_name": "whiting"
+ "name": "سمك الوتينغ",
+ "plural_name": "سمك الوتينغ"
},
"salmon burger meat": {
"aliases": [],
"description": "",
- "name": "salmon burger meat",
- "plural_name": "salmon burger meats"
+ "name": "لحم برغر سلمون",
+ "plural_name": "لحم برغر سلمون"
},
"shark meat": {
"aliases": [],
"description": "",
- "name": "shark meat",
- "plural_name": "shark meats"
+ "name": "لحم قرش",
+ "plural_name": "لحم قرش"
},
"garoupa": {
"aliases": [],
"description": "",
- "name": "garoupa",
- "plural_name": "garoupas"
+ "name": "هامور",
+ "plural_name": "هامور"
},
"gilt-head bream": {
"aliases": [],
"description": "",
- "name": "gilt-head bream",
- "plural_name": "gilt-head bream"
+ "name": "دنيس",
+ "plural_name": "دنيس"
},
"pangasius": {
"aliases": [],
"description": "",
- "name": "pangasius",
- "plural_name": "pangasius"
+ "name": "بانغاسيوس",
+ "plural_name": "بانغاسيوس"
},
"salt herring": {
"aliases": [],
"description": "",
- "name": "salt herring",
- "plural_name": "salt herrings"
+ "name": "رنجة مملحة",
+ "plural_name": "رنجة مملحة"
},
"soused herring": {
"aliases": [],
"description": "",
- "name": "soused herring",
- "plural_name": "soused herrings"
+ "name": "رنجة منقوعة",
+ "plural_name": "رنجة منقوعة"
},
"tinapa": {
"aliases": [],
"description": "",
- "name": "tinapa",
- "plural_name": "tinapas"
+ "name": "تينابا",
+ "plural_name": "تينابا"
},
"zander": {
"aliases": [],
"description": "",
- "name": "zander",
- "plural_name": "zanders"
+ "name": "زاندر",
+ "plural_name": "زاندر"
},
"amberjack": {
"aliases": [],
"description": "",
- "name": "amberjack",
- "plural_name": "amberjacks"
+ "name": "أمبيرجاك",
+ "plural_name": "أمبيرجاك"
},
"korean fish cake": {
"aliases": [],
"description": "",
- "name": "korean fish cake",
- "plural_name": "korean fish cakes"
+ "name": "كعكة سمك كورية",
+ "plural_name": "كعكة سمك كورية"
},
"mullet": {
"aliases": [],
"description": "",
- "name": "mullet",
- "plural_name": "mullets"
+ "name": "بوري",
+ "plural_name": "بوري"
},
"skipjack tuna": {
"aliases": [],
"description": "",
- "name": "skipjack tuna",
- "plural_name": "skipjack tuna"
+ "name": "تونة سكيبجاك",
+ "plural_name": "تونة سكيبجاك"
},
"bottarga": {
"aliases": [],
"description": "",
- "name": "bottarga",
- "plural_name": "bottargas"
+ "name": "بوتارجا",
+ "plural_name": "بوتارجا"
},
"dried baby sardine": {
"aliases": [],
"description": "",
- "name": "dried baby sardine",
- "plural_name": "dried baby sardines"
+ "name": "سردين صغير مجفف",
+ "plural_name": "سردين صغير مجفف"
},
"marlin": {
"aliases": [],
"description": "",
- "name": "marlin",
- "plural_name": "marlins"
+ "name": "مارلين",
+ "plural_name": "مارلين"
},
"threadfin": {
"aliases": [],
"description": "",
- "name": "threadfin",
- "plural_name": "threadfins"
+ "name": "سمك الخيط",
+ "plural_name": "سمك الخيط"
},
"tiny fish": {
"aliases": [],
"description": "",
- "name": "tiny fish",
- "plural_name": "tiny fish"
+ "name": "سمك صغير جدا",
+ "plural_name": "سمك صغير جدا"
},
"tuna belly": {
"aliases": [],
"description": "",
- "name": "tuna belly",
- "plural_name": "tuna bellies"
+ "name": "بطن تونة",
+ "plural_name": "بطن تونة"
},
"beluga caviar": {
"aliases": [],
"description": "",
- "name": "beluga caviar",
- "plural_name": "beluga caviars"
+ "name": "كافيار بيلوغا",
+ "plural_name": "كافيار بيلوغا"
},
"bombay duck": {
"aliases": [],
"description": "",
- "name": "bombay duck",
- "plural_name": "bombay ducks"
+ "name": "بومباي داك",
+ "plural_name": "بومباي داك"
}
}
},
@@ -5501,314 +5501,314 @@
"shrimp": {
"aliases": [],
"description": "",
- "name": "shrimp",
- "plural_name": "shrimps"
+ "name": "روبيان",
+ "plural_name": "روبيان"
},
"octopuse": {
"aliases": [],
"description": "",
- "name": "octopuse",
- "plural_name": "octopi"
+ "name": "أخطبوط",
+ "plural_name": "أخطبوط"
},
"prawn": {
"aliases": [],
"description": "",
- "name": "prawn",
- "plural_name": "prawns"
+ "name": "قريدس",
+ "plural_name": "قريدس"
},
"crab": {
"aliases": [],
"description": "",
- "name": "crab",
- "plural_name": "crabs"
+ "name": "سلطعون",
+ "plural_name": "سلطعون"
},
"scallop": {
"aliases": [],
"description": "",
- "name": "scallop",
- "plural_name": "scallops"
+ "name": "إسكالوب",
+ "plural_name": "إسكالوب"
},
"mussel": {
"aliases": [],
"description": "",
- "name": "mussel",
- "plural_name": "mussels"
+ "name": "بلح البحر",
+ "plural_name": "بلح البحر"
},
"clam": {
"aliases": [],
"description": "",
- "name": "clam",
- "plural_name": "clams"
+ "name": "محار",
+ "plural_name": "محار"
},
"squid": {
"aliases": [],
"description": "",
- "name": "squid",
- "plural_name": "squids"
+ "name": "حبار",
+ "plural_name": "حبار"
},
"nori": {
"aliases": [],
"description": "",
- "name": "nori",
- "plural_name": "noris"
+ "name": "نوري",
+ "plural_name": "نوري"
},
"lobster": {
"aliases": [],
"description": "",
- "name": "lobster",
- "plural_name": "lobsters"
+ "name": "استاكوزا",
+ "plural_name": "استاكوزا"
},
"oyster": {
"aliases": [],
"description": "",
- "name": "oyster",
- "plural_name": "oysters"
+ "name": "محار",
+ "plural_name": "محار"
},
"lobster tail": {
"aliases": [],
"description": "",
- "name": "lobster tail",
- "plural_name": "lobster tails"
+ "name": "ذيل استاكوزا",
+ "plural_name": "ذيل استاكوزا"
},
"crawfish": {
"aliases": [],
"description": "",
- "name": "crawfish",
- "plural_name": "crawfish"
+ "name": "جراد البحر",
+ "plural_name": "جراد البحر"
},
"octopus": {
"aliases": [],
"description": "",
- "name": "octopus",
- "plural_name": "octopi"
+ "name": "أخطبوط",
+ "plural_name": "أخطبوط"
},
"kombu": {
"aliases": [],
"description": "",
- "name": "kombu",
- "plural_name": "kombu"
+ "name": "كومبو",
+ "plural_name": "كومبو"
},
"dried shrimp": {
"aliases": [],
"description": "",
- "name": "dried shrimp",
- "plural_name": "dried shrimps"
+ "name": "روبيان مجفف",
+ "plural_name": "روبيان مجفف"
},
"bay scallop": {
"aliases": [],
"description": "",
- "name": "bay scallop",
- "plural_name": "bay scallops"
+ "name": "إسكالوب الخليج",
+ "plural_name": "إسكالوب الخليج"
},
"wakame": {
"aliases": [],
"description": "",
- "name": "wakame",
- "plural_name": "wakames"
+ "name": "واكامي",
+ "plural_name": "واكامي"
},
"soft-shell crab": {
"aliases": [],
"description": "",
- "name": "soft-shell crab",
- "plural_name": "soft-shell crabs"
+ "name": "سلطعون طري القشرة",
+ "plural_name": "سلطعون طري القشرة"
},
"scampi": {
"aliases": [],
"description": "",
- "name": "scampi",
- "plural_name": "scampis"
+ "name": "سكامبي",
+ "plural_name": "سكامبي"
},
"king crab": {
"aliases": [],
"description": "",
- "name": "king crab",
- "plural_name": "king crabs"
+ "name": "سلطعون الملك",
+ "plural_name": "سلطعون الملك"
},
"mixed seafood": {
"aliases": [],
"description": "",
- "name": "mixed seafood",
- "plural_name": "mixed seafoods"
+ "name": "مأكولات بحرية مشكلة",
+ "plural_name": "مأكولات بحرية مشكلة"
},
"baby squid": {
"aliases": [],
"description": "",
- "name": "baby squid",
- "plural_name": "baby squids"
+ "name": "حبار صغير",
+ "plural_name": "حبار صغير"
},
"squid ink": {
"aliases": [],
"description": "",
- "name": "squid ink",
- "plural_name": "squid inks"
+ "name": "حبر الحبار",
+ "plural_name": "حبر الحبار"
},
"dried prawn": {
"aliases": [],
"description": "",
- "name": "dried prawn",
- "plural_name": "dried prawns"
+ "name": "قريدس مجفف",
+ "plural_name": "قريدس مجفف"
},
"dulse seaweed": {
"aliases": [],
"description": "",
- "name": "dulse seaweed",
- "plural_name": "dulse seaweeds"
+ "name": "أعشاب دولس البحرية",
+ "plural_name": "أعشاب دولس البحرية"
},
"roasted seaweed": {
"aliases": [],
"description": "",
- "name": "roasted seaweed",
- "plural_name": "roasted seaweeds"
+ "name": "أعشاب بحرية محمصة",
+ "plural_name": "أعشاب بحرية محمصة"
},
"smoked oyster": {
"aliases": [],
"description": "",
- "name": "smoked oyster",
- "plural_name": "smoked oysters"
+ "name": "محار مدخن",
+ "plural_name": "محار مدخن"
},
"kelp": {
"aliases": [],
"description": "",
- "name": "kelp",
- "plural_name": "kelps"
+ "name": "عشب البحر",
+ "plural_name": "عشب البحر"
},
"kizami nori": {
"aliases": [],
"description": "",
- "name": "kizami nori",
- "plural_name": "kizami noris"
+ "name": "كيزامي نوري",
+ "plural_name": "كيزامي نوري"
},
"hijiki": {
"aliases": [],
"description": "",
- "name": "hijiki",
- "plural_name": "hijikis"
+ "name": "هيجيكي",
+ "plural_name": "هيجيكي"
},
"salted shrimp": {
"aliases": [],
"description": "",
- "name": "salted shrimp",
- "plural_name": "salted shrimps"
+ "name": "روبيان مملح",
+ "plural_name": "روبيان مملح"
},
"yaki-nori": {
"aliases": [],
"description": "",
- "name": "yaki-nori",
- "plural_name": "yaki-noris"
+ "name": "ياكي-نوري",
+ "plural_name": "ياكي-نوري"
},
"conch": {
"aliases": [],
"description": "",
- "name": "conch",
- "plural_name": "conches"
+ "name": "صّدفة",
+ "plural_name": "صّدفة"
},
"arame": {
"aliases": [],
"description": "",
- "name": "arame",
- "plural_name": "arames"
+ "name": "أرامي",
+ "plural_name": "أرامي"
},
"calamari steak": {
"aliases": [],
"description": "",
- "name": "calamari steak",
- "plural_name": "calamari steaks"
+ "name": "ستيك كالاماري",
+ "plural_name": "ستيك كالاماري"
},
"mud crab": {
"aliases": [],
"description": "",
- "name": "mud crab",
- "plural_name": "mud crabs"
+ "name": "سلطعون الطين",
+ "plural_name": "سلطعون الطين"
},
"sea urchin": {
"aliases": [],
"description": "",
- "name": "sea urchin",
- "plural_name": "sea urchins"
+ "name": "قنفذ البحر",
+ "plural_name": "قنفذ البحر"
},
"abalone": {
"aliases": [],
"description": "",
- "name": "abalone",
- "plural_name": "abalones"
+ "name": "أذن البحر",
+ "plural_name": "أذن البحر"
},
"seaweed salad": {
"aliases": [],
"description": "",
- "name": "seaweed salad",
- "plural_name": "seaweed salads"
+ "name": "سلطة أعشاب بحرية",
+ "plural_name": "سلطة أعشاب بحرية"
},
"dulse": {
"aliases": [],
"description": "",
- "name": "dulse",
- "plural_name": "dulses"
+ "name": "دولس",
+ "plural_name": "دولس"
},
"smoked mussel": {
"aliases": [],
"description": "",
- "name": "smoked mussel",
- "plural_name": "smoked mussels"
+ "name": "بلح البحر مدخن",
+ "plural_name": "بلح البحر مدخن"
},
"sea snail": {
"aliases": [],
"description": "",
- "name": "sea snail",
- "plural_name": "sea snails"
+ "name": "حلزون البحر",
+ "plural_name": "حلزون البحر"
},
"aonori": {
"aliases": [],
"description": "",
- "name": "aonori",
- "plural_name": "aonoris"
+ "name": "أونوري",
+ "plural_name": "أونوري"
},
"prepared crab cake": {
"aliases": [],
"description": "",
- "name": "prepared crab cake",
- "plural_name": "prepared crab cakes"
+ "name": "كعكة سلطعون جاهزة",
+ "plural_name": "كعكة سلطعون جاهزة"
},
"sea lettuce": {
"aliases": [],
"description": "",
- "name": "sea lettuce",
- "plural_name": "sea lettuce"
+ "name": "خس البحر",
+ "plural_name": "خس البحر"
},
"korean seaweed": {
"aliases": [],
"description": "",
- "name": "korean seaweed",
- "plural_name": "korean seaweeds"
+ "name": "أعشاب بحرية كورية",
+ "plural_name": "أعشاب بحرية كورية"
},
"ogo seaweed": {
"aliases": [],
"description": "",
- "name": "ogo seaweed",
- "plural_name": "ogo seaweeds"
+ "name": "أعشاب أوغو البحرية",
+ "plural_name": "أعشاب أوغو البحرية"
},
"seaweed caviar": {
"aliases": [],
"description": "",
- "name": "seaweed caviar",
- "plural_name": "seaweed caviars"
+ "name": "كافيار أعشاب بحرية",
+ "plural_name": "كافيار أعشاب بحرية"
},
"haddock": {
"aliases": [],
"description": "",
- "name": "haddock",
- "plural_name": "haddocks"
+ "name": "حدوق",
+ "plural_name": "حدوق"
},
"sea mos": {
"aliases": [],
"description": "",
- "name": "sea mos",
- "plural_name": "sea moss"
+ "name": "طحلب البحر",
+ "plural_name": "طحلب البحر"
},
"langoustine": {
"aliases": [],
"description": "",
- "name": "langoustine",
- "plural_name": "langoustines"
+ "name": "لانغوستين",
+ "plural_name": "لانغوستين"
}
}
},
@@ -5817,608 +5817,608 @@
"cinnamon": {
"aliases": [],
"description": "",
- "name": "cinnamon",
- "plural_name": "cinnamon"
+ "name": "قرفة",
+ "plural_name": "قرفة"
},
"parsley": {
"aliases": [],
"description": "",
- "name": "parsley",
- "plural_name": "parsleys"
+ "name": "بقدونس",
+ "plural_name": "بقدونس"
},
"cilantro": {
"aliases": [],
"description": "",
- "name": "cilantro",
- "plural_name": "cilantro"
+ "name": "كزبرة",
+ "plural_name": "كزبرة"
},
"cumin": {
"aliases": [],
"description": "",
- "name": "cumin",
- "plural_name": "cumins"
+ "name": "كمون",
+ "plural_name": "كمون"
},
"basil": {
"aliases": [],
"description": "",
- "name": "basil",
- "plural_name": "basils"
+ "name": "ريحان",
+ "plural_name": "ريحان"
},
"thyme": {
"aliases": [],
"description": "",
- "name": "thyme",
- "plural_name": "thyme"
+ "name": "زعتر",
+ "plural_name": "زعتر"
},
"ginger root": {
"aliases": [],
"description": "",
- "name": "ginger root",
- "plural_name": "ginger roots"
+ "name": "زنجبيل",
+ "plural_name": "زنجبيل"
},
"garlic powder": {
"aliases": [],
"description": "",
- "name": "garlic powder",
- "plural_name": "garlic powder"
+ "name": "ثوم بودرة",
+ "plural_name": "ثوم بودرة"
},
"oregano": {
"aliases": [],
"description": "",
- "name": "oregano",
- "plural_name": "oreganos"
+ "name": "أوريجانو",
+ "plural_name": "أوريجانو"
},
"nutmeg": {
"aliases": [],
"description": "",
- "name": "nutmeg",
- "plural_name": "nutmegs"
+ "name": "جوزة الطيب",
+ "plural_name": "جوزة الطيب"
},
"chili flake": {
"aliases": [],
"description": "",
- "name": "chili flake",
- "plural_name": "chili flakes"
+ "name": "رقائق فلفل حار",
+ "plural_name": "رقائق فلفل حار"
},
"chili powder": {
"aliases": [],
"description": "",
- "name": "chili powder",
- "plural_name": "chili powder"
+ "name": "مسحوق الفلفل الحار",
+ "plural_name": "مسحوق الفلفل الحار"
},
"paprika": {
"aliases": [],
"description": "",
- "name": "paprika",
- "plural_name": "paprika"
+ "name": "بابريكا",
+ "plural_name": "بابريكا"
},
"cayenne": {
"aliases": [],
"description": "",
- "name": "cayenne",
- "plural_name": "cayennes"
+ "name": "فلفل كايين",
+ "plural_name": "فلفل كايين"
},
"rosemary": {
"aliases": [],
"description": "",
- "name": "rosemary",
- "plural_name": "rosemaries"
+ "name": "إكليل الجبل",
+ "plural_name": "إكليل الجبل"
},
"bay leaf": {
"aliases": [],
"description": "",
- "name": "bay leaf",
- "plural_name": "bay leaves"
+ "name": "ورق الغار",
+ "plural_name": "ورق الغار"
},
"turmeric": {
"aliases": [],
"description": "",
- "name": "turmeric",
- "plural_name": "turmerics"
+ "name": "كركم",
+ "plural_name": "كركم"
},
"clove": {
"aliases": [],
"description": "",
- "name": "clove",
- "plural_name": "cloves"
+ "name": "قرنفل",
+ "plural_name": "قرنفل"
},
"onion powder": {
"aliases": [],
"description": "",
- "name": "onion powder",
- "plural_name": "onion powder"
+ "name": "بصل بودرة",
+ "plural_name": "بصل بودرة"
},
"ginger powder": {
"aliases": [],
"description": "",
- "name": "ginger powder",
- "plural_name": "ginger powder"
+ "name": "زنجبيل بودرة",
+ "plural_name": "زنجبيل بودرة"
},
"panch puran": {
"aliases": [],
"description": "",
- "name": "panch puran",
- "plural_name": "panch purans"
+ "name": "بانش بوران",
+ "plural_name": "بانش بوران"
},
"dill": {
"aliases": [],
"description": "",
- "name": "dill",
- "plural_name": "dills"
+ "name": "شبت",
+ "plural_name": "شبت"
},
"chive": {
"aliases": [],
"description": "",
- "name": "chive",
- "plural_name": "chives"
+ "name": "ثوم معمر",
+ "plural_name": "ثوم معمر"
},
"mint": {
"aliases": [],
"description": "",
- "name": "mint",
- "plural_name": "mints"
+ "name": "نعناع",
+ "plural_name": "نعناع"
},
"green cardamom": {
"aliases": [],
"description": "",
- "name": "green cardamom",
- "plural_name": "green cardamoms"
+ "name": "هيل أخضر",
+ "plural_name": "هيل أخضر"
},
"smoked paprika": {
"aliases": [],
"description": "",
- "name": "smoked paprika",
- "plural_name": "smoked paprika"
+ "name": "بابريكا مدخنة",
+ "plural_name": "بابريكا مدخنة"
},
"fresh mint": {
"aliases": [],
"description": "",
- "name": "fresh mint",
- "plural_name": "fresh mints"
+ "name": "نعناع طازج",
+ "plural_name": "نعناع طازج"
},
"coriander powder": {
"aliases": [],
"description": "",
- "name": "coriander powder",
- "plural_name": "coriander powder"
+ "name": "كزبرة بودرة",
+ "plural_name": "كزبرة بودرة"
},
"sage": {
"aliases": [],
"description": "",
- "name": "sage",
- "plural_name": "sages"
+ "name": "ميرمية",
+ "plural_name": "ميرمية"
},
"coriander": {
"aliases": [],
"description": "",
- "name": "coriander",
- "plural_name": "corianders"
+ "name": "كزبرة",
+ "plural_name": "كزبرة"
},
"allspice": {
"aliases": [],
"description": "",
- "name": "allspice",
- "plural_name": "allspices"
+ "name": "بهار مشكل",
+ "plural_name": "بهار مشكل"
},
"cracked pepper": {
"aliases": [],
"description": "",
- "name": "cracked pepper",
- "plural_name": "cracked pepper"
+ "name": "فلفل أسود مجروش",
+ "plural_name": "فلفل أسود مجروش"
},
"peppercorn": {
"aliases": [],
"description": "",
- "name": "peppercorn",
- "plural_name": "peppercorns"
+ "name": "حب الفلفل",
+ "plural_name": "حب الفلفل"
},
"mustard seed": {
"aliases": [],
"description": "",
- "name": "mustard seed",
- "plural_name": "mustard seeds"
+ "name": "بذور الخردل",
+ "plural_name": "بذور الخردل"
},
"white pepper": {
"aliases": [],
"description": "",
- "name": "white pepper",
- "plural_name": "white pepper"
+ "name": "فلفل أبيض",
+ "plural_name": "فلفل أبيض"
},
"curry leaf": {
"aliases": [],
"description": "",
- "name": "curry leaf",
- "plural_name": "curry leaves"
+ "name": "ورق كاري",
+ "plural_name": "ورق كاري"
},
"fennel seed": {
"aliases": [],
"description": "",
- "name": "fennel seed",
- "plural_name": "fennel seeds"
+ "name": "بذور الشمر",
+ "plural_name": "بذور الشمر"
},
"tarragon": {
"aliases": [],
"description": "",
- "name": "tarragon",
- "plural_name": "tarragons"
+ "name": "طرخون",
+ "plural_name": "طرخون"
},
"saffron": {
"aliases": [],
"description": "",
- "name": "saffron",
- "plural_name": "saffrons"
+ "name": "زعفران",
+ "plural_name": "زعفران"
},
"asafoetida": {
"aliases": [],
"description": "",
- "name": "asafoetida",
- "plural_name": "asafoetidas"
+ "name": "حلتيت",
+ "plural_name": "حلتيت"
},
"star anise": {
"aliases": [],
"description": "",
- "name": "star anise",
- "plural_name": "star anises"
+ "name": "يانسون نجمي",
+ "plural_name": "يانسون نجمي"
},
"marjoram": {
"aliases": [],
"description": "",
- "name": "marjoram",
- "plural_name": "marjorams"
+ "name": "بردقوش",
+ "plural_name": "بردقوش"
},
"lemongras": {
"aliases": [],
"description": "",
- "name": "lemongras",
- "plural_name": "lemongrass"
+ "name": "عشبة الليمون",
+ "plural_name": "عشبة الليمون"
},
"caraway": {
"aliases": [],
"description": "",
- "name": "caraway",
- "plural_name": "caraways"
+ "name": "كراوية",
+ "plural_name": "كراوية"
},
"garlic granule": {
"aliases": [],
"description": "",
- "name": "garlic granule",
- "plural_name": "garlic granules"
+ "name": "حبيبات ثوم",
+ "plural_name": "حبيبات ثوم"
},
"celery seed": {
"aliases": [],
"description": "",
- "name": "celery seed",
- "plural_name": "celery seeds"
+ "name": "بذور الكرفس",
+ "plural_name": "بذور الكرفس"
},
"chipotle powder": {
"aliases": [],
"description": "",
- "name": "chipotle powder",
- "plural_name": "chipotle powder"
+ "name": "تشيبوتلي بودرة",
+ "plural_name": "تشيبوتلي بودرة"
},
"chipotle": {
"aliases": [],
"description": "",
- "name": "chipotle",
- "plural_name": "chipotles"
+ "name": "تشيبوتلي",
+ "plural_name": "تشيبوتلي"
},
"fenugreek": {
"aliases": [],
"description": "",
- "name": "fenugreek",
- "plural_name": "fenugreeks"
+ "name": "حلبة",
+ "plural_name": "حلبة"
},
"onion flake": {
"aliases": [],
"description": "",
- "name": "onion flake",
- "plural_name": "onion flakes"
+ "name": "رقائق بصل",
+ "plural_name": "رقائق بصل"
},
"matcha powder": {
"aliases": [],
"description": "",
- "name": "matcha powder",
- "plural_name": "matcha powder"
+ "name": "ماتشا بودرة",
+ "plural_name": "ماتشا بودرة"
},
"ancho chile powder": {
"aliases": [],
"description": "",
- "name": "ancho chile powder",
- "plural_name": "ancho chile powder"
+ "name": "أنشو تشيلي بودرة",
+ "plural_name": "أنشو تشيلي بودرة"
},
"sumac": {
"aliases": [],
"description": "",
- "name": "sumac",
- "plural_name": "sumacs"
+ "name": "سماق",
+ "plural_name": "سماق"
},
"dried parsley flake": {
"aliases": [],
"description": "",
- "name": "dried parsley flake",
- "plural_name": "dried parsley flakes"
+ "name": "رقائق بقدونس مجففة",
+ "plural_name": "رقائق بقدونس مجففة"
},
"fenugreek seed": {
"aliases": [],
"description": "",
- "name": "fenugreek seed",
- "plural_name": "fenugreek seeds"
+ "name": "بذور الحلبة",
+ "plural_name": "بذور الحلبة"
},
"kashmiri red chilli": {
"aliases": [],
"description": "",
- "name": "kashmiri red chilli",
- "plural_name": "kashmiri red chillis"
+ "name": "فلفل كشميري أحمر",
+ "plural_name": "فلفل كشميري أحمر"
},
"thai basil": {
"aliases": [],
"description": "",
- "name": "thai basil",
- "plural_name": "thai basils"
+ "name": "ريحان تايلندي",
+ "plural_name": "ريحان تايلندي"
},
"edible flower": {
"aliases": [],
"description": "",
- "name": "edible flower",
- "plural_name": "edible flowers"
+ "name": "زهرة صالحة للأكل",
+ "plural_name": "زهور صالحة للأكل"
},
"aniseed": {
"aliases": [],
"description": "",
- "name": "aniseed",
- "plural_name": "aniseeds"
+ "name": "يانسون",
+ "plural_name": "يانسون"
},
"kaffir lime leaf": {
"aliases": [],
"description": "",
- "name": "kaffir lime leaf",
- "plural_name": "kaffir lime leaves"
+ "name": "ورق ليمون كافير",
+ "plural_name": "ورق ليمون كافير"
},
"chervil": {
"aliases": [],
"description": "",
- "name": "chervil",
- "plural_name": "chervils"
+ "name": "بقدونس فرنسي",
+ "plural_name": "بقدونس فرنسي"
},
"lavender": {
"aliases": [],
"description": "",
- "name": "lavender",
- "plural_name": "lavenders"
+ "name": "خزامى",
+ "plural_name": "خزامى"
},
"carom seed": {
"aliases": [],
"description": "",
- "name": "carom seed",
- "plural_name": "carom seeds"
+ "name": "بذور الأجوان",
+ "plural_name": "بذور الأجوان"
},
"mexican oregano": {
"aliases": [],
"description": "",
- "name": "mexican oregano",
- "plural_name": "mexican oreganos"
+ "name": "أوريجانو مكسيكي",
+ "plural_name": "أوريجانو مكسيكي"
},
"mace": {
"aliases": [],
"description": "",
- "name": "mace",
- "plural_name": "maces"
+ "name": "قشطة",
+ "plural_name": "قشطة"
},
"mango powder": {
"aliases": [],
"description": "",
- "name": "mango powder",
- "plural_name": "mango powder"
+ "name": "مسحوق المانجو",
+ "plural_name": "مسحوق المانجو"
},
"black mustard seed": {
"aliases": [],
"description": "",
- "name": "black mustard seed",
- "plural_name": "black mustard seeds"
+ "name": "بذور خردل أسود",
+ "plural_name": "بذور خردل أسود"
},
"dried chili": {
"aliases": [],
"description": "",
- "name": "dried chili",
- "plural_name": "dried chilies"
+ "name": "فلفل حار مجفف",
+ "plural_name": "فلفل حار مجفف"
},
"black cardamom": {
"aliases": [],
"description": "",
- "name": "black cardamom",
- "plural_name": "black cardamoms"
+ "name": "هيل أسود",
+ "plural_name": "هيل أسود"
},
"saffron strand": {
"aliases": [],
"description": "",
- "name": "saffron strand",
- "plural_name": "saffron strands"
+ "name": "شعيرات زعفران",
+ "plural_name": "شعيرات زعفران"
},
"guajillo pepper": {
"aliases": [],
"description": "",
- "name": "guajillo pepper",
- "plural_name": "guajillo peppers"
+ "name": "فلفل غواخيو",
+ "plural_name": "فلفل غواخيو"
},
"pink peppercorn": {
"aliases": [],
"description": "",
- "name": "pink peppercorn",
- "plural_name": "pink peppercorns"
+ "name": "فلفل وردي",
+ "plural_name": "فلفل وردي"
},
"hot paprika": {
"aliases": [],
"description": "",
- "name": "hot paprika",
- "plural_name": "hot paprika"
+ "name": "بابريكا حارة",
+ "plural_name": "بابريكا حارة"
},
"lemon thyme": {
"aliases": [],
"description": "",
- "name": "lemon thyme",
- "plural_name": "lemon thyme"
+ "name": "زعتر ليموني",
+ "plural_name": "زعتر ليموني"
},
"galangal": {
"aliases": [],
"description": "",
- "name": "galangal",
- "plural_name": "galangals"
+ "name": "خولنجان",
+ "plural_name": "خولنجان"
},
"garlic flake": {
"aliases": [],
"description": "",
- "name": "garlic flake",
- "plural_name": "garlic flakes"
+ "name": "رقائق ثوم",
+ "plural_name": "رقائق ثوم"
},
"dried cilantro": {
"aliases": [],
"description": "",
- "name": "dried cilantro",
- "plural_name": "dried cilantro"
+ "name": "كزبرة مجففة",
+ "plural_name": "كزبرة مجففة"
},
"lemon balm": {
"aliases": [],
"description": "",
- "name": "lemon balm",
- "plural_name": "lemon balm"
+ "name": "ترنجان",
+ "plural_name": "ترنجان"
},
"dill seed": {
"aliases": [],
"description": "",
- "name": "dill seed",
- "plural_name": "dill seeds"
+ "name": "بذور الشبت",
+ "plural_name": "بذور الشبت"
},
"green peppercorn": {
"aliases": [],
"description": "",
- "name": "green peppercorn",
- "plural_name": "green peppercorns"
+ "name": "فلفل أخضر",
+ "plural_name": "فلفل أخضر"
},
"aleppo pepper": {
"aliases": [],
"description": "",
- "name": "aleppo pepper",
- "plural_name": "aleppo peppers"
+ "name": "فلفل حلب",
+ "plural_name": "فلفل حلب"
},
"wasabi powder": {
"aliases": [],
"description": "",
- "name": "wasabi powder",
- "plural_name": "wasabi powder"
+ "name": "واسابي بودرة",
+ "plural_name": "واسابي بودرة"
},
"achiote seed": {
"aliases": [],
"description": "",
- "name": "achiote seed",
- "plural_name": "achiote seeds"
+ "name": "بذور أشيوتي",
+ "plural_name": "بذور أشيوتي"
},
"savory herb": {
"aliases": [],
"description": "",
- "name": "savory herb",
- "plural_name": "savory herbs"
+ "name": "عشبة الزعتر الصيفي",
+ "plural_name": "عشبة الزعتر الصيفي"
},
"pandan leaf": {
"aliases": [],
"description": "",
- "name": "pandan leaf",
- "plural_name": "pandan leaves"
+ "name": "ورق باندان",
+ "plural_name": "ورق باندان"
},
"sorrel": {
"aliases": [],
"description": "",
- "name": "sorrel",
- "plural_name": "sorrels"
+ "name": "حماض",
+ "plural_name": "حماض"
},
"gochugaru": {
"aliases": [],
"description": "",
- "name": "gochugaru",
- "plural_name": "gochugaru"
+ "name": "غوتشوغارو",
+ "plural_name": "غوتشوغارو"
},
"saigon cinnamon": {
"aliases": [],
"description": "",
- "name": "saigon cinnamon",
- "plural_name": "saigon cinnamon"
+ "name": "قرفة سايغون",
+ "plural_name": "قرفة سايغون"
},
"lemongrass paste": {
"aliases": [],
"description": "",
- "name": "lemongrass paste",
- "plural_name": "lemongrass paste"
+ "name": "معجون عشبة الليمون",
+ "plural_name": "معجون عشبة الليمون"
},
"shiso": {
"aliases": [],
"description": "",
- "name": "shiso",
- "plural_name": "shisoes"
+ "name": "شيسو",
+ "plural_name": "شيسو"
},
"celery powder": {
"aliases": [],
"description": "",
- "name": "celery powder",
- "plural_name": "celery powder"
+ "name": "كرفس بودرة",
+ "plural_name": "كرفس بودرة"
},
"black cumin": {
"aliases": [],
"description": "",
- "name": "black cumin",
- "plural_name": "black cumins"
+ "name": "كمون أسود",
+ "plural_name": "كمون أسود"
},
"anardana": {
"aliases": [],
"description": "",
- "name": "anardana",
- "plural_name": "anardanas"
+ "name": "أناردانا",
+ "plural_name": "أناردانا"
},
"vietnamese mint": {
"aliases": [],
"description": "",
- "name": "vietnamese mint",
- "plural_name": "vietnamese mints"
+ "name": "نعناع فيتنامي",
+ "plural_name": "نعناع فيتنامي"
},
"dried orange peel": {
"aliases": [],
"description": "",
- "name": "dried orange peel",
- "plural_name": "dried orange peels"
+ "name": "قشر برتقال مجفف",
+ "plural_name": "قشر برتقال مجفف"
},
"espelette pepper": {
"aliases": [],
"description": "",
- "name": "espelette pepper",
- "plural_name": "espelette peppers"
+ "name": "فلفل إسبيليت",
+ "plural_name": "فلفل إسبيليت"
},
"lemon verbena": {
"aliases": [],
"description": "",
- "name": "lemon verbena",
- "plural_name": "lemon verbenas"
+ "name": "لويزة",
+ "plural_name": "لويزة"
},
"raw stevia": {
"aliases": [],
"description": "",
- "name": "raw stevia",
- "plural_name": "raw stevia"
+ "name": "ستيفيا خام",
+ "plural_name": "ستيفيا خام"
},
"achiote paste": {
"aliases": [],
"description": "",
- "name": "achiote paste",
- "plural_name": "achiote paste"
+ "name": "معجون أشيوتي",
+ "plural_name": "معجون أشيوتي"
},
"summer savory": {
"aliases": [],
"description": "",
- "name": "summer savory",
- "plural_name": "summer savories"
+ "name": "زعتر صيفي",
+ "plural_name": "زعتر صيفي"
},
"fennel pollen": {
"aliases": [],
"description": "",
- "name": "fennel pollen",
- "plural_name": "fennel pollens"
+ "name": "حبوب لقاح الشمر",
+ "plural_name": "حبوب لقاح الشمر"
}
}
},
@@ -6427,615 +6427,615 @@
"sugar": {
"aliases": [],
"description": "",
- "name": "sugar",
- "plural_name": "sugar"
+ "name": "سكر",
+ "plural_name": "سكر"
},
"brown sugar": {
"aliases": [
- "turbinado sugar"
+ "سكر تربينادو"
],
"description": "",
- "name": "brown sugar",
- "plural_name": "brown sugar"
+ "name": "سكر بني",
+ "plural_name": "سكر بني"
},
"confectioners sugar": {
"aliases": [
- "powdered sugar",
- "icing sugar"
+ "سكر باودر",
+ "سكر مكعبات"
],
"description": "",
- "name": "confectioners sugar",
- "plural_name": "confectioners sugar"
+ "name": "سكر بودرة",
+ "plural_name": "سكر بودرة"
},
"bar sugar": {
"aliases": [
- "castor sugar"
+ "سكر ناعم"
],
"description": "",
- "name": "bar sugar",
- "plural_name": "bar sugar"
+ "name": "سكر ناعم",
+ "plural_name": "سكر ناعم"
},
"maple syrup": {
"aliases": [],
"description": "",
- "name": "maple syrup",
- "plural_name": "maple syrup"
+ "name": "شراب القيقب",
+ "plural_name": "شراب القيقب"
},
"corn syrup": {
"aliases": [],
"description": "",
- "name": "corn syrup",
- "plural_name": "corn syrup"
+ "name": "شراب الذرة",
+ "plural_name": "شراب الذرة"
},
"coconut sugar": {
"aliases": [],
"description": "",
- "name": "coconut sugar",
- "plural_name": "coconut sugar"
+ "name": "سكر جوز هند",
+ "plural_name": "سكر جوز هند"
},
"molasses": {
"aliases": [],
"description": "",
- "name": "molass",
- "plural_name": "molasses"
+ "name": "دبس",
+ "plural_name": "دبس"
},
"stevia": {
"aliases": [],
"description": "",
- "name": "stevia",
- "plural_name": "stevia"
+ "name": "ستيفيا",
+ "plural_name": "ستيفيا"
},
"agave nectar": {
"aliases": [],
"description": "",
- "name": "agave nectar",
- "plural_name": "agave nectar"
+ "name": "رحيق الأغاف",
+ "plural_name": "رحيق الأغاف"
},
"sugar syrup": {
"aliases": [],
"description": "",
- "name": "sugar syrup",
- "plural_name": "sugar syrup"
+ "name": "شربات سكر",
+ "plural_name": "شربات سكر"
},
"isomalt": {
"aliases": [],
"description": "",
- "name": "isomalt",
- "plural_name": "isomalt"
+ "name": "إيزومالت",
+ "plural_name": "إيزومالت"
},
"erythritol": {
"aliases": [],
"description": "",
- "name": "erythritol",
- "plural_name": "erythritol"
+ "name": "إريثريتول",
+ "plural_name": "إريثريتول"
},
"vanilla sugar": {
"aliases": [],
"description": "",
- "name": "vanilla sugar",
- "plural_name": "vanilla sugar"
+ "name": "سكر فانيليا",
+ "plural_name": "سكر فانيليا"
},
"demerara sugar": {
"aliases": [],
"description": "",
- "name": "demerara sugar",
- "plural_name": "demerara sugar"
+ "name": "سكر ديميرارا",
+ "plural_name": "سكر ديميرارا"
},
"caramel syrup": {
"aliases": [],
"description": "",
- "name": "caramel syrup",
- "plural_name": "caramel syrup"
+ "name": "شراب كراميل",
+ "plural_name": "شراب كراميل"
},
"chocolate syrup": {
"aliases": [],
"description": "",
- "name": "chocolate syrup",
- "plural_name": "chocolate syrup"
+ "name": "شراب شوكولاتة",
+ "plural_name": "شراب شوكولاتة"
},
"jaggery": {
"aliases": [],
"description": "",
- "name": "jaggery",
- "plural_name": "jaggery"
+ "name": "جاغري",
+ "plural_name": "جاغري"
},
"raw sugar": {
"aliases": [],
"description": "",
- "name": "raw sugar",
- "plural_name": "raw sugar"
+ "name": "سكر خام",
+ "plural_name": "سكر خام"
},
"golden syrup": {
"aliases": [],
"description": "",
- "name": "golden syrup",
- "plural_name": "golden syrup"
+ "name": "شراب ذهبي",
+ "plural_name": "شراب ذهبي"
},
"cinnamon sugar": {
"aliases": [],
"description": "",
- "name": "cinnamon sugar",
- "plural_name": "cinnamon sugar"
+ "name": "سكر بالقرفة",
+ "plural_name": "سكر بالقرفة"
},
"liquid stevia": {
"aliases": [],
"description": "",
- "name": "liquid stevia",
- "plural_name": "liquid stevia"
+ "name": "ستيفيا سائل",
+ "plural_name": "ستيفيا سائل"
},
"grenadine": {
"aliases": [],
"description": "",
- "name": "grenadine",
- "plural_name": "grenadine"
+ "name": "غرينادين",
+ "plural_name": "غرينادين"
},
"coarse sugar": {
"aliases": [],
"description": "",
- "name": "coarse sugar",
- "plural_name": "coarse sugar"
+ "name": "سكر خشن",
+ "plural_name": "سكر خشن"
},
"salted caramel syrup": {
"aliases": [],
"description": "",
- "name": "salted caramel syrup",
- "plural_name": "salted caramel syrup"
+ "name": "شراب كراميل مملح",
+ "plural_name": "شراب كراميل مملح"
},
"sanding sugar": {
"aliases": [],
"description": "",
- "name": "sanding sugar",
- "plural_name": "sanding sugar"
+ "name": "سكر التزيين",
+ "plural_name": "سكر التزيين"
},
"dark corn syrup": {
"aliases": [],
"description": "",
- "name": "dark corn syrup",
- "plural_name": "dark corn syrup"
+ "name": "شراب ذرة داكن",
+ "plural_name": "شراب ذرة داكن"
},
"sucralose": {
"aliases": [],
"description": "",
- "name": "sucralose",
- "plural_name": "sucralose"
+ "name": "سكرالوز",
+ "plural_name": "سكرالوز"
},
"monk fruit sweetener": {
"aliases": [],
"description": "",
- "name": "monk fruit sweetener",
- "plural_name": "monk fruit sweeteners"
+ "name": "محلي فاكهة الراهب",
+ "plural_name": "محلي فاكهة الراهب"
},
"maple sugar": {
"aliases": [],
"description": "",
- "name": "maple sugar",
- "plural_name": "maple sugar"
+ "name": "سكر القيقب",
+ "plural_name": "سكر القيقب"
},
"blackstrap molass": {
"aliases": [],
"description": "",
- "name": "blackstrap molass",
- "plural_name": "blackstrap molasses"
+ "name": "دبس أسود",
+ "plural_name": "دبس أسود"
},
"glucose": {
"aliases": [],
"description": "",
- "name": "glucose",
- "plural_name": "glucose"
+ "name": "جلوكوز",
+ "plural_name": "جلوكوز"
},
"rock sugar": {
"aliases": [],
"description": "",
- "name": "rock sugar",
- "plural_name": "rock sugar"
+ "name": "سكر صخري",
+ "plural_name": "سكر صخري"
},
"confectioners' sweetener": {
"aliases": [],
"description": "",
- "name": "confectioners' sweetener",
- "plural_name": "confectioners' sweeteners"
+ "name": "محلي الحلويات",
+ "plural_name": "محلي الحلويات"
},
"xylitol": {
"aliases": [],
"description": "",
- "name": "xylitol",
- "plural_name": "xylitols"
+ "name": "إكسيليتول",
+ "plural_name": "إكسيليتول"
},
"jam sugar": {
"aliases": [],
"description": "",
- "name": "jam sugar",
- "plural_name": "jam sugar"
+ "name": "سكر المربى",
+ "plural_name": "سكر المربى"
},
"brown rice syrup": {
"aliases": [],
"description": "",
- "name": "brown rice syrup",
- "plural_name": "brown rice syrup"
+ "name": "شراب أرز بني",
+ "plural_name": "شراب أرز بني"
},
"brown sugar substitute": {
"aliases": [],
"description": "",
- "name": "brown sugar substitute",
- "plural_name": "brown sugar substitutes"
+ "name": "بديل السكر البني",
+ "plural_name": "بديل السكر البني"
},
"strawberry syrup": {
"aliases": [],
"description": "",
- "name": "strawberry syrup",
- "plural_name": "strawberry syrup"
+ "name": "شراب فراولة",
+ "plural_name": "شراب فراولة"
},
"vanilla syrup": {
"aliases": [],
"description": "",
- "name": "vanilla syrup",
- "plural_name": "vanilla syrup"
+ "name": "شراب فانيليا",
+ "plural_name": "شراب فانيليا"
},
"ginger syrup": {
"aliases": [],
"description": "",
- "name": "ginger syrup",
- "plural_name": "ginger syrup"
+ "name": "شراب زنجبيل",
+ "plural_name": "شراب زنجبيل"
},
"orgeat": {
"aliases": [],
"description": "",
- "name": "orgeat",
- "plural_name": "orgeats"
+ "name": "أورجيات",
+ "plural_name": "أورجيات"
},
"rice malt syrup": {
"aliases": [],
"description": "",
- "name": "rice malt syrup",
- "plural_name": "rice malt syrup"
+ "name": "شراب مالت الأرز",
+ "plural_name": "شراب مالت الأرز"
},
"pancake syrup": {
"aliases": [],
"description": "",
- "name": "pancake syrup",
- "plural_name": "pancake syrup"
+ "name": "شراب بان كيك",
+ "plural_name": "شراب بان كيك"
},
"raspberry syrup": {
"aliases": [],
"description": "",
- "name": "raspberry syrup",
- "plural_name": "raspberry syrup"
+ "name": "شراب توت أحمر",
+ "plural_name": "شراب توت أحمر"
},
"date syrup": {
"aliases": [],
"description": "",
- "name": "date syrup",
- "plural_name": "date syrup"
+ "name": "دبس التمر",
+ "plural_name": "دبس التمر"
},
"black treacle": {
"aliases": [],
"description": "",
- "name": "black treacle",
- "plural_name": "black treacles"
+ "name": "دبس أسود",
+ "plural_name": "دبس أسود"
},
"date paste": {
"aliases": [],
"description": "",
- "name": "date paste",
- "plural_name": "date paste"
+ "name": "معجون تمر",
+ "plural_name": "معجون تمر"
},
"coconut syrup": {
"aliases": [],
"description": "",
- "name": "coconut syrup",
- "plural_name": "coconut syrup"
+ "name": "شراب جوز هند",
+ "plural_name": "شراب جوز هند"
},
"mint syrup": {
"aliases": [],
"description": "",
- "name": "mint syrup",
- "plural_name": "mint syrup"
+ "name": "شراب نعناع",
+ "plural_name": "شراب نعناع"
},
"treacle": {
"aliases": [],
"description": "",
- "name": "treacle",
- "plural_name": "treacles"
+ "name": "دبس",
+ "plural_name": "دبس"
},
"rice syrup": {
"aliases": [],
"description": "",
- "name": "rice syrup",
- "plural_name": "rice syrup"
+ "name": "شراب الأرز",
+ "plural_name": "شراب الأرز"
},
"manuka honey": {
"aliases": [],
"description": "",
- "name": "manuka honey",
- "plural_name": "manuka honey"
+ "name": "عسل مانوكا",
+ "plural_name": "عسل مانوكا"
},
"maple butter": {
"aliases": [],
"description": "",
- "name": "maple butter",
- "plural_name": "maple butter"
+ "name": "زبدة القيقب",
+ "plural_name": "زبدة القيقب"
},
"blueberry syrup": {
"aliases": [],
"description": "",
- "name": "blueberry syrup",
- "plural_name": "blueberry syrup"
+ "name": "شراب توت أزرق",
+ "plural_name": "شراب توت أزرق"
},
"apple syrup": {
"aliases": [],
"description": "",
- "name": "apple syrup",
- "plural_name": "apple syrup"
+ "name": "شراب تفاح",
+ "plural_name": "شراب تفاح"
},
"allulose": {
"aliases": [],
"description": "",
- "name": "allulose",
- "plural_name": "allulose"
+ "name": "ألولوز",
+ "plural_name": "ألولوز"
},
"blackberry syrup": {
"aliases": [],
"description": "",
- "name": "blackberry syrup",
- "plural_name": "blackberry syrup"
+ "name": "شراب توت أسود",
+ "plural_name": "شراب توت أسود"
},
"piloncillo": {
"aliases": [],
"description": "",
- "name": "piloncillo",
- "plural_name": "piloncillo"
+ "name": "بيلونسيلو",
+ "plural_name": "بيلونسيلو"
},
"cherry syrup": {
"aliases": [],
"description": "",
- "name": "cherry syrup",
- "plural_name": "cherry syrup"
+ "name": "شراب كرز",
+ "plural_name": "شراب كرز"
},
"hibiscus syrup": {
"aliases": [],
"description": "",
- "name": "hibiscus syrup",
- "plural_name": "hibiscus syrup"
+ "name": "شراب كركديه",
+ "plural_name": "شراب كركديه"
},
"lavender syrup": {
"aliases": [],
"description": "",
- "name": "lavender syrup",
- "plural_name": "lavender syrup"
+ "name": "شراب خزامى",
+ "plural_name": "شراب خزامى"
},
"fresh sugar cane": {
"aliases": [],
"description": "",
- "name": "fresh sugar cane",
- "plural_name": "fresh sugar canes"
+ "name": "قصب سكر طازج",
+ "plural_name": "قصب سكر طازج"
},
"hazelnut syrup": {
"aliases": [],
"description": "",
- "name": "hazelnut syrup",
- "plural_name": "hazelnut syrup"
+ "name": "شراب بندق",
+ "plural_name": "شراب بندق"
},
"white chocolate sauce": {
"aliases": [],
"description": "",
- "name": "white chocolate sauce",
- "plural_name": "white chocolate sauce"
+ "name": "صلصة شوكولاتة بيضاء",
+ "plural_name": "صلصة شوكولاتة بيضاء"
},
"pumpkin spice syrup": {
"aliases": [],
"description": "",
- "name": "pumpkin spice syrup",
- "plural_name": "pumpkin spice syrup"
+ "name": "شراب توابل اليقطين",
+ "plural_name": "شراب توابل اليقطين"
},
"glycerine": {
"aliases": [],
"description": "",
- "name": "glycerine",
- "plural_name": "glycerine"
+ "name": "جلسرين",
+ "plural_name": "جلسرين"
},
"sorghum syrup": {
"aliases": [],
"description": "",
- "name": "sorghum syrup",
- "plural_name": "sorghum syrup"
+ "name": "شراب الذرة الرفيعة",
+ "plural_name": "شراب الذرة الرفيعة"
},
"lucuma powder": {
"aliases": [],
"description": "",
- "name": "lucuma powder",
- "plural_name": "lucuma powder"
+ "name": "لوكوما بودرة",
+ "plural_name": "لوكوما بودرة"
},
"black sugar": {
"aliases": [],
"description": "",
- "name": "black sugar",
- "plural_name": "black sugar"
+ "name": "سكر أسود",
+ "plural_name": "سكر أسود"
},
"cranberry syrup": {
"aliases": [],
"description": "",
- "name": "cranberry syrup",
- "plural_name": "cranberry syrup"
+ "name": "شراب توت بري",
+ "plural_name": "شراب توت بري"
},
"golden sugar": {
"aliases": [],
"description": "",
- "name": "golden sugar",
- "plural_name": "golden sugar"
+ "name": "سكر ذهبي",
+ "plural_name": "سكر ذهبي"
},
"cane syrup": {
"aliases": [],
"description": "",
- "name": "cane syrup",
- "plural_name": "cane syrup"
+ "name": "شراب قصب السكر",
+ "plural_name": "شراب قصب السكر"
},
"mango syrup": {
"aliases": [],
"description": "",
- "name": "mango syrup",
- "plural_name": "mango syrup"
+ "name": "شراب مانجو",
+ "plural_name": "شراب مانجو"
},
"malt syrup": {
"aliases": [],
"description": "",
- "name": "malt syrup",
- "plural_name": "malt syrup"
+ "name": "شراب مالت",
+ "plural_name": "شراب مالت"
},
"hot honey": {
"aliases": [],
"description": "",
- "name": "hot honey",
- "plural_name": "hot honey"
+ "name": "عسل حار",
+ "plural_name": "عسل حار"
},
"gula melaka": {
"aliases": [],
"description": "",
- "name": "gula melaka",
- "plural_name": "gula melakas"
+ "name": "غولا ميلاكا",
+ "plural_name": "غولا ميلاكا"
},
"elderberry syrup": {
"aliases": [],
"description": "",
- "name": "elderberry syrup",
- "plural_name": "elderberry syrup"
+ "name": "شراب توت الشيخ",
+ "plural_name": "شراب توت الشيخ"
},
"rosemary syrup": {
"aliases": [],
"description": "",
- "name": "rosemary syrup",
- "plural_name": "rosemary syrup"
+ "name": "شراب إكليل الجبل",
+ "plural_name": "شراب إكليل الجبل"
},
"dark chocolate syrup": {
"aliases": [],
"description": "",
- "name": "dark chocolate syrup",
- "plural_name": "dark chocolate syrup"
+ "name": "شراب شوكولاتة داكنة",
+ "plural_name": "شراب شوكولاتة داكنة"
},
"inulin": {
"aliases": [],
"description": "",
- "name": "inulin",
- "plural_name": "inulins"
+ "name": "إينولين",
+ "plural_name": "إينولين"
},
"sweet'n low": {
"aliases": [],
"description": "",
- "name": "sweet'n low",
- "plural_name": "sweet'n lows"
+ "name": "سويت ن لو",
+ "plural_name": "سويت ن لو"
},
"fructose": {
"aliases": [],
"description": "",
- "name": "fructose",
- "plural_name": "fructose"
+ "name": "فركتوز",
+ "plural_name": "فركتوز"
},
"honey powder": {
"aliases": [],
"description": "",
- "name": "honey powder",
- "plural_name": "honey powder"
+ "name": "عسل بودرة",
+ "plural_name": "عسل بودرة"
},
"berry syrup": {
"aliases": [],
"description": "",
- "name": "berry syrup",
- "plural_name": "berry syrup"
+ "name": "شراب توت",
+ "plural_name": "شراب توت"
},
"grape syrup": {
"aliases": [],
"description": "",
- "name": "grape syrup",
- "plural_name": "grape syrup"
+ "name": "شراب عنب",
+ "plural_name": "شراب عنب"
},
"brown butter syrup": {
"aliases": [],
"description": "",
- "name": "brown butter syrup",
- "plural_name": "brown butter syrup"
+ "name": "شراب زبدة بنية",
+ "plural_name": "شراب زبدة بنية"
},
"date sugar": {
"aliases": [],
"description": "",
- "name": "date sugar",
- "plural_name": "date sugar"
+ "name": "سكر التمر",
+ "plural_name": "سكر التمر"
},
"mastic gum": {
"aliases": [],
"description": "",
- "name": "mastic gum",
- "plural_name": "mastic gums"
+ "name": "مصطكى",
+ "plural_name": "مصطكى"
},
"gum syrup": {
"aliases": [],
"description": "",
- "name": "gum syrup",
- "plural_name": "gum syrup"
+ "name": "شراب الصمغ",
+ "plural_name": "شراب الصمغ"
},
"irish cream syrup": {
"aliases": [],
"description": "",
- "name": "irish cream syrup",
- "plural_name": "irish cream syrup"
+ "name": "شراب كريم أيرش",
+ "plural_name": "شراب كريم أيرش"
},
"prickly pear syrup": {
"aliases": [],
"description": "",
- "name": "prickly pear syrup",
- "plural_name": "prickly pear syrup"
+ "name": "شراب تين شوكي",
+ "plural_name": "شراب تين شوكي"
},
"cookie butter syrup": {
"aliases": [],
"description": "",
- "name": "cookie butter syrup",
- "plural_name": "cookie butter syrup"
+ "name": "شراب زبدة البسكويت",
+ "plural_name": "شراب زبدة البسكويت"
},
"creamed honey": {
"aliases": [],
"description": "",
- "name": "creamed honey",
- "plural_name": "creamed honey"
+ "name": "عسل كريمي",
+ "plural_name": "عسل كريمي"
},
"buttermilk syrup": {
"aliases": [],
"description": "",
- "name": "buttermilk syrup",
- "plural_name": "buttermilk syrup"
+ "name": "شراب لبن خاثر",
+ "plural_name": "شراب لبن خاثر"
},
"chocolate sugar": {
"aliases": [],
"description": "",
- "name": "chocolate sugar",
- "plural_name": "chocolate sugar"
+ "name": "سكر شوكولاتة",
+ "plural_name": "سكر شوكولاتة"
},
"flavored syrup": {
"aliases": [],
"description": "",
- "name": "flavored syrup",
- "plural_name": "flavored syrup"
+ "name": "شراب بنكهة",
+ "plural_name": "شراب بنكهة"
},
"elderflower syrup": {
"aliases": [],
"description": "",
- "name": "elderflower syrup",
- "plural_name": "elderflower syrup"
+ "name": "شراب زهر البيلسان",
+ "plural_name": "شراب زهر البيلسان"
},
"malt sugar": {
"aliases": [],
"description": "",
- "name": "malt sugar",
- "plural_name": "malt sugar"
+ "name": "سكر المالت",
+ "plural_name": "سكر المالت"
},
"buckwheat honey": {
"aliases": [],
"description": "",
- "name": "buckwheat honey",
- "plural_name": "buckwheat honey"
+ "name": "عسل الحنطة السوداء",
+ "plural_name": "عسل الحنطة السوداء"
},
"truffle honey": {
"aliases": [],
"description": "",
- "name": "truffle honey",
- "plural_name": "truffle honey"
+ "name": "عسل بالكمأة",
+ "plural_name": "عسل بالكمأة"
}
}
},
@@ -7044,608 +7044,608 @@
"italian seasoning": {
"aliases": [],
"description": "",
- "name": "italian seasoning",
- "plural_name": "italian seasoning"
+ "name": "توابل إيطالية",
+ "plural_name": "توابل إيطالية"
},
"ranch dressing packet": {
"aliases": [],
"description": "",
- "name": "ranch dressing packet",
- "plural_name": "ranch dressing packets"
+ "name": "ظرف توابل رانتش",
+ "plural_name": "ظرف توابل رانتش"
},
"seasoned salt": {
"aliases": [],
"description": "",
- "name": "seasoned salt",
- "plural_name": "seasoned salt"
+ "name": "ملح متبل",
+ "plural_name": "ملح متبل"
},
"curry": {
"aliases": [],
"description": "",
- "name": "curry",
- "plural_name": "curries"
+ "name": "كاري",
+ "plural_name": "كاري"
},
"garam masala": {
"aliases": [],
"description": "",
- "name": "garam masala",
- "plural_name": "garam masalas"
+ "name": "غرام ماسالا",
+ "plural_name": "غرام ماسالا"
},
"pumpkin pie spice": {
"aliases": [],
"description": "",
- "name": "pumpkin pie spice",
- "plural_name": "pumpkin pie spices"
+ "name": "توابل فطيرة اليقطين",
+ "plural_name": "توابل فطيرة اليقطين"
},
"mustard powder": {
"aliases": [],
"description": "",
- "name": "mustard powder",
- "plural_name": "mustard powder"
+ "name": "خردل بودرة",
+ "plural_name": "خردل بودرة"
},
"taco seasoning": {
"aliases": [],
"description": "",
- "name": "taco seasoning",
- "plural_name": "taco seasoning"
+ "name": "توابل تاكو",
+ "plural_name": "توابل تاكو"
},
"cajun seasoning": {
"aliases": [],
"description": "",
- "name": "cajun seasoning",
- "plural_name": "cajun seasoning"
+ "name": "توابل كاجون",
+ "plural_name": "توابل كاجون"
},
"dry ranch seasoning": {
"aliases": [],
"description": "",
- "name": "dry ranch seasoning",
- "plural_name": "dry ranch seasoning"
+ "name": "توابل رانتش جافة",
+ "plural_name": "توابل رانتش جافة"
},
"white miso": {
"aliases": [],
"description": "",
- "name": "white miso",
- "plural_name": "white misoes"
+ "name": "ميسو أبيض",
+ "plural_name": "ميسو أبيض"
},
"himalayan salt": {
"aliases": [],
"description": "",
- "name": "himalayan salt",
- "plural_name": "himalayan salt"
+ "name": "ملح همالايا",
+ "plural_name": "ملح همالايا"
},
"lemon & pepper seasoning": {
"aliases": [],
"description": "",
- "name": "lemon & pepper seasoning",
- "plural_name": "lemon & pepper seasoning"
+ "name": "توابل ليمون وفلفل",
+ "plural_name": "توابل ليمون وفلفل"
},
"liquid smoke": {
"aliases": [],
"description": "",
- "name": "liquid smoke",
- "plural_name": "liquid smokes"
+ "name": "دخان سائل",
+ "plural_name": "دخان سائل"
},
"poultry seasoning": {
"aliases": [],
"description": "",
- "name": "poultry seasoning",
- "plural_name": "poultry seasoning"
+ "name": "توابل دواجن",
+ "plural_name": "توابل دواجن"
},
"chinese five spice": {
"aliases": [],
"description": "",
- "name": "chinese five spice",
- "plural_name": "chinese five spices"
+ "name": "بهار صيني خمسة توابل",
+ "plural_name": "بهار صيني خمسة توابل"
},
"red curry": {
"aliases": [],
"description": "",
- "name": "red curry",
- "plural_name": "red curries"
+ "name": "كاري أحمر",
+ "plural_name": "كاري أحمر"
},
"old bay seasoning": {
"aliases": [],
"description": "",
- "name": "old bay seasoning",
- "plural_name": "old bay seasoning"
+ "name": "توابل أولد باي",
+ "plural_name": "توابل أولد باي"
},
"herbe de provence": {
"aliases": [],
"description": "",
- "name": "herbe de provence",
- "plural_name": "herbes de provence"
+ "name": "أعشاب بروفانس",
+ "plural_name": "أعشاب بروفانس"
},
"chaat masala": {
"aliases": [],
"description": "",
- "name": "chaat masala",
- "plural_name": "chaat masalas"
+ "name": "تشات ماسالا",
+ "plural_name": "تشات ماسالا"
},
"creole seasoning": {
"aliases": [],
"description": "",
- "name": "creole seasoning",
- "plural_name": "creole seasoning"
+ "name": "توابل كريول",
+ "plural_name": "توابل كريول"
},
"steak seasoning": {
"aliases": [],
"description": "",
- "name": "steak seasoning",
- "plural_name": "steak seasoning"
+ "name": "توابل ستيك",
+ "plural_name": "توابل ستيك"
},
"mixed spice": {
"aliases": [],
"description": "",
- "name": "mixed spice",
- "plural_name": "mixed spices"
+ "name": "بهار مشكل",
+ "plural_name": "بهار مشكل"
},
"fleur de sel": {
"aliases": [],
"description": "",
- "name": "fleur de sel",
- "plural_name": "fleur de sel"
+ "name": "ملح فلور دي سيل",
+ "plural_name": "ملح فلور دي سيل"
},
"thai red curry paste": {
"aliases": [],
"description": "",
- "name": "thai red curry paste",
- "plural_name": "thai red curry paste"
+ "name": "معجون كاري أحمر تايلندي",
+ "plural_name": "معجون كاري أحمر تايلندي"
},
"mixed herb": {
"aliases": [],
"description": "",
- "name": "mixed herb",
- "plural_name": "mixed herbs"
+ "name": "أعشاب مشكلة",
+ "plural_name": "أعشاب مشكلة"
},
"green curry": {
"aliases": [],
"description": "",
- "name": "green curry",
- "plural_name": "green curries"
+ "name": "كاري أخضر",
+ "plural_name": "كاري أخضر"
},
"barbecue seasoning": {
"aliases": [],
"description": "",
- "name": "barbecue seasoning",
- "plural_name": "barbecue seasoning"
+ "name": "توابل باربكيو",
+ "plural_name": "توابل باربكيو"
},
"apple pie spice": {
"aliases": [],
"description": "",
- "name": "apple pie spice",
- "plural_name": "apple pie spices"
+ "name": "توابل فطيرة التفاح",
+ "plural_name": "توابل فطيرة التفاح"
},
"za'atar": {
"aliases": [],
"description": "",
- "name": "za'atar",
- "plural_name": "za'atars"
+ "name": "زعتر",
+ "plural_name": "زعتر"
},
"ras el hanout": {
"aliases": [],
"description": "",
- "name": "ras el hanout",
- "plural_name": "ras el hanouts"
+ "name": "راس الحانوت",
+ "plural_name": "راس الحانوت"
},
"all-purpose seasoning": {
"aliases": [],
"description": "",
- "name": "all-purpose seasoning",
- "plural_name": "all-purpose seasoning"
+ "name": "توابل متعددة الأغراض",
+ "plural_name": "توابل متعددة الأغراض"
},
"seafood seasoning": {
"aliases": [],
"description": "",
- "name": "seafood seasoning",
- "plural_name": "seafood seasoning"
+ "name": "توابل مأكولات بحرية",
+ "plural_name": "توابل مأكولات بحرية"
},
"bagel seasoning": {
"aliases": [],
"description": "",
- "name": "bagel seasoning",
- "plural_name": "bagel seasoning"
+ "name": "توابل بيغل",
+ "plural_name": "توابل بيغل"
},
"fajita seasoning": {
"aliases": [],
"description": "",
- "name": "fajita seasoning",
- "plural_name": "fajita seasoning"
+ "name": "توابل فاهيتا",
+ "plural_name": "توابل فاهيتا"
},
"tandoori spice": {
"aliases": [],
"description": "",
- "name": "tandoori spice",
- "plural_name": "tandoori spices"
+ "name": "توابل تندوري",
+ "plural_name": "توابل تندوري"
},
"pickling spice": {
"aliases": [],
"description": "",
- "name": "pickling spice",
- "plural_name": "pickling spices"
+ "name": "توابل التخليل",
+ "plural_name": "توابل التخليل"
},
"caribbean jerk seasoning": {
"aliases": [],
"description": "",
- "name": "caribbean jerk seasoning",
- "plural_name": "caribbean jerk seasoning"
+ "name": "توابل جيرك كاريبية",
+ "plural_name": "توابل جيرك كاريبية"
},
"gravy mix": {
"aliases": [],
"description": "",
- "name": "gravy mix",
- "plural_name": "gravy mixes"
+ "name": "خليط المرق",
+ "plural_name": "خليط المرق"
},
"garlic & herb seasoning": {
"aliases": [],
"description": "",
- "name": "garlic & herb seasoning",
- "plural_name": "garlic & herb seasoning"
+ "name": "توابل ثوم وأعشاب",
+ "plural_name": "توابل ثوم وأعشاب"
},
"garlic-pepper seasoning": {
"aliases": [],
"description": "",
- "name": "garlic-pepper seasoning",
- "plural_name": "garlic-pepper seasoning"
+ "name": "توابل ثوم وفلفل",
+ "plural_name": "توابل ثوم وفلفل"
},
"pickling salt": {
"aliases": [],
"description": "",
- "name": "pickling salt",
- "plural_name": "pickling salt"
+ "name": "ملح التخليل",
+ "plural_name": "ملح التخليل"
},
"greek seasoning": {
"aliases": [],
"description": "",
- "name": "greek seasoning",
- "plural_name": "greek seasoning"
+ "name": "توابل يونانية",
+ "plural_name": "توابل يونانية"
},
"msg": {
"aliases": [],
"description": "",
- "name": "msg",
- "plural_name": "msgs"
+ "name": "غلوتامات أحادية الصوديوم",
+ "plural_name": "غلوتامات أحادية الصوديوم"
},
"teriyaki marinade": {
"aliases": [],
"description": "",
- "name": "teriyaki marinade",
- "plural_name": "teriyaki marinades"
+ "name": "تتبيلة ترياكي",
+ "plural_name": "تتبيلة ترياكي"
},
"adobo seasoning": {
"aliases": [],
"description": "",
- "name": "adobo seasoning",
- "plural_name": "adobo seasoning"
+ "name": "توابل أدوبو",
+ "plural_name": "توابل أدوبو"
},
"sambar powder": {
"aliases": [],
"description": "",
- "name": "sambar powder",
- "plural_name": "sambar powder"
+ "name": "سامبار بودرة",
+ "plural_name": "سامبار بودرة"
},
"smoked salt": {
"aliases": [],
"description": "",
- "name": "smoked salt",
- "plural_name": "smoked salt"
+ "name": "ملح مدخن",
+ "plural_name": "ملح مدخن"
},
"dash seasoning": {
"aliases": [],
"description": "",
- "name": "dash seasoning",
- "plural_name": "dash seasoning"
+ "name": "توابل داش",
+ "plural_name": "توابل داش"
},
"red miso": {
"aliases": [],
"description": "",
- "name": "red miso",
- "plural_name": "red misoes"
+ "name": "ميسو أحمر",
+ "plural_name": "ميسو أحمر"
},
"hot curry": {
"aliases": [],
"description": "",
- "name": "hot curry",
- "plural_name": "hot curries"
+ "name": "كاري حار",
+ "plural_name": "كاري حار"
},
"salt-free seasoning": {
"aliases": [],
"description": "",
- "name": "salt-free seasoning",
- "plural_name": "salt-free seasoning"
+ "name": "توابل خالية من الملح",
+ "plural_name": "توابل خالية من الملح"
},
"carne asada seasoning": {
"aliases": [],
"description": "",
- "name": "carne asada seasoning",
- "plural_name": "carne asada seasoning"
+ "name": "توابل كارني أسادا",
+ "plural_name": "توابل كارني أسادا"
},
"bouquet garni": {
"aliases": [],
"description": "",
- "name": "bouquet garni",
- "plural_name": "bouquet garnis"
+ "name": "باقة أعشاب",
+ "plural_name": "باقة أعشاب"
},
"yellow miso": {
"aliases": [],
"description": "",
- "name": "yellow miso",
- "plural_name": "yellow misoes"
+ "name": "ميسو أصفر",
+ "plural_name": "ميسو أصفر"
},
"dukkah": {
"aliases": [],
"description": "",
- "name": "dukkah",
- "plural_name": "dukkahs"
+ "name": "دكة",
+ "plural_name": "دكة"
},
"pav bhaji masala": {
"aliases": [],
"description": "",
- "name": "pav bhaji masala",
- "plural_name": "pav bhaji masalas"
+ "name": "باف باجي ماسالا",
+ "plural_name": "باف باجي ماسالا"
},
"curing salt": {
"aliases": [],
"description": "",
- "name": "curing salt",
- "plural_name": "curing salt"
+ "name": "ملح المعالجة",
+ "plural_name": "ملح المعالجة"
},
"mexican seasoning": {
"aliases": [],
"description": "",
- "name": "mexican seasoning",
- "plural_name": "mexican seasoning"
+ "name": "توابل مكسيكية",
+ "plural_name": "توابل مكسيكية"
},
"tajin seasoning": {
"aliases": [],
"description": "",
- "name": "tajin seasoning",
- "plural_name": "tajin seasoning"
+ "name": "توابل تاجين",
+ "plural_name": "توابل تاجين"
},
"seasoned pepper": {
"aliases": [],
"description": "",
- "name": "seasoned pepper",
- "plural_name": "seasoned peppers"
+ "name": "فلفل متبل",
+ "plural_name": "فلفل متبل"
},
"crab boil seasoning": {
"aliases": [],
"description": "",
- "name": "crab boil seasoning",
- "plural_name": "crab boil seasoning"
+ "name": "توابل سلق السلطعون",
+ "plural_name": "توابل سلق السلطعون"
},
"shichimi togarashi": {
"aliases": [],
"description": "",
- "name": "shichimi togarashi",
- "plural_name": "shichimi togarashis"
+ "name": "شيشيمي توغاراشي",
+ "plural_name": "شيشيمي توغاراشي"
},
"rib rub": {
"aliases": [],
"description": "",
- "name": "rib rub",
- "plural_name": "rib rubs"
+ "name": "فرك الأضلاع",
+ "plural_name": "فرك الأضلاع"
},
"truffle salt": {
"aliases": [],
"description": "",
- "name": "truffle salt",
- "plural_name": "truffle salt"
+ "name": "ملح بالكمأة",
+ "plural_name": "ملح بالكمأة"
},
"biryani masala": {
"aliases": [],
"description": "",
- "name": "biryani masala",
- "plural_name": "biryani masalas"
+ "name": "برياني ماسالا",
+ "plural_name": "برياني ماسالا"
},
"furikake": {
"aliases": [],
"description": "",
- "name": "furikake",
- "plural_name": "furikakes"
+ "name": "فوريكاكي",
+ "plural_name": "فوريكاكي"
},
"togarashi": {
"aliases": [],
"description": "",
- "name": "togarashi",
- "plural_name": "togarashis"
+ "name": "توغاراشي",
+ "plural_name": "توغاراشي"
},
"chipotle seasoning": {
"aliases": [],
"description": "",
- "name": "chipotle seasoning",
- "plural_name": "chipotle seasoning"
+ "name": "توابل تشيبوتلي",
+ "plural_name": "توابل تشيبوتلي"
},
"meat masala": {
"aliases": [],
"description": "",
- "name": "meat masala",
- "plural_name": "meat masalas"
+ "name": "ماسالا لحم",
+ "plural_name": "ماسالا لحم"
},
"harissa spice blend": {
"aliases": [],
"description": "",
- "name": "harissa spice blend",
- "plural_name": "harissa spice blends"
+ "name": "خليط توابل هريسة",
+ "plural_name": "خليط توابل هريسة"
},
"chana masala": {
"aliases": [],
"description": "",
- "name": "chana masala",
- "plural_name": "chana masalas"
+ "name": "شانا ماسالا",
+ "plural_name": "شانا ماسالا"
},
"chicken gravy mix": {
"aliases": [],
"description": "",
- "name": "chicken gravy mix",
- "plural_name": "chicken gravy mixes"
+ "name": "خليط مرق دجاج",
+ "plural_name": "خليط مرق دجاج"
},
"grey sea salt": {
"aliases": [],
"description": "",
- "name": "grey sea salt",
- "plural_name": "grey sea salt"
+ "name": "ملح بحر رمادي",
+ "plural_name": "ملح بحر رمادي"
},
"chicken taco seasoning": {
"aliases": [],
"description": "",
- "name": "chicken taco seasoning",
- "plural_name": "chicken taco seasoning"
+ "name": "توابل تاكو دجاج",
+ "plural_name": "توابل تاكو دجاج"
},
"mushroom seasoning": {
"aliases": [],
"description": "",
- "name": "mushroom seasoning",
- "plural_name": "mushroom seasoning"
+ "name": "توابل فطر",
+ "plural_name": "توابل فطر"
},
"au jus mix": {
"aliases": [],
"description": "",
- "name": "au jus mix",
- "plural_name": "au jus mixes"
+ "name": "خليط أو جوس",
+ "plural_name": "خليط أو جوس"
},
"gingerbread spice": {
"aliases": [],
"description": "",
- "name": "gingerbread spice",
- "plural_name": "gingerbread spices"
+ "name": "توابل خبز الزنجبيل",
+ "plural_name": "توابل خبز الزنجبيل"
},
"popcorn seasoning": {
"aliases": [],
"description": "",
- "name": "popcorn seasoning",
- "plural_name": "popcorn seasoning"
+ "name": "توابل فشار",
+ "plural_name": "توابل فشار"
},
"berbere": {
"aliases": [],
"description": "",
- "name": "berbere",
- "plural_name": "berberes"
+ "name": "بربر",
+ "plural_name": "بربر"
},
"chili-lime seasoning": {
"aliases": [],
"description": "",
- "name": "chili-lime seasoning",
- "plural_name": "chili-lime seasoning"
+ "name": "توابل فلفل حار وليمون",
+ "plural_name": "توابل فلفل حار وليمون"
},
"brown miso": {
"aliases": [],
"description": "",
- "name": "brown miso",
- "plural_name": "brown misoes"
+ "name": "ميسو بني",
+ "plural_name": "ميسو بني"
},
"blackening seasoning": {
"aliases": [],
"description": "",
- "name": "blackening seasoning",
- "plural_name": "blackening seasoning"
+ "name": "توابل التحمير",
+ "plural_name": "توابل التحمير"
},
"pizza seasoning": {
"aliases": [],
"description": "",
- "name": "pizza seasoning",
- "plural_name": "pizza seasoning"
+ "name": "توابل بيتزا",
+ "plural_name": "توابل بيتزا"
},
"fines herbe": {
"aliases": [],
"description": "",
- "name": "fines herbe",
- "plural_name": "fines herbes"
+ "name": "أعشاب ناعمة",
+ "plural_name": "أعشاب ناعمة"
},
"shawarma seasoning": {
"aliases": [],
"description": "",
- "name": "shawarma seasoning",
- "plural_name": "shawarma seasoning"
+ "name": "توابل شاورما",
+ "plural_name": "توابل شاورما"
},
"chai masala": {
"aliases": [],
"description": "",
- "name": "chai masala",
- "plural_name": "chai masalas"
+ "name": "شاي ماسالا",
+ "plural_name": "شاي ماسالا"
},
"panang curry": {
"aliases": [],
"description": "",
- "name": "panang curry",
- "plural_name": "panang curries"
+ "name": "كاري بانانغ",
+ "plural_name": "كاري بانانغ"
},
"kitchen king masala": {
"aliases": [],
"description": "",
- "name": "kitchen king masala",
- "plural_name": "kitchen king masalas"
+ "name": "كيتشن كينغ ماسالا",
+ "plural_name": "كيتشن كينغ ماسالا"
},
"lemon & herb seasoning": {
"aliases": [],
"description": "",
- "name": "lemon & herb seasoning",
- "plural_name": "lemon & herb seasoning"
+ "name": "توابل ليمون وأعشاب",
+ "plural_name": "توابل ليمون وأعشاب"
},
"vanilla salt": {
"aliases": [],
"description": "",
- "name": "vanilla salt",
- "plural_name": "vanilla salt"
+ "name": "ملح فانيليا",
+ "plural_name": "ملح فانيليا"
},
"thai seasoning": {
"aliases": [],
"description": "",
- "name": "thai seasoning",
- "plural_name": "thai seasoning"
+ "name": "توابل تايلندية",
+ "plural_name": "توابل تايلندية"
},
"mulling spice": {
"aliases": [],
"description": "",
- "name": "mulling spice",
- "plural_name": "mulling spices"
+ "name": "توابل النبيذ الساخن",
+ "plural_name": "توابل النبيذ الساخن"
},
"sriracha seasoning": {
"aliases": [],
"description": "",
- "name": "sriracha seasoning",
- "plural_name": "sriracha seasoning"
+ "name": "توابل سريراتشا",
+ "plural_name": "توابل سريراتشا"
},
"coffee rub": {
"aliases": [],
"description": "",
- "name": "coffee rub",
- "plural_name": "coffee rubs"
+ "name": "فرك القهوة",
+ "plural_name": "فرك القهوة"
},
"hawaiian salt": {
"aliases": [],
"description": "",
- "name": "hawaiian salt",
- "plural_name": "hawaiian salt"
+ "name": "ملح هاواي",
+ "plural_name": "ملح هاواي"
},
"mesquite seasoning": {
"aliases": [],
"description": "",
- "name": "mesquite seasoning",
- "plural_name": "mesquite seasoning"
+ "name": "توابل ميسكيت",
+ "plural_name": "توابل ميسكيت"
},
"tom yum paste": {
"aliases": [],
"description": "",
- "name": "tom yum paste",
- "plural_name": "tom yum paste"
+ "name": "معجون توم يام",
+ "plural_name": "معجون توم يام"
},
"fish masala": {
"aliases": [],
"description": "",
- "name": "fish masala",
- "plural_name": "fish masalas"
+ "name": "ماسالا سمك",
+ "plural_name": "ماسالا سمك"
},
"fresh mixed herb": {
"aliases": [],
"description": "",
- "name": "fresh mixed herb",
- "plural_name": "fresh mixed herbs"
+ "name": "أعشاب مشكلة طازجة",
+ "plural_name": "أعشاب مشكلة طازجة"
},
"southwest chipotle seasoning": {
"aliases": [],
"description": "",
- "name": "southwest chipotle seasoning",
- "plural_name": "southwest chipotle seasoning"
+ "name": "توابل تشيبوتلي الجنوب غربية",
+ "plural_name": "توابل تشيبوتلي الجنوب غربية"
}
}
},
@@ -7654,620 +7654,620 @@
"flour": {
"aliases": [],
"description": "",
- "name": "flour",
- "plural_name": "flour"
+ "name": "طحين",
+ "plural_name": "طحين"
},
"vanilla extract": {
"aliases": [
- "vanilla",
- "vanillas"
+ "فانيليا",
+ "فانيليا"
],
"description": "",
- "name": "vanilla extract",
- "plural_name": "vanilla extract"
+ "name": "مستخلص الفانيليا",
+ "plural_name": "مستخلص الفانيليا"
},
"baking powder": {
"aliases": [],
"description": "",
- "name": "baking powder",
- "plural_name": "baking powder"
+ "name": "بيكنج باودر",
+ "plural_name": "بيكنج باودر"
},
"baking soda": {
"aliases": [],
"description": "",
- "name": "baking soda",
- "plural_name": "baking sodas"
+ "name": "بيكربونات الصوديوم",
+ "plural_name": "بيكربونات الصوديوم"
},
"cornstarch": {
"aliases": [],
"description": "",
- "name": "cornstarch",
- "plural_name": "cornstarches"
+ "name": "نشا الذرة",
+ "plural_name": "نشا الذرة"
},
"yeast": {
"aliases": [],
"description": "",
- "name": "yeast",
- "plural_name": "yeasts"
+ "name": "خميرة",
+ "plural_name": "خميرة"
},
"chocolate chip": {
"aliases": [],
"description": "",
- "name": "chocolate chip",
- "plural_name": "chocolate chips"
+ "name": "رقائق شوكولاتة",
+ "plural_name": "رقائق شوكولاتة"
},
"dark chocolate chip": {
"aliases": [],
"description": "",
- "name": "dark chocolate chip",
- "plural_name": "dark chocolate chips"
+ "name": "رقائق شوكولاتة داكنة",
+ "plural_name": "رقائق شوكولاتة داكنة"
},
"whole-wheat flour": {
"aliases": [
- "whole wheat flour"
+ "طحين قمح كامل"
],
"description": "",
- "name": "whole-wheat flour",
- "plural_name": "whole-wheat flour"
+ "name": "طحين قمح كامل",
+ "plural_name": "طحين قمح كامل"
},
"almond flour": {
"aliases": [],
"description": "",
- "name": "almond flour",
- "plural_name": "almond flour"
+ "name": "طحين اللوز",
+ "plural_name": "طحين اللوز"
},
"self-raising flour": {
"aliases": [],
"description": "",
- "name": "self-raising flour",
- "plural_name": "self-raising flour"
+ "name": "طحين ذاتي الرفع",
+ "plural_name": "طحين ذاتي الرفع"
},
"shredded coconut": {
"aliases": [],
"description": "",
- "name": "shredded coconut",
- "plural_name": "shredded coconuts"
+ "name": "جوز هند مبشور",
+ "plural_name": "جوز هند مبشور"
},
"cornmeal": {
"aliases": [],
"description": "",
- "name": "cornmeal",
- "plural_name": "cornmeals"
+ "name": "دقيق الذرة",
+ "plural_name": "دقيق الذرة"
},
"coconut flake": {
"aliases": [],
"description": "",
- "name": "coconut flake",
- "plural_name": "coconut flakes"
+ "name": "رقائق جوز هند",
+ "plural_name": "رقائق جوز هند"
},
"gelatin": {
"aliases": [],
"description": "",
- "name": "gelatin",
- "plural_name": "gelatins"
+ "name": "جيلاتين",
+ "plural_name": "جيلاتين"
},
"pastry flour": {
"aliases": [],
"description": "",
- "name": "pastry flour",
- "plural_name": "pastry flour"
+ "name": "طحين المعجنات",
+ "plural_name": "طحين المعجنات"
},
"coconut flour": {
"aliases": [],
"description": "",
- "name": "coconut flour",
- "plural_name": "coconut flour"
+ "name": "طحين جوز هند",
+ "plural_name": "طحين جوز هند"
},
"baking mix": {
"aliases": [],
"description": "",
- "name": "baking mix",
- "plural_name": "baking mixes"
+ "name": "خليط الخبز",
+ "plural_name": "خليط الخبز"
},
"cake flour": {
"aliases": [],
"description": "",
- "name": "cake flour",
- "plural_name": "cake flour"
+ "name": "طحين الكيك",
+ "plural_name": "طحين الكيك"
},
"corn flour": {
"aliases": [],
"description": "",
- "name": "corn flour",
- "plural_name": "corn flour"
+ "name": "دقيق الذرة",
+ "plural_name": "دقيق الذرة"
},
"cream of tartar": {
"aliases": [],
"description": "",
- "name": "cream of tartar",
- "plural_name": "cream of tartar"
+ "name": "كريم التارتار",
+ "plural_name": "كريم التارتار"
},
"bread flour": {
"aliases": [],
"description": "",
- "name": "bread flour",
- "plural_name": "bread flour"
+ "name": "طحين الخبز",
+ "plural_name": "طحين الخبز"
},
"almond meal": {
"aliases": [],
"description": "",
- "name": "almond meal",
- "plural_name": "almond meals"
+ "name": "دقيق اللوز",
+ "plural_name": "دقيق اللوز"
},
"unbleached all-purpose flour": {
"aliases": [
- "unbleached flour",
- "all-purpose flour",
- "all purpose flour"
+ "دقيق غير مبيض",
+ "دقيق متعدد الاستعمالات",
+ "دقيق متعدد الاستعمالات"
],
"description": "",
- "name": "unbleached all-purpose flour",
- "plural_name": "unbleached all-purpose flour"
+ "name": "طحين متعدد الاستخدامات غير مبيض",
+ "plural_name": "طحين متعدد الاستخدامات غير مبيض"
},
"white baking chip": {
"aliases": [],
"description": "",
- "name": "white baking chip",
- "plural_name": "white baking chips"
+ "name": "رقائق خبز بيضاء",
+ "plural_name": "رقائق خبز بيضاء"
},
"gluten-free flour": {
"aliases": [],
"description": "",
- "name": "gluten-free flour",
- "plural_name": "gluten-free flour"
+ "name": "طحين خال من الغلوتين",
+ "plural_name": "طحين خال من الغلوتين"
},
"rice flour": {
"aliases": [],
"description": "",
- "name": "rice flour",
- "plural_name": "rice flour"
+ "name": "طحين الأرز",
+ "plural_name": "طحين الأرز"
},
"desiccated coconut": {
"aliases": [],
"description": "",
- "name": "desiccated coconut",
- "plural_name": "desiccated coconuts"
+ "name": "جوز هند مجفف",
+ "plural_name": "جوز هند مجفف"
},
"tapioca starch": {
"aliases": [],
"description": "",
- "name": "tapioca starch",
- "plural_name": "tapioca starches"
+ "name": "نشا التابيوكا",
+ "plural_name": "نشا التابيوكا"
},
"yellow cake mix": {
"aliases": [],
"description": "",
- "name": "yellow cake mix",
- "plural_name": "yellow cake mixes"
+ "name": "خليط كيك أصفر",
+ "plural_name": "خليط كيك أصفر"
},
"chickpea flour": {
"aliases": [],
"description": "",
- "name": "chickpea flour",
- "plural_name": "chickpea flour"
+ "name": "طحين الحمص",
+ "plural_name": "طحين الحمص"
},
"xanthan gum": {
"aliases": [],
"description": "",
- "name": "xanthan gum",
- "plural_name": "xanthan gums"
+ "name": "صمغ الزانثان",
+ "plural_name": "صمغ الزانثان"
},
"oat flour": {
"aliases": [],
"description": "",
- "name": "oat flour",
- "plural_name": "oat flour"
+ "name": "طحين الشوفان",
+ "plural_name": "طحين الشوفان"
},
"whole-wheat pastry flour": {
"aliases": [],
"description": "",
- "name": "whole-wheat pastry flour",
- "plural_name": "whole-wheat pastry flour"
+ "name": "طحين معجنات قمح كامل",
+ "plural_name": "طحين معجنات قمح كامل"
},
"whole-wheat": {
"aliases": [
- "whole wheat",
- "whole wheats"
+ "قمح كامل",
+ "قمح كامل"
],
"description": "",
- "name": "whole-wheat",
- "plural_name": "whole-wheats"
+ "name": "قمح كامل",
+ "plural_name": "قمح كامل"
},
"candy sprinkle": {
"aliases": [],
"description": "",
- "name": "candy sprinkle",
- "plural_name": "candy sprinkles"
+ "name": "رشات حلوى",
+ "plural_name": "رشات حلوى"
},
"spelt": {
"aliases": [],
"description": "",
- "name": "spelt",
- "plural_name": "spelts"
+ "name": "حنطة",
+ "plural_name": "حنطة"
},
"brownie mix": {
"aliases": [],
"description": "",
- "name": "brownie mix",
- "plural_name": "brownie mixes"
+ "name": "خليط براوني",
+ "plural_name": "خليط براوني"
},
"arrowroot flour": {
"aliases": [],
"description": "",
- "name": "arrowroot flour",
- "plural_name": "arrowroot flour"
+ "name": "طحين الأروروت",
+ "plural_name": "طحين الأروروت"
},
"flaxseed meal": {
"aliases": [],
"description": "",
- "name": "flaxseed meal",
- "plural_name": "flaxseed meals"
+ "name": "دقيق بذور الكتان",
+ "plural_name": "دقيق بذور الكتان"
},
"chocolate cake mix": {
"aliases": [],
"description": "",
- "name": "chocolate cake mix",
- "plural_name": "chocolate cake mixes"
+ "name": "خليط كيك شوكولاتة",
+ "plural_name": "خليط كيك شوكولاتة"
},
"potato starch": {
"aliases": [],
"description": "",
- "name": "potato starch",
- "plural_name": "potato starches"
+ "name": "نشا البطاطا",
+ "plural_name": "نشا البطاطا"
},
"jello": {
"aliases": [],
"description": "",
- "name": "jello",
- "plural_name": "jelloes"
+ "name": "جيلو",
+ "plural_name": "جيلو"
},
"butterscotch chip": {
"aliases": [],
"description": "",
- "name": "butterscotch chip",
- "plural_name": "butterscotch chips"
+ "name": "رقائق بترسكوتش",
+ "plural_name": "رقائق بترسكوتش"
},
"peanut butter chip": {
"aliases": [],
"description": "",
- "name": "peanut butter chip",
- "plural_name": "peanut butter chips"
+ "name": "رقائق زبدة الفول السوداني",
+ "plural_name": "رقائق زبدة الفول السوداني"
},
"crystallized ginger": {
"aliases": [],
"description": "",
- "name": "crystallized ginger",
- "plural_name": "crystallized gingers"
+ "name": "زنجبيل متبلور",
+ "plural_name": "زنجبيل متبلور"
},
"buckwheat flour": {
"aliases": [],
"description": "",
- "name": "buckwheat flour",
- "plural_name": "buckwheat flour"
+ "name": "طحين الحنطة السوداء",
+ "plural_name": "طحين الحنطة السوداء"
},
"brown rice flour": {
"aliases": [],
"description": "",
- "name": "brown rice flour",
- "plural_name": "brown rice flour"
+ "name": "طحين الأرز البني",
+ "plural_name": "طحين الأرز البني"
},
"pectin": {
"aliases": [],
"description": "",
- "name": "pectin",
- "plural_name": "pectins"
+ "name": "بكتين",
+ "plural_name": "بكتين"
},
"rye flour": {
"aliases": [],
"description": "",
- "name": "rye flour",
- "plural_name": "rye flour"
+ "name": "طحين الجاودار",
+ "plural_name": "طحين الجاودار"
},
"psyllium husk": {
"aliases": [],
"description": "",
- "name": "psyllium husk",
- "plural_name": "psyllium husks"
+ "name": "قشور السيليوم",
+ "plural_name": "قشور السيليوم"
},
"semolina flour": {
"aliases": [],
"description": "",
- "name": "semolina flour",
- "plural_name": "semolina flour"
+ "name": "سميد",
+ "plural_name": "سميد"
},
"glutinous rice flour": {
"aliases": [],
"description": "",
- "name": "glutinous rice flour",
- "plural_name": "glutinous rice flour"
+ "name": "طحين الأرز الدبق",
+ "plural_name": "طحين الأرز الدبق"
},
"pancake mix": {
"aliases": [],
"description": "",
- "name": "pancake mix",
- "plural_name": "pancake mixes"
+ "name": "خليط بان كيك",
+ "plural_name": "خليط بان كيك"
},
"refined flour": {
"aliases": [],
"description": "",
- "name": "refined flour",
- "plural_name": "refined flour"
+ "name": "طحين منخول",
+ "plural_name": "طحين منخول"
},
"muffin mix": {
"aliases": [],
"description": "",
- "name": "muffin mix",
- "plural_name": "muffin mixes"
+ "name": "خليط مافن",
+ "plural_name": "خليط مافن"
},
"marzipan": {
"aliases": [],
"description": "",
- "name": "marzipan",
- "plural_name": "marzipans"
+ "name": "مرزبين",
+ "plural_name": "مرزبين"
},
"coffee bean": {
"aliases": [],
"description": "",
- "name": "coffee bean",
- "plural_name": "coffee beans"
+ "name": "حبوب القهوة",
+ "plural_name": "حبوب القهوة"
},
"toffee bit": {
"aliases": [],
"description": "",
- "name": "toffee bit",
- "plural_name": "toffee bits"
+ "name": "قطع توفي",
+ "plural_name": "قطع توفي"
},
"cornbread mix": {
"aliases": [],
"description": "",
- "name": "cornbread mix",
- "plural_name": "cornbread mixes"
+ "name": "خليط خبز الذرة",
+ "plural_name": "خليط خبز الذرة"
},
"spice cake mix": {
"aliases": [],
"description": "",
- "name": "spice cake mix",
- "plural_name": "spice cake mixes"
+ "name": "خليط كيك التوابل",
+ "plural_name": "خليط كيك التوابل"
},
"devil's food cake mix": {
"aliases": [],
"description": "",
- "name": "devil's food cake mix",
- "plural_name": "devil's food cake mixes"
+ "name": "خليط كيك ديفلز فود",
+ "plural_name": "خليط كيك ديفلز فود"
},
"sorghum flour": {
"aliases": [],
"description": "",
- "name": "sorghum flour",
- "plural_name": "sorghum flour"
+ "name": "طحين الذرة الرفيعة",
+ "plural_name": "طحين الذرة الرفيعة"
},
"potato flake": {
"aliases": [],
"description": "",
- "name": "potato flake",
- "plural_name": "potato flakes"
+ "name": "رقائق بطاطا",
+ "plural_name": "رقائق بطاطا"
},
"masa harina": {
"aliases": [],
"description": "",
- "name": "masa harina",
- "plural_name": "masa harinas"
+ "name": "ماسا هارينا",
+ "plural_name": "ماسا هارينا"
},
"cinnamon chip": {
"aliases": [],
"description": "",
- "name": "cinnamon chip",
- "plural_name": "cinnamon chips"
+ "name": "رقائق قرفة",
+ "plural_name": "رقائق قرفة"
},
"agar agar": {
"aliases": [],
"description": "",
- "name": "agar agar",
- "plural_name": "agar agars"
+ "name": "أغار أغار",
+ "plural_name": "أغار أغار"
},
"red velvet cake mix": {
"aliases": [],
"description": "",
- "name": "red velvet cake mix",
- "plural_name": "red velvet cake mixes"
+ "name": "خليط كيك ريد فيلفيت",
+ "plural_name": "خليط كيك ريد فيلفيت"
},
"matzo meal": {
"aliases": [],
"description": "",
- "name": "matzo meal",
- "plural_name": "matzo meals"
+ "name": "دقيق الماتزو",
+ "plural_name": "دقيق الماتزو"
},
"sago": {
"aliases": [],
"description": "",
- "name": "sago",
- "plural_name": "sagos"
+ "name": "ساغو",
+ "plural_name": "ساغو"
},
"white baking chocolate": {
"aliases": [],
"description": "",
- "name": "white baking chocolate",
- "plural_name": "white baking chocolate"
+ "name": "شوكولاتة خبز بيضاء",
+ "plural_name": "شوكولاتة خبز بيضاء"
},
"cassava flour": {
"aliases": [],
"description": "",
- "name": "cassava flour",
- "plural_name": "cassava flour"
+ "name": "طحين الكسافا",
+ "plural_name": "طحين الكسافا"
},
"whipped cream stabilizer": {
"aliases": [],
"description": "",
- "name": "whipped cream stabilizer",
- "plural_name": "whipped cream stabilizers"
+ "name": "مثبت القشطة المخفوقة",
+ "plural_name": "مثبت القشطة المخفوقة"
},
"sugar cookie mix": {
"aliases": [],
"description": "",
- "name": "sugar cookie mix",
- "plural_name": "sugar cookie mixes"
+ "name": "خليط بسكويت السكر",
+ "plural_name": "خليط بسكويت السكر"
},
"vital wheat gluten": {
"aliases": [],
"description": "",
- "name": "vital wheat gluten",
- "plural_name": "vital wheat glutens"
+ "name": "غلوتين القمح الحيوي",
+ "plural_name": "غلوتين القمح الحيوي"
},
"baking chip": {
"aliases": [],
"description": "",
- "name": "baking chip",
- "plural_name": "baking chips"
+ "name": "رقائق الخبز",
+ "plural_name": "رقائق الخبز"
},
"meringue powder": {
"aliases": [],
"description": "",
- "name": "meringue powder",
- "plural_name": "meringue powder"
+ "name": "ميرنغ بودرة",
+ "plural_name": "ميرنغ بودرة"
},
"hazelnut flour": {
"aliases": [],
"description": "",
- "name": "hazelnut flour",
- "plural_name": "hazelnut flour"
+ "name": "طحين البندق",
+ "plural_name": "طحين البندق"
},
"citric acid": {
"aliases": [],
"description": "",
- "name": "citric acid",
- "plural_name": "citric acids"
+ "name": "حمض الستريك",
+ "plural_name": "حمض الستريك"
},
"coconut chip": {
"aliases": [],
"description": "",
- "name": "coconut chip",
- "plural_name": "coconut chips"
+ "name": "رقائق جوز هند",
+ "plural_name": "رقائق جوز هند"
},
"quinoa flour": {
"aliases": [],
"description": "",
- "name": "quinoa flour",
- "plural_name": "quinoa flour"
+ "name": "طحين الكينوا",
+ "plural_name": "طحين الكينوا"
},
"finger millet flour": {
"aliases": [],
"description": "",
- "name": "finger millet flour",
- "plural_name": "finger millet flour"
+ "name": "طحين الدخن الإصبعي",
+ "plural_name": "طحين الدخن الإصبعي"
},
"fondant": {
"aliases": [],
"description": "",
- "name": "fondant",
- "plural_name": "fondants"
+ "name": "فوندان",
+ "plural_name": "فوندان"
},
"mint baking chip": {
"aliases": [],
"description": "",
- "name": "mint baking chip",
- "plural_name": "mint baking chips"
+ "name": "رقائق خبز نعناع",
+ "plural_name": "رقائق خبز نعناع"
},
"angel food cake mix": {
"aliases": [],
"description": "",
- "name": "angel food cake mix",
- "plural_name": "angel food cake mixes"
+ "name": "خليط كيك أنجل فود",
+ "plural_name": "خليط كيك أنجل فود"
},
"white cornmeal": {
"aliases": [],
"description": "",
- "name": "white cornmeal",
- "plural_name": "white cornmeals"
+ "name": "دقيق ذرة أبيض",
+ "plural_name": "دقيق ذرة أبيض"
},
"millet flour": {
"aliases": [],
"description": "",
- "name": "millet flour",
- "plural_name": "millet flour"
+ "name": "طحين الدخن",
+ "plural_name": "طحين الدخن"
},
"mincemeat": {
"aliases": [],
"description": "",
- "name": "mincemeat",
- "plural_name": "mincemeats"
+ "name": "لحم مفروم",
+ "plural_name": "لحم مفروم"
},
"gluten-free baking flour": {
"aliases": [],
"description": "",
- "name": "gluten-free baking flour",
- "plural_name": "gluten-free baking flour"
+ "name": "طحين خبز خال من الغلوتين",
+ "plural_name": "طحين خبز خال من الغلوتين"
},
"einkorn flour": {
"aliases": [],
"description": "",
- "name": "einkorn flour",
- "plural_name": "einkorn flour"
+ "name": "طحين القمح الأحادي",
+ "plural_name": "طحين القمح الأحادي"
},
"self-rising cornmeal": {
"aliases": [],
"description": "",
- "name": "self-rising cornmeal",
- "plural_name": "self-rising cornmeals"
+ "name": "دقيق ذرة ذاتي الرفع",
+ "plural_name": "دقيق ذرة ذاتي الرفع"
},
"gluten-free self-raising flour": {
"aliases": [],
"description": "",
- "name": "gluten-free self-raising flour",
- "plural_name": "gluten-free self-raising flour"
+ "name": "طحين ذاتي الرفع خال من الغلوتين",
+ "plural_name": "طحين ذاتي الرفع خال من الغلوتين"
},
"peanut flour": {
"aliases": [],
"description": "",
- "name": "peanut flour",
- "plural_name": "peanut flour"
+ "name": "طحين الفول السوداني",
+ "plural_name": "طحين الفول السوداني"
},
"sweet bean paste": {
"aliases": [],
"description": "",
- "name": "sweet bean paste",
- "plural_name": "sweet bean paste"
+ "name": "معجون الفاصوليا الحلو",
+ "plural_name": "معجون الفاصوليا الحلو"
},
"carob powder": {
"aliases": [],
"description": "",
- "name": "carob powder",
- "plural_name": "carob powder"
+ "name": "خروب بودرة",
+ "plural_name": "خروب بودرة"
},
"tapioca pearl": {
"aliases": [],
"description": "",
- "name": "tapioca pearl",
- "plural_name": "tapioca pearls"
+ "name": "لآلئ التابيوكا",
+ "plural_name": "لآلئ التابيوكا"
},
"teff flour": {
"aliases": [],
"description": "",
- "name": "teff flour",
- "plural_name": "teff flour"
+ "name": "طحين التيف",
+ "plural_name": "طحين التيف"
},
"guar gum": {
"aliases": [],
"description": "",
- "name": "guar gum",
- "plural_name": "guar gums"
+ "name": "صمغ الغوار",
+ "plural_name": "صمغ الغوار"
},
"potato flour": {
"aliases": [],
"description": "",
- "name": "potato flour",
- "plural_name": "potato flour"
+ "name": "طحين البطاطا",
+ "plural_name": "طحين البطاطا"
},
"ready-made icing": {
"aliases": [],
"description": "",
- "name": "ready-made icing",
- "plural_name": "ready-made icings"
+ "name": "تزيين كيك جاهز",
+ "plural_name": "تزيين كيك جاهز"
},
"fruit salt": {
"aliases": [],
"description": "",
- "name": "fruit salt",
- "plural_name": "fruit salt"
+ "name": "ملح الفواكه",
+ "plural_name": "ملح الفواكه"
}
}
},
@@ -8276,260 +8276,260 @@
"pie crust": {
"aliases": [],
"description": "",
- "name": "pie crust",
- "plural_name": "pie crusts"
+ "name": "قاعدة فطيرة",
+ "plural_name": "قواعد فطيرة"
},
"puff pastry": {
"aliases": [],
"description": "",
- "name": "puff pastry",
- "plural_name": "puff pastries"
+ "name": "عجينة منتفخة",
+ "plural_name": "عجينة منتفخة"
},
"pizza crust": {
"aliases": [],
"description": "",
- "name": "pizza crust",
- "plural_name": "pizza crusts"
+ "name": "قاعدة بيتزا",
+ "plural_name": "قواعد بيتزا"
},
"pizza dough": {
"aliases": [],
"description": "",
- "name": "pizza dough",
- "plural_name": "pizza doughs"
+ "name": "عجينة بيتزا",
+ "plural_name": "عجينة بيتزا"
},
"phyllo": {
"aliases": [],
"description": "",
- "name": "phyllo",
- "plural_name": "phylloes"
+ "name": "عجينة فيلو",
+ "plural_name": "عجينة فيلو"
},
"refrigerated crescent roll": {
"aliases": [],
"description": "",
- "name": "refrigerated crescent roll",
- "plural_name": "refrigerated crescent rolls"
+ "name": "لفائف هلالية مبردة",
+ "plural_name": "لفائف هلالية مبردة"
},
"biscuit dough": {
"aliases": [],
"description": "",
- "name": "biscuit dough",
- "plural_name": "biscuit doughs"
+ "name": "عجينة بسكويت",
+ "plural_name": "عجينة بسكويت"
},
"dumpling wrapper": {
"aliases": [],
"description": "",
- "name": "dumpling wrapper",
- "plural_name": "dumpling wrappers"
+ "name": "عجينة دمبلينغ",
+ "plural_name": "عجينة دمبلينغ"
},
"rice paper": {
"aliases": [],
"description": "",
- "name": "rice paper",
- "plural_name": "rice papers"
+ "name": "ورق الأرز",
+ "plural_name": "ورق الأرز"
},
"sourdough starter": {
"aliases": [],
"description": "",
- "name": "sourdough starter",
- "plural_name": "sourdough starters"
+ "name": "بادئ عجينة خميرة",
+ "plural_name": "بادئ عجينة خميرة"
},
"cookie dough": {
"aliases": [],
"description": "",
- "name": "cookie dough",
- "plural_name": "cookie doughs"
+ "name": "عجينة بسكويت",
+ "plural_name": "عجينة بسكويت"
},
"egg roll wrapper": {
"aliases": [],
"description": "",
- "name": "egg roll wrapper",
- "plural_name": "egg roll wrappers"
+ "name": "عجينة إيغ رول",
+ "plural_name": "عجينة إيغ رول"
},
"bread dough": {
"aliases": [],
"description": "",
- "name": "bread dough",
- "plural_name": "bread doughs"
+ "name": "عجينة خبز",
+ "plural_name": "عجينة خبز"
},
"butter puff pastry": {
"aliases": [],
"description": "",
- "name": "butter puff pastry",
- "plural_name": "butter puff pastries"
+ "name": "عجينة منتفخة بالزبدة",
+ "plural_name": "عجينة منتفخة بالزبدة"
},
"frozen dinner roll": {
"aliases": [],
"description": "",
- "name": "frozen dinner roll",
- "plural_name": "frozen dinner rolls"
+ "name": "لفائف عشاء مجمدة",
+ "plural_name": "لفائف عشاء مجمدة"
},
"cinnamon roll dough": {
"aliases": [],
"description": "",
- "name": "cinnamon roll dough",
- "plural_name": "cinnamon roll doughs"
+ "name": "عجينة لفائف القرفة",
+ "plural_name": "عجينة لفائف القرفة"
},
"dosa batter": {
"aliases": [],
"description": "",
- "name": "dosa batter",
- "plural_name": "dosa batters"
+ "name": "خليط دوسا",
+ "plural_name": "خليط دوسا"
},
"puff pastry shell": {
"aliases": [],
"description": "",
- "name": "puff pastry shell",
- "plural_name": "puff pastry shells"
+ "name": "قشرة عجينة منتفخة",
+ "plural_name": "قشرة عجينة منتفخة"
},
"wonton": {
"aliases": [],
"description": "",
- "name": "wonton",
- "plural_name": "wontons"
+ "name": "وون تون",
+ "plural_name": "وون تون"
},
"gyoza wrapper": {
"aliases": [],
"description": "",
- "name": "gyoza wrapper",
- "plural_name": "gyoza wrappers"
+ "name": "عجينة غيوزا",
+ "plural_name": "عجينة غيوزا"
},
"wonton strip": {
"aliases": [],
"description": "",
- "name": "wonton strip",
- "plural_name": "wonton strips"
+ "name": "شرائح وون تون",
+ "plural_name": "شرائح وون تون"
},
"gluten-free pizza crust": {
"aliases": [],
"description": "",
- "name": "gluten-free pizza crust",
- "plural_name": "gluten-free pizza crusts"
+ "name": "قاعدة بيتزا خالية من الغلوتين",
+ "plural_name": "قواعد بيتزا خالية من الغلوتين"
},
"fresh pasta dough": {
"aliases": [],
"description": "",
- "name": "fresh pasta dough",
- "plural_name": "fresh pasta doughs"
+ "name": "عجينة باستا طازجة",
+ "plural_name": "عجينة باستا طازجة"
},
"idli batter": {
"aliases": [],
"description": "",
- "name": "idli batter",
- "plural_name": "idli batters"
+ "name": "خليط إدلي",
+ "plural_name": "خليط إدلي"
},
"potsticker wrapper": {
"aliases": [],
"description": "",
- "name": "potsticker wrapper",
- "plural_name": "potsticker wrappers"
+ "name": "عجينة بوتستيكر",
+ "plural_name": "عجينة بوتستيكر"
},
"chocolate pie crust": {
"aliases": [],
"description": "",
- "name": "chocolate pie crust",
- "plural_name": "chocolate pie crusts"
+ "name": "قاعدة فطيرة شوكولاتة",
+ "plural_name": "قواعد فطيرة شوكولاتة"
},
"croissant dough": {
"aliases": [],
"description": "",
- "name": "croissant dough",
- "plural_name": "croissant doughs"
+ "name": "عجينة كرواسون",
+ "plural_name": "عجينة كرواسون"
},
"tofu skin": {
"aliases": [],
"description": "",
- "name": "tofu skin",
- "plural_name": "tofu skins"
+ "name": "جلد التوفو",
+ "plural_name": "جلد التوفو"
},
"brisee": {
"aliases": [],
"description": "",
- "name": "brisee",
- "plural_name": "brisees"
+ "name": "عجينة بريزيه",
+ "plural_name": "عجينة بريزيه"
},
"sausage roll": {
"aliases": [],
"description": "",
- "name": "sausage roll",
- "plural_name": "sausage rolls"
+ "name": "لفائف سجق",
+ "plural_name": "لفائف سجق"
},
"kataifi": {
"aliases": [],
"description": "",
- "name": "kataifi",
- "plural_name": "kataifis"
+ "name": "كتائفي",
+ "plural_name": "كتائفي"
},
"korean rice cake": {
"aliases": [],
"description": "",
- "name": "korean rice cake",
- "plural_name": "korean rice cakes"
+ "name": "كعكة أرز كورية",
+ "plural_name": "كعكة أرز كورية"
},
"corn dog": {
"aliases": [],
"description": "",
- "name": "corn dog",
- "plural_name": "corn dogs"
+ "name": "كورن دوج",
+ "plural_name": "كورن دوج"
},
"tortilla dough": {
"aliases": [],
"description": "",
- "name": "tortilla dough",
- "plural_name": "tortilla doughs"
+ "name": "عجينة تورتيلا",
+ "plural_name": "عجينة تورتيلا"
},
"empanada wrapper": {
"aliases": [],
"description": "",
- "name": "empanada wrapper",
- "plural_name": "empanada wrappers"
+ "name": "عجينة إمبانادا",
+ "plural_name": "عجينة إمبانادا"
},
"rough-puff pastry": {
"aliases": [],
"description": "",
- "name": "rough-puff pastry",
- "plural_name": "rough-puff pastries"
+ "name": "عجينة منتفخة خشنة",
+ "plural_name": "عجينة منتفخة خشنة"
},
"gingerbread cookie dough": {
"aliases": [],
"description": "",
- "name": "gingerbread cookie dough",
- "plural_name": "gingerbread cookie doughs"
+ "name": "عجينة بسكويت خبز الزنجبيل",
+ "plural_name": "عجينة بسكويت خبز الزنجبيل"
},
"yufka": {
"aliases": [],
"description": "",
- "name": "yufka",
- "plural_name": "yufkas"
+ "name": "يوفكا",
+ "plural_name": "يوفكا"
},
"cob loaf": {
"aliases": [],
"description": "",
- "name": "cob loaf",
- "plural_name": "cob loaves"
+ "name": "رغيف خبز دائري",
+ "plural_name": "أرغفة خبز دائرية"
},
"egg wrap": {
"aliases": [],
"description": "",
- "name": "egg wrap",
- "plural_name": "egg wraps"
+ "name": "لفافة بيض",
+ "plural_name": "لفافات بيض"
},
"samosa sheet": {
"aliases": [],
"description": "",
- "name": "samosa sheet",
- "plural_name": "samosa sheets"
+ "name": "رقائق سمبوسة",
+ "plural_name": "رقائق سمبوسة"
},
"frozen pizza roll": {
"aliases": [],
"description": "",
- "name": "frozen pizza roll",
- "plural_name": "frozen pizza rolls"
+ "name": "لفائف بيتزا مجمدة",
+ "plural_name": "لفائف بيتزا مجمدة"
},
"brick pastry": {
"aliases": [],
"description": "",
- "name": "brick pastry",
- "plural_name": "brick pastries"
+ "name": "عجينة بريك",
+ "plural_name": "عجينة بريك"
}
}
},
@@ -8538,556 +8538,556 @@
"rolled oat": {
"aliases": [],
"description": "",
- "name": "rolled oat",
- "plural_name": "rolled oats"
+ "name": "شوفان ملفوف",
+ "plural_name": "شوفان ملفوف"
},
"rice": {
"aliases": [],
"description": "",
- "name": "rice",
- "plural_name": "rices"
+ "name": "أرز",
+ "plural_name": "أرز"
},
"Rice Krispie Cereal": {
"aliases": [
- "Rice Krispie"
+ "أرز كريسبي"
],
"description": "",
- "name": "Rice Krispie Cereal",
- "plural_name": "Rice Krispie Cereal"
+ "name": "حبوب رايس كرسبي",
+ "plural_name": "حبوب رايس كرسبي"
},
"quinoa": {
"aliases": [],
"description": "",
- "name": "quinoa",
- "plural_name": "quinoas"
+ "name": "كينوا",
+ "plural_name": "كينوا"
},
"basmati rice": {
"aliases": [],
"description": "",
- "name": "basmati rice",
- "plural_name": "basmati rices"
+ "name": "أرز بسمتي",
+ "plural_name": "أرز بسمتي"
},
"brown rice": {
"aliases": [],
"description": "",
- "name": "brown rice",
- "plural_name": "brown rices"
+ "name": "أرز بني",
+ "plural_name": "أرز بني"
},
"quick-cooking oat": {
"aliases": [],
"description": "",
- "name": "quick-cooking oat",
- "plural_name": "quick-cooking oats"
+ "name": "شوفان سريع التحضير",
+ "plural_name": "شوفان سريع التحضير"
},
"breakfast cereal": {
"aliases": [],
"description": "",
- "name": "breakfast cereal",
- "plural_name": "breakfast cereals"
+ "name": "حبوب إفطار",
+ "plural_name": "حبوب إفطار"
},
"risotto rice": {
"aliases": [],
"description": "",
- "name": "risotto rice",
- "plural_name": "risotto rices"
+ "name": "أرز الريزوتو",
+ "plural_name": "أرز الريزوتو"
},
"couscous": {
"aliases": [],
"description": "",
- "name": "couscous",
- "plural_name": "couscous"
+ "name": "كسكس",
+ "plural_name": "كسكس"
},
"rice cereal": {
"aliases": [],
"description": "",
- "name": "rice cereal",
- "plural_name": "rice cereals"
+ "name": "حبوب الأرز",
+ "plural_name": "حبوب الأرز"
},
"wild rice": {
"aliases": [],
"description": "",
- "name": "wild rice",
- "plural_name": "wild rices"
+ "name": "أرز بري",
+ "plural_name": "أرز بري"
},
"semolina": {
"aliases": [],
"description": "",
- "name": "semolina",
- "plural_name": "semolinas"
+ "name": "سميد",
+ "plural_name": "سميد"
},
"jasmine rice": {
"aliases": [],
"description": "",
- "name": "jasmine rice",
- "plural_name": "jasmine rices"
+ "name": "أرز ياسمين",
+ "plural_name": "أرز ياسمين"
},
"polenta": {
"aliases": [],
"description": "",
- "name": "polenta",
- "plural_name": "polentas"
+ "name": "بولينتا",
+ "plural_name": "بولينتا"
},
"granola cereal": {
"aliases": [],
"description": "",
- "name": "granola cereal",
- "plural_name": "granola cereals"
+ "name": "حبوب جرانولا",
+ "plural_name": "حبوب جرانولا"
},
"bulgur": {
"aliases": [],
"description": "",
- "name": "bulgur",
- "plural_name": "bulgurs"
+ "name": "برغل",
+ "plural_name": "برغل"
},
"pearl barley": {
"aliases": [],
"description": "",
- "name": "pearl barley",
- "plural_name": "pearl barleys"
+ "name": "شعير لؤلؤي",
+ "plural_name": "شعير لؤلؤي"
},
"farro": {
"aliases": [],
"description": "",
- "name": "farro",
- "plural_name": "farroes"
+ "name": "فارو",
+ "plural_name": "فارو"
},
"barley": {
"aliases": [],
"description": "",
- "name": "barley",
- "plural_name": "barleys"
+ "name": "شعير",
+ "plural_name": "شعير"
},
"wheat germ": {
"aliases": [],
"description": "",
- "name": "wheat germ",
- "plural_name": "wheat germs"
+ "name": "جنين القمح",
+ "plural_name": "جنين القمح"
},
"grit": {
"aliases": [],
"description": "",
- "name": "grit",
- "plural_name": "grits"
+ "name": "جريش",
+ "plural_name": "جريش"
},
"steel cut oat": {
"aliases": [],
"description": "",
- "name": "steel cut oat",
- "plural_name": "steel cut oats"
+ "name": "شوفان مقطع",
+ "plural_name": "شوفان مقطع"
},
"millet": {
"aliases": [],
"description": "",
- "name": "millet",
- "plural_name": "millets"
+ "name": "دخن",
+ "plural_name": "دخن"
},
"oat bran": {
"aliases": [],
"description": "",
- "name": "oat bran",
- "plural_name": "oat brans"
+ "name": "نخالة الشوفان",
+ "plural_name": "نخالة الشوفان"
},
"sushi rice": {
"aliases": [],
"description": "",
- "name": "sushi rice",
- "plural_name": "sushi rices"
+ "name": "أرز سوشي",
+ "plural_name": "أرز سوشي"
},
"glutinous rice": {
"aliases": [],
"description": "",
- "name": "glutinous rice",
- "plural_name": "glutinous rices"
+ "name": "أرز دبق",
+ "plural_name": "أرز دبق"
},
"instant rice": {
"aliases": [],
"description": "",
- "name": "instant rice",
- "plural_name": "instant rices"
+ "name": "أرز فوري",
+ "plural_name": "أرز فوري"
},
"hominy": {
"aliases": [],
"description": "",
- "name": "hominy",
- "plural_name": "hominies"
+ "name": "هوميني",
+ "plural_name": "هوميني"
},
"red quinoa": {
"aliases": [],
"description": "",
- "name": "red quinoa",
- "plural_name": "red quinoas"
+ "name": "كينوا حمراء",
+ "plural_name": "كينوا حمراء"
},
"raw buckwheat": {
"aliases": [],
"description": "",
- "name": "raw buckwheat",
- "plural_name": "raw buckwheats"
+ "name": "حنطة سوداء خام",
+ "plural_name": "حنطة سوداء خام"
},
"wheat bran": {
"aliases": [],
"description": "",
- "name": "wheat bran",
- "plural_name": "wheat brans"
+ "name": "نخالة القمح",
+ "plural_name": "نخالة القمح"
},
"instant oat": {
"aliases": [],
"description": "",
- "name": "instant oat",
- "plural_name": "instant oats"
+ "name": "شوفان فوري",
+ "plural_name": "شوفان فوري"
},
"wheat berry": {
"aliases": [],
"description": "",
- "name": "wheat berry",
- "plural_name": "wheat berries"
+ "name": "حبوب القمح الكاملة",
+ "plural_name": "حبوب القمح الكاملة"
},
"poha": {
"aliases": [],
"description": "",
- "name": "poha",
- "plural_name": "pohas"
+ "name": "بوهة",
+ "plural_name": "بوهة"
},
"black rice": {
"aliases": [],
"description": "",
- "name": "black rice",
- "plural_name": "black rices"
+ "name": "أرز أسود",
+ "plural_name": "أرز أسود"
},
"yellow rice": {
"aliases": [],
"description": "",
- "name": "yellow rice",
- "plural_name": "yellow rices"
+ "name": "أرز أصفر",
+ "plural_name": "أرز أصفر"
},
"fine semolina": {
"aliases": [],
"description": "",
- "name": "fine semolina",
- "plural_name": "fine semolinas"
+ "name": "سميد ناعم",
+ "plural_name": "سميد ناعم"
},
"muesli": {
"aliases": [],
"description": "",
- "name": "muesli",
- "plural_name": "mueslis"
+ "name": "موسلي",
+ "plural_name": "موسلي"
},
"amaranth": {
"aliases": [],
"description": "",
- "name": "amaranth",
- "plural_name": "amaranths"
+ "name": "قطيفة",
+ "plural_name": "قطيفة"
},
"kasha": {
"aliases": [],
"description": "",
- "name": "kasha",
- "plural_name": "kashas"
+ "name": "كاشا",
+ "plural_name": "كاشا"
},
"quinoa flake": {
"aliases": [],
"description": "",
- "name": "quinoa flake",
- "plural_name": "quinoa flakes"
+ "name": "رقائق كينوا",
+ "plural_name": "رقائق كينوا"
},
"puffed rice": {
"aliases": [],
"description": "",
- "name": "puffed rice",
- "plural_name": "puffed rices"
+ "name": "أرز منتفخ",
+ "plural_name": "أرز منتفخ"
},
"pearled farro": {
"aliases": [],
"description": "",
- "name": "pearled farro",
- "plural_name": "pearled farroes"
+ "name": "فارو لؤلؤي",
+ "plural_name": "فارو لؤلؤي"
},
"cracked wheat": {
"aliases": [],
"description": "",
- "name": "cracked wheat",
- "plural_name": "cracked wheats"
+ "name": "قمح مجروش",
+ "plural_name": "قمح مجروش"
},
"freekeh": {
"aliases": [],
"description": "",
- "name": "freekeh",
- "plural_name": "freekehs"
+ "name": "فريكة",
+ "plural_name": "فريكة"
},
"paella rice": {
"aliases": [],
"description": "",
- "name": "paella rice",
- "plural_name": "paella rices"
+ "name": "أرز بيلا",
+ "plural_name": "أرز بيلا"
},
"sorghum": {
"aliases": [],
"description": "",
- "name": "sorghum",
- "plural_name": "sorghums"
+ "name": "ذرة رفيعة",
+ "plural_name": "ذرة رفيعة"
},
"red rice": {
"aliases": [],
"description": "",
- "name": "red rice",
- "plural_name": "red rices"
+ "name": "أرز أحمر",
+ "plural_name": "أرز أحمر"
},
"mexican rice": {
"aliases": [],
"description": "",
- "name": "mexican rice",
- "plural_name": "mexican rices"
+ "name": "أرز مكسيكي",
+ "plural_name": "أرز مكسيكي"
},
"idli rice": {
"aliases": [],
"description": "",
- "name": "idli rice",
- "plural_name": "idli rices"
+ "name": "أرز إدلي",
+ "plural_name": "أرز إدلي"
},
"brown jasmine rice": {
"aliases": [],
"description": "",
- "name": "brown jasmine rice",
- "plural_name": "brown jasmine rices"
+ "name": "أرز ياسمين بني",
+ "plural_name": "أرز ياسمين بني"
},
"cream of wheat": {
"aliases": [],
"description": "",
- "name": "cream of wheat",
- "plural_name": "cream of wheat"
+ "name": "كريمة القمح",
+ "plural_name": "كريمة القمح"
},
"rice pilaf": {
"aliases": [],
"description": "",
- "name": "rice pilaf",
- "plural_name": "rice pilafs"
+ "name": "بيلاف الأرز",
+ "plural_name": "بيلاف الأرز"
},
"barnyard millet": {
"aliases": [],
"description": "",
- "name": "barnyard millet",
- "plural_name": "barnyard millets"
+ "name": "دخن البيدر",
+ "plural_name": "دخن البيدر"
},
"weetabix": {
"aliases": [],
"description": "",
- "name": "weetabix",
- "plural_name": "weetabixes"
+ "name": "ويتابيكس",
+ "plural_name": "ويتابيكس"
},
"jambalaya rice mix": {
"aliases": [],
"description": "",
- "name": "jambalaya rice mix",
- "plural_name": "jambalaya rice mixes"
+ "name": "خليط أرز جامبالايا",
+ "plural_name": "خليط أرز جامبالايا"
},
"black glutinous rice": {
"aliases": [],
"description": "",
- "name": "black glutinous rice",
- "plural_name": "black glutinous rices"
+ "name": "أرز دبق أسود",
+ "plural_name": "أرز دبق أسود"
},
"whole-grain oat": {
"aliases": [],
"description": "",
- "name": "whole-grain oat",
- "plural_name": "whole-grain oats"
+ "name": "شوفان كامل الحبة",
+ "plural_name": "شوفان كامل الحبة"
},
"puffed quinoa": {
"aliases": [],
"description": "",
- "name": "puffed quinoa",
- "plural_name": "puffed quinoas"
+ "name": "كينوا منتفخة",
+ "plural_name": "كينوا منتفخة"
},
"cilantro lime rice": {
"aliases": [],
"description": "",
- "name": "cilantro lime rice",
- "plural_name": "cilantro lime rices"
+ "name": "أرز بالكزبرة والليمون",
+ "plural_name": "أرز بالكزبرة والليمون"
},
"dirty rice mix": {
"aliases": [],
"description": "",
- "name": "dirty rice mix",
- "plural_name": "dirty rice mixes"
+ "name": "خليط الأرز القذر",
+ "plural_name": "خليط الأرز القذر"
},
"puffed wheat": {
"aliases": [],
"description": "",
- "name": "puffed wheat",
- "plural_name": "puffed wheats"
+ "name": "قمح منتفخ",
+ "plural_name": "قمح منتفخ"
},
"hulled barley": {
"aliases": [],
"description": "",
- "name": "hulled barley",
- "plural_name": "hulled barleys"
+ "name": "شعير مقشور",
+ "plural_name": "شعير مقشور"
},
"brown long grain rice": {
"aliases": [],
"description": "",
- "name": "brown long grain rice",
- "plural_name": "brown long grain rices"
+ "name": "أرز طويل الحبة بني",
+ "plural_name": "أرز طويل الحبة بني"
},
"finger millet": {
"aliases": [],
"description": "",
- "name": "finger millet",
- "plural_name": "finger millets"
+ "name": "دخن إصبعي",
+ "plural_name": "دخن إصبعي"
},
"foxtail millet": {
"aliases": [],
"description": "",
- "name": "foxtail millet",
- "plural_name": "foxtail millets"
+ "name": "دخن الذيل الثعلبي",
+ "plural_name": "دخن الذيل الثعلبي"
},
"matta rice": {
"aliases": [],
"description": "",
- "name": "matta rice",
- "plural_name": "matta rices"
+ "name": "أرز ماتا",
+ "plural_name": "أرز ماتا"
},
"rye berry": {
"aliases": [],
"description": "",
- "name": "rye berry",
- "plural_name": "rye berries"
+ "name": "حبوب الجاودار",
+ "plural_name": "حبوب الجاودار"
},
"spelt flake": {
"aliases": [],
"description": "",
- "name": "spelt flake",
- "plural_name": "spelt flakes"
+ "name": "رقائق الحنطة",
+ "plural_name": "رقائق الحنطة"
},
"kodo millet": {
"aliases": [],
"description": "",
- "name": "kodo millet",
- "plural_name": "kodo millets"
+ "name": "دخن كودو",
+ "plural_name": "دخن كودو"
},
"oat groat": {
"aliases": [],
"description": "",
- "name": "oat groat",
- "plural_name": "oat groats"
+ "name": "حبوب الشوفان الكاملة",
+ "plural_name": "حبوب الشوفان الكاملة"
},
"teff": {
"aliases": [],
"description": "",
- "name": "teff",
- "plural_name": "teffs"
+ "name": "تيف",
+ "plural_name": "تيف"
},
"rye flake": {
"aliases": [],
"description": "",
- "name": "rye flake",
- "plural_name": "rye flakes"
+ "name": "رقائق الجاودار",
+ "plural_name": "رقائق الجاودار"
},
"little millet": {
"aliases": [],
"description": "",
- "name": "little millet",
- "plural_name": "little millets"
+ "name": "دخن صغير",
+ "plural_name": "دخن صغير"
},
"gluten-free breakfast cereal": {
"aliases": [],
"description": "",
- "name": "gluten-free breakfast cereal",
- "plural_name": "gluten-free breakfast cereals"
+ "name": "حبوب إفطار خالية من الغلوتين",
+ "plural_name": "حبوب إفطار خالية من الغلوتين"
},
"puffed amaranth": {
"aliases": [],
"description": "",
- "name": "puffed amaranth",
- "plural_name": "puffed amaranths"
+ "name": "قطيفة منتفخة",
+ "plural_name": "قطيفة منتفخة"
},
"coconut rice": {
"aliases": [],
"description": "",
- "name": "coconut rice",
- "plural_name": "coconut rices"
+ "name": "أرز بجوز الهند",
+ "plural_name": "أرز بجوز الهند"
},
"amaranth flake": {
"aliases": [],
"description": "",
- "name": "amaranth flake",
- "plural_name": "amaranth flakes"
+ "name": "رقائق القطيفة",
+ "plural_name": "رقائق القطيفة"
},
"puffed kamut": {
"aliases": [],
"description": "",
- "name": "puffed kamut",
- "plural_name": "puffed kamuts"
+ "name": "كاموت منتفخ",
+ "plural_name": "كاموت منتفخ"
},
"bamboo rice": {
"aliases": [],
"description": "",
- "name": "bamboo rice",
- "plural_name": "bamboo rices"
+ "name": "أرز الخيزران",
+ "plural_name": "أرز الخيزران"
},
"pearled sorghum": {
"aliases": [],
"description": "",
- "name": "pearled sorghum",
- "plural_name": "pearled sorghums"
+ "name": "ذرة رفيعة لؤلؤية",
+ "plural_name": "ذرة رفيعة لؤلؤية"
},
"shirataki rice": {
"aliases": [],
"description": "",
- "name": "shirataki rice",
- "plural_name": "shirataki rices"
+ "name": "أرز شيراتاكي",
+ "plural_name": "أرز شيراتاكي"
},
"vegetable fried rice": {
"aliases": [],
"description": "",
- "name": "vegetable fried rice",
- "plural_name": "vegetable fried rices"
+ "name": "أرز مقلي بالخضروات",
+ "plural_name": "أرز مقلي بالخضروات"
},
"grünkern": {
"aliases": [],
"description": "",
- "name": "grünkern",
- "plural_name": "grünkerns"
+ "name": "غرونكيرن",
+ "plural_name": "غرونكيرن"
},
"jeera rice": {
"aliases": [],
"description": "",
- "name": "jeera rice",
- "plural_name": "jeera rices"
+ "name": "أرز بالكمون",
+ "plural_name": "أرز بالكمون"
},
"fonio": {
"aliases": [],
"description": "",
- "name": "fonio",
- "plural_name": "fonios"
+ "name": "فونيو",
+ "plural_name": "فونيو"
},
"kamut flake": {
"aliases": [],
"description": "",
- "name": "kamut flake",
- "plural_name": "kamut flakes"
+ "name": "رقائق الكاموت",
+ "plural_name": "رقائق الكاموت"
},
"texmati rice": {
"aliases": [],
"description": "",
- "name": "texmati rice",
- "plural_name": "texmati rices"
+ "name": "أرز تيكسماتي",
+ "plural_name": "أرز تيكسماتي"
},
"cream of rice": {
"aliases": [],
"description": "",
- "name": "cream of rice",
- "plural_name": "cream of rice"
+ "name": "كريمة الأرز",
+ "plural_name": "كريمة الأرز"
},
"kañiwa": {
"aliases": [],
"description": "",
- "name": "kañiwa",
- "plural_name": "kañiwas"
+ "name": "كانيوا",
+ "plural_name": "كانيوا"
},
"proso millet": {
"aliases": [],
"description": "",
- "name": "proso millet",
- "plural_name": "proso millets"
+ "name": "دخن بروسو",
+ "plural_name": "دخن بروسو"
}
}
},
@@ -9096,398 +9096,398 @@
"pea": {
"aliases": [],
"description": "",
- "name": "pea",
- "plural_name": "peas"
+ "name": "بازلاء",
+ "plural_name": "بازلاء"
},
"green bean": {
"aliases": [],
"description": "",
- "name": "green bean",
- "plural_name": "green beans"
+ "name": "فاصوليا خضراء",
+ "plural_name": "فاصوليا خضراء"
},
"chickpea": {
"aliases": [],
"description": "",
- "name": "chickpea",
- "plural_name": "chickpeas"
+ "name": "حمص",
+ "plural_name": "حمص"
},
"black bean": {
"aliases": [],
"description": "",
- "name": "black bean",
- "plural_name": "black beans"
+ "name": "فاصوليا سوداء",
+ "plural_name": "فاصوليا سوداء"
},
"kidney bean": {
"aliases": [],
"description": "",
- "name": "kidney bean",
- "plural_name": "kidney beans"
+ "name": "فاصوليا حمراء",
+ "plural_name": "فاصوليا حمراء"
},
"white bean": {
"aliases": [],
"description": "",
- "name": "white bean",
- "plural_name": "white beans"
+ "name": "فاصوليا بيضاء",
+ "plural_name": "فاصوليا بيضاء"
},
"lentil": {
"aliases": [],
"description": "",
- "name": "lentil",
- "plural_name": "lentils"
+ "name": "عدس",
+ "plural_name": "عدس"
},
"pinto bean": {
"aliases": [],
"description": "",
- "name": "pinto bean",
- "plural_name": "pinto beans"
+ "name": "فاصوليا بينتو",
+ "plural_name": "فاصوليا بينتو"
},
"snow pea": {
"aliases": [],
"description": "",
- "name": "snow pea",
- "plural_name": "snow peas"
+ "name": "بازلاء الثلج",
+ "plural_name": "بازلاء الثلج"
},
"snap pea": {
"aliases": [],
"description": "",
- "name": "snap pea",
- "plural_name": "snap peas"
+ "name": "بازلاء السكر",
+ "plural_name": "بازلاء السكر"
},
"red lentil": {
"aliases": [],
"description": "",
- "name": "red lentil",
- "plural_name": "red lentils"
+ "name": "عدس أحمر",
+ "plural_name": "عدس أحمر"
},
"cannellini bean": {
"aliases": [],
"description": "",
- "name": "cannellini bean",
- "plural_name": "cannellini beans"
+ "name": "فاصوليا كانيليني",
+ "plural_name": "فاصوليا كانيليني"
},
"bean sprout": {
"aliases": [],
"description": "",
- "name": "bean sprout",
- "plural_name": "bean sprouts"
+ "name": "براعم فاصوليا",
+ "plural_name": "براعم فاصوليا"
},
"edamame": {
"aliases": [],
"description": "",
- "name": "edamame",
- "plural_name": "edamames"
+ "name": "إدامامي",
+ "plural_name": "إدامامي"
},
"green lentil": {
"aliases": [],
"description": "",
- "name": "green lentil",
- "plural_name": "green lentils"
+ "name": "عدس أخضر",
+ "plural_name": "عدس أخضر"
},
"urad dal": {
"aliases": [],
"description": "",
- "name": "urad dal",
- "plural_name": "urad dals"
+ "name": "أوراد دال",
+ "plural_name": "أوراد دال"
},
"lima bean": {
"aliases": [],
"description": "",
- "name": "lima bean",
- "plural_name": "lima beans"
+ "name": "فاصوليا ليما",
+ "plural_name": "فاصوليا ليما"
},
"chana dal": {
"aliases": [],
"description": "",
- "name": "chana dal",
- "plural_name": "chana dals"
+ "name": "شانا دال",
+ "plural_name": "شانا دال"
},
"fava bean": {
"aliases": [],
"description": "",
- "name": "fava bean",
- "plural_name": "fava beans"
+ "name": "فول",
+ "plural_name": "فول"
},
"black-eyed pea": {
"aliases": [],
"description": "",
- "name": "black-eyed pea",
- "plural_name": "black-eyed peas"
+ "name": "لوبيا",
+ "plural_name": "لوبيا"
},
"moong dal": {
"aliases": [],
"description": "",
- "name": "moong dal",
- "plural_name": "moong dals"
+ "name": "مونغ دال",
+ "plural_name": "مونغ دال"
},
"split pea": {
"aliases": [],
"description": "",
- "name": "split pea",
- "plural_name": "split peas"
+ "name": "بازلاء مجروشة",
+ "plural_name": "بازلاء مجروشة"
},
"pigeon pea": {
"aliases": [],
"description": "",
- "name": "pigeon pea",
- "plural_name": "pigeon peas"
+ "name": "بازلاء الحمام",
+ "plural_name": "بازلاء الحمام"
},
"red bean": {
"aliases": [],
"description": "",
- "name": "red bean",
- "plural_name": "red beans"
+ "name": "فاصوليا حمراء",
+ "plural_name": "فاصوليا حمراء"
},
"mung bean sprout": {
"aliases": [],
"description": "",
- "name": "mung bean sprout",
- "plural_name": "mung bean sprouts"
+ "name": "براعم مونغ",
+ "plural_name": "براعم مونغ"
},
"soybean": {
"aliases": [],
"description": "",
- "name": "soybean",
- "plural_name": "soybeans"
+ "name": "فول الصويا",
+ "plural_name": "فول الصويا"
},
"mung bean": {
"aliases": [],
"description": "",
- "name": "mung bean",
- "plural_name": "mung beans"
+ "name": "مونغ",
+ "plural_name": "مونغ"
},
"string bean": {
"aliases": [],
"description": "",
- "name": "string bean",
- "plural_name": "string beans"
+ "name": "فاصوليا خيطية",
+ "plural_name": "فاصوليا خيطية"
},
"yellow split pea": {
"aliases": [],
"description": "",
- "name": "yellow split pea",
- "plural_name": "yellow split peas"
+ "name": "بازلاء صفراء مجروشة",
+ "plural_name": "بازلاء صفراء مجروشة"
},
"black lentil": {
"aliases": [],
"description": "",
- "name": "black lentil",
- "plural_name": "black lentils"
+ "name": "عدس أسود",
+ "plural_name": "عدس أسود"
},
"borlotti bean": {
"aliases": [],
"description": "",
- "name": "borlotti bean",
- "plural_name": "borlotti beans"
+ "name": "فاصوليا بورلوتي",
+ "plural_name": "فاصوليا بورلوتي"
},
"aquafaba": {
"aliases": [],
"description": "",
- "name": "aquafaba",
- "plural_name": "aquafabas"
+ "name": "أكوافابا",
+ "plural_name": "أكوافابا"
},
"chana": {
"aliases": [],
"description": "",
- "name": "chana",
- "plural_name": "chanas"
+ "name": "شانا",
+ "plural_name": "شانا"
},
"snake bean": {
"aliases": [],
"description": "",
- "name": "snake bean",
- "plural_name": "snake beans"
+ "name": "فاصوليا الأفعى",
+ "plural_name": "فاصوليا الأفعى"
},
"yellow lentil": {
"aliases": [],
"description": "",
- "name": "yellow lentil",
- "plural_name": "yellow lentils"
+ "name": "عدس أصفر",
+ "plural_name": "عدس أصفر"
},
"mixed bean": {
"aliases": [],
"description": "",
- "name": "mixed bean",
- "plural_name": "mixed beans"
+ "name": "فاصوليا مشكلة",
+ "plural_name": "فاصوليا مشكلة"
},
"kala chana": {
"aliases": [],
"description": "",
- "name": "kala chana",
- "plural_name": "kala chanas"
+ "name": "كالا شانا",
+ "plural_name": "كالا شانا"
},
"fermented black bean": {
"aliases": [],
"description": "",
- "name": "fermented black bean",
- "plural_name": "fermented black beans"
+ "name": "فاصوليا سوداء مخمرة",
+ "plural_name": "فاصوليا سوداء مخمرة"
},
"black gram": {
"aliases": [],
"description": "",
- "name": "black gram",
- "plural_name": "black grams"
+ "name": "جرام أسود",
+ "plural_name": "جرام أسود"
},
"wax bean": {
"aliases": [],
"description": "",
- "name": "wax bean",
- "plural_name": "wax beans"
+ "name": "فاصوليا الشمع",
+ "plural_name": "فاصوليا الشمع"
},
"dried pea": {
"aliases": [],
"description": "",
- "name": "dried pea",
- "plural_name": "dried peas"
+ "name": "بازلاء مجففة",
+ "plural_name": "بازلاء مجففة"
},
"pink bean": {
"aliases": [],
"description": "",
- "name": "pink bean",
- "plural_name": "pink beans"
+ "name": "فاصوليا وردية",
+ "plural_name": "فاصوليا وردية"
},
"lentil sprout": {
"aliases": [],
"description": "",
- "name": "lentil sprout",
- "plural_name": "lentil sprouts"
+ "name": "براعم عدس",
+ "plural_name": "براعم عدس"
},
"white pea": {
"aliases": [],
"description": "",
- "name": "white pea",
- "plural_name": "white peas"
+ "name": "بازلاء بيضاء",
+ "plural_name": "بازلاء بيضاء"
},
"black soybean": {
"aliases": [],
"description": "",
- "name": "black soybean",
- "plural_name": "black soybeans"
+ "name": "فول صويا أسود",
+ "plural_name": "فول صويا أسود"
},
"field pea": {
"aliases": [],
"description": "",
- "name": "field pea",
- "plural_name": "field peas"
+ "name": "بازلاء حقلية",
+ "plural_name": "بازلاء حقلية"
},
"gigante": {
"aliases": [],
"description": "",
- "name": "gigante",
- "plural_name": "gigantes"
+ "name": "جيجانتي",
+ "plural_name": "جيجانتي"
},
"flageolet": {
"aliases": [],
"description": "",
- "name": "flageolet",
- "plural_name": "flageolets"
+ "name": "فلاجيوليه",
+ "plural_name": "فلاجيوليه"
},
"horse gram": {
"aliases": [],
"description": "",
- "name": "horse gram",
- "plural_name": "horse grams"
+ "name": "جرام الحصان",
+ "plural_name": "جرام الحصان"
},
"soy sprout": {
"aliases": [],
"description": "",
- "name": "soy sprout",
- "plural_name": "soy sprouts"
+ "name": "براعم صويا",
+ "plural_name": "براعم صويا"
},
"honey bean": {
"aliases": [],
"description": "",
- "name": "honey bean",
- "plural_name": "honey beans"
+ "name": "فاصوليا العسل",
+ "plural_name": "فاصوليا العسل"
},
"cluster bean": {
"aliases": [],
"description": "",
- "name": "cluster bean",
- "plural_name": "cluster beans"
+ "name": "فاصوليا العنقود",
+ "plural_name": "فاصوليا العنقود"
},
"brown bean": {
"aliases": [],
"description": "",
- "name": "brown bean",
- "plural_name": "brown beans"
+ "name": "فاصوليا بنية",
+ "plural_name": "فاصوليا بنية"
},
"mayocoba bean": {
"aliases": [],
"description": "",
- "name": "mayocoba bean",
- "plural_name": "mayocoba beans"
+ "name": "فاصوليا مايوكوبا",
+ "plural_name": "فاصوليا مايوكوبا"
},
"winged bean": {
"aliases": [],
"description": "",
- "name": "winged bean",
- "plural_name": "winged beans"
+ "name": "فاصوليا مجنحة",
+ "plural_name": "فاصوليا مجنحة"
},
"castelluccio lentil": {
"aliases": [],
"description": "",
- "name": "castelluccio lentil",
- "plural_name": "castelluccio lentils"
+ "name": "عدس كاستيلوتشيو",
+ "plural_name": "عدس كاستيلوتشيو"
},
"golden wax bean": {
"aliases": [],
"description": "",
- "name": "golden wax bean",
- "plural_name": "golden wax beans"
+ "name": "فاصوليا شمعية ذهبية",
+ "plural_name": "فاصوليا شمعية ذهبية"
},
"moth bean": {
"aliases": [],
"description": "",
- "name": "moth bean",
- "plural_name": "moth beans"
+ "name": "فاصوليا العثة",
+ "plural_name": "فاصوليا العثة"
},
"chickpea sprout": {
"aliases": [],
"description": "",
- "name": "chickpea sprout",
- "plural_name": "chickpea sprouts"
+ "name": "براعم حمص",
+ "plural_name": "براعم حمص"
},
"hara chana": {
"aliases": [],
"description": "",
- "name": "hara chana",
- "plural_name": "hara chanas"
+ "name": "هارا شانا",
+ "plural_name": "هارا شانا"
},
"lupini bean": {
"aliases": [],
"description": "",
- "name": "lupini bean",
- "plural_name": "lupini beans"
+ "name": "فاصوليا لوبيني",
+ "plural_name": "فاصوليا لوبيني"
},
"natto": {
"aliases": [],
"description": "",
- "name": "natto",
- "plural_name": "nattoes"
+ "name": "ناتو",
+ "plural_name": "ناتو"
},
"hyacinth bean": {
"aliases": [],
"description": "",
- "name": "hyacinth bean",
- "plural_name": "hyacinth beans"
+ "name": "فاصوليا الياقوتية",
+ "plural_name": "فاصوليا الياقوتية"
},
"petai": {
"aliases": [],
"description": "",
- "name": "petai",
- "plural_name": "petais"
+ "name": "بيتاي",
+ "plural_name": "بيتاي"
},
"scarlet runner bean": {
"aliases": [],
"description": "",
- "name": "scarlet runner bean",
- "plural_name": "scarlet runner beans"
+ "name": "فاصوليا الجارية القرمزية",
+ "plural_name": "فاصوليا الجارية القرمزية"
},
"soy flake": {
"aliases": [],
"description": "",
- "name": "soy flake",
- "plural_name": "soy flakes"
+ "name": "رقائق صويا",
+ "plural_name": "رقائق صويا"
}
}
},
@@ -9496,532 +9496,532 @@
"short-cut pasta": {
"aliases": [],
"description": "",
- "name": "short-cut pasta",
- "plural_name": "short-cut pastas"
+ "name": "باستا قصيرة",
+ "plural_name": "باستا قصيرة"
},
"spaghetti": {
"aliases": [],
"description": "",
- "name": "spaghetti",
- "plural_name": "spaghettis"
+ "name": "سباغيتي",
+ "plural_name": "سباغيتي"
},
"macaroni": {
"aliases": [],
"description": "",
- "name": "macaroni",
- "plural_name": "macaronis"
+ "name": "معكرونة",
+ "plural_name": "معكرونة"
},
"egg noodle": {
"aliases": [],
"description": "",
- "name": "egg noodle",
- "plural_name": "egg noodles"
+ "name": "نودلز البيض",
+ "plural_name": "نودلز البيض"
},
"spiral pasta": {
"aliases": [],
"description": "",
- "name": "spiral pasta",
- "plural_name": "spiral pastas"
+ "name": "باستا حلزونية",
+ "plural_name": "باستا حلزونية"
},
"lasagna noodle": {
"aliases": [
- "lasagnas"
+ "لازانيا"
],
"description": "",
- "name": "lasagna noodle",
- "plural_name": "lasagna noodles"
+ "name": "نودلز لازانيا",
+ "plural_name": "نودلز لازانيا"
},
"linguine": {
"aliases": [],
"description": "",
- "name": "linguine",
- "plural_name": "linguines"
+ "name": "لينغويني",
+ "plural_name": "لينغويني"
},
"fettuccine": {
"aliases": [],
"description": "",
- "name": "fettuccine",
- "plural_name": "fettuccines"
+ "name": "فيتوتشيني",
+ "plural_name": "فيتوتشيني"
},
"orzo": {
"aliases": [],
"description": "",
- "name": "orzo",
- "plural_name": "orzoes"
+ "name": "أورزو",
+ "plural_name": "أورزو"
},
"pasta shell": {
"aliases": [],
"description": "",
- "name": "pasta shell",
- "plural_name": "pasta shells"
+ "name": "صدف باستا",
+ "plural_name": "صدف باستا"
},
"bow-tie pasta": {
"aliases": [],
"description": "",
- "name": "bow-tie pasta",
- "plural_name": "bow-tie pastas"
+ "name": "باستا ربطة عنق",
+ "plural_name": "باستا ربطة عنق"
},
"noodle": {
"aliases": [],
"description": "",
- "name": "noodle",
- "plural_name": "noodles"
+ "name": "نودلز",
+ "plural_name": "نودلز"
},
"tortellini": {
"aliases": [],
"description": "",
- "name": "tortellini",
- "plural_name": "tortellinis"
+ "name": "تورتيليني",
+ "plural_name": "تورتيليني"
},
"cheese tortellini": {
"aliases": [],
"description": "",
- "name": "cheese tortellini",
- "plural_name": "cheese tortellinis"
+ "name": "تورتيليني بالجبن",
+ "plural_name": "تورتيليني بالجبن"
},
"rice noodle": {
"aliases": [],
"description": "",
- "name": "rice noodle",
- "plural_name": "rice noodles"
+ "name": "نودلز الأرز",
+ "plural_name": "نودلز الأرز"
},
"rigatoni": {
"aliases": [],
"description": "",
- "name": "rigatoni",
- "plural_name": "rigatonis"
+ "name": "ريغاتوني",
+ "plural_name": "ريغاتوني"
},
"gnocchi": {
"aliases": [],
"description": "",
- "name": "gnocchi",
- "plural_name": "gnocchis"
+ "name": "نيوكي",
+ "plural_name": "نيوكي"
},
"angel hair pasta": {
"aliases": [],
"description": "",
- "name": "angel hair pasta",
- "plural_name": "angel hair pastas"
+ "name": "باستا شعر الملاك",
+ "plural_name": "باستا شعر الملاك"
},
"ramen noodle": {
"aliases": [],
"description": "",
- "name": "ramen noodle",
- "plural_name": "ramen noodles"
+ "name": "نودلز رامن",
+ "plural_name": "نودلز رامن"
},
"vermicelli": {
"aliases": [],
"description": "",
- "name": "vermicelli",
- "plural_name": "vermicellis"
+ "name": "فيرميسيلي",
+ "plural_name": "فيرميسيلي"
},
"tagliatelle": {
"aliases": [],
"description": "",
- "name": "tagliatelle",
- "plural_name": "tagliatelles"
+ "name": "تالياتيلي",
+ "plural_name": "تالياتيلي"
},
"soba noodle": {
"aliases": [],
"description": "",
- "name": "soba noodle",
- "plural_name": "soba noodles"
+ "name": "نودلز سوبا",
+ "plural_name": "نودلز سوبا"
},
"ravioli": {
"aliases": [],
"description": "",
- "name": "ravioli",
- "plural_name": "raviolis"
+ "name": "رافيولي",
+ "plural_name": "رافيولي"
},
"ziti": {
"aliases": [],
"description": "",
- "name": "ziti",
- "plural_name": "zitis"
+ "name": "زيتي",
+ "plural_name": "زيتي"
},
"orecchiette": {
"aliases": [],
"description": "",
- "name": "orecchiette",
- "plural_name": "orecchiettes"
+ "name": "أوريكييتي",
+ "plural_name": "أوريكييتي"
},
"israeli couscous": {
"aliases": [],
"description": "",
- "name": "israeli couscous",
- "plural_name": "israeli couscous"
+ "name": "كسكس إسرائيلي",
+ "plural_name": "كسكس إسرائيلي"
},
"zoodle": {
"aliases": [],
"description": "",
- "name": "zoodle",
- "plural_name": "zoodles"
+ "name": "زودلز",
+ "plural_name": "زودلز"
},
"udon noodle": {
"aliases": [],
"description": "",
- "name": "udon noodle",
- "plural_name": "udon noodles"
+ "name": "نودلز أودون",
+ "plural_name": "نودلز أودون"
},
"ditalini": {
"aliases": [],
"description": "",
- "name": "ditalini",
- "plural_name": "ditalinis"
+ "name": "ديتاليني",
+ "plural_name": "ديتاليني"
},
"rice vermicelli": {
"aliases": [],
"description": "",
- "name": "rice vermicelli",
- "plural_name": "rice vermicellis"
+ "name": "فيرميسيلي الأرز",
+ "plural_name": "فيرميسيلي الأرز"
},
"pappardelle": {
"aliases": [],
"description": "",
- "name": "pappardelle",
- "plural_name": "pappardelles"
+ "name": "بابارديل",
+ "plural_name": "بابارديل"
},
"glass noodle": {
"aliases": [],
"description": "",
- "name": "glass noodle",
- "plural_name": "glass noodles"
+ "name": "نودلز زجاجية",
+ "plural_name": "نودلز زجاجية"
},
"gluten-free pasta": {
"aliases": [],
"description": "",
- "name": "gluten-free pasta",
- "plural_name": "gluten-free pastas"
+ "name": "باستا خالية من الغلوتين",
+ "plural_name": "باستا خالية من الغلوتين"
},
"mac 'n cheese": {
"aliases": [],
"description": "",
- "name": "mac 'n cheese",
- "plural_name": "mac 'n cheese"
+ "name": "ماك أند تشيز",
+ "plural_name": "ماك أند تشيز"
},
"penne rigate": {
"aliases": [],
"description": "",
- "name": "penne rigate",
- "plural_name": "penne rigates"
+ "name": "بيني ريجاتي",
+ "plural_name": "بيني ريجاتي"
},
"manicotti": {
"aliases": [],
"description": "",
- "name": "manicotti",
- "plural_name": "manicottis"
+ "name": "مانيكوتي",
+ "plural_name": "مانيكوتي"
},
"bucatini": {
"aliases": [],
"description": "",
- "name": "bucatini",
- "plural_name": "bucatinis"
+ "name": "بوكاتيني",
+ "plural_name": "بوكاتيني"
},
"cannelloni": {
"aliases": [],
"description": "",
- "name": "cannelloni",
- "plural_name": "cannellonis"
+ "name": "كانيلوني",
+ "plural_name": "كانيلوني"
},
"thai rice noodle": {
"aliases": [],
"description": "",
- "name": "thai rice noodle",
- "plural_name": "thai rice noodles"
+ "name": "نودلز أرز تايلندية",
+ "plural_name": "نودلز أرز تايلندية"
},
"brown rice pasta": {
"aliases": [],
"description": "",
- "name": "brown rice pasta",
- "plural_name": "brown rice pastas"
+ "name": "باستا أرز بني",
+ "plural_name": "باستا أرز بني"
},
"rotelle": {
"aliases": [],
"description": "",
- "name": "rotelle",
- "plural_name": "rotelles"
+ "name": "روتيلي",
+ "plural_name": "روتيلي"
},
"shirataki noodle": {
"aliases": [],
"description": "",
- "name": "shirataki noodle",
- "plural_name": "shirataki noodles"
+ "name": "نودلز شيراتاكي",
+ "plural_name": "نودلز شيراتاكي"
},
"chicken raman": {
"aliases": [],
"description": "",
- "name": "chicken raman",
- "plural_name": "chicken ramen"
+ "name": "رامن دجاج",
+ "plural_name": "رامن دجاج"
},
"pierogi": {
"aliases": [],
"description": "",
- "name": "pierogi",
- "plural_name": "pierogis"
+ "name": "بيروجي",
+ "plural_name": "بيروجي"
},
"soup pasta": {
"aliases": [],
"description": "",
- "name": "soup pasta",
- "plural_name": "soup pastas"
+ "name": "باستا للحساء",
+ "plural_name": "باستا للحساء"
},
"sweet potato noodle": {
"aliases": [],
"description": "",
- "name": "sweet potato noodle",
- "plural_name": "sweet potato noodles"
+ "name": "نودلز بطاطا حلوة",
+ "plural_name": "نودلز بطاطا حلوة"
},
"acini di pepe": {
"aliases": [],
"description": "",
- "name": "acini di pepe",
- "plural_name": "acini di pepes"
+ "name": "أتشيني دي بيبي",
+ "plural_name": "أتشيني دي بيبي"
},
"cavatelli": {
"aliases": [],
"description": "",
- "name": "cavatelli",
- "plural_name": "cavatellis"
+ "name": "كافاتيلي",
+ "plural_name": "كافاتيلي"
},
"instant noodle": {
"aliases": [],
"description": "",
- "name": "instant noodle",
- "plural_name": "instant noodles"
+ "name": "نودلز سريعة التحضير",
+ "plural_name": "نودلز سريعة التحضير"
},
"somen noodle": {
"aliases": [],
"description": "",
- "name": "somen noodle",
- "plural_name": "somen noodles"
+ "name": "نودلز سومين",
+ "plural_name": "نودلز سومين"
},
"yakisoba noodle": {
"aliases": [],
"description": "",
- "name": "yakisoba noodle",
- "plural_name": "yakisoba noodles"
+ "name": "نودلز ياكيسوبا",
+ "plural_name": "نودلز ياكيسوبا"
},
"beef ravioli": {
"aliases": [],
"description": "",
- "name": "beef ravioli",
- "plural_name": "beef raviolis"
+ "name": "رافيولي لحم بقري",
+ "plural_name": "رافيولي لحم بقري"
},
"hakka noodle": {
"aliases": [],
"description": "",
- "name": "hakka noodle",
- "plural_name": "hakka noodles"
+ "name": "نودلز هاكا",
+ "plural_name": "نودلز هاكا"
},
"kelp noodle": {
"aliases": [],
"description": "",
- "name": "kelp noodle",
- "plural_name": "kelp noodles"
+ "name": "نودلز عشب البحر",
+ "plural_name": "نودلز عشب البحر"
},
"fideo pasta": {
"aliases": [],
"description": "",
- "name": "fideo pasta",
- "plural_name": "fideo pastas"
+ "name": "باستا فيديو",
+ "plural_name": "باستا فيديو"
},
"spaetzle": {
"aliases": [],
"description": "",
- "name": "spaetzle",
- "plural_name": "spaetzles"
+ "name": "شبيتزلي",
+ "plural_name": "شبيتزلي"
},
"radiatore": {
"aliases": [],
"description": "",
- "name": "radiatore",
- "plural_name": "radiatores"
+ "name": "رادياتوري",
+ "plural_name": "رادياتوري"
},
"paccheri": {
"aliases": [],
"description": "",
- "name": "paccheri",
- "plural_name": "paccheris"
+ "name": "باتشيري",
+ "plural_name": "باتشيري"
},
"kluski noodle": {
"aliases": [],
"description": "",
- "name": "kluski noodle",
- "plural_name": "kluski noodles"
+ "name": "نودلز كلوسكي",
+ "plural_name": "نودلز كلوسكي"
},
"yolk-free noodle": {
"aliases": [],
"description": "",
- "name": "yolk-free noodle",
- "plural_name": "yolk-free noodles"
+ "name": "نودلز خالية من الصفار",
+ "plural_name": "نودلز خالية من الصفار"
},
"black bean pasta": {
"aliases": [],
"description": "",
- "name": "black bean pasta",
- "plural_name": "black bean pastas"
+ "name": "باستا فاصوليا سوداء",
+ "plural_name": "باستا فاصوليا سوداء"
},
"matzo farfel": {
"aliases": [],
"description": "",
- "name": "matzo farfel",
- "plural_name": "matzo farfels"
+ "name": "ماتزو فارفيل",
+ "plural_name": "ماتزو فارفيل"
},
"spinach fettuccine": {
"aliases": [],
"description": "",
- "name": "spinach fettuccine",
- "plural_name": "spinach fettuccines"
+ "name": "فيتوتشيني بالسبانخ",
+ "plural_name": "فيتوتشيني بالسبانخ"
},
"rice-a-roni": {
"aliases": [],
"description": "",
- "name": "rice-a-roni",
- "plural_name": "rice-a-ronis"
+ "name": "رايس أ-روني",
+ "plural_name": "رايس أ-روني"
},
"frozen dumpling": {
"aliases": [],
"description": "",
- "name": "frozen dumpling",
- "plural_name": "frozen dumplings"
+ "name": "دمبلينغ مجمد",
+ "plural_name": "دمبلينغ مجمد"
},
"fregola": {
"aliases": [],
"description": "",
- "name": "fregola",
- "plural_name": "fregolas"
+ "name": "فريغولا",
+ "plural_name": "فريغولا"
},
"beef tortellini": {
"aliases": [],
"description": "",
- "name": "beef tortellini",
- "plural_name": "beef tortellinis"
+ "name": "تورتيليني لحم بقري",
+ "plural_name": "تورتيليني لحم بقري"
},
"banh pho": {
"aliases": [],
"description": "",
- "name": "banh pho",
- "plural_name": "banh phoes"
+ "name": "بان فو",
+ "plural_name": "بان فو"
},
"butternut squash noodle": {
"aliases": [],
"description": "",
- "name": "butternut squash noodle",
- "plural_name": "butternut squash noodles"
+ "name": "نودلز قرع الجوز",
+ "plural_name": "نودلز قرع الجوز"
},
"mie noodle": {
"aliases": [],
"description": "",
- "name": "mie noodle",
- "plural_name": "mie noodles"
+ "name": "نودلز مي",
+ "plural_name": "نودلز مي"
},
"trahana": {
"aliases": [],
"description": "",
- "name": "trahana",
- "plural_name": "trahanas"
+ "name": "تراخانة",
+ "plural_name": "تراخانة"
},
"busiate": {
"aliases": [],
"description": "",
- "name": "busiate",
- "plural_name": "busiates"
+ "name": "بوسياتي",
+ "plural_name": "بوسياتي"
},
"lobster ravioli": {
"aliases": [],
"description": "",
- "name": "lobster ravioli",
- "plural_name": "lobster raviolis"
+ "name": "رافيولي استاكوزا",
+ "plural_name": "رافيولي استاكوزا"
},
"mafalde": {
"aliases": [],
"description": "",
- "name": "mafalde",
- "plural_name": "mafaldes"
+ "name": "مافالدي",
+ "plural_name": "مافالدي"
},
"misua": {
"aliases": [],
"description": "",
- "name": "misua",
- "plural_name": "misuas"
+ "name": "ميسوا",
+ "plural_name": "ميسوا"
},
"palmini": {
"aliases": [],
"description": "",
- "name": "palmini",
- "plural_name": "palminis"
+ "name": "بالميني",
+ "plural_name": "بالميني"
},
"trottole": {
"aliases": [],
"description": "",
- "name": "trottole",
- "plural_name": "trottoles"
+ "name": "تروتولي",
+ "plural_name": "تروتولي"
},
"mandu": {
"aliases": [],
"description": "",
- "name": "mandu",
- "plural_name": "mandu"
+ "name": "ماندو",
+ "plural_name": "ماندو"
},
"pasta salad mix": {
"aliases": [],
"description": "",
- "name": "pasta salad mix",
- "plural_name": "pasta salad mix"
+ "name": "خليط سلطة باستا",
+ "plural_name": "خليط سلطة باستا"
},
"pot pie noodle": {
"aliases": [],
"description": "",
- "name": "pot pie noodle",
- "plural_name": "pot pie noodles"
+ "name": "نودلز فطيرة القدر",
+ "plural_name": "نودلز فطيرة القدر"
},
"casarecce": {
"aliases": [],
"description": "",
- "name": "casarecce",
- "plural_name": "casarecces"
+ "name": "كازاريتشي",
+ "plural_name": "كازاريتشي"
},
"quinoa pasta": {
"aliases": [],
"description": "",
- "name": "quinoa pasta",
- "plural_name": "quinoa pastas"
+ "name": "باستا كينوا",
+ "plural_name": "باستا كينوا"
},
"bean pasta": {
"aliases": [],
"description": "",
- "name": "bean pasta",
- "plural_name": "bean pastas"
+ "name": "باستا فاصوليا",
+ "plural_name": "باستا فاصوليا"
},
"bean sheet": {
"aliases": [],
"description": "",
- "name": "bean sheet",
- "plural_name": "bean sheets"
+ "name": "صفائح فاصوليا",
+ "plural_name": "صفائح فاصوليا"
},
"hilopite": {
"aliases": [],
"description": "",
- "name": "hilopite",
- "plural_name": "hilopites"
+ "name": "هيلوبيتي",
+ "plural_name": "هيلوبيتي"
},
"jjolmyeon": {
"aliases": [],
"description": "",
- "name": "jjolmyeon",
- "plural_name": "jjolmyeons"
+ "name": "جولميون",
+ "plural_name": "جولميون"
},
"naengmyeon noodle": {
"aliases": [],
"description": "",
- "name": "naengmyeon noodle",
- "plural_name": "naengmyeon noodles"
+ "name": "نودلز نينغميون",
+ "plural_name": "نودلز نينغميون"
},
"yuba noodle": {
"aliases": [],
"description": "",
- "name": "yuba noodle",
- "plural_name": "yuba noodles"
+ "name": "نودلز يوبا",
+ "plural_name": "نودلز يوبا"
}
}
},
@@ -10030,8 +10030,8 @@
"bread": {
"aliases": [],
"description": "",
- "name": "bread",
- "plural_name": "breads"
+ "name": "خبز",
+ "plural_name": "خبز"
}
}
},
@@ -10040,596 +10040,596 @@
"bread crumb": {
"aliases": [],
"description": "",
- "name": "bread crumb",
- "plural_name": "bread crumbs"
+ "name": "فتات خبز",
+ "plural_name": "فتات خبز"
},
"panko": {
"aliases": [],
"description": "",
- "name": "panko",
- "plural_name": "pankoes"
+ "name": "بانكو",
+ "plural_name": "بانكو"
},
"flour tortilla": {
"aliases": [],
"description": "",
- "name": "flour tortilla",
- "plural_name": "flour tortillas"
+ "name": "تورتيلا دقيق",
+ "plural_name": "تورتيلا دقيق"
},
"almond flour tortilla": {
"aliases": [],
"description": "",
- "name": "almond flour tortilla",
- "plural_name": "almond flour tortillas"
+ "name": "تورتيلا دقيق اللوز",
+ "plural_name": "تورتيلا دقيق اللوز"
},
"corn tortilla": {
"aliases": [],
"description": "",
- "name": "corn tortilla",
- "plural_name": "corn tortillas"
+ "name": "تورتيلا ذرة",
+ "plural_name": "تورتيلا ذرة"
},
"cracker": {
"aliases": [],
"description": "",
- "name": "cracker",
- "plural_name": "crackers"
+ "name": "بسكويت مالح",
+ "plural_name": "بسكويت مالح"
},
"baguette": {
"aliases": [],
"description": "",
- "name": "baguette",
- "plural_name": "baguettes"
+ "name": "باغيت",
+ "plural_name": "باغيت"
},
"tortilla chip": {
"aliases": [],
"description": "",
- "name": "tortilla chip",
- "plural_name": "tortilla chips"
+ "name": "رقائق تورتيلا",
+ "plural_name": "رقائق تورتيلا"
},
"pita": {
"aliases": [],
"description": "",
- "name": "pita",
- "plural_name": "pitas"
+ "name": "خبز بيتا",
+ "plural_name": "خبز بيتا"
},
"pretzel": {
"aliases": [],
"description": "",
- "name": "pretzel",
- "plural_name": "pretzels"
+ "name": "بريتزل",
+ "plural_name": "بريتزل"
},
"sourdough bread": {
"aliases": [],
"description": "",
- "name": "sourdough bread",
- "plural_name": "sourdough breads"
+ "name": "خبز العجين المخمر",
+ "plural_name": "خبز العجين المخمر"
},
"rustic italian bread": {
"aliases": [],
"description": "",
- "name": "rustic italian bread",
- "plural_name": "rustic italian breads"
+ "name": "خبز إيطالي ريفي",
+ "plural_name": "خبز إيطالي ريفي"
},
"popcorn": {
"aliases": [],
"description": "",
- "name": "popcorn",
- "plural_name": "popcorns"
+ "name": "فشار",
+ "plural_name": "فشار"
},
"crouton": {
"aliases": [],
"description": "",
- "name": "crouton",
- "plural_name": "croutons"
+ "name": "خبز محمص مكعب",
+ "plural_name": "خبز محمص مكعب"
},
"whole-wheat tortilla": {
"aliases": [],
"description": "",
- "name": "whole-wheat tortilla",
- "plural_name": "whole-wheat tortillas"
+ "name": "تورتيلا قمح كامل",
+ "plural_name": "تورتيلا قمح كامل"
},
"english muffin": {
"aliases": [],
"description": "",
- "name": "english muffin",
- "plural_name": "english muffins"
+ "name": "مافن إنجليزي",
+ "plural_name": "مافن إنجليزي"
},
"brioche": {
"aliases": [],
"description": "",
- "name": "brioche",
- "plural_name": "brioches"
+ "name": "بريوش",
+ "plural_name": "بريوش"
},
"italian bread crumb": {
"aliases": [],
"description": "",
- "name": "italian bread crumb",
- "plural_name": "italian bread crumbs"
+ "name": "فتات خبز إيطالي",
+ "plural_name": "فتات خبز إيطالي"
},
"rye bread": {
"aliases": [],
"description": "",
- "name": "rye bread",
- "plural_name": "rye breads"
+ "name": "خبز الجاودار",
+ "plural_name": "خبز الجاودار"
},
"flatbread": {
"aliases": [],
"description": "",
- "name": "flatbread",
- "plural_name": "flatbreads"
+ "name": "خبز مسطح",
+ "plural_name": "خبز مسطح"
},
"dry-roasted peanut": {
"aliases": [],
"description": "",
- "name": "dry-roasted peanut",
- "plural_name": "dry-roasted peanuts"
+ "name": "فول سوداني محمص جاف",
+ "plural_name": "فول سوداني محمص جاف"
},
"potato chip": {
"aliases": [],
"description": "",
- "name": "potato chip",
- "plural_name": "potato chips"
+ "name": "رقائق بطاطا",
+ "plural_name": "رقائق بطاطا"
},
"naan": {
"aliases": [],
"description": "",
- "name": "naan",
- "plural_name": "naans"
+ "name": "خبز نان",
+ "plural_name": "خبز نان"
},
"stuffing mix": {
"aliases": [],
"description": "",
- "name": "stuffing mix",
- "plural_name": "stuffing mixes"
+ "name": "خليط الحشو",
+ "plural_name": "خليط الحشو"
},
"cornbread": {
"aliases": [],
"description": "",
- "name": "cornbread",
- "plural_name": "cornbreads"
+ "name": "خبز الذرة",
+ "plural_name": "خبز الذرة"
},
"taco shell": {
"aliases": [],
"description": "",
- "name": "taco shell",
- "plural_name": "taco shells"
+ "name": "قشرة تاكو",
+ "plural_name": "قشرة تاكو"
},
"tater tot": {
"aliases": [],
"description": "",
- "name": "tater tot",
- "plural_name": "tater tots"
+ "name": "تاتر توت",
+ "plural_name": "تاتر توت"
},
"bagel": {
"aliases": [],
"description": "",
- "name": "bagel",
- "plural_name": "bagels"
+ "name": "بيغل",
+ "plural_name": "بيغل"
},
"corn chip": {
"aliases": [],
"description": "",
- "name": "corn chip",
- "plural_name": "corn chips"
+ "name": "رقائق ذرة",
+ "plural_name": "رقائق ذرة"
},
"unpopped popcorn": {
"aliases": [],
"description": "",
- "name": "unpopped popcorn",
- "plural_name": "unpopped popcorns"
+ "name": "فشار غير منفوش",
+ "plural_name": "فشار غير منفوش"
},
"croissant": {
"aliases": [],
"description": "",
- "name": "croissant",
- "plural_name": "croissants"
+ "name": "كرواسون",
+ "plural_name": "كرواسون"
},
"pork rind": {
"aliases": [],
"description": "",
- "name": "pork rind",
- "plural_name": "pork rinds"
+ "name": "قشر لحم مقرمش",
+ "plural_name": "قشر لحم مقرمش"
},
"pumpernickel": {
"aliases": [],
"description": "",
- "name": "pumpernickel",
- "plural_name": "pumpernickels"
+ "name": "خبز بومبرنيكل",
+ "plural_name": "خبز بومبرنيكل"
},
"sweet bread": {
"aliases": [],
"description": "",
- "name": "sweet bread",
- "plural_name": "sweet breads"
+ "name": "خبز حلو",
+ "plural_name": "خبز حلو"
},
"hawaiian roll": {
"aliases": [],
"description": "",
- "name": "hawaiian roll",
- "plural_name": "hawaiian rolls"
+ "name": "لفائف هاواي",
+ "plural_name": "لفائف هاواي"
},
"pita chip": {
"aliases": [],
"description": "",
- "name": "pita chip",
- "plural_name": "pita chips"
+ "name": "رقائق بيتا",
+ "plural_name": "رقائق بيتا"
},
"gluten free bread": {
"aliases": [],
"description": "",
- "name": "gluten free bread",
- "plural_name": "gluten free breads"
+ "name": "خبز خال من الغلوتين",
+ "plural_name": "خبز خال من الغلوتين"
},
"potato bread": {
"aliases": [],
"description": "",
- "name": "potato bread",
- "plural_name": "potato breads"
+ "name": "خبز البطاطا",
+ "plural_name": "خبز البطاطا"
},
"muffin": {
"aliases": [],
"description": "",
- "name": "muffin",
- "plural_name": "muffins"
+ "name": "مافن",
+ "plural_name": "مافن"
},
"breadstick": {
"aliases": [],
"description": "",
- "name": "breadstick",
- "plural_name": "breadsticks"
+ "name": "أصابع خبز",
+ "plural_name": "أصابع خبز"
},
"focaccia": {
"aliases": [],
"description": "",
- "name": "focaccia",
- "plural_name": "focaccias"
+ "name": "فوكاتشيا",
+ "plural_name": "فوكاتشيا"
},
"gluten-free bread crumb": {
"aliases": [],
"description": "",
- "name": "gluten-free bread crumb",
- "plural_name": "gluten-free bread crumbs"
+ "name": "فتات خبز خال من الغلوتين",
+ "plural_name": "فتات خبز خال من الغلوتين"
},
"tostada shell": {
"aliases": [],
"description": "",
- "name": "tostada shell",
- "plural_name": "tostada shells"
+ "name": "قشرة توستادا",
+ "plural_name": "قشرة توستادا"
},
"crispy fried onion": {
"aliases": [],
"description": "",
- "name": "crispy fried onion",
- "plural_name": "crispy fried onions"
+ "name": "بصل مقلي مقرمش",
+ "plural_name": "بصل مقلي مقرمش"
},
"matzo": {
"aliases": [],
"description": "",
- "name": "matzo",
- "plural_name": "matzoes"
+ "name": "ماتزو",
+ "plural_name": "ماتزو"
},
"garlic bread": {
"aliases": [],
"description": "",
- "name": "garlic bread",
- "plural_name": "garlic breads"
+ "name": "خبز بالثوم",
+ "plural_name": "خبز بالثوم"
},
"yeast extract spread": {
"aliases": [],
"description": "",
- "name": "yeast extract spread",
- "plural_name": "yeast extract spreads"
+ "name": "دهن مستخلص الخميرة",
+ "plural_name": "دهن مستخلص الخميرة"
},
"challah": {
"aliases": [],
"description": "",
- "name": "challah",
- "plural_name": "challahs"
+ "name": "خبز تشالاه",
+ "plural_name": "خبز تشالاه"
},
"roasted gram": {
"aliases": [],
"description": "",
- "name": "roasted gram",
- "plural_name": "roasted grams"
+ "name": "حمص محمص",
+ "plural_name": "حمص محمص"
},
"crostini": {
"aliases": [],
"description": "",
- "name": "crostini",
- "plural_name": "crostinis"
+ "name": "كروستيني",
+ "plural_name": "كروستيني"
},
"rice cake": {
"aliases": [],
"description": "",
- "name": "rice cake",
- "plural_name": "rice cakes"
+ "name": "كعكة أرز",
+ "plural_name": "كعكة أرز"
},
"panettone": {
"aliases": [],
"description": "",
- "name": "panettone",
- "plural_name": "panettones"
+ "name": "بانيتوني",
+ "plural_name": "بانيتوني"
},
"sweet potato fry": {
"aliases": [],
"description": "",
- "name": "sweet potato fry",
- "plural_name": "sweet potato fries"
+ "name": "بطاطا حلوة مقلية",
+ "plural_name": "بطاطا حلوة مقلية"
},
"sev": {
"aliases": [],
"description": "",
- "name": "sev",
- "plural_name": "sevs"
+ "name": "سيف",
+ "plural_name": "سيف"
},
"vegetable chip": {
"aliases": [],
"description": "",
- "name": "vegetable chip",
- "plural_name": "vegetable chips"
+ "name": "رقائق خضروات",
+ "plural_name": "رقائق خضروات"
},
"papad": {
"aliases": [],
"description": "",
- "name": "papad",
- "plural_name": "papads"
+ "name": "باباد",
+ "plural_name": "باباد"
},
"spinach wrap": {
"aliases": [],
"description": "",
- "name": "spinach wrap",
- "plural_name": "spinach wraps"
+ "name": "لفافة سبانخ",
+ "plural_name": "لفافات سبانخ"
},
"plantain chip": {
"aliases": [],
"description": "",
- "name": "plantain chip",
- "plural_name": "plantain chips"
+ "name": "رقائق موز الجنة",
+ "plural_name": "رقائق موز الجنة"
},
"roasted chickpea": {
"aliases": [],
"description": "",
- "name": "roasted chickpea",
- "plural_name": "roasted chickpeas"
+ "name": "حمص محمص",
+ "plural_name": "حمص محمص"
},
"cheeto": {
"aliases": [],
"description": "",
- "name": "cheeto",
- "plural_name": "cheetos"
+ "name": "تشيتوس",
+ "plural_name": "تشيتوس"
},
"chapati": {
"aliases": [],
"description": "",
- "name": "chapati",
- "plural_name": "chapatis"
+ "name": "تشاباتي",
+ "plural_name": "تشاباتي"
},
"crumpet": {
"aliases": [],
"description": "",
- "name": "crumpet",
- "plural_name": "crumpets"
+ "name": "كرامبت",
+ "plural_name": "كرامبت"
},
"seed bread": {
"aliases": [],
"description": "",
- "name": "seed bread",
- "plural_name": "seed breads"
+ "name": "خبز البذور",
+ "plural_name": "خبز البذور"
},
"keto bread": {
"aliases": [],
"description": "",
- "name": "keto bread",
- "plural_name": "keto breads"
+ "name": "خبز كيتو",
+ "plural_name": "خبز كيتو"
},
"bread bowl": {
"aliases": [],
"description": "",
- "name": "bread bowl",
- "plural_name": "bread bowls"
+ "name": "وعاء خبز",
+ "plural_name": "وعاء خبز"
},
"sprouted grain bread": {
"aliases": [],
"description": "",
- "name": "sprouted grain bread",
- "plural_name": "sprouted grain breads"
+ "name": "خبز الحبوب المنبتة",
+ "plural_name": "خبز الحبوب المنبتة"
},
"cornbread stuffing mix": {
"aliases": [],
"description": "",
- "name": "cornbread stuffing mix",
- "plural_name": "cornbread stuffing mixes"
+ "name": "خليط حشو خبز الذرة",
+ "plural_name": "خليط حشو خبز الذرة"
},
"low-carb wrap": {
"aliases": [],
"description": "",
- "name": "low-carb wrap",
- "plural_name": "low-carb wraps"
+ "name": "لفافة منخفضة الكربوهيدرات",
+ "plural_name": "لفافات منخفضة الكربوهيدرات"
},
"frozen onion ring": {
"aliases": [],
"description": "",
- "name": "frozen onion ring",
- "plural_name": "frozen onion rings"
+ "name": "حلقات بصل مجمدة",
+ "plural_name": "حلقات بصل مجمدة"
},
"corn muffin": {
"aliases": [],
"description": "",
- "name": "corn muffin",
- "plural_name": "corn muffins"
+ "name": "مافن الذرة",
+ "plural_name": "مافن الذرة"
},
"pav bun": {
"aliases": [],
"description": "",
- "name": "pav bun",
- "plural_name": "pav buns"
+ "name": "خبز باف",
+ "plural_name": "خبز باف"
},
"corn nut": {
"aliases": [],
"description": "",
- "name": "corn nut",
- "plural_name": "corn nuts"
+ "name": "جوز الذرة",
+ "plural_name": "جوز الذرة"
},
"rice cracker": {
"aliases": [],
"description": "",
- "name": "rice cracker",
- "plural_name": "rice crackers"
+ "name": "بسكويت الأرز",
+ "plural_name": "بسكويت الأرز"
},
"rusk": {
"aliases": [],
"description": "",
- "name": "rusk",
- "plural_name": "rusks"
+ "name": "بسكويت روسك",
+ "plural_name": "بسكويت روسك"
},
"fruit bread": {
"aliases": [],
"description": "",
- "name": "fruit bread",
- "plural_name": "fruit breads"
+ "name": "خبز الفواكه",
+ "plural_name": "خبز الفواكه"
},
"sprouted bread": {
"aliases": [],
"description": "",
- "name": "sprouted bread",
- "plural_name": "sprouted breads"
+ "name": "خبز منبت",
+ "plural_name": "خبز منبت"
},
"pretzel bun": {
"aliases": [],
"description": "",
- "name": "pretzel bun",
- "plural_name": "pretzel buns"
+ "name": "خبز بريتزل",
+ "plural_name": "خبز بريتزل"
},
"roti bread": {
"aliases": [],
"description": "",
- "name": "roti bread",
- "plural_name": "roti breads"
+ "name": "خبز روتي",
+ "plural_name": "خبز روتي"
},
"crispbread": {
"aliases": [],
"description": "",
- "name": "crispbread",
- "plural_name": "crispbreads"
+ "name": "خبز مقرمش",
+ "plural_name": "خبز مقرمش"
},
"chocolate muffin": {
"aliases": [],
"description": "",
- "name": "chocolate muffin",
- "plural_name": "chocolate muffins"
+ "name": "مافن شوكولاتة",
+ "plural_name": "مافن شوكولاتة"
},
"milk bread": {
"aliases": [],
"description": "",
- "name": "milk bread",
- "plural_name": "milk breads"
+ "name": "خبز الحليب",
+ "plural_name": "خبز الحليب"
},
"popcorn shrimp": {
"aliases": [],
"description": "",
- "name": "popcorn shrimp",
- "plural_name": "popcorn shrimps"
+ "name": "بوب كورن روبيان",
+ "plural_name": "بوب كورن روبيان"
},
"prawn cracker": {
"aliases": [],
"description": "",
- "name": "prawn cracker",
- "plural_name": "prawn crackers"
+ "name": "رقائق القريدس",
+ "plural_name": "رقائق القريدس"
},
"bao bun": {
"aliases": [],
"description": "",
- "name": "bao bun",
- "plural_name": "bao buns"
+ "name": "خبز باو",
+ "plural_name": "خبز باو"
},
"ezekiel bread": {
"aliases": [],
"description": "",
- "name": "ezekiel bread",
- "plural_name": "ezekiel breads"
+ "name": "خبز إيزيكيل",
+ "plural_name": "خبز إيزيكيل"
},
"wasabi pea": {
"aliases": [],
"description": "",
- "name": "wasabi pea",
- "plural_name": "wasabi peas"
+ "name": "بازلاء بالواسابي",
+ "plural_name": "بازلاء بالواسابي"
},
"arabic bread": {
"aliases": [],
"description": "",
- "name": "arabic bread",
- "plural_name": "arabic breads"
+ "name": "خبز عربي",
+ "plural_name": "خبز عربي"
},
"boboli": {
"aliases": [],
"description": "",
- "name": "boboli",
- "plural_name": "bobolis"
+ "name": "بوبولي",
+ "plural_name": "بوبولي"
},
"zwieback": {
"aliases": [],
"description": "",
- "name": "zwieback",
- "plural_name": "zwiebacks"
+ "name": "زويباك",
+ "plural_name": "زويباك"
},
"oven chip": {
"aliases": [],
"description": "",
- "name": "oven chip",
- "plural_name": "oven chips"
+ "name": "رقائق فرن",
+ "plural_name": "رقائق فرن"
},
"taco kit": {
"aliases": [],
"description": "",
- "name": "taco kit",
- "plural_name": "taco kits"
+ "name": "طقم تاكو",
+ "plural_name": "طقم تاكو"
},
"gluten free pita": {
"aliases": [],
"description": "",
- "name": "gluten free pita",
- "plural_name": "gluten free pitas"
+ "name": "خبز بيتا خال من الغلوتين",
+ "plural_name": "خبز بيتا خال من الغلوتين"
},
"ready-made arepa": {
"aliases": [],
"description": "",
- "name": "ready-made arepa",
- "plural_name": "ready-made arepas"
+ "name": "أريبا جاهزة",
+ "plural_name": "أريبا جاهزة"
},
"ready-made pancake": {
"aliases": [],
"description": "",
- "name": "ready-made pancake",
- "plural_name": "ready-made pancakes"
+ "name": "بان كيك جاهز",
+ "plural_name": "بان كيك جاهز"
},
"breading mix": {
"aliases": [],
"description": "",
- "name": "breading mix",
- "plural_name": "breading mixes"
+ "name": "خليط التغطية",
+ "plural_name": "خليط التغطية"
},
"japanese peanut": {
"aliases": [],
"description": "",
- "name": "japanese peanut",
- "plural_name": "japanese peanuts"
+ "name": "فول سوداني ياباني",
+ "plural_name": "فول سوداني ياباني"
},
"khari boondi": {
"aliases": [],
"description": "",
- "name": "khari boondi",
- "plural_name": "khari boondis"
+ "name": "خاري بوندي",
+ "plural_name": "خاري بوندي"
},
"potato waffle": {
"aliases": [],
"description": "",
- "name": "potato waffle",
- "plural_name": "potato waffles"
+ "name": "وافل البطاطا",
+ "plural_name": "وافل البطاطا"
},
"tartlet shell": {
"aliases": [],
"description": "",
- "name": "tartlet shell",
- "plural_name": "tartlet shells"
+ "name": "قشرة تارت صغيرة",
+ "plural_name": "قشرة تارت صغيرة"
}
}
},
@@ -10638,436 +10638,436 @@
"olive oil": {
"aliases": [],
"description": "",
- "name": "olive oil",
- "plural_name": "olive oil"
+ "name": "زيت زيتون",
+ "plural_name": "زيت زيتون"
},
"vegetable oil": {
"aliases": [],
"description": "",
- "name": "vegetable oil",
- "plural_name": "vegetable oil"
+ "name": "زيت نباتي",
+ "plural_name": "زيت نباتي"
},
"extra virgin olive oil": {
"aliases": [],
"description": "",
- "name": "extra virgin olive oil",
- "plural_name": "extra virgin olive oil"
+ "name": "زيت زيتون بكر ممتاز",
+ "plural_name": "زيت زيتون بكر ممتاز"
},
"canola oil": {
"aliases": [],
"description": "",
- "name": "canola oil",
- "plural_name": "canola oil"
+ "name": "زيت كانولا",
+ "plural_name": "زيت كانولا"
},
"coconut oil": {
"aliases": [],
"description": "",
- "name": "coconut oil",
- "plural_name": "coconut oil"
+ "name": "زيت جوز هند",
+ "plural_name": "زيت جوز هند"
},
"cooking spray": {
"aliases": [],
"description": "",
- "name": "cooking spray",
- "plural_name": "cooking sprays"
+ "name": "رشة طبخ",
+ "plural_name": "رشة طبخ"
},
"sesame oil": {
"aliases": [],
"description": "",
- "name": "sesame oil",
- "plural_name": "sesame oil"
+ "name": "زيت سمسم",
+ "plural_name": "زيت سمسم"
},
"frying oil": {
"aliases": [],
"description": "",
- "name": "frying oil",
- "plural_name": "frying oil"
+ "name": "زيت قلي",
+ "plural_name": "زيت قلي"
},
"sunflower oil": {
"aliases": [],
"description": "",
- "name": "sunflower oil",
- "plural_name": "sunflower oil"
+ "name": "زيت دوار الشمس",
+ "plural_name": "زيت دوار الشمس"
},
"avocado oil": {
"aliases": [],
"description": "",
- "name": "avocado oil",
- "plural_name": "avocado oil"
+ "name": "زيت أفوكادو",
+ "plural_name": "زيت أفوكادو"
},
"toasted sesame oil": {
"aliases": [],
"description": "",
- "name": "toasted sesame oil",
- "plural_name": "toasted sesame oil"
+ "name": "زيت سمسم محمص",
+ "plural_name": "زيت سمسم محمص"
},
"peanut oil": {
"aliases": [],
"description": "",
- "name": "peanut oil",
- "plural_name": "peanut oil"
+ "name": "زيت فول سوداني",
+ "plural_name": "زيت فول سوداني"
},
"grapeseed oil": {
"aliases": [
- "grape seed oil"
+ "زيت بذور العنب"
],
"description": "",
- "name": "grapeseed oil",
- "plural_name": "grapeseed oil"
+ "name": "زيت بذور العنب",
+ "plural_name": "زيت بذور العنب"
},
"lard": {
"aliases": [],
"description": "",
- "name": "lard",
- "plural_name": "lards"
+ "name": "شحم ال ",
+ "plural_name": "شحم ال "
},
"corn oil": {
"aliases": [],
"description": "",
- "name": "corn oil",
- "plural_name": "corn oil"
+ "name": "زيت الذرة",
+ "plural_name": "زيت الذرة"
},
"virgin coconut oil": {
"aliases": [],
"description": "",
- "name": "virgin coconut oil",
- "plural_name": "virgin coconut oil"
+ "name": "زيت جوز هند بكر",
+ "plural_name": "زيت جوز هند بكر"
},
"chili oil": {
"aliases": [],
"description": "",
- "name": "chili oil",
- "plural_name": "chili oil"
+ "name": "زيت الفلفل الحار",
+ "plural_name": "زيت الفلفل الحار"
},
"mustard oil": {
"aliases": [],
"description": "",
- "name": "mustard oil",
- "plural_name": "mustard oil"
+ "name": "زيت الخردل",
+ "plural_name": "زيت الخردل"
},
"walnut oil": {
"aliases": [],
"description": "",
- "name": "walnut oil",
- "plural_name": "walnut oil"
+ "name": "زيت الجوز",
+ "plural_name": "زيت الجوز"
},
"garlic oil": {
"aliases": [],
"description": "",
- "name": "garlic oil",
- "plural_name": "garlic oil"
+ "name": "زيت الثوم",
+ "plural_name": "زيت الثوم"
},
"truffle oil": {
"aliases": [],
"description": "",
- "name": "truffle oil",
- "plural_name": "truffle oil"
+ "name": "زيت الكمأة",
+ "plural_name": "زيت الكمأة"
},
"bacon grease": {
"aliases": [],
"description": "",
- "name": "bacon grease",
- "plural_name": "bacon greases"
+ "name": "دهن البيكون",
+ "plural_name": "دهن البيكون"
},
"safflower oil": {
"aliases": [],
"description": "",
- "name": "safflower oil",
- "plural_name": "safflower oil"
+ "name": "زيت العصفر",
+ "plural_name": "زيت العصفر"
},
"cacao butter": {
"aliases": [],
"description": "",
- "name": "cacao butter",
- "plural_name": "cacao butter"
+ "name": "زبدة الكاكاو",
+ "plural_name": "زبدة الكاكاو"
},
"salad oil": {
"aliases": [],
"description": "",
- "name": "salad oil",
- "plural_name": "salad oil"
+ "name": "زيت السلطة",
+ "plural_name": "زيت السلطة"
},
"duck fat": {
"aliases": [],
"description": "",
- "name": "duck fat",
- "plural_name": "duck fats"
+ "name": "دهن البط",
+ "plural_name": "دهن البط"
},
"rice bran oil": {
"aliases": [],
"description": "",
- "name": "rice bran oil",
- "plural_name": "rice bran oil"
+ "name": "زيت نخالة الأرز",
+ "plural_name": "زيت نخالة الأرز"
},
"soybean oil": {
"aliases": [],
"description": "",
- "name": "soybean oil",
- "plural_name": "soybean oil"
+ "name": "زيت فول الصويا",
+ "plural_name": "زيت فول الصويا"
},
"butter-flavored cooking spray": {
"aliases": [],
"description": "",
- "name": "butter-flavored cooking spray",
- "plural_name": "butter-flavored cooking sprays"
+ "name": "رشة طبخ بنكهة الزبدة",
+ "plural_name": "رشة طبخ بنكهة الزبدة"
},
"medium-chain triglyceride": {
"aliases": [],
"description": "",
- "name": "medium-chain triglyceride",
- "plural_name": "medium-chain triglycerides"
+ "name": "ثلاثي الغليسريد متوسط السلسلة",
+ "plural_name": "ثلاثي الغليسريد متوسط السلسلة"
},
"flaxseed oil": {
"aliases": [],
"description": "",
- "name": "flaxseed oil",
- "plural_name": "flaxseed oil"
+ "name": "زيت بذور الكتان",
+ "plural_name": "زيت بذور الكتان"
},
"white truffle oil": {
"aliases": [],
"description": "",
- "name": "white truffle oil",
- "plural_name": "white truffle oil"
+ "name": "زيت كمأة بيضاء",
+ "plural_name": "زيت كمأة بيضاء"
},
"pumpkin seed oil": {
"aliases": [],
"description": "",
- "name": "pumpkin seed oil",
- "plural_name": "pumpkin seed oil"
+ "name": "زيت بذور اليقطين",
+ "plural_name": "زيت بذور اليقطين"
},
"hazelnut oil": {
"aliases": [],
"description": "",
- "name": "hazelnut oil",
- "plural_name": "hazelnut oil"
+ "name": "زيت البندق",
+ "plural_name": "زيت البندق"
},
"coconut oil spray": {
"aliases": [],
"description": "",
- "name": "coconut oil spray",
- "plural_name": "coconut oil sprays"
+ "name": "رشة زيت جوز هند",
+ "plural_name": "رشة زيت جوز هند"
},
"almond oil": {
"aliases": [],
"description": "",
- "name": "almond oil",
- "plural_name": "almond oil"
+ "name": "زيت اللوز",
+ "plural_name": "زيت اللوز"
},
"lemon oil": {
"aliases": [],
"description": "",
- "name": "lemon oil",
- "plural_name": "lemon oil"
+ "name": "زيت الليمون",
+ "plural_name": "زيت الليمون"
},
"macadamia oil": {
"aliases": [],
"description": "",
- "name": "macadamia oil",
- "plural_name": "macadamia oil"
+ "name": "زيت المكاداميا",
+ "plural_name": "زيت المكاداميا"
},
"goose fat": {
"aliases": [],
"description": "",
- "name": "goose fat",
- "plural_name": "goose fats"
+ "name": "دهن الإوز",
+ "plural_name": "دهن الإوز"
},
"palm oil": {
"aliases": [],
"description": "",
- "name": "palm oil",
- "plural_name": "palm oil"
+ "name": "زيت النخيل",
+ "plural_name": "زيت النخيل"
},
"basil oil": {
"aliases": [],
"description": "",
- "name": "basil oil",
- "plural_name": "basil oil"
+ "name": "زيت الريحان",
+ "plural_name": "زيت الريحان"
},
"pork fat": {
"aliases": [],
"description": "",
- "name": "pork fat",
- "plural_name": "pork fats"
+ "name": "دهن لحم ال ",
+ "plural_name": "دهن لحم ال "
},
"beef dripping": {
"aliases": [],
"description": "",
- "name": "beef dripping",
- "plural_name": "beef drippings"
+ "name": "دهن لحم بقري",
+ "plural_name": "دهن لحم بقري"
},
"schmaltz": {
"aliases": [],
"description": "",
- "name": "schmaltz",
- "plural_name": "schmaltzzes"
+ "name": "شمالتز",
+ "plural_name": "شمالتز"
},
"tallow": {
"aliases": [],
"description": "",
- "name": "tallow",
- "plural_name": "tallows"
+ "name": "شحم بقري",
+ "plural_name": "شحم بقري"
},
"pistachio oil": {
"aliases": [],
"description": "",
- "name": "pistachio oil",
- "plural_name": "pistachio oil"
+ "name": "زيت الفستق الحلبي",
+ "plural_name": "زيت الفستق الحلبي"
},
"herb-infused olive oil": {
"aliases": [],
"description": "",
- "name": "herb-infused olive oil",
- "plural_name": "herb-infused olive oil"
+ "name": "زيت زيتون منقوع بالأعشاب",
+ "plural_name": "زيت زيتون منقوع بالأعشاب"
},
"roasted peanut oil": {
"aliases": [],
"description": "",
- "name": "roasted peanut oil",
- "plural_name": "roasted peanut oil"
+ "name": "زيت فول سوداني محمص",
+ "plural_name": "زيت فول سوداني محمص"
},
"argan oil": {
"aliases": [],
"description": "",
- "name": "argan oil",
- "plural_name": "argan oil"
+ "name": "زيت الأركان",
+ "plural_name": "زيت الأركان"
},
"beef fat": {
"aliases": [],
"description": "",
- "name": "beef fat",
- "plural_name": "beef fats"
+ "name": "دهن بقري",
+ "plural_name": "دهن بقري"
},
"pecan oil": {
"aliases": [],
"description": "",
- "name": "pecan oil",
- "plural_name": "pecan oil"
+ "name": "زيت جوز البقان",
+ "plural_name": "زيت جوز البقان"
},
"crisco oil": {
"aliases": [],
"description": "",
- "name": "crisco oil",
- "plural_name": "crisco oil"
+ "name": "زيت كريسكو",
+ "plural_name": "زيت كريسكو"
},
"red palm oil": {
"aliases": [],
"description": "",
- "name": "red palm oil",
- "plural_name": "red palm oil"
+ "name": "زيت نخيل أحمر",
+ "plural_name": "زيت نخيل أحمر"
},
"shea butter": {
"aliases": [],
"description": "",
- "name": "shea butter",
- "plural_name": "shea butter"
+ "name": "زبدة الشيا",
+ "plural_name": "زبدة الشيا"
},
"lamb fat": {
"aliases": [],
"description": "",
- "name": "lamb fat",
- "plural_name": "lamb fats"
+ "name": "دهن الخروف",
+ "plural_name": "دهن الخروف"
},
"castor oil": {
"aliases": [],
"description": "",
- "name": "castor oil",
- "plural_name": "castor oil"
+ "name": "زيت الخروع",
+ "plural_name": "زيت الخروع"
},
"chicken dripping": {
"aliases": [],
"description": "",
- "name": "chicken dripping",
- "plural_name": "chicken drippings"
+ "name": "دهن دجاج",
+ "plural_name": "دهن دجاج"
},
"shallot oil": {
"aliases": [],
"description": "",
- "name": "shallot oil",
- "plural_name": "shallot oil"
+ "name": "زيت الشالوت",
+ "plural_name": "زيت الشالوت"
},
"achiote oil": {
"aliases": [],
"description": "",
- "name": "achiote oil",
- "plural_name": "achiote oil"
+ "name": "زيت أشيوتي",
+ "plural_name": "زيت أشيوتي"
},
"jojoba oil": {
"aliases": [],
"description": "",
- "name": "jojoba oil",
- "plural_name": "jojoba oil"
+ "name": "زيت الجوجوبا",
+ "plural_name": "زيت الجوجوبا"
},
"oregano oil": {
"aliases": [],
"description": "",
- "name": "oregano oil",
- "plural_name": "oregano oil"
+ "name": "زيت الأوريجانو",
+ "plural_name": "زيت الأوريجانو"
},
"hemp seed oil": {
"aliases": [],
"description": "",
- "name": "hemp seed oil",
- "plural_name": "hemp seed oil"
+ "name": "زيت بذور القنب",
+ "plural_name": "زيت بذور القنب"
},
"wheat germ oil": {
"aliases": [],
"description": "",
- "name": "wheat germ oil",
- "plural_name": "wheat germ oil"
+ "name": "زيت جنين القمح",
+ "plural_name": "زيت جنين القمح"
},
"ginger oil": {
"aliases": [],
"description": "",
- "name": "ginger oil",
- "plural_name": "ginger oil"
+ "name": "زيت الزنجبيل",
+ "plural_name": "زيت الزنجبيل"
},
"cottonseed oil": {
"aliases": [],
"description": "",
- "name": "cottonseed oil",
- "plural_name": "cottonseed oil"
+ "name": "زيت بذور القطن",
+ "plural_name": "زيت بذور القطن"
},
"pork dripping": {
"aliases": [],
"description": "",
- "name": "pork dripping",
- "plural_name": "pork drippings"
+ "name": "دهن لحم ",
+ "plural_name": "دهن لحم "
},
"rosehip seed oil": {
"aliases": [],
"description": "",
- "name": "rosehip seed oil",
- "plural_name": "rosehip seed oil"
+ "name": "زيت بذور الورد",
+ "plural_name": "زيت بذور الورد"
},
"camelina oil": {
"aliases": [],
"description": "",
- "name": "camelina oil",
- "plural_name": "camelina oil"
+ "name": "زيت الكاميلينا",
+ "plural_name": "زيت الكاميلينا"
},
"marula oil": {
"aliases": [],
"description": "",
- "name": "marula oil",
- "plural_name": "marula oil"
+ "name": "زيت المارولا",
+ "plural_name": "زيت المارولا"
},
"moringa seed oil": {
"aliases": [],
"description": "",
- "name": "moringa seed oil",
- "plural_name": "moringa seed oil"
+ "name": "زيت بذور المورينجا",
+ "plural_name": "زيت بذور المورينجا"
},
"white cacao butter": {
"aliases": [],
"description": "",
- "name": "white cacao butter",
- "plural_name": "white cacao butter"
+ "name": "زبدة كاكاو بيضاء",
+ "plural_name": "زبدة كاكاو بيضاء"
},
"black seed oil": {
"aliases": [],
"description": "",
- "name": "black seed oil",
- "plural_name": "black seed oil"
+ "name": "زيت حبة البركة",
+ "plural_name": "زيت حبة البركة"
}
}
},
@@ -11076,416 +11076,416 @@
"mayonnaise": {
"aliases": [],
"description": "",
- "name": "mayonnaise",
- "plural_name": "mayonnaise"
+ "name": "مايونيز",
+ "plural_name": "مايونيز"
},
"apple cider vinegar": {
"aliases": [],
"description": "",
- "name": "apple cider vinegar",
- "plural_name": "apple cider vinegar"
+ "name": "خل تفاح",
+ "plural_name": "خل تفاح"
},
"balsamic vinegar": {
"aliases": [],
"description": "",
- "name": "balsamic vinegar",
- "plural_name": "balsamic vinegar"
+ "name": "خل بلسمي",
+ "plural_name": "خل بلسمي"
},
"vinegar": {
"aliases": [],
"description": "",
- "name": "vinegar",
- "plural_name": "vinegar"
+ "name": "خل",
+ "plural_name": "خل"
},
"red wine vinegar": {
"aliases": [],
"description": "",
- "name": "red wine vinegar",
- "plural_name": "red wine vinegar"
+ "name": "خل نبيذ أحمر",
+ "plural_name": "خل نبيذ أحمر"
},
"rice wine vinegar": {
"aliases": [],
"description": "",
- "name": "rice wine vinegar",
- "plural_name": "rice wine vinegar"
+ "name": "خل نبيذ الأرز",
+ "plural_name": "خل نبيذ الأرز"
},
"white wine vinegar": {
"aliases": [],
"description": "",
- "name": "white wine vinegar",
- "plural_name": "white wine vinegar"
+ "name": "خل نبيذ أبيض",
+ "plural_name": "خل نبيذ أبيض"
},
"ranch dressing": {
"aliases": [],
"description": "",
- "name": "ranch dressing",
- "plural_name": "ranch dressing"
+ "name": "صلصة رانتش",
+ "plural_name": "صلصة رانتش"
},
"italian dressing": {
"aliases": [],
"description": "",
- "name": "italian dressing",
- "plural_name": "italian dressing"
+ "name": "صلصة إيطالية",
+ "plural_name": "صلصة إيطالية"
},
"sherry vinegar": {
"aliases": [],
"description": "",
- "name": "sherry vinegar",
- "plural_name": "sherry vinegar"
+ "name": "خل الشيري",
+ "plural_name": "خل الشيري"
},
"distilled white vinegar": {
"aliases": [],
"description": "",
- "name": "distilled white vinegar",
- "plural_name": "distilled white vinegar"
+ "name": "خل أبيض مقطر",
+ "plural_name": "خل أبيض مقطر"
},
"sweet chilli sauce": {
"aliases": [],
"description": "",
- "name": "sweet chilli sauce",
- "plural_name": "sweet chilli sauce"
+ "name": "صلصة فلفل حار حلوة",
+ "plural_name": "صلصة فلفل حار حلوة"
},
"white balsamic vinegar": {
"aliases": [],
"description": "",
- "name": "white balsamic vinegar",
- "plural_name": "white balsamic vinegar"
+ "name": "خل بلسمي أبيض",
+ "plural_name": "خل بلسمي أبيض"
},
"champagne vinegar": {
"aliases": [],
"description": "",
- "name": "champagne vinegar",
- "plural_name": "champagne vinegar"
+ "name": "خل الشمبانيا",
+ "plural_name": "خل الشمبانيا"
},
"vinaigrette dressing": {
"aliases": [],
"description": "",
- "name": "vinaigrette dressing",
- "plural_name": "vinaigrette dressing"
+ "name": "صلصة فينغريت",
+ "plural_name": "صلصة فينغريت"
},
"balsamic vinaigrette": {
"aliases": [],
"description": "",
- "name": "balsamic vinaigrette",
- "plural_name": "balsamic vinaigrettes"
+ "name": "فينغريت بلسمي",
+ "plural_name": "فينغريت بلسمي"
},
"blue cheese dressing": {
"aliases": [],
"description": "",
- "name": "blue cheese dressing",
- "plural_name": "blue cheese dressing"
+ "name": "صلصة جبن أزرق",
+ "plural_name": "صلصة جبن أزرق"
},
"caesar dressing": {
"aliases": [],
"description": "",
- "name": "caesar dressing",
- "plural_name": "caesar dressing"
+ "name": "صلصة سيزر",
+ "plural_name": "صلصة سيزر"
},
"thousand island": {
"aliases": [],
"description": "",
- "name": "thousand island",
- "plural_name": "thousand islands"
+ "name": "صلصة ثاوزند أيلاند",
+ "plural_name": "صلصة ثاوزند أيلاند"
},
"malt vinegar": {
"aliases": [],
"description": "",
- "name": "malt vinegar",
- "plural_name": "malt vinegar"
+ "name": "خل الشعير",
+ "plural_name": "خل الشعير"
},
"black vinegar": {
"aliases": [],
"description": "",
- "name": "black vinegar",
- "plural_name": "black vinegar"
+ "name": "خل أسود",
+ "plural_name": "خل أسود"
},
"canola mayonnaise": {
"aliases": [],
"description": "",
- "name": "canola mayonnaise",
- "plural_name": "canola mayonnaise"
+ "name": "مايونيز كانولا",
+ "plural_name": "مايونيز كانولا"
},
"raspberry vinegar": {
"aliases": [],
"description": "",
- "name": "raspberry vinegar",
- "plural_name": "raspberry vinegar"
+ "name": "خل توت أحمر",
+ "plural_name": "خل توت أحمر"
},
"japanese mayonnaise": {
"aliases": [],
"description": "",
- "name": "japanese mayonnaise",
- "plural_name": "japanese mayonnaise"
+ "name": "مايونيز ياباني",
+ "plural_name": "مايونيز ياباني"
},
"tarragon vinegar": {
"aliases": [],
"description": "",
- "name": "tarragon vinegar",
- "plural_name": "tarragon vinegar"
+ "name": "خل الطرخون",
+ "plural_name": "خل الطرخون"
},
"greek vinaigrette": {
"aliases": [],
"description": "",
- "name": "greek vinaigrette",
- "plural_name": "greek vinaigrettes"
+ "name": "فينغريت يوناني",
+ "plural_name": "فينغريت يوناني"
},
"sesame dressing": {
"aliases": [],
"description": "",
- "name": "sesame dressing",
- "plural_name": "sesame dressing"
+ "name": "صلصة سمسم",
+ "plural_name": "صلصة سمسم"
},
"honey mustard dressing": {
"aliases": [],
"description": "",
- "name": "honey mustard dressing",
- "plural_name": "honey mustard dressing"
+ "name": "صلصة خردل بالعسل",
+ "plural_name": "صلصة خردل بالعسل"
},
"aioli sauce": {
"aliases": [],
"description": "",
- "name": "aioli sauce",
- "plural_name": "aioli sauce"
+ "name": "صلصة أيولي",
+ "plural_name": "صلصة أيولي"
},
"french dressing": {
"aliases": [],
"description": "",
- "name": "french dressing",
- "plural_name": "french dressing"
+ "name": "صلصة فرنسية",
+ "plural_name": "صلصة فرنسية"
},
"spicy mayo": {
"aliases": [],
"description": "",
- "name": "spicy mayo",
- "plural_name": "spicy mayoes"
+ "name": "مايونيز حار",
+ "plural_name": "مايونيز حار"
},
"poppyseed dressing": {
"aliases": [],
"description": "",
- "name": "poppyseed dressing",
- "plural_name": "poppyseed dressing"
+ "name": "صلصة بذور الخشخاش",
+ "plural_name": "صلصة بذور الخشخاش"
},
"catalina dressing": {
"aliases": [],
"description": "",
- "name": "catalina dressing",
- "plural_name": "catalina dressing"
+ "name": "صلصة كاتالينا",
+ "plural_name": "صلصة كاتالينا"
},
"verjuice": {
"aliases": [],
"description": "",
- "name": "verjuice",
- "plural_name": "verjuice"
+ "name": "فيرجويس",
+ "plural_name": "فيرجويس"
},
"cane vinegar": {
"aliases": [],
"description": "",
- "name": "cane vinegar",
- "plural_name": "cane vinegar"
+ "name": "خل قصب السكر",
+ "plural_name": "خل قصب السكر"
},
"raspberry vinaigrette": {
"aliases": [],
"description": "",
- "name": "raspberry vinaigrette",
- "plural_name": "raspberry vinaigrettes"
+ "name": "فينغريت توت أحمر",
+ "plural_name": "فينغريت توت أحمر"
},
"red wine vinaigrette": {
"aliases": [],
"description": "",
- "name": "red wine vinaigrette",
- "plural_name": "red wine vinaigrettes"
+ "name": "فينغريت نبيذ أحمر",
+ "plural_name": "فينغريت نبيذ أحمر"
},
"russian dressing": {
"aliases": [],
"description": "",
- "name": "russian dressing",
- "plural_name": "russian dressing"
+ "name": "صلصة روسية",
+ "plural_name": "صلصة روسية"
},
"avocado oil mayonnaise": {
"aliases": [],
"description": "",
- "name": "avocado oil mayonnaise",
- "plural_name": "avocado oil mayonnaise"
+ "name": "مايونيز زيت أفوكادو",
+ "plural_name": "مايونيز زيت أفوكادو"
},
"creamy balsamic dressing": {
"aliases": [],
"description": "",
- "name": "creamy balsamic dressing",
- "plural_name": "creamy balsamic dressing"
+ "name": "صلصة بلسمية كريمية",
+ "plural_name": "صلصة بلسمية كريمية"
},
"champagne vinaigrette": {
"aliases": [],
"description": "",
- "name": "champagne vinaigrette",
- "plural_name": "champagne vinaigrettes"
+ "name": "فينغريت شمبانيا",
+ "plural_name": "فينغريت شمبانيا"
},
"sun-dried tomato vinaigrette": {
"aliases": [],
"description": "",
- "name": "sun-dried tomato vinaigrette",
- "plural_name": "sun-dried tomato vinaigrettes"
+ "name": "فينغريت طماطم مجففة بالشمس",
+ "plural_name": "فينغريت طماطم مجففة بالشمس"
},
"garlic mayonnaise": {
"aliases": [],
"description": "",
- "name": "garlic mayonnaise",
- "plural_name": "garlic mayonnaise"
+ "name": "مايونيز بالثوم",
+ "plural_name": "مايونيز بالثوم"
},
"brown rice vinegar": {
"aliases": [],
"description": "",
- "name": "brown rice vinegar",
- "plural_name": "brown rice vinegar"
+ "name": "خل أرز بني",
+ "plural_name": "خل أرز بني"
},
"coconut vinegar": {
"aliases": [],
"description": "",
- "name": "coconut vinegar",
- "plural_name": "coconut vinegar"
+ "name": "خل جوز هند",
+ "plural_name": "خل جوز هند"
},
"ume plum vinegar": {
"aliases": [],
"description": "",
- "name": "ume plum vinegar",
- "plural_name": "ume plum vinegar"
+ "name": "خل برقوق أومي",
+ "plural_name": "خل برقوق أومي"
},
"buttermilk ranch dressing": {
"aliases": [],
"description": "",
- "name": "buttermilk ranch dressing",
- "plural_name": "buttermilk ranch dressing"
+ "name": "صلصة رانتش لبن خاثر",
+ "plural_name": "صلصة رانتش لبن خاثر"
},
"cilantro dressing": {
"aliases": [],
"description": "",
- "name": "cilantro dressing",
- "plural_name": "cilantro dressing"
+ "name": "صلصة كزبرة",
+ "plural_name": "صلصة كزبرة"
},
"spicy ranch dressing": {
"aliases": [],
"description": "",
- "name": "spicy ranch dressing",
- "plural_name": "spicy ranch dressing"
+ "name": "صلصة رانتش حارة",
+ "plural_name": "صلصة رانتش حارة"
},
"fig balsamic": {
"aliases": [],
"description": "",
- "name": "fig balsamic",
- "plural_name": "fig balsamics"
+ "name": "خل بلسمي بالتين",
+ "plural_name": "خل بلسمي بالتين"
},
"green goddess dressing": {
"aliases": [],
"description": "",
- "name": "green goddess dressing",
- "plural_name": "green goddess dressing"
+ "name": "صلصة الإلهة الخضراء",
+ "plural_name": "صلصة الإلهة الخضراء"
},
"creamy dressing": {
"aliases": [],
"description": "",
- "name": "creamy dressing",
- "plural_name": "creamy dressing"
+ "name": "صلصة كريمية",
+ "plural_name": "صلصة كريمية"
},
"onion salad dressing": {
"aliases": [],
"description": "",
- "name": "onion salad dressing",
- "plural_name": "onion salad dressing"
+ "name": "صلصة سلطة بالبصل",
+ "plural_name": "صلصة سلطة بالبصل"
},
"miso dressing": {
"aliases": [],
"description": "",
- "name": "miso dressing",
- "plural_name": "miso dressing"
+ "name": "صلصة ميسو",
+ "plural_name": "صلصة ميسو"
},
"white balsamic vinaigrette": {
"aliases": [],
"description": "",
- "name": "white balsamic vinaigrette",
- "plural_name": "white balsamic vinaigrettes"
+ "name": "فينغريت بلسمي أبيض",
+ "plural_name": "فينغريت بلسمي أبيض"
},
"chardonnay vinegar": {
"aliases": [],
"description": "",
- "name": "chardonnay vinegar",
- "plural_name": "chardonnay vinegar"
+ "name": "خل شاردونيه",
+ "plural_name": "خل شاردونيه"
},
"prepared coleslaw dressing": {
"aliases": [],
"description": "",
- "name": "prepared coleslaw dressing",
- "plural_name": "prepared coleslaw dressing"
+ "name": "صلصة كولسلو جاهزة",
+ "plural_name": "صلصة كولسلو جاهزة"
},
"honey vinegar": {
"aliases": [],
"description": "",
- "name": "honey vinegar",
- "plural_name": "honey vinegar"
+ "name": "خل العسل",
+ "plural_name": "خل العسل"
},
"tandoori mayonnaise": {
"aliases": [],
"description": "",
- "name": "tandoori mayonnaise",
- "plural_name": "tandoori mayonnaise"
+ "name": "مايونيز تندوري",
+ "plural_name": "مايونيز تندوري"
},
"chili vinegar": {
"aliases": [],
"description": "",
- "name": "chili vinegar",
- "plural_name": "chili vinegar"
+ "name": "خل الفلفل الحار",
+ "plural_name": "خل الفلفل الحار"
},
"chili-lime dressing": {
"aliases": [],
"description": "",
- "name": "chili-lime dressing",
- "plural_name": "chili-lime dressing"
+ "name": "صلصة فلفل حار وليمون حامض",
+ "plural_name": "صلصة فلفل حار وليمون حامض"
},
"moscatel vinegar": {
"aliases": [],
"description": "",
- "name": "moscatel vinegar",
- "plural_name": "moscatel vinegar"
+ "name": "خل موسكاتيل",
+ "plural_name": "خل موسكاتيل"
},
"vinegar powder": {
"aliases": [],
"description": "",
- "name": "vinegar powder",
- "plural_name": "vinegar powder"
+ "name": "خل بودرة",
+ "plural_name": "خل بودرة"
},
"caramelised onion dressing": {
"aliases": [],
"description": "",
- "name": "caramelised onion dressing",
- "plural_name": "caramelised onion dressing"
+ "name": "صلصة بصل مكرمل",
+ "plural_name": "صلصة بصل مكرمل"
},
"mango vinaigrette": {
"aliases": [],
"description": "",
- "name": "mango vinaigrette",
- "plural_name": "mango vinaigrettes"
+ "name": "فينغريت مانجو",
+ "plural_name": "فينغريت مانجو"
},
"sugarcane vinegar": {
"aliases": [],
"description": "",
- "name": "sugarcane vinegar",
- "plural_name": "sugarcane vinegar"
+ "name": "خل قصب السكر",
+ "plural_name": "خل قصب السكر"
},
"avocado-lime dressing": {
"aliases": [],
"description": "",
- "name": "avocado-lime dressing",
- "plural_name": "avocado-lime dressing"
+ "name": "صلصة أفوكادو وليمون حامض",
+ "plural_name": "صلصة أفوكادو وليمون حامض"
},
"spicy vinegar": {
"aliases": [],
"description": "",
- "name": "spicy vinegar",
- "plural_name": "spicy vinegar"
+ "name": "خل حار",
+ "plural_name": "خل حار"
},
"sushi vinegar": {
"aliases": [],
"description": "",
- "name": "sushi vinegar",
- "plural_name": "sushi vinegar"
+ "name": "خل سوشي",
+ "plural_name": "خل سوشي"
}
}
},
@@ -11494,608 +11494,608 @@
"soy sauce": {
"aliases": [],
"description": "",
- "name": "soy sauce",
- "plural_name": "soy sauce"
+ "name": "صلصة صويا",
+ "plural_name": "صلصة صويا"
},
"dijon mustard": {
"aliases": [],
"description": "",
- "name": "dijon mustard",
- "plural_name": "dijon mustard"
+ "name": "خردل ديجون",
+ "plural_name": "خردل ديجون"
},
"worcestershire": {
"aliases": [],
"description": "",
- "name": "worcestershire",
- "plural_name": "worcestershires"
+ "name": "ورشستر",
+ "plural_name": "ورشستر"
},
"hot sauce": {
"aliases": [],
"description": "",
- "name": "hot sauce",
- "plural_name": "hot sauce"
+ "name": "صلصة حارة",
+ "plural_name": "صلصة حارة"
},
"worcestershire sauce": {
"aliases": [],
"description": "",
- "name": "worcestershire sauce",
- "plural_name": "worcestershire sauce"
+ "name": "صلصة ورشستر",
+ "plural_name": "صلصة ورشستر"
},
"ketchup": {
"aliases": [],
"description": "",
- "name": "ketchup",
- "plural_name": "ketchup"
+ "name": "كاتشب",
+ "plural_name": "كاتشب"
},
"mustard": {
"aliases": [],
"description": "",
- "name": "mustard",
- "plural_name": "mustard"
+ "name": "خردل",
+ "plural_name": "خردل"
},
"fish sauce": {
"aliases": [],
"description": "",
- "name": "fish sauce",
- "plural_name": "fish sauce"
+ "name": "صلصة سمك",
+ "plural_name": "صلصة سمك"
},
"bbq sauce": {
"aliases": [],
"description": "",
- "name": "bbq sauce",
- "plural_name": "bbq sauce"
+ "name": "صلصة باربكيو",
+ "plural_name": "صلصة باربكيو"
},
"sriracha": {
"aliases": [],
"description": "",
- "name": "sriracha",
- "plural_name": "srirachas"
+ "name": "سريراتشا",
+ "plural_name": "سريراتشا"
},
"wholegrain mustard": {
"aliases": [],
"description": "",
- "name": "wholegrain mustard",
- "plural_name": "wholegrain mustard"
+ "name": "خردل بالحبوب الكاملة",
+ "plural_name": "خردل بالحبوب الكاملة"
},
"tamari": {
"aliases": [],
"description": "",
- "name": "tamari",
- "plural_name": "tamaris"
+ "name": "تاماري",
+ "plural_name": "تاماري"
},
"oyster sauce": {
"aliases": [],
"description": "",
- "name": "oyster sauce",
- "plural_name": "oyster sauce"
+ "name": "صلصة المحار",
+ "plural_name": "صلصة المحار"
},
"chili sauce": {
"aliases": [],
"description": "",
- "name": "chili sauce",
- "plural_name": "chili sauce"
+ "name": "صلصة الفلفل الحار",
+ "plural_name": "صلصة الفلفل الحار"
},
"ginger-garlic paste": {
"aliases": [],
"description": "",
- "name": "ginger-garlic paste",
- "plural_name": "ginger-garlic paste"
+ "name": "معجون زنجبيل وثوم",
+ "plural_name": "معجون زنجبيل وثوم"
},
"brown mustard": {
"aliases": [],
"description": "",
- "name": "brown mustard",
- "plural_name": "brown mustard"
+ "name": "خردل بني",
+ "plural_name": "خردل بني"
},
"wing sauce": {
"aliases": [],
"description": "",
- "name": "wing sauce",
- "plural_name": "wing sauce"
+ "name": "صلصة الأجنحة",
+ "plural_name": "صلصة الأجنحة"
},
"teriyaki sauce": {
"aliases": [],
"description": "",
- "name": "teriyaki sauce",
- "plural_name": "teriyaki sauce"
+ "name": "صلصة ترياكي",
+ "plural_name": "صلصة ترياكي"
},
"prepared horseradish": {
"aliases": [],
"description": "",
- "name": "prepared horseradish",
- "plural_name": "prepared horseradishes"
+ "name": "فجل حار جاهز",
+ "plural_name": "فجل حار جاهز"
},
"ginger paste": {
"aliases": [],
"description": "",
- "name": "ginger paste",
- "plural_name": "ginger paste"
+ "name": "معجون زنجبيل",
+ "plural_name": "معجون زنجبيل"
},
"dark soy sauce": {
"aliases": [],
"description": "",
- "name": "dark soy sauce",
- "plural_name": "dark soy sauce"
+ "name": "صلصة صويا داكنة",
+ "plural_name": "صلصة صويا داكنة"
},
"coconut amino": {
"aliases": [],
"description": "",
- "name": "coconut amino",
- "plural_name": "coconut aminos"
+ "name": "أمينو جوز هند",
+ "plural_name": "أمينو جوز هند"
},
"chili paste": {
"aliases": [],
"description": "",
- "name": "chili paste",
- "plural_name": "chili paste"
+ "name": "معجون الفلفل الحار",
+ "plural_name": "معجون الفلفل الحار"
},
"cranberry sauce": {
"aliases": [],
"description": "",
- "name": "cranberry sauce",
- "plural_name": "cranberry sauce"
+ "name": "صلصة توت بري",
+ "plural_name": "صلصة توت بري"
},
"harissa": {
"aliases": [],
"description": "",
- "name": "harissa",
- "plural_name": "harissas"
+ "name": "هريسة",
+ "plural_name": "هريسة"
},
"chili-garlic sauce": {
"aliases": [],
"description": "",
- "name": "chili-garlic sauce",
- "plural_name": "chili-garlic sauce"
+ "name": "صلصة فلفل حار وثوم",
+ "plural_name": "صلصة فلفل حار وثوم"
},
"tamarind paste": {
"aliases": [],
"description": "",
- "name": "tamarind paste",
- "plural_name": "tamarind paste"
+ "name": "معجون تمر هندي",
+ "plural_name": "معجون تمر هندي"
},
"pomegranate molass": {
"aliases": [],
"description": "",
- "name": "pomegranate molass",
- "plural_name": "pomegranate molasses"
+ "name": "دبس الرمان",
+ "plural_name": "دبس الرمان"
},
"gochujang": {
"aliases": [],
"description": "",
- "name": "gochujang",
- "plural_name": "gochujangs"
+ "name": "غوتشوجانغ",
+ "plural_name": "غوتشوجانغ"
},
"wasabi": {
"aliases": [],
"description": "",
- "name": "wasabi",
- "plural_name": "wasabis"
+ "name": "واسابي",
+ "plural_name": "واسابي"
},
"honey mustard": {
"aliases": [],
"description": "",
- "name": "honey mustard",
- "plural_name": "honey mustard"
+ "name": "خردل بالعسل",
+ "plural_name": "خردل بالعسل"
},
"mango chutney": {
"aliases": [],
"description": "",
- "name": "mango chutney",
- "plural_name": "mango chutneys"
+ "name": "شاتني مانجو",
+ "plural_name": "شاتني مانجو"
},
"english mustard": {
"aliases": [],
"description": "",
- "name": "english mustard",
- "plural_name": "english mustard"
+ "name": "خردل إنجليزي",
+ "plural_name": "خردل إنجليزي"
},
"sambal oelek": {
"aliases": [],
"description": "",
- "name": "sambal oelek",
- "plural_name": "sambal oeleks"
+ "name": "سامبال أوليك",
+ "plural_name": "سامبال أوليك"
},
"preserved lemon": {
"aliases": [],
"description": "",
- "name": "preserved lemon",
- "plural_name": "preserved lemons"
+ "name": "ليمون مخلل",
+ "plural_name": "ليمون مخلل"
},
"kecap mani": {
"aliases": [],
"description": "",
- "name": "kecap mani",
- "plural_name": "kecap manis"
+ "name": "كيتشاب مانيس",
+ "plural_name": "كيتشاب مانيس"
},
"chutney": {
"aliases": [],
"description": "",
- "name": "chutney",
- "plural_name": "chutneys"
+ "name": "شاتني",
+ "plural_name": "شاتني"
},
"shrimp paste": {
"aliases": [],
"description": "",
- "name": "shrimp paste",
- "plural_name": "shrimp paste"
+ "name": "معجون روبيان",
+ "plural_name": "معجون روبيان"
},
"picante sauce": {
"aliases": [],
"description": "",
- "name": "picante sauce",
- "plural_name": "picante sauce"
+ "name": "صلصة بيكانتي",
+ "plural_name": "صلصة بيكانتي"
},
"thai sweet chili sauce": {
"aliases": [],
"description": "",
- "name": "thai sweet chili sauce",
- "plural_name": "thai sweet chili sauce"
+ "name": "صلصة فلفل حار حلوة تايلندية",
+ "plural_name": "صلصة فلفل حار حلوة تايلندية"
},
"sweet and sour sauce": {
"aliases": [],
"description": "",
- "name": "sweet and sour sauce",
- "plural_name": "sweet and sour sauce"
+ "name": "صلصة حلوة حامضة",
+ "plural_name": "صلصة حلوة حامضة"
},
"liquid amino": {
"aliases": [],
"description": "",
- "name": "liquid amino",
- "plural_name": "liquid aminos"
+ "name": "أمينو سائل",
+ "plural_name": "أمينو سائل"
},
"tartar sauce": {
"aliases": [],
"description": "",
- "name": "tartar sauce",
- "plural_name": "tartar sauce"
+ "name": "صلصة تارتار",
+ "plural_name": "صلصة تارتار"
},
"hot pepper jelly": {
"aliases": [],
"description": "",
- "name": "hot pepper jelly",
- "plural_name": "hot pepper jellies"
+ "name": "جيلي الفلفل الحار",
+ "plural_name": "جيلي الفلفل الحار"
},
"chili-garlic paste": {
"aliases": [],
"description": "",
- "name": "chili-garlic paste",
- "plural_name": "chili-garlic paste"
+ "name": "معجون فلفل حار وثوم",
+ "plural_name": "معجون فلفل حار وثوم"
},
"bonito flake": {
"aliases": [],
"description": "",
- "name": "bonito flake",
- "plural_name": "bonito flakes"
+ "name": "رقائق بونيتو",
+ "plural_name": "رقائق بونيتو"
},
"green chutney": {
"aliases": [],
"description": "",
- "name": "green chutney",
- "plural_name": "green chutneys"
+ "name": "شاتني أخضر",
+ "plural_name": "شاتني أخضر"
},
"mexican hot sauce": {
"aliases": [],
"description": "",
- "name": "mexican hot sauce",
- "plural_name": "mexican hot sauce"
+ "name": "صلصة مكسيكية حارة",
+ "plural_name": "صلصة مكسيكية حارة"
},
"ponzu": {
"aliases": [],
"description": "",
- "name": "ponzu",
- "plural_name": "ponzu"
+ "name": "بونزو",
+ "plural_name": "بونزو"
},
"green chilli sauce": {
"aliases": [],
"description": "",
- "name": "green chilli sauce",
- "plural_name": "green chilli sauce"
+ "name": "صلصة فلفل حار أخضر",
+ "plural_name": "صلصة فلفل حار أخضر"
},
"sambal": {
"aliases": [],
"description": "",
- "name": "sambal",
- "plural_name": "sambals"
+ "name": "سامبال",
+ "plural_name": "سامبال"
},
"crispy onion": {
"aliases": [],
"description": "",
- "name": "crispy onion",
- "plural_name": "crispy onions"
+ "name": "بصل مقرمش",
+ "plural_name": "بصل مقرمش"
},
"red pepper jelly": {
"aliases": [],
"description": "",
- "name": "red pepper jelly",
- "plural_name": "red pepper jellies"
+ "name": "جيلي فلفل أحمر",
+ "plural_name": "جيلي فلفل أحمر"
},
"thai chili paste": {
"aliases": [],
"description": "",
- "name": "thai chili paste",
- "plural_name": "thai chili paste"
+ "name": "معجون فلفل حار تايلندي",
+ "plural_name": "معجون فلفل حار تايلندي"
},
"peri peri": {
"aliases": [],
"description": "",
- "name": "peri peri",
- "plural_name": "peri peris"
+ "name": "بيري بيري",
+ "plural_name": "بيري بيري"
},
"green chilli paste": {
"aliases": [],
"description": "",
- "name": "green chilli paste",
- "plural_name": "green chilli paste"
+ "name": "معجون فلفل حار أخضر",
+ "plural_name": "معجون فلفل حار أخضر"
},
"mint jelly": {
"aliases": [],
"description": "",
- "name": "mint jelly",
- "plural_name": "mint jellies"
+ "name": "جيلي نعناع",
+ "plural_name": "جيلي نعناع"
},
"horseradish mustard": {
"aliases": [],
"description": "",
- "name": "horseradish mustard",
- "plural_name": "horseradish mustard"
+ "name": "خردل بالفجل الحار",
+ "plural_name": "خردل بالفجل الحار"
},
"mustard paste": {
"aliases": [],
"description": "",
- "name": "mustard paste",
- "plural_name": "mustard paste"
+ "name": "معجون خردل",
+ "plural_name": "معجون خردل"
},
"aji amarillo": {
"aliases": [],
"description": "",
- "name": "aji amarillo",
- "plural_name": "aji amarilloes"
+ "name": "أجي أماريلو",
+ "plural_name": "أجي أماريلو"
},
"pepper paste": {
"aliases": [],
"description": "",
- "name": "pepper paste",
- "plural_name": "pepper paste"
+ "name": "معجون فلفل",
+ "plural_name": "معجون فلفل"
},
"yuzu juice": {
"aliases": [],
"description": "",
- "name": "yuzu juice",
- "plural_name": "yuzu juice"
+ "name": "عصير يوزو",
+ "plural_name": "عصير يوزو"
},
"tonkatsu sauce": {
"aliases": [],
"description": "",
- "name": "tonkatsu sauce",
- "plural_name": "tonkatsu sauce"
+ "name": "صلصة تونكاتسو",
+ "plural_name": "صلصة تونكاتسو"
},
"chermoula": {
"aliases": [],
"description": "",
- "name": "chermoula",
- "plural_name": "chermoulas"
+ "name": "شرمولة",
+ "plural_name": "شرمولة"
},
"tamarind chutney": {
"aliases": [],
"description": "",
- "name": "tamarind chutney",
- "plural_name": "tamarind chutneys"
+ "name": "شاتني تمر هندي",
+ "plural_name": "شاتني تمر هندي"
},
"hp sauce": {
"aliases": [],
"description": "",
- "name": "hp sauce",
- "plural_name": "hp sauce"
+ "name": "صلصة إتش بي",
+ "plural_name": "صلصة إتش بي"
},
"duck sauce": {
"aliases": [],
"description": "",
- "name": "duck sauce",
- "plural_name": "duck sauce"
+ "name": "صلصة البط",
+ "plural_name": "صلصة البط"
},
"ginger chili paste": {
"aliases": [],
"description": "",
- "name": "ginger chili paste",
- "plural_name": "ginger chili paste"
+ "name": "معجون زنجبيل وفلفل حار",
+ "plural_name": "معجون زنجبيل وفلفل حار"
},
"onion marmalade": {
"aliases": [],
"description": "",
- "name": "onion marmalade",
- "plural_name": "onion marmalades"
+ "name": "مربى البصل",
+ "plural_name": "مربى البصل"
},
"giardiniera": {
"aliases": [],
"description": "",
- "name": "giardiniera",
- "plural_name": "giardinieras"
+ "name": "جار دينيرا",
+ "plural_name": "جار دينيرا"
},
"black soy sauce": {
"aliases": [],
"description": "",
- "name": "black soy sauce",
- "plural_name": "black soy sauce"
+ "name": "صلصة صويا سوداء",
+ "plural_name": "صلصة صويا سوداء"
},
"doubanjiang": {
"aliases": [],
"description": "",
- "name": "doubanjiang",
- "plural_name": "doubanjiangs"
+ "name": "دوبانجيانغ",
+ "plural_name": "دوبانجيانغ"
},
"korean bbq sauce": {
"aliases": [],
"description": "",
- "name": "korean bbq sauce",
- "plural_name": "korean bbq sauce"
+ "name": "صلصة باربكيو كورية",
+ "plural_name": "صلصة باربكيو كورية"
},
"maggi sauce": {
"aliases": [],
"description": "",
- "name": "maggi sauce",
- "plural_name": "maggi sauce"
+ "name": "صلصة ماجي",
+ "plural_name": "صلصة ماجي"
},
"chinese mustard": {
"aliases": [],
"description": "",
- "name": "chinese mustard",
- "plural_name": "chinese mustard"
+ "name": "خردل صيني",
+ "plural_name": "خردل صيني"
},
"chamoy": {
"aliases": [],
"description": "",
- "name": "chamoy",
- "plural_name": "chamoys"
+ "name": "تشاموي",
+ "plural_name": "تشاموي"
},
"lime pickle": {
"aliases": [],
"description": "",
- "name": "lime pickle",
- "plural_name": "lime pickles"
+ "name": "مخلل ليمون حامض",
+ "plural_name": "مخلل ليمون حامض"
},
"doenjang": {
"aliases": [],
"description": "",
- "name": "doenjang",
- "plural_name": "doenjangs"
+ "name": "دونجانغ",
+ "plural_name": "دونجانغ"
},
"chili crisp": {
"aliases": [],
"description": "",
- "name": "chili crisp",
- "plural_name": "chili crisps"
+ "name": "تشيلي كرسب",
+ "plural_name": "تشيلي كرسب"
},
"karashi": {
"aliases": [],
"description": "",
- "name": "karashi",
- "plural_name": "karashis"
+ "name": "كاراشي",
+ "plural_name": "كاراشي"
},
"mushroom soy sauce": {
"aliases": [],
"description": "",
- "name": "mushroom soy sauce",
- "plural_name": "mushroom soy sauce"
+ "name": "صلصة صويا بالفطر",
+ "plural_name": "صلصة صويا بالفطر"
},
"yuzu kosho": {
"aliases": [],
"description": "",
- "name": "yuzu kosho",
- "plural_name": "yuzu koshoes"
+ "name": "يوزو كوشو",
+ "plural_name": "يوزو كوشو"
},
"german mustard": {
"aliases": [],
"description": "",
- "name": "german mustard",
- "plural_name": "german mustard"
+ "name": "خردل ألماني",
+ "plural_name": "خردل ألماني"
},
"taucheo": {
"aliases": [],
"description": "",
- "name": "taucheo",
- "plural_name": "taucheos"
+ "name": "تاوتشو",
+ "plural_name": "تاوتشو"
},
"eel sauce": {
"aliases": [],
"description": "",
- "name": "eel sauce",
- "plural_name": "eel sauce"
+ "name": "صلصة الأنقليس",
+ "plural_name": "صلصة الأنقليس"
},
"hot bean paste": {
"aliases": [],
"description": "",
- "name": "hot bean paste",
- "plural_name": "hot bean paste"
+ "name": "معجون فاصوليا حار",
+ "plural_name": "معجون فاصوليا حار"
},
"pati": {
"aliases": [],
"description": "",
- "name": "pati",
- "plural_name": "patis"
+ "name": "باتيس",
+ "plural_name": "باتيس"
},
"remoulade": {
"aliases": [],
"description": "",
- "name": "remoulade",
- "plural_name": "remoulades"
+ "name": "ريمولاد",
+ "plural_name": "ريمولاد"
},
"white bbq sauce": {
"aliases": [],
"description": "",
- "name": "white bbq sauce",
- "plural_name": "white bbq sauce"
+ "name": "صلصة باربكيو بيضاء",
+ "plural_name": "صلصة باربكيو بيضاء"
},
"pickapeppa sauce": {
"aliases": [],
"description": "",
- "name": "pickapeppa sauce",
- "plural_name": "pickapeppa sauce"
+ "name": "صلصة بيكابيبا",
+ "plural_name": "صلصة بيكابيبا"
},
"salsa lizano": {
"aliases": [],
"description": "",
- "name": "salsa lizano",
- "plural_name": "salsa lizanoes"
+ "name": "سالسا ليزانو",
+ "plural_name": "سالسا ليزانو"
},
"shrimp sauce": {
"aliases": [],
"description": "",
- "name": "shrimp sauce",
- "plural_name": "shrimp sauce"
+ "name": "صلصة روبيان",
+ "plural_name": "صلصة روبيان"
},
"sweet soybean paste": {
"aliases": [],
"description": "",
- "name": "sweet soybean paste",
- "plural_name": "sweet soybean paste"
+ "name": "معجون فول صويا حلو",
+ "plural_name": "معجون فول صويا حلو"
},
"grape must": {
"aliases": [],
"description": "",
- "name": "grape must",
- "plural_name": "grape musts"
+ "name": "عصير عنب غير مخمر",
+ "plural_name": "عصير عنب غير مخمر"
},
"shrimp powder": {
"aliases": [],
"description": "",
- "name": "shrimp powder",
- "plural_name": "shrimp powder"
+ "name": "روبيان بودرة",
+ "plural_name": "روبيان بودرة"
},
"banana ketchup": {
"aliases": [],
"description": "",
- "name": "banana ketchup",
- "plural_name": "banana ketchup"
+ "name": "كاتشب موز",
+ "plural_name": "كاتشب موز"
},
"chili purée": {
"aliases": [],
"description": "",
- "name": "chili purée",
- "plural_name": "chili purée"
+ "name": "هريس الفلفل الحار",
+ "plural_name": "هريس الفلفل الحار"
},
"green harissa": {
"aliases": [],
"description": "",
- "name": "green harissa",
- "plural_name": "green harissas"
+ "name": "هريسة خضراء",
+ "plural_name": "هريسة خضراء"
},
"crab paste": {
"aliases": [],
"description": "",
- "name": "crab paste",
- "plural_name": "crab paste"
+ "name": "معجون سلطعون",
+ "plural_name": "معجون سلطعون"
},
"beer mustard": {
"aliases": [],
"description": "",
- "name": "beer mustard",
- "plural_name": "beer mustard"
+ "name": "خردل بالبيرة",
+ "plural_name": "خردل بالبيرة"
},
"guk ganjang": {
"aliases": [],
"description": "",
- "name": "guk ganjang",
- "plural_name": "guk ganjangs"
+ "name": "غوك غانجانغ",
+ "plural_name": "غوك غانجانغ"
}
}
},
@@ -12104,602 +12104,602 @@
"canned tomato": {
"aliases": [],
"description": "",
- "name": "canned tomato",
- "plural_name": "canned tomatoes"
+ "name": "طماطم معلبة",
+ "plural_name": "طماطم معلبة"
},
"caper": {
"aliases": [],
"description": "",
- "name": "caper",
- "plural_name": "capers"
+ "name": "كبر",
+ "plural_name": "كبر"
},
"green olive": {
"aliases": [],
"description": "",
- "name": "green olive",
- "plural_name": "green olives"
+ "name": "زيتون أخضر",
+ "plural_name": "زيتون أخضر"
},
"canned chickpea": {
"aliases": [],
"description": "",
- "name": "canned chickpea",
- "plural_name": "canned chickpeas"
+ "name": "حمص معلب",
+ "plural_name": "حمص معلب"
},
"black olive": {
"aliases": [],
"description": "",
- "name": "black olive",
- "plural_name": "black olives"
+ "name": "زيتون أسود",
+ "plural_name": "زيتون أسود"
},
"canned black bean": {
"aliases": [],
"description": "",
- "name": "canned black bean",
- "plural_name": "canned black beans"
+ "name": "فاصوليا سوداء معلبة",
+ "plural_name": "فاصوليا سوداء معلبة"
},
"canned pumpkin": {
"aliases": [],
"description": "",
- "name": "canned pumpkin",
- "plural_name": "canned pumpkins"
+ "name": "قرع معلب",
+ "plural_name": "قرع معلب"
},
"kalamata olive": {
"aliases": [],
"description": "",
- "name": "kalamata olive",
- "plural_name": "kalamata olives"
+ "name": "زيتون كالاماتا",
+ "plural_name": "زيتون كالاماتا"
},
"canned tuna": {
"aliases": [],
"description": "",
- "name": "canned tuna",
- "plural_name": "canned tuna"
+ "name": "تونة معلبة",
+ "plural_name": "تونة معلبة"
},
"pickle": {
"aliases": [],
"description": "",
- "name": "pickle",
- "plural_name": "pickles"
+ "name": "مخلل",
+ "plural_name": "مخلل"
},
"canned pineapple": {
"aliases": [],
"description": "",
- "name": "canned pineapple",
- "plural_name": "canned pineapples"
+ "name": "أناناس معلب",
+ "plural_name": "أناناس معلب"
},
"chipotle in adobo": {
"aliases": [],
"description": "",
- "name": "chipotle in adobo",
- "plural_name": "chipotle in adobo"
+ "name": "تشيبوتلي في أدوبو",
+ "plural_name": "تشيبوتلي في أدوبو"
},
"canned anchovy": {
"aliases": [],
"description": "",
- "name": "canned anchovy",
- "plural_name": "canned anchovies"
+ "name": "أنشوجة معلبة",
+ "plural_name": "أنشوجة معلبة"
},
"roasted red pepper": {
"aliases": [],
"description": "",
- "name": "roasted red pepper",
- "plural_name": "roasted red peppers"
+ "name": "فلفل أحمر مشوي",
+ "plural_name": "فلفل أحمر مشوي"
},
"tomato with green chiles": {
"aliases": [],
"description": "",
- "name": "tomato with green chiles",
- "plural_name": "tomatoes with green chiles"
+ "name": "طماطم بالفلفل الحار الأخضر",
+ "plural_name": "طماطم بالفلفل الحار الأخضر"
},
"canned artichoke": {
"aliases": [],
"description": "",
- "name": "canned artichoke",
- "plural_name": "canned artichokes"
+ "name": "خرشوف معلب",
+ "plural_name": "خرشوف معلب"
},
"canned corn": {
"aliases": [],
"description": "",
- "name": "canned corn",
- "plural_name": "canned corns"
+ "name": "ذرة معلبة",
+ "plural_name": "ذرة معلبة"
},
"canned kidney bean": {
"aliases": [],
"description": "",
- "name": "canned kidney bean",
- "plural_name": "canned kidney beans"
+ "name": "فاصوليا حمراء معلبة",
+ "plural_name": "فاصوليا حمراء معلبة"
},
"canned pie filling": {
"aliases": [],
"description": "",
- "name": "canned pie filling",
- "plural_name": "canned pie fillings"
+ "name": "حشوة فطيرة معلبة",
+ "plural_name": "حشوة فطيرة معلبة"
},
"canned cannellini bean": {
"aliases": [],
"description": "",
- "name": "canned cannellini bean",
- "plural_name": "canned cannellini beans"
+ "name": "فاصوليا كانيليني معلبة",
+ "plural_name": "فاصوليا كانيليني معلبة"
},
"refried bean": {
"aliases": [],
"description": "",
- "name": "refried bean",
- "plural_name": "refried beans"
+ "name": "فاصوليا مقلية",
+ "plural_name": "فاصوليا مقلية"
},
"canned whole tomato": {
"aliases": [],
"description": "",
- "name": "canned whole tomato",
- "plural_name": "canned whole tomatoes"
+ "name": "طماطم كاملة معلبة",
+ "plural_name": "طماطم كاملة معلبة"
},
"sweet pickle relish": {
"aliases": [],
"description": "",
- "name": "sweet pickle relish",
- "plural_name": "sweet pickle relishes"
+ "name": "مخلل حلو",
+ "plural_name": "مخلل حلو"
},
"sauerkraut": {
"aliases": [],
"description": "",
- "name": "sauerkraut",
- "plural_name": "sauerkrauts"
+ "name": "مخلل ملفوف",
+ "plural_name": "مخلل ملفوف"
},
"creamed corn": {
"aliases": [],
"description": "",
- "name": "creamed corn",
- "plural_name": "creamed corns"
+ "name": "ذرة بالكريمة",
+ "plural_name": "ذرة بالكريمة"
},
"corned beef": {
"aliases": [],
"description": "",
- "name": "corned beef",
- "plural_name": "corned beefs"
+ "name": "لحم بقري محفوظ",
+ "plural_name": "لحم بقري محفوظ"
},
"canned bean": {
"aliases": [],
"description": "",
- "name": "canned bean",
- "plural_name": "canned beans"
+ "name": "فاصوليا معلبة",
+ "plural_name": "فاصوليا معلبة"
},
"pickled jalapeño": {
"aliases": [],
"description": "",
- "name": "pickled jalapeño",
- "plural_name": "pickled jalapeños"
+ "name": "هالبينيو مخلل",
+ "plural_name": "هالبينيو مخلل"
},
"diced green chile": {
"aliases": [],
"description": "",
- "name": "diced green chile",
- "plural_name": "diced green chiles"
+ "name": "فلفل حار أخضر مكعب",
+ "plural_name": "فلفل حار أخضر مكعب"
},
"sun-dried tomato in oil": {
"aliases": [],
"description": "",
- "name": "sun-dried tomato in oil",
- "plural_name": "sun-dried tomatoes in oil"
+ "name": "طماطم مجففة بالشمس بالزيت",
+ "plural_name": "طماطم مجففة بالشمس بالزيت"
},
"kimchi": {
"aliases": [],
"description": "",
- "name": "kimchi",
- "plural_name": "kimchis"
+ "name": "كيمتشي",
+ "plural_name": "كيمتشي"
},
"canned mandarin orange": {
"aliases": [],
"description": "",
- "name": "canned mandarin orange",
- "plural_name": "canned mandarin oranges"
+ "name": "يوسفي معلب",
+ "plural_name": "يوسفي معلب"
},
"chili bean": {
"aliases": [],
"description": "",
- "name": "chili bean",
- "plural_name": "chili beans"
+ "name": "فاصوليا بالفلفل الحار",
+ "plural_name": "فاصوليا بالفلفل الحار"
},
"canned crab": {
"aliases": [],
"description": "",
- "name": "canned crab",
- "plural_name": "canned crabs"
+ "name": "سلطعون معلب",
+ "plural_name": "سلطعون معلب"
},
"bamboo shoot": {
"aliases": [],
"description": "",
- "name": "bamboo shoot",
- "plural_name": "bamboo shoots"
+ "name": "براعم الخيزران",
+ "plural_name": "براعم الخيزران"
},
"canned mushroom": {
"aliases": [],
"description": "",
- "name": "canned mushroom",
- "plural_name": "canned mushrooms"
+ "name": "فطر معلب",
+ "plural_name": "فطر معلب"
},
"baked bean": {
"aliases": [],
"description": "",
- "name": "baked bean",
- "plural_name": "baked beans"
+ "name": "فاصوليا مخبوزة",
+ "plural_name": "فاصوليا مخبوزة"
},
"canned salmon": {
"aliases": [],
"description": "",
- "name": "canned salmon",
- "plural_name": "canned salmon"
+ "name": "سلمون معلب",
+ "plural_name": "سلمون معلب"
},
"pickling juice": {
"aliases": [],
"description": "",
- "name": "pickling juice",
- "plural_name": "pickling juice"
+ "name": "عصير التخليل",
+ "plural_name": "عصير التخليل"
},
"dill pickle relish": {
"aliases": [],
"description": "",
- "name": "dill pickle relish",
- "plural_name": "dill pickle relishes"
+ "name": "مخلل الشبت",
+ "plural_name": "مخلل الشبت"
},
"canned peach": {
"aliases": [],
"description": "",
- "name": "canned peach",
- "plural_name": "canned peaches"
+ "name": "خوخ معلب",
+ "plural_name": "خوخ معلب"
},
"canned black-eyed pea": {
"aliases": [],
"description": "",
- "name": "canned black-eyed pea",
- "plural_name": "canned black-eyed peas"
+ "name": "لوبيا معلبة",
+ "plural_name": "لوبيا معلبة"
},
"pickled ginger": {
"aliases": [],
"description": "",
- "name": "pickled ginger",
- "plural_name": "pickled gingers"
+ "name": "زنجبيل مخلل",
+ "plural_name": "زنجبيل مخلل"
},
"canned apple": {
"aliases": [],
"description": "",
- "name": "canned apple",
- "plural_name": "canned apples"
+ "name": "تفاح معلب",
+ "plural_name": "تفاح معلب"
},
"canned green bean": {
"aliases": [],
"description": "",
- "name": "canned green bean",
- "plural_name": "canned green beans"
+ "name": "فاصوليا خضراء معلبة",
+ "plural_name": "فاصوليا خضراء معلبة"
},
"spam": {
"aliases": [],
"description": "",
- "name": "spam",
- "plural_name": "spams"
+ "name": "سبام",
+ "plural_name": "سبام"
},
"canned clam": {
"aliases": [],
"description": "",
- "name": "canned clam",
- "plural_name": "canned clams"
+ "name": "محار معلب",
+ "plural_name": "محار معلب"
},
"chili with beans": {
"aliases": [],
"description": "",
- "name": "chili with beans",
- "plural_name": "chili with beans"
+ "name": "تشيلي بالفاصوليا",
+ "plural_name": "تشيلي بالفاصوليا"
},
"pickled onion": {
"aliases": [],
"description": "",
- "name": "pickled onion",
- "plural_name": "pickled onions"
+ "name": "بصل مخلل",
+ "plural_name": "بصل مخلل"
},
"fruit cocktail": {
"aliases": [],
"description": "",
- "name": "fruit cocktail",
- "plural_name": "fruit cocktails"
+ "name": "كوكتيل فواكه",
+ "plural_name": "كوكتيل فواكه"
},
"canned lentil": {
"aliases": [],
"description": "",
- "name": "canned lentil",
- "plural_name": "canned lentils"
+ "name": "عدس معلب",
+ "plural_name": "عدس معلب"
},
"canned pea": {
"aliases": [],
"description": "",
- "name": "canned pea",
- "plural_name": "canned peas"
+ "name": "بازلاء معلبة",
+ "plural_name": "بازلاء معلبة"
},
"pickled red onion": {
"aliases": [],
"description": "",
- "name": "pickled red onion",
- "plural_name": "pickled red onions"
+ "name": "بصل أحمر مخلل",
+ "plural_name": "بصل أحمر مخلل"
},
"pimiento-stuffed green olive": {
"aliases": [],
"description": "",
- "name": "pimiento-stuffed green olive",
- "plural_name": "pimiento-stuffed green olives"
+ "name": "زيتون أخضر محشي بيمينتو",
+ "plural_name": "زيتون أخضر محشي بيمينتو"
},
"canned pork": {
"aliases": [],
"description": "",
- "name": "canned pork",
- "plural_name": "canned porks"
+ "name": "لحم معلب",
+ "plural_name": "لحم معلب"
},
"pickled beet": {
"aliases": [],
"description": "",
- "name": "pickled beet",
- "plural_name": "pickled beets"
+ "name": "بنجر مخلل",
+ "plural_name": "بنجر مخلل"
},
"canned cherry tomato": {
"aliases": [],
"description": "",
- "name": "canned cherry tomato",
- "plural_name": "canned cherry tomatoes"
+ "name": "طماطم كرزية معلبة",
+ "plural_name": "طماطم كرزية معلبة"
},
"bread & butter pickle": {
"aliases": [],
"description": "",
- "name": "bread & butter pickle",
- "plural_name": "bread & butter pickles"
+ "name": "مخلل الخبز والزبدة",
+ "plural_name": "مخلل الخبز والزبدة"
},
"canned apricot": {
"aliases": [],
"description": "",
- "name": "canned apricot",
- "plural_name": "canned apricots"
+ "name": "مشمش معلب",
+ "plural_name": "مشمش معلب"
},
"canned sweet potato": {
"aliases": [],
"description": "",
- "name": "canned sweet potato",
- "plural_name": "canned sweet potatoes"
+ "name": "بطاطا حلوة معلبة",
+ "plural_name": "بطاطا حلوة معلبة"
},
"canned pear": {
"aliases": [],
"description": "",
- "name": "canned pear",
- "plural_name": "canned pears"
+ "name": "كمثرى معلبة",
+ "plural_name": "كمثرى معلبة"
},
"peppadew pepper": {
"aliases": [],
"description": "",
- "name": "peppadew pepper",
- "plural_name": "peppadew peppers"
+ "name": "فلفل بيباديو",
+ "plural_name": "فلفل بيباديو"
},
"pickled vegetable": {
"aliases": [],
"description": "",
- "name": "pickled vegetable",
- "plural_name": "pickled vegetables"
+ "name": "خضروات مخللة",
+ "plural_name": "خضروات مخللة"
},
"onion paste": {
"aliases": [],
"description": "",
- "name": "onion paste",
- "plural_name": "onion paste"
+ "name": "معجون بصل",
+ "plural_name": "معجون بصل"
},
"canned baby corn": {
"aliases": [],
"description": "",
- "name": "canned baby corn",
- "plural_name": "canned baby corns"
+ "name": "ذرة صغيرة معلبة",
+ "plural_name": "ذرة صغيرة معلبة"
},
"mexican-style corn": {
"aliases": [],
"description": "",
- "name": "mexican-style corn",
- "plural_name": "mexican-style corns"
+ "name": "ذرة على الطريقة المكسيكية",
+ "plural_name": "ذرة على الطريقة المكسيكية"
},
"chili without bean": {
"aliases": [],
"description": "",
- "name": "chili without bean",
- "plural_name": "chili without beans"
+ "name": "تشيلي بدون فاصوليا",
+ "plural_name": "تشيلي بدون فاصوليا"
},
"pork and bean": {
"aliases": [],
"description": "",
- "name": "pork and bean",
- "plural_name": "pork and beans"
+ "name": "لحم وفاصوليا",
+ "plural_name": "لحم وفاصوليا"
},
"ranch-style bean": {
"aliases": [],
"description": "",
- "name": "ranch-style bean",
- "plural_name": "ranch-style beans"
+ "name": "فاصوليا على طريقة رانتش",
+ "plural_name": "فاصوليا على طريقة رانتش"
},
"canned chicken breast": {
"aliases": [],
"description": "",
- "name": "canned chicken breast",
- "plural_name": "canned chicken breasts"
+ "name": "صدر دجاج معلب",
+ "plural_name": "صدور دجاج معلبة"
},
"canned carrot": {
"aliases": [],
"description": "",
- "name": "canned carrot",
- "plural_name": "canned carrots"
+ "name": "جزر معلب",
+ "plural_name": "جزر معلب"
},
"banana pepper ring": {
"aliases": [],
"description": "",
- "name": "banana pepper ring",
- "plural_name": "banana pepper rings"
+ "name": "حلقات فلفل الموز",
+ "plural_name": "حلقات فلفل الموز"
},
"canned lychee": {
"aliases": [],
"description": "",
- "name": "canned lychee",
- "plural_name": "canned lychees"
+ "name": "ليتشي معلب",
+ "plural_name": "ليتشي معلب"
},
"pumpkin pie filling": {
"aliases": [],
"description": "",
- "name": "pumpkin pie filling",
- "plural_name": "pumpkin pie fillings"
+ "name": "حشوة فطيرة اليقطين",
+ "plural_name": "حشوة فطيرة اليقطين"
},
"canned sardine": {
"aliases": [],
"description": "",
- "name": "canned sardine",
- "plural_name": "canned sardines"
+ "name": "سردين معلب",
+ "plural_name": "سردين معلب"
},
"pickled pepper": {
"aliases": [],
"description": "",
- "name": "pickled pepper",
- "plural_name": "pickled peppers"
+ "name": "فلفل مخلل",
+ "plural_name": "فلفل مخلل"
},
"tomato relish": {
"aliases": [],
"description": "",
- "name": "tomato relish",
- "plural_name": "tomato relishes"
+ "name": "طماطم مشكلة",
+ "plural_name": "طماطم مشكلة"
},
"canned jackfruit": {
"aliases": [],
"description": "",
- "name": "canned jackfruit",
- "plural_name": "canned jackfruits"
+ "name": "جاك فروت معلب",
+ "plural_name": "جاك فروت معلب"
},
"taggiasca olive": {
"aliases": [],
"description": "",
- "name": "taggiasca olive",
- "plural_name": "taggiasca olives"
+ "name": "زيتون تاجياسكا",
+ "plural_name": "زيتون تاجياسكا"
},
"cranberry relish": {
"aliases": [],
"description": "",
- "name": "cranberry relish",
- "plural_name": "cranberry relishes"
+ "name": "توت بري مشكل",
+ "plural_name": "توت بري مشكل"
},
"red pepper relish": {
"aliases": [],
"description": "",
- "name": "red pepper relish",
- "plural_name": "red pepper relishes"
+ "name": "فلفل أحمر مشكل",
+ "plural_name": "فلفل أحمر مشكل"
},
"canned asparagus": {
"aliases": [],
"description": "",
- "name": "canned asparagus",
- "plural_name": "canned asparagus"
+ "name": "هليون معلب",
+ "plural_name": "هليون معلب"
},
"fire-roasted green chile": {
"aliases": [],
"description": "",
- "name": "fire-roasted green chile",
- "plural_name": "fire-roasted green chiles"
+ "name": "فلفل حار أخضر مشوي على النار",
+ "plural_name": "فلفل حار أخضر مشوي على النار"
},
"pickled hot pepper": {
"aliases": [],
"description": "",
- "name": "pickled hot pepper",
- "plural_name": "pickled hot peppers"
+ "name": "فلفل حار مخلل",
+ "plural_name": "فلفل حار مخلل"
},
"canned peas and carrot": {
"aliases": [],
"description": "",
- "name": "canned peas and carrot",
- "plural_name": "canned peas and carrots"
+ "name": "بازلاء وجزر معلبة",
+ "plural_name": "بازلاء وجزر معلبة"
},
"corn relish": {
"aliases": [],
"description": "",
- "name": "corn relish",
- "plural_name": "corn relishes"
+ "name": "ذرة مشكلة",
+ "plural_name": "ذرة مشكلة"
},
"golden hominy": {
"aliases": [],
"description": "",
- "name": "golden hominy",
- "plural_name": "golden hominies"
+ "name": "هوميني ذهبي",
+ "plural_name": "هوميني ذهبي"
},
"canned mackerel": {
"aliases": [],
"description": "",
- "name": "canned mackerel",
- "plural_name": "canned mackerel"
+ "name": "إسقمري معلب",
+ "plural_name": "إسقمري معلب"
},
"pickled cherry pepper": {
"aliases": [],
"description": "",
- "name": "pickled cherry pepper",
- "plural_name": "pickled cherry peppers"
+ "name": "فلفل كرزي مخلل",
+ "plural_name": "فلفل كرزي مخلل"
},
"candied jalapeño": {
"aliases": [],
"description": "",
- "name": "candied jalapeño",
- "plural_name": "candied jalapeños"
+ "name": "هالبينيو مسكر",
+ "plural_name": "هالبينيو مسكر"
},
"umeboshi": {
"aliases": [],
"description": "",
- "name": "umeboshi",
- "plural_name": "umeboshis"
+ "name": "أوميبوشي",
+ "plural_name": "أوميبوشي"
},
"canned pimento": {
"aliases": [],
"description": "",
- "name": "canned pimento",
- "plural_name": "canned pimentos"
+ "name": "بيمينتو معلب",
+ "plural_name": "بيمينتو معلب"
},
"canned potato": {
"aliases": [],
"description": "",
- "name": "canned potato",
- "plural_name": "canned potatoes"
+ "name": "بطاطا معلبة",
+ "plural_name": "بطاطا معلبة"
},
"okra pickle": {
"aliases": [],
"description": "",
- "name": "okra pickle",
- "plural_name": "okra pickles"
+ "name": "بامية مخللة",
+ "plural_name": "بامية مخللة"
},
"tomato confit": {
"aliases": [],
"description": "",
- "name": "tomato confit",
- "plural_name": "tomato confits"
+ "name": "طماطم كونفي",
+ "plural_name": "طماطم كونفي"
},
"brandied cherry": {
"aliases": [],
"description": "",
- "name": "brandied cherry",
- "plural_name": "brandied cherries"
+ "name": "كرز بالبراندي",
+ "plural_name": "كرز بالبراندي"
},
"macapuno": {
"aliases": [],
"description": "",
- "name": "macapuno",
- "plural_name": "macapunoes"
+ "name": "ماكابونو",
+ "plural_name": "ماكابونو"
},
"canned four-bean mix": {
"aliases": [],
"description": "",
- "name": "canned four-bean mix",
- "plural_name": "canned four-bean mixes"
+ "name": "خليط أربع فاصوليا معلب",
+ "plural_name": "خليط أربع فاصوليا معلب"
},
"half-sour pickle": {
"aliases": [],
"description": "",
- "name": "half-sour pickle",
- "plural_name": "half-sour pickles"
+ "name": "مخلل نصف حامض",
+ "plural_name": "مخلل نصف حامض"
},
"pickled green bean": {
"aliases": [],
"description": "",
- "name": "pickled green bean",
- "plural_name": "pickled green beans"
+ "name": "فاصوليا خضراء مخللة",
+ "plural_name": "فاصوليا خضراء مخللة"
}
}
},
@@ -12708,604 +12708,604 @@
"peanut butter": {
"aliases": [],
"description": "",
- "name": "peanut butter",
- "plural_name": "peanut butter"
+ "name": "زبدة الفول السوداني",
+ "plural_name": "زبدة الفول السوداني"
},
"tomato paste": {
"aliases": [],
"description": "",
- "name": "tomato paste",
- "plural_name": "tomato paste"
+ "name": "معجون طماطم",
+ "plural_name": "معجون طماطم"
},
"tomato sauce": {
"aliases": [],
"description": "",
- "name": "tomato sauce",
- "plural_name": "tomato sauce"
+ "name": "صلصة طماطم",
+ "plural_name": "صلصة طماطم"
},
"salsa": {
"aliases": [],
"description": "",
- "name": "salsa",
- "plural_name": "salsas"
+ "name": "صلصة سالسا",
+ "plural_name": "صلصة سالسا"
},
"tahini": {
"aliases": [],
"description": "",
- "name": "tahini",
- "plural_name": "tahinis"
+ "name": "طحينة",
+ "plural_name": "طحينة"
},
"pesto": {
"aliases": [],
"description": "",
- "name": "pesto",
- "plural_name": "pestoes"
+ "name": "صلصة بيستو",
+ "plural_name": "صلصة بيستو"
},
"marinara sauce": {
"aliases": [
- "marinara sauce - jarred"
+ "صلصة مارينارا - معلبة"
],
"description": "",
- "name": "marinara sauce",
- "plural_name": "marinara sauce"
+ "name": "صلصة مارينارا",
+ "plural_name": "صلصة مارينارا"
},
"pasta sauce": {
"aliases": [],
"description": "",
- "name": "pasta sauce",
- "plural_name": "pasta sauce"
+ "name": "صلصة باستا",
+ "plural_name": "صلصة باستا"
},
"hoisin sauce": {
"aliases": [],
"description": "",
- "name": "hoisin sauce",
- "plural_name": "hoisin sauce"
+ "name": "صلصة هويسن",
+ "plural_name": "صلصة هويسن"
},
"pico de gallo": {
"aliases": [],
"description": "",
- "name": "pico de gallo",
- "plural_name": "pico de gallo"
+ "name": "بيكو دي غالو",
+ "plural_name": "بيكو دي غالو"
},
"stewed tomato": {
"aliases": [],
"description": "",
- "name": "stewed tomato",
- "plural_name": "stewed tomatoes"
+ "name": "طماطم مطهية",
+ "plural_name": "طماطم مطهية"
},
"guacamole": {
"aliases": [],
"description": "",
- "name": "guacamole",
- "plural_name": "guacamoles"
+ "name": "غواكامولي",
+ "plural_name": "غواكامولي"
},
"hummus": {
"aliases": [],
"description": "",
- "name": "hummus",
- "plural_name": "hummus"
+ "name": "حمص بطحينة",
+ "plural_name": "حمص بطحينة"
},
"enchilada sauce": {
"aliases": [],
"description": "",
- "name": "enchilada sauce",
- "plural_name": "enchilada sauce"
+ "name": "صلصة إنتشيلادا",
+ "plural_name": "صلصة إنتشيلادا"
},
"fire-roasted tomato": {
"aliases": [],
"description": "",
- "name": "fire-roasted tomato",
- "plural_name": "fire-roasted tomatoes"
+ "name": "طماطم مشوية على النار",
+ "plural_name": "طماطم مشوية على النار"
},
"salsa verde": {
"aliases": [],
"description": "",
- "name": "salsa verde",
- "plural_name": "salsa verdes"
+ "name": "سالسا فيردي",
+ "plural_name": "سالسا فيردي"
},
"alfredo sauce": {
"aliases": [],
"description": "",
- "name": "alfredo sauce",
- "plural_name": "alfredo sauce"
+ "name": "صلصة ألفريدو",
+ "plural_name": "صلصة ألفريدو"
},
"balsamic glaze": {
"aliases": [],
"description": "",
- "name": "balsamic glaze",
- "plural_name": "balsamic glazes"
+ "name": "طلاء بلسمي",
+ "plural_name": "طلاء بلسمي"
},
"anchovy paste": {
"aliases": [],
"description": "",
- "name": "anchovy paste",
- "plural_name": "anchovy paste"
+ "name": "معجون أنشوجة",
+ "plural_name": "معجون أنشوجة"
},
"red enchilada sauce": {
"aliases": [],
"description": "",
- "name": "red enchilada sauce",
- "plural_name": "red enchilada sauce"
+ "name": "صلصة إنتشيلادا حمراء",
+ "plural_name": "صلصة إنتشيلادا حمراء"
},
"steak sauce": {
"aliases": [],
"description": "",
- "name": "steak sauce",
- "plural_name": "steak sauce"
+ "name": "صلصة ستيك",
+ "plural_name": "صلصة ستيك"
},
"chunky peanut butter": {
"aliases": [],
"description": "",
- "name": "chunky peanut butter",
- "plural_name": "chunky peanut butter"
+ "name": "زبدة فول سوداني خشنة",
+ "plural_name": "زبدة فول سوداني خشنة"
},
"tzatziki": {
"aliases": [],
"description": "",
- "name": "tzatziki",
- "plural_name": "tzatzikis"
+ "name": "تزاتزيكي",
+ "plural_name": "تزاتزيكي"
},
"taco sauce": {
"aliases": [],
"description": "",
- "name": "taco sauce",
- "plural_name": "taco sauce"
+ "name": "صلصة تاكو",
+ "plural_name": "صلصة تاكو"
},
"beef gravy": {
"aliases": [],
"description": "",
- "name": "beef gravy",
- "plural_name": "beef gravies"
+ "name": "مرق لحم بقري",
+ "plural_name": "مرق لحم بقري"
},
"sun-dried tomato pesto": {
"aliases": [],
"description": "",
- "name": "sun-dried tomato pesto",
- "plural_name": "sun-dried tomato pestoes"
+ "name": "بيستو طماطم مجففة بالشمس",
+ "plural_name": "بيستو طماطم مجففة بالشمس"
},
"béchamel sauce": {
"aliases": [],
"description": "",
- "name": "béchamel sauce",
- "plural_name": "béchamel sauce"
+ "name": "صلصة بشاميل",
+ "plural_name": "صلصة بشاميل"
},
"horseradish sauce": {
"aliases": [],
"description": "",
- "name": "horseradish sauce",
- "plural_name": "horseradish sauce"
+ "name": "صلصة فجل حار",
+ "plural_name": "صلصة فجل حار"
},
"plum sauce": {
"aliases": [],
"description": "",
- "name": "plum sauce",
- "plural_name": "plum sauce"
+ "name": "صلصة البرقوق",
+ "plural_name": "صلصة البرقوق"
},
"garlic butter": {
"aliases": [],
"description": "",
- "name": "garlic butter",
- "plural_name": "garlic butter"
+ "name": "زبدة بالثوم",
+ "plural_name": "زبدة بالثوم"
},
"hollandaise sauce": {
"aliases": [],
"description": "",
- "name": "hollandaise sauce",
- "plural_name": "hollandaise sauce"
+ "name": "صلصة هولانديز",
+ "plural_name": "صلصة هولانديز"
},
"cocktail sauce": {
"aliases": [],
"description": "",
- "name": "cocktail sauce",
- "plural_name": "cocktail sauce"
+ "name": "صلصة كوكتيل",
+ "plural_name": "صلصة كوكتيل"
},
"cheese dip": {
"aliases": [],
"description": "",
- "name": "cheese dip",
- "plural_name": "cheese dip"
+ "name": "صلصة جبن للغمس",
+ "plural_name": "صلصة جبن للغمس"
},
"black bean sauce": {
"aliases": [],
"description": "",
- "name": "black bean sauce",
- "plural_name": "black bean sauce"
+ "name": "صلصة فاصوليا سوداء",
+ "plural_name": "صلصة فاصوليا سوداء"
},
"tapenade": {
"aliases": [],
"description": "",
- "name": "tapenade",
- "plural_name": "tapenades"
+ "name": "تابيناد",
+ "plural_name": "تابيناد"
},
"turkey gravy": {
"aliases": [],
"description": "",
- "name": "turkey gravy",
- "plural_name": "turkey gravies"
+ "name": "مرق ديك رومي",
+ "plural_name": "مرق ديك رومي"
},
"stir-fry sauce": {
"aliases": [],
"description": "",
- "name": "stir-fry sauce",
- "plural_name": "stir-fry sauce"
+ "name": "صلصة القلي السريع",
+ "plural_name": "صلصة القلي السريع"
},
"thai peanut sauce": {
"aliases": [],
"description": "",
- "name": "thai peanut sauce",
- "plural_name": "thai peanut sauce"
+ "name": "صلصة فول سوداني تايلندية",
+ "plural_name": "صلصة فول سوداني تايلندية"
},
"chicken gravy": {
"aliases": [],
"description": "",
- "name": "chicken gravy",
- "plural_name": "chicken gravies"
+ "name": "مرق دجاج",
+ "plural_name": "مرق دجاج"
},
"sloppy joe sauce": {
"aliases": [],
"description": "",
- "name": "sloppy joe sauce",
- "plural_name": "sloppy joe sauce"
+ "name": "صلصة سلوبي جو",
+ "plural_name": "صلصة سلوبي جو"
},
"pimento cheese spread": {
"aliases": [],
"description": "",
- "name": "pimento cheese spread",
- "plural_name": "pimento cheese spreads"
+ "name": "دهن جبن بالبيمينتو",
+ "plural_name": "دهن جبن بالبيمينتو"
},
"sofrito": {
"aliases": [],
"description": "",
- "name": "sofrito",
- "plural_name": "sofritoes"
+ "name": "سوفريتو",
+ "plural_name": "سوفريتو"
},
"mustard sauce": {
"aliases": [],
"description": "",
- "name": "mustard sauce",
- "plural_name": "mustard sauce"
+ "name": "صلصة خردل",
+ "plural_name": "صلصة خردل"
},
"sun-dried tomato paste": {
"aliases": [],
"description": "",
- "name": "sun-dried tomato paste",
- "plural_name": "sun-dried tomato paste"
+ "name": "معجون طماطم مجففة بالشمس",
+ "plural_name": "معجون طماطم مجففة بالشمس"
},
"queso dip": {
"aliases": [],
"description": "",
- "name": "queso dip",
- "plural_name": "queso dip"
+ "name": "صلصة جبن كيسو للغمس",
+ "plural_name": "صلصة جبن كيسو للغمس"
},
"demi-glace": {
"aliases": [],
"description": "",
- "name": "demi-glace",
- "plural_name": "demi-glaces"
+ "name": "ديمي غلاس",
+ "plural_name": "ديمي غلاس"
},
"chimichurri sauce": {
"aliases": [],
"description": "",
- "name": "chimichurri sauce",
- "plural_name": "chimichurri sauce"
+ "name": "صلصة تشيميتشوري",
+ "plural_name": "صلصة تشيميتشوري"
},
"french onion dip": {
"aliases": [],
"description": "",
- "name": "french onion dip",
- "plural_name": "french onion dip"
+ "name": "صلصة بصل فرنسية للغمس",
+ "plural_name": "صلصة بصل فرنسية للغمس"
},
"herb butter": {
"aliases": [],
"description": "",
- "name": "herb butter",
- "plural_name": "herb butter"
+ "name": "زبدة بالأعشاب",
+ "plural_name": "زبدة بالأعشاب"
},
"bolognese sauce": {
"aliases": [],
"description": "",
- "name": "bolognese sauce",
- "plural_name": "bolognese sauce"
+ "name": "صلصة بولونيز",
+ "plural_name": "صلصة بولونيز"
},
"curry sauce": {
"aliases": [],
"description": "",
- "name": "curry sauce",
- "plural_name": "curry sauce"
+ "name": "صلصة كاري",
+ "plural_name": "صلصة كاري"
},
"liver spread": {
"aliases": [],
"description": "",
- "name": "liver spread",
- "plural_name": "liver spreads"
+ "name": "دهن كبد",
+ "plural_name": "دهن كبد"
},
"browning sauce": {
"aliases": [],
"description": "",
- "name": "browning sauce",
- "plural_name": "browning sauce"
+ "name": "صلصة التحمير",
+ "plural_name": "صلصة التحمير"
},
"schezwan sauce": {
"aliases": [],
"description": "",
- "name": "schezwan sauce",
- "plural_name": "schezwan sauce"
+ "name": "صلصة شيزوان",
+ "plural_name": "صلصة شيزوان"
},
"mushroom gravy": {
"aliases": [],
"description": "",
- "name": "mushroom gravy",
- "plural_name": "mushroom gravies"
+ "name": "مرق فطر",
+ "plural_name": "مرق فطر"
},
"pork gravy": {
"aliases": [],
"description": "",
- "name": "pork gravy",
- "plural_name": "pork gravies"
+ "name": "مرق لحم ",
+ "plural_name": "مرق لحم "
},
"country gravy": {
"aliases": [],
"description": "",
- "name": "country gravy",
- "plural_name": "country gravies"
+ "name": "مرق ريفي",
+ "plural_name": "مرق ريفي"
},
"orange sauce": {
"aliases": [],
"description": "",
- "name": "orange sauce",
- "plural_name": "orange sauce"
+ "name": "صلصة برتقال",
+ "plural_name": "صلصة برتقال"
},
"pineapple salsa": {
"aliases": [],
"description": "",
- "name": "pineapple salsa",
- "plural_name": "pineapple salsas"
+ "name": "سالسا أناناس",
+ "plural_name": "سالسا أناناس"
},
"artichoke dip": {
"aliases": [],
"description": "",
- "name": "artichoke dip",
- "plural_name": "artichoke dip"
+ "name": "صلصة خرشوف للغمس",
+ "plural_name": "صلصة خرشوف للغمس"
},
"japanese curry": {
"aliases": [],
"description": "",
- "name": "japanese curry",
- "plural_name": "japanese curries"
+ "name": "كاري ياباني",
+ "plural_name": "كاري ياباني"
},
"mango salsa": {
"aliases": [],
"description": "",
- "name": "mango salsa",
- "plural_name": "mango salsas"
+ "name": "سالسا مانجو",
+ "plural_name": "سالسا مانجو"
},
"olive paste": {
"aliases": [],
"description": "",
- "name": "olive paste",
- "plural_name": "olive paste"
+ "name": "معجون زيتون",
+ "plural_name": "معجون زيتون"
},
"spinach dip": {
"aliases": [],
"description": "",
- "name": "spinach dip",
- "plural_name": "spinach dip"
+ "name": "صلصة سبانخ للغمس",
+ "plural_name": "صلصة سبانخ للغمس"
},
"black truffle butter": {
"aliases": [],
"description": "",
- "name": "black truffle butter",
- "plural_name": "black truffle butter"
+ "name": "زبدة بالكمأة السوداء",
+ "plural_name": "زبدة بالكمأة السوداء"
},
"roasted red pepper hummus": {
"aliases": [],
"description": "",
- "name": "roasted red pepper hummus",
- "plural_name": "roasted red pepper hummus"
+ "name": "حمص بطحينة بالفلفل الأحمر المشوي",
+ "plural_name": "حمص بطحينة بالفلفل الأحمر المشوي"
},
"bacon jam": {
"aliases": [],
"description": "",
- "name": "bacon jam",
- "plural_name": "bacon jam"
+ "name": "مربى البيكون",
+ "plural_name": "مربى البيكون"
},
"tikka masala sauce": {
"aliases": [],
"description": "",
- "name": "tikka masala sauce",
- "plural_name": "tikka masala sauce"
+ "name": "صلصة تيكا ماسالا",
+ "plural_name": "صلصة تيكا ماسالا"
},
"vodka sauce": {
"aliases": [],
"description": "",
- "name": "vodka sauce",
- "plural_name": "vodka sauce"
+ "name": "صلصة فودكا",
+ "plural_name": "صلصة فودكا"
},
"whipped cream cheese spread": {
"aliases": [],
"description": "",
- "name": "whipped cream cheese spread",
- "plural_name": "whipped cream cheese spreads"
+ "name": "دهن جبن كريمي مخفوق",
+ "plural_name": "دهن جبن كريمي مخفوق"
},
"kung pao sauce": {
"aliases": [],
"description": "",
- "name": "kung pao sauce",
- "plural_name": "kung pao sauce"
+ "name": "صلصة كونغ باو",
+ "plural_name": "صلصة كونغ باو"
},
"mole paste": {
"aliases": [],
"description": "",
- "name": "mole paste",
- "plural_name": "mole paste"
+ "name": "معجون مول",
+ "plural_name": "معجون مول"
},
"onion gravy": {
"aliases": [],
"description": "",
- "name": "onion gravy",
- "plural_name": "onion gravies"
+ "name": "مرق بصل",
+ "plural_name": "مرق بصل"
},
"sesame sauce": {
"aliases": [],
"description": "",
- "name": "sesame sauce",
- "plural_name": "sesame sauce"
+ "name": "صلصة سمسم",
+ "plural_name": "صلصة سمسم"
},
"cheese spread": {
"aliases": [],
"description": "",
- "name": "cheese spread",
- "plural_name": "cheese spreads"
+ "name": "دهن جبن",
+ "plural_name": "دهن جبن"
},
"corn salsa": {
"aliases": [],
"description": "",
- "name": "corn salsa",
- "plural_name": "corn salsas"
+ "name": "سالسا ذرة",
+ "plural_name": "سالسا ذرة"
},
"pad thai sauce": {
"aliases": [],
"description": "",
- "name": "pad thai sauce",
- "plural_name": "pad thai sauce"
+ "name": "صلصة باد تاي",
+ "plural_name": "صلصة باد تاي"
},
"sausage gravy": {
"aliases": [],
"description": "",
- "name": "sausage gravy",
- "plural_name": "sausage gravies"
+ "name": "مرق سجق",
+ "plural_name": "مرق سجق"
},
"deviled ham spread": {
"aliases": [],
"description": "",
- "name": "deviled ham spread",
- "plural_name": "deviled ham spreads"
+ "name": "دهن هام حار",
+ "plural_name": "دهن هام حار"
},
"butter chicken sauce": {
"aliases": [],
"description": "",
- "name": "butter chicken sauce",
- "plural_name": "butter chicken sauce"
+ "name": "صلصة دجاج بالزبدة",
+ "plural_name": "صلصة دجاج بالزبدة"
},
"garlic spread": {
"aliases": [],
"description": "",
- "name": "garlic spread",
- "plural_name": "garlic spreads"
+ "name": "دهن ثوم",
+ "plural_name": "دهن ثوم"
},
"black pepper sauce": {
"aliases": [],
"description": "",
- "name": "black pepper sauce",
- "plural_name": "black pepper sauce"
+ "name": "صلصة فلفل أسود",
+ "plural_name": "صلصة فلفل أسود"
},
"char siu sauce": {
"aliases": [],
"description": "",
- "name": "char siu sauce",
- "plural_name": "char siu sauce"
+ "name": "صلصة شار شيو",
+ "plural_name": "صلصة شار شيو"
},
"garlic pasta sauce": {
"aliases": [],
"description": "",
- "name": "garlic pasta sauce",
- "plural_name": "garlic pasta sauce"
+ "name": "صلصة باستا بالثوم",
+ "plural_name": "صلصة باستا بالثوم"
},
"green olive tapenade": {
"aliases": [],
"description": "",
- "name": "green olive tapenade",
- "plural_name": "green olive tapenades"
+ "name": "تابيناد زيتون أخضر",
+ "plural_name": "تابيناد زيتون أخضر"
},
"schezwan chutney": {
"aliases": [],
"description": "",
- "name": "schezwan chutney",
- "plural_name": "schezwan chutneys"
+ "name": "شاتني شيزوان",
+ "plural_name": "شاتني شيزوان"
},
"mentsuyu": {
"aliases": [],
"description": "",
- "name": "mentsuyu",
- "plural_name": "mentsuyu"
+ "name": "مينتسويو",
+ "plural_name": "مينتسويو"
},
"thai red curry sauce": {
"aliases": [],
"description": "",
- "name": "thai red curry sauce",
- "plural_name": "thai red curry sauce"
+ "name": "صلصة كاري أحمر تايلندي",
+ "plural_name": "صلصة كاري أحمر تايلندي"
},
"tarama": {
"aliases": [],
"description": "",
- "name": "tarama",
- "plural_name": "taramas"
+ "name": "طرامة",
+ "plural_name": "طرامة"
},
"ssamjang": {
"aliases": [],
"description": "",
- "name": "ssamjang",
- "plural_name": "ssamjangs"
+ "name": "سامجانغ",
+ "plural_name": "سامجانغ"
},
"white pizza sauce": {
"aliases": [],
"description": "",
- "name": "white pizza sauce",
- "plural_name": "white pizza sauce"
+ "name": "صلصة بيتزا بيضاء",
+ "plural_name": "صلصة بيتزا بيضاء"
},
"tomato tapenade": {
"aliases": [],
"description": "",
- "name": "tomato tapenade",
- "plural_name": "tomato tapenades"
+ "name": "تابيناد طماطم",
+ "plural_name": "تابيناد طماطم"
},
"yum yum sauce": {
"aliases": [],
"description": "",
- "name": "yum yum sauce",
- "plural_name": "yum yum sauce"
+ "name": "صلصة يام يام",
+ "plural_name": "صلصة يام يام"
},
"honey garlic sauce": {
"aliases": [],
"description": "",
- "name": "honey garlic sauce",
- "plural_name": "honey garlic sauce"
+ "name": "صلصة عسل وثوم",
+ "plural_name": "صلصة عسل وثوم"
},
"mole sauce": {
"aliases": [],
"description": "",
- "name": "mole sauce",
- "plural_name": "mole sauce"
+ "name": "صلصة مول",
+ "plural_name": "صلصة مول"
},
"nuoc cham": {
"aliases": [],
"description": "",
- "name": "nuoc cham",
- "plural_name": "nuoc chams"
+ "name": "نوك تشام",
+ "plural_name": "نوك تشام"
},
"white clam sauce": {
"aliases": [],
"description": "",
- "name": "white clam sauce",
- "plural_name": "white clam sauce"
+ "name": "صلصة محار بيضاء",
+ "plural_name": "صلصة محار بيضاء"
},
"bean dip": {
"aliases": [],
"description": "",
- "name": "bean dip",
- "plural_name": "bean dip"
+ "name": "صلصة فاصوليا للغمس",
+ "plural_name": "صلصة فاصوليا للغمس"
},
"eggplant dip": {
"aliases": [],
"description": "",
- "name": "eggplant dip",
- "plural_name": "eggplant dip"
+ "name": "صلصة باذنجان للغمس",
+ "plural_name": "صلصة باذنجان للغمس"
},
"pomegranate sauce": {
"aliases": [],
"description": "",
- "name": "pomegranate sauce",
- "plural_name": "pomegranate sauce"
+ "name": "صلصة رمان",
+ "plural_name": "صلصة رمان"
}
}
},
@@ -13314,560 +13314,560 @@
"chicken broth": {
"aliases": [],
"description": "",
- "name": "chicken broth",
- "plural_name": "chicken broth"
+ "name": "مرق دجاج",
+ "plural_name": "مرق دجاج"
},
"vegetable broth": {
"aliases": [],
"description": "",
- "name": "vegetable broth",
- "plural_name": "vegetable broth"
+ "name": "مرق خضروات",
+ "plural_name": "مرق خضروات"
},
"chicken stock": {
"aliases": [],
"description": "",
- "name": "chicken stock",
- "plural_name": "chicken stock"
+ "name": "مرق دجاج",
+ "plural_name": "مرق دجاج"
},
"beef broth": {
"aliases": [],
"description": "",
- "name": "beef broth",
- "plural_name": "beef broth"
+ "name": "مرق لحم بقري",
+ "plural_name": "مرق لحم بقري"
},
"beef stock": {
"aliases": [],
"description": "",
- "name": "beef stock",
- "plural_name": "beef stock"
+ "name": "مرق لحم بقري",
+ "plural_name": "مرق لحم بقري"
},
"cream of mushroom": {
"aliases": [],
"description": "",
- "name": "cream of mushroom",
- "plural_name": "cream of mushroom"
+ "name": "شوربة كريمة الفطر",
+ "plural_name": "شوربة كريمة الفطر"
},
"bouillon cube": {
"aliases": [],
"description": "",
- "name": "bouillon cube",
- "plural_name": "bouillon cubes"
+ "name": "مكعب مرق",
+ "plural_name": "مكعب مرق"
},
"cream of chicken": {
"aliases": [],
"description": "",
- "name": "cream of chicken",
- "plural_name": "cream of chicken"
+ "name": "شوربة كريمة الدجاج",
+ "plural_name": "شوربة كريمة الدجاج"
},
"onion soup mix": {
"aliases": [],
"description": "",
- "name": "onion soup mix",
- "plural_name": "onion soup mixes"
+ "name": "خليط شوربة البصل",
+ "plural_name": "خليط شوربة البصل"
},
"tomato soup": {
"aliases": [],
"description": "",
- "name": "tomato soup",
- "plural_name": "tomato soups"
+ "name": "شوربة طماطم",
+ "plural_name": "شوربة طماطم"
},
"fish stock": {
"aliases": [],
"description": "",
- "name": "fish stock",
- "plural_name": "fish stock"
+ "name": "مرق سمك",
+ "plural_name": "مرق سمك"
},
"cream of celery": {
"aliases": [],
"description": "",
- "name": "cream of celery",
- "plural_name": "cream of celery"
+ "name": "شوربة كريمة الكرفس",
+ "plural_name": "شوربة كريمة الكرفس"
},
"better than bouillon": {
"aliases": [],
"description": "",
- "name": "better than bouillon",
- "plural_name": "better than bouillons"
+ "name": "مركز مرق",
+ "plural_name": "مركز مرق"
},
"clam juice": {
"aliases": [],
"description": "",
- "name": "clam juice",
- "plural_name": "clam juice"
+ "name": "عصير محار",
+ "plural_name": "عصير محار"
},
"cheese soup": {
"aliases": [],
"description": "",
- "name": "cheese soup",
- "plural_name": "cheese soups"
+ "name": "شوربة جبن",
+ "plural_name": "شوربة جبن"
},
"bone broth": {
"aliases": [],
"description": "",
- "name": "bone broth",
- "plural_name": "bone broth"
+ "name": "مرق العظام",
+ "plural_name": "مرق العظام"
},
"dashi": {
"aliases": [],
"description": "",
- "name": "dashi",
- "plural_name": "dashis"
+ "name": "داشي",
+ "plural_name": "داشي"
},
"onion soup": {
"aliases": [],
"description": "",
- "name": "onion soup",
- "plural_name": "onion soups"
+ "name": "شوربة بصل",
+ "plural_name": "شوربة بصل"
},
"chicken soup": {
"aliases": [],
"description": "",
- "name": "chicken soup",
- "plural_name": "chicken soups"
+ "name": "شوربة دجاج",
+ "plural_name": "شوربة دجاج"
},
"veal stock": {
"aliases": [],
"description": "",
- "name": "veal stock",
- "plural_name": "veal stock"
+ "name": "مرق لحم عجل",
+ "plural_name": "مرق لحم عجل"
},
"chicken bone broth": {
"aliases": [],
"description": "",
- "name": "chicken bone broth",
- "plural_name": "chicken bone broth"
+ "name": "مرق عظام دجاج",
+ "plural_name": "مرق عظام دجاج"
},
"turkey stock": {
"aliases": [],
"description": "",
- "name": "turkey stock",
- "plural_name": "turkey stock"
+ "name": "مرق ديك رومي",
+ "plural_name": "مرق ديك رومي"
},
"lamb stock": {
"aliases": [],
"description": "",
- "name": "lamb stock",
- "plural_name": "lamb stock"
+ "name": "مرق خروف",
+ "plural_name": "مرق خروف"
},
"turkey broth": {
"aliases": [],
"description": "",
- "name": "turkey broth",
- "plural_name": "turkey broth"
+ "name": "مرق ديك رومي",
+ "plural_name": "مرق ديك رومي"
},
"beef consommé": {
"aliases": [],
"description": "",
- "name": "beef consommé",
- "plural_name": "beef consommés"
+ "name": "كونسوميه لحم بقري",
+ "plural_name": "كونسوميه لحم بقري"
},
"stock paste": {
"aliases": [],
"description": "",
- "name": "stock paste",
- "plural_name": "stock paste"
+ "name": "معجون مرق",
+ "plural_name": "معجون مرق"
},
"cream of potato": {
"aliases": [],
"description": "",
- "name": "cream of potato",
- "plural_name": "cream of potato"
+ "name": "شوربة كريمة البطاطا",
+ "plural_name": "شوربة كريمة البطاطا"
},
"golden mushroom soup": {
"aliases": [],
"description": "",
- "name": "golden mushroom soup",
- "plural_name": "golden mushroom soups"
+ "name": "شوربة فطر ذهبية",
+ "plural_name": "شوربة فطر ذهبية"
},
"seafood stock": {
"aliases": [],
"description": "",
- "name": "seafood stock",
- "plural_name": "seafood stock"
+ "name": "مرق مأكولات بحرية",
+ "plural_name": "مرق مأكولات بحرية"
},
"mushroom broth": {
"aliases": [],
"description": "",
- "name": "mushroom broth",
- "plural_name": "mushroom broth"
+ "name": "مرق فطر",
+ "plural_name": "مرق فطر"
},
"vegetable soup": {
"aliases": [],
"description": "",
- "name": "vegetable soup",
- "plural_name": "vegetable soups"
+ "name": "شوربة خضروات",
+ "plural_name": "شوربة خضروات"
},
"chicken noodle soup": {
"aliases": [],
"description": "",
- "name": "chicken noodle soup",
- "plural_name": "chicken noodle soups"
+ "name": "شوربة دجاج بالنودلز",
+ "plural_name": "شوربة دجاج بالنودلز"
},
"vegetable soup mix": {
"aliases": [],
"description": "",
- "name": "vegetable soup mix",
- "plural_name": "vegetable soup mixes"
+ "name": "خليط شوربة خضروات",
+ "plural_name": "خليط شوربة خضروات"
},
"chicken consommé": {
"aliases": [],
"description": "",
- "name": "chicken consommé",
- "plural_name": "chicken consommés"
+ "name": "كونسوميه دجاج",
+ "plural_name": "كونسوميه دجاج"
},
"shrimp stock": {
"aliases": [],
"description": "",
- "name": "shrimp stock",
- "plural_name": "shrimp stock"
+ "name": "مرق روبيان",
+ "plural_name": "مرق روبيان"
},
"nacho cheese soup": {
"aliases": [],
"description": "",
- "name": "nacho cheese soup",
- "plural_name": "nacho cheese soups"
+ "name": "شوربة جبن ناتشو",
+ "plural_name": "شوربة جبن ناتشو"
},
"ramen noodle soup": {
"aliases": [],
"description": "",
- "name": "ramen noodle soup",
- "plural_name": "ramen noodle soups"
+ "name": "شوربة نودلز رامن",
+ "plural_name": "شوربة نودلز رامن"
},
"cream of broccoli": {
"aliases": [],
"description": "",
- "name": "cream of broccoli",
- "plural_name": "cream of broccoli"
+ "name": "شوربة كريمة البروكلي",
+ "plural_name": "شوربة كريمة البروكلي"
},
"lobster stock": {
"aliases": [],
"description": "",
- "name": "lobster stock",
- "plural_name": "lobster stock"
+ "name": "مرق استاكوزا",
+ "plural_name": "مرق استاكوزا"
},
"pork stock": {
"aliases": [],
"description": "",
- "name": "pork stock",
- "plural_name": "pork stock"
+ "name": "مرق لحم ",
+ "plural_name": "مرق لحم "
},
"chicken rice soup": {
"aliases": [],
"description": "",
- "name": "chicken rice soup",
- "plural_name": "chicken rice soups"
+ "name": "شوربة دجاج بالأرز",
+ "plural_name": "شوربة دجاج بالأرز"
},
"beefy onion soup mix": {
"aliases": [],
"description": "",
- "name": "beefy onion soup mix",
- "plural_name": "beefy onion soup mixes"
+ "name": "خليط شوربة بصل بلحم بقري",
+ "plural_name": "خليط شوربة بصل بلحم بقري"
},
"butternut squash soup": {
"aliases": [],
"description": "",
- "name": "butternut squash soup",
- "plural_name": "butternut squash soups"
+ "name": "شوربة قرع الجوز",
+ "plural_name": "شوربة قرع الجوز"
},
"chicken stock paste": {
"aliases": [],
"description": "",
- "name": "chicken stock paste",
- "plural_name": "chicken stock paste"
+ "name": "معجون مرق دجاج",
+ "plural_name": "معجون مرق دجاج"
},
"miso soup": {
"aliases": [],
"description": "",
- "name": "miso soup",
- "plural_name": "miso soups"
+ "name": "شوربة ميسو",
+ "plural_name": "شوربة ميسو"
},
"broccoli-cheese soup": {
"aliases": [],
"description": "",
- "name": "broccoli-cheese soup",
- "plural_name": "broccoli-cheese soups"
+ "name": "شوربة بروكلي بالجبن",
+ "plural_name": "شوربة بروكلي بالجبن"
},
"duck stock": {
"aliases": [],
"description": "",
- "name": "duck stock",
- "plural_name": "duck stock"
+ "name": "مرق بط",
+ "plural_name": "مرق بط"
},
"clam broth": {
"aliases": [],
"description": "",
- "name": "clam broth",
- "plural_name": "clam broth"
+ "name": "مرق محار",
+ "plural_name": "مرق محار"
},
"vegan chicken broth": {
"aliases": [],
"description": "",
- "name": "vegan chicken broth",
- "plural_name": "vegan chicken broth"
+ "name": "مرق دجاج نباتي",
+ "plural_name": "مرق دجاج نباتي"
},
"cream of asparagus": {
"aliases": [],
"description": "",
- "name": "cream of asparagus",
- "plural_name": "cream of asparagus"
+ "name": "شوربة كريمة الهليون",
+ "plural_name": "شوربة كريمة الهليون"
},
"pork broth": {
"aliases": [],
"description": "",
- "name": "pork broth",
- "plural_name": "pork broth"
+ "name": "مرق لحم ",
+ "plural_name": "مرق لحم "
},
"beefy mushroom soup": {
"aliases": [],
"description": "",
- "name": "beefy mushroom soup",
- "plural_name": "beefy mushroom soups"
+ "name": "شوربة فطر بلحم بقري",
+ "plural_name": "شوربة فطر بلحم بقري"
},
"new england clam chowder": {
"aliases": [],
"description": "",
- "name": "new england clam chowder",
- "plural_name": "new england clam chowders"
+ "name": "حساء المحار بنيو إنغلاند",
+ "plural_name": "حساء المحار بنيو إنغلاند"
},
"bean soup mix": {
"aliases": [],
"description": "",
- "name": "bean soup mix",
- "plural_name": "bean soup mixes"
+ "name": "خليط شوربة فاصوليا",
+ "plural_name": "خليط شوربة فاصوليا"
},
"black bean soup": {
"aliases": [],
"description": "",
- "name": "black bean soup",
- "plural_name": "black bean soups"
+ "name": "شوربة فاصوليا سوداء",
+ "plural_name": "شوربة فاصوليا سوداء"
},
"ham stock": {
"aliases": [],
"description": "",
- "name": "ham stock",
- "plural_name": "ham stock"
+ "name": "مرق هام",
+ "plural_name": "مرق هام"
},
"lentil soup": {
"aliases": [],
"description": "",
- "name": "lentil soup",
- "plural_name": "lentil soups"
+ "name": "شوربة عدس",
+ "plural_name": "شوربة عدس"
},
"cream of shrimp soup": {
"aliases": [],
"description": "",
- "name": "cream of shrimp soup",
- "plural_name": "cream of shrimp soup"
+ "name": "شوربة كريمة الروبيان",
+ "plural_name": "شوربة كريمة الروبيان"
},
"veal broth": {
"aliases": [],
"description": "",
- "name": "veal broth",
- "plural_name": "veal broth"
+ "name": "مرق لحم عجل",
+ "plural_name": "مرق لحم عجل"
},
"vegetable beef soup": {
"aliases": [],
"description": "",
- "name": "vegetable beef soup",
- "plural_name": "vegetable beef soups"
+ "name": "شوربة خضروات بلحم بقري",
+ "plural_name": "شوربة خضروات بلحم بقري"
},
"chicken soup mix": {
"aliases": [],
"description": "",
- "name": "chicken soup mix",
- "plural_name": "chicken soup mixes"
+ "name": "خليط شوربة دجاج",
+ "plural_name": "خليط شوربة دجاج"
},
"cream of bacon": {
"aliases": [],
"description": "",
- "name": "cream of bacon",
- "plural_name": "cream of bacon"
+ "name": "شوربة كريمة البيكون",
+ "plural_name": "شوربة كريمة البيكون"
},
"lobster bisque": {
"aliases": [],
"description": "",
- "name": "lobster bisque",
- "plural_name": "lobster bisques"
+ "name": "بيسك استاكوزا",
+ "plural_name": "بيسك استاكوزا"
},
"bean with bacon soup": {
"aliases": [],
"description": "",
- "name": "bean with bacon soup",
- "plural_name": "bean with bacon soup"
+ "name": "شوربة فاصوليا بالبيكون",
+ "plural_name": "شوربة فاصوليا بالبيكون"
},
"clam chowder": {
"aliases": [],
"description": "",
- "name": "clam chowder",
- "plural_name": "clam chowders"
+ "name": "حساء المحار",
+ "plural_name": "حساء المحار"
},
"condensed chicken gumbo soup": {
"aliases": [],
"description": "",
- "name": "condensed chicken gumbo soup",
- "plural_name": "condensed chicken gumbo soups"
+ "name": "شوربة جامبو دجاج مركزة",
+ "plural_name": "شوربة جامبو دجاج مركزة"
},
"tortilla soup base": {
"aliases": [],
"description": "",
- "name": "tortilla soup base",
- "plural_name": "tortilla soup bases"
+ "name": "قاعدة شوربة تورتيلا",
+ "plural_name": "قاعدة شوربة تورتيلا"
},
"turkey bone broth": {
"aliases": [],
"description": "",
- "name": "turkey bone broth",
- "plural_name": "turkey bone broth"
+ "name": "مرق عظام ديك رومي",
+ "plural_name": "مرق عظام ديك رومي"
},
"anchovy stock": {
"aliases": [],
"description": "",
- "name": "anchovy stock",
- "plural_name": "anchovy stock"
+ "name": "مرق أنشوجة",
+ "plural_name": "مرق أنشوجة"
},
"cream of chicken soup mix:": {
"aliases": [],
"description": "",
- "name": "cream of chicken soup mix:",
- "plural_name": "cream of chicken soup mix:"
+ "name": "خليط شوربة كريمة الدجاج",
+ "plural_name": "خليط شوربة كريمة الدجاج"
},
"noodle soup mix": {
"aliases": [],
"description": "",
- "name": "noodle soup mix",
- "plural_name": "noodle soup mixes"
+ "name": "خليط شوربة نودلز",
+ "plural_name": "خليط شوربة نودلز"
},
"lamb broth": {
"aliases": [],
"description": "",
- "name": "lamb broth",
- "plural_name": "lamb broth"
+ "name": "مرق خروف",
+ "plural_name": "مرق خروف"
},
"minestrone": {
"aliases": [],
"description": "",
- "name": "minestrone",
- "plural_name": "minestrones"
+ "name": "شوربة مينيستروني",
+ "plural_name": "شوربة مينيستروني"
},
"thai chicken broth": {
"aliases": [],
"description": "",
- "name": "thai chicken broth",
- "plural_name": "thai chicken broth"
+ "name": "مرق دجاج تايلندي",
+ "plural_name": "مرق دجاج تايلندي"
},
"tomato bisque": {
"aliases": [],
"description": "",
- "name": "tomato bisque",
- "plural_name": "tomato bisques"
+ "name": "بيسك طماطم",
+ "plural_name": "بيسك طماطم"
},
"venison stock": {
"aliases": [],
"description": "",
- "name": "venison stock",
- "plural_name": "venison stock"
+ "name": "مرق لحم الغزال",
+ "plural_name": "مرق لحم الغزال"
},
"beef stock paste": {
"aliases": [],
"description": "",
- "name": "beef stock paste",
- "plural_name": "beef stock paste"
+ "name": "معجون مرق لحم بقري",
+ "plural_name": "معجون مرق لحم بقري"
},
"bovril": {
"aliases": [],
"description": "",
- "name": "bovril",
- "plural_name": "bovrils"
+ "name": "بوفريل",
+ "plural_name": "بوفريل"
},
"chicken corn chowder": {
"aliases": [],
"description": "",
- "name": "chicken corn chowder",
- "plural_name": "chicken corn chowders"
+ "name": "حساء دجاج بالذرة",
+ "plural_name": "حساء دجاج بالذرة"
},
"pork & bean": {
"aliases": [],
"description": "",
- "name": "pork & bean",
- "plural_name": "pork & beans"
+ "name": "لحم وفاصوليا",
+ "plural_name": "لحم وفاصوليا"
},
"sun-dried tomato bisque mix": {
"aliases": [],
"description": "",
- "name": "sun-dried tomato bisque mix",
- "plural_name": "sun-dried tomato bisque mixes"
+ "name": "خليط بيسك طماطم مجففة بالشمس",
+ "plural_name": "خليط بيسك طماطم مجففة بالشمس"
},
"ham-flavored concentrate": {
"aliases": [],
"description": "",
- "name": "ham-flavored concentrate",
- "plural_name": "ham-flavored concentrate"
+ "name": "مركز نكهة الهام",
+ "plural_name": "مركز نكهة الهام"
},
"oxtail soup": {
"aliases": [],
"description": "",
- "name": "oxtail soup",
- "plural_name": "oxtail soups"
+ "name": "شوربة ذيل بقري",
+ "plural_name": "شوربة ذيل بقري"
},
"potato soup mix": {
"aliases": [],
"description": "",
- "name": "potato soup mix",
- "plural_name": "potato soup mixes"
+ "name": "خليط شوربة بطاطا",
+ "plural_name": "خليط شوربة بطاطا"
},
"callaloo": {
"aliases": [],
"description": "",
- "name": "callaloo",
- "plural_name": "callaloos"
+ "name": "كالالو",
+ "plural_name": "كالالو"
},
"split pea soup": {
"aliases": [],
"description": "",
- "name": "split pea soup",
- "plural_name": "split pea soups"
+ "name": "شوربة بازلاء مجروشة",
+ "plural_name": "شوربة بازلاء مجروشة"
},
"chicken and mushroom soup": {
"aliases": [],
"description": "",
- "name": "chicken and mushroom soup",
- "plural_name": "chicken and mushroom soups"
+ "name": "شوربة دجاج وفطر",
+ "plural_name": "شوربة دجاج وفطر"
},
"chili beef soup": {
"aliases": [],
"description": "",
- "name": "chili beef soup",
- "plural_name": "chili beef soups"
+ "name": "شوربة لحم بقري حار",
+ "plural_name": "شوربة لحم بقري حار"
},
"corn chowder": {
"aliases": [],
"description": "",
- "name": "corn chowder",
- "plural_name": "corn chowders"
+ "name": "حساء الذرة",
+ "plural_name": "حساء الذرة"
},
"cream of cauliflower": {
"aliases": [],
"description": "",
- "name": "cream of cauliflower",
- "plural_name": "cream of cauliflower"
+ "name": "شوربة كريمة القرنبيط",
+ "plural_name": "شوربة كريمة القرنبيط"
},
"dashida": {
"aliases": [],
"description": "",
- "name": "dashida",
- "plural_name": "dashidas"
+ "name": "داشيدا",
+ "plural_name": "داشيدا"
},
"green pea soup": {
"aliases": [],
"description": "",
- "name": "green pea soup",
- "plural_name": "green pea soups"
+ "name": "شوربة بازلاء خضراء",
+ "plural_name": "شوربة بازلاء خضراء"
},
"pho broth": {
"aliases": [],
"description": "",
- "name": "pho broth",
- "plural_name": "pho broth"
+ "name": "مرق فو",
+ "plural_name": "مرق فو"
}
}
},
@@ -13876,623 +13876,623 @@
"cocoa": {
"aliases": [],
"description": "",
- "name": "cocoa",
- "plural_name": "cocoa"
+ "name": "كاكاو",
+ "plural_name": "كاكاو"
},
"dark chocolate": {
"aliases": [],
"description": "",
- "name": "dark chocolate",
- "plural_name": "dark chocolate"
+ "name": "شوكولاتة داكنة",
+ "plural_name": "شوكولاتة داكنة"
},
"dark cocoa": {
"aliases": [],
"description": "",
- "name": "dark cocoa",
- "plural_name": "dark cocoa"
+ "name": "كاكاو داكن",
+ "plural_name": "كاكاو داكن"
},
"chocolate": {
"aliases": [],
"description": "",
- "name": "chocolate",
- "plural_name": "chocolate"
+ "name": "شوكولاتة",
+ "plural_name": "شوكولاتة"
},
"graham cracker": {
"aliases": [],
"description": "",
- "name": "graham cracker",
- "plural_name": "graham crackers"
+ "name": "بسكويت غراهام",
+ "plural_name": "بسكويت غراهام"
},
"baking chocolate": {
"aliases": [],
"description": "",
- "name": "baking chocolate",
- "plural_name": "baking chocolate"
+ "name": "شوكولاتة الخبز",
+ "plural_name": "شوكولاتة الخبز"
},
"marshmallow": {
"aliases": [],
"description": "",
- "name": "marshmallow",
- "plural_name": "marshmallows"
+ "name": "مارشميلو",
+ "plural_name": "مارشميلو"
},
"mini arshmallow": {
"aliases": [],
"description": "",
- "name": "mini arshmallow",
- "plural_name": "mini marshmallows"
+ "name": "مارشميلو صغير",
+ "plural_name": "مارشميلو صغير"
},
"applesauce": {
"aliases": [],
"description": "",
- "name": "applesauce",
- "plural_name": "applesauce"
+ "name": "صلصة تفاح",
+ "plural_name": "صلصة تفاح"
},
"white chocolate": {
"aliases": [],
"description": "",
- "name": "white chocolate",
- "plural_name": "white chocolate"
+ "name": "شوكولاتة بيضاء",
+ "plural_name": "شوكولاتة بيضاء"
},
"oreo": {
"aliases": [],
"description": "",
- "name": "oreo",
- "plural_name": "oreos"
+ "name": "أوريو",
+ "plural_name": "أوريو"
},
"chocolate hazelnut spread": {
"aliases": [],
"description": "",
- "name": "chocolate hazelnut spread",
- "plural_name": "chocolate hazelnut spreads"
+ "name": "دهن شوكولاتة بالبندق",
+ "plural_name": "دهن شوكولاتة بالبندق"
},
"instant pudding": {
"aliases": [],
"description": "",
- "name": "instant pudding",
- "plural_name": "instant pudding"
+ "name": "بودنغ فوري",
+ "plural_name": "بودنغ فوري"
},
"chocolate candy": {
"aliases": [],
"description": "",
- "name": "chocolate candy",
- "plural_name": "chocolate candies"
+ "name": "حلوى شوكولاتة",
+ "plural_name": "حلوى شوكولاتة"
},
"chocolate cream-filled chocolate sandwich cookie": {
"aliases": [],
"description": "",
- "name": "chocolate cream-filled chocolate sandwich cookie",
- "plural_name": "chocolate cream-filled chocolate sandwich cookies"
+ "name": "بسكويت ساندويتش شوكولاتة محشو كريمة شوكولاتة",
+ "plural_name": "بسكويت ساندويتش شوكولاتة محشو كريمة شوكولاتة"
},
"dutch-process cocoa": {
"aliases": [],
"description": "",
- "name": "dutch-process cocoa",
- "plural_name": "dutch-process cocoa"
+ "name": "كاكاو هولندي",
+ "plural_name": "كاكاو هولندي"
},
"raspberry jam": {
"aliases": [],
"description": "",
- "name": "raspberry jam",
- "plural_name": "raspberry jam"
+ "name": "مربى توت أحمر",
+ "plural_name": "مربى توت أحمر"
},
"apricot jam": {
"aliases": [],
"description": "",
- "name": "apricot jam",
- "plural_name": "apricot jam"
+ "name": "مربى مشمش",
+ "plural_name": "مربى مشمش"
},
"caramel sauce": {
"aliases": [],
"description": "",
- "name": "caramel sauce",
- "plural_name": "caramel sauce"
+ "name": "صلصة كراميل",
+ "plural_name": "صلصة كراميل"
},
"candy coating": {
"aliases": [],
"description": "",
- "name": "candy coating",
- "plural_name": "candy coatings"
+ "name": "طلاء حلوى",
+ "plural_name": "طلاء حلوى"
},
"raw cacao powder": {
"aliases": [],
"description": "",
- "name": "raw cacao powder",
- "plural_name": "raw cacao powder"
+ "name": "كاكاو خام بودرة",
+ "plural_name": "كاكاو خام بودرة"
},
"strawberry jam": {
"aliases": [],
"description": "",
- "name": "strawberry jam",
- "plural_name": "strawberry jam"
+ "name": "مربى فراولة",
+ "plural_name": "مربى فراولة"
},
"biscuit": {
"aliases": [],
"description": "",
- "name": "biscuit",
- "plural_name": "biscuits"
+ "name": "بسكويت",
+ "plural_name": "بسكويت"
},
"marshmallow creme": {
"aliases": [],
"description": "",
- "name": "marshmallow creme",
- "plural_name": "marshmallow cremes"
+ "name": "كريم مارشميلو",
+ "plural_name": "كريم مارشميلو"
},
"candy": {
"aliases": [],
"description": "",
- "name": "candy",
- "plural_name": "candies"
+ "name": "حلوى",
+ "plural_name": "حلوى"
},
"jam": {
"aliases": [],
"description": "",
- "name": "jam",
- "plural_name": "jam"
+ "name": "مربى",
+ "plural_name": "مربى"
},
"orange marmalade": {
"aliases": [],
"description": "",
- "name": "orange marmalade",
- "plural_name": "orange marmalades"
+ "name": "مربى البرتقال",
+ "plural_name": "مربى البرتقال"
},
"wafer": {
"aliases": [],
"description": "",
- "name": "wafer",
- "plural_name": "wafers"
+ "name": "ويفر",
+ "plural_name": "ويفر"
},
"cookie": {
"aliases": [],
"description": "",
- "name": "cookie",
- "plural_name": "cookies"
+ "name": "بسكويت",
+ "plural_name": "بسكويت"
},
"peanut butter cup": {
"aliases": [
- "Reeses PB cup",
- "Reeses Peanut Buttercup"
+ "ريز كوب PB",
+ "ريسز زبدة الفول السوداني"
],
"description": "",
- "name": "peanut butter cup",
- "plural_name": "peanut butter cups"
+ "name": "كب زبدة الفول السوداني",
+ "plural_name": "كب زبدة الفول السوداني"
},
"chocolate pudding": {
"aliases": [],
"description": "",
- "name": "chocolate pudding",
- "plural_name": "chocolate pudding"
+ "name": "بودنغ شوكولاتة",
+ "plural_name": "بودنغ شوكولاتة"
},
"candy cane": {
"aliases": [],
"description": "",
- "name": "candy cane",
- "plural_name": "candy canes"
+ "name": "عصا حلوى",
+ "plural_name": "عصا حلوى"
},
"ginger snap": {
"aliases": [],
"description": "",
- "name": "ginger snap",
- "plural_name": "ginger snaps"
+ "name": "بسكويت زنجبيل",
+ "plural_name": "بسكويت زنجبيل"
},
"cacao nib": {
"aliases": [],
"description": "",
- "name": "cacao nib",
- "plural_name": "cacao nibs"
+ "name": "حبيبات الكاكاو",
+ "plural_name": "حبيبات الكاكاو"
},
"lady finger": {
"aliases": [],
"description": "",
- "name": "lady finger",
- "plural_name": "lady fingers"
+ "name": "أصابع السيدة",
+ "plural_name": "أصابع السيدة"
},
"chocolate chip cookie": {
"aliases": [],
"description": "",
- "name": "chocolate chip cookie",
- "plural_name": "chocolate chip cookies"
+ "name": "بسكويت رقائق الشوكولاتة",
+ "plural_name": "بسكويت رقائق الشوكولاتة"
},
"fudge sauce": {
"aliases": [],
"description": "",
- "name": "fudge sauce",
- "plural_name": "fudge sauce"
+ "name": "صلصة فدج",
+ "plural_name": "صلصة فدج"
},
"chocolate cookie": {
"aliases": [],
"description": "",
- "name": "chocolate cookie",
- "plural_name": "chocolate cookies"
+ "name": "بسكويت شوكولاتة",
+ "plural_name": "بسكويت شوكولاتة"
},
"digestive biscuit": {
"aliases": [],
"description": "",
- "name": "digestive biscuit",
- "plural_name": "digestive biscuits"
+ "name": "بسكويت دايجستيف",
+ "plural_name": "بسكويت دايجستيف"
},
"apple butter": {
"aliases": [],
"description": "",
- "name": "apple butter",
- "plural_name": "apple butter"
+ "name": "زبدة التفاح",
+ "plural_name": "زبدة التفاح"
},
"peppermint candy": {
"aliases": [],
"description": "",
- "name": "peppermint candy",
- "plural_name": "peppermint candies"
+ "name": "حلوى نعناع",
+ "plural_name": "حلوى نعناع"
},
"cinnamon roll": {
"aliases": [],
"description": "",
- "name": "cinnamon roll",
- "plural_name": "cinnamon rolls"
+ "name": "لفائف القرفة",
+ "plural_name": "لفائف القرفة"
},
"butter cookie": {
"aliases": [],
"description": "",
- "name": "butter cookie",
- "plural_name": "butter cookies"
+ "name": "بسكويت الزبدة",
+ "plural_name": "بسكويت الزبدة"
},
"candied cherry": {
"aliases": [],
"description": "",
- "name": "candied cherry",
- "plural_name": "candied cherries"
+ "name": "كرز مسكر",
+ "plural_name": "كرز مسكر"
},
"caramel candy": {
"aliases": [],
"description": "",
- "name": "caramel candy",
- "plural_name": "caramel candies"
+ "name": "حلوى كراميل",
+ "plural_name": "حلوى كراميل"
},
"vanilla pudding": {
"aliases": [],
"description": "",
- "name": "vanilla pudding",
- "plural_name": "vanilla pudding"
+ "name": "بودنغ فانيليا",
+ "plural_name": "بودنغ فانيليا"
},
"currant jelly": {
"aliases": [],
"description": "",
- "name": "currant jelly",
- "plural_name": "currant jellies"
+ "name": "جيلي كشمش",
+ "plural_name": "جيلي كشمش"
},
"candied ginger": {
"aliases": [],
"description": "",
- "name": "candied ginger",
- "plural_name": "candied gingers"
+ "name": "زنجبيل مسكر",
+ "plural_name": "زنجبيل مسكر"
},
"angel food cake": {
"aliases": [],
"description": "",
- "name": "angel food cake",
- "plural_name": "angel food cakes"
+ "name": "كيك أنجل فود",
+ "plural_name": "كيك أنجل فود"
},
"peach preserve": {
"aliases": [],
"description": "",
- "name": "peach preserve",
- "plural_name": "peach preserves"
+ "name": "مربى خوخ",
+ "plural_name": "مربى خوخ"
},
"chocolate wafer": {
"aliases": [],
"description": "",
- "name": "chocolate wafer",
- "plural_name": "chocolate wafers"
+ "name": "ويفر شوكولاتة",
+ "plural_name": "ويفر شوكولاتة"
},
"candied peel": {
"aliases": [],
"description": "",
- "name": "candied peel",
- "plural_name": "candied peels"
+ "name": "قشور حمضيات مسكرة",
+ "plural_name": "قشور حمضيات مسكرة"
},
"nutella": {
"aliases": [],
"description": "",
- "name": "nutella",
- "plural_name": "nutellas"
+ "name": "نوتيلا",
+ "plural_name": "نوتيلا"
},
"cherry jam": {
"aliases": [],
"description": "",
- "name": "cherry jam",
- "plural_name": "cherry jam"
+ "name": "مربى كرز",
+ "plural_name": "مربى كرز"
},
"dark couverture chocolate": {
"aliases": [],
"description": "",
- "name": "dark couverture chocolate",
- "plural_name": "dark couverture chocolate"
+ "name": "شوكولاتة تغطية داكنة",
+ "plural_name": "شوكولاتة تغطية داكنة"
},
"couverture chocolate": {
"aliases": [],
"description": "",
- "name": "couverture chocolate",
- "plural_name": "couverture chocolate"
+ "name": "شوكولاتة تغطية",
+ "plural_name": "شوكولاتة تغطية"
},
"grape jelly": {
"aliases": [],
"description": "",
- "name": "grape jelly",
- "plural_name": "grape jellies"
+ "name": "جيلي عنب",
+ "plural_name": "جيلي عنب"
},
"waffle": {
"aliases": [],
"description": "",
- "name": "waffle",
- "plural_name": "waffles"
+ "name": "وافل",
+ "plural_name": "وافل"
},
"tartlet shell": {
"aliases": [],
"description": "",
- "name": "tartlet shell",
- "plural_name": "tartlet shells"
+ "name": "قشرة تارت صغيرة",
+ "plural_name": "قشرة تارت صغيرة"
},
"cookie butter": {
"aliases": [],
"description": "",
- "name": "cookie butter",
- "plural_name": "cookie butter"
+ "name": "زبدة البسكويت",
+ "plural_name": "زبدة البسكويت"
},
"fig jam": {
"aliases": [],
"description": "",
- "name": "fig jam",
- "plural_name": "fig jam"
+ "name": "مربى تين",
+ "plural_name": "مربى تين"
},
"butterscotch": {
"aliases": [],
"description": "",
- "name": "butterscotch",
- "plural_name": "butterscotches"
+ "name": "بترسكوتش",
+ "plural_name": "بترسكوتش"
},
"blueberry jam": {
"aliases": [],
"description": "",
- "name": "blueberry jam",
- "plural_name": "blueberry jam"
+ "name": "مربى توت أزرق",
+ "plural_name": "مربى توت أزرق"
},
"candied fruit": {
"aliases": [],
"description": "",
- "name": "candied fruit",
- "plural_name": "candied fruits"
+ "name": "فواكه مسكرة",
+ "plural_name": "فواكه مسكرة"
},
"almond cookie": {
"aliases": [],
"description": "",
- "name": "almond cookie",
- "plural_name": "almond cookies"
+ "name": "بسكويت لوز",
+ "plural_name": "بسكويت لوز"
},
"gummy": {
"aliases": [],
"description": "",
- "name": "gummy",
- "plural_name": "gummies"
+ "name": "حلوى جيلي",
+ "plural_name": "حلوى جيلي"
},
"apple jelly": {
"aliases": [],
"description": "",
- "name": "apple jelly",
- "plural_name": "apple jellies"
+ "name": "جيلي تفاح",
+ "plural_name": "جيلي تفاح"
},
"blackberry preserve": {
"aliases": [],
"description": "",
- "name": "blackberry preserve",
- "plural_name": "blackberry preserves"
+ "name": "مربى توت أسود",
+ "plural_name": "مربى توت أسود"
},
"candy corn": {
"aliases": [],
"description": "",
- "name": "candy corn",
- "plural_name": "candy corns"
+ "name": "حلوى الذرة",
+ "plural_name": "حلوى الذرة"
},
"ice-cream cone": {
"aliases": [],
"description": "",
- "name": "ice-cream cone",
- "plural_name": "ice-cream cones"
+ "name": "قرطاس آيس كريم",
+ "plural_name": "قرطاس آيس كريم"
},
"sugar cookie": {
"aliases": [],
"description": "",
- "name": "sugar cookie",
- "plural_name": "sugar cookies"
+ "name": "بسكويت سكر",
+ "plural_name": "بسكويت سكر"
},
"marmalade": {
"aliases": [],
"description": "",
- "name": "marmalade",
- "plural_name": "marmalades"
+ "name": "مربى حمضيات",
+ "plural_name": "مربى حمضيات"
},
"egg candy": {
"aliases": [],
"description": "",
- "name": "egg candy",
- "plural_name": "egg candies"
+ "name": "حلوى البيض",
+ "plural_name": "حلوى البيض"
},
"strawberry purée": {
"aliases": [],
"description": "",
- "name": "strawberry purée",
- "plural_name": "strawberry purée"
+ "name": "هريس فراولة",
+ "plural_name": "هريس فراولة"
},
"chocolate powder": {
"aliases": [],
"description": "",
- "name": "chocolate powder",
- "plural_name": "chocolate powder"
+ "name": "شوكولاتة بودرة",
+ "plural_name": "شوكولاتة بودرة"
},
"sponge cake": {
"aliases": [],
"description": "",
- "name": "sponge cake",
- "plural_name": "sponge cakes"
+ "name": "كيك إسفنجي",
+ "plural_name": "كيك إسفنجي"
},
"chocolate-covered espresso bean": {
"aliases": [],
"description": "",
- "name": "chocolate-covered espresso bean",
- "plural_name": "chocolate-covered espresso beans"
+ "name": "حبوب إسبريسو مغطاة بالشوكولاتة",
+ "plural_name": "حبوب إسبريسو مغطاة بالشوكولاتة"
},
"pineapple jam": {
"aliases": [],
"description": "",
- "name": "pineapple jam",
- "plural_name": "pineapple jam"
+ "name": "مربى أناناس",
+ "plural_name": "مربى أناناس"
},
"licorice": {
"aliases": [],
"description": "",
- "name": "licorice",
- "plural_name": "licorices"
+ "name": "عرق سوس",
+ "plural_name": "عرق سوس"
},
"plum jam": {
"aliases": [],
"description": "",
- "name": "plum jam",
- "plural_name": "plum jam"
+ "name": "مربى برقوق",
+ "plural_name": "مربى برقوق"
},
"mexican chocolate": {
"aliases": [],
"description": "",
- "name": "mexican chocolate",
- "plural_name": "mexican chocolate"
+ "name": "شوكولاتة مكسيكية",
+ "plural_name": "شوكولاتة مكسيكية"
},
"banana pudding": {
"aliases": [],
"description": "",
- "name": "banana pudding",
- "plural_name": "banana pudding"
+ "name": "بودنغ موز",
+ "plural_name": "بودنغ موز"
},
"white couverture": {
"aliases": [],
"description": "",
- "name": "white couverture",
- "plural_name": "white couvertures"
+ "name": "شوكولاتة تغطية بيضاء",
+ "plural_name": "شوكولاتة تغطية بيضاء"
},
"sorbet": {
"aliases": [],
"description": "",
- "name": "sorbet",
- "plural_name": "sorbets"
+ "name": "شربات",
+ "plural_name": "شربات"
},
"chocolate peanut butter": {
"aliases": [],
"description": "",
- "name": "chocolate peanut butter",
- "plural_name": "chocolate peanut butter"
+ "name": "زبدة فول سوداني بالشوكولاتة",
+ "plural_name": "زبدة فول سوداني بالشوكولاتة"
},
"cinnamon candy": {
"aliases": [],
"description": "",
- "name": "cinnamon candy",
- "plural_name": "cinnamon candies"
+ "name": "حلوى قرفة",
+ "plural_name": "حلوى قرفة"
},
"pumpkin butter": {
"aliases": [],
"description": "",
- "name": "pumpkin butter",
- "plural_name": "pumpkin butter"
+ "name": "زبدة اليقطين",
+ "plural_name": "زبدة اليقطين"
},
"guava paste": {
"aliases": [],
"description": "",
- "name": "guava paste",
- "plural_name": "guava paste"
+ "name": "معجون جوافة",
+ "plural_name": "معجون جوافة"
},
"fudge": {
"aliases": [],
"description": "",
- "name": "fudge",
- "plural_name": "fudges"
+ "name": "فدج",
+ "plural_name": "فدج"
},
"strawberry sauce": {
"aliases": [],
"description": "",
- "name": "strawberry sauce",
- "plural_name": "strawberry sauce"
+ "name": "صلصة فراولة",
+ "plural_name": "صلصة فراولة"
},
"butterscotch pudding mix": {
"aliases": [],
"description": "",
- "name": "butterscotch pudding mix",
- "plural_name": "butterscotch pudding mixes"
+ "name": "خليط بودنغ بترسكوتش",
+ "plural_name": "خليط بودنغ بترسكوتش"
},
"chocolate spread": {
"aliases": [],
"description": "",
- "name": "chocolate spread",
- "plural_name": "chocolate spreads"
+ "name": "دهن شوكولاتة",
+ "plural_name": "دهن شوكولاتة"
},
"doughnut": {
"aliases": [],
"description": "",
- "name": "doughnut",
- "plural_name": "doughnuts"
+ "name": "دونات",
+ "plural_name": "دونات"
},
"biscotti": {
"aliases": [],
"description": "",
- "name": "biscotti",
- "plural_name": "biscottis"
+ "name": "بسكوتي",
+ "plural_name": "بسكوتي"
},
"cheesecake instant pudding": {
"aliases": [],
"description": "",
- "name": "cheesecake instant pudding",
- "plural_name": "cheesecake instant pudding"
+ "name": "بودنغ تشيز كيك فوري",
+ "plural_name": "بودنغ تشيز كيك فوري"
},
"peppermint patty": {
"aliases": [],
"description": "",
- "name": "peppermint patty",
- "plural_name": "peppermint patties"
+ "name": "باتي نعناع",
+ "plural_name": "باتي نعناع"
},
"pistachio pudding": {
"aliases": [],
"description": "",
- "name": "pistachio pudding",
- "plural_name": "pistachio pudding"
+ "name": "بودنغ فستق حلبي",
+ "plural_name": "بودنغ فستق حلبي"
},
"chocolate fudge": {
"aliases": [],
"description": "",
- "name": "chocolate fudge",
- "plural_name": "chocolate fudges"
+ "name": "فدج شوكولاتة",
+ "plural_name": "فدج شوكولاتة"
},
"raspberry sauce": {
"aliases": [],
"description": "",
- "name": "raspberry sauce",
- "plural_name": "raspberry sauce"
+ "name": "صلصة توت أحمر",
+ "plural_name": "صلصة توت أحمر"
},
"raspberry sorbet": {
"aliases": [],
"description": "",
- "name": "raspberry sorbet",
- "plural_name": "raspberry sorbets"
+ "name": "شربات توت أحمر",
+ "plural_name": "شربات توت أحمر"
},
"candied pineapple": {
"aliases": [],
"description": "",
- "name": "candied pineapple",
- "plural_name": "candied pineapples"
+ "name": "أناناس مسكر",
+ "plural_name": "أناناس مسكر"
},
"hershey kiss": {
"aliases": [],
"description": "",
- "name": "hershey kiss",
- "plural_name": "hershey kisses"
+ "name": "هيرشي كيس",
+ "plural_name": "هيرشي كيس"
},
"pistachio instant pudding": {
"aliases": [],
"description": "",
- "name": "pistachio instant pudding",
- "plural_name": "pistachio instant pudding"
+ "name": "بودنغ فستق حلبي فوري",
+ "plural_name": "بودنغ فستق حلبي فوري"
}
}
},
@@ -15105,602 +15105,602 @@
"orange juice": {
"aliases": [],
"description": "",
- "name": "orange juice",
- "plural_name": "orange juice"
+ "name": "عصير برتقال",
+ "plural_name": "عصير برتقال"
},
"coffee": {
"aliases": [],
"description": "",
- "name": "coffee",
- "plural_name": "coffee"
+ "name": "قهوة",
+ "plural_name": "قهوة"
},
"club soda": {
"aliases": [],
"description": "",
- "name": "club soda",
- "plural_name": "club sodas"
+ "name": "صودا كلوب",
+ "plural_name": "صودا كلوب"
},
"espresso": {
"aliases": [],
"description": "",
- "name": "espresso",
- "plural_name": "espressos"
+ "name": "إسبرسو",
+ "plural_name": "إسبرسو"
},
"pineapple juice": {
"aliases": [],
"description": "",
- "name": "pineapple juice",
- "plural_name": "pineapple juice"
+ "name": "عصير أناناس",
+ "plural_name": "عصير أناناس"
},
"apple juice": {
"aliases": [],
"description": "",
- "name": "apple juice",
- "plural_name": "apple juice"
+ "name": "عصير تفاح",
+ "plural_name": "عصير تفاح"
},
"tea": {
"aliases": [],
"description": "",
- "name": "tea",
- "plural_name": "tea"
+ "name": "شاي",
+ "plural_name": "شاي"
},
"cranberry juice": {
"aliases": [],
"description": "",
- "name": "cranberry juice",
- "plural_name": "cranberry juice"
+ "name": "عصير توت بري",
+ "plural_name": "عصير توت بري"
},
"tomato juice": {
"aliases": [],
"description": "",
- "name": "tomato juice",
- "plural_name": "tomato juice"
+ "name": "عصير طماطم",
+ "plural_name": "عصير طماطم"
},
"coconut water": {
"aliases": [],
"description": "",
- "name": "coconut water",
- "plural_name": "coconut water"
+ "name": "ماء جوز هند",
+ "plural_name": "ماء جوز هند"
},
"pomegranate juice": {
"aliases": [],
"description": "",
- "name": "pomegranate juice",
- "plural_name": "pomegranate juice"
+ "name": "عصير رمان",
+ "plural_name": "عصير رمان"
},
"grapefruit juice": {
"aliases": [],
"description": "",
- "name": "grapefruit juice",
- "plural_name": "grapefruit juice"
+ "name": "عصير جريب فروت",
+ "plural_name": "عصير جريب فروت"
},
"lemonade": {
"aliases": [],
"description": "",
- "name": "lemonade",
- "plural_name": "lemonades"
+ "name": "عصير ليمون",
+ "plural_name": "عصير ليمون"
},
"coke": {
"aliases": [],
"description": "",
- "name": "coke",
- "plural_name": "cokes"
+ "name": "كولا",
+ "plural_name": "كولا"
},
"eggnog": {
"aliases": [],
"description": "",
- "name": "eggnog",
- "plural_name": "eggnogs"
+ "name": "إيغ نوق",
+ "plural_name": "إيغ نوق"
},
"ginger ale": {
"aliases": [],
"description": "",
- "name": "ginger ale",
- "plural_name": "ginger ales"
+ "name": "جينجر آيل",
+ "plural_name": "جينجر آيل"
},
"ginger beer": {
"aliases": [],
"description": "",
- "name": "ginger beer",
- "plural_name": "ginger beers"
+ "name": "بيرة زنجبيل",
+ "plural_name": "بيرة زنجبيل"
},
"orange juice concentrate": {
"aliases": [],
"description": "",
- "name": "orange juice concentrate",
- "plural_name": "orange juice concentrate"
+ "name": "مركز عصير برتقال",
+ "plural_name": "مركز عصير برتقال"
},
"lemon lime soda": {
"aliases": [],
"description": "",
- "name": "lemon lime soda",
- "plural_name": "lemon lime sodas"
+ "name": "صودا ليمون",
+ "plural_name": "صودا ليمون"
},
"cream of coconut": {
"aliases": [],
"description": "",
- "name": "cream of coconut",
- "plural_name": "cream of coconut"
+ "name": "قشطة جوز هند",
+ "plural_name": "قشطة جوز هند"
},
"sprite": {
"aliases": [],
"description": "",
- "name": "sprite",
- "plural_name": "sprites"
+ "name": "سبرايت",
+ "plural_name": "سبرايت"
},
"green tea": {
"aliases": [],
"description": "",
- "name": "green tea",
- "plural_name": "green tea"
+ "name": "شاي أخضر",
+ "plural_name": "شاي أخضر"
},
"lemonade concentrate": {
"aliases": [],
"description": "",
- "name": "lemonade concentrate",
- "plural_name": "lemonade concentrate"
+ "name": "مركز عصير ليمون",
+ "plural_name": "مركز عصير ليمون"
},
"chai tea": {
"aliases": [],
"description": "",
- "name": "chai tea",
- "plural_name": "chai tea"
+ "name": "شاي تشاي",
+ "plural_name": "شاي تشاي"
},
"root beer": {
"aliases": [],
"description": "",
- "name": "root beer",
- "plural_name": "root beers"
+ "name": "روت بيرة",
+ "plural_name": "روت بيرة"
},
"drinking chocolate": {
"aliases": [],
"description": "",
- "name": "drinking chocolate",
- "plural_name": "drinking chocolate"
+ "name": "شوكولاتة للشرب",
+ "plural_name": "شوكولاتة للشرب"
},
"tonic water": {
"aliases": [],
"description": "",
- "name": "tonic water",
- "plural_name": "tonic water"
+ "name": "تونيك ووتر",
+ "plural_name": "تونيك ووتر"
},
"malted milk powder": {
"aliases": [],
"description": "",
- "name": "malted milk powder",
- "plural_name": "malted milk powder"
+ "name": "حليب مالت بودرة",
+ "plural_name": "حليب مالت بودرة"
},
"mango juice": {
"aliases": [],
"description": "",
- "name": "mango juice",
- "plural_name": "mango juice"
+ "name": "عصير مانجو",
+ "plural_name": "عصير مانجو"
},
"sour mix": {
"aliases": [],
"description": "",
- "name": "sour mix",
- "plural_name": "sour mixes"
+ "name": "خليط حامض",
+ "plural_name": "خليط حامض"
},
"hibiscus": {
"aliases": [],
"description": "",
- "name": "hibiscus",
- "plural_name": "hibiscuses"
+ "name": "كركديه",
+ "plural_name": "كركديه"
},
"tea leaf": {
"aliases": [],
"description": "",
- "name": "tea leaf",
- "plural_name": "tea leaves"
+ "name": "ورق شاي",
+ "plural_name": "ورق شاي"
},
"grape juice": {
"aliases": [],
"description": "",
- "name": "grape juice",
- "plural_name": "grape juice"
+ "name": "عصير عنب",
+ "plural_name": "عصير عنب"
},
"cherry juice": {
"aliases": [],
"description": "",
- "name": "cherry juice",
- "plural_name": "cherry juice"
+ "name": "عصير كرز",
+ "plural_name": "عصير كرز"
},
"carrot juice": {
"aliases": [],
"description": "",
- "name": "carrot juice",
- "plural_name": "carrot juice"
+ "name": "عصير جزر",
+ "plural_name": "عصير جزر"
},
"limeade concentrate": {
"aliases": [],
"description": "",
- "name": "limeade concentrate",
- "plural_name": "limeade concentrate"
+ "name": "مركز عصير ليمون حامض",
+ "plural_name": "مركز عصير ليمون حامض"
},
"dr pepper": {
"aliases": [],
"description": "",
- "name": "dr pepper",
- "plural_name": "dr peppers"
+ "name": "دكتور بيبر",
+ "plural_name": "دكتور بيبر"
},
"white grape juice": {
"aliases": [],
"description": "",
- "name": "white grape juice",
- "plural_name": "white grape juice"
+ "name": "عصير عنب أبيض",
+ "plural_name": "عصير عنب أبيض"
},
"watermelon juice": {
"aliases": [],
"description": "",
- "name": "watermelon juice",
- "plural_name": "watermelon juice"
+ "name": "عصير بطيخ",
+ "plural_name": "عصير بطيخ"
},
"tangerine juice": {
"aliases": [],
"description": "",
- "name": "tangerine juice",
- "plural_name": "tangerine juice"
+ "name": "عصير يوسفي",
+ "plural_name": "عصير يوسفي"
},
"fruit juice": {
"aliases": [],
"description": "",
- "name": "fruit juice",
- "plural_name": "fruit juice"
+ "name": "عصير فواكه",
+ "plural_name": "عصير فواكه"
},
"passion-fruit juice": {
"aliases": [],
"description": "",
- "name": "passion-fruit juice",
- "plural_name": "passion-fruit juice"
+ "name": "عصير فاكهة الآلام",
+ "plural_name": "عصير فاكهة الآلام"
},
"iced tea": {
"aliases": [],
"description": "",
- "name": "iced tea",
- "plural_name": "iced tea"
+ "name": "شاي مثلج",
+ "plural_name": "شاي مثلج"
},
"kombucha": {
"aliases": [],
"description": "",
- "name": "kombucha",
- "plural_name": "kombuchas"
+ "name": "كومبوتشا",
+ "plural_name": "كومبوتشا"
},
"apricot juice": {
"aliases": [],
"description": "",
- "name": "apricot juice",
- "plural_name": "apricot juice"
+ "name": "عصير مشمش",
+ "plural_name": "عصير مشمش"
},
"beet juice": {
"aliases": [],
"description": "",
- "name": "beet juice",
- "plural_name": "beet juice"
+ "name": "عصير بنجر",
+ "plural_name": "عصير بنجر"
},
"peach juice": {
"aliases": [],
"description": "",
- "name": "peach juice",
- "plural_name": "peach juice"
+ "name": "عصير خوخ",
+ "plural_name": "عصير خوخ"
},
"orange soda": {
"aliases": [],
"description": "",
- "name": "orange soda",
- "plural_name": "orange sodas"
+ "name": "صودا برتقال",
+ "plural_name": "صودا برتقال"
},
"margarita mix": {
"aliases": [],
"description": "",
- "name": "margarita mix",
- "plural_name": "margarita mixes"
+ "name": "خليط مارجريتا",
+ "plural_name": "خليط مارجريتا"
},
"kool aid": {
"aliases": [],
"description": "",
- "name": "kool aid",
- "plural_name": "kool aids"
+ "name": "كول إيد",
+ "plural_name": "كول إيد"
},
"energy drink": {
"aliases": [],
"description": "",
- "name": "energy drink",
- "plural_name": "energy drinks"
+ "name": "مشروب طاقة",
+ "plural_name": "مشروب طاقة"
},
"chamomile tea": {
"aliases": [],
"description": "",
- "name": "chamomile tea",
- "plural_name": "chamomile tea"
+ "name": "شاي البابونج",
+ "plural_name": "شاي البابونج"
},
"pear juice": {
"aliases": [],
"description": "",
- "name": "pear juice",
- "plural_name": "pear juice"
+ "name": "عصير كمثرى",
+ "plural_name": "عصير كمثرى"
},
"tamarind juice": {
"aliases": [],
"description": "",
- "name": "tamarind juice",
- "plural_name": "tamarind juice"
+ "name": "عصير تمر هندي",
+ "plural_name": "عصير تمر هندي"
},
"cream soda": {
"aliases": [],
"description": "",
- "name": "cream soda",
- "plural_name": "cream sodas"
+ "name": "صودا كريمية",
+ "plural_name": "صودا كريمية"
},
"tamarind water": {
"aliases": [],
"description": "",
- "name": "tamarind water",
- "plural_name": "tamarind water"
+ "name": "ماء تمر هندي",
+ "plural_name": "ماء تمر هندي"
},
"mountain dew": {
"aliases": [],
"description": "",
- "name": "mountain dew",
- "plural_name": "mountain dews"
+ "name": "ماونتن ديو",
+ "plural_name": "ماونتن ديو"
},
"grapefruit soda": {
"aliases": [],
"description": "",
- "name": "grapefruit soda",
- "plural_name": "grapefruit sodas"
+ "name": "صودا جريب فروت",
+ "plural_name": "صودا جريب فروت"
},
"rooibos tea": {
"aliases": [],
"description": "",
- "name": "rooibos tea",
- "plural_name": "rooibos tea"
+ "name": "شاي رويبوس",
+ "plural_name": "شاي رويبوس"
},
"lime soda": {
"aliases": [],
"description": "",
- "name": "lime soda",
- "plural_name": "lime sodas"
+ "name": "صودا ليمون حامض",
+ "plural_name": "صودا ليمون حامض"
},
"raspberry juice": {
"aliases": [],
"description": "",
- "name": "raspberry juice",
- "plural_name": "raspberry juice"
+ "name": "عصير توت أحمر",
+ "plural_name": "عصير توت أحمر"
},
"guava juice": {
"aliases": [],
"description": "",
- "name": "guava juice",
- "plural_name": "guava juice"
+ "name": "عصير جوافة",
+ "plural_name": "عصير جوافة"
},
"jasmine tea": {
"aliases": [],
"description": "",
- "name": "jasmine tea",
- "plural_name": "jasmine tea"
+ "name": "شاي الياسمين",
+ "plural_name": "شاي الياسمين"
},
"clamato": {
"aliases": [],
"description": "",
- "name": "clamato",
- "plural_name": "clamatoes"
+ "name": "كلاماتو",
+ "plural_name": "كلاماتو"
},
"strawberry juice": {
"aliases": [],
"description": "",
- "name": "strawberry juice",
- "plural_name": "strawberry juice"
+ "name": "عصير فراولة",
+ "plural_name": "عصير فراولة"
},
"iced coffee concentrate": {
"aliases": [],
"description": "",
- "name": "iced coffee concentrate",
- "plural_name": "iced coffee concentrate"
+ "name": "مركز قهوة مثلجة",
+ "plural_name": "مركز قهوة مثلجة"
},
"green tea leaf": {
"aliases": [],
"description": "",
- "name": "green tea leaf",
- "plural_name": "green tea leaves"
+ "name": "ورق شاي أخضر",
+ "plural_name": "ورق شاي أخضر"
},
"beetroot juice": {
"aliases": [],
"description": "",
- "name": "beetroot juice",
- "plural_name": "beetroot juice"
+ "name": "عصير شمندر",
+ "plural_name": "عصير شمندر"
},
"blueberry juice": {
"aliases": [],
"description": "",
- "name": "blueberry juice",
- "plural_name": "blueberry juice"
+ "name": "عصير توت أزرق",
+ "plural_name": "عصير توت أزرق"
},
"lemonade mix": {
"aliases": [],
"description": "",
- "name": "lemonade mix",
- "plural_name": "lemonade mixes"
+ "name": "خليط عصير ليمون",
+ "plural_name": "خليط عصير ليمون"
},
"rose syrup": {
"aliases": [],
"description": "",
- "name": "rose syrup",
- "plural_name": "rose syrup"
+ "name": "شراب الورد",
+ "plural_name": "شراب الورد"
},
"v8 juice": {
"aliases": [],
"description": "",
- "name": "v8 juice",
- "plural_name": "v8 juice"
+ "name": "عصير في 8",
+ "plural_name": "عصير في 8"
},
"thai tea": {
"aliases": [],
"description": "",
- "name": "thai tea",
- "plural_name": "thai tea"
+ "name": "شاي تايلندي",
+ "plural_name": "شاي تايلندي"
},
"aloe vera juice": {
"aliases": [],
"description": "",
- "name": "aloe vera juice",
- "plural_name": "aloe vera juice"
+ "name": "عصير ألوفيرا",
+ "plural_name": "عصير ألوفيرا"
},
"white tea": {
"aliases": [],
"description": "",
- "name": "white tea",
- "plural_name": "white tea"
+ "name": "شاي أبيض",
+ "plural_name": "شاي أبيض"
},
"juice blend": {
"aliases": [],
"description": "",
- "name": "juice blend",
- "plural_name": "juice blends"
+ "name": "خليط عصائر",
+ "plural_name": "خليط عصائر"
},
"prune juice": {
"aliases": [],
"description": "",
- "name": "prune juice",
- "plural_name": "prune juice"
+ "name": "عصير برقوق مجفف",
+ "plural_name": "عصير برقوق مجفف"
},
"sparkling cider": {
"aliases": [],
"description": "",
- "name": "sparkling cider",
+ "name": "سيدر فوار",
"plural_name": null
},
"berry juice": {
"aliases": [],
"description": "",
- "name": "berry juice",
- "plural_name": "berry juice"
+ "name": "عصير توت",
+ "plural_name": "عصير توت"
},
"butterfly pea flower": {
"aliases": [],
"description": "",
- "name": "butterfly pea flower",
- "plural_name": "butterfly pea flowers"
+ "name": "زهرة البازلاء الزرقاء",
+ "plural_name": "زهرة البازلاء الزرقاء"
},
"passion tea": {
"aliases": [],
"description": "",
- "name": "passion tea",
- "plural_name": "passion tea"
+ "name": "شاي باشن",
+ "plural_name": "شاي باشن"
},
"strawberry soda": {
"aliases": [],
"description": "",
- "name": "strawberry soda",
- "plural_name": "strawberry sodas"
+ "name": "صودا فراولة",
+ "plural_name": "صودا فراولة"
},
"lapsang souchong": {
"aliases": [],
"description": "",
- "name": "lapsang souchong",
- "plural_name": "lapsang souchongs"
+ "name": "لابسانغ سوشونغ",
+ "plural_name": "لابسانغ سوشونغ"
},
"blackcurrant juice": {
"aliases": [],
"description": "",
- "name": "blackcurrant juice",
- "plural_name": "blackcurrant juice"
+ "name": "عصير كشمش أسود",
+ "plural_name": "عصير كشمش أسود"
},
"herbal tea": {
"aliases": [],
"description": "",
- "name": "herbal tea",
- "plural_name": "herbal tea"
+ "name": "شاي أعشاب",
+ "plural_name": "شاي أعشاب"
},
"banana juice": {
"aliases": [],
"description": "",
- "name": "banana juice",
- "plural_name": "banana juice"
+ "name": "عصير موز",
+ "plural_name": "عصير موز"
},
"lychee juice": {
"aliases": [],
"description": "",
- "name": "lychee juice",
- "plural_name": "lychee juice"
+ "name": "عصير ليتشي",
+ "plural_name": "عصير ليتشي"
},
"sugar cane juice": {
"aliases": [],
"description": "",
- "name": "sugar cane juice",
- "plural_name": "sugar cane juice"
+ "name": "عصير قصب السكر",
+ "plural_name": "عصير قصب السكر"
},
"cranberry-raspberry juice": {
"aliases": [],
"description": "",
- "name": "cranberry-raspberry juice",
- "plural_name": "cranberry-raspberry juice"
+ "name": "عصير توت بري وتوت أحمر",
+ "plural_name": "عصير توت بري وتوت أحمر"
},
"decaf coffee": {
"aliases": [],
"description": "",
- "name": "decaf coffee",
- "plural_name": "decaf coffee"
+ "name": "قهوة منزوعة الكافيين",
+ "plural_name": "قهوة منزوعة الكافيين"
},
"pumpkin spice coffee": {
"aliases": [],
"description": "",
- "name": "pumpkin spice coffee",
- "plural_name": "pumpkin spice coffee"
+ "name": "قهوة بتوابل اليقطين",
+ "plural_name": "قهوة بتوابل اليقطين"
},
"pepsi": {
"aliases": [],
"description": "",
- "name": "pepsi",
- "plural_name": "pepsis"
+ "name": "بيبسي",
+ "plural_name": "بيبسي"
},
"cherry soda": {
"aliases": [],
"description": "",
- "name": "cherry soda",
- "plural_name": "cherry sodas"
+ "name": "صودا كرز",
+ "plural_name": "صودا كرز"
},
"peppermint tea": {
"aliases": [],
"description": "",
- "name": "peppermint tea",
- "plural_name": "peppermint tea"
+ "name": "شاي نعناع فلفلي",
+ "plural_name": "شاي نعناع فلفلي"
},
"sports drink": {
"aliases": [],
"description": "",
- "name": "sports drink",
- "plural_name": "sports drinks"
+ "name": "مشروب رياضي",
+ "plural_name": "مشروب رياضي"
},
"acai berry juice": {
"aliases": [],
"description": "",
- "name": "acai berry juice",
- "plural_name": "acai berry juice"
+ "name": "عصير توت أكاي",
+ "plural_name": "عصير توت أكاي"
},
"lemon crystal": {
"aliases": [],
"description": "",
- "name": "lemon crystal",
- "plural_name": "lemon crystals"
+ "name": "بلورات ليمون",
+ "plural_name": "بلورات ليمون"
},
"raspberry lemonade": {
"aliases": [],
"description": "",
- "name": "raspberry lemonade",
- "plural_name": "raspberry lemonades"
+ "name": "عصير ليمون بتوت أحمر",
+ "plural_name": "عصير ليمون بتوت أحمر"
},
"chicory coffee": {
"aliases": [],
"description": "",
- "name": "chicory coffee",
- "plural_name": "chicory coffee"
+ "name": "قهوة بالهندباء",
+ "plural_name": "قهوة بالهندباء"
},
"elderberry juice": {
"aliases": [],
"description": "",
- "name": "elderberry juice",
- "plural_name": "elderberry juice"
+ "name": "عصير توت الشيخ",
+ "plural_name": "عصير توت الشيخ"
}
}
},
@@ -15709,602 +15709,602 @@
"almond extract": {
"aliases": [],
"description": "",
- "name": "almond extract",
- "plural_name": "almond extract"
+ "name": "مستخلص اللوز",
+ "plural_name": "مستخلص اللوز"
},
"food coloring": {
"aliases": [],
"description": "",
- "name": "food coloring",
- "plural_name": "food colorings"
+ "name": "ملون طعام",
+ "plural_name": "ملون طعام"
},
"nutritional yeast": {
"aliases": [],
"description": "",
- "name": "nutritional yeast",
- "plural_name": "nutritional yeasts"
+ "name": "خميرة غذائية",
+ "plural_name": "خميرة غذائية"
},
"peppermint extract": {
"aliases": [],
"description": "",
- "name": "peppermint extract",
- "plural_name": "peppermint extract"
+ "name": "مستخلص النعناع الفلفلي",
+ "plural_name": "مستخلص النعناع الفلفلي"
},
"protein powder": {
"aliases": [],
"description": "",
- "name": "protein powder",
- "plural_name": "protein powder"
+ "name": "بودرة بروتين",
+ "plural_name": "بودرة بروتين"
},
"lemon extract": {
"aliases": [],
"description": "",
- "name": "lemon extract",
- "plural_name": "lemon extract"
+ "name": "مستخلص الليمون",
+ "plural_name": "مستخلص الليمون"
},
"coconut extract": {
"aliases": [],
"description": "",
- "name": "coconut extract",
- "plural_name": "coconut extract"
+ "name": "مستخلص جوز الهند",
+ "plural_name": "مستخلص جوز الهند"
},
"rose water": {
"aliases": [],
"description": "",
- "name": "rose water",
- "plural_name": "rose water"
+ "name": "ماء الورد",
+ "plural_name": "ماء الورد"
},
"orange extract": {
"aliases": [],
"description": "",
- "name": "orange extract",
- "plural_name": "orange extract"
+ "name": "مستخلص البرتقال",
+ "plural_name": "مستخلص البرتقال"
},
"rum extract": {
"aliases": [],
"description": "",
- "name": "rum extract",
- "plural_name": "rum extract"
+ "name": "مستخلص الروم",
+ "plural_name": "مستخلص الروم"
},
"maple extract": {
"aliases": [],
"description": "",
- "name": "maple extract",
- "plural_name": "maple extract"
+ "name": "مستخلص القيقب",
+ "plural_name": "مستخلص القيقب"
},
"collagen": {
"aliases": [],
"description": "",
- "name": "collagen",
- "plural_name": "collagens"
+ "name": "كولاجين",
+ "plural_name": "كولاجين"
},
"chocolate protein powder": {
"aliases": [],
"description": "",
- "name": "chocolate protein powder",
- "plural_name": "chocolate protein powder"
+ "name": "بودرة بروتين شوكولاتة",
+ "plural_name": "بودرة بروتين شوكولاتة"
},
"orange blossom water": {
"aliases": [],
"description": "",
- "name": "orange blossom water",
- "plural_name": "orange blossom water"
+ "name": "ماء زهر البرتقال",
+ "plural_name": "ماء زهر البرتقال"
},
"liquid egg white": {
"aliases": [],
"description": "",
- "name": "liquid egg white",
- "plural_name": "liquid egg whites"
+ "name": "بياض بيض سائل",
+ "plural_name": "بياض بيض سائل"
},
"peanut butter powder": {
"aliases": [],
"description": "",
- "name": "peanut butter powder",
- "plural_name": "peanut butter powder"
+ "name": "بودرة زبدة الفول السوداني",
+ "plural_name": "بودرة زبدة الفول السوداني"
},
"vegan protein powder": {
"aliases": [],
"description": "",
- "name": "vegan protein powder",
- "plural_name": "vegan protein powder"
+ "name": "بودرة بروتين نباتي",
+ "plural_name": "بودرة بروتين نباتي"
},
"essence": {
"aliases": [],
"description": "",
- "name": "essence",
+ "name": " essence",
"plural_name": "essences"
},
"maca powder": {
"aliases": [],
"description": "",
- "name": "maca powder",
- "plural_name": "maca powder"
+ "name": "بودرة الماكا",
+ "plural_name": "بودرة الماكا"
},
"spirulina": {
"aliases": [],
"description": "",
- "name": "spirulina",
- "plural_name": "spirulinas"
+ "name": "سبيرولينا",
+ "plural_name": "سبيرولينا"
},
"coffee extract": {
"aliases": [],
"description": "",
- "name": "coffee extract",
- "plural_name": "coffee extract"
+ "name": "مستخلص القهوة",
+ "plural_name": "مستخلص القهوة"
},
"brewer's yeast": {
"aliases": [],
"description": "",
- "name": "brewer's yeast",
- "plural_name": "brewer's yeasts"
+ "name": "خميرة البيرة",
+ "plural_name": "خميرة البيرة"
},
"strawberry extract": {
"aliases": [],
"description": "",
- "name": "strawberry extract",
- "plural_name": "strawberry extract"
+ "name": "مستخلص الفراولة",
+ "plural_name": "مستخلص الفراولة"
},
"butter extract": {
"aliases": [],
"description": "",
- "name": "butter extract",
- "plural_name": "butter extract"
+ "name": "مستخلص الزبدة",
+ "plural_name": "مستخلص الزبدة"
},
"chocolate extract": {
"aliases": [],
"description": "",
- "name": "chocolate extract",
- "plural_name": "chocolate extract"
+ "name": "مستخلص الشوكولاتة",
+ "plural_name": "مستخلص الشوكولاتة"
},
"raspberry extract": {
"aliases": [],
"description": "",
- "name": "raspberry extract",
- "plural_name": "raspberry extract"
+ "name": "مستخلص التوت الأحمر",
+ "plural_name": "مستخلص التوت الأحمر"
},
"anise extract": {
"aliases": [],
"description": "",
- "name": "anise extract",
- "plural_name": "anise extract"
+ "name": "مستخلص اليانسون",
+ "plural_name": "مستخلص اليانسون"
},
"bee pollen": {
"aliases": [],
"description": "",
- "name": "bee pollen",
- "plural_name": "bee pollens"
+ "name": "حبوب لقاح النحل",
+ "plural_name": "حبوب لقاح النحل"
},
"cannabi": {
"aliases": [],
"description": "",
- "name": "cannabi",
- "plural_name": "cannabis"
+ "name": "قنب",
+ "plural_name": "قنب"
},
"banana extract": {
"aliases": [],
"description": "",
- "name": "banana extract",
- "plural_name": "banana extract"
+ "name": "مستخلص الموز",
+ "plural_name": "مستخلص الموز"
},
"lavender oil": {
"aliases": [],
"description": "",
- "name": "lavender oil",
- "plural_name": "lavender oil"
+ "name": "زيت اللافندر",
+ "plural_name": "زيت اللافندر"
},
"essential oil": {
"aliases": [],
"description": "",
- "name": "essential oil",
- "plural_name": "essential oil"
+ "name": "زيت عطري",
+ "plural_name": "زيت عطري"
},
"chicken essence": {
"aliases": [],
"description": "",
- "name": "chicken essence",
- "plural_name": "chicken essences"
+ "name": " essence دجاج",
+ "plural_name": "essences دجاج"
},
"caramel extract": {
"aliases": [],
"description": "",
- "name": "caramel extract",
- "plural_name": "caramel extract"
+ "name": "مستخلص الكراميل",
+ "plural_name": "مستخلص الكراميل"
},
"egg white powder": {
"aliases": [],
"description": "",
- "name": "egg white powder",
- "plural_name": "egg white powder"
+ "name": "بياض بيض بودرة",
+ "plural_name": "بياض بيض بودرة"
},
"cannabutter": {
"aliases": [],
"description": "",
- "name": "cannabutter",
- "plural_name": "cannabutter"
+ "name": "زبدة القنب",
+ "plural_name": "زبدة القنب"
},
"root beer extract": {
"aliases": [],
"description": "",
- "name": "root beer extract",
- "plural_name": "root beer extract"
+ "name": "مستخلص الروت بيرة",
+ "plural_name": "مستخلص الروت بيرة"
},
"vitamin c": {
"aliases": [],
"description": "",
- "name": "vitamin c",
- "plural_name": "vitamin cs"
+ "name": "فيتامين سي",
+ "plural_name": "فيتامين سي"
},
"acai powder": {
"aliases": [],
"description": "",
- "name": "acai powder",
- "plural_name": "acai powder"
+ "name": "بودرة أكاي",
+ "plural_name": "بودرة أكاي"
},
"hemp protein": {
"aliases": [],
"description": "",
- "name": "hemp protein",
- "plural_name": "hemp proteins"
+ "name": "بروتين القنب",
+ "plural_name": "بروتين القنب"
},
"ube flavoring": {
"aliases": [],
"description": "",
- "name": "ube flavoring",
- "plural_name": "ube flavorings"
+ "name": "نكهة اليوبي",
+ "plural_name": "نكهة اليوبي"
},
"glucomannan": {
"aliases": [],
"description": "",
- "name": "glucomannan",
- "plural_name": "glucomannans"
+ "name": "غلوكونان",
+ "plural_name": "غلوكونان"
},
"hazelnut extract": {
"aliases": [],
"description": "",
- "name": "hazelnut extract",
- "plural_name": "hazelnut extract"
+ "name": "مستخلص البندق",
+ "plural_name": "مستخلص البندق"
},
"freeze-dried strawberry powder": {
"aliases": [],
"description": "",
- "name": "freeze-dried strawberry powder",
- "plural_name": "freeze-dried strawberry powder"
+ "name": "بودرة فراولة مجففة بالتجميد",
+ "plural_name": "بودرة فراولة مجففة بالتجميد"
},
"tamarind extract": {
"aliases": [],
"description": "",
- "name": "tamarind extract",
- "plural_name": "tamarind extract"
+ "name": "مستخلص التمر الهندي",
+ "plural_name": "مستخلص التمر الهندي"
},
"cherry extract": {
"aliases": [],
"description": "",
- "name": "cherry extract",
- "plural_name": "cherry extract"
+ "name": "مستخلص الكرز",
+ "plural_name": "مستخلص الكرز"
},
"butterscotch flavor": {
"aliases": [],
"description": "",
- "name": "butterscotch flavor",
- "plural_name": "butterscotch flavors"
+ "name": "نكهة البترسكوتش",
+ "plural_name": "نكهة البترسكوتش"
},
"kewra water": {
"aliases": [],
"description": "",
- "name": "kewra water",
- "plural_name": "kewra water"
+ "name": "ماء الكيورا",
+ "plural_name": "ماء الكيورا"
},
"pineapple extract": {
"aliases": [],
"description": "",
- "name": "pineapple extract",
- "plural_name": "pineapple extract"
+ "name": "مستخلص الأناناس",
+ "plural_name": "مستخلص الأناناس"
},
"lemon juice concentrate": {
"aliases": [],
"description": "",
- "name": "lemon juice concentrate",
- "plural_name": "lemon juice concentrate"
+ "name": "مركز عصير ليمون",
+ "plural_name": "مركز عصير ليمون"
},
"chocolate collagen": {
"aliases": [],
"description": "",
- "name": "chocolate collagen",
- "plural_name": "chocolate collagens"
+ "name": "كولاجين شوكولاتة",
+ "plural_name": "كولاجين شوكولاتة"
},
"cinnamon extract": {
"aliases": [],
"description": "",
- "name": "cinnamon extract",
- "plural_name": "cinnamon extract"
+ "name": "مستخلص القرفة",
+ "plural_name": "مستخلص القرفة"
},
"cannabis milk": {
"aliases": [],
"description": "",
- "name": "cannabis milk",
- "plural_name": "cannabis milk"
+ "name": "حليب القنب",
+ "plural_name": "حليب القنب"
},
"malt extract": {
"aliases": [],
"description": "",
- "name": "malt extract",
- "plural_name": "malt extract"
+ "name": "مستخلص المالت",
+ "plural_name": "مستخلص المالت"
},
"kombucha starter": {
"aliases": [],
"description": "",
- "name": "kombucha starter",
- "plural_name": "kombucha starters"
+ "name": "بادئ كومبوتشا",
+ "plural_name": "بادئ كومبوتشا"
},
"pandan extract": {
"aliases": [],
"description": "",
- "name": "pandan extract",
- "plural_name": "pandan extract"
+ "name": "مستخلص الباندان",
+ "plural_name": "مستخلص الباندان"
},
"camu powder": {
"aliases": [],
"description": "",
- "name": "camu powder",
- "plural_name": "camu powder"
+ "name": "بودرة كامو كامو",
+ "plural_name": "بودرة كامو كامو"
},
"soy lecithin": {
"aliases": [],
"description": "",
- "name": "soy lecithin",
- "plural_name": "soy lecithins"
+ "name": "ليسيثين الصويا",
+ "plural_name": "ليسيثين الصويا"
},
"wheatgrass powder": {
"aliases": [],
"description": "",
- "name": "wheatgrass powder",
- "plural_name": "wheatgrass powder"
+ "name": "بودرة عشبة القمح",
+ "plural_name": "بودرة عشبة القمح"
},
"ashwagandha": {
"aliases": [],
"description": "",
- "name": "ashwagandha",
- "plural_name": "ashwagandhas"
+ "name": "أشواغاندا",
+ "plural_name": "أشواغاندا"
},
"casein": {
"aliases": [],
"description": "",
- "name": "casein",
- "plural_name": "caseins"
+ "name": "كازين",
+ "plural_name": "كازين"
},
"cbd oil": {
"aliases": [],
"description": "",
- "name": "cbd oil",
- "plural_name": "cbd oil"
+ "name": "زيت CBD",
+ "plural_name": "زيت CBD"
},
"chlorella": {
"aliases": [],
"description": "",
- "name": "chlorella",
- "plural_name": "chlorellas"
+ "name": "كلوريلا",
+ "plural_name": "كلوريلا"
},
"fish oil": {
"aliases": [],
"description": "",
- "name": "fish oil",
- "plural_name": "fish oil"
+ "name": "زيت سمك",
+ "plural_name": "زيت سمك"
},
"lime essential oil": {
"aliases": [],
"description": "",
- "name": "lime essential oil",
- "plural_name": "lime essential oil"
+ "name": "زيت ليمون حامض عطري",
+ "plural_name": "زيت ليمون حامض عطري"
},
"probiotic": {
"aliases": [],
"description": "",
- "name": "probiotic",
- "plural_name": "probiotics"
+ "name": "بروبيوتيك",
+ "plural_name": "بروبيوتيك"
},
"activated charcoal": {
"aliases": [],
"description": "",
- "name": "activated charcoal",
- "plural_name": "activated charcoals"
+ "name": "فحم نشط",
+ "plural_name": "فحم نشط"
},
"egg powder": {
"aliases": [],
"description": "",
- "name": "egg powder",
- "plural_name": "egg powder"
+ "name": "بيض بودرة",
+ "plural_name": "بيض بودرة"
},
"reishi mushroom": {
"aliases": [],
"description": "",
- "name": "reishi mushroom",
- "plural_name": "reishi mushrooms"
+ "name": "فطر الريشي",
+ "plural_name": "فطر الريشي"
},
"vitamin e": {
"aliases": [],
"description": "",
- "name": "vitamin e",
- "plural_name": "vitamin es"
+ "name": "فيتامين إي",
+ "plural_name": "فيتامين إي"
},
"wine yeast": {
"aliases": [],
"description": "",
- "name": "wine yeast",
- "plural_name": "wine yeasts"
+ "name": "خميرة النبيذ",
+ "plural_name": "خميرة النبيذ"
},
"barley gras": {
"aliases": [],
"description": "",
- "name": "barley gras",
- "plural_name": "barley grass"
+ "name": "عشبة الشعير",
+ "plural_name": "عشبة الشعير"
},
"greens powder": {
"aliases": [],
"description": "",
- "name": "greens powder",
- "plural_name": "greens powder"
+ "name": "بودرة خضروات",
+ "plural_name": "بودرة خضروات"
},
"rice protein powder": {
"aliases": [],
"description": "",
- "name": "rice protein powder",
- "plural_name": "rice protein powder"
+ "name": "بودرة بروتين الأرز",
+ "plural_name": "بودرة بروتين الأرز"
},
"tea-tree oil": {
"aliases": [],
"description": "",
- "name": "tea-tree oil",
- "plural_name": "tea-tree oil"
+ "name": "زيت شجرة الشاي",
+ "plural_name": "زيت شجرة الشاي"
},
"vitamin d": {
"aliases": [],
"description": "",
- "name": "vitamin d",
- "plural_name": "vitamin ds"
+ "name": "فيتامين د",
+ "plural_name": "فيتامين د"
},
"calcium lactate": {
"aliases": [],
"description": "",
- "name": "calcium lactate",
- "plural_name": "calcium lactates"
+ "name": "لاكتات الكالسيوم",
+ "plural_name": "لاكتات الكالسيوم"
},
"mango extract": {
"aliases": [],
"description": "",
- "name": "mango extract",
- "plural_name": "mango extract"
+ "name": "مستخلص المانجو",
+ "plural_name": "مستخلص المانجو"
},
"raspberry powder": {
"aliases": [],
"description": "",
- "name": "raspberry powder",
- "plural_name": "raspberry powder"
+ "name": "بودرة توت أحمر",
+ "plural_name": "بودرة توت أحمر"
},
"blueberry extract": {
"aliases": [],
"description": "",
- "name": "blueberry extract",
- "plural_name": "blueberry extract"
+ "name": "مستخلص التوت الأزرق",
+ "plural_name": "مستخلص التوت الأزرق"
},
"corn extract": {
"aliases": [],
"description": "",
- "name": "corn extract",
- "plural_name": "corn extract"
+ "name": "مستخلص الذرة",
+ "plural_name": "مستخلص الذرة"
},
"magnesium": {
"aliases": [],
"description": "",
- "name": "magnesium",
- "plural_name": "magnesiums"
+ "name": "مغنيسيوم",
+ "plural_name": "مغنيسيوم"
},
"creatine": {
"aliases": [],
"description": "",
- "name": "creatine",
- "plural_name": "creatines"
+ "name": "كرياتين",
+ "plural_name": "كرياتين"
},
"daily vitamin": {
"aliases": [],
"description": "",
- "name": "daily vitamin",
- "plural_name": "daily vitamins"
+ "name": "فيتامين يومي",
+ "plural_name": "فيتامين يومي"
},
"moringa powder": {
"aliases": [],
"description": "",
- "name": "moringa powder",
- "plural_name": "moringa powder"
+ "name": "بودرة المورينجا",
+ "plural_name": "بودرة المورينجا"
},
"pure lime extract": {
"aliases": [],
"description": "",
- "name": "pure lime extract",
- "plural_name": "pure lime extract"
+ "name": "مستخلص ليمون حامض نقي",
+ "plural_name": "مستخلص ليمون حامض نقي"
},
"sodium alginate": {
"aliases": [],
"description": "",
- "name": "sodium alginate",
- "plural_name": "sodium alginates"
+ "name": "ألجينات الصوديوم",
+ "plural_name": "ألجينات الصوديوم"
},
"sunflower lecithin": {
"aliases": [],
"description": "",
- "name": "sunflower lecithin",
- "plural_name": "sunflower lecithins"
+ "name": "ليسيثين دوار الشمس",
+ "plural_name": "ليسيثين دوار الشمس"
},
"thc": {
"aliases": [],
"description": "",
- "name": "thc",
- "plural_name": "thcs"
+ "name": "THC",
+ "plural_name": "THC"
},
"berry powder": {
"aliases": [],
"description": "",
- "name": "berry powder",
- "plural_name": "berry powder"
+ "name": "بودرة توت",
+ "plural_name": "بودرة توت"
},
"champagne yeast": {
"aliases": [],
"description": "",
- "name": "champagne yeast",
- "plural_name": "champagne yeasts"
+ "name": "خميرة الشمبانيا",
+ "plural_name": "خميرة الشمبانيا"
},
"maqui": {
"aliases": [],
"description": "",
- "name": "maqui",
- "plural_name": "maquis"
+ "name": "ماكي",
+ "plural_name": "ماكي"
},
"rose oil": {
"aliases": [],
"description": "",
- "name": "rose oil",
- "plural_name": "rose oil"
+ "name": "زيت الورد",
+ "plural_name": "زيت الورد"
},
"banana powder": {
"aliases": [],
"description": "",
- "name": "banana powder",
- "plural_name": "banana powder"
+ "name": "بودرة موز",
+ "plural_name": "بودرة موز"
},
"chaga mushroom powder": {
"aliases": [],
"description": "",
- "name": "chaga mushroom powder",
- "plural_name": "chaga mushroom powder"
+ "name": "بودرة فطر تشاجا",
+ "plural_name": "بودرة فطر تشاجا"
},
"clove oil": {
"aliases": [],
"description": "",
- "name": "clove oil",
- "plural_name": "clove oil"
+ "name": "زيت القرنفل",
+ "plural_name": "زيت القرنفل"
},
"cranberry powder": {
"aliases": [],
"description": "",
- "name": "cranberry powder",
- "plural_name": "cranberry powder"
+ "name": "بودرة توت بري",
+ "plural_name": "بودرة توت بري"
},
"eucalyptus oil": {
"aliases": [],
"description": "",
- "name": "eucalyptus oil",
- "plural_name": "eucalyptus oil"
+ "name": "زيت الأوكالبتوس",
+ "plural_name": "زيت الأوكالبتوس"
},
"goji berry powder": {
"aliases": [],
"description": "",
- "name": "goji berry powder",
- "plural_name": "goji berry powder"
+ "name": "بودرة توت غوجي",
+ "plural_name": "بودرة توت غوجي"
},
"maltodextrin": {
"aliases": [],
"description": "",
- "name": "maltodextrin",
- "plural_name": "maltodextrins"
+ "name": "مالتوديكسترين",
+ "plural_name": "مالتوديكسترين"
}
}
}
diff --git a/mealie/repos/seed/resources/foods/locales/ca-ES.json b/mealie/repos/seed/resources/foods/locales/ca-ES.json
index 6b054457d..3b8cfbb2c 100644
--- a/mealie/repos/seed/resources/foods/locales/ca-ES.json
+++ b/mealie/repos/seed/resources/foods/locales/ca-ES.json
@@ -615,8 +615,8 @@
"pea shoot": {
"aliases": [],
"description": "",
- "name": "pea shoot",
- "plural_name": "pea shoots"
+ "name": "germinat de pèsol",
+ "plural_name": "germinats de pèsol"
},
"alfalfa": {
"aliases": [],
@@ -9096,8 +9096,8 @@
"pea": {
"aliases": [],
"description": "",
- "name": "pea",
- "plural_name": "peas"
+ "name": "pèsol",
+ "plural_name": "pèsols"
},
"green bean": {
"aliases": [],
@@ -9108,8 +9108,8 @@
"chickpea": {
"aliases": [],
"description": "",
- "name": "chickpea",
- "plural_name": "chickpeas"
+ "name": "cigró",
+ "plural_name": "cigrons"
},
"black bean": {
"aliases": [],
diff --git a/mealie/repos/seed/resources/foods/locales/es-ES.json b/mealie/repos/seed/resources/foods/locales/es-ES.json
index bc04dc8a8..1ae85463b 100644
--- a/mealie/repos/seed/resources/foods/locales/es-ES.json
+++ b/mealie/repos/seed/resources/foods/locales/es-ES.json
@@ -1100,7 +1100,7 @@
"aliases": [],
"description": "",
"name": "tamarillo",
- "plural_name": "tamarillos"
+ "plural_name": "tomates de árbol"
},
"ice-apple": {
"aliases": [],
@@ -1404,7 +1404,7 @@
"aliases": [],
"description": "",
"name": "nameko",
- "plural_name": "namekos"
+ "plural_name": "hongos nameko"
},
"djon djon mushroom": {
"aliases": [],
diff --git a/mealie/repos/seed/resources/foods/locales/fr-FR.json b/mealie/repos/seed/resources/foods/locales/fr-FR.json
index 0607773ad..539e81471 100644
--- a/mealie/repos/seed/resources/foods/locales/fr-FR.json
+++ b/mealie/repos/seed/resources/foods/locales/fr-FR.json
@@ -7050,8 +7050,8 @@
"ranch dressing packet": {
"aliases": [],
"description": "",
- "name": "ranch dressing packet",
- "plural_name": "ranch dressing packets"
+ "name": "sachet de sauce ranch",
+ "plural_name": "sachet de sauce ranch"
},
"seasoned salt": {
"aliases": [],
@@ -7392,20 +7392,20 @@
"mexican seasoning": {
"aliases": [],
"description": "",
- "name": "mexican seasoning",
- "plural_name": "mexican seasoning"
+ "name": "assaisonnement mexicain",
+ "plural_name": "assaisonnement mexicain"
},
"tajin seasoning": {
"aliases": [],
"description": "",
- "name": "tajin seasoning",
- "plural_name": "tajin seasoning"
+ "name": "mélange d'épices cajun",
+ "plural_name": "mélange d'épices cajun"
},
"seasoned pepper": {
"aliases": [],
"description": "",
- "name": "seasoned pepper",
- "plural_name": "seasoned peppers"
+ "name": "poivre assaisonné",
+ "plural_name": "poivrons assaisonnés"
},
"crab boil seasoning": {
"aliases": [],
@@ -7429,7 +7429,7 @@
"aliases": [],
"description": "",
"name": "sel à la truffe",
- "plural_name": "truffle salt"
+ "plural_name": "sel à la truffe"
},
"biryani masala": {
"aliases": [],
diff --git a/mealie/repos/seed/resources/foods/locales/he-IL.json b/mealie/repos/seed/resources/foods/locales/he-IL.json
index 714d8977e..0d58e9a2c 100644
--- a/mealie/repos/seed/resources/foods/locales/he-IL.json
+++ b/mealie/repos/seed/resources/foods/locales/he-IL.json
@@ -5835,8 +5835,8 @@
"cumin": {
"aliases": [],
"description": "",
- "name": "cumin",
- "plural_name": "cumins"
+ "name": "כמון",
+ "plural_name": "כמון"
},
"basil": {
"aliases": [],
@@ -6363,8 +6363,8 @@
"black cumin": {
"aliases": [],
"description": "",
- "name": "black cumin",
- "plural_name": "black cumins"
+ "name": "כמון שחור",
+ "plural_name": "כמון שחור"
},
"anardana": {
"aliases": [],
diff --git a/mealie/repos/seed/resources/foods/locales/hu-HU.json b/mealie/repos/seed/resources/foods/locales/hu-HU.json
index c9dceef62..50b81c9f3 100644
--- a/mealie/repos/seed/resources/foods/locales/hu-HU.json
+++ b/mealie/repos/seed/resources/foods/locales/hu-HU.json
@@ -2003,41 +2003,41 @@
"parmesan cheese": {
"aliases": [],
"description": "",
- "name": "parmesan cheese",
- "plural_name": "parmesan cheese"
+ "name": "parmezán sajt",
+ "plural_name": "parmezán sajt"
},
"cheddar cheese": {
"aliases": [
- "cheddar cheese"
+ "cheddar sajt"
],
"description": "",
- "name": "cheddar cheese",
- "plural_name": "cheddar cheese"
+ "name": "cheddar sajt",
+ "plural_name": "cheddar sajt"
},
"cream cheese": {
"aliases": [],
"description": "",
- "name": "cream cheese",
- "plural_name": "cream cheese"
+ "name": "krémsajt",
+ "plural_name": "krémsajt"
},
"sharp cheddar cheese": {
"aliases": [
- "sharp cheddar"
+ "érett cheddar"
],
"description": "",
- "name": "sharp cheddar cheese",
- "plural_name": "sharp cheddar cheese"
+ "name": "érett cheddar sajt",
+ "plural_name": "érett cheddar sajt"
},
"cheese": {
"aliases": [],
"description": "",
- "name": "cheese",
- "plural_name": "cheese"
+ "name": "sajt",
+ "plural_name": "sajt"
},
"mozzarella cheese": {
"aliases": [],
"description": "",
- "name": "mozzarella cheese",
+ "name": "mozzarella sajt",
"plural_name": "mozzarella cheese"
},
"feta cheese": {
@@ -2079,26 +2079,26 @@
"fresh mozzarella cheese": {
"aliases": [],
"description": "",
- "name": "fresh mozzarella cheese",
- "plural_name": "fresh mozzarella cheese"
+ "name": "friss mozzarella sajt",
+ "plural_name": "friss mozzarella sajt"
},
"swis cheese": {
"aliases": [],
"description": "",
- "name": "swis cheese",
- "plural_name": "swis cheese"
+ "name": "emmentáli sajt",
+ "plural_name": "emmentáli sajt"
},
"pecorino cheese": {
"aliases": [],
"description": "",
- "name": "pecorino cheese",
- "plural_name": "pecorino cheese"
+ "name": "pecorino sajt",
+ "plural_name": "pecorino sajt"
},
"gruyere cheese": {
"aliases": [],
"description": "",
- "name": "gruyere cheese",
- "plural_name": "gruyere cheese"
+ "name": "gruyère sajt",
+ "plural_name": "gruyère sajt"
},
"mascarpone cheese": {
"aliases": [],
diff --git a/mealie/repos/seed/resources/foods/locales/it-IT.json b/mealie/repos/seed/resources/foods/locales/it-IT.json
index b109a1043..f282001d3 100644
--- a/mealie/repos/seed/resources/foods/locales/it-IT.json
+++ b/mealie/repos/seed/resources/foods/locales/it-IT.json
@@ -576,7 +576,7 @@
},
"Frisée": {
"aliases": [
- "curly endive"
+ "indivia riccia"
],
"description": "",
"name": "Frisée",
@@ -2109,8 +2109,8 @@
"cottage cheese": {
"aliases": [],
"description": "",
- "name": "cottage cheese",
- "plural_name": "cottage cheese"
+ "name": "fiocchi di latte",
+ "plural_name": "fiocchi di latte"
},
"american cheese": {
"aliases": [],
@@ -2127,8 +2127,8 @@
"mexican cheese blend": {
"aliases": [],
"description": "",
- "name": "mexican cheese blend",
- "plural_name": "mexican cheese blend"
+ "name": "mix di formaggi messicani",
+ "plural_name": "mix di formaggi messicani"
},
"pepper jack cheese": {
"aliases": [],
@@ -2217,8 +2217,8 @@
"neufchatel cheese": {
"aliases": [],
"description": "",
- "name": "neufchatel cheese",
- "plural_name": "neufchatel cheese"
+ "name": "formaggio neufchatel",
+ "plural_name": "formaggio neufchatel"
},
"herb cream cheese": {
"aliases": [],
@@ -2247,8 +2247,8 @@
"grana-padano cheese": {
"aliases": [],
"description": "",
- "name": "grana-padano",
- "plural_name": "grana-padano"
+ "name": "grana padano",
+ "plural_name": "grana padano"
},
"muenster cheese": {
"aliases": [],
@@ -2278,13 +2278,13 @@
"aliases": [],
"description": "",
"name": "formaggio stilton",
- "plural_name": "stilton cheese"
+ "plural_name": "forrmaggio stilton"
},
"raclette cheese": {
"aliases": [],
"description": "",
- "name": "raclette cheese",
- "plural_name": "formaggio raclette"
+ "name": "raclette",
+ "plural_name": "raclette"
},
"colby-jack cheese": {
"aliases": [],
@@ -2415,8 +2415,8 @@
"graviera cheese": {
"aliases": [],
"description": "",
- "name": "graviera cheese",
- "plural_name": "graviera cheese"
+ "name": "graviera",
+ "plural_name": "graviera"
},
"wensleydale cheese": {
"aliases": [],
@@ -2636,7 +2636,7 @@
"aliases": [],
"description": "",
"name": "panna da cucina",
- "plural_name": "heavy cream"
+ "plural_name": "panna da cucina"
},
"sour cream": {
"aliases": [],
@@ -2704,7 +2704,7 @@
"aliases": [],
"description": "",
"name": "latte condensato dolcificato",
- "plural_name": "sweetened condensed milk"
+ "plural_name": "latte condensato dolcificato"
},
"ice cream": {
"aliases": [],
@@ -2811,20 +2811,20 @@
"quail egg": {
"aliases": [],
"description": "",
- "name": "Uovo di quaglia",
- "plural_name": "Uova di quaglia"
+ "name": "uovo di quaglia",
+ "plural_name": "uova di quaglia"
},
"buttermilk powder": {
"aliases": [],
"description": "",
- "name": "Latte in polvere",
- "plural_name": "buttermilk powder"
+ "name": "latte in polvere",
+ "plural_name": "latte in polvere"
},
"frozen yogurt": {
"aliases": [],
"description": "",
- "name": "Yogurt congelato",
- "plural_name": "Yogurt congelato"
+ "name": "yogurt congelato",
+ "plural_name": "yogurt congelato"
},
"khoya": {
"aliases": [],
@@ -2835,8 +2835,8 @@
"milk cream": {
"aliases": [],
"description": "",
- "name": "Panna",
- "plural_name": "milk cream"
+ "name": "panna",
+ "plural_name": "panna"
},
"coffee creamer": {
"aliases": [],
@@ -2859,7 +2859,7 @@
"cheese curd": {
"aliases": [],
"description": "",
- "name": "Caglio di formaggio",
+ "name": "caglio di formaggio",
"plural_name": "Caglio di formaggio"
},
"sour milk": {
@@ -2872,7 +2872,7 @@
"aliases": [],
"description": "",
"name": "ganache",
- "plural_name": "ganaches"
+ "plural_name": "ganache"
},
"cajeta": {
"aliases": [],
@@ -2883,14 +2883,14 @@
"duck egg": {
"aliases": [],
"description": "",
- "name": "Uovo di anatra",
- "plural_name": "Uova di anatra"
+ "name": "uovo d'anatra",
+ "plural_name": "uova d'anatra"
},
"salted egg": {
"aliases": [],
"description": "",
- "name": "Uovo salato",
- "plural_name": "Uova salate"
+ "name": "uovo salato",
+ "plural_name": "uova salate"
},
"skyr": {
"aliases": [],
@@ -2913,7 +2913,7 @@
"lime curd": {
"aliases": [],
"description": "",
- "name": "Crema al lime",
+ "name": "crema al lime",
"plural_name": "Crema al lime"
},
"powdered coffee creamer": {
@@ -2949,13 +2949,13 @@
"strawberry frosting": {
"aliases": [],
"description": "",
- "name": "Glassa alla fragola",
- "plural_name": "Glasse alla fragola"
+ "name": "glassa alla fragola",
+ "plural_name": "glasse alla fragola"
},
"honey greek yogurt": {
"aliases": [],
"description": "",
- "name": "Yogurt greco al miele",
+ "name": "yogurt greco al miele",
"plural_name": "Yogurt greco al miele"
},
"amul butter": {
@@ -3487,8 +3487,8 @@
"dairy-free ice-cream": {
"aliases": [],
"description": "",
- "name": "dairy-free ice-cream",
- "plural_name": "dairy-free ice-cream"
+ "name": "gelato senza latte",
+ "plural_name": "gelato senza latte"
},
"almond-coconut milk": {
"aliases": [],
@@ -3499,8 +3499,8 @@
"banana blossom": {
"aliases": [],
"description": "",
- "name": "banana blossom",
- "plural_name": "banana blossoms"
+ "name": "fiore di banano",
+ "plural_name": "fiore di banano"
},
"vegan fish sauce": {
"aliases": [],
@@ -3749,14 +3749,14 @@
"chopped bacon": {
"aliases": [],
"description": "",
- "name": "chopped bacon",
- "plural_name": "chopped bacons"
+ "name": "pancetta a pezzi",
+ "plural_name": "pancetta a pezzi"
},
"ground beef": {
"aliases": [],
"description": "",
"name": "carne macinata",
- "plural_name": "ground beefs"
+ "plural_name": "carni macinate"
},
"beef steak": {
"aliases": [],
@@ -3803,14 +3803,14 @@
"beef roast": {
"aliases": [],
"description": "",
- "name": "beef roast",
- "plural_name": "beef roasts"
+ "name": "roast beef",
+ "plural_name": "roast beef"
},
"ground pork": {
"aliases": [],
"description": "",
- "name": "ground pork",
- "plural_name": "ground porks"
+ "name": "macinato di maiale",
+ "plural_name": "macinato di maiale"
},
"beef stew meat": {
"aliases": [],
@@ -3821,8 +3821,8 @@
"pepperoni": {
"aliases": [],
"description": "",
- "name": "pepperoni",
- "plural_name": "pepperoni"
+ "name": "salame piccante",
+ "plural_name": "salame piccante"
},
"chorizo": {
"aliases": [],
@@ -3851,8 +3851,8 @@
"ground lamb": {
"aliases": [],
"description": "",
- "name": "ground lamb",
- "plural_name": "ground lambs"
+ "name": "macinato d'agnello",
+ "plural_name": "macinato d'agnello"
},
"pork rib": {
"aliases": [],
@@ -3881,8 +3881,8 @@
"beef sirloin": {
"aliases": [],
"description": "",
- "name": "beef sirloin",
- "plural_name": "beef sirloins"
+ "name": "controfiletto di manzo",
+ "plural_name": "controfiletti di manzo"
},
"salami": {
"aliases": [],
@@ -3894,7 +3894,7 @@
"aliases": [],
"description": "",
"name": "brisket",
- "plural_name": "briskets"
+ "plural_name": "brisket"
},
"deli ham": {
"aliases": [],
@@ -3941,14 +3941,14 @@
"ground sausage": {
"aliases": [],
"description": "",
- "name": "ground sausage",
- "plural_name": "ground sausages"
+ "name": "salsiccia di macinato",
+ "plural_name": "salsicce di macinato"
},
"ground pork sausage": {
"aliases": [],
"description": "",
- "name": "ground pork sausage",
- "plural_name": "ground pork sausages"
+ "name": "salsiccia di macinato di maiale",
+ "plural_name": "salsicce di macinato di maiale "
},
"roast beef": {
"aliases": [],
@@ -3959,8 +3959,8 @@
"bacon bit": {
"aliases": [],
"description": "",
- "name": "bacon bit",
- "plural_name": "bacon bits"
+ "name": "pancetta tritata",
+ "plural_name": "pancetta tritata"
},
"pork roast": {
"aliases": [],
@@ -4025,8 +4025,8 @@
"beef sausage": {
"aliases": [],
"description": "",
- "name": "beef sausage",
- "plural_name": "beef sausages"
+ "name": "salsiccia di manzo",
+ "plural_name": "salsicce di manzo"
},
"lamb shank": {
"aliases": [],
@@ -4062,7 +4062,7 @@
"aliases": [],
"description": "",
"name": "pulled pork",
- "plural_name": "pulled porks"
+ "plural_name": "pulled pork"
},
"ham hock": {
"aliases": [],
@@ -4073,14 +4073,14 @@
"frozen meatball": {
"aliases": [],
"description": "",
- "name": "frozen meatball",
- "plural_name": "frozen meatballs"
+ "name": "polpetta surgelata",
+ "plural_name": "polpette surgelate"
},
"mixed ground meat": {
"aliases": [],
"description": "",
- "name": "mixed ground meat",
- "plural_name": "mixed ground meats"
+ "name": "macinato di carne mista",
+ "plural_name": "macinato di carne mista"
},
"rabbit": {
"aliases": [],
@@ -4163,8 +4163,8 @@
"serrano ham": {
"aliases": [],
"description": "",
- "name": "serrano ham",
- "plural_name": "serrano hams"
+ "name": "prosciutto serrano",
+ "plural_name": "prosciutto serrano"
},
"raw chorizo": {
"aliases": [],
@@ -4266,7 +4266,7 @@
"aliases": [],
"description": "",
"name": "prosciutto disossato",
- "plural_name": "boneless hams"
+ "plural_name": "prosciutti disossati"
},
"mortadella": {
"aliases": [],
@@ -4277,8 +4277,8 @@
"ground bison": {
"aliases": [],
"description": "",
- "name": "ground bison",
- "plural_name": "ground bisons"
+ "name": "macinato di bisonte",
+ "plural_name": "macinato di bisonte"
},
"fresh sausage": {
"aliases": [],
@@ -4295,8 +4295,8 @@
"burger patty": {
"aliases": [],
"description": "",
- "name": "burger patty",
- "plural_name": "burger patties"
+ "name": "hamburger",
+ "plural_name": "hamburger"
},
"smoked pork chop": {
"aliases": [],
@@ -4366,13 +4366,13 @@
"aliases": [],
"description": "",
"name": "pollo cotto",
- "plural_name": "cooked chickens"
+ "plural_name": "polli cotti"
},
"ground turkey": {
"aliases": [],
"description": "",
- "name": "ground turkey",
- "plural_name": "ground turkeys"
+ "name": "macinato di tacchino",
+ "plural_name": "macinato di tacchino"
},
"whole chicken": {
"aliases": [],
@@ -4407,14 +4407,14 @@
"ground chicken": {
"aliases": [],
"description": "",
- "name": "ground chicken",
- "plural_name": "ground chickens"
+ "name": "macinato di pollo",
+ "plural_name": "macinato di pollo"
},
"rotisserie chicken": {
"aliases": [],
"description": "",
- "name": "rotisserie chicken",
- "plural_name": "rotisserie chickens"
+ "name": "pollo allo spiedo",
+ "plural_name": "polli allo spiedo"
},
"chicken tender": {
"aliases": [],
@@ -4497,8 +4497,8 @@
"ground turkey sausage": {
"aliases": [],
"description": "",
- "name": "ground turkey sausage",
- "plural_name": "ground turkey sausages"
+ "name": "salsiccia di macinato di tacchino",
+ "plural_name": "salsicce di macinato di tacchino"
},
"quail": {
"aliases": [],
@@ -4527,8 +4527,8 @@
"pheasant": {
"aliases": [],
"description": "",
- "name": "pheasant",
- "plural_name": "pheasants"
+ "name": "fagiano",
+ "plural_name": "fagiani"
},
"goose": {
"aliases": [],
@@ -4539,8 +4539,8 @@
"turkey pepperoni": {
"aliases": [],
"description": "",
- "name": "turkey pepperoni",
- "plural_name": "turkey pepperonis"
+ "name": "salame piccante di tacchino",
+ "plural_name": "salame piccante di tacchino"
},
"turkey ham": {
"aliases": [],
@@ -4599,8 +4599,8 @@
"chicken nugget": {
"aliases": [],
"description": "",
- "name": "chicken nugget",
- "plural_name": "chicken nuggets"
+ "name": "pepita di pollo",
+ "plural_name": "pepite di pollo"
},
"turkey burger": {
"aliases": [],
@@ -4695,8 +4695,8 @@
"wild game bird": {
"aliases": [],
"description": "",
- "name": "wild game bird",
- "plural_name": "wild game birds"
+ "name": "selvaggina da penna",
+ "plural_name": "selvaggina da penna"
},
"turkey liver": {
"aliases": [],
@@ -4725,8 +4725,8 @@
"chicken meatball": {
"aliases": [],
"description": "",
- "name": "chicken meatball",
- "plural_name": "chicken meatballs"
+ "name": "polpetta di pollo",
+ "plural_name": "polpette di pollo"
},
"duck liver": {
"aliases": [],
@@ -4737,8 +4737,8 @@
"guinea fowl": {
"aliases": [],
"description": "",
- "name": "guinea fowl",
- "plural_name": "guinea fowls"
+ "name": "faraona",
+ "plural_name": "faraone"
},
"smoked turkey wing": {
"aliases": [],
@@ -4755,14 +4755,14 @@
"chicken schnitzel": {
"aliases": [],
"description": "",
- "name": "chicken schnitzel",
- "plural_name": "chicken schnitzels"
+ "name": "cotoletta di tacchino",
+ "plural_name": "cotolette di tacchino"
},
"grouse": {
"aliases": [],
"description": "",
- "name": "grouse",
- "plural_name": "grouses"
+ "name": "pernice",
+ "plural_name": "pernici"
},
"chicken roast": {
"aliases": [],
@@ -4773,14 +4773,14 @@
"goose liver": {
"aliases": [],
"description": "",
- "name": "goose liver",
- "plural_name": "goose livers"
+ "name": "fegato d'oca",
+ "plural_name": "fegati d'oca"
},
"turkey bone": {
"aliases": [],
"description": "",
- "name": "turkey bone",
- "plural_name": "turkey bones"
+ "name": "osso di tacchino",
+ "plural_name": "ossa di tacchino"
},
"turkey lunch meat": {
"aliases": [],
@@ -4791,8 +4791,8 @@
"turkey roast": {
"aliases": [],
"description": "",
- "name": "turkey roast",
- "plural_name": "turkey roasts"
+ "name": "arrosto di tacchino",
+ "plural_name": "arrosti di tacchino"
},
"capon": {
"aliases": [],
@@ -4863,14 +4863,14 @@
"chicken gyro": {
"aliases": [],
"description": "",
- "name": "chicken gyro",
- "plural_name": "chicken gyros"
+ "name": "gyros di pollo",
+ "plural_name": "gyros di pollo"
},
"chicken patty": {
"aliases": [],
"description": "",
- "name": "chicken patty",
- "plural_name": "chicken patties"
+ "name": "hamburger di pollo",
+ "plural_name": "hamburger di pollo"
},
"chicken rib": {
"aliases": [],
@@ -4881,8 +4881,8 @@
"turkey tail": {
"aliases": [],
"description": "",
- "name": "turkey tail",
- "plural_name": "turkey tails"
+ "name": "coda di tacchino",
+ "plural_name": "code di tacchino"
},
"chicken milanesa": {
"aliases": [],
@@ -4945,7 +4945,7 @@
"sea bas": {
"aliases": [],
"description": "",
- "name": "sea bas",
+ "name": "branzino",
"plural_name": "branzino"
},
"fish fillet": {
@@ -5035,8 +5035,8 @@
"flounder": {
"aliases": [],
"description": "",
- "name": "flounder",
- "plural_name": "flounder"
+ "name": "passera di mare",
+ "plural_name": "passera di mare"
},
"perch": {
"aliases": [],
@@ -5227,8 +5227,8 @@
"pickled herring": {
"aliases": [],
"description": "",
- "name": "pickled herring",
- "plural_name": "pickled herrings"
+ "name": "aringa sottaceto",
+ "plural_name": "aringhe sottaceto"
},
"john dory": {
"aliases": [],
@@ -5485,8 +5485,8 @@
"beluga caviar": {
"aliases": [],
"description": "",
- "name": "beluga caviar",
- "plural_name": "beluga caviars"
+ "name": "caviale di beluga",
+ "plural_name": "caviale di beluga"
},
"bombay duck": {
"aliases": [],
@@ -5555,8 +5555,8 @@
"lobster": {
"aliases": [],
"description": "",
- "name": "lobster",
- "plural_name": "lobsters"
+ "name": "aragosta",
+ "plural_name": "aragoste"
},
"oyster": {
"aliases": [],
@@ -5567,7 +5567,7 @@
"lobster tail": {
"aliases": [],
"description": "",
- "name": "lobster tail",
+ "name": "coda di aragosta",
"plural_name": "code di aragosta"
},
"crawfish": {
@@ -5646,7 +5646,7 @@
"aliases": [],
"description": "",
"name": "gamberetto essiccato",
- "plural_name": "dried prawns"
+ "plural_name": "gamberetti essicati"
},
"dulse seaweed": {
"aliases": [],
@@ -5735,8 +5735,8 @@
"seaweed salad": {
"aliases": [],
"description": "",
- "name": "seaweed salad",
- "plural_name": "seaweed salads"
+ "name": "insalata di alghe",
+ "plural_name": "insalate di alghe"
},
"dulse": {
"aliases": [],
@@ -5817,7 +5817,7 @@
"cinnamon": {
"aliases": [],
"description": "",
- "name": "cinnamon",
+ "name": "cannella",
"plural_name": "cannella"
},
"parsley": {
@@ -5830,13 +5830,13 @@
"aliases": [],
"description": "",
"name": "coriandolo",
- "plural_name": "cilantro"
+ "plural_name": "coriandolo"
},
"cumin": {
"aliases": [],
"description": "",
"name": "cumino",
- "plural_name": "cumini"
+ "plural_name": "cumino"
},
"basil": {
"aliases": [],
@@ -5895,8 +5895,8 @@
"cayenne": {
"aliases": [],
"description": "",
- "name": "cayenne",
- "plural_name": "cayennes"
+ "name": "pepe di cayenna",
+ "plural_name": "pepe di cayenna"
},
"rosemary": {
"aliases": [],
@@ -5907,14 +5907,14 @@
"bay leaf": {
"aliases": [],
"description": "",
- "name": "bay leaf",
- "plural_name": "bay leaves"
+ "name": "foglia d'alloro",
+ "plural_name": "foglie d'alloro"
},
"turmeric": {
"aliases": [],
"description": "",
- "name": "turmeric",
- "plural_name": "turmerics"
+ "name": "curcuma",
+ "plural_name": "curcuma"
},
"clove": {
"aliases": [],
@@ -5943,14 +5943,14 @@
"dill": {
"aliases": [],
"description": "",
- "name": "dill",
- "plural_name": "dills"
+ "name": "aneto",
+ "plural_name": "aneto"
},
"chive": {
"aliases": [],
"description": "",
- "name": "chive",
- "plural_name": "chives"
+ "name": "erba cipollina",
+ "plural_name": "erba cipollina"
},
"mint": {
"aliases": [],
@@ -6051,8 +6051,8 @@
"asafoetida": {
"aliases": [],
"description": "",
- "name": "asafoetida",
- "plural_name": "asafoetidas"
+ "name": "assafetida",
+ "plural_name": "assafetida"
},
"star anise": {
"aliases": [],
@@ -6069,14 +6069,14 @@
"lemongras": {
"aliases": [],
"description": "",
- "name": "lemongras",
- "plural_name": "lemongrass"
+ "name": "citronella",
+ "plural_name": "citronella"
},
"caraway": {
"aliases": [],
"description": "",
- "name": "caraway",
- "plural_name": "caraways"
+ "name": "cumino dei prati",
+ "plural_name": "cumino dei prati"
},
"garlic granule": {
"aliases": [],
@@ -6153,14 +6153,14 @@
"thai basil": {
"aliases": [],
"description": "",
- "name": "thai basil",
- "plural_name": "thai basils"
+ "name": "basilico thai",
+ "plural_name": "basilico thai"
},
"edible flower": {
"aliases": [],
"description": "",
- "name": "edible flower",
- "plural_name": "edible flowers"
+ "name": "fiore commestibile",
+ "plural_name": "fiori commestibili"
},
"aniseed": {
"aliases": [],
@@ -6213,8 +6213,8 @@
"black mustard seed": {
"aliases": [],
"description": "",
- "name": "black mustard seed",
- "plural_name": "black mustard seeds"
+ "name": "seme di senape nera",
+ "plural_name": "semi di senape nera"
},
"dried chili": {
"aliases": [],
@@ -6231,8 +6231,8 @@
"saffron strand": {
"aliases": [],
"description": "",
- "name": "saffron strand",
- "plural_name": "saffron strands"
+ "name": "pistillo di zafferano",
+ "plural_name": "pistilli di zafferano"
},
"guajillo pepper": {
"aliases": [],
@@ -6285,8 +6285,8 @@
"dill seed": {
"aliases": [],
"description": "",
- "name": "dill seed",
- "plural_name": "dill seeds"
+ "name": "seme di aneto",
+ "plural_name": "semi di aneto"
},
"green peppercorn": {
"aliases": [],
@@ -6315,8 +6315,8 @@
"savory herb": {
"aliases": [],
"description": "",
- "name": "savory herb",
- "plural_name": "savory herbs"
+ "name": "erba aromatica",
+ "plural_name": "erbe aromatiche"
},
"pandan leaf": {
"aliases": [],
@@ -6345,8 +6345,8 @@
"lemongrass paste": {
"aliases": [],
"description": "",
- "name": "lemongrass paste",
- "plural_name": "lemongrass paste"
+ "name": "pasta di citronella",
+ "plural_name": "pasta di citronella"
},
"shiso": {
"aliases": [],
@@ -6381,8 +6381,8 @@
"dried orange peel": {
"aliases": [],
"description": "",
- "name": "dried orange peel",
- "plural_name": "dried orange peels"
+ "name": "scorza d'arancia essiccata",
+ "plural_name": "scorze di arancia essiccate"
},
"espelette pepper": {
"aliases": [],
@@ -6417,8 +6417,8 @@
"fennel pollen": {
"aliases": [],
"description": "",
- "name": "fennel pollen",
- "plural_name": "fennel pollens"
+ "name": "polline di finocchio",
+ "plural_name": "pollini di finocchio"
}
}
},
@@ -6441,7 +6441,7 @@
"confectioners sugar": {
"aliases": [
"zucchero in polvere",
- "icing sugar"
+ "zucchero a velo"
],
"description": "",
"name": "zucchero a velo",
@@ -6459,13 +6459,13 @@
"aliases": [],
"description": "",
"name": "sciroppo d'acero",
- "plural_name": "maple syrup"
+ "plural_name": "sciroppo d'acero"
},
"corn syrup": {
"aliases": [],
"description": "",
"name": "sciroppo di mais",
- "plural_name": "corn syrup"
+ "plural_name": "sciroppo di mais"
},
"coconut sugar": {
"aliases": [],
@@ -6524,8 +6524,8 @@
"caramel syrup": {
"aliases": [],
"description": "",
- "name": "caramel syrup",
- "plural_name": "caramel syrup"
+ "name": "sciroppo di caramello",
+ "plural_name": "sciroppo di caramello"
},
"chocolate syrup": {
"aliases": [],
@@ -6621,7 +6621,7 @@
"aliases": [],
"description": "",
"name": "glucosio",
- "plural_name": "glucose"
+ "plural_name": "glucosio"
},
"rock sugar": {
"aliases": [],
@@ -6638,8 +6638,8 @@
"xylitol": {
"aliases": [],
"description": "",
- "name": "xylitol",
- "plural_name": "xylitols"
+ "name": "xilitolo",
+ "plural_name": "xilitolo"
},
"jam sugar": {
"aliases": [],
@@ -6656,20 +6656,20 @@
"brown sugar substitute": {
"aliases": [],
"description": "",
- "name": "brown sugar substitute",
- "plural_name": "brown sugar substitutes"
+ "name": "sostituto dello zucchero di canna",
+ "plural_name": "sostituti dello zucchero di canna"
},
"strawberry syrup": {
"aliases": [],
"description": "",
- "name": "strawberry syrup",
- "plural_name": "strawberry syrup"
+ "name": "sciroppo di fragole",
+ "plural_name": "sciroppo di fragole"
},
"vanilla syrup": {
"aliases": [],
"description": "",
- "name": "vanilla syrup",
- "plural_name": "vanilla syrup"
+ "name": "sciroppo di vaniglia",
+ "plural_name": "sciroppo di vaniglia"
},
"ginger syrup": {
"aliases": [],
@@ -6687,13 +6687,13 @@
"aliases": [],
"description": "",
"name": "sciroppo di malto di riso",
- "plural_name": "rice malt syrup"
+ "plural_name": "sciroppo di malto di riso"
},
"pancake syrup": {
"aliases": [],
"description": "",
- "name": "pancake syrup",
- "plural_name": "pancake syrup"
+ "name": "sciroppo da pancake",
+ "plural_name": "sciroppo da pancake"
},
"raspberry syrup": {
"aliases": [],
@@ -6758,8 +6758,8 @@
"blueberry syrup": {
"aliases": [],
"description": "",
- "name": "blueberry syrup",
- "plural_name": "blueberry syrup"
+ "name": "sciroppo di mirtilli",
+ "plural_name": "sciroppo di mirtilli"
},
"apple syrup": {
"aliases": [],
@@ -6812,14 +6812,14 @@
"hazelnut syrup": {
"aliases": [],
"description": "",
- "name": "hazelnut syrup",
- "plural_name": "hazelnut syrup"
+ "name": "sciroppo di nocciole",
+ "plural_name": "sciroppo di nocciole"
},
"white chocolate sauce": {
"aliases": [],
"description": "",
- "name": "white chocolate sauce",
- "plural_name": "white chocolate sauce"
+ "name": "salsa al cioccolato bianco",
+ "plural_name": "salsa al cioccolato bianco"
},
"pumpkin spice syrup": {
"aliases": [],
@@ -6830,8 +6830,8 @@
"glycerine": {
"aliases": [],
"description": "",
- "name": "glycerine",
- "plural_name": "glycerine"
+ "name": "glicerina",
+ "plural_name": "glicerina"
},
"sorghum syrup": {
"aliases": [],
@@ -6854,8 +6854,8 @@
"cranberry syrup": {
"aliases": [],
"description": "",
- "name": "cranberry syrup",
- "plural_name": "cranberry syrup"
+ "name": "sciroppo di mirtilli",
+ "plural_name": "sciroppo di mirtilli"
},
"golden sugar": {
"aliases": [],
@@ -6878,8 +6878,8 @@
"malt syrup": {
"aliases": [],
"description": "",
- "name": "malt syrup",
- "plural_name": "malt syrup"
+ "name": "sciroppo di malto",
+ "plural_name": "sciroppo di malto"
},
"hot honey": {
"aliases": [],
@@ -6944,8 +6944,8 @@
"grape syrup": {
"aliases": [],
"description": "",
- "name": "grape syrup",
- "plural_name": "grape syrup"
+ "name": "sciroppo d’uva",
+ "plural_name": "sciroppo d’uva"
},
"brown butter syrup": {
"aliases": [],
@@ -7034,8 +7034,8 @@
"truffle honey": {
"aliases": [],
"description": "",
- "name": "truffle honey",
- "plural_name": "truffle honey"
+ "name": "miele al tartufo",
+ "plural_name": "miele al tartufo"
}
}
},
@@ -7050,8 +7050,8 @@
"ranch dressing packet": {
"aliases": [],
"description": "",
- "name": "ranch dressing packet",
- "plural_name": "ranch dressing packets"
+ "name": "pacchetto di salsa ranch",
+ "plural_name": "pacchetti di salsa ranch"
},
"seasoned salt": {
"aliases": [],
@@ -7069,7 +7069,7 @@
"aliases": [],
"description": "",
"name": "garam masala",
- "plural_name": "garam masalas"
+ "plural_name": "garam masala"
},
"pumpkin pie spice": {
"aliases": [],
@@ -7080,8 +7080,8 @@
"mustard powder": {
"aliases": [],
"description": "",
- "name": "mustard powder",
- "plural_name": "mustard powder"
+ "name": "senape in polvere",
+ "plural_name": "senape in polvere"
},
"taco seasoning": {
"aliases": [],
@@ -7104,14 +7104,14 @@
"white miso": {
"aliases": [],
"description": "",
- "name": "white miso",
- "plural_name": "white misoes"
+ "name": "miso bianco",
+ "plural_name": "miso bianco"
},
"himalayan salt": {
"aliases": [],
"description": "",
- "name": "himalayan salt",
- "plural_name": "himalayan salt"
+ "name": "sale himalayano",
+ "plural_name": "sale himalayano"
},
"lemon & pepper seasoning": {
"aliases": [],
@@ -7152,8 +7152,8 @@
"herbe de provence": {
"aliases": [],
"description": "",
- "name": "herbe de provence",
- "plural_name": "herbes de provence"
+ "name": "erbe provenzali",
+ "plural_name": "erbe provenzali"
},
"chaat masala": {
"aliases": [],
@@ -7327,7 +7327,7 @@
"aliases": [],
"description": "",
"name": "sale affumicato",
- "plural_name": "smoked salt"
+ "plural_name": "sale affumicato"
},
"dash seasoning": {
"aliases": [],
@@ -7428,8 +7428,8 @@
"truffle salt": {
"aliases": [],
"description": "",
- "name": "truffle salt",
- "plural_name": "truffle salt"
+ "name": "sale al tartufo",
+ "plural_name": "sale al tartufo"
},
"biryani masala": {
"aliases": [],
@@ -7494,8 +7494,8 @@
"mushroom seasoning": {
"aliases": [],
"description": "",
- "name": "mushroom seasoning",
- "plural_name": "mushroom seasoning"
+ "name": "condimento ai funghi",
+ "plural_name": "condimento ai funghi"
},
"au jus mix": {
"aliases": [],
@@ -7518,8 +7518,8 @@
"berbere": {
"aliases": [],
"description": "",
- "name": "berbere",
- "plural_name": "berberes"
+ "name": "spezie berbere",
+ "plural_name": "spezie berbere"
},
"chili-lime seasoning": {
"aliases": [],
@@ -7660,7 +7660,7 @@
"vanilla extract": {
"aliases": [
"vaniglia",
- "vanillas"
+ "vaniglia"
],
"description": "",
"name": "estratto di vaniglia",
@@ -7676,31 +7676,31 @@
"aliases": [],
"description": "",
"name": "bicarbonato di sodio",
- "plural_name": "baking sodas"
+ "plural_name": "bicarbonato di sodio"
},
"cornstarch": {
"aliases": [],
"description": "",
- "name": "cornstarch",
- "plural_name": "cornstarches"
+ "name": "amido di mais",
+ "plural_name": "amido di mais"
},
"yeast": {
"aliases": [],
"description": "",
- "name": "yeast",
- "plural_name": "yeasts"
+ "name": "lievito",
+ "plural_name": "lievito"
},
"chocolate chip": {
"aliases": [],
"description": "",
- "name": "chocolate chip",
- "plural_name": "chocolate chips"
+ "name": "goccia di cioccolato",
+ "plural_name": "gocce di cioccolato"
},
"dark chocolate chip": {
"aliases": [],
"description": "",
- "name": "dark chocolate chip",
- "plural_name": "dark chocolate chips"
+ "name": "goccia di cioccolato fondente",
+ "plural_name": "gocce di cioccolato fondente"
},
"whole-wheat flour": {
"aliases": [
@@ -7708,25 +7708,25 @@
],
"description": "",
"name": "farina integrale",
- "plural_name": "whole-wheat flour"
+ "plural_name": "farina integrale"
},
"almond flour": {
"aliases": [],
"description": "",
"name": "farina di mandorle",
- "plural_name": "almond flour"
+ "plural_name": "farina di mandorle"
},
"self-raising flour": {
"aliases": [],
"description": "",
"name": "farina autolievitante",
- "plural_name": "self-raising flour"
+ "plural_name": "farina autolievitante"
},
"shredded coconut": {
"aliases": [],
"description": "",
- "name": "shredded coconut",
- "plural_name": "cocco triturato"
+ "name": "cocco tritato",
+ "plural_name": "cocco tritato"
},
"cornmeal": {
"aliases": [],
@@ -7744,13 +7744,13 @@
"aliases": [],
"description": "",
"name": "gelatina",
- "plural_name": "gelatins"
+ "plural_name": "gelatine"
},
"pastry flour": {
"aliases": [],
"description": "",
"name": "farina per dolci",
- "plural_name": "pastry flour"
+ "plural_name": "farina per dolci"
},
"coconut flour": {
"aliases": [],
@@ -7954,14 +7954,14 @@
"pectin": {
"aliases": [],
"description": "",
- "name": "pectin",
- "plural_name": "pectins"
+ "name": "pectina",
+ "plural_name": "pectina"
},
"rye flour": {
"aliases": [],
"description": "",
"name": "farina di segale",
- "plural_name": "rye flour"
+ "plural_name": "farina di segale"
},
"psyllium husk": {
"aliases": [],
@@ -7984,20 +7984,20 @@
"pancake mix": {
"aliases": [],
"description": "",
- "name": "pancake mix",
- "plural_name": "pancake mixes"
+ "name": "composto per pancake",
+ "plural_name": "composto per pancake"
},
"refined flour": {
"aliases": [],
"description": "",
- "name": "refined flour",
- "plural_name": "refined flour"
+ "name": "farina raffinata",
+ "plural_name": "farina raffinata"
},
"muffin mix": {
"aliases": [],
"description": "",
- "name": "muffin mix",
- "plural_name": "muffin mixes"
+ "name": "composto per muffin",
+ "plural_name": "composto per muffin"
},
"marzipan": {
"aliases": [],
@@ -8039,7 +8039,7 @@
"aliases": [],
"description": "",
"name": "farina di sorgo",
- "plural_name": "sorghum flour"
+ "plural_name": "farina di sorgo"
},
"potato flake": {
"aliases": [],
@@ -8056,8 +8056,8 @@
"cinnamon chip": {
"aliases": [],
"description": "",
- "name": "cinnamon chip",
- "plural_name": "cinnamon chips"
+ "name": "scaglie di cannella",
+ "plural_name": "scaglie di cannella"
},
"agar agar": {
"aliases": [],
@@ -8068,8 +8068,8 @@
"red velvet cake mix": {
"aliases": [],
"description": "",
- "name": "red velvet cake mix",
- "plural_name": "red velvet cake mixes"
+ "name": "composto per red velvet",
+ "plural_name": "composto per red velvet"
},
"matzo meal": {
"aliases": [],
@@ -8086,14 +8086,14 @@
"white baking chocolate": {
"aliases": [],
"description": "",
- "name": "white baking chocolate",
- "plural_name": "white baking chocolate"
+ "name": "cioccolato bianco per dolci",
+ "plural_name": "cioccolato bianco per dolci"
},
"cassava flour": {
"aliases": [],
"description": "",
"name": "farina di manioca",
- "plural_name": "cassava flour"
+ "plural_name": "farina di manioca"
},
"whipped cream stabilizer": {
"aliases": [],
@@ -8122,32 +8122,32 @@
"meringue powder": {
"aliases": [],
"description": "",
- "name": "meringue powder",
- "plural_name": "meringue powder"
+ "name": "polvere di meringa",
+ "plural_name": "polvere di meringa"
},
"hazelnut flour": {
"aliases": [],
"description": "",
"name": "farina di nocciole",
- "plural_name": "hazelnut flour"
+ "plural_name": "farina di nocciole"
},
"citric acid": {
"aliases": [],
"description": "",
- "name": "citric acid",
- "plural_name": "citric acids"
+ "name": "acido citrico",
+ "plural_name": "acido citrico"
},
"coconut chip": {
"aliases": [],
"description": "",
- "name": "coconut chip",
- "plural_name": "coconut chips"
+ "name": "scaglie di cocco",
+ "plural_name": "scaglie di cocco"
},
"quinoa flour": {
"aliases": [],
"description": "",
"name": "farina di quinoa",
- "plural_name": "quinoa flour"
+ "plural_name": "farina di quinoa"
},
"finger millet flour": {
"aliases": [],
@@ -8183,7 +8183,7 @@
"aliases": [],
"description": "",
"name": "farina di miglio",
- "plural_name": "millet flour"
+ "plural_name": "farina di miglio"
},
"mincemeat": {
"aliases": [],
@@ -8194,8 +8194,8 @@
"gluten-free baking flour": {
"aliases": [],
"description": "",
- "name": "gluten-free baking flour",
- "plural_name": "gluten-free baking flour"
+ "name": "farina senza glutine per dolci",
+ "plural_name": "farina senza glutine per dolci"
},
"einkorn flour": {
"aliases": [],
@@ -8213,13 +8213,13 @@
"aliases": [],
"description": "",
"name": "farina autolievitante senza glutine",
- "plural_name": "gluten-free self-raising flour"
+ "plural_name": "farina autolievitante senza glutine"
},
"peanut flour": {
"aliases": [],
"description": "",
"name": "farina di arachidi",
- "plural_name": "peanut flour"
+ "plural_name": "farina di arachidi"
},
"sweet bean paste": {
"aliases": [],
@@ -8255,7 +8255,7 @@
"aliases": [],
"description": "",
"name": "farina di patate",
- "plural_name": "potato flour"
+ "plural_name": "farina di patate"
},
"ready-made icing": {
"aliases": [],
@@ -8288,14 +8288,14 @@
"pizza crust": {
"aliases": [],
"description": "",
- "name": "pizza crust",
- "plural_name": "pizza crusts"
+ "name": "crosta di pizza",
+ "plural_name": "croste di pizza"
},
"pizza dough": {
"aliases": [],
"description": "",
- "name": "pizza dough",
- "plural_name": "pizza doughs"
+ "name": "impasto della pizza",
+ "plural_name": "impasto della pizza"
},
"phyllo": {
"aliases": [],
@@ -8312,8 +8312,8 @@
"biscuit dough": {
"aliases": [],
"description": "",
- "name": "biscuit dough",
- "plural_name": "biscuit doughs"
+ "name": "impasto per biscotti",
+ "plural_name": "impasto per biscotti"
},
"dumpling wrapper": {
"aliases": [],
@@ -8330,14 +8330,14 @@
"sourdough starter": {
"aliases": [],
"description": "",
- "name": "sourdough starter",
- "plural_name": "sourdough starters"
+ "name": "lievito madre",
+ "plural_name": "lievito madre"
},
"cookie dough": {
"aliases": [],
"description": "",
- "name": "cookie dough",
- "plural_name": "cookie doughs"
+ "name": "impasto per biscotti",
+ "plural_name": "impasto per biscotti"
},
"egg roll wrapper": {
"aliases": [],
@@ -8366,8 +8366,8 @@
"cinnamon roll dough": {
"aliases": [],
"description": "",
- "name": "cinnamon roll dough",
- "plural_name": "cinnamon roll doughs"
+ "name": "impasto per cinnamon roll",
+ "plural_name": "impasto per cinnamon roll"
},
"dosa batter": {
"aliases": [],
@@ -8402,8 +8402,8 @@
"gluten-free pizza crust": {
"aliases": [],
"description": "",
- "name": "gluten-free pizza crust",
- "plural_name": "gluten-free pizza crusts"
+ "name": "crosta di pizza senza glutine",
+ "plural_name": "croste di pizze senza glutine"
},
"fresh pasta dough": {
"aliases": [],
@@ -8432,8 +8432,8 @@
"croissant dough": {
"aliases": [],
"description": "",
- "name": "croissant dough",
- "plural_name": "croissant doughs"
+ "name": "impasto per croissant",
+ "plural_name": "impasto per croissant"
},
"tofu skin": {
"aliases": [],
@@ -8444,8 +8444,8 @@
"brisee": {
"aliases": [],
"description": "",
- "name": "brisee",
- "plural_name": "brisees"
+ "name": "pasta brisee",
+ "plural_name": "pasta brisee"
},
"sausage roll": {
"aliases": [],
@@ -8474,8 +8474,8 @@
"tortilla dough": {
"aliases": [],
"description": "",
- "name": "tortilla dough",
- "plural_name": "tortilla doughs"
+ "name": "impasto per tortilla",
+ "plural_name": "impasto per tortilla"
},
"empanada wrapper": {
"aliases": [],
@@ -8492,8 +8492,8 @@
"gingerbread cookie dough": {
"aliases": [],
"description": "",
- "name": "gingerbread cookie dough",
- "plural_name": "gingerbread cookie doughs"
+ "name": "impasto per biscotti al pan di zenzero",
+ "plural_name": "impasto per biscotti al pan di zenzero"
},
"yufka": {
"aliases": [],
@@ -8544,8 +8544,8 @@
"rice": {
"aliases": [],
"description": "",
- "name": "rice",
- "plural_name": "rices"
+ "name": "riso",
+ "plural_name": "riso"
},
"Rice Krispie Cereal": {
"aliases": [
@@ -8582,8 +8582,8 @@
"breakfast cereal": {
"aliases": [],
"description": "",
- "name": "breakfast cereal",
- "plural_name": "breakfast cereals"
+ "name": "cereali da colazione",
+ "plural_name": "cereali da colazione"
},
"risotto rice": {
"aliases": [],
@@ -8612,14 +8612,14 @@
"semolina": {
"aliases": [],
"description": "",
- "name": "semolina",
- "plural_name": "semolinas"
+ "name": "semolino",
+ "plural_name": "semolino"
},
"jasmine rice": {
"aliases": [],
"description": "",
- "name": "jasmine rice",
- "plural_name": "jasmine rices"
+ "name": "riso jasmin",
+ "plural_name": "riso jasmine"
},
"polenta": {
"aliases": [],
@@ -8637,31 +8637,31 @@
"aliases": [],
"description": "",
"name": "bulgur",
- "plural_name": "bulgurs"
+ "plural_name": "bulgur"
},
"pearl barley": {
"aliases": [],
"description": "",
- "name": "pearl barley",
- "plural_name": "pearl barleys"
+ "name": "orzo perlato",
+ "plural_name": "orzo perlato"
},
"farro": {
"aliases": [],
"description": "",
"name": "farro",
- "plural_name": "farroes"
+ "plural_name": "farro"
},
"barley": {
"aliases": [],
"description": "",
- "name": "barley",
- "plural_name": "barleys"
+ "name": "orzo",
+ "plural_name": "orzo"
},
"wheat germ": {
"aliases": [],
"description": "",
- "name": "wheat germ",
- "plural_name": "wheat germs"
+ "name": "germe di grano",
+ "plural_name": "germi di grano"
},
"grit": {
"aliases": [],
@@ -8690,8 +8690,8 @@
"sushi rice": {
"aliases": [],
"description": "",
- "name": "sushi rice",
- "plural_name": "sushi rices"
+ "name": "riso per sushi",
+ "plural_name": "riso per sushi"
},
"glutinous rice": {
"aliases": [],
@@ -8702,8 +8702,8 @@
"instant rice": {
"aliases": [],
"description": "",
- "name": "instant rice",
- "plural_name": "instant rices"
+ "name": "riso istantaneo",
+ "plural_name": "riso istantaneo"
},
"hominy": {
"aliases": [],
@@ -13350,8 +13350,8 @@
"bouillon cube": {
"aliases": [],
"description": "",
- "name": "bouillon cube",
- "plural_name": "bouillon cubes"
+ "name": "dado da brodo",
+ "plural_name": "dadi da brodo"
},
"cream of chicken": {
"aliases": [],
diff --git a/mealie/repos/seed/resources/foods/locales/no-NO.json b/mealie/repos/seed/resources/foods/locales/no-NO.json
index 70c28470f..a3b0858ba 100644
--- a/mealie/repos/seed/resources/foods/locales/no-NO.json
+++ b/mealie/repos/seed/resources/foods/locales/no-NO.json
@@ -340,13 +340,13 @@
"aliases": [],
"description": "",
"name": "bladbete",
- "plural_name": "chard"
+ "plural_name": "bladbete"
},
"pimiento": {
"aliases": [],
"description": "",
"name": "pimiento",
- "plural_name": "pimientos"
+ "plural_name": "piementoer"
},
"spaghetti squash": {
"aliases": [],
@@ -358,7 +358,7 @@
"aliases": [],
"description": "",
"name": "smørsalat",
- "plural_name": "butter lettuce"
+ "plural_name": "smørsalat"
},
"hash brown": {
"aliases": [],
@@ -419,8 +419,8 @@
"corn on the cob": {
"aliases": [],
"description": "",
- "name": "corn on the cob",
- "plural_name": "corn on the cob"
+ "name": "mais på kuben",
+ "plural_name": "mais på kuben"
},
"radicchio": {
"aliases": [],
@@ -438,7 +438,7 @@
"aliases": [],
"description": "",
"name": "brokkolini",
- "plural_name": "tenderstem broccoli"
+ "plural_name": "brokkolini"
},
"plantain": {
"aliases": [],
diff --git a/mealie/repos/seed/resources/foods/locales/pl-PL.json b/mealie/repos/seed/resources/foods/locales/pl-PL.json
index fa0aae51c..6568d57b8 100644
--- a/mealie/repos/seed/resources/foods/locales/pl-PL.json
+++ b/mealie/repos/seed/resources/foods/locales/pl-PL.json
@@ -101,7 +101,7 @@
"aliases": [],
"description": "",
"name": "kukurydza cukrowa",
- "plural_name": "kukurydza cukrowa"
+ "plural_name": "kukurydze"
},
"chile pepper": {
"aliases": [
@@ -156,7 +156,7 @@
"asparagus": {
"aliases": [],
"description": "",
- "name": "szparagi",
+ "name": "szparag",
"plural_name": "szparagi"
},
"kale": {
@@ -286,7 +286,7 @@
"aliases": [],
"description": "",
"name": "papryka poblano",
- "plural_name": "poblano"
+ "plural_name": "papryki poblano"
},
"sweet pepper": {
"aliases": [],
@@ -333,13 +333,13 @@
"horseradish": {
"aliases": [],
"description": "",
- "name": "chrzan",
- "plural_name": "chrzany"
+ "name": "korzeń chrzanu",
+ "plural_name": "korzenie chrzanu"
},
"chard": {
"aliases": [],
"description": "",
- "name": "botwina",
+ "name": "boćwina",
"plural_name": "botwina"
},
"pimiento": {
@@ -351,8 +351,8 @@
"spaghetti squash": {
"aliases": [],
"description": "",
- "name": "dynia makaronowa",
- "plural_name": "dynie makaronowe"
+ "name": "dynia spaghetti",
+ "plural_name": "dynia spaghetti"
},
"butter lettuce": {
"aliases": [],
@@ -363,16 +363,16 @@
"hash brown": {
"aliases": [],
"description": "",
- "name": "hash brown",
- "plural_name": "hash browny"
+ "name": "placek ziemniaczany",
+ "plural_name": "placki ziemniaczane"
},
"napa cabbage": {
"aliases": [
"kapusta pekińska"
],
"description": "",
- "name": "kapusta właściwa pekińska",
- "plural_name": "kapusty właściwe pekińskie"
+ "name": "kapusta pekińska",
+ "plural_name": "kapusty pekińskie"
},
"celeriac": {
"aliases": [],
@@ -383,8 +383,8 @@
"water chestnut": {
"aliases": [],
"description": "",
- "name": "ponikło słodkie",
- "plural_name": "ponikła słodkie"
+ "name": "orzech wodny",
+ "plural_name": "orzechy wodne"
},
"turnip": {
"aliases": [],
@@ -438,19 +438,19 @@
"aliases": [],
"description": "",
"name": "brokuł włoski gałązkowy",
- "plural_name": "tenderstem broccoli"
+ "plural_name": "brokuły włoskie gałązkowe"
},
"plantain": {
"aliases": [],
"description": "",
- "name": "banan",
- "plural_name": "banany"
+ "name": "plantan",
+ "plural_name": "plantany"
},
"leaf lettuce": {
"aliases": [],
"description": "",
"name": "liść sałaty",
- "plural_name": "leaf lettuce"
+ "plural_name": "sałata liściowa"
},
"pepperoncini": {
"aliases": [],
@@ -462,7 +462,7 @@
"aliases": [],
"description": "",
"name": "młoda kapusta pak choi",
- "plural_name": "baby bok choy"
+ "plural_name": "młoda kapusta pak choi"
},
"jicama": {
"aliases": [],
@@ -493,8 +493,8 @@
"collard greens": {
"aliases": [],
"description": "",
- "name": "collard greens",
- "plural_name": "collard greens"
+ "name": "kapusty pastewne",
+ "plural_name": "kapusty pastewne"
},
"french-fried onion": {
"aliases": [],
@@ -535,8 +535,8 @@
"yam": {
"aliases": [],
"description": "",
- "name": "dżem",
- "plural_name": "dżemy"
+ "name": "ignam",
+ "plural_name": "ignamy"
},
"ancho chile pepper": {
"aliases": [],
@@ -547,52 +547,52 @@
"microgreens": {
"aliases": [],
"description": "",
- "name": "microgreens",
- "plural_name": "microgreens"
+ "name": "mikrozieleń",
+ "plural_name": "mikrozieleń"
},
"boston lettuce": {
"aliases": [],
"description": "",
- "name": "sałata masłowa",
- "plural_name": "sałata masłowa"
+ "name": "sałata masłowa",
+ "plural_name": "sałata masłowa"
},
"kohlrabi": {
"aliases": [],
"description": "",
"name": "kalarepa",
- "plural_name": "kohlrabi"
+ "plural_name": "kalarepy"
},
"fresno chile": {
"aliases": [],
"description": "",
- "name": "fresno chile",
- "plural_name": "fresno chiles"
+ "name": "papryczka fresno",
+ "plural_name": "papryczki chilli fresno"
},
"delicata squash": {
"aliases": [],
"description": "",
- "name": "delicata squash",
- "plural_name": "delicata squashes"
+ "name": "dynia delicata",
+ "plural_name": "dynie delicata"
},
"Frisée": {
"aliases": [
- "curly endive"
+ "endywia kędzierzawa"
],
"description": "",
"name": "Frisée",
- "plural_name": "Frisées"
+ "plural_name": "Endywia kędzierzawa"
},
"anaheim pepper": {
"aliases": [],
"description": "",
- "name": "papryka Anaheim",
- "plural_name": "papryki Anaheim"
+ "name": "papryka anaheim",
+ "plural_name": "papryki anaheim"
},
"cress": {
"aliases": [],
"description": "",
- "name": "cress",
- "plural_name": "cress"
+ "name": "rzeżucha",
+ "plural_name": "rzeżucha"
},
"broccoli slaw": {
"aliases": [],
@@ -621,8 +621,8 @@
"alfalfa": {
"aliases": [],
"description": "",
- "name": "alfalfa",
- "plural_name": "alfalfa"
+ "name": "kiełki lucerny",
+ "plural_name": "kiełki lucerny"
}
}
},
@@ -692,7 +692,7 @@
"aliases": [],
"description": "",
"name": "daktyl",
- "plural_name": "daty"
+ "plural_name": "daktyle"
},
"coconut": {
"aliases": [],
@@ -799,8 +799,8 @@
"sultana": {
"aliases": [],
"description": "",
- "name": "sultana",
- "plural_name": "sultanas"
+ "name": "rodzynka sułtańska",
+ "plural_name": "rodzynka sułtańska"
},
"passion fruit": {
"aliases": [],
@@ -914,13 +914,13 @@
"aliases": [],
"description": "",
"name": "kumkwat",
- "plural_name": "kumkwat"
+ "plural_name": "kumkwaty"
},
"jackfruit": {
"aliases": [],
"description": "",
"name": "jackfruit",
- "plural_name": "chlebowiec różnolistny"
+ "plural_name": "jackfruity"
},
"dragon fruit": {
"aliases": [],
@@ -931,7 +931,7 @@
"mixed fruit": {
"aliases": [],
"description": "",
- "name": "owoce mieszany",
+ "name": "mieszanka owocowa",
"plural_name": "mieszane owoce"
},
"asian pear": {
@@ -979,8 +979,8 @@
"chestnut purée": {
"aliases": [],
"description": "",
- "name": "chestnut purée",
- "plural_name": "chestnut purée"
+ "name": "purée z kasztanów",
+ "plural_name": "purée z kasztanów"
},
"prickly pear": {
"aliases": [],
@@ -992,7 +992,7 @@
"aliases": [],
"description": "",
"name": "kalamondin",
- "plural_name": "kalamondinów"
+ "plural_name": "kalamondiny"
},
"yuzu": {
"aliases": [],
@@ -1004,7 +1004,7 @@
"aliases": [],
"description": "",
"name": "męczennica języczkowata",
- "plural_name": "męczennic języczkowatych"
+ "plural_name": "męczennice języczkowate"
},
"apple chip": {
"aliases": [],
@@ -1015,8 +1015,8 @@
"mixed peel": {
"aliases": [],
"description": "",
- "name": "mixed peel",
- "plural_name": "mixed peels"
+ "name": "mieszana skórka cytrusowa",
+ "plural_name": "mieszane skórki cytrusowe"
},
"kokum": {
"aliases": [],
@@ -1028,7 +1028,7 @@
"aliases": [],
"description": "",
"name": "tangelo",
- "plural_name": "tangelos"
+ "plural_name": "tangelo"
},
"dried lime": {
"aliases": [],
@@ -1040,7 +1040,7 @@
"aliases": [],
"description": "",
"name": "jujuba",
- "plural_name": "jujube"
+ "plural_name": "jujuby"
},
"sweet lime": {
"aliases": [],
@@ -1063,8 +1063,8 @@
"young jackfruit": {
"aliases": [],
"description": "",
- "name": "young jackfruit",
- "plural_name": "young jackfruits"
+ "name": "młody jackfruit",
+ "plural_name": "młode jackfruity"
},
"durian": {
"aliases": [],
@@ -1081,8 +1081,8 @@
"dried tamarind": {
"aliases": [],
"description": "",
- "name": "dried tamarind",
- "plural_name": "dried tamarinds"
+ "name": "suszony tamaryndowiec",
+ "plural_name": "suszone tamaryndowce"
},
"honey date": {
"aliases": [],
@@ -1093,14 +1093,14 @@
"physali": {
"aliases": [],
"description": "",
- "name": "physali",
- "plural_name": "physalis"
+ "name": "miechunka",
+ "plural_name": "miechunki"
},
"tamarillo": {
"aliases": [],
"description": "",
"name": "tamarillo",
- "plural_name": "tamarillos"
+ "plural_name": "tamarillo"
},
"ice-apple": {
"aliases": [],
@@ -1129,8 +1129,8 @@
"feijoa": {
"aliases": [],
"description": "",
- "name": "feijoa",
- "plural_name": "feijoas"
+ "name": "fejoa",
+ "plural_name": "fejoa"
},
"dried persimmon": {
"aliases": [],
@@ -1142,7 +1142,7 @@
"aliases": [],
"description": "",
"name": "rambutan",
- "plural_name": "rambutans"
+ "plural_name": "rambutan"
},
"rose apple": {
"aliases": [],
@@ -1159,8 +1159,8 @@
"loquat": {
"aliases": [],
"description": "",
- "name": "loquat",
- "plural_name": "loquats"
+ "name": "nieśplik japoński",
+ "plural_name": "nieśpliki japońskie"
},
"crabapple": {
"aliases": [],
@@ -1171,8 +1171,8 @@
"fig leaf": {
"aliases": [],
"description": "",
- "name": "fig leaf",
- "plural_name": "fig leaves"
+ "name": "liść figowy",
+ "plural_name": "liście figowe"
},
"freeze-dried pineapple": {
"aliases": [],
@@ -1184,19 +1184,19 @@
"aliases": [],
"description": "",
"name": "pluot",
- "plural_name": "pluots"
+ "plural_name": "pluot"
},
"soursop": {
"aliases": [],
"description": "",
- "name": "soursop",
- "plural_name": "soursops"
+ "name": "flaszowiec",
+ "plural_name": "flaszowce"
},
"hog plum": {
"aliases": [],
"description": "",
- "name": "hog plum",
- "plural_name": "hog plums"
+ "name": "śliwka tropikalna",
+ "plural_name": "śliwki tropikalne"
},
"bergamot orange": {
"aliases": [],
@@ -1208,31 +1208,31 @@
"aliases": [],
"description": "",
"name": "luo han guo",
- "plural_name": "luo han guos"
+ "plural_name": "luo han guo"
},
"mamey": {
"aliases": [],
"description": "",
- "name": "mamey",
- "plural_name": "mameys"
+ "name": "mamej",
+ "plural_name": "mameje"
},
"sapote": {
"aliases": [],
"description": "",
- "name": "sapote",
- "plural_name": "sapotes"
+ "name": "sapota",
+ "plural_name": "sapoty"
},
"green ume plum": {
"aliases": [],
"description": "",
- "name": "green ume plum",
- "plural_name": "green ume plums"
+ "name": "zielona śliwka ume",
+ "plural_name": "zielone śliwki ume"
},
"kiwano": {
"aliases": [],
"description": "",
"name": "kiwano",
- "plural_name": "kiwanos"
+ "plural_name": "kiwano"
}
}
},
@@ -1241,14 +1241,14 @@
"button mushroom": {
"aliases": [],
"description": "",
- "name": "button mushroom",
- "plural_name": "button mushrooms"
+ "name": "pieczarka",
+ "plural_name": "pieczarki"
},
"shiitake mushroom": {
"aliases": [],
"description": "",
- "name": "grzyb Shiitake",
- "plural_name": "grzyby Shiitake"
+ "name": "grzyb shiitake",
+ "plural_name": "grzyby shiitake"
},
"portobello mushroom": {
"aliases": [],
@@ -1265,38 +1265,38 @@
"porcini": {
"aliases": [],
"description": "",
- "name": "porcini",
- "plural_name": "porcinis"
+ "name": "borowik",
+ "plural_name": "borowiki"
},
"mixed mushroom": {
"aliases": [],
"description": "",
- "name": "mixed mushroom",
- "plural_name": "mixed mushrooms"
+ "name": "mieszanka grzybów",
+ "plural_name": "mieszanki grzybów"
},
"oyster mushroom": {
"aliases": [],
"description": "",
- "name": "oyster mushroom",
- "plural_name": "oyster mushrooms"
+ "name": "boczniak",
+ "plural_name": "boczniaki"
},
"chestnut mushroom": {
"aliases": [],
"description": "",
- "name": "chestnut mushroom",
- "plural_name": "chestnut mushrooms"
+ "name": "pieczarka brązowa",
+ "plural_name": "pieczarki brązowe"
},
"enoki mushroom": {
"aliases": [],
"description": "",
- "name": "enoki mushroom",
- "plural_name": "enoki mushrooms"
+ "name": "enoki",
+ "plural_name": "enoki"
},
"black fungu": {
"aliases": [],
"description": "",
- "name": "black fungus",
- "plural_name": "black fungus"
+ "name": "grzyb czarny",
+ "plural_name": "grzyby czarne"
},
"black truffle": {
"aliases": [],
@@ -1307,50 +1307,50 @@
"morel mushroom": {
"aliases": [],
"description": "",
- "name": "morel mushroom",
- "plural_name": "morel mushrooms"
+ "name": "smardz",
+ "plural_name": "smardze"
},
"field mushroom": {
"aliases": [],
"description": "",
- "name": "field mushroom",
- "plural_name": "field mushrooms"
+ "name": "pieczarka polna",
+ "plural_name": "pieczarki polne"
},
"king oyster mushroom": {
"aliases": [],
"description": "",
- "name": "king oyster mushroom",
- "plural_name": "king oyster mushrooms"
+ "name": "boczniak królewski",
+ "plural_name": "boczniaki królewskie"
},
"shimeji mushroom": {
"aliases": [],
"description": "",
- "name": "shimeji mushroom",
- "plural_name": "shimeji mushrooms"
+ "name": "shimeji",
+ "plural_name": "shimeji"
},
"straw mushroom": {
"aliases": [],
"description": "",
- "name": "straw mushroom",
- "plural_name": "straw mushrooms"
+ "name": "pieczarka słomkowa",
+ "plural_name": "pieczarki słomkowe"
},
"dried chinese mushroom": {
"aliases": [],
"description": "",
- "name": "dried chinese mushroom",
- "plural_name": "dried chinese mushrooms"
+ "name": "suszony grzyb chiński",
+ "plural_name": "suszone grzyby chińskie"
},
"maitake": {
"aliases": [],
"description": "",
"name": "maitake",
- "plural_name": "maitakes"
+ "plural_name": "maitake"
},
"trumpet mushroom": {
"aliases": [],
"description": "",
- "name": "trumpet mushroom",
- "plural_name": "trumpet mushrooms"
+ "name": "trąbka śmierci",
+ "plural_name": "trąbki śmierci"
},
"white truffle": {
"aliases": [],
@@ -1361,92 +1361,92 @@
"white fungu": {
"aliases": [],
"description": "",
- "name": "white fungus",
- "plural_name": "white fungus"
+ "name": "grzyb biały",
+ "plural_name": "grzyby białe"
},
"pioppini": {
"aliases": [],
"description": "",
"name": "pioppini",
- "plural_name": "pioppinis"
+ "plural_name": "pioppini"
},
"snow fungu": {
"aliases": [],
"description": "",
- "name": "snow fungus",
- "plural_name": "snow fungus"
+ "name": "grzyb śnieżny",
+ "plural_name": "grzyby śnieżne"
},
"white beech mushroom": {
"aliases": [],
"description": "",
- "name": "white beech mushroom",
- "plural_name": "white beech mushrooms"
+ "name": "shimeji białe",
+ "plural_name": "shimeji białe"
},
"boletu": {
"aliases": [],
"description": "",
- "name": "boletus",
- "plural_name": "boletus"
+ "name": "borowik",
+ "plural_name": "borowiki"
},
"huitlacoche": {
"aliases": [],
"description": "",
"name": "huitlacoche",
- "plural_name": "huitlacoches"
+ "plural_name": "huitlacoche"
},
"matsutake": {
"aliases": [],
"description": "",
"name": "matsutake",
- "plural_name": "matsutakes"
+ "plural_name": "matsutake"
},
"nameko": {
"aliases": [],
"description": "",
"name": "nameko",
- "plural_name": "namekos"
+ "plural_name": "nameko"
},
"djon djon mushroom": {
"aliases": [],
"description": "",
- "name": "djon djon mushroom",
- "plural_name": "djon djon mushrooms"
+ "name": "grzyb djon djon",
+ "plural_name": "grzyby djon djon"
},
"mixed asian mushroom": {
"aliases": [],
"description": "",
- "name": "mixed asian mushroom",
- "plural_name": "mixed asian mushrooms"
+ "name": "mieszanka grzybów azjatyckich",
+ "plural_name": "mieszanki grzybów azjatyckich"
},
"puffball": {
"aliases": [],
"description": "",
- "name": "puffball",
- "plural_name": "puffballs"
+ "name": "purchawka",
+ "plural_name": "owoce czarnego bzu"
},
"honey fungu": {
"aliases": [],
"description": "",
- "name": "honey fungus",
- "plural_name": "honey fungus"
+ "name": "opieńka",
+ "plural_name": "opieńki"
},
"caesar's mushroom": {
"aliases": [],
"description": "",
- "name": "caesar's mushroom",
- "plural_name": "caesar's mushrooms"
+ "name": "muchomor cesarski",
+ "plural_name": "muchomory cesarskie"
},
"candy cap mushroom": {
"aliases": [],
"description": "",
- "name": "candy cap mushroom",
- "plural_name": "candy cap mushrooms"
+ "name": "candy cap",
+ "plural_name": "candy cap"
},
"lion’s mane mushroom": {
"aliases": [],
"description": "",
- "name": "lion’s mane mushroom",
- "plural_name": "lion’s mane mushrooms"
+ "name": "soplówka jeżowata",
+ "plural_name": "soplówki jeżowate"
}
}
},
@@ -1497,8 +1497,8 @@
"maraschino cherry": {
"aliases": [],
"description": "",
- "name": "maraschino cherry",
- "plural_name": "maraschino cherries"
+ "name": "wiśnia maraschino",
+ "plural_name": "wiśnie maraschino"
},
"dried cherry": {
"aliases": [],
@@ -1515,8 +1515,8 @@
"sour cherry": {
"aliases": [],
"description": "",
- "name": "sour cherry",
- "plural_name": "sour cherries"
+ "name": "wiśnia",
+ "plural_name": "wiśnie"
},
"goji berry": {
"aliases": [],
@@ -1527,14 +1527,14 @@
"dried blueberry": {
"aliases": [],
"description": "",
- "name": "Suszona borówka",
- "plural_name": "Suszone borówki"
+ "name": "suszona borówka",
+ "plural_name": "suszone borówki"
},
"freeze-dried strawberry": {
"aliases": [],
"description": "",
- "name": "freeze-dried strawberry",
- "plural_name": "freeze-dried strawberries"
+ "name": "liofilizowana truskawka",
+ "plural_name": "liofilizowane truskawki"
},
"gooseberry": {
"aliases": [],
@@ -1545,20 +1545,20 @@
"freeze-dried raspberry": {
"aliases": [],
"description": "",
- "name": "freeze-dried raspberry",
- "plural_name": "freeze-dried raspberries"
+ "name": "liofilizowana malina",
+ "plural_name": "liofilizowane maliny"
},
"lingonberry": {
"aliases": [],
"description": "",
- "name": "lingonberry",
- "plural_name": "lingonberries"
+ "name": "borówka brusznica",
+ "plural_name": "borówki brusznice"
},
"canned sour cherry": {
"aliases": [],
"description": "",
- "name": "canned sour cherry",
- "plural_name": "canned sour cherries"
+ "name": "wiśnia z puszki",
+ "plural_name": "wiśnie z puszki"
},
"mulberry": {
"aliases": [],
@@ -1582,7 +1582,7 @@
"aliases": [],
"description": "",
"name": "amla",
- "plural_name": "amlas"
+ "plural_name": "amla"
},
"elderberry": {
"aliases": [],
@@ -1593,26 +1593,26 @@
"freeze-dried blueberry": {
"aliases": [],
"description": "",
- "name": "freeze-dried blueberry",
- "plural_name": "freeze-dried blueberries"
+ "name": "liofilizowana borówka",
+ "plural_name": "liofilizowane borówki"
},
"huckleberry": {
"aliases": [],
"description": "",
"name": "huckleberry",
- "plural_name": "huckleberries"
+ "plural_name": "huckleberry"
},
"dried elderberry": {
"aliases": [],
"description": "",
"name": "suszony czarny bez",
- "plural_name": "suszony czarny bez"
+ "plural_name": "suszone owoce czarnego bzu"
},
"barberry": {
"aliases": [],
"description": "",
- "name": "barberry",
- "plural_name": "barberries"
+ "name": "berberys",
+ "plural_name": "berberysy"
},
"dried berry": {
"aliases": [],
@@ -1623,44 +1623,44 @@
"sea buckthorn": {
"aliases": [],
"description": "",
- "name": "sea buckthorn",
- "plural_name": "sea buckthorns"
+ "name": "rokitnik",
+ "plural_name": "rokitniki"
},
"saskatoon berry": {
"aliases": [],
"description": "",
- "name": "saskatoon berry",
- "plural_name": "saskatoon berries"
+ "name": "świdośliwa",
+ "plural_name": "świdośliwy"
},
"rosehip": {
"aliases": [],
"description": "",
- "name": "rosehip",
- "plural_name": "rosehips"
+ "name": "owoc dzikiej róży",
+ "plural_name": "owoce dzikiej róży"
},
"hawthorn": {
"aliases": [],
"description": "",
- "name": "hawthorn",
- "plural_name": "hawthorns"
+ "name": "owoc głogu",
+ "plural_name": "owoce głogu"
},
"boysenberry": {
"aliases": [],
"description": "",
"name": "boysenberry",
- "plural_name": "boysenberries"
+ "plural_name": "boysenberry"
},
"cloudberry": {
"aliases": [],
"description": "",
- "name": "cloudberry",
- "plural_name": "cloudberries"
+ "name": "malina moroszka",
+ "plural_name": "maliny moroszki"
},
"freeze-dried berry": {
"aliases": [],
"description": "",
- "name": "freeze-dried berry",
- "plural_name": "freeze-dried berries"
+ "name": "liofilizowana jagoda",
+ "plural_name": "liofilizowane jagody"
},
"aronia berry": {
"aliases": [],
@@ -1671,38 +1671,38 @@
"chokeberry": {
"aliases": [],
"description": "",
- "name": "chokeberry",
- "plural_name": "chokeberries"
+ "name": "aronia",
+ "plural_name": "aronie"
},
"loganberry": {
"aliases": [],
"description": "",
"name": "loganberry",
- "plural_name": "loganberries"
+ "plural_name": "loganberry"
},
"blackcurrant leaf": {
"aliases": [],
"description": "",
- "name": "blackcurrant leaf",
- "plural_name": "blackcurrant leaves"
+ "name": "liść czarnej porzeczki",
+ "plural_name": "liście czarnej porzeczki"
},
"haskap berry": {
"aliases": [],
"description": "",
- "name": "haskap berry",
- "plural_name": "haskap berries"
+ "name": "kamczacka jagoda",
+ "plural_name": "kamczackie jagody"
},
"dewberry": {
"aliases": [],
"description": "",
- "name": "dewberry",
- "plural_name": "dewberries"
+ "name": "jeżyna rosowa",
+ "plural_name": "jeżyny rosowe"
},
"sloe berry": {
"aliases": [],
"description": "",
- "name": "sloe berry",
- "plural_name": "sloe berries"
+ "name": "tarnina",
+ "plural_name": "tarniny"
},
"oregon grape": {
"aliases": [],
@@ -1723,8 +1723,8 @@
"pecan": {
"aliases": [],
"description": "",
- "name": "pecan",
- "plural_name": "pecans"
+ "name": "pekan",
+ "plural_name": "pekany"
},
"almond": {
"aliases": [],
@@ -1735,7 +1735,7 @@
"sesame seed": {
"aliases": [],
"description": "",
- "name": "nasiono sezamu",
+ "name": "ziarno sezamu",
"plural_name": "nasiona sezamu"
},
"cashew": {
@@ -1747,8 +1747,8 @@
"pine nut": {
"aliases": [],
"description": "",
- "name": "pine nut",
- "plural_name": "pine nuts"
+ "name": "orzech piniowy",
+ "plural_name": "orzechy piniowe"
},
"pistachio": {
"aliases": [],
@@ -1765,20 +1765,20 @@
"chia": {
"aliases": [],
"description": "",
- "name": "nasiono chia",
+ "name": "nasienie chia",
"plural_name": "nasiona chia"
},
"flax": {
"aliases": [],
"description": "",
- "name": "nasiono lnu",
+ "name": "siemię lniane",
"plural_name": "nasiona lnu"
},
"slivered almond": {
"aliases": [],
"description": "",
- "name": "slivered almond",
- "plural_name": "slivered almonds"
+ "name": "migdał w słupkach",
+ "plural_name": "migdały w słupkach"
},
"pumpkin seed": {
"aliases": [],
@@ -1795,20 +1795,20 @@
"poppy seed": {
"aliases": [],
"description": "",
- "name": "nasiono maku",
+ "name": "ziarno maku",
"plural_name": "nasiona maku"
},
"sunflower seed": {
"aliases": [],
"description": "",
- "name": "nasiono słonecznika",
+ "name": "ziarno słonecznika",
"plural_name": "nasiona słonecznika"
},
"macadamia": {
"aliases": [],
"description": "",
- "name": "macadamia",
- "plural_name": "macadamias"
+ "name": "orzech makadamia",
+ "plural_name": "orzechy makadamia"
},
"roasted peanut": {
"aliases": [],
@@ -1819,26 +1819,26 @@
"chopped nut": {
"aliases": [],
"description": "",
- "name": "chopped nut",
- "plural_name": "chopped nuts"
+ "name": "posiekany orzech",
+ "plural_name": "posiekane orzechy"
},
"hemp heart": {
"aliases": [],
"description": "",
- "name": "hemp heart",
- "plural_name": "hemp hearts"
+ "name": "serce konopne",
+ "plural_name": "serca konopne"
},
"nigella seed": {
"aliases": [],
"description": "",
- "name": "nigella seed",
- "plural_name": "nigella seeds"
+ "name": "czarnuszka",
+ "plural_name": "nasiona czarnuszki"
},
"mixed nut": {
"aliases": [],
"description": "",
- "name": "mixed nut",
- "plural_name": "mixed nuts"
+ "name": "mieszanka orzechów",
+ "plural_name": "mieszanki orzechów"
},
"brazil nut": {
"aliases": [],
@@ -1849,13 +1849,13 @@
"mixed seed": {
"aliases": [],
"description": "",
- "name": "mixed seed",
- "plural_name": "mixed seeds"
+ "name": "mieszanka nasion",
+ "plural_name": "mieszanki nasion"
},
"onion seed": {
"aliases": [],
"description": "",
- "name": "nasiono cebuli",
+ "name": "nasienie cebuli",
"plural_name": "nasiona cebuli"
},
"watermelon seed": {
@@ -1867,8 +1867,8 @@
"honey-roasted peanut": {
"aliases": [],
"description": "",
- "name": "honey-roasted peanut",
- "plural_name": "honey-roasted peanuts"
+ "name": "orzeszek ziemny w miodzie",
+ "plural_name": "orzeszki ziemne w miodzie"
},
"melon seed": {
"aliases": [],
@@ -1879,122 +1879,122 @@
"lotus seed": {
"aliases": [],
"description": "",
- "name": "lotus seed",
- "plural_name": "lotus seeds"
+ "name": "nasienie lotosu",
+ "plural_name": "nasiona lotosu"
},
"white chia": {
"aliases": [],
"description": "",
- "name": "white chia",
- "plural_name": "white chias"
+ "name": "biała chia",
+ "plural_name": "biała chia"
},
"trail mix": {
"aliases": [],
"description": "",
- "name": "trail mix",
- "plural_name": "trail mixes"
+ "name": "mieszanka orzechowo-owocowa",
+ "plural_name": "mieszanki orzechowo-owocowe"
},
"basil seed": {
"aliases": [],
"description": "",
- "name": "basil seed",
- "plural_name": "basil seeds"
+ "name": "nasienie bazylii",
+ "plural_name": "nasiona bazylii"
},
"candlenut": {
"aliases": [],
"description": "",
- "name": "candlenut",
- "plural_name": "candlenuts"
+ "name": "orzech świecowy",
+ "plural_name": "orzechy świecowe"
},
"peanut brittle": {
"aliases": [],
"description": "",
- "name": "peanut brittle",
- "plural_name": "peanut brittles"
+ "name": "krokant orzeszkowy",
+ "plural_name": "krokant orzeszkowy"
},
"jackfruit seed": {
"aliases": [],
"description": "",
- "name": "jackfruit seed",
- "plural_name": "jackfruit seeds"
+ "name": "nasienie chlebowca",
+ "plural_name": "nasiona chlebowca"
},
"honey-roasted almond": {
"aliases": [],
"description": "",
- "name": "honey-roasted almond",
- "plural_name": "honey-roasted almonds"
+ "name": "migdał w miodzie",
+ "plural_name": "migdały w miodzie"
},
"toasted nut": {
"aliases": [],
"description": "",
- "name": "toasted nut",
- "plural_name": "toasted nuts"
+ "name": "prażony orzech",
+ "plural_name": "prażone orzechy"
},
"chironji": {
"aliases": [],
"description": "",
"name": "chironji",
- "plural_name": "chironjis"
+ "plural_name": "chironji"
},
"honey-roasted pecan": {
"aliases": [],
"description": "",
- "name": "honey-roasted pecan",
- "plural_name": "honey-roasted pecans"
+ "name": "pekan w miodzie",
+ "plural_name": "pekany w miodzie"
},
"tigernut": {
"aliases": [],
"description": "",
- "name": "tigernut",
- "plural_name": "tigernuts"
+ "name": "chufa",
+ "plural_name": "chufy"
},
"sunflower sprout": {
"aliases": [],
"description": "",
- "name": "sunflower sprout",
- "plural_name": "sunflower sprouts"
+ "name": "kiełek słonecznika",
+ "plural_name": "kiełki słonecznika"
},
"apricot kernel": {
"aliases": [],
"description": "",
- "name": "apricot kernel",
- "plural_name": "apricot kernels"
+ "name": "pestka moreli",
+ "plural_name": "pestki moreli"
},
"palm seed": {
"aliases": [],
"description": "",
- "name": "palm seed",
- "plural_name": "palm seeds"
+ "name": "nasienie palmy",
+ "plural_name": "nasiona palmy"
},
"ginkgo nut": {
"aliases": [],
"description": "",
- "name": "ginkgo nut",
- "plural_name": "ginkgo nuts"
+ "name": "orzech miłorzębu",
+ "plural_name": "orzechy miłorzębu"
},
"keto trail mix": {
"aliases": [],
"description": "",
- "name": "keto trail mix",
- "plural_name": "keto trail mixes"
+ "name": "keto mieszanka orzechowa",
+ "plural_name": "keto mieszanki orzechowe"
},
"wattleseed": {
"aliases": [],
"description": "",
"name": "wattleseed",
- "plural_name": "wattleseeds"
+ "plural_name": "wattleseed"
},
"barùka": {
"aliases": [],
"description": "",
"name": "barùka",
- "plural_name": "barùkas"
+ "plural_name": "barùka"
},
"indian almond": {
"aliases": [],
"description": "",
- "name": "indian almond",
- "plural_name": "indian almonds"
+ "name": "migdałowiec indyjski",
+ "plural_name": "migdałowce indyjskie"
}
}
},
@@ -2003,612 +2003,612 @@
"parmesan cheese": {
"aliases": [],
"description": "",
- "name": "parmesan cheese",
- "plural_name": "parmesan cheese"
+ "name": "parmezan",
+ "plural_name": "parmezany"
},
"cheddar cheese": {
"aliases": [
- "cheddar cheese"
+ "ser cheddar"
],
"description": "",
- "name": "cheddar cheese",
- "plural_name": "cheddar cheese"
+ "name": "ser cheddar",
+ "plural_name": "sery cheddar"
},
"cream cheese": {
"aliases": [],
"description": "",
- "name": "cream cheese",
- "plural_name": "cream cheese"
+ "name": "serek śmietankowy",
+ "plural_name": "serki śmietankowe"
},
"sharp cheddar cheese": {
"aliases": [
- "sharp cheddar"
+ "ostry cheddar"
],
"description": "",
- "name": "sharp cheddar cheese",
- "plural_name": "sharp cheddar cheese"
+ "name": "ostry ser cheddar",
+ "plural_name": "ostre sery cheddar"
},
"cheese": {
"aliases": [],
"description": "",
- "name": "cheese",
- "plural_name": "cheese"
+ "name": "ser",
+ "plural_name": "sery"
},
"mozzarella cheese": {
"aliases": [],
"description": "",
- "name": "mozzarella cheese",
- "plural_name": "mozzarella cheese"
+ "name": "mozzarella",
+ "plural_name": "mozzarella"
},
"feta cheese": {
"aliases": [],
"description": "",
- "name": "feta cheese",
- "plural_name": "feta cheese"
+ "name": "ser feta",
+ "plural_name": "sery feta"
},
"ricotta cheese": {
"aliases": [],
"description": "",
- "name": "ricotta cheese",
- "plural_name": "ricotta cheese"
+ "name": "ricotta",
+ "plural_name": "ricotta"
},
"cheddar-jack cheese": {
"aliases": [],
"description": "",
- "name": "cheddar-jack cheese",
- "plural_name": "cheddar-jack cheese"
+ "name": "ser cheddar-jack",
+ "plural_name": "sery cheddar-jack"
},
"monterey jack cheese": {
"aliases": [],
"description": "",
- "name": "monterey jack cheese",
- "plural_name": "monterey jack cheese"
+ "name": "ser monterey jack",
+ "plural_name": "sery monterey jack"
},
"blue cheese": {
"aliases": [],
"description": "",
- "name": "blue cheese",
- "plural_name": "blue cheese"
+ "name": "ser pleśniowy",
+ "plural_name": "sery pleśniowe"
},
"goat cheese": {
"aliases": [],
"description": "",
- "name": "goat cheese",
- "plural_name": "goat cheese"
+ "name": "ser kozi",
+ "plural_name": "sery kozie"
},
"fresh mozzarella cheese": {
"aliases": [],
"description": "",
- "name": "fresh mozzarella cheese",
- "plural_name": "fresh mozzarella cheese"
+ "name": "świeża mozzarella",
+ "plural_name": "świeża mozzarella"
},
"swis cheese": {
"aliases": [],
"description": "",
- "name": "swis cheese",
- "plural_name": "swis cheese"
+ "name": "ser szwajcarski",
+ "plural_name": "sery szwajcarskie"
},
"pecorino cheese": {
"aliases": [],
"description": "",
- "name": "pecorino cheese",
- "plural_name": "pecorino cheese"
+ "name": "ser pecorino",
+ "plural_name": "sery pecorino"
},
"gruyere cheese": {
"aliases": [],
"description": "",
- "name": "gruyere cheese",
- "plural_name": "gruyere cheese"
+ "name": "ser gruyère",
+ "plural_name": "sery gruyère"
},
"mascarpone cheese": {
"aliases": [],
"description": "",
- "name": "mascarpone cheese",
- "plural_name": "mascarpone cheese"
+ "name": "mascarpone",
+ "plural_name": "mascarpone"
},
"cottage cheese": {
"aliases": [],
"description": "",
- "name": "cottage cheese",
- "plural_name": "cottage cheese"
+ "name": "twaróg ziarnisty",
+ "plural_name": "twarogi ziarniste"
},
"american cheese": {
"aliases": [],
"description": "",
- "name": "american cheese",
- "plural_name": "american cheese"
+ "name": "ser amerykański",
+ "plural_name": "sery amerykańskie"
},
"provolone cheese": {
"aliases": [],
"description": "",
- "name": "provolone cheese",
- "plural_name": "provolone cheese"
+ "name": "ser provolone",
+ "plural_name": "sery provolone"
},
"mexican cheese blend": {
"aliases": [],
"description": "",
- "name": "mexican cheese blend",
- "plural_name": "mexican cheese blend"
+ "name": "meksykańska mieszanka serów",
+ "plural_name": "meksykańskie mieszanki serów"
},
"pepper jack cheese": {
"aliases": [],
"description": "",
- "name": "pepper jack cheese",
- "plural_name": "pepper jack cheese"
+ "name": "ser pepper jack",
+ "plural_name": "sery pepper jack"
},
"brie cheese": {
"aliases": [],
"description": "",
- "name": "brie cheese",
- "plural_name": "brie cheese"
+ "name": "ser brie",
+ "plural_name": "sery brie"
},
"paneer cheese": {
"aliases": [],
"description": "",
- "name": "paneer cheese",
- "plural_name": "paneer cheese"
+ "name": "ser paneer",
+ "plural_name": "sery paneer"
},
"fontina cheese": {
"aliases": [],
"description": "",
- "name": "fontina cheese",
- "plural_name": "fontina cheese"
+ "name": "ser fontina",
+ "plural_name": "sery fontina"
},
"queso fresco cheese": {
"aliases": [],
"description": "",
- "name": "queso fresco cheese",
- "plural_name": "queso fresco cheese"
+ "name": "ser queso fresco",
+ "plural_name": "sery queso fresco"
},
"quark cheese": {
"aliases": [],
"description": "",
- "name": "quark cheese",
- "plural_name": "quark cheese"
+ "name": "twaróg",
+ "plural_name": "twarogi"
},
"gouda cheese": {
"aliases": [],
"description": "",
- "name": "gouda cheese",
- "plural_name": "gouda cheese"
+ "name": "ser gouda",
+ "plural_name": "sery gouda"
},
"cotija cheese": {
"aliases": [],
"description": "",
- "name": "cotija cheese",
- "plural_name": "cotija cheese"
+ "name": "ser cotija",
+ "plural_name": "sery cotija"
},
"asiago cheese": {
"aliases": [],
"description": "",
- "name": "asiago cheese",
- "plural_name": "asiago cheese"
+ "name": "ser asiago",
+ "plural_name": "sery asiago"
},
"smoked cheese": {
"aliases": [],
"description": "",
- "name": "smoked cheese",
- "plural_name": "smoked cheese"
+ "name": "ser wędzony",
+ "plural_name": "sery wędzone"
},
"halloumi cheese": {
"aliases": [],
"description": "",
- "name": "halloumi cheese",
- "plural_name": "halloumi cheese"
+ "name": "ser halloumi",
+ "plural_name": "sery halloumi"
},
"chevre cheese": {
"aliases": [],
"description": "",
- "name": "chevre cheese",
- "plural_name": "chevre cheese"
+ "name": "ser chèvre",
+ "plural_name": "sery chèvre"
},
"manchego cheese": {
"aliases": [],
"description": "",
- "name": "manchego cheese",
- "plural_name": "manchego cheese"
+ "name": "ser manchego",
+ "plural_name": "sery manchego"
},
"italian cheese blend": {
"aliases": [],
"description": "",
- "name": "italian cheese blend",
- "plural_name": "italian cheese blend"
+ "name": "włoska mieszanka serów",
+ "plural_name": "włoskie mieszanki serów"
},
"neufchatel cheese": {
"aliases": [],
"description": "",
- "name": "neufchatel cheese",
- "plural_name": "neufchatel cheese"
+ "name": "ser neufchâtel",
+ "plural_name": "sery neufchâtel"
},
"herb cream cheese": {
"aliases": [],
"description": "",
- "name": "herb cream cheese",
- "plural_name": "herb cream cheese"
+ "name": "serek śmietankowy ziołowy",
+ "plural_name": "serki śmietankowe ziołowe"
},
"burrata cheese": {
"aliases": [],
"description": "",
- "name": "burrata cheese",
- "plural_name": "burrata cheese"
+ "name": "ser burrata",
+ "plural_name": "sery burrata"
},
"havarti cheese": {
"aliases": [],
"description": "",
- "name": "havarti cheese",
- "plural_name": "havarti cheese"
+ "name": "ser havarti",
+ "plural_name": "sery havarti"
},
"colby cheese": {
"aliases": [],
"description": "",
- "name": "colby cheese",
- "plural_name": "colby cheese"
+ "name": "ser colby",
+ "plural_name": "sery colby"
},
"grana-padano cheese": {
"aliases": [],
"description": "",
- "name": "grana-padano cheese",
- "plural_name": "grana-padano cheese"
+ "name": "ser grana padano",
+ "plural_name": "sery grana padano"
},
"muenster cheese": {
"aliases": [],
"description": "",
- "name": "muenster cheese",
- "plural_name": "muenster cheese"
+ "name": "ser muenster",
+ "plural_name": "sery muenster"
},
"string cheese": {
"aliases": [],
"description": "",
- "name": "string cheese",
- "plural_name": "string cheese"
+ "name": "ser w pałeczkach",
+ "plural_name": "sery w pałeczkach"
},
"camembert cheese": {
"aliases": [],
"description": "",
- "name": "camembert cheese",
- "plural_name": "camembert cheese"
+ "name": "ser camembert",
+ "plural_name": "sery camembert"
},
"soft cheese": {
"aliases": [],
"description": "",
- "name": "soft cheese",
- "plural_name": "soft cheese"
+ "name": "ser miękki",
+ "plural_name": "sery miękkie"
},
"stilton cheese": {
"aliases": [],
"description": "",
- "name": "stilton cheese",
- "plural_name": "stilton cheese"
+ "name": "ser stilton",
+ "plural_name": "sery stilton"
},
"raclette cheese": {
"aliases": [],
"description": "",
- "name": "raclette cheese",
- "plural_name": "raclette cheese"
+ "name": "ser raclette",
+ "plural_name": "sery raclette"
},
"colby-jack cheese": {
"aliases": [],
"description": "",
- "name": "colby-jack cheese",
- "plural_name": "colby-jack cheese"
+ "name": "ser colby-jack",
+ "plural_name": "sery colby-jack"
},
"jarlsberg cheese": {
"aliases": [],
"description": "",
- "name": "jarlsberg cheese",
- "plural_name": "jarlsberg cheese"
+ "name": "ser jarlsberg",
+ "plural_name": "sery jarlsberg"
},
"taleggio cheese": {
"aliases": [],
"description": "",
- "name": "taleggio cheese",
- "plural_name": "taleggio cheese"
+ "name": "ser taleggio",
+ "plural_name": "sery taleggio"
},
"oaxaca cheese": {
"aliases": [],
"description": "",
- "name": "oaxaca cheese",
- "plural_name": "oaxaca cheese"
+ "name": "ser oaxaca",
+ "plural_name": "sery oaxaca"
},
"labneh cheese": {
"aliases": [],
"description": "",
- "name": "labneh cheese",
- "plural_name": "labneh cheese"
+ "name": "ser labneh",
+ "plural_name": "sery labneh"
},
"edam cheese": {
"aliases": [],
"description": "",
- "name": "edam cheese",
- "plural_name": "edam cheese"
+ "name": "ser edamski",
+ "plural_name": "sery edamskie"
},
"creamy cheese wedge": {
"aliases": [],
"description": "",
- "name": "creamy cheese wedge",
- "plural_name": "creamy cheese wedges"
+ "name": "kremowy trójkącik serowy",
+ "plural_name": "kremowe trójkąciki serowe"
},
"cheese powder cheese": {
"aliases": [],
"description": "",
- "name": "cheese powder cheese",
- "plural_name": "cheese powder cheese"
+ "name": "ser w proszku",
+ "plural_name": "sery w proszku"
},
"fromage blanc cheese": {
"aliases": [],
"description": "",
- "name": "fromage blanc cheese",
- "plural_name": "fromage blanc cheese"
+ "name": "ser fromage blanc",
+ "plural_name": "sery fromage blanc"
},
"asadero cheese": {
"aliases": [],
"description": "",
- "name": "asadero cheese",
- "plural_name": "asadero cheese"
+ "name": "ser asadero",
+ "plural_name": "sery asadero"
},
"marble cheese": {
"aliases": [],
"description": "",
- "name": "marble cheese",
- "plural_name": "marble cheese"
+ "name": "ser marmurkowy",
+ "plural_name": "sery marmurkowe"
},
"leicester cheese": {
"aliases": [],
"description": "",
- "name": "leicester cheese",
- "plural_name": "leicester cheese"
+ "name": "ser leicester",
+ "plural_name": "sery leicester"
},
"kefalotyri cheese": {
"aliases": [],
"description": "",
- "name": "kefalotyri cheese",
- "plural_name": "kefalotyri cheese"
+ "name": "ser kefalotyri",
+ "plural_name": "sery kefalotyri"
},
"mizithra cheese": {
"aliases": [],
"description": "",
- "name": "mizithra cheese",
- "plural_name": "mizithra cheese"
+ "name": "ser mizithra",
+ "plural_name": "sery mizithra"
},
"lancashire cheese": {
"aliases": [],
"description": "",
- "name": "lancashire cheese",
- "plural_name": "lancashire cheese"
+ "name": "ser lancashire",
+ "plural_name": "sery lancashire"
},
"kasseri cheese": {
"aliases": [],
"description": "",
- "name": "kasseri cheese",
- "plural_name": "kasseri cheese"
+ "name": "ser kasseri",
+ "plural_name": "sery kasseri"
},
"babybel cheese": {
"aliases": [],
"description": "",
- "name": "babybel cheese",
- "plural_name": "babybel cheese"
+ "name": "ser babybel",
+ "plural_name": "sery babybel"
},
"panela cheese": {
"aliases": [],
"description": "",
- "name": "panela cheese",
- "plural_name": "panela cheese"
+ "name": "ser panela",
+ "plural_name": "sery panela"
},
"longhorn cheese": {
"aliases": [],
"description": "",
- "name": "longhorn cheese",
- "plural_name": "longhorn cheese"
+ "name": "ser longhorn",
+ "plural_name": "sery longhorn"
},
"seasoned feta cheese": {
"aliases": [],
"description": "",
- "name": "seasoned feta cheese",
- "plural_name": "seasoned feta cheese"
+ "name": "przyprawiony ser feta",
+ "plural_name": "przyprawione sery feta"
},
"comté cheese": {
"aliases": [],
"description": "",
- "name": "comté cheese",
- "plural_name": "comté cheese"
+ "name": "ser comté",
+ "plural_name": "sery comté"
},
"graviera cheese": {
"aliases": [],
"description": "",
- "name": "graviera cheese",
- "plural_name": "graviera cheese"
+ "name": "ser graviera",
+ "plural_name": "sery graviera"
},
"wensleydale cheese": {
"aliases": [],
"description": "",
- "name": "wensleydale cheese",
- "plural_name": "wensleydale cheese"
+ "name": "ser wensleydale",
+ "plural_name": "sery wensleydale"
},
"scamorza cheese": {
"aliases": [],
"description": "",
- "name": "scamorza cheese",
- "plural_name": "scamorza cheese"
+ "name": "ser scamorza",
+ "plural_name": "sery scamorza"
},
"cambozola cheese": {
"aliases": [],
"description": "",
- "name": "cambozola cheese",
- "plural_name": "cambozola cheese"
+ "name": "ser cambozola",
+ "plural_name": "sery cambozola"
},
"cheshire cheese": {
"aliases": [],
"description": "",
- "name": "cheshire cheese",
- "plural_name": "cheshire cheese"
+ "name": "ser cheshire",
+ "plural_name": "sery cheshire"
},
"anthotyro cheese": {
"aliases": [],
"description": "",
- "name": "anthotyro cheese",
- "plural_name": "anthotyro cheese"
+ "name": "ser anthotyro",
+ "plural_name": "sery anthotyro"
},
"chenna cheese": {
"aliases": [],
"description": "",
- "name": "chenna cheese",
- "plural_name": "chenna cheese"
+ "name": "ser chenna",
+ "plural_name": "sery chenna"
},
"hard goat cheese": {
"aliases": [],
"description": "",
- "name": "hard goat cheese",
- "plural_name": "hard goat cheese"
+ "name": "twardy ser kozi",
+ "plural_name": "twarde sery kozie"
},
"kashkaval cheese": {
"aliases": [],
"description": "",
- "name": "kashkaval cheese",
- "plural_name": "kashkaval cheese"
+ "name": "ser kaszkawal",
+ "plural_name": "sery kaszkawal"
},
"sheep cheese": {
"aliases": [],
"description": "",
- "name": "sheep cheese",
- "plural_name": "sheep cheese"
+ "name": "ser owczy",
+ "plural_name": "sery owcze"
},
"amul cheese": {
"aliases": [],
"description": "",
- "name": "amul cheese",
- "plural_name": "amul cheese"
+ "name": "ser amul",
+ "plural_name": "sery amul"
},
"reblochon cheese": {
"aliases": [],
"description": "",
- "name": "reblochon cheese",
- "plural_name": "reblochon cheese"
+ "name": "ser reblochon",
+ "plural_name": "sery reblochon"
},
"robiola cheese": {
"aliases": [],
"description": "",
- "name": "robiola cheese",
- "plural_name": "robiola cheese"
+ "name": "ser robiola",
+ "plural_name": "sery robiola"
},
"brick cheese": {
"aliases": [],
"description": "",
- "name": "brick cheese",
- "plural_name": "brick cheese"
+ "name": "ser brick",
+ "plural_name": "sery brick"
},
"quick-melt cheese": {
"aliases": [],
"description": "",
- "name": "quick-melt cheese",
- "plural_name": "quick-melt cheese"
+ "name": "ser łatwo topiący się",
+ "plural_name": "sery łatwo topiące się"
},
"farmer's cheese": {
"aliases": [],
"description": "",
- "name": "farmer's cheese",
- "plural_name": "farmer's cheese"
+ "name": "ser farmerski",
+ "plural_name": "sery farmerskie"
},
"manouri cheese": {
"aliases": [],
"description": "",
- "name": "manouri cheese",
- "plural_name": "manouri cheese"
+ "name": "ser manouri",
+ "plural_name": "sery manouri"
},
"mimolette cheese": {
"aliases": [],
"description": "",
- "name": "mimolette cheese",
- "plural_name": "mimolette cheese"
+ "name": "ser mimolette",
+ "plural_name": "sery mimolette"
},
"queso quesadilla cheese": {
"aliases": [],
"description": "",
- "name": "queso quesadilla cheese",
- "plural_name": "queso quesadilla cheese"
+ "name": "ser queso quesadilla",
+ "plural_name": "sery queso quesadilla"
},
"caciocavallo cheese": {
"aliases": [],
"description": "",
- "name": "caciocavallo cheese",
- "plural_name": "caciocavalloe cheese"
+ "name": "ser caciocavallo",
+ "plural_name": "sery caciocavallo"
},
"requeijão cheese": {
"aliases": [],
"description": "",
- "name": "requeijão cheese",
- "plural_name": "requeijãoe cheese"
+ "name": "ser requeijão",
+ "plural_name": "sery requeijão"
},
"vacherin cheese": {
"aliases": [],
"description": "",
- "name": "vacherin cheese",
- "plural_name": "vacherin cheese"
+ "name": "ser vacherin",
+ "plural_name": "sery vacherin"
},
"brown cheese": {
"aliases": [],
"description": "",
- "name": "brown cheese",
- "plural_name": "brown cheese"
+ "name": "ser brązowy",
+ "plural_name": "sery brązowe"
},
"gloucester cheese": {
"aliases": [],
"description": "",
- "name": "gloucester cheese",
- "plural_name": "gloucester cheese"
+ "name": "ser gloucester",
+ "plural_name": "sery gloucester"
},
"port salut cheese": {
"aliases": [],
"description": "",
- "name": "port salut cheese",
- "plural_name": "port salut cheese"
+ "name": "ser port salut",
+ "plural_name": "sery port salut"
},
"derby cheese": {
"aliases": [],
"description": "",
- "name": "derby cheese",
- "plural_name": "derby cheese"
+ "name": "ser derby",
+ "plural_name": "sery derby"
},
"fontal cheese": {
"aliases": [],
"description": "",
- "name": "fontal cheese",
- "plural_name": "fontal cheese"
+ "name": "ser fontal",
+ "plural_name": "sery fontal"
},
"salad cheese": {
"aliases": [],
"description": "",
- "name": "salad cheese",
- "plural_name": "salad cheese"
+ "name": "ser sałatkowy",
+ "plural_name": "sery sałatkowe"
},
"truffle cheese": {
"aliases": [],
"description": "",
- "name": "truffle cheese",
- "plural_name": "truffle cheese"
+ "name": "ser truflowy",
+ "plural_name": "sery truflowe"
},
"epoisses cheese": {
"aliases": [],
"description": "",
- "name": "epoisses cheese",
- "plural_name": "epoisses cheese"
+ "name": "ser époisses",
+ "plural_name": "sery époisses"
},
"maasdam cheese": {
"aliases": [],
"description": "",
- "name": "maasdam cheese",
- "plural_name": "maasdam cheese"
+ "name": "ser maasdam",
+ "plural_name": "sery maasdam"
},
"petit-suisse cheese": {
"aliases": [],
"description": "",
- "name": "petit-suisse cheese",
- "plural_name": "petit-suisse cheese"
+ "name": "ser petit-suisse",
+ "plural_name": "sery petit-suisse"
},
"sbrinz cheese": {
"aliases": [],
"description": "",
- "name": "sbrinz cheese",
- "plural_name": "sbrinz cheese"
+ "name": "ser sbrinz",
+ "plural_name": "sery sbrinz"
}
}
},
@@ -2630,25 +2630,25 @@
"aliases": [],
"description": "",
"name": "mleko",
- "plural_name": "milk"
+ "plural_name": "mleka"
},
"heavy cream": {
"aliases": [],
"description": "",
- "name": "heavy cream",
- "plural_name": "heavy cream"
+ "name": "śmietanka kremówka",
+ "plural_name": "śmietanki kremówki"
},
"sour cream": {
"aliases": [],
"description": "",
"name": "kwaśna śmietana",
- "plural_name": "sour cream"
+ "plural_name": "śmietany"
},
"buttermilk": {
"aliases": [],
"description": "",
- "name": "buttermilk",
- "plural_name": "buttermilk"
+ "name": "maślanka",
+ "plural_name": "maślanki"
},
"yogurt": {
"aliases": [],
@@ -2666,51 +2666,51 @@
"aliases": [],
"description": "",
"name": "śmietana",
- "plural_name": "cream"
+ "plural_name": "śmietanki"
},
"whipped cream": {
"aliases": [],
"description": "",
"name": "bita śmietana",
- "plural_name": "whipped cream"
+ "plural_name": "bitej śmietany"
},
"ghee": {
"aliases": [
- "clarified butter"
+ "klarowane masło"
],
"description": "",
"name": "ghee",
- "plural_name": "ghees"
+ "plural_name": "ghee"
},
"shortening": {
"aliases": [],
"description": "",
- "name": "shortening",
- "plural_name": "shortenings"
+ "name": "tłuszcz do pieczenia",
+ "plural_name": "tłuszcz do pieczenia"
},
"condensed milk": {
"aliases": [],
"description": "",
"name": "mleko skondensowane",
- "plural_name": "condensed milk"
+ "plural_name": "mleka skondensowanego"
},
"half and half": {
"aliases": [],
"description": "",
- "name": "half and half",
- "plural_name": "half and halves"
+ "name": "mieszanka mleka i śmietanki",
+ "plural_name": "mieszanka mleka i śmietanki"
},
"sweetened condensed milk": {
"aliases": [],
"description": "",
"name": "słodzone mleko skondensowane",
- "plural_name": "sweetened condensed milk"
+ "plural_name": "słodzonego mleka skondensowanego"
},
"ice cream": {
"aliases": [],
"description": "",
"name": "lód",
- "plural_name": "ice cream"
+ "plural_name": "lodów"
},
"margarine": {
"aliases": [],
@@ -2721,32 +2721,32 @@
"creme fraiche": {
"aliases": [],
"description": "",
- "name": "creme fraiche",
- "plural_name": "creme fraiches"
+ "name": "crème fraîche",
+ "plural_name": "crème fraîche"
},
"frosting": {
"aliases": [],
"description": "",
- "name": "frosting",
- "plural_name": "frostings"
+ "name": "polewa cukiernicza",
+ "plural_name": "polewa cukiernicza"
},
"milk powder": {
"aliases": [],
"description": "",
"name": "mleko w proszku",
- "plural_name": "milk powder"
+ "plural_name": "mleka w proszku"
},
"curd": {
"aliases": [],
"description": "",
- "name": "curd",
- "plural_name": "curds"
+ "name": "twaróg",
+ "plural_name": "twaróg"
},
"thickened cream": {
"aliases": [],
"description": "",
- "name": "thickened cream",
- "plural_name": "thickened cream"
+ "name": "śmietanka zagęszczona",
+ "plural_name": "śmietanki zagęszczone"
},
"lemon curd": {
"aliases": [],
@@ -2763,14 +2763,14 @@
"custard": {
"aliases": [],
"description": "",
- "name": "custard",
- "plural_name": "custard"
+ "name": "krem budyniowy",
+ "plural_name": "kremy budyniowe"
},
"chocolate frosting": {
"aliases": [],
"description": "",
- "name": "chocolate frosting",
- "plural_name": "chocolate frostings"
+ "name": "polewa czekoladowa",
+ "plural_name": "polewa czekoladowa"
},
"kefir": {
"aliases": [],
@@ -2781,44 +2781,44 @@
"sherbet": {
"aliases": [],
"description": "",
- "name": "sherbet",
- "plural_name": "sherbets"
+ "name": "sorbet",
+ "plural_name": "sorbet"
},
"chocolate milk": {
"aliases": [],
"description": "",
"name": "mleko czekoladowe",
- "plural_name": "chocolate milk"
+ "plural_name": "mleka czekoladowego"
},
"liquid egg substitute": {
"aliases": [],
"description": "",
- "name": "liquid egg substitute",
- "plural_name": "liquid egg substitutes"
+ "name": "płynny zamiennik jajek",
+ "plural_name": "płynny zamiennik jajek"
},
"whey": {
"aliases": [],
"description": "",
- "name": "whey",
- "plural_name": "wheys"
+ "name": "serwatka",
+ "plural_name": "serwatka"
},
"hung curd": {
"aliases": [],
"description": "",
- "name": "hung curd",
- "plural_name": "hung curds"
+ "name": "twaróg odcedzony",
+ "plural_name": "twaróg odcedzony"
},
"quail egg": {
"aliases": [],
"description": "",
- "name": "quail egg",
- "plural_name": "quail eggs"
+ "name": "jajko przepiórcze",
+ "plural_name": "jajka przepiórcze"
},
"buttermilk powder": {
"aliases": [],
"description": "",
- "name": "buttermilk powder",
- "plural_name": "buttermilk powder"
+ "name": "maślanka w proszku",
+ "plural_name": "maślanki w proszku"
},
"frozen yogurt": {
"aliases": [],
@@ -2830,55 +2830,55 @@
"aliases": [],
"description": "",
"name": "khoya",
- "plural_name": "khoyas"
+ "plural_name": "khoya"
},
"milk cream": {
"aliases": [],
"description": "",
- "name": "milk cream",
- "plural_name": "milk cream"
+ "name": "śmietanka mleczna",
+ "plural_name": "śmietanki mlecznej"
},
"coffee creamer": {
"aliases": [],
"description": "",
- "name": "coffee creamer",
- "plural_name": "coffee creamers"
+ "name": "śmietanka do kawy",
+ "plural_name": "śmietanka do kawy"
},
"clotted cream": {
"aliases": [],
"description": "",
- "name": "clotted cream",
- "plural_name": "clotted cream"
+ "name": "gęsta śmietana",
+ "plural_name": "gęstej śmietany"
},
"goat milk": {
"aliases": [],
"description": "",
"name": "mleko kozie",
- "plural_name": "goat milk"
+ "plural_name": "mleka koziego"
},
"cheese curd": {
"aliases": [],
"description": "",
- "name": "cheese curd",
- "plural_name": "cheese curds"
+ "name": "skrzep serowy",
+ "plural_name": "skrzepy serowe"
},
"sour milk": {
"aliases": [],
"description": "",
- "name": "sour milk",
- "plural_name": "sour milk"
+ "name": "zsiadłe mleko",
+ "plural_name": "zsiadłego mleka"
},
"ganache": {
"aliases": [],
"description": "",
"name": "ganache",
- "plural_name": "ganaches"
+ "plural_name": "ganache"
},
"cajeta": {
"aliases": [],
"description": "",
"name": "cajeta",
- "plural_name": "cajetas"
+ "plural_name": "cajeta"
},
"duck egg": {
"aliases": [],
@@ -2896,97 +2896,97 @@
"aliases": [],
"description": "",
"name": "skyr",
- "plural_name": "skyrs"
+ "plural_name": "skyr"
},
"pumpkin spice coffee creamer": {
"aliases": [],
"description": "",
- "name": "śmietanka do kawy o smaku pumpkin spice",
- "plural_name": "śmietanka do kawy o smaku pumpkin spice"
+ "name": "śmietanka do kawy o smaku dyniowym",
+ "plural_name": "śmietanka do kawy o smaku dyniowym"
},
"raw milk": {
"aliases": [],
"description": "",
- "name": "raw milk",
- "plural_name": "raw milk"
+ "name": "surowe mleko",
+ "plural_name": "surowego mleka"
},
"lime curd": {
"aliases": [],
"description": "",
- "name": "krem limonowy",
+ "name": "krem limonkowy",
"plural_name": "krem limonowy"
},
"powdered coffee creamer": {
"aliases": [],
"description": "",
- "name": "powdered coffee creamer",
- "plural_name": "powdered coffee creamers"
+ "name": "śmietanka do kawy w proszku",
+ "plural_name": "śmietanka do kawy w proszku"
},
"chantilly": {
"aliases": [],
"description": "",
- "name": "chantilly",
- "plural_name": "chantillies"
+ "name": "śmietanka chantilly",
+ "plural_name": "śmietanka chantilly"
},
"milkfat": {
"aliases": [],
"description": "",
- "name": "milkfat",
- "plural_name": "milkfats"
+ "name": "tłuszcz mleczny",
+ "plural_name": "tłuszcz mleczny"
},
"yogurt starter": {
"aliases": [],
"description": "",
- "name": "yogurt starter",
- "plural_name": "yogurt starters"
+ "name": "kultury starterowe do jogurtu",
+ "plural_name": "kultury starterowe do jogurtu"
},
"rainbow sherbet": {
"aliases": [],
"description": "",
- "name": "rainbow sherbet",
- "plural_name": "rainbow sherbets"
+ "name": "sorbet tęczowy",
+ "plural_name": "sorbet tęczowy"
},
"strawberry frosting": {
"aliases": [],
"description": "",
- "name": "strawberry frosting",
- "plural_name": "strawberry frostings"
+ "name": "polewa truskawkowa",
+ "plural_name": "polewa truskawkowa"
},
"honey greek yogurt": {
"aliases": [],
"description": "",
- "name": "honey greek yogurt",
- "plural_name": "honey greek yogurts"
+ "name": "jogurt grecki z miodem",
+ "plural_name": "jogurt grecki z miodem"
},
"amul butter": {
"aliases": [],
"description": "",
- "name": "amul butter",
- "plural_name": "amul butter"
+ "name": "masło Amul",
+ "plural_name": "masła Amul"
},
"honey butter": {
"aliases": [],
"description": "",
- "name": "honey butter",
- "plural_name": "honey butter"
+ "name": "masło miodowe",
+ "plural_name": "masła miodowego"
},
"strawberry cream cheese": {
"aliases": [],
"description": "",
- "name": "strawberry cream cheese",
- "plural_name": "strawberry cream cheese"
+ "name": "serek śmietankowy truskawkowy",
+ "plural_name": "serków śmietankowych truskawkowych"
},
"goat butter": {
"aliases": [],
"description": "",
- "name": "goat butter",
- "plural_name": "goat butter"
+ "name": "masło kozie",
+ "plural_name": "masła koziego"
},
"century egg": {
"aliases": [],
"description": "",
- "name": "century egg",
- "plural_name": "century eggs"
+ "name": "jajko stuletnie",
+ "plural_name": "jajka stuletnie"
},
"orange curd": {
"aliases": [],
@@ -3004,133 +3004,133 @@
"aliases": [],
"description": "",
"name": "dahi",
- "plural_name": "dahis"
+ "plural_name": "dahi"
},
"cinnamon sugar butter spread": {
"aliases": [],
"description": "",
- "name": "cinnamon sugar butter spread",
- "plural_name": "cinnamon sugar butter spreads"
+ "name": "masło cynamonowo-cukrowe",
+ "plural_name": "masło cynamonowo-cukrowe"
},
"bulgarian yogurt": {
"aliases": [],
"description": "",
- "name": "bulgarian yogurt",
- "plural_name": "bulgarian yogurts"
+ "name": "jogurt bułgarski",
+ "plural_name": "jogurt bułgarski"
},
"tvorog": {
"aliases": [],
"description": "",
- "name": "tvorog",
- "plural_name": "tvorogs"
+ "name": "twaróg",
+ "plural_name": "twaróg"
},
"chocolate milk powder": {
"aliases": [],
"description": "",
- "name": "chocolate milk powder",
- "plural_name": "chocolate milk powder"
+ "name": "mleko czekoladowe w proszku",
+ "plural_name": "mleka czekoladowego w proszku"
},
"liquid rennet": {
"aliases": [],
"description": "",
- "name": "liquid rennet",
- "plural_name": "liquid rennets"
+ "name": "podpuszczka w płynie",
+ "plural_name": "podpuszczka w płynie"
},
"sheep’s milk yoghurt": {
"aliases": [],
"description": "",
- "name": "sheep’s milk yoghurt",
- "plural_name": "sheep’s milk yoghurts"
+ "name": "jogurt z mleka owczego",
+ "plural_name": "jogurt z mleka owczego"
},
"strawberry milk": {
"aliases": [],
"description": "",
"name": "mleko truskawkowe",
- "plural_name": "strawberry milk"
+ "plural_name": "mleka truskawkowego"
},
"ayran": {
"aliases": [],
"description": "",
"name": "ayran",
- "plural_name": "ayrans"
+ "plural_name": "ayran"
},
"cuajada": {
"aliases": [],
"description": "",
"name": "cuajada",
- "plural_name": "cuajadas"
+ "plural_name": "cuajada"
},
"yogurt drink": {
"aliases": [],
"description": "",
- "name": "yogurt drink",
- "plural_name": "yogurt drinks"
+ "name": "napój jogurtowy",
+ "plural_name": "napój jogurtowy"
},
"passion-fruit curd": {
"aliases": [],
"description": "",
- "name": "passion-fruit curd",
- "plural_name": "passion-fruit curds"
+ "name": "krem z marakui",
+ "plural_name": "krem z marakui"
},
"pickled egg": {
"aliases": [],
"description": "",
- "name": "pickled egg",
- "plural_name": "pickled eggs"
+ "name": "jajko marynowane",
+ "plural_name": "jajka marynowane"
},
"sheep milk": {
"aliases": [],
"description": "",
"name": "mleko owcze",
- "plural_name": "sheep milk"
+ "plural_name": "mleka owczego"
},
"starter culture": {
"aliases": [],
"description": "",
- "name": "starter culture",
- "plural_name": "starter cultures"
+ "name": "kultury starterowe",
+ "plural_name": "kultury starterowe"
},
"kashk": {
"aliases": [],
"description": "",
"name": "kashk",
- "plural_name": "kashks"
+ "plural_name": "kashk"
},
"ostrich egg": {
"aliases": [],
"description": "",
- "name": "jajo strusia",
- "plural_name": "jaja strusia"
+ "name": "jajo strusie",
+ "plural_name": "jaja strusie"
},
"vanilla milk": {
"aliases": [],
"description": "",
"name": "mleko waniliowe",
- "plural_name": "vanilla milk"
+ "plural_name": "mleka waniliowego"
},
"yoplait whip": {
"aliases": [],
"description": "",
- "name": "yoplait whip",
- "plural_name": "yoplait whips"
+ "name": "jogurt kremowy Yoplait",
+ "plural_name": "jogurt kremowy Yoplait"
},
"buffalo milk": {
"aliases": [],
"description": "",
- "name": "buffalo milk",
- "plural_name": "buffalo milk"
+ "name": "mleko bawole",
+ "plural_name": "mleka bawolego"
},
"goat kefir": {
"aliases": [],
"description": "",
- "name": "goat kefir",
- "plural_name": "goat kefirs"
+ "name": "kefir kozi",
+ "plural_name": "kefir kozi"
},
"lebneh": {
"aliases": [],
"description": "",
- "name": "lebneh",
- "plural_name": "lebnehs"
+ "name": "labneh",
+ "plural_name": "labneh"
}
}
},
@@ -3140,67 +3140,67 @@
"aliases": [],
"description": "",
"name": "mleko kokosowe",
- "plural_name": "coconut milk"
+ "plural_name": "mleka kokosowego"
},
"almond milk": {
"aliases": [],
"description": "",
- "name": "almond milk",
- "plural_name": "almond milk"
+ "name": "mleko migdałowe",
+ "plural_name": "mleka migdałowego"
},
"almond butter": {
"aliases": [],
"description": "",
- "name": "almond butter",
- "plural_name": "almond butter"
+ "name": "masło migdałowe",
+ "plural_name": "masła migdałowego"
},
"tofu": {
"aliases": [],
"description": "",
"name": "tofu",
- "plural_name": "tofus"
+ "plural_name": "tofu"
},
"coconut cream": {
"aliases": [],
"description": "",
"name": "krem kokosowy",
- "plural_name": "coconut cream"
+ "plural_name": "śmietanki kokosowej"
},
"vegan butter": {
"aliases": [],
"description": "",
- "name": "vegan butter",
- "plural_name": "vegan butter"
+ "name": "margaryna wegańska",
+ "plural_name": "margaryny wegańskiej"
},
"non-dairy milk": {
"aliases": [],
"description": "",
- "name": "non-dairy milk",
- "plural_name": "non-dairy milk"
+ "name": "napój roślinny",
+ "plural_name": "napoje roślinne"
},
"soy milk": {
"aliases": [],
"description": "",
"name": "mleko sojowe",
- "plural_name": "soy milk"
+ "plural_name": "mleka sojowego"
},
"extra firm tofu": {
"aliases": [],
"description": "",
- "name": "extra firm tofu",
- "plural_name": "extra firm tofus"
+ "name": "tofu twarde",
+ "plural_name": "tofu twarde"
},
"silken tofu": {
"aliases": [],
"description": "",
- "name": "silken tofu",
- "plural_name": "silken tofus"
+ "name": "tofu jedwabiste",
+ "plural_name": "tofu jedwabiste"
},
"kala namak salt": {
"aliases": [],
"description": "",
- "name": "kala namak salt",
- "plural_name": "kala namak salt"
+ "name": "sól kala namak",
+ "plural_name": "soli kala namak"
},
"coconut butter": {
"aliases": [],
@@ -3211,20 +3211,20 @@
"egg replacer": {
"aliases": [],
"description": "",
- "name": "egg replacer",
- "plural_name": "egg replacers"
+ "name": "zamiennik jajek",
+ "plural_name": "zamiennik jajek"
},
"vegan mayonnaise": {
"aliases": [],
"description": "",
- "name": "vegan mayonnaise",
- "plural_name": "vegan mayonnaise"
+ "name": "majonez wegański",
+ "plural_name": "majonezów wegańskich"
},
"vegan cheese": {
"aliases": [],
"description": "",
"name": "ser wegański",
- "plural_name": "vegan cheese"
+ "plural_name": "sery wegańskie"
},
"cashew butter": {
"aliases": [],
@@ -3236,13 +3236,13 @@
"aliases": [],
"description": "",
"name": "tempeh",
- "plural_name": "tempehs"
+ "plural_name": "tempeh"
},
"vegan cream cheese": {
"aliases": [],
"description": "",
- "name": "vegan cream cheese",
- "plural_name": "vegan cream cheese"
+ "name": "serek śmietankowy wegański",
+ "plural_name": "serków śmietankowych wegańskich"
},
"coconut yogurt": {
"aliases": [],
@@ -3253,218 +3253,218 @@
"non-dairy yogurt": {
"aliases": [],
"description": "",
- "name": "non-dairy yogurt",
- "plural_name": "non-dairy yogurts"
+ "name": "jogurt roślinny",
+ "plural_name": "jogurt roślinny"
},
"seed butter": {
"aliases": [],
"description": "",
- "name": "seed butter",
- "plural_name": "seed butter"
+ "name": "masło z nasion",
+ "plural_name": "masła z nasion"
},
"cashew milk": {
"aliases": [],
"description": "",
- "name": "cashew milk",
- "plural_name": "cashew milk"
+ "name": "mleko z nerkowców",
+ "plural_name": "mleka z nerkowców"
},
"oat milk": {
"aliases": [],
"description": "",
"name": "mleko owsiane",
- "plural_name": "oat milk"
+ "plural_name": "mleka owsianego"
},
"nut butter": {
"aliases": [],
"description": "",
- "name": "nut butter",
- "plural_name": "nut butter"
+ "name": "masło orzechowe",
+ "plural_name": "masła orzechowego"
},
"rice milk": {
"aliases": [],
"description": "",
"name": "mleko ryżowe",
- "plural_name": "rice milk"
+ "plural_name": "mleka ryżowego"
},
"vegan sour cream": {
"aliases": [],
"description": "",
- "name": "vegan sour cream",
- "plural_name": "vegan sour cream"
+ "name": "kwaśna śmietana wegańska",
+ "plural_name": "kwaśnej śmietany wegańskiej"
},
"textured vegetable protein": {
"aliases": [],
"description": "",
- "name": "textured vegetable protein",
- "plural_name": "textured vegetable proteins"
+ "name": "granulat sojowy",
+ "plural_name": "granulat sojowy"
},
"vegan worcestershire": {
"aliases": [],
"description": "",
- "name": "vegan worcestershire",
- "plural_name": "vegan worcestershires"
+ "name": "sos worcestershire wegański",
+ "plural_name": "sos worcestershire wegański"
},
"soy yogurt": {
"aliases": [],
"description": "",
"name": "jogurt sojowy",
- "plural_name": "soy yogurts"
+ "plural_name": "jogurt sojowy"
},
"vegan mozzarella": {
"aliases": [],
"description": "",
"name": "wegańska mozzarella",
- "plural_name": "vegan mozzarellas"
+ "plural_name": "wegańska mozzarella"
},
"non-dairy creamer": {
"aliases": [],
"description": "",
- "name": "non-dairy creamer",
- "plural_name": "non-dairy creamers"
+ "name": "roślinny dodatek do kawy",
+ "plural_name": "roślinny dodatek do kawy"
},
"vegan sausage": {
"aliases": [],
"description": "",
"name": "wegańska kiełbasa",
- "plural_name": "vegan sausages"
+ "plural_name": "wegańskie kiełbasy"
},
"coconut whipped cream": {
"aliases": [],
"description": "",
"name": "kokosowa bita śmietana",
- "plural_name": "coconut whipped cream"
+ "plural_name": "bitej śmietany kokosowej"
},
"smoked tofu": {
"aliases": [],
"description": "",
"name": "wędzone tofu",
- "plural_name": "smoked tofus"
+ "plural_name": "wędzony tofu"
},
"coconut powder": {
"aliases": [],
"description": "",
"name": "kokos w proszku",
- "plural_name": "coconut powder"
+ "plural_name": "proszku kokosowego"
},
"soy cream": {
"aliases": [],
"description": "",
- "name": "soy cream",
- "plural_name": "soy cream"
+ "name": "produkt sojowy do gotowania",
+ "plural_name": "produktu sojowego do gotowania"
},
"seitan": {
"aliases": [],
"description": "",
"name": "seitan",
- "plural_name": "seitans"
+ "plural_name": "seitan"
},
"coconut milk powder": {
"aliases": [],
"description": "",
"name": "mleko kokosowe w proszku",
- "plural_name": "coconut milk powder"
+ "plural_name": "mleka kokosowego w proszku"
},
"non-dairy whipped topping": {
"aliases": [],
"description": "",
- "name": "non-dairy whipped topping",
- "plural_name": "non-dairy whipped toppings"
+ "name": "bita śmietana roślinna",
+ "plural_name": "bita śmietana roślinna"
},
"nut milk": {
"aliases": [],
"description": "",
- "name": "nut milk",
- "plural_name": "nut milk"
+ "name": "mleko orzechowe",
+ "plural_name": "mleka orzechowego"
},
"non-dairy cream": {
"aliases": [],
"description": "",
- "name": "non-dairy cream",
- "plural_name": "non-dairy cream"
+ "name": "śmietana roślinna",
+ "plural_name": "śmietany roślinnej"
},
"vegan burger patty": {
"aliases": [],
"description": "",
- "name": "vegan burger patty",
- "plural_name": "vegan burger patties"
+ "name": "wegański kotlet burgerowy",
+ "plural_name": "wegańskie kotlety burgerowe"
},
"condensed coconut milk": {
"aliases": [],
"description": "",
"name": "skondensowane mleko kokosowe",
- "plural_name": "condensed coconut milk"
+ "plural_name": "mleka kokosowego skondensowanego"
},
"vegan ground beef": {
"aliases": [],
"description": "",
- "name": "vegan ground beef",
- "plural_name": "vegan ground beefs"
+ "name": "wegański mielony",
+ "plural_name": "wegański mielony"
},
"pulled oat": {
"aliases": [],
"description": "",
- "name": "pulled oat",
- "plural_name": "pulled oats"
+ "name": "szarpany owies",
+ "plural_name": "szarpany owies"
},
"vegan bacon": {
"aliases": [],
"description": "",
- "name": "vegan bacon",
- "plural_name": "vegan bacons"
+ "name": "bekon wegański",
+ "plural_name": "bekon wegański"
},
"soy curl": {
"aliases": [],
"description": "",
- "name": "soy curl",
- "plural_name": "soy curls"
+ "name": "wiórki sojowe",
+ "plural_name": "wiórki sojowe"
},
"vegan pesto": {
"aliases": [],
"description": "",
- "name": "vegan pesto",
- "plural_name": "vegan pestoes"
+ "name": "pesto wegańskie",
+ "plural_name": "pesto wegańskie"
},
"marinated tofu": {
"aliases": [],
"description": "",
- "name": "marinated tofu",
- "plural_name": "marinated tofus"
+ "name": "tofu marynowane",
+ "plural_name": "tofu marynowane"
},
"vegan feta": {
"aliases": [],
"description": "",
- "name": "vegan feta",
- "plural_name": "vegan fetas"
+ "name": "feta wegańska",
+ "plural_name": "feta wegańska"
},
"soy chorizo": {
"aliases": [],
"description": "",
- "name": "soy chorizo",
- "plural_name": "soy chorizoes"
+ "name": "chorizo sojowe",
+ "plural_name": "chorizo sojowe"
},
"hemp milk": {
"aliases": [],
"description": "",
- "name": "hemp milk",
- "plural_name": "hemp milk"
+ "name": "mleko konopne",
+ "plural_name": "mleka konopnego"
},
"vegan beef": {
"aliases": [],
"description": "",
- "name": "vegan beef",
- "plural_name": "vegan beefs"
+ "name": "wołowina wegańska",
+ "plural_name": "wołowina wegańska"
},
"hazelnut butter": {
"aliases": [],
"description": "",
- "name": "hazelnut butter",
- "plural_name": "hazelnut butter"
+ "name": "masło z orzechów laskowych",
+ "plural_name": "masła z orzechów laskowych"
},
"vegan ranch": {
"aliases": [],
"description": "",
- "name": "vegan ranch",
- "plural_name": "vegan ranches"
+ "name": "sos ranch wegański",
+ "plural_name": "sos ranch wegański"
},
"vegan chicken": {
"aliases": [],
@@ -3476,25 +3476,25 @@
"aliases": [],
"description": "",
"name": "pasta kokosowa",
- "plural_name": "coconut paste"
+ "plural_name": "pasty kokosowej"
},
"vegetable suet": {
"aliases": [],
"description": "",
- "name": "vegetable suet",
- "plural_name": "vegetable suets"
+ "name": "łój roślinny",
+ "plural_name": "łój roślinny"
},
"dairy-free ice-cream": {
"aliases": [],
"description": "",
- "name": "dairy-free ice-cream",
- "plural_name": "dairy-free ice-cream"
+ "name": "lody wegańskie",
+ "plural_name": "lodów wegańskich"
},
"almond-coconut milk": {
"aliases": [],
"description": "",
"name": "mleko migdałowo-kokosowe",
- "plural_name": "almond-coconut milk"
+ "plural_name": "mleka migdałowo-kokosowego"
},
"banana blossom": {
"aliases": [],
@@ -3505,56 +3505,56 @@
"vegan fish sauce": {
"aliases": [],
"description": "",
- "name": "vegan fish sauce",
- "plural_name": "vegan fish sauce"
+ "name": "sos rybny wegański",
+ "plural_name": "sosów rybnych wegańskich"
},
"vegetarian hot dog": {
"aliases": [],
"description": "",
"name": "wegetariański hot dog",
- "plural_name": "vegetarian hot dogs"
+ "plural_name": "wegetariańskie hot dogi"
},
"hazelnut milk": {
"aliases": [],
"description": "",
"name": "mleko z orzechów laskowych",
- "plural_name": "hazelnut milk"
+ "plural_name": "mleka z orzechów laskowych"
},
"maple almond butter": {
"aliases": [],
"description": "",
- "name": "maple almond butter",
- "plural_name": "maple almond butter"
+ "name": "masło migdałowe z syropem klonowym",
+ "plural_name": "masła migdałowego z syropem klonowym"
},
"vegan meatball": {
"aliases": [],
"description": "",
- "name": "vegan meatball",
- "plural_name": "vegan meatballs"
+ "name": "wegański klopsik",
+ "plural_name": "wegańskie klopsiki"
},
"almond-milk yogurt": {
"aliases": [],
"description": "",
- "name": "almond-milk yogurt",
- "plural_name": "almond-milk yogurts"
+ "name": "jogurt z mleka migdałowego",
+ "plural_name": "jogurt z mleka migdałowego"
},
"almond creamer": {
"aliases": [],
"description": "",
- "name": "almond creamer",
- "plural_name": "almond creamers"
+ "name": "śmietanka migdałowa do kawy",
+ "plural_name": "śmietanka migdałowa do kawy"
},
"soy milk powder": {
"aliases": [],
"description": "",
- "name": "soy milk powder",
- "plural_name": "soy milk powder"
+ "name": "mleko sojowe w proszku",
+ "plural_name": "mleka sojowego w proszku"
},
"vegan cream cheese frosting": {
"aliases": [],
"description": "",
- "name": "vegan cream cheese frosting",
- "plural_name": "vegan cream cheese frostings"
+ "name": "lukier z serka wegańskiego",
+ "plural_name": "lukier z serka wegańskiego"
},
"coconut manna": {
"aliases": [],
@@ -3565,26 +3565,26 @@
"falafel mix": {
"aliases": [],
"description": "",
- "name": "falafel mix",
- "plural_name": "falafel mixes"
+ "name": "mieszanka do falafeli",
+ "plural_name": "mieszanki do falafeli"
},
"ready-made falafel": {
"aliases": [],
"description": "",
- "name": "ready-made falafel",
- "plural_name": "ready-made falafels"
+ "name": "gotowe falafele",
+ "plural_name": "gotowe falafele"
},
"vegan gravy": {
"aliases": [],
"description": "",
- "name": "vegan gravy",
- "plural_name": "vegan gravies"
+ "name": "sos pieczeniowy wegański",
+ "plural_name": "sos pieczeniowy wegański"
},
"cashew cheese sauce": {
"aliases": [],
"description": "",
- "name": "cashew cheese sauce",
- "plural_name": "cashew cheese sauce"
+ "name": "sos serowy z nerkowców",
+ "plural_name": "sosów serowych z nerkowców"
},
"coconut fat": {
"aliases": [],
@@ -3595,146 +3595,146 @@
"flax milk": {
"aliases": [],
"description": "",
- "name": "flax milk",
- "plural_name": "flax milk"
+ "name": "mleko lniane",
+ "plural_name": "mleka lnianego"
},
"hazelnut creamer": {
"aliases": [],
"description": "",
- "name": "hazelnut creamer",
- "plural_name": "hazelnut creamers"
+ "name": "śmietanka orzechowa do kawy",
+ "plural_name": "śmietanka orzechowa do kawy"
},
"quorn": {
"aliases": [],
"description": "",
"name": "quorn",
- "plural_name": "quorns"
+ "plural_name": "quorn"
},
"soy-free butter": {
"aliases": [],
"description": "",
- "name": "soy-free butter",
- "plural_name": "soy-free butter"
+ "name": "masło bez soi",
+ "plural_name": "masła bez soi"
},
"tofurky": {
"aliases": [],
"description": "",
- "name": "tofurky",
- "plural_name": "tofurkies"
+ "name": "Tofurky",
+ "plural_name": "Tofurky"
},
"vegan nutella": {
"aliases": [],
"description": "",
"name": "wegańska nutella",
- "plural_name": "vegan nutellas"
+ "plural_name": "wegańska nutella"
},
"vegan tzatziki": {
"aliases": [],
"description": "",
- "name": "vegan tzatziki",
- "plural_name": "vegan tzatzikis"
+ "name": "tzatziki wegańskie",
+ "plural_name": "tzatziki wegańskie"
},
"cashew cream cheese": {
"aliases": [],
"description": "",
- "name": "cashew cream cheese",
- "plural_name": "cashew cream cheese"
+ "name": "serek śmietankowy z nerkowców",
+ "plural_name": "serków śmietankowych z nerkowców"
},
"cricket flour": {
"aliases": [],
"description": "",
- "name": "",
- "plural_name": "cricket flour"
+ "name": "mąka ze świerszczy",
+ "plural_name": "mąki ze świerszczy"
},
"macadamia butter": {
"aliases": [],
"description": "",
- "name": "macadamia butter",
- "plural_name": "macadamia butter"
+ "name": "masło z orzechów makadamia",
+ "plural_name": "masła z orzechów makadamia"
},
"okara": {
"aliases": [],
"description": "",
"name": "okara",
- "plural_name": "okaras"
+ "plural_name": "okara"
},
"egg tofu": {
"aliases": [],
"description": "",
- "name": "egg tofu",
- "plural_name": "egg tofus"
+ "name": "tofu jajeczne",
+ "plural_name": "tofu jajeczne"
},
"protein drink": {
"aliases": [],
"description": "",
- "name": "protein drink",
- "plural_name": "protein drinks"
+ "name": "napój proteinowy",
+ "plural_name": "napoje proteinowe"
},
"macadamia milk": {
"aliases": [],
"description": "",
- "name": "macadamia milk",
- "plural_name": "macadamia milk"
+ "name": "mleko z orzechów makadamia",
+ "plural_name": "mleka z orzechów makadamia"
},
"vegan taco meat": {
"aliases": [],
"description": "",
- "name": "vegan taco meat",
- "plural_name": "vegan taco meats"
+ "name": "farsz do tacos wegański",
+ "plural_name": "farsz do tacos wegański"
},
"walnut taco meat": {
"aliases": [],
"description": "",
- "name": "walnut taco meat",
- "plural_name": "walnut taco meats"
+ "name": "farsz do tacos z orzechów włoskich",
+ "plural_name": "farsz do tacos z orzechów włoskich"
},
"vegan yogurt starter": {
"aliases": [],
"description": "",
- "name": "vegan yogurt starter",
- "plural_name": "vegan yogurt starters"
+ "name": "kultury starterowe do jogurtu wegańskiego",
+ "plural_name": "kultury starterowe do jogurtu wegańskiego"
},
"banana milk": {
"aliases": [],
"description": "",
"name": "mleko bananowe",
- "plural_name": "banana milk"
+ "plural_name": "mleka bananowego"
},
"soy quark": {
"aliases": [],
"description": "",
- "name": "soy quark",
- "plural_name": "soy quarks"
+ "name": "twaróg sojowy",
+ "plural_name": "twaróg sojowy"
},
"vegan chicken nugget": {
"aliases": [],
"description": "",
- "name": "wegański nuggets z kurczaka",
+ "name": "wegański nugget z kurczaka",
"plural_name": "wegańskie nuggetsy z kurczaka"
},
"vegan starter culture": {
"aliases": [],
"description": "",
- "name": "vegan starter culture",
- "plural_name": "vegan starter cultures"
+ "name": "wegańskie kultury starterowe",
+ "plural_name": "wegańskie kultury starterowe"
},
"walnut milk": {
"aliases": [],
"description": "",
- "name": "walnut milk",
- "plural_name": "walnut milk"
+ "name": "mleko z orzechów włoskich",
+ "plural_name": "mleka z orzechów włoskich"
},
"latik": {
"aliases": [],
"description": "",
"name": "latik",
- "plural_name": "latiks"
+ "plural_name": "latik"
},
"rice cream": {
"aliases": [],
"description": "",
- "name": "rice cream",
- "plural_name": "rice cream"
+ "name": "śmietanka ryżowa",
+ "plural_name": "śmietanki ryżowej"
}
}
},
@@ -3749,26 +3749,26 @@
"chopped bacon": {
"aliases": [],
"description": "",
- "name": "chopped bacon",
- "plural_name": "chopped bacons"
+ "name": "boczek pokrojony",
+ "plural_name": "boczek pokrojony"
},
"ground beef": {
"aliases": [],
"description": "",
- "name": "ground beef",
- "plural_name": "ground beefs"
+ "name": "mielona wołowina",
+ "plural_name": "mielona wołowina"
},
"beef steak": {
"aliases": [],
"description": "",
- "name": "beef steak",
- "plural_name": "beef steaks"
+ "name": "stek wołowy",
+ "plural_name": "steki wołowe"
},
"ham": {
"aliases": [],
"description": "",
"name": "szynka",
- "plural_name": "hams"
+ "plural_name": "szynka"
},
"pork chop": {
"aliases": [],
@@ -3779,20 +3779,20 @@
"sweet italian sausage": {
"aliases": [],
"description": "",
- "name": "sweet italian sausage",
- "plural_name": "sweet italian sausages"
+ "name": "słodka kiełbasa włoska",
+ "plural_name": "słodkie kiełbasy włoskie"
},
"pork loin": {
"aliases": [],
"description": "",
- "name": "pork loin",
- "plural_name": "pork loins"
+ "name": "schab",
+ "plural_name": "schab"
},
"prosciutto": {
"aliases": [],
"description": "",
"name": "prosciutto",
- "plural_name": "prosciuttoes"
+ "plural_name": "prosciutto"
},
"sausage": {
"aliases": [],
@@ -3803,86 +3803,86 @@
"beef roast": {
"aliases": [],
"description": "",
- "name": "beef roast",
- "plural_name": "beef roasts"
+ "name": "pieczeń wołowa",
+ "plural_name": "pieczenie wołowe"
},
"ground pork": {
"aliases": [],
"description": "",
- "name": "ground pork",
- "plural_name": "ground porks"
+ "name": "mielona wieprzowina",
+ "plural_name": "mielona wieprzowina"
},
"beef stew meat": {
"aliases": [],
"description": "",
- "name": "beef stew meat",
- "plural_name": "beef stew meats"
+ "name": "wołowina na gulasz",
+ "plural_name": "wołowina na gulasz"
},
"pepperoni": {
"aliases": [],
"description": "",
- "name": "papryka pepperoni",
- "plural_name": "papryki pepperoni"
+ "name": "pepperoni",
+ "plural_name": "pepperoni"
},
"chorizo": {
"aliases": [],
"description": "",
"name": "chorizo",
- "plural_name": "chorizoes"
+ "plural_name": "chorizo"
},
"pancetta": {
"aliases": [],
"description": "",
"name": "pancetta",
- "plural_name": "pancettas"
+ "plural_name": "pancetta"
},
"pork fillet": {
"aliases": [],
"description": "",
- "name": "pork fillet",
- "plural_name": "pork fillets"
+ "name": "polędwiczka wieprzowa",
+ "plural_name": "polędwiczki wieprzowe"
},
"pork shoulder": {
"aliases": [],
"description": "",
- "name": "pork shoulder",
- "plural_name": "pork shoulders"
+ "name": "łopatka wieprzowa",
+ "plural_name": "łopatki wieprzowe"
},
"ground lamb": {
"aliases": [],
"description": "",
- "name": "ground lamb",
- "plural_name": "ground lambs"
+ "name": "mielona jagnięcina",
+ "plural_name": "mielona jagnięcina"
},
"pork rib": {
"aliases": [],
"description": "",
- "name": "pork rib",
- "plural_name": "pork ribs"
+ "name": "żeberko wieprzowe",
+ "plural_name": "żeberka wieprzowe"
},
"smoked sausage": {
"aliases": [],
"description": "",
- "name": "smoked sausage",
- "plural_name": "smoked sausages"
+ "name": "kiełbasa wędzona",
+ "plural_name": "kiełbasa wędzona"
},
"breakfast sausage": {
"aliases": [],
"description": "",
- "name": "breakfast sausage",
- "plural_name": "breakfast sausages"
+ "name": "kiełbaska śniadaniowa",
+ "plural_name": "kiełbaski śniadaniowe"
},
"hot dog": {
"aliases": [],
"description": "",
- "name": "hot dog",
+ "name": "parówka",
"plural_name": "hot dogi"
},
"beef sirloin": {
"aliases": [],
"description": "",
- "name": "beef sirloin",
- "plural_name": "beef sirloins"
+ "name": "rostbef wołowy",
+ "plural_name": "rostbef wołowy"
},
"salami": {
"aliases": [],
@@ -3893,26 +3893,26 @@
"brisket": {
"aliases": [],
"description": "",
- "name": "brisket",
- "plural_name": "briskets"
+ "name": "mostek wołowy",
+ "plural_name": "mostek wołowy"
},
"deli ham": {
"aliases": [],
"description": "",
- "name": "deli ham",
- "plural_name": "deli hams"
+ "name": "szynka wędliniarska",
+ "plural_name": "szynka wędliniarska"
},
"leg of lamb": {
"aliases": [],
"description": "",
- "name": "leg of lamb",
- "plural_name": "leg of lamb"
+ "name": "udziec jagnięcy",
+ "plural_name": "udźce jagnięce"
},
"beef short rib": {
"aliases": [],
"description": "",
- "name": "beef short rib",
- "plural_name": "beef short ribs"
+ "name": "żeberko wołowe",
+ "plural_name": "żeberka wołowe"
},
"kielbasa": {
"aliases": [],
@@ -3923,164 +3923,164 @@
"pork belly": {
"aliases": [],
"description": "",
- "name": "pork belly",
- "plural_name": "pork bellies"
+ "name": "boczek wieprzowy",
+ "plural_name": "boczek wieprzowy"
},
"andouille": {
"aliases": [],
"description": "",
"name": "andouille",
- "plural_name": "andouilles"
+ "plural_name": "andouille"
},
"boneless lamb": {
"aliases": [],
"description": "",
- "name": "boneless lamb",
- "plural_name": "boneless lambs"
+ "name": "jagnięcina bez kości",
+ "plural_name": "jagnięcina bez kości"
},
"ground sausage": {
"aliases": [],
"description": "",
- "name": "ground sausage",
- "plural_name": "ground sausages"
+ "name": "mielona kiełbasa",
+ "plural_name": "mielona kiełbasa"
},
"ground pork sausage": {
"aliases": [],
"description": "",
- "name": "ground pork sausage",
- "plural_name": "ground pork sausages"
+ "name": "mielona kiełbasa wieprzowa",
+ "plural_name": "mielona kiełbasa wieprzowa"
},
"roast beef": {
"aliases": [],
"description": "",
"name": "roast beef",
- "plural_name": "roast beefs"
+ "plural_name": "roast beef"
},
"bacon bit": {
"aliases": [],
"description": "",
- "name": "bacon bit",
- "plural_name": "bacon bits"
+ "name": "skwarki z boczku",
+ "plural_name": "skwarki z boczku"
},
"pork roast": {
"aliases": [],
"description": "",
- "name": "pork roast",
- "plural_name": "pork roasts"
+ "name": "pieczeń wieprzowa",
+ "plural_name": "pieczenie wieprzowe"
},
"hot italian sausage": {
"aliases": [],
"description": "",
- "name": "hot italian sausage",
- "plural_name": "hot italian sausages"
+ "name": "ostra kiełbasa włoska",
+ "plural_name": "ostre kiełbasy włoskie"
},
"pork spare rib": {
"aliases": [],
"description": "",
- "name": "pork spare rib",
- "plural_name": "pork spare ribs"
+ "name": "żeberko wieprzowe",
+ "plural_name": "żeberka wieprzowe"
},
"lamb shoulder": {
"aliases": [],
"description": "",
- "name": "lamb shoulder",
- "plural_name": "lamb shoulders"
+ "name": "łopatka jagnięca",
+ "plural_name": "łopatki jagnięce"
},
"beef rib": {
"aliases": [],
"description": "",
- "name": "beef rib",
- "plural_name": "beef ribs"
+ "name": "żeberko wołowe",
+ "plural_name": "żeberka wołowe"
},
"veal steak": {
"aliases": [],
"description": "",
- "name": "veal steak",
- "plural_name": "veal steaks"
+ "name": "stek cielęcy",
+ "plural_name": "steki cielęce"
},
"lamb chop": {
"aliases": [],
"description": "",
- "name": "lamb chop",
- "plural_name": "lamb chops"
+ "name": "kotlet jagnięcy",
+ "plural_name": "kotlety jagnięce"
},
"bone-in ham": {
"aliases": [],
"description": "",
- "name": "bone-in ham",
- "plural_name": "bone-in hams"
+ "name": "szynka z kością",
+ "plural_name": "szynki z kością"
},
"pork butt": {
"aliases": [],
"description": "",
- "name": "pork butt",
- "plural_name": "pork butts"
+ "name": "łopatka wieprzowa",
+ "plural_name": "łopatki wieprzowe"
},
"canadian bacon": {
"aliases": [],
"description": "",
- "name": "canadian bacon",
- "plural_name": "canadian bacons"
+ "name": "schab wędzony",
+ "plural_name": "schab wędzony"
},
"beef sausage": {
"aliases": [],
"description": "",
- "name": "beef sausage",
- "plural_name": "beef sausages"
+ "name": "kiełbasa wołowa",
+ "plural_name": "kiełbasy wołowe"
},
"lamb shank": {
"aliases": [],
"description": "",
- "name": "lamb shank",
- "plural_name": "lamb shanks"
+ "name": "goleń jagnięca",
+ "plural_name": "golenie jagnięce"
},
"mutton": {
"aliases": [],
"description": "",
- "name": "mutton",
- "plural_name": "muttons"
+ "name": "baranina",
+ "plural_name": "baranina"
},
"ham steak": {
"aliases": [],
"description": "",
- "name": "ham steak",
- "plural_name": "ham steaks"
+ "name": "stek z szynki",
+ "plural_name": "steki z szynki"
},
"venison": {
"aliases": [],
"description": "",
- "name": "venison",
- "plural_name": "venisons"
+ "name": "dziczyzna",
+ "plural_name": "dziczyzna"
},
"bratwurst": {
"aliases": [],
"description": "",
"name": "bratwurst",
- "plural_name": "bratwursts"
+ "plural_name": "bratwurst"
},
"pulled pork": {
"aliases": [],
"description": "",
- "name": "pulled pork",
- "plural_name": "pulled porks"
+ "name": "szarpana wieprzowina",
+ "plural_name": "szarpana wieprzowina"
},
"ham hock": {
"aliases": [],
"description": "",
- "name": "ham hock",
- "plural_name": "ham hocks"
+ "name": "golonka wieprzowa",
+ "plural_name": "golonki wieprzowe"
},
"frozen meatball": {
"aliases": [],
"description": "",
- "name": "frozen meatball",
- "plural_name": "frozen meatballs"
+ "name": "mrożony klopsik",
+ "plural_name": "mrożone klopsiki"
},
"mixed ground meat": {
"aliases": [],
"description": "",
- "name": "mixed ground meat",
- "plural_name": "mixed ground meats"
+ "name": "mięso mielone mieszane",
+ "plural_name": "mięso mielone mieszane"
},
"rabbit": {
"aliases": [],
@@ -4091,152 +4091,152 @@
"pork cutlet": {
"aliases": [],
"description": "",
- "name": "pork cutlet",
- "plural_name": "pork cutlets"
+ "name": "kotlet wieprzowy",
+ "plural_name": "kotlety wieprzowe"
},
"veal cutlet": {
"aliases": [],
"description": "",
- "name": "veal cutlet",
- "plural_name": "veal cutlets"
+ "name": "kotlet cielęcy",
+ "plural_name": "kotlety cielęce"
},
"soup bone": {
"aliases": [],
"description": "",
- "name": "soup bone",
- "plural_name": "soup bones"
+ "name": "kość rosołowa",
+ "plural_name": "kości rosołowe"
},
"lamb loin": {
"aliases": [],
"description": "",
- "name": "lamb loin",
- "plural_name": "lamb loins"
+ "name": "comber jagnięcy",
+ "plural_name": "combry jagnięce"
},
"pork steak": {
"aliases": [],
"description": "",
- "name": "pork steak",
- "plural_name": "pork steaks"
+ "name": "stek wieprzowy",
+ "plural_name": "steki wieprzowe"
},
"mexican chorizo": {
"aliases": [],
"description": "",
- "name": "mexican chorizo",
- "plural_name": "mexican chorizoes"
+ "name": "chorizo meksykańskie",
+ "plural_name": "chorizo meksykańskie"
},
"rack of lamb": {
"aliases": [],
"description": "",
- "name": "rack of lamb",
- "plural_name": "rack of lamb"
+ "name": "kares jagnięcy",
+ "plural_name": "karesy jagnięce"
},
"pork back rib": {
"aliases": [],
"description": "",
- "name": "pork back rib",
- "plural_name": "pork back ribs"
+ "name": "żeberka wieprzowe z grzbietu",
+ "plural_name": "żeberka wieprzowe z grzbietu"
},
"country style rib": {
"aliases": [],
"description": "",
- "name": "country style rib",
- "plural_name": "country style ribs"
+ "name": "żeberka po wiejsku",
+ "plural_name": "żeberka po wiejsku"
},
"black forest ham": {
"aliases": [],
"description": "",
- "name": "black forest ham",
- "plural_name": "black forest hams"
+ "name": "szynka z Czarnego Lasu",
+ "plural_name": "szynki z Czarnego Lasu"
},
"oxtail": {
"aliases": [],
"description": "",
- "name": "oxtail",
- "plural_name": "oxtails"
+ "name": "ogon wołowy",
+ "plural_name": "ogony wołowe"
},
"smoked ham hock": {
"aliases": [],
"description": "",
- "name": "smoked ham hock",
- "plural_name": "smoked ham hocks"
+ "name": "wędzona golonka wieprzowa",
+ "plural_name": "wędzone golonki wieprzowe"
},
"serrano ham": {
"aliases": [],
"description": "",
- "name": "serrano ham",
- "plural_name": "serrano hams"
+ "name": "szynka serrano",
+ "plural_name": "szynki serrano"
},
"raw chorizo": {
"aliases": [],
"description": "",
- "name": "raw chorizo",
- "plural_name": "raw chorizoes"
+ "name": "surowe chorizo",
+ "plural_name": "surowe chorizo"
},
"beef liver": {
"aliases": [],
"description": "",
- "name": "beef liver",
- "plural_name": "beef livers"
+ "name": "wątróbka wołowa",
+ "plural_name": "wątróbka wołowa"
},
"pastrami": {
"aliases": [],
"description": "",
"name": "pastrami",
- "plural_name": "pastramis"
+ "plural_name": "pastrami"
},
"cocktail sausage": {
"aliases": [],
"description": "",
- "name": "cocktail sausage",
- "plural_name": "cocktail sausages"
+ "name": "kiełbaska koktajlowa",
+ "plural_name": "kiełbaski koktajlowe"
},
"hard salami": {
"aliases": [],
"description": "",
- "name": "hard salami",
- "plural_name": "hard salamis"
+ "name": "twarde salami",
+ "plural_name": "twarde salami"
},
"back bacon": {
"aliases": [],
"description": "",
- "name": "back bacon",
- "plural_name": "back bacons"
+ "name": "polędwica wędzona",
+ "plural_name": "polędwica wędzona"
},
"salt pork": {
"aliases": [],
"description": "",
- "name": "salt pork",
- "plural_name": "salt porks"
+ "name": "słonina solona",
+ "plural_name": "słonina solona"
},
"veal shank": {
"aliases": [],
"description": "",
- "name": "veal shank",
- "plural_name": "veal shanks"
+ "name": "goleń cielęca",
+ "plural_name": "golenie cielęce"
},
"ground venison": {
"aliases": [],
"description": "",
- "name": "ground venison",
- "plural_name": "ground venisons"
+ "name": "mielona dziczyzna",
+ "plural_name": "mielona dziczyzna"
},
"beef shank": {
"aliases": [],
"description": "",
- "name": "beef shank",
- "plural_name": "beef shanks"
+ "name": "goleń wołowa",
+ "plural_name": "golenie wołowe"
},
"lap cheong": {
"aliases": [],
"description": "",
"name": "lap cheong",
- "plural_name": "lap cheongs"
+ "plural_name": "lap cheong"
},
"blood sausage": {
"aliases": [],
"description": "",
- "name": "blood sausage",
- "plural_name": "blood sausages"
+ "name": "kaszanka",
+ "plural_name": "kaszanka"
},
"dried beef": {
"aliases": [],
@@ -4247,14 +4247,14 @@
"gammon joint": {
"aliases": [],
"description": "",
- "name": "gammon joint",
- "plural_name": "gammon joints"
+ "name": "szynka peklowana",
+ "plural_name": "szynki peklowane"
},
"boneless beef short rib": {
"aliases": [],
"description": "",
- "name": "boneless beef short rib",
- "plural_name": "boneless beef short ribs"
+ "name": "wołowe żeberko bez kości",
+ "plural_name": "wołowe żeberka bez kości"
},
"country ham": {
"aliases": [],
@@ -4265,8 +4265,8 @@
"boneless ham": {
"aliases": [],
"description": "",
- "name": "boneless ham",
- "plural_name": "boneless hams"
+ "name": "szynka bez kości",
+ "plural_name": "szynki bez kości"
},
"mortadella": {
"aliases": [],
@@ -4277,74 +4277,74 @@
"ground bison": {
"aliases": [],
"description": "",
- "name": "ground bison",
- "plural_name": "ground bisons"
+ "name": "mielone mięso z bizona",
+ "plural_name": "mielone mięso z bizona"
},
"fresh sausage": {
"aliases": [],
"description": "",
- "name": "świeża kiełabasa",
- "plural_name": "świeże kiełabasy"
+ "name": "świeża kiełbasa",
+ "plural_name": "świeże kiełbasy"
},
"bologna": {
"aliases": [],
"description": "",
- "name": "bologna",
- "plural_name": "bolognas"
+ "name": "mortadela",
+ "plural_name": "mortadele"
},
"burger patty": {
"aliases": [],
"description": "",
- "name": "burger patty",
- "plural_name": "burger patties"
+ "name": "kotlet burgerowy",
+ "plural_name": "kotlety burgerowe"
},
"smoked pork chop": {
"aliases": [],
"description": "",
- "name": "smoked pork chop",
- "plural_name": "smoked pork chops"
+ "name": "wędzony kotlet schabowy",
+ "plural_name": "wędzone kotlety schabowe"
},
"lamb neck": {
"aliases": [],
"description": "",
- "name": "lamb neck",
- "plural_name": "lamb necks"
+ "name": "kark jagnięcy",
+ "plural_name": "karki jagnięce"
},
"sausage patty": {
"aliases": [],
"description": "",
- "name": "sausage patty",
- "plural_name": "sausage patties"
+ "name": "kotlet śniadaniowy",
+ "plural_name": "kotlety śniadaniowe"
},
"beef suet": {
"aliases": [],
"description": "",
- "name": "beef suet",
- "plural_name": "beef suets"
+ "name": "łój wołowy",
+ "plural_name": "łój wołowy"
},
"veal roast": {
"aliases": [],
"description": "",
- "name": "veal roast",
- "plural_name": "veal roasts"
+ "name": "pieczeń cielęca",
+ "plural_name": "pieczenie cielęce"
},
"beef shoulder": {
"aliases": [],
"description": "",
- "name": "beef shoulder",
- "plural_name": "beef shoulders"
+ "name": "łopatka wołowa",
+ "plural_name": "łopatki wołowe"
},
"steak tip": {
"aliases": [],
"description": "",
- "name": "steak tip",
- "plural_name": "steak tips"
+ "name": "końcówka rostbefu",
+ "plural_name": "końcówki rostbefu"
},
"veal chop": {
"aliases": [],
"description": "",
- "name": "veal chop",
- "plural_name": "veal chops"
+ "name": "kotlet cielęcy z kością",
+ "plural_name": "kotlety cielęce z kością"
}
}
},
@@ -4366,13 +4366,13 @@
"aliases": [],
"description": "",
"name": "gotowany kurczak",
- "plural_name": "gotowany kurczak"
+ "plural_name": "gotowane kurczaki"
},
"ground turkey": {
"aliases": [],
"description": "",
- "name": "ground turkey",
- "plural_name": "ground turkeys"
+ "name": "mielony indyk",
+ "plural_name": "mielony indyk"
},
"whole chicken": {
"aliases": [],
@@ -4389,8 +4389,8 @@
"chicken leg": {
"aliases": [],
"description": "",
- "name": "chicken leg",
- "plural_name": "chicken legs"
+ "name": "udko z kurczaka",
+ "plural_name": "udka z kurczaka"
},
"chicken wing": {
"aliases": [],
@@ -4413,8 +4413,8 @@
"rotisserie chicken": {
"aliases": [],
"description": "",
- "name": "zmielone mięso z kurczaka",
- "plural_name": "kurczak z rożna"
+ "name": "kurczak z rożna",
+ "plural_name": "kurczaki z rożna"
},
"chicken tender": {
"aliases": [],
@@ -4425,20 +4425,20 @@
"turkey sausage": {
"aliases": [],
"description": "",
- "name": "turkey sausage",
- "plural_name": "turkey sausages"
+ "name": "kiełbasa z indyka",
+ "plural_name": "kiełbasy z indyka"
},
"chicken sausage": {
"aliases": [],
"description": "",
- "name": "chicken sausage",
- "plural_name": "chicken sausages"
+ "name": "kiełbasa z kurczaka",
+ "plural_name": "kiełbasy z kurczaka"
},
"turkey bacon": {
"aliases": [],
"description": "",
- "name": "turkey bacon",
- "plural_name": "turkey bacons"
+ "name": "boczek z indyka",
+ "plural_name": "boczek z indyka"
},
"duck": {
"aliases": [],
@@ -4456,31 +4456,31 @@
"aliases": [],
"description": "",
"name": "kurczak bez kości",
- "plural_name": "kurczak bez kości"
+ "plural_name": "kurczaki bez kości"
},
"chicken liver": {
"aliases": [],
"description": "",
"name": "wątroba z kurczaka",
- "plural_name": "wątroba z kurczaka"
+ "plural_name": "wątróbki z kurczaka"
},
"cornish hen": {
"aliases": [],
"description": "",
- "name": "cornish hen",
- "plural_name": "cornish hens"
+ "name": "kurczak kornwalijski",
+ "plural_name": "kurczaki kornwalijskie"
},
"deli turkey": {
"aliases": [],
"description": "",
- "name": "deli turkey",
- "plural_name": "deli turkeys"
+ "name": "indyk wędliniarski",
+ "plural_name": "indyki wędliniarskie"
},
"smoked turkey": {
"aliases": [],
"description": "",
- "name": "smoked turkey",
- "plural_name": "smoked turkeys"
+ "name": "wędzony indyk",
+ "plural_name": "wędzone indyki"
},
"turkey meat": {
"aliases": [],
@@ -4492,13 +4492,13 @@
"aliases": [],
"description": "",
"name": "ćwiartka z kurczaka",
- "plural_name": "ćwiartka z kurczaka"
+ "plural_name": "ćwiartki z kurczaka"
},
"ground turkey sausage": {
"aliases": [],
"description": "",
- "name": "ground turkey sausage",
- "plural_name": "ground turkey sausages"
+ "name": "mielona kiełbasa z indyka",
+ "plural_name": "mielone kiełbasy z indyka"
},
"quail": {
"aliases": [],
@@ -4509,26 +4509,26 @@
"smoked turkey sausage": {
"aliases": [],
"description": "",
- "name": "smoked turkey sausage",
- "plural_name": "smoked turkey sausages"
+ "name": "wędzona kiełbasa z indyka",
+ "plural_name": "wędzone kiełbasy z indyka"
},
"smoked chicken": {
"aliases": [],
"description": "",
- "name": "smoked chicken",
- "plural_name": "smoked chickens"
+ "name": "wędzony kurczak",
+ "plural_name": "wędzone kurczaki"
},
"turkey leg": {
"aliases": [],
"description": "",
- "name": "turkey leg",
- "plural_name": "turkey legs"
+ "name": "udko z indyka",
+ "plural_name": "udka z indyka"
},
"pheasant": {
"aliases": [],
"description": "",
- "name": "pheasant",
- "plural_name": "pheasants"
+ "name": "bażant",
+ "plural_name": "bażanty"
},
"goose": {
"aliases": [],
@@ -4545,14 +4545,14 @@
"turkey ham": {
"aliases": [],
"description": "",
- "name": "turkey ham",
- "plural_name": "turkey hams"
+ "name": "szynka z indyka",
+ "plural_name": "szynki z indyka"
},
"turkey thigh": {
"aliases": [],
"description": "",
- "name": "turkey thigh",
- "plural_name": "turkey thighs"
+ "name": "udo z indyka",
+ "plural_name": "uda z indyka"
},
"chicken bone": {
"aliases": [],
@@ -4563,13 +4563,13 @@
"turkey meatball": {
"aliases": [],
"description": "",
- "name": "turkey meatball",
- "plural_name": "turkey meatballs"
+ "name": "klopsik z indyka",
+ "plural_name": "klopsiki z indyka"
},
"foie gra": {
"aliases": [],
"description": "",
- "name": "foie gra",
+ "name": "foie gras",
"plural_name": "foie gras"
},
"chicken giblet": {
@@ -4581,62 +4581,62 @@
"turkey wing": {
"aliases": [],
"description": "",
- "name": "turkey wing",
- "plural_name": "turkey wings"
+ "name": "skrzydełko z indyka",
+ "plural_name": "skrzydełka z indyka"
},
"turkey giblet": {
"aliases": [],
"description": "",
- "name": "turkey giblet",
- "plural_name": "turkey giblets"
+ "name": "podroby z indyka",
+ "plural_name": "podroby z indyka"
},
"turkey neck": {
"aliases": [],
"description": "",
- "name": "turkey neck",
- "plural_name": "turkey necks"
+ "name": "szyja z indyka",
+ "plural_name": "szyje z indyka"
},
"chicken nugget": {
"aliases": [],
"description": "",
- "name": "nuggets z kurczaka",
+ "name": "nugget z kurczaka",
"plural_name": "nuggetsy z kurczaka"
},
"turkey burger": {
"aliases": [],
"description": "",
- "name": "turkey burger",
- "plural_name": "turkey burgers"
+ "name": "burger z indyka",
+ "plural_name": "burgery z indyka"
},
"chicken andouille": {
"aliases": [],
"description": "",
- "name": "chicken andouille",
- "plural_name": "chicken andouilles"
+ "name": "andouille z kurczaka",
+ "plural_name": "andouille z kurczaka"
},
"chicken gizzard": {
"aliases": [],
"description": "",
- "name": "chicken gizzard",
- "plural_name": "chicken gizzards"
+ "name": "żołądek kurczaka",
+ "plural_name": "żołądki kurczaka"
},
"smoked turkey leg": {
"aliases": [],
"description": "",
- "name": "smoked turkey leg",
- "plural_name": "smoked turkey legs"
+ "name": "wędzone udko z indyka",
+ "plural_name": "wędzone udka z indyka"
},
"chicken italian sausage": {
"aliases": [],
"description": "",
- "name": "chicken italian sausage",
- "plural_name": "chicken italian sausages"
+ "name": "włoska kiełbasa z kurczaka",
+ "plural_name": "włoskie kiełbasy z kurczaka"
},
"crispy chicken strip": {
"aliases": [],
"description": "",
- "name": "crispy chicken strip",
- "plural_name": "crispy chicken strips"
+ "name": "chrupiący pasek z kurczaka",
+ "plural_name": "chrupiące paski z kurczaka"
},
"ostrich": {
"aliases": [],
@@ -4647,44 +4647,44 @@
"popcorn chicken": {
"aliases": [],
"description": "",
- "name": "popcorn chicken",
- "plural_name": "popcorn chickens"
+ "name": "kurczak popcorn",
+ "plural_name": "kurczak popcorn"
},
"turkey kielbasa": {
"aliases": [],
"description": "",
- "name": "turkey kielbasa",
- "plural_name": "turkey kielbasas"
+ "name": "kiełbasa z indyka",
+ "plural_name": "kiełbasy z indyka"
},
"chicken-apple sausage": {
"aliases": [],
"description": "",
- "name": "kiełbasa z kurczaka i jabłka",
- "plural_name": "kiełbasy z kurczaka i jabłka"
+ "name": "kiełbasa z kurczaka i jabłka",
+ "plural_name": "kiełbasy z kurczaka i jabłka"
},
"chicken foot": {
"aliases": [],
"description": "",
- "name": "chicken foot",
- "plural_name": "chicken feet"
+ "name": "nóżka kurczaka",
+ "plural_name": "nóżki kurczaka"
},
"pulled chicken": {
"aliases": [],
"description": "",
- "name": "pulled chicken",
- "plural_name": "pulled chickens"
+ "name": "szarpany kurczak",
+ "plural_name": "szarpane kurczaki"
},
"deli chicken": {
"aliases": [],
"description": "",
- "name": "deli chicken",
- "plural_name": "deli chickens"
+ "name": "kurczak wędliniarski",
+ "plural_name": "kurczaki wędliniarskie"
},
"smoked duck breast": {
"aliases": [],
"description": "",
- "name": "smoked duck breast",
- "plural_name": "smoked duck breasts"
+ "name": "wędzona pierś z kaczki",
+ "plural_name": "wędzone piersi z kaczki"
},
"pigeon": {
"aliases": [],
@@ -4695,200 +4695,200 @@
"wild game bird": {
"aliases": [],
"description": "",
- "name": "wild game bird",
- "plural_name": "wild game birds"
+ "name": "dzikie ptactwo łowne",
+ "plural_name": "dzikie ptactwo łowne"
},
"turkey liver": {
"aliases": [],
"description": "",
- "name": "turkey liver",
- "plural_name": "turkey livers"
+ "name": "wątróbka z indyka",
+ "plural_name": "wątróbki z indyka"
},
"chicken neck": {
"aliases": [],
"description": "",
- "name": "chicken neck",
- "plural_name": "chicken necks"
+ "name": "szyja kurczaka",
+ "plural_name": "szyje kurczaka"
},
"duck confit": {
"aliases": [],
"description": "",
- "name": "duck confit",
- "plural_name": "duck confits"
+ "name": "kaczka confit",
+ "plural_name": "kaczki confit"
},
"roast duck": {
"aliases": [],
"description": "",
- "name": "roast duck",
- "plural_name": "roast ducks"
+ "name": "pieczona kaczka",
+ "plural_name": "pieczone kaczki"
},
"chicken meatball": {
"aliases": [],
"description": "",
- "name": "chicken meatball",
- "plural_name": "chicken meatballs"
+ "name": "klopsik z kurczaka",
+ "plural_name": "klopsiki z kurczaka"
},
"duck liver": {
"aliases": [],
"description": "",
- "name": "duck liver",
- "plural_name": "duck livers"
+ "name": "wątróbka kaczki",
+ "plural_name": "wątróbki kaczki"
},
"guinea fowl": {
"aliases": [],
"description": "",
- "name": "guinea fowl",
- "plural_name": "guinea fowls"
+ "name": "perliczka",
+ "plural_name": "perliczki"
},
"smoked turkey wing": {
"aliases": [],
"description": "",
- "name": "smoked turkey wing",
- "plural_name": "smoked turkey wings"
+ "name": "wędzone skrzydełko z indyka",
+ "plural_name": "wędzone skrzydełka z indyka"
},
"chicken curry-cut": {
"aliases": [],
"description": "",
- "name": "chicken curry-cut",
- "plural_name": "chicken curry-cuts"
+ "name": "kurczak krojony na curry",
+ "plural_name": "kurczak krojony na curry"
},
"chicken schnitzel": {
"aliases": [],
"description": "",
- "name": "chicken schnitzel",
- "plural_name": "chicken schnitzels"
+ "name": "sznycel z kurczaka",
+ "plural_name": "sznycle z kurczaka"
},
"grouse": {
"aliases": [],
"description": "",
- "name": "grouse",
- "plural_name": "grouses"
+ "name": "głuszec",
+ "plural_name": "głuszce"
},
"chicken roast": {
"aliases": [],
"description": "",
- "name": "chicken roast",
- "plural_name": "chicken roasts"
+ "name": "pieczony kurczak",
+ "plural_name": "pieczone kurczaki"
},
"goose liver": {
"aliases": [],
"description": "",
- "name": "goose liver",
- "plural_name": "goose livers"
+ "name": "wątróbka gęsia",
+ "plural_name": "wątróbki gęsie"
},
"turkey bone": {
"aliases": [],
"description": "",
- "name": "turkey bone",
- "plural_name": "turkey bones"
+ "name": "kość z indyka",
+ "plural_name": "kości z indyka"
},
"turkey lunch meat": {
"aliases": [],
"description": "",
- "name": "turkey lunch meat",
- "plural_name": "turkey lunch meats"
+ "name": "indyk na kanapki",
+ "plural_name": "indyk na kanapki"
},
"turkey roast": {
"aliases": [],
"description": "",
- "name": "turkey roast",
- "plural_name": "turkey roasts"
+ "name": "pieczeń z indyka",
+ "plural_name": "pieczenie z indyka"
},
"capon": {
"aliases": [],
"description": "",
- "name": "capon",
- "plural_name": "capons"
+ "name": "kapłon",
+ "plural_name": "kapłony"
},
"smoked turkey bacon": {
"aliases": [],
"description": "",
- "name": "smoked turkey bacon",
- "plural_name": "smoked turkey bacons"
+ "name": "wędzony boczek z indyka",
+ "plural_name": "wędzony boczek z indyka"
},
"chicken bacon": {
"aliases": [],
"description": "",
- "name": "chicken bacon",
- "plural_name": "chicken bacons"
+ "name": "boczek z kurczaka",
+ "plural_name": "boczek z kurczaka"
},
"turkey rissole": {
"aliases": [],
"description": "",
- "name": "turkey rissole",
- "plural_name": "turkey rissoles"
+ "name": "kotlecik z indyka",
+ "plural_name": "kotleciki z indyka"
},
"chicken kebab": {
"aliases": [],
"description": "",
- "name": "chicken kebab",
- "plural_name": "chicken kebabs"
+ "name": "kebab z kurczaka",
+ "plural_name": "kebaby z kurczaka"
},
"chicken ham": {
"aliases": [],
"description": "",
- "name": "chicken ham",
- "plural_name": "chicken hams"
+ "name": "szynka z kurczaka",
+ "plural_name": "szynki z kurczaka"
},
"duck neck": {
"aliases": [],
"description": "",
- "name": "duck neck",
- "plural_name": "duck necks"
+ "name": "szyja kaczki",
+ "plural_name": "szyje kaczki"
},
"chicken chorizo": {
"aliases": [],
"description": "",
- "name": "chicken chorizo",
- "plural_name": "chicken chorizoes"
+ "name": "chorizo z kurczaka",
+ "plural_name": "chorizo z kurczaka"
},
"chicken frame": {
"aliases": [],
"description": "",
- "name": "chicken frame",
- "plural_name": "chicken frames"
+ "name": "tuszka kurczaka",
+ "plural_name": "tuszki kurczaka"
},
"duck bacon": {
"aliases": [],
"description": "",
- "name": "duck bacon",
- "plural_name": "duck bacons"
+ "name": "boczek z kaczki",
+ "plural_name": "boczek z kaczki"
},
"pulled turkey": {
"aliases": [],
"description": "",
- "name": "pulled turkey",
- "plural_name": "pulled turkeys"
+ "name": "szarpany indyk",
+ "plural_name": "szarpane indyki"
},
"chicken gyro": {
"aliases": [],
"description": "",
- "name": "chicken gyro",
- "plural_name": "chicken gyros"
+ "name": "gyros z kurczaka",
+ "plural_name": "gyros z kurczaka"
},
"chicken patty": {
"aliases": [],
"description": "",
- "name": "chicken patty",
- "plural_name": "chicken patties"
+ "name": "kotlet z kurczaka",
+ "plural_name": "kotlety z kurczaka"
},
"chicken rib": {
"aliases": [],
"description": "",
- "name": "chicken rib",
- "plural_name": "chicken ribs"
+ "name": "żeberko z kurczaka",
+ "plural_name": "żeberka z kurczaka"
},
"turkey tail": {
"aliases": [],
"description": "",
- "name": "turkey tail",
- "plural_name": "turkey tails"
+ "name": "kuper z indyka",
+ "plural_name": "kupry z indyka"
},
"chicken milanesa": {
"aliases": [],
"description": "",
- "name": "chicken milanesa",
- "plural_name": "chicken milanesas"
+ "name": "kurczak po mediolańsku",
+ "plural_name": "kurczak po mediolańsku"
}
}
},
@@ -4916,19 +4916,19 @@
"aliases": [],
"description": "",
"name": "tilapia",
- "plural_name": "tilapias"
+ "plural_name": "tilapie"
},
"tuna steak": {
"aliases": [],
"description": "",
- "name": "tuna steak",
- "plural_name": "tuna steaks"
+ "name": "stek z tuńczyka",
+ "plural_name": "steki z tuńczyka"
},
"whitefish": {
"aliases": [],
"description": "",
- "name": "whitefish",
- "plural_name": "whitefish"
+ "name": "biała ryba",
+ "plural_name": "białe ryby"
},
"halibut": {
"aliases": [],
@@ -4939,14 +4939,14 @@
"red snapper": {
"aliases": [],
"description": "",
- "name": "red snapper",
- "plural_name": "red snappers"
+ "name": "lucjan czerwony",
+ "plural_name": "lucjany czerwone"
},
"sea bas": {
"aliases": [],
"description": "",
- "name": "sea bas",
- "plural_name": "sea bass"
+ "name": "okoń morski",
+ "plural_name": "okonie morskie"
},
"fish fillet": {
"aliases": [],
@@ -4970,13 +4970,13 @@
"aliases": [],
"description": "",
"name": "surimi",
- "plural_name": "surimis"
+ "plural_name": "surimi"
},
"swordfish": {
"aliases": [],
"description": "",
- "name": "swordfish",
- "plural_name": "swordfish"
+ "name": "miecznik",
+ "plural_name": "mieczniki"
},
"sardine": {
"aliases": [],
@@ -4987,14 +4987,14 @@
"sole": {
"aliases": [],
"description": "",
- "name": "sole",
- "plural_name": "soles"
+ "name": "sola",
+ "plural_name": "sole"
},
"mahi mahi": {
"aliases": [],
"description": "",
- "name": "mahi mahi",
- "plural_name": "mahi mahis"
+ "name": "mahi-mahi",
+ "plural_name": "mahi-mahi"
},
"mackerel": {
"aliases": [],
@@ -5005,8 +5005,8 @@
"smoked trout": {
"aliases": [],
"description": "",
- "name": "smoked trout",
- "plural_name": "smoked trout"
+ "name": "wędzony pstrąg",
+ "plural_name": "wędzone pstrągi"
},
"caviar": {
"aliases": [],
@@ -5017,68 +5017,68 @@
"haddock": {
"aliases": [],
"description": "",
- "name": "haddock",
- "plural_name": "haddocks"
+ "name": "łupacz",
+ "plural_name": "łupacze"
},
"monkfish": {
"aliases": [],
"description": "",
- "name": "monkfish",
- "plural_name": "monkfish"
+ "name": "żabnica",
+ "plural_name": "żabnice"
},
"smoked haddock": {
"aliases": [],
"description": "",
- "name": "smoked haddock",
- "plural_name": "smoked haddocks"
+ "name": "wędzony łupacz",
+ "plural_name": "wędzone łupacze"
},
"flounder": {
"aliases": [],
"description": "",
- "name": "flounder",
- "plural_name": "flounder"
+ "name": "flądra",
+ "plural_name": "flądry"
},
"perch": {
"aliases": [],
"description": "",
- "name": "perch",
- "plural_name": "perches"
+ "name": "okoń",
+ "plural_name": "okonie"
},
"hake": {
"aliases": [],
"description": "",
- "name": "hake",
- "plural_name": "hakes"
+ "name": "morszczuk",
+ "plural_name": "morszczuki"
},
"pollock": {
"aliases": [],
"description": "",
- "name": "pollock",
- "plural_name": "pollocks"
+ "name": "mintaj",
+ "plural_name": "mintaje"
},
"salt cod": {
"aliases": [],
"description": "",
- "name": "salt cod",
- "plural_name": "salt cod"
+ "name": "solony dorsz",
+ "plural_name": "solone dorsze"
},
"smoked mackerel": {
"aliases": [],
"description": "",
- "name": "smoked mackerel",
- "plural_name": "smoked mackerel"
+ "name": "wędzona makrela",
+ "plural_name": "wędzone makrele"
},
"sea bream": {
"aliases": [],
"description": "",
- "name": "sea bream",
- "plural_name": "sea bream"
+ "name": "dorada",
+ "plural_name": "dorady"
},
"rainbow trout": {
"aliases": [],
"description": "",
- "name": "rainbow trout",
- "plural_name": "rainbow trout"
+ "name": "pstrąg tęczowy",
+ "plural_name": "pstrągi tęczowe"
},
"carp": {
"aliases": [],
@@ -5089,14 +5089,14 @@
"cuttlefish": {
"aliases": [],
"description": "",
- "name": "cuttlefish",
- "plural_name": "cuttlefish"
+ "name": "mątwa",
+ "plural_name": "mątwy"
},
"grouper": {
"aliases": [],
"description": "",
- "name": "grouper",
- "plural_name": "groupers"
+ "name": "granik",
+ "plural_name": "graniki"
},
"herring": {
"aliases": [],
@@ -5107,32 +5107,32 @@
"salmon roe": {
"aliases": [],
"description": "",
- "name": "salmon roe",
- "plural_name": "salmon roes"
+ "name": "ikra łososia",
+ "plural_name": "ikra łososia"
},
"steelhead trout": {
"aliases": [],
"description": "",
- "name": "steelhead trout",
- "plural_name": "steelhead trout"
+ "name": "pstrąg stalowogłowy",
+ "plural_name": "pstrągi stalowogłowe"
},
"roe": {
"aliases": [],
"description": "",
- "name": "roe",
- "plural_name": "roes"
+ "name": "ikra",
+ "plural_name": "ikra"
},
"barramundi": {
"aliases": [],
"description": "",
"name": "barramundi",
- "plural_name": "barramundis"
+ "plural_name": "barramundi"
},
"black cod": {
"aliases": [],
"description": "",
- "name": "black cod",
- "plural_name": "black cod"
+ "name": "czarny dorsz",
+ "plural_name": "czarne dorsze"
},
"kingfish": {
"aliases": [],
@@ -5143,38 +5143,38 @@
"orange roughy": {
"aliases": [],
"description": "",
- "name": "szorstnica pomarańczowa",
+ "name": "szorstnica pomarańczowa",
"plural_name": "szorstnice pomarańczowe"
},
"turbot": {
"aliases": [],
"description": "",
"name": "turbot",
- "plural_name": "turbots"
+ "plural_name": "turboty"
},
"bangús": {
"aliases": [],
"description": "",
- "name": "bangús",
- "plural_name": "bangús"
+ "name": "bangus",
+ "plural_name": "bangus"
},
"rockfish": {
"aliases": [],
"description": "",
- "name": "rockfish",
- "plural_name": "rockfish"
+ "name": "skalniak",
+ "plural_name": "skalniaki"
},
"branzino": {
"aliases": [],
"description": "",
"name": "branzino",
- "plural_name": "branzinoes"
+ "plural_name": "branzino"
},
"pomfret": {
"aliases": [],
"description": "",
"name": "pomfret",
- "plural_name": "pomfrets"
+ "plural_name": "pomfrety"
},
"eel": {
"aliases": [],
@@ -5185,20 +5185,20 @@
"dried anchovy": {
"aliases": [],
"description": "",
- "name": "suszona anszua",
- "plural_name": "suszone anszua"
+ "name": "suszona sardela",
+ "plural_name": "suszone sardele"
},
"arctic char": {
"aliases": [],
"description": "",
- "name": "arctic char",
- "plural_name": "arctic chars"
+ "name": "golec arktyczny",
+ "plural_name": "golce arktyczne"
},
"fresh anchovy": {
"aliases": [],
"description": "",
- "name": "fresh anchovy",
- "plural_name": "fresh anchovies"
+ "name": "świeża sardela",
+ "plural_name": "świeże sardele"
},
"lemon sole": {
"aliases": [],
@@ -5210,43 +5210,43 @@
"aliases": [],
"description": "",
"name": "yellowtail",
- "plural_name": "yellowtails"
+ "plural_name": "yellowtail"
},
"battered fish": {
"aliases": [],
"description": "",
- "name": "battered fish",
- "plural_name": "battered fish"
+ "name": "ryba w cieście",
+ "plural_name": "ryby w cieście"
},
"pike": {
"aliases": [],
"description": "",
- "name": "pike",
- "plural_name": "pikes"
+ "name": "szczupak",
+ "plural_name": "szczupaki"
},
"pickled herring": {
"aliases": [],
"description": "",
- "name": "pickled herring",
- "plural_name": "pickled herrings"
+ "name": "śledź marynowany",
+ "plural_name": "śledzie marynowane"
},
"john dory": {
"aliases": [],
"description": "",
- "name": "john dory",
- "plural_name": "john dories"
+ "name": "świętopiotr",
+ "plural_name": "świętopiotry"
},
"swai fish": {
"aliases": [],
"description": "",
- "name": "swai fish",
- "plural_name": "swai fish"
+ "name": "swai",
+ "plural_name": "swai"
},
"walleye": {
"aliases": [],
"description": "",
- "name": "walleye",
- "plural_name": "walleyes"
+ "name": "sandacz",
+ "plural_name": "sandacze"
},
"fresh mackerel": {
"aliases": [],
@@ -5263,26 +5263,26 @@
"basa fish": {
"aliases": [],
"description": "",
- "name": "basa fish",
- "plural_name": "basa fish"
+ "name": "basa",
+ "plural_name": "basa"
},
"smoked eel": {
"aliases": [],
"description": "",
- "name": "smoked eel",
- "plural_name": "smoked eels"
+ "name": "wędzony węgorz",
+ "plural_name": "wędzone węgorze"
},
"fish ball": {
"aliases": [],
"description": "",
- "name": "fish ball",
- "plural_name": "fish balls"
+ "name": "kulka rybna",
+ "plural_name": "kulki rybne"
},
"sturgeon": {
"aliases": [],
"description": "",
- "name": "sturgeon",
- "plural_name": "sturgeons"
+ "name": "jesiotr",
+ "plural_name": "jesiotry"
},
"bluefish": {
"aliases": [],
@@ -5293,26 +5293,26 @@
"red mullet": {
"aliases": [],
"description": "",
- "name": "red mullet",
- "plural_name": "red mullets"
+ "name": "barwena",
+ "plural_name": "barweny"
},
"gurnard": {
"aliases": [],
"description": "",
- "name": "gurnard",
- "plural_name": "gurnards"
+ "name": "kurek",
+ "plural_name": "kurki"
},
"plaice": {
"aliases": [],
"description": "",
- "name": "plaice",
- "plural_name": "plaices"
+ "name": "gładzica",
+ "plural_name": "gładzice"
},
"pompano": {
"aliases": [],
"description": "",
"name": "pompano",
- "plural_name": "pompanoes"
+ "plural_name": "pompano"
},
"smoked fish": {
"aliases": [],
@@ -5329,8 +5329,8 @@
"rohu fish": {
"aliases": [],
"description": "",
- "name": "rohu fish",
- "plural_name": "rohu fish"
+ "name": "rohu",
+ "plural_name": "rohu"
},
"dried fish": {
"aliases": [],
@@ -5342,157 +5342,157 @@
"aliases": [],
"description": "",
"name": "flathead",
- "plural_name": "flatheads"
+ "plural_name": "flathead"
},
"fish cake": {
"aliases": [],
"description": "",
- "name": "fish cake",
- "plural_name": "fish cakes"
+ "name": "kotlet rybny",
+ "plural_name": "kotlety rybne"
},
"salt fish": {
"aliases": [],
"description": "",
- "name": "salt fish",
- "plural_name": "salt fish"
+ "name": "solona ryba",
+ "plural_name": "solone ryby"
},
"smoked herring": {
"aliases": [],
"description": "",
- "name": "smoked herring",
- "plural_name": "smoked herrings"
+ "name": "wędzony śledź",
+ "plural_name": "wędzone śledzie"
},
"whiting": {
"aliases": [],
"description": "",
- "name": "whiting",
- "plural_name": "whiting"
+ "name": "witlinek",
+ "plural_name": "witlinki"
},
"salmon burger meat": {
"aliases": [],
"description": "",
- "name": "salmon burger meat",
- "plural_name": "salmon burger meats"
+ "name": "mielony łosoś na burgera",
+ "plural_name": "mielony łosoś na burgera"
},
"shark meat": {
"aliases": [],
"description": "",
- "name": "shark meat",
- "plural_name": "shark meats"
+ "name": "mięso rekina",
+ "plural_name": "mięso rekina"
},
"garoupa": {
"aliases": [],
"description": "",
"name": "garoupa",
- "plural_name": "garoupas"
+ "plural_name": "garoupa"
},
"gilt-head bream": {
"aliases": [],
"description": "",
- "name": "gilt-head bream",
- "plural_name": "gilt-head bream"
+ "name": "dorada",
+ "plural_name": "dorady"
},
"pangasius": {
"aliases": [],
"description": "",
- "name": "pangasius",
- "plural_name": "pangasius"
+ "name": "pangazjusz",
+ "plural_name": "pangazjusze"
},
"salt herring": {
"aliases": [],
"description": "",
- "name": "salt herring",
- "plural_name": "salt herrings"
+ "name": "śledź solony",
+ "plural_name": "śledzie solone"
},
"soused herring": {
"aliases": [],
"description": "",
- "name": "soused herring",
- "plural_name": "soused herrings"
+ "name": "śledź w zalewie",
+ "plural_name": "śledzie w zalewie"
},
"tinapa": {
"aliases": [],
"description": "",
"name": "tinapa",
- "plural_name": "tinapas"
+ "plural_name": "tinapa"
},
"zander": {
"aliases": [],
"description": "",
- "name": "zander",
- "plural_name": "zanders"
+ "name": "sandacz",
+ "plural_name": "sandacze"
},
"amberjack": {
"aliases": [],
"description": "",
- "name": "amberjack",
- "plural_name": "amberjacks"
+ "name": "amberjak",
+ "plural_name": "amberjaki"
},
"korean fish cake": {
"aliases": [],
"description": "",
- "name": "korean fish cake",
- "plural_name": "korean fish cakes"
+ "name": "koreański placek rybny",
+ "plural_name": "koreańskie placki rybne"
},
"mullet": {
"aliases": [],
"description": "",
- "name": "mullet",
- "plural_name": "mullets"
+ "name": "cefal",
+ "plural_name": "cefale"
},
"skipjack tuna": {
"aliases": [],
"description": "",
- "name": "skipjack tuna",
- "plural_name": "skipjack tuna"
+ "name": "tuńczyk bonito",
+ "plural_name": "tuńczyki bonito"
},
"bottarga": {
"aliases": [],
"description": "",
"name": "bottarga",
- "plural_name": "bottargas"
+ "plural_name": "bottarga"
},
"dried baby sardine": {
"aliases": [],
"description": "",
- "name": "dried baby sardine",
- "plural_name": "dried baby sardines"
+ "name": "suszona sardynka",
+ "plural_name": "suszone sardynki"
},
"marlin": {
"aliases": [],
"description": "",
"name": "marlin",
- "plural_name": "marlins"
+ "plural_name": "marlin"
},
"threadfin": {
"aliases": [],
"description": "",
"name": "threadfin",
- "plural_name": "threadfins"
+ "plural_name": "threadfin"
},
"tiny fish": {
"aliases": [],
"description": "",
- "name": "tiny fish",
- "plural_name": "tiny fish"
+ "name": "małe rybki",
+ "plural_name": "małe rybki"
},
"tuna belly": {
"aliases": [],
"description": "",
- "name": "tuna belly",
- "plural_name": "tuna bellies"
+ "name": "brzuszek tuńczyka",
+ "plural_name": "brzuszki tuńczyka"
},
"beluga caviar": {
"aliases": [],
"description": "",
- "name": "beluga caviar",
- "plural_name": "beluga caviars"
+ "name": "kawior beluga",
+ "plural_name": "kawior beluga"
},
"bombay duck": {
"aliases": [],
"description": "",
"name": "bombay duck",
- "plural_name": "bombay ducks"
+ "plural_name": "bombay duck"
}
}
},
@@ -5507,14 +5507,14 @@
"octopuse": {
"aliases": [],
"description": "",
- "name": "octopuse",
- "plural_name": "octopi"
+ "name": "ośmiornica",
+ "plural_name": "ośmiornice"
},
"prawn": {
"aliases": [],
"description": "",
- "name": "prawn",
- "plural_name": "prawns"
+ "name": "krewetka",
+ "plural_name": "krewetki"
},
"crab": {
"aliases": [],
@@ -5525,62 +5525,62 @@
"scallop": {
"aliases": [],
"description": "",
- "name": "scallop",
- "plural_name": "scallops"
+ "name": "przegrzebek",
+ "plural_name": "przegrzebki"
},
"mussel": {
"aliases": [],
"description": "",
- "name": "mussel",
- "plural_name": "mussels"
+ "name": "małż",
+ "plural_name": "małże"
},
"clam": {
"aliases": [],
"description": "",
- "name": "clam",
- "plural_name": "clams"
+ "name": "małż",
+ "plural_name": "małże"
},
"squid": {
"aliases": [],
"description": "",
- "name": "squid",
- "plural_name": "squids"
+ "name": "kałamarnica",
+ "plural_name": "kałamarnice"
},
"nori": {
"aliases": [],
"description": "",
"name": "nori",
- "plural_name": "noris"
+ "plural_name": "nori"
},
"lobster": {
"aliases": [],
"description": "",
- "name": "lobster",
- "plural_name": "lobsters"
+ "name": "homar",
+ "plural_name": "homary"
},
"oyster": {
"aliases": [],
"description": "",
- "name": "oyster",
- "plural_name": "oysters"
+ "name": "ostryga",
+ "plural_name": "ostrygi"
},
"lobster tail": {
"aliases": [],
"description": "",
- "name": "lobster tail",
- "plural_name": "lobster tails"
+ "name": "ogon homara",
+ "plural_name": "ogony homara"
},
"crawfish": {
"aliases": [],
"description": "",
- "name": "crawfish",
- "plural_name": "crawfish"
+ "name": "rak",
+ "plural_name": "raki"
},
"octopus": {
"aliases": [],
"description": "",
- "name": "octopus",
- "plural_name": "octopi"
+ "name": "ośmiornica",
+ "plural_name": "ośmiornice"
},
"kombu": {
"aliases": [],
@@ -5597,50 +5597,50 @@
"bay scallop": {
"aliases": [],
"description": "",
- "name": "bay scallop",
- "plural_name": "bay scallops"
+ "name": "przegrzebek zatokowy",
+ "plural_name": "przegrzebki zatokowe"
},
"wakame": {
"aliases": [],
"description": "",
"name": "wakame",
- "plural_name": "wakames"
+ "plural_name": "wakame"
},
"soft-shell crab": {
"aliases": [],
"description": "",
- "name": "soft-shell crab",
- "plural_name": "soft-shell crabs"
+ "name": "krab miękkokorpusowy",
+ "plural_name": "kraby miękkokorpusowe"
},
"scampi": {
"aliases": [],
"description": "",
"name": "scampi",
- "plural_name": "scampis"
+ "plural_name": "scampi"
},
"king crab": {
"aliases": [],
"description": "",
- "name": "king crab",
- "plural_name": "king crabs"
+ "name": "krab królewski",
+ "plural_name": "kraby królewskie"
},
"mixed seafood": {
"aliases": [],
"description": "",
- "name": "mixed seafood",
- "plural_name": "mixed seafoods"
+ "name": "owoce morza",
+ "plural_name": "owoce morza"
},
"baby squid": {
"aliases": [],
"description": "",
- "name": "baby squid",
- "plural_name": "baby squids"
+ "name": "małe kałamarnice",
+ "plural_name": "małe kałamarnice"
},
"squid ink": {
"aliases": [],
"description": "",
- "name": "squid ink",
- "plural_name": "squid inks"
+ "name": "atrament z kałamarnicy",
+ "plural_name": "atrament z kałamarnicy"
},
"dried prawn": {
"aliases": [],
@@ -5651,164 +5651,164 @@
"dulse seaweed": {
"aliases": [],
"description": "",
- "name": "dulse seaweed",
- "plural_name": "dulse seaweeds"
+ "name": "dulse",
+ "plural_name": "dulse"
},
"roasted seaweed": {
"aliases": [],
"description": "",
- "name": "roasted seaweed",
- "plural_name": "roasted seaweeds"
+ "name": "prażone wodorosty",
+ "plural_name": "prażone wodorosty"
},
"smoked oyster": {
"aliases": [],
"description": "",
- "name": "smoked oyster",
- "plural_name": "smoked oysters"
+ "name": "wędzona ostryga",
+ "plural_name": "wędzone ostrygi"
},
"kelp": {
"aliases": [],
"description": "",
"name": "kelp",
- "plural_name": "kelps"
+ "plural_name": "kelp"
},
"kizami nori": {
"aliases": [],
"description": "",
"name": "kizami nori",
- "plural_name": "kizami noris"
+ "plural_name": "kizami nori"
},
"hijiki": {
"aliases": [],
"description": "",
"name": "hijiki",
- "plural_name": "hijikis"
+ "plural_name": "hijiki"
},
"salted shrimp": {
"aliases": [],
"description": "",
- "name": "salted shrimp",
- "plural_name": "salted shrimps"
+ "name": "solona krewetka",
+ "plural_name": "solone krewetki"
},
"yaki-nori": {
"aliases": [],
"description": "",
"name": "yaki-nori",
- "plural_name": "yaki-noris"
+ "plural_name": "yaki-nori"
},
"conch": {
"aliases": [],
"description": "",
- "name": "conch",
- "plural_name": "conches"
+ "name": "muszla konchowa",
+ "plural_name": "muszle konchowe"
},
"arame": {
"aliases": [],
"description": "",
"name": "arame",
- "plural_name": "arames"
+ "plural_name": "arame"
},
"calamari steak": {
"aliases": [],
"description": "",
- "name": "calamari steak",
- "plural_name": "calamari steaks"
+ "name": "stek z kalmarów",
+ "plural_name": "steki z kalmarów"
},
"mud crab": {
"aliases": [],
"description": "",
- "name": "mud crab",
- "plural_name": "mud crabs"
+ "name": "krab błotny",
+ "plural_name": "kraby błotne"
},
"sea urchin": {
"aliases": [],
"description": "",
- "name": "sea urchin",
- "plural_name": "sea urchins"
+ "name": "jeżowiec",
+ "plural_name": "jeżowce"
},
"abalone": {
"aliases": [],
"description": "",
"name": "abalone",
- "plural_name": "abalones"
+ "plural_name": "abalone"
},
"seaweed salad": {
"aliases": [],
"description": "",
- "name": "seaweed salad",
- "plural_name": "seaweed salads"
+ "name": "sałatka z wodorostów",
+ "plural_name": "sałatki z wodorostów"
},
"dulse": {
"aliases": [],
"description": "",
"name": "dulse",
- "plural_name": "dulses"
+ "plural_name": "dulse"
},
"smoked mussel": {
"aliases": [],
"description": "",
- "name": "smoked mussel",
- "plural_name": "smoked mussels"
+ "name": "wędzony małż",
+ "plural_name": "wędzone małże"
},
"sea snail": {
"aliases": [],
"description": "",
- "name": "sea snail",
- "plural_name": "sea snails"
+ "name": "ślimak morski",
+ "plural_name": "ślimaki morskie"
},
"aonori": {
"aliases": [],
"description": "",
"name": "aonori",
- "plural_name": "aonoris"
+ "plural_name": "aonori"
},
"prepared crab cake": {
"aliases": [],
"description": "",
- "name": "prepared crab cake",
- "plural_name": "prepared crab cakes"
+ "name": "gotowy kotlet z kraba",
+ "plural_name": "gotowe kotlety z kraba"
},
"sea lettuce": {
"aliases": [],
"description": "",
"name": "sałata morska",
- "plural_name": "sea lettuce"
+ "plural_name": "sałaty morskie"
},
"korean seaweed": {
"aliases": [],
"description": "",
- "name": "korean seaweed",
- "plural_name": "korean seaweeds"
+ "name": "koreańskie wodorosty",
+ "plural_name": "koreańskie wodorosty"
},
"ogo seaweed": {
"aliases": [],
"description": "",
- "name": "ogo seaweed",
- "plural_name": "ogo seaweeds"
+ "name": "ogo",
+ "plural_name": "ogo"
},
"seaweed caviar": {
"aliases": [],
"description": "",
- "name": "seaweed caviar",
- "plural_name": "seaweed caviars"
+ "name": "kawior z wodorostów",
+ "plural_name": "kawior z wodorostów"
},
"haddock": {
"aliases": [],
"description": "",
- "name": "haddock",
- "plural_name": "haddocks"
+ "name": "łupacz",
+ "plural_name": "łupacze"
},
"sea mos": {
"aliases": [],
"description": "",
- "name": "sea mos",
- "plural_name": "sea moss"
+ "name": "mech morski",
+ "plural_name": "mech morski"
},
"langoustine": {
"aliases": [],
"description": "",
- "name": "langoustine",
- "plural_name": "langoustines"
+ "name": "langustynka",
+ "plural_name": "langustynki"
}
}
},
@@ -5818,7 +5818,7 @@
"aliases": [],
"description": "",
"name": "cynamon",
- "plural_name": "cinnamon"
+ "plural_name": "cynamon"
},
"parsley": {
"aliases": [],
@@ -5829,14 +5829,14 @@
"cilantro": {
"aliases": [],
"description": "",
- "name": "cilantro",
- "plural_name": "cilantro"
+ "name": "kolendra świeża",
+ "plural_name": "kolendra świeża"
},
"cumin": {
"aliases": [],
"description": "",
- "name": "cumin",
- "plural_name": "cumins"
+ "name": "kmin rzymski",
+ "plural_name": "kmin rzymski"
},
"basil": {
"aliases": [],
@@ -5848,97 +5848,97 @@
"aliases": [],
"description": "",
"name": "tymianek",
- "plural_name": "thyme"
+ "plural_name": "tymianek"
},
"ginger root": {
"aliases": [],
"description": "",
- "name": "ginger root",
- "plural_name": "ginger roots"
+ "name": "korzeń imbiru",
+ "plural_name": "korzenie imbiru"
},
"garlic powder": {
"aliases": [],
"description": "",
"name": "czosnek w proszku",
- "plural_name": "garlic powder"
+ "plural_name": "czosnek w proszku"
},
"oregano": {
"aliases": [],
"description": "",
"name": "oregano",
- "plural_name": "oreganos"
+ "plural_name": "oregano"
},
"nutmeg": {
"aliases": [],
"description": "",
- "name": "nutmeg",
- "plural_name": "nutmegs"
+ "name": "gałka muszkatołowa",
+ "plural_name": "gałka muszkatołowa"
},
"chili flake": {
"aliases": [],
"description": "",
- "name": "chili flake",
- "plural_name": "chili flakes"
+ "name": "płatek chili",
+ "plural_name": "płatki chili"
},
"chili powder": {
"aliases": [],
"description": "",
- "name": "chili powder",
- "plural_name": "chili powder"
+ "name": "chili w proszku",
+ "plural_name": "chili w proszku"
},
"paprika": {
"aliases": [],
"description": "",
"name": "papryka",
- "plural_name": "paprika"
+ "plural_name": "papryka mielona"
},
"cayenne": {
"aliases": [],
"description": "",
- "name": "cayenne",
- "plural_name": "cayennes"
+ "name": "pieprz cayenne",
+ "plural_name": "pieprz cayenne"
},
"rosemary": {
"aliases": [],
"description": "",
- "name": "rosemary",
- "plural_name": "rosemaries"
+ "name": "rozmaryn",
+ "plural_name": "rozmaryn"
},
"bay leaf": {
"aliases": [],
"description": "",
- "name": "bay leaf",
+ "name": "liść laurowy",
"plural_name": "liście laurowe"
},
"turmeric": {
"aliases": [],
"description": "",
- "name": "turmeric",
- "plural_name": "turmerics"
+ "name": "kurkuma",
+ "plural_name": "kurkuma"
},
"clove": {
"aliases": [],
"description": "",
- "name": "clove",
- "plural_name": "cloves"
+ "name": "goździk",
+ "plural_name": "goździki"
},
"onion powder": {
"aliases": [],
"description": "",
- "name": "cebula mielona w proszku",
- "plural_name": "onion powder"
+ "name": "cebula w proszku",
+ "plural_name": "cebula w proszku"
},
"ginger powder": {
"aliases": [],
"description": "",
- "name": "ginger powder",
- "plural_name": "ginger powder"
+ "name": "imbir mielony",
+ "plural_name": "imbir mielony"
},
"panch puran": {
"aliases": [],
"description": "",
"name": "panch puran",
- "plural_name": "panch purans"
+ "plural_name": "panch puran"
},
"dill": {
"aliases": [],
@@ -5949,8 +5949,8 @@
"chive": {
"aliases": [],
"description": "",
- "name": "chive",
- "plural_name": "chives"
+ "name": "szczypiorek",
+ "plural_name": "szczypiorek"
},
"mint": {
"aliases": [],
@@ -5961,50 +5961,50 @@
"green cardamom": {
"aliases": [],
"description": "",
- "name": "green cardamom",
- "plural_name": "green cardamoms"
+ "name": "kardamon zielony",
+ "plural_name": "kardamon zielony"
},
"smoked paprika": {
"aliases": [],
"description": "",
- "name": "smoked paprika",
- "plural_name": "smoked paprika"
+ "name": "papryka wędzona",
+ "plural_name": "papryka wędzona"
},
"fresh mint": {
"aliases": [],
"description": "",
- "name": "fresh mint",
- "plural_name": "fresh mints"
+ "name": "świeża mięta",
+ "plural_name": "świeża mięta"
},
"coriander powder": {
"aliases": [],
"description": "",
- "name": "coriander powder",
- "plural_name": "coriander powder"
+ "name": "kolendra mielona",
+ "plural_name": "kolendra mielona"
},
"sage": {
"aliases": [],
"description": "",
- "name": "sage",
- "plural_name": "sages"
+ "name": "szałwia",
+ "plural_name": "szałwia"
},
"coriander": {
"aliases": [],
"description": "",
- "name": "coriander",
- "plural_name": "corianders"
+ "name": "kolendra",
+ "plural_name": "kolendra"
},
"allspice": {
"aliases": [],
"description": "",
- "name": "allspice",
- "plural_name": "allspices"
+ "name": "ziele angielskie",
+ "plural_name": "ziele angielskie"
},
"cracked pepper": {
"aliases": [],
"description": "",
"name": "grubomielony pieprz",
- "plural_name": "cracked pepper"
+ "plural_name": "pieprz grubo mielony"
},
"peppercorn": {
"aliases": [],
@@ -6015,20 +6015,20 @@
"mustard seed": {
"aliases": [],
"description": "",
- "name": "mustard seed",
- "plural_name": "mustard seeds"
+ "name": "nasiona gorczycy",
+ "plural_name": "nasiona gorczycy"
},
"white pepper": {
"aliases": [],
"description": "",
"name": "biały pieprz",
- "plural_name": "white pepper"
+ "plural_name": "pieprz biały"
},
"curry leaf": {
"aliases": [],
"description": "",
- "name": "curry leaf",
- "plural_name": "curry leaves"
+ "name": "liść curry",
+ "plural_name": "liście curry"
},
"fennel seed": {
"aliases": [],
@@ -6039,8 +6039,8 @@
"tarragon": {
"aliases": [],
"description": "",
- "name": "tarragon",
- "plural_name": "tarragons"
+ "name": "estragon",
+ "plural_name": "estragony"
},
"saffron": {
"aliases": [],
@@ -6051,14 +6051,14 @@
"asafoetida": {
"aliases": [],
"description": "",
- "name": "asafoetida",
- "plural_name": "asafoetidas"
+ "name": "asafetyda",
+ "plural_name": "asafetyda"
},
"star anise": {
"aliases": [],
"description": "",
- "name": "star anise",
- "plural_name": "star anises"
+ "name": "anyż gwiazdkowy",
+ "plural_name": "anyże gwiazdkowe"
},
"marjoram": {
"aliases": [],
@@ -6075,8 +6075,8 @@
"caraway": {
"aliases": [],
"description": "",
- "name": "caraway",
- "plural_name": "caraways"
+ "name": "kminek",
+ "plural_name": "kminek"
},
"garlic granule": {
"aliases": [],
@@ -6093,20 +6093,20 @@
"chipotle powder": {
"aliases": [],
"description": "",
- "name": "chipotle powder",
- "plural_name": "chipotle powder"
+ "name": "chipotle w proszku",
+ "plural_name": "chipotle w proszku"
},
"chipotle": {
"aliases": [],
"description": "",
"name": "chipotle",
- "plural_name": "chipotles"
+ "plural_name": "chipotle"
},
"fenugreek": {
"aliases": [],
"description": "",
- "name": "fenugreek",
- "plural_name": "fenugreeks"
+ "name": "kozieradka",
+ "plural_name": "kozieradka"
},
"onion flake": {
"aliases": [],
@@ -6117,56 +6117,56 @@
"matcha powder": {
"aliases": [],
"description": "",
- "name": "matcha powder",
- "plural_name": "matcha powder"
+ "name": "matcha w proszku",
+ "plural_name": "matcha w proszku"
},
"ancho chile powder": {
"aliases": [],
"description": "",
- "name": "ancho chile powder",
- "plural_name": "ancho chile powder"
+ "name": "papryka ancho mielona",
+ "plural_name": "papryka ancho mielona"
},
"sumac": {
"aliases": [],
"description": "",
- "name": "sumac",
- "plural_name": "sumacs"
+ "name": "sumak",
+ "plural_name": "sumaki"
},
"dried parsley flake": {
"aliases": [],
"description": "",
- "name": "dried parsley flake",
- "plural_name": "dried parsley flakes"
+ "name": "suszona natka pietruszki",
+ "plural_name": "suszona natka pietruszki"
},
"fenugreek seed": {
"aliases": [],
"description": "",
- "name": "fenugreek seed",
- "plural_name": "fenugreek seeds"
+ "name": "nasiona kozieradki",
+ "plural_name": "nasiona kozieradki"
},
"kashmiri red chilli": {
"aliases": [],
"description": "",
- "name": "kashmiri red chilli",
- "plural_name": "kashmiri red chillis"
+ "name": "chilli kaszmirskie",
+ "plural_name": "chilli kaszmirskie"
},
"thai basil": {
"aliases": [],
"description": "",
- "name": "thai basil",
- "plural_name": "thai basils"
+ "name": "bazylia tajska",
+ "plural_name": "bazylia tajska"
},
"edible flower": {
"aliases": [],
"description": "",
- "name": "edible flower",
- "plural_name": "edible flowers"
+ "name": "kwiat jadalny",
+ "plural_name": "kwiaty jadalne"
},
"aniseed": {
"aliases": [],
"description": "",
- "name": "aniseed",
- "plural_name": "aniseeds"
+ "name": "anyż",
+ "plural_name": "anyż"
},
"kaffir lime leaf": {
"aliases": [],
@@ -6177,44 +6177,44 @@
"chervil": {
"aliases": [],
"description": "",
- "name": "chervil",
- "plural_name": "chervils"
+ "name": "trybula ogrodowa",
+ "plural_name": "trybula ogrodowa"
},
"lavender": {
"aliases": [],
"description": "",
- "name": "lavender",
- "plural_name": "lavenders"
+ "name": "lawenda",
+ "plural_name": "lawenda"
},
"carom seed": {
"aliases": [],
"description": "",
- "name": "carom seed",
- "plural_name": "carom seeds"
+ "name": "nasiona ajowan",
+ "plural_name": "nasiona ajowan"
},
"mexican oregano": {
"aliases": [],
"description": "",
- "name": "mexican oregano",
- "plural_name": "mexican oreganos"
+ "name": "oregano meksykańskie",
+ "plural_name": "oregano meksykańskie"
},
"mace": {
"aliases": [],
"description": "",
- "name": "mace",
- "plural_name": "maces"
+ "name": "kwiat muszkatołowy",
+ "plural_name": "kwiat muszkatołowy"
},
"mango powder": {
"aliases": [],
"description": "",
"name": "mango w proszku",
- "plural_name": "mango powder"
+ "plural_name": "amchur"
},
"black mustard seed": {
"aliases": [],
"description": "",
- "name": "black mustard seed",
- "plural_name": "black mustard seeds"
+ "name": "czarna gorczyca",
+ "plural_name": "czarna gorczyca"
},
"dried chili": {
"aliases": [],
@@ -6225,14 +6225,14 @@
"black cardamom": {
"aliases": [],
"description": "",
- "name": "black cardamom",
- "plural_name": "black cardamoms"
+ "name": "kardamon czarny",
+ "plural_name": "kardamon czarny"
},
"saffron strand": {
"aliases": [],
"description": "",
- "name": "saffron strand",
- "plural_name": "saffron strands"
+ "name": "szafran",
+ "plural_name": "szafran"
},
"guajillo pepper": {
"aliases": [],
@@ -6249,20 +6249,20 @@
"hot paprika": {
"aliases": [],
"description": "",
- "name": "hot paprika",
- "plural_name": "hot paprika"
+ "name": "papryka ostra",
+ "plural_name": "papryka ostra"
},
"lemon thyme": {
"aliases": [],
"description": "",
"name": "tymianek cytrynowy",
- "plural_name": "lemon thyme"
+ "plural_name": "tymianek cytrynowy"
},
"galangal": {
"aliases": [],
"description": "",
"name": "galangal",
- "plural_name": "galangals"
+ "plural_name": "galangal"
},
"garlic flake": {
"aliases": [],
@@ -6274,19 +6274,19 @@
"aliases": [],
"description": "",
"name": "suszona kolendra",
- "plural_name": "dried cilantro"
+ "plural_name": "suszona kolendra"
},
"lemon balm": {
"aliases": [],
"description": "",
"name": "melisa lekarska",
- "plural_name": "lemon balm"
+ "plural_name": "melisa"
},
"dill seed": {
"aliases": [],
"description": "",
- "name": "dill seed",
- "plural_name": "dill seeds"
+ "name": "nasiona kopru",
+ "plural_name": "nasiona kopru"
},
"green peppercorn": {
"aliases": [],
@@ -6303,32 +6303,32 @@
"wasabi powder": {
"aliases": [],
"description": "",
- "name": "wasabi powder",
- "plural_name": "wasabi powder"
+ "name": "wasabi w proszku",
+ "plural_name": "wasabi w proszku"
},
"achiote seed": {
"aliases": [],
"description": "",
- "name": "achiote seed",
- "plural_name": "achiote seeds"
+ "name": "nasiona achiote",
+ "plural_name": "nasiona achiote"
},
"savory herb": {
"aliases": [],
"description": "",
- "name": "savory herb",
- "plural_name": "savory herbs"
+ "name": "cząber",
+ "plural_name": "cząber"
},
"pandan leaf": {
"aliases": [],
"description": "",
- "name": "pandan leaf",
- "plural_name": "pandan leaves"
+ "name": "liść pandanu",
+ "plural_name": "liście pandanu"
},
"sorrel": {
"aliases": [],
"description": "",
- "name": "sorrel",
- "plural_name": "sorrels"
+ "name": "szczaw",
+ "plural_name": "szczaw"
},
"gochugaru": {
"aliases": [],
@@ -6339,44 +6339,44 @@
"saigon cinnamon": {
"aliases": [],
"description": "",
- "name": "saigon cinnamon",
- "plural_name": "saigon cinnamon"
+ "name": "cynamon sajgoński",
+ "plural_name": "cynamon sajgoński"
},
"lemongrass paste": {
"aliases": [],
"description": "",
"name": "pasta z trawy cytrynowej",
- "plural_name": "lemongrass paste"
+ "plural_name": "pasta z trawy cytrynowej"
},
"shiso": {
"aliases": [],
"description": "",
"name": "shiso",
- "plural_name": "shisoes"
+ "plural_name": "shiso"
},
"celery powder": {
"aliases": [],
"description": "",
"name": "seler mielony",
- "plural_name": "celery powder"
+ "plural_name": "seler w proszku"
},
"black cumin": {
"aliases": [],
"description": "",
- "name": "black cumin",
- "plural_name": "black cumins"
+ "name": "czarny kmin",
+ "plural_name": "czarny kmin"
},
"anardana": {
"aliases": [],
"description": "",
"name": "anardana",
- "plural_name": "anardanas"
+ "plural_name": "anardana"
},
"vietnamese mint": {
"aliases": [],
"description": "",
- "name": "vietnamese mint",
- "plural_name": "vietnamese mints"
+ "name": "mięta wietnamska",
+ "plural_name": "mięta wietnamska"
},
"dried orange peel": {
"aliases": [],
@@ -6399,20 +6399,20 @@
"raw stevia": {
"aliases": [],
"description": "",
- "name": "raw stevia",
- "plural_name": "raw stevia"
+ "name": "stewia",
+ "plural_name": "stewia"
},
"achiote paste": {
"aliases": [],
"description": "",
- "name": "achiote paste",
- "plural_name": "achiote paste"
+ "name": "pasta achiote",
+ "plural_name": "pasta achiote"
},
"summer savory": {
"aliases": [],
"description": "",
- "name": "summer savory",
- "plural_name": "summer savories"
+ "name": "cząber letni",
+ "plural_name": "cząber letni"
},
"fennel pollen": {
"aliases": [],
@@ -6427,111 +6427,111 @@
"sugar": {
"aliases": [],
"description": "",
- "name": "sugar",
- "plural_name": "sugar"
+ "name": "cukier",
+ "plural_name": "cukry"
},
"brown sugar": {
"aliases": [
- "turbinado sugar"
+ "cukier turbinado"
],
"description": "",
"name": "cukier brązowy",
- "plural_name": "brown sugar"
+ "plural_name": "cukry brązowe"
},
"confectioners sugar": {
"aliases": [
"cukier puder",
- "icing sugar"
+ "cukier puder"
],
"description": "",
- "name": "confectioners sugar",
- "plural_name": "confectioners sugar"
+ "name": "cukier puder",
+ "plural_name": "cukry puder"
},
"bar sugar": {
"aliases": [
- "castor sugar"
+ "cukier drobny"
],
"description": "",
- "name": "bar sugar",
- "plural_name": "bar sugar"
+ "name": "cukier drobny",
+ "plural_name": "cukry drobne"
},
"maple syrup": {
"aliases": [],
"description": "",
"name": "syrop klonowy",
- "plural_name": "maple syrup"
+ "plural_name": "syropy klonowe"
},
"corn syrup": {
"aliases": [],
"description": "",
"name": "syrop kukurydziany",
- "plural_name": "corn syrup"
+ "plural_name": "syropy kukurydziane"
},
"coconut sugar": {
"aliases": [],
"description": "",
"name": "cukier kokosowy",
- "plural_name": "coconut sugar"
+ "plural_name": "cukry kokosowe"
},
"molasses": {
"aliases": [],
"description": "",
- "name": "molass",
- "plural_name": "molasses"
+ "name": "melasa",
+ "plural_name": "melasy"
},
"stevia": {
"aliases": [],
"description": "",
- "name": "stevia",
- "plural_name": "stevia"
+ "name": "stewia",
+ "plural_name": "stewia"
},
"agave nectar": {
"aliases": [],
"description": "",
- "name": "agave nectar",
- "plural_name": "agave nectar"
+ "name": "syrop z agawy",
+ "plural_name": "syropy z agawy"
},
"sugar syrup": {
"aliases": [],
"description": "",
"name": "syrop cukrowy",
- "plural_name": "sugar syrup"
+ "plural_name": "syropy cukrowe"
},
"isomalt": {
"aliases": [],
"description": "",
- "name": "isomalt",
- "plural_name": "isomalt"
+ "name": "izomalt",
+ "plural_name": "izomalt"
},
"erythritol": {
"aliases": [],
"description": "",
- "name": "erythritol",
- "plural_name": "erythritol"
+ "name": "erytrytol",
+ "plural_name": "erytrytol"
},
"vanilla sugar": {
"aliases": [],
"description": "",
- "name": "vanilla sugar",
- "plural_name": "vanilla sugar"
+ "name": "cukier waniliowy",
+ "plural_name": "cukry waniliowe"
},
"demerara sugar": {
"aliases": [],
"description": "",
- "name": "demerara sugar",
- "plural_name": "demerara sugar"
+ "name": "cukier demerara",
+ "plural_name": "cukry demerara"
},
"caramel syrup": {
"aliases": [],
"description": "",
"name": "syrop karmelowy",
- "plural_name": "caramel syrup"
+ "plural_name": "syropy karmelowe"
},
"chocolate syrup": {
"aliases": [],
"description": "",
"name": "syrop czekoladowy",
- "plural_name": "chocolate syrup"
+ "plural_name": "syropy czekoladowe"
},
"jaggery": {
"aliases": [],
@@ -6542,8 +6542,8 @@
"raw sugar": {
"aliases": [],
"description": "",
- "name": "raw sugar",
- "plural_name": "raw sugar"
+ "name": "cukier surowy",
+ "plural_name": "cukry surowe"
},
"golden syrup": {
"aliases": [],
@@ -6554,230 +6554,230 @@
"cinnamon sugar": {
"aliases": [],
"description": "",
- "name": "cinnamon sugar",
- "plural_name": "cinnamon sugar"
+ "name": "cukier cynamonowy",
+ "plural_name": "cukry cynamonowe"
},
"liquid stevia": {
"aliases": [],
"description": "",
- "name": "liquid stevia",
- "plural_name": "liquid stevia"
+ "name": "stewia w płynie",
+ "plural_name": "stewia w płynie"
},
"grenadine": {
"aliases": [],
"description": "",
- "name": "grenadine",
- "plural_name": "grenadine"
+ "name": "grenadyna",
+ "plural_name": "grenadyny"
},
"coarse sugar": {
"aliases": [],
"description": "",
- "name": "coarse sugar",
- "plural_name": "coarse sugar"
+ "name": "cukier gruboziarnisty",
+ "plural_name": "cukry gruboziarniste"
},
"salted caramel syrup": {
"aliases": [],
"description": "",
- "name": "salted caramel syrup",
- "plural_name": "salted caramel syrup"
+ "name": "syrop karmelowy słony",
+ "plural_name": "syropy karmelowe słone"
},
"sanding sugar": {
"aliases": [],
"description": "",
- "name": "sanding sugar",
- "plural_name": "sanding sugar"
+ "name": "cukier perlisty",
+ "plural_name": "cukry perliste"
},
"dark corn syrup": {
"aliases": [],
"description": "",
"name": "ciemny syrop kukurydziany",
- "plural_name": "dark corn syrup"
+ "plural_name": "ciemne syropy kukurydziane"
},
"sucralose": {
"aliases": [],
"description": "",
- "name": "sucralose",
- "plural_name": "sucralose"
+ "name": "sukraloza",
+ "plural_name": "sukraloza"
},
"monk fruit sweetener": {
"aliases": [],
"description": "",
- "name": "monk fruit sweetener",
- "plural_name": "monk fruit sweeteners"
+ "name": "słodzik z owocu mnicha",
+ "plural_name": "słodzik z owocu mnicha"
},
"maple sugar": {
"aliases": [],
"description": "",
- "name": "maple sugar",
- "plural_name": "maple sugar"
+ "name": "cukier klonowy",
+ "plural_name": "cukry klonowe"
},
"blackstrap molass": {
"aliases": [],
"description": "",
- "name": "blackstrap molass",
- "plural_name": "blackstrap molasses"
+ "name": "melasa blackstrap",
+ "plural_name": "melasa blackstrap"
},
"glucose": {
"aliases": [],
"description": "",
- "name": "glucose",
- "plural_name": "glucose"
+ "name": "glukoza",
+ "plural_name": "glukoza"
},
"rock sugar": {
"aliases": [],
"description": "",
- "name": "rock sugar",
- "plural_name": "rock sugar"
+ "name": "cukier kandyzowany",
+ "plural_name": "cukry kandyzowane"
},
"confectioners' sweetener": {
"aliases": [],
"description": "",
- "name": "confectioners' sweetener",
- "plural_name": "confectioners' sweeteners"
+ "name": "słodzik cukierniczy",
+ "plural_name": "słodzik cukierniczy"
},
"xylitol": {
"aliases": [],
"description": "",
- "name": "xylitol",
- "plural_name": "xylitols"
+ "name": "ksylitol",
+ "plural_name": "ksylitol"
},
"jam sugar": {
"aliases": [],
"description": "",
- "name": "jam sugar",
- "plural_name": "jam sugar"
+ "name": "cukier żelujący",
+ "plural_name": "cukry żelujące"
},
"brown rice syrup": {
"aliases": [],
"description": "",
- "name": "brown rice syrup",
- "plural_name": "brown rice syrup"
+ "name": "syrop z brązowego ryżu",
+ "plural_name": "syropy z brązowego ryżu"
},
"brown sugar substitute": {
"aliases": [],
"description": "",
- "name": "brown sugar substitute",
- "plural_name": "brown sugar substitutes"
+ "name": "zamiennik cukru brązowego",
+ "plural_name": "zamiennik cukru brązowego"
},
"strawberry syrup": {
"aliases": [],
"description": "",
"name": "syrop truskawkowy",
- "plural_name": "strawberry syrup"
+ "plural_name": "syropy truskawkowe"
},
"vanilla syrup": {
"aliases": [],
"description": "",
"name": "syrop waniliowy",
- "plural_name": "vanilla syrup"
+ "plural_name": "syropy waniliowe"
},
"ginger syrup": {
"aliases": [],
"description": "",
"name": "syrop imbirowy",
- "plural_name": "ginger syrup"
+ "plural_name": "syropy imbirowe"
},
"orgeat": {
"aliases": [],
"description": "",
- "name": "orgeat",
- "plural_name": "orgeats"
+ "name": "syrop migdałowy orgeat",
+ "plural_name": "syrop migdałowy orgeat"
},
"rice malt syrup": {
"aliases": [],
"description": "",
- "name": "rice malt syrup",
- "plural_name": "rice malt syrup"
+ "name": "syrop ryżowo-słodowy",
+ "plural_name": "syropy ryżowo-słodowe"
},
"pancake syrup": {
"aliases": [],
"description": "",
"name": "syrop do naleśników",
- "plural_name": "pancake syrup"
+ "plural_name": "syropy do naleśników"
},
"raspberry syrup": {
"aliases": [],
"description": "",
"name": "syrop malinowy",
- "plural_name": "raspberry syrup"
+ "plural_name": "syropy malinowe"
},
"date syrup": {
"aliases": [],
"description": "",
- "name": "date syrup",
- "plural_name": "date syrup"
+ "name": "syrop z daktyli",
+ "plural_name": "syropy z daktyli"
},
"black treacle": {
"aliases": [],
"description": "",
- "name": "black treacle",
- "plural_name": "black treacles"
+ "name": "czarna melasa",
+ "plural_name": "czarna melasa"
},
"date paste": {
"aliases": [],
"description": "",
- "name": "date paste",
- "plural_name": "date paste"
+ "name": "pasta z daktyli",
+ "plural_name": "pasty z daktyli"
},
"coconut syrup": {
"aliases": [],
"description": "",
"name": "syrop kokosowy",
- "plural_name": "coconut syrup"
+ "plural_name": "syropy kokosowe"
},
"mint syrup": {
"aliases": [],
"description": "",
"name": "syrop miętowy",
- "plural_name": "mint syrup"
+ "plural_name": "syropy miętowe"
},
"treacle": {
"aliases": [],
"description": "",
- "name": "treacle",
- "plural_name": "treacles"
+ "name": "melasa",
+ "plural_name": "melasa"
},
"rice syrup": {
"aliases": [],
"description": "",
"name": "syrop ryżowy",
- "plural_name": "rice syrup"
+ "plural_name": "syropy ryżowe"
},
"manuka honey": {
"aliases": [],
"description": "",
- "name": "manuka honey",
- "plural_name": "manuka honey"
+ "name": "miód manuka",
+ "plural_name": "miody manuka"
},
"maple butter": {
"aliases": [],
"description": "",
- "name": "maple butter",
- "plural_name": "maple butter"
+ "name": "masło klonowe",
+ "plural_name": "masła klonowe"
},
"blueberry syrup": {
"aliases": [],
"description": "",
"name": "syrop borówkowy",
- "plural_name": "blueberry syrup"
+ "plural_name": "syropy jagodowe"
},
"apple syrup": {
"aliases": [],
"description": "",
"name": "syrop jabłkowy",
- "plural_name": "apple syrup"
+ "plural_name": "syropy jabłkowe"
},
"allulose": {
"aliases": [],
"description": "",
- "name": "allulose",
- "plural_name": "allulose"
+ "name": "aluloza",
+ "plural_name": "aluloza"
},
"blackberry syrup": {
"aliases": [],
"description": "",
- "name": "blackberry syrup",
- "plural_name": "blackberry syrup"
+ "name": "syrop jeżynowy",
+ "plural_name": "syropy jeżynowe"
},
"piloncillo": {
"aliases": [],
@@ -6789,253 +6789,253 @@
"aliases": [],
"description": "",
"name": "syrop wiśniowy",
- "plural_name": "cherry syrup"
+ "plural_name": "syropy wiśniowe"
},
"hibiscus syrup": {
"aliases": [],
"description": "",
"name": "syrop hibiskusa",
- "plural_name": "hibiscus syrup"
+ "plural_name": "syropy hibiskusowe"
},
"lavender syrup": {
"aliases": [],
"description": "",
"name": "syrop lawendowy",
- "plural_name": "lavender syrup"
+ "plural_name": "syropy lawendowe"
},
"fresh sugar cane": {
"aliases": [],
"description": "",
- "name": "fresh sugar cane",
- "plural_name": "fresh sugar canes"
+ "name": "świeża trzcina cukrowa",
+ "plural_name": "świeża trzcina cukrowa"
},
"hazelnut syrup": {
"aliases": [],
"description": "",
- "name": "hazelnut syrup",
- "plural_name": "hazelnut syrup"
+ "name": "syrop laskowy",
+ "plural_name": "syropy z orzechów laskowych"
},
"white chocolate sauce": {
"aliases": [],
"description": "",
- "name": "white chocolate sauce",
- "plural_name": "white chocolate sauce"
+ "name": "sos z białej czekolady",
+ "plural_name": "sosy z białej czekolady"
},
"pumpkin spice syrup": {
"aliases": [],
"description": "",
- "name": "syrop dyniowy z przyprawami",
- "plural_name": "pumpkin spice syrup"
+ "name": "syrop dyniowy z przyprawami",
+ "plural_name": "syropy korzenno-dyniowe"
},
"glycerine": {
"aliases": [],
"description": "",
- "name": "glycerine",
- "plural_name": "glycerine"
+ "name": "gliceryna",
+ "plural_name": "gliceryna"
},
"sorghum syrup": {
"aliases": [],
"description": "",
- "name": "sorghum syrup",
- "plural_name": "sorghum syrup"
+ "name": "syrop z sorgo",
+ "plural_name": "syropy z sorgo"
},
"lucuma powder": {
"aliases": [],
"description": "",
- "name": "lucuma powder",
- "plural_name": "lucuma powder"
+ "name": "proszek lucuma",
+ "plural_name": "proszki lucuma"
},
"black sugar": {
"aliases": [],
"description": "",
- "name": "black sugar",
- "plural_name": "black sugar"
+ "name": "czarny cukier",
+ "plural_name": "czarne cukry"
},
"cranberry syrup": {
"aliases": [],
"description": "",
"name": "syrop żurawinowy",
- "plural_name": "cranberry syrup"
+ "plural_name": "syropy żurawinowe"
},
"golden sugar": {
"aliases": [],
"description": "",
- "name": "golden sugar",
- "plural_name": "golden sugar"
+ "name": "złoty cukier",
+ "plural_name": "złote cukry"
},
"cane syrup": {
"aliases": [],
"description": "",
- "name": "cane syrup",
- "plural_name": "cane syrup"
+ "name": "syrop trzcinowy",
+ "plural_name": "syropy trzcinowe"
},
"mango syrup": {
"aliases": [],
"description": "",
"name": "syrop z mango",
- "plural_name": "mango syrup"
+ "plural_name": "syropy mangowe"
},
"malt syrup": {
"aliases": [],
"description": "",
- "name": "malt syrup",
- "plural_name": "malt syrup"
+ "name": "syrop słodowy",
+ "plural_name": "syropy słodowe"
},
"hot honey": {
"aliases": [],
"description": "",
- "name": "hot honey",
- "plural_name": "hot honey"
+ "name": "miód pikantny",
+ "plural_name": "miody pikantne"
},
"gula melaka": {
"aliases": [],
"description": "",
"name": "gula melaka",
- "plural_name": "gula melakas"
+ "plural_name": "gula melaka"
},
"elderberry syrup": {
"aliases": [],
"description": "",
"name": "syrop z czarnego bzu",
- "plural_name": "elderberry syrup"
+ "plural_name": "syropy z czarnego bzu"
},
"rosemary syrup": {
"aliases": [],
"description": "",
"name": "syrop rozmarynowy",
- "plural_name": "rosemary syrup"
+ "plural_name": "syropy rozmarynowe"
},
"dark chocolate syrup": {
"aliases": [],
"description": "",
- "name": "dark chocolate syrup",
- "plural_name": "dark chocolate syrup"
+ "name": "syrop z ciemnej czekolady",
+ "plural_name": "syropy z ciemnej czekolady"
},
"inulin": {
"aliases": [],
"description": "",
- "name": "inulin",
- "plural_name": "inulins"
+ "name": "inulina",
+ "plural_name": "inulina"
},
"sweet'n low": {
"aliases": [],
"description": "",
"name": "sweet'n low",
- "plural_name": "sweet'n lows"
+ "plural_name": "sweet'n low"
},
"fructose": {
"aliases": [],
"description": "",
- "name": "fructose",
- "plural_name": "fructose"
+ "name": "fruktoza",
+ "plural_name": "fruktoza"
},
"honey powder": {
"aliases": [],
"description": "",
- "name": "honey powder",
- "plural_name": "honey powder"
+ "name": "miód w proszku",
+ "plural_name": "miody w proszku"
},
"berry syrup": {
"aliases": [],
"description": "",
"name": "syrop jagodowy",
- "plural_name": "berry syrup"
+ "plural_name": "syropy jagodowe"
},
"grape syrup": {
"aliases": [],
"description": "",
"name": "syrop winogronowy",
- "plural_name": "grape syrup"
+ "plural_name": "syropy winogronowe"
},
"brown butter syrup": {
"aliases": [],
"description": "",
- "name": "brown butter syrup",
- "plural_name": "brown butter syrup"
+ "name": "syrop z brązowego masła",
+ "plural_name": "syropy z brązowego masła"
},
"date sugar": {
"aliases": [],
"description": "",
- "name": "date sugar",
- "plural_name": "date sugar"
+ "name": "cukier z daktyli",
+ "plural_name": "cukry z daktyli"
},
"mastic gum": {
"aliases": [],
"description": "",
- "name": "mastic gum",
- "plural_name": "mastic gums"
+ "name": "guma mastyksowa",
+ "plural_name": "guma mastyksowa"
},
"gum syrup": {
"aliases": [],
"description": "",
- "name": "gum syrup",
- "plural_name": "gum syrup"
+ "name": "syrop gomme",
+ "plural_name": "syropy gomme"
},
"irish cream syrup": {
"aliases": [],
"description": "",
- "name": "irish cream syrup",
- "plural_name": "irish cream syrup"
+ "name": "syrop irish cream",
+ "plural_name": "syropy irish cream"
},
"prickly pear syrup": {
"aliases": [],
"description": "",
"name": "syrop z opuncji figowych",
- "plural_name": "prickly pear syrup"
+ "plural_name": "syropy z opuncji"
},
"cookie butter syrup": {
"aliases": [],
"description": "",
- "name": "cookie butter syrup",
- "plural_name": "cookie butter syrup"
+ "name": "syrop maślano-ciasteczkowy",
+ "plural_name": "syropy maślano-ciasteczkowe"
},
"creamed honey": {
"aliases": [],
"description": "",
- "name": "creamed honey",
- "plural_name": "creamed honey"
+ "name": "miód kremowany",
+ "plural_name": "miody kremowane"
},
"buttermilk syrup": {
"aliases": [],
"description": "",
- "name": "buttermilk syrup",
- "plural_name": "buttermilk syrup"
+ "name": "syrop maślankowy",
+ "plural_name": "syropy maślankowe"
},
"chocolate sugar": {
"aliases": [],
"description": "",
- "name": "chocolate sugar",
- "plural_name": "chocolate sugar"
+ "name": "cukier czekoladowy",
+ "plural_name": "cukry czekoladowe"
},
"flavored syrup": {
"aliases": [],
"description": "",
"name": "syrop smakowy",
- "plural_name": "flavored syrup"
+ "plural_name": "syropy smakowe"
},
"elderflower syrup": {
"aliases": [],
"description": "",
- "name": "elderflower syrup",
- "plural_name": "elderflower syrup"
+ "name": "syrop z kwiatów bzu",
+ "plural_name": "syropy z kwiatów bzu"
},
"malt sugar": {
"aliases": [],
"description": "",
- "name": "malt sugar",
- "plural_name": "malt sugar"
+ "name": "cukier słodowy",
+ "plural_name": "cukry słodowe"
},
"buckwheat honey": {
"aliases": [],
"description": "",
- "name": "buckwheat honey",
- "plural_name": "buckwheat honey"
+ "name": "miód gryczany",
+ "plural_name": "miody gryczane"
},
"truffle honey": {
"aliases": [],
"description": "",
- "name": "truffle honey",
- "plural_name": "truffle honey"
+ "name": "miód truflowy",
+ "plural_name": "miody truflowe"
}
}
},
@@ -7044,32 +7044,32 @@
"italian seasoning": {
"aliases": [],
"description": "",
- "name": "italian seasoning",
- "plural_name": "italian seasoning"
+ "name": "przyprawa włoska",
+ "plural_name": "przyprawa włoska"
},
"ranch dressing packet": {
"aliases": [],
"description": "",
- "name": "ranch dressing packet",
- "plural_name": "ranch dressing packets"
+ "name": "przyprawa ranch",
+ "plural_name": "przyprawa ranch"
},
"seasoned salt": {
"aliases": [],
"description": "",
- "name": "seasoned salt",
- "plural_name": "seasoned salt"
+ "name": "sól przyprawowa",
+ "plural_name": "sól przyprawowa"
},
"curry": {
"aliases": [],
"description": "",
"name": "curry",
- "plural_name": "curries"
+ "plural_name": "curry"
},
"garam masala": {
"aliases": [],
"description": "",
"name": "garam masala",
- "plural_name": "garam masalas"
+ "plural_name": "garam masala"
},
"pumpkin pie spice": {
"aliases": [],
@@ -7080,104 +7080,104 @@
"mustard powder": {
"aliases": [],
"description": "",
- "name": "mustard powder",
- "plural_name": "mustard powder"
+ "name": "musztarda w proszku",
+ "plural_name": "musztarda w proszku"
},
"taco seasoning": {
"aliases": [],
"description": "",
- "name": "taco seasoning",
- "plural_name": "taco seasoning"
+ "name": "przyprawa do taco",
+ "plural_name": "przyprawa do taco"
},
"cajun seasoning": {
"aliases": [],
"description": "",
- "name": "cajun seasoning",
- "plural_name": "cajun seasoning"
+ "name": "przyprawa cajun",
+ "plural_name": "przyprawa cajun"
},
"dry ranch seasoning": {
"aliases": [],
"description": "",
- "name": "dry ranch seasoning",
- "plural_name": "dry ranch seasoning"
+ "name": "sucha przyprawa ranch",
+ "plural_name": "sucha przyprawa ranch"
},
"white miso": {
"aliases": [],
"description": "",
- "name": "white miso",
- "plural_name": "white misoes"
+ "name": "białe miso",
+ "plural_name": "białe miso"
},
"himalayan salt": {
"aliases": [],
"description": "",
- "name": "himalayan salt",
- "plural_name": "himalayan salt"
+ "name": "sól himalajska",
+ "plural_name": "sól himalajska"
},
"lemon & pepper seasoning": {
"aliases": [],
"description": "",
"name": "pieprz cytrynowy",
- "plural_name": "lemon & pepper seasoning"
+ "plural_name": "przyprawa cytrynowo-pieprzowa"
},
"liquid smoke": {
"aliases": [],
"description": "",
- "name": "liquid smoke",
- "plural_name": "liquid smokes"
+ "name": "płynny dym",
+ "plural_name": "płynny dym"
},
"poultry seasoning": {
"aliases": [],
"description": "",
- "name": "poultry seasoning",
- "plural_name": "poultry seasoning"
+ "name": "przyprawa do drobiu",
+ "plural_name": "przyprawa do drobiu"
},
"chinese five spice": {
"aliases": [],
"description": "",
- "name": "chinese five spice",
- "plural_name": "chinese five spices"
+ "name": "pięć smaków",
+ "plural_name": "pięć smaków"
},
"red curry": {
"aliases": [],
"description": "",
- "name": "red curry",
- "plural_name": "red curries"
+ "name": "czerwone curry",
+ "plural_name": "czerwone curry"
},
"old bay seasoning": {
"aliases": [],
"description": "",
- "name": "old bay seasoning",
- "plural_name": "old bay seasoning"
+ "name": "przyprawa Old Bay",
+ "plural_name": "przyprawa Old Bay"
},
"herbe de provence": {
"aliases": [],
"description": "",
- "name": "herbe de provence",
- "plural_name": "herbes de provence"
+ "name": "zioła prowansalskie",
+ "plural_name": "zioła prowansalskie"
},
"chaat masala": {
"aliases": [],
"description": "",
"name": "chaat masala",
- "plural_name": "chaat masalas"
+ "plural_name": "chaat masala"
},
"creole seasoning": {
"aliases": [],
"description": "",
- "name": "creole seasoning",
- "plural_name": "creole seasoning"
+ "name": "przyprawa creole",
+ "plural_name": "przyprawa creole"
},
"steak seasoning": {
"aliases": [],
"description": "",
- "name": "steak seasoning",
- "plural_name": "steak seasoning"
+ "name": "przyprawa do steków",
+ "plural_name": "przyprawa do steków"
},
"mixed spice": {
"aliases": [],
"description": "",
- "name": "mixed spice",
- "plural_name": "mixed spices"
+ "name": "mieszanka korzennych przypraw",
+ "plural_name": "mieszanka korzennych przypraw"
},
"fleur de sel": {
"aliases": [],
@@ -7188,218 +7188,218 @@
"thai red curry paste": {
"aliases": [],
"description": "",
- "name": "thai red curry paste",
- "plural_name": "thai red curry paste"
+ "name": "tajska pasta czerwonego curry",
+ "plural_name": "tajska pasta czerwonego curry"
},
"mixed herb": {
"aliases": [],
"description": "",
- "name": "mixed herb",
- "plural_name": "mixed herbs"
+ "name": "mieszanka ziół",
+ "plural_name": "mieszanka ziół"
},
"green curry": {
"aliases": [],
"description": "",
- "name": "green curry",
- "plural_name": "green curries"
+ "name": "zielone curry",
+ "plural_name": "zielone curry"
},
"barbecue seasoning": {
"aliases": [],
"description": "",
- "name": "barbecue seasoning",
- "plural_name": "barbecue seasoning"
+ "name": "przyprawa do grilla",
+ "plural_name": "przyprawa do grilla"
},
"apple pie spice": {
"aliases": [],
"description": "",
- "name": "przyprawa do szarlotki",
- "plural_name": "przyprawa do szarlotki"
+ "name": "przyprawa do szarlotki",
+ "plural_name": "przyprawa do szarlotki"
},
"za'atar": {
"aliases": [],
"description": "",
"name": "za'atar",
- "plural_name": "za'atars"
+ "plural_name": "za'atar"
},
"ras el hanout": {
"aliases": [],
"description": "",
"name": "ras el hanout",
- "plural_name": "ras el hanouts"
+ "plural_name": "ras el hanout"
},
"all-purpose seasoning": {
"aliases": [],
"description": "",
- "name": "all-purpose seasoning",
- "plural_name": "all-purpose seasoning"
+ "name": "uniwersalna przyprawa",
+ "plural_name": "uniwersalna przyprawa"
},
"seafood seasoning": {
"aliases": [],
"description": "",
- "name": "seafood seasoning",
- "plural_name": "seafood seasoning"
+ "name": "przyprawa do owoców morza",
+ "plural_name": "przyprawa do owoców morza"
},
"bagel seasoning": {
"aliases": [],
"description": "",
- "name": "bagel seasoning",
- "plural_name": "bagel seasoning"
+ "name": "przyprawa do bagli",
+ "plural_name": "przyprawa do bagli"
},
"fajita seasoning": {
"aliases": [],
"description": "",
- "name": "fajita seasoning",
- "plural_name": "fajita seasoning"
+ "name": "przyprawa do fajitas",
+ "plural_name": "przyprawa do fajitas"
},
"tandoori spice": {
"aliases": [],
"description": "",
- "name": "tandoori spice",
- "plural_name": "tandoori spices"
+ "name": "przyprawa tandoori",
+ "plural_name": "przyprawa tandoori"
},
"pickling spice": {
"aliases": [],
"description": "",
- "name": "pickling spice",
- "plural_name": "pickling spices"
+ "name": "przyprawa do przetworów",
+ "plural_name": "przyprawa do przetworów"
},
"caribbean jerk seasoning": {
"aliases": [],
"description": "",
- "name": "caribbean jerk seasoning",
- "plural_name": "caribbean jerk seasoning"
+ "name": "przyprawa jerk",
+ "plural_name": "przyprawa jerk"
},
"gravy mix": {
"aliases": [],
"description": "",
- "name": "gravy mix",
- "plural_name": "gravy mixes"
+ "name": "mieszanka do sosu",
+ "plural_name": "mieszanka do sosu"
},
"garlic & herb seasoning": {
"aliases": [],
"description": "",
"name": "przyprawa czosnkowo-ziołowa",
- "plural_name": "garlic & herb seasoning"
+ "plural_name": "przyprawa czosnkowo-ziołowa"
},
"garlic-pepper seasoning": {
"aliases": [],
"description": "",
"name": "przyprawa czosnkowo-pieprzowa",
- "plural_name": "garlic-pepper seasoning"
+ "plural_name": "przyprawa czosnkowo-pieprzowa"
},
"pickling salt": {
"aliases": [],
"description": "",
- "name": "pickling salt",
- "plural_name": "pickling salt"
+ "name": "sól do przetworów",
+ "plural_name": "sól do przetworów"
},
"greek seasoning": {
"aliases": [],
"description": "",
- "name": "greek seasoning",
- "plural_name": "greek seasoning"
+ "name": "przyprawa grecka",
+ "plural_name": "przyprawa grecka"
},
"msg": {
"aliases": [],
"description": "",
- "name": "msg",
- "plural_name": "msgs"
+ "name": "glutaminian sodu",
+ "plural_name": "glutaminian sodu"
},
"teriyaki marinade": {
"aliases": [],
"description": "",
- "name": "teriyaki marinade",
- "plural_name": "teriyaki marinades"
+ "name": "marynata teriyaki",
+ "plural_name": "marynata teriyaki"
},
"adobo seasoning": {
"aliases": [],
"description": "",
- "name": "adobo seasoning",
- "plural_name": "adobo seasoning"
+ "name": "przyprawa adobo",
+ "plural_name": "przyprawa adobo"
},
"sambar powder": {
"aliases": [],
"description": "",
- "name": "sambar powder",
- "plural_name": "sambar powder"
+ "name": "przyprawa sambar",
+ "plural_name": "przyprawa sambar"
},
"smoked salt": {
"aliases": [],
"description": "",
- "name": "smoked salt",
- "plural_name": "smoked salt"
+ "name": "sól wędzona",
+ "plural_name": "sól wędzona"
},
"dash seasoning": {
"aliases": [],
"description": "",
- "name": "dash seasoning",
- "plural_name": "dash seasoning"
+ "name": "przyprawa Dash",
+ "plural_name": "przyprawa Dash"
},
"red miso": {
"aliases": [],
"description": "",
- "name": "red miso",
- "plural_name": "red misoes"
+ "name": "czerwone miso",
+ "plural_name": "czerwone miso"
},
"hot curry": {
"aliases": [],
"description": "",
- "name": "hot curry",
- "plural_name": "hot curries"
+ "name": "ostre curry",
+ "plural_name": "ostre curry"
},
"salt-free seasoning": {
"aliases": [],
"description": "",
- "name": "salt-free seasoning",
- "plural_name": "salt-free seasoning"
+ "name": "przyprawa bez soli",
+ "plural_name": "przyprawa bez soli"
},
"carne asada seasoning": {
"aliases": [],
"description": "",
- "name": "carne asada seasoning",
- "plural_name": "carne asada seasoning"
+ "name": "przyprawa do carne asada",
+ "plural_name": "przyprawa do carne asada"
},
"bouquet garni": {
"aliases": [],
"description": "",
"name": "bouquet garni",
- "plural_name": "bouquet garnis"
+ "plural_name": "bouquet garni"
},
"yellow miso": {
"aliases": [],
"description": "",
- "name": "yellow miso",
- "plural_name": "yellow misoes"
+ "name": "żółte miso",
+ "plural_name": "żółte miso"
},
"dukkah": {
"aliases": [],
"description": "",
"name": "dukkah",
- "plural_name": "dukkahs"
+ "plural_name": "dukkah"
},
"pav bhaji masala": {
"aliases": [],
"description": "",
"name": "pav bhaji masala",
- "plural_name": "pav bhaji masalas"
+ "plural_name": "pav bhaji masala"
},
"curing salt": {
"aliases": [],
"description": "",
- "name": "curing salt",
- "plural_name": "curing salt"
+ "name": "sól peklowa",
+ "plural_name": "sól peklowa"
},
"mexican seasoning": {
"aliases": [],
"description": "",
- "name": "mexican seasoning",
- "plural_name": "mexican seasoning"
+ "name": "przyprawa meksykańska",
+ "plural_name": "przyprawa meksykańska"
},
"tajin seasoning": {
"aliases": [],
"description": "",
- "name": "tajin seasoning",
- "plural_name": "tajin seasoning"
+ "name": "przyprawa Tajín",
+ "plural_name": "przyprawa Tajín"
},
"seasoned pepper": {
"aliases": [],
@@ -7410,242 +7410,242 @@
"crab boil seasoning": {
"aliases": [],
"description": "",
- "name": "crab boil seasoning",
- "plural_name": "crab boil seasoning"
+ "name": "przyprawa do gotowania krabów",
+ "plural_name": "przyprawa do gotowania krabów"
},
"shichimi togarashi": {
"aliases": [],
"description": "",
"name": "shichimi togarashi",
- "plural_name": "shichimi togarashis"
+ "plural_name": "shichimi togarashi"
},
"rib rub": {
"aliases": [],
"description": "",
- "name": "rib rub",
- "plural_name": "rib rubs"
+ "name": "sucha marynata do żeberek",
+ "plural_name": "sucha marynata do żeberek"
},
"truffle salt": {
"aliases": [],
"description": "",
- "name": "truffle salt",
- "plural_name": "truffle salt"
+ "name": "sól truflowa",
+ "plural_name": "sól truflowa"
},
"biryani masala": {
"aliases": [],
"description": "",
"name": "biryani masala",
- "plural_name": "biryani masalas"
+ "plural_name": "biryani masala"
},
"furikake": {
"aliases": [],
"description": "",
"name": "furikake",
- "plural_name": "furikakes"
+ "plural_name": "furikake"
},
"togarashi": {
"aliases": [],
"description": "",
"name": "togarashi",
- "plural_name": "togarashis"
+ "plural_name": "togarashi"
},
"chipotle seasoning": {
"aliases": [],
"description": "",
- "name": "chipotle seasoning",
- "plural_name": "chipotle seasoning"
+ "name": "przyprawa chipotle",
+ "plural_name": "przyprawa chipotle"
},
"meat masala": {
"aliases": [],
"description": "",
- "name": "meat masala",
- "plural_name": "meat masalas"
+ "name": "przyprawa masala do mięsa",
+ "plural_name": "przyprawa masala do mięsa"
},
"harissa spice blend": {
"aliases": [],
"description": "",
- "name": "harissa spice blend",
- "plural_name": "harissa spice blends"
+ "name": "harissa",
+ "plural_name": "harissa"
},
"chana masala": {
"aliases": [],
"description": "",
"name": "chana masala",
- "plural_name": "chana masalas"
+ "plural_name": "chana masala"
},
"chicken gravy mix": {
"aliases": [],
"description": "",
- "name": "chicken gravy mix",
- "plural_name": "chicken gravy mixes"
+ "name": "mieszanka do sosu drobiowego",
+ "plural_name": "mieszanka do sosu drobiowego"
},
"grey sea salt": {
"aliases": [],
"description": "",
- "name": "grey sea salt",
- "plural_name": "grey sea salt"
+ "name": "szara sól morska",
+ "plural_name": "szara sól morska"
},
"chicken taco seasoning": {
"aliases": [],
"description": "",
- "name": "chicken taco seasoning",
- "plural_name": "chicken taco seasoning"
+ "name": "przyprawa do taco z kurczaka",
+ "plural_name": "przyprawa do taco z kurczaka"
},
"mushroom seasoning": {
"aliases": [],
"description": "",
- "name": "mushroom seasoning",
- "plural_name": "mushroom seasoning"
+ "name": "przyprawa grzybowa",
+ "plural_name": "przyprawa grzybowa"
},
"au jus mix": {
"aliases": [],
"description": "",
- "name": "au jus mix",
- "plural_name": "au jus mixes"
+ "name": "mieszanka do sosu au jus",
+ "plural_name": "mieszanka do sosu au jus"
},
"gingerbread spice": {
"aliases": [],
"description": "",
- "name": "gingerbread spice",
- "plural_name": "gingerbread spices"
+ "name": "przyprawa do piernika",
+ "plural_name": "przyprawa do piernika"
},
"popcorn seasoning": {
"aliases": [],
"description": "",
- "name": "popcorn seasoning",
- "plural_name": "popcorn seasoning"
+ "name": "przyprawa do popcornu",
+ "plural_name": "przyprawa do popcornu"
},
"berbere": {
"aliases": [],
"description": "",
"name": "berbere",
- "plural_name": "berberes"
+ "plural_name": "berbere"
},
"chili-lime seasoning": {
"aliases": [],
"description": "",
"name": "przyprawa chili i limonka",
- "plural_name": "chili-lime seasoning"
+ "plural_name": "przyprawa chili z limonką"
},
"brown miso": {
"aliases": [],
"description": "",
- "name": "brown miso",
- "plural_name": "brown misoes"
+ "name": "brązowe miso",
+ "plural_name": "brązowe miso"
},
"blackening seasoning": {
"aliases": [],
"description": "",
- "name": "blackening seasoning",
- "plural_name": "blackening seasoning"
+ "name": "przyprawa do wysmażania",
+ "plural_name": "przyprawa do wysmażania"
},
"pizza seasoning": {
"aliases": [],
"description": "",
- "name": "pizza seasoning",
- "plural_name": "pizza seasoning"
+ "name": "przyprawa do pizzy",
+ "plural_name": "przyprawa do pizzy"
},
"fines herbe": {
"aliases": [],
"description": "",
- "name": "fines herbe",
+ "name": "fines herbes",
"plural_name": "fines herbes"
},
"shawarma seasoning": {
"aliases": [],
"description": "",
- "name": "shawarma seasoning",
- "plural_name": "shawarma seasoning"
+ "name": "przyprawa do shawarmy",
+ "plural_name": "przyprawa do shawarmy"
},
"chai masala": {
"aliases": [],
"description": "",
"name": "chai masala",
- "plural_name": "chai masalas"
+ "plural_name": "chai masala"
},
"panang curry": {
"aliases": [],
"description": "",
- "name": "panang curry",
- "plural_name": "panang curries"
+ "name": "curry panang",
+ "plural_name": "curry panang"
},
"kitchen king masala": {
"aliases": [],
"description": "",
"name": "kitchen king masala",
- "plural_name": "kitchen king masalas"
+ "plural_name": "kitchen king masala"
},
"lemon & herb seasoning": {
"aliases": [],
"description": "",
"name": "przyprawa cytrynowo-ziołowa",
- "plural_name": "lemon & herb seasoning"
+ "plural_name": "przyprawa cytrynowo-ziołowa"
},
"vanilla salt": {
"aliases": [],
"description": "",
- "name": "vanilla salt",
- "plural_name": "vanilla salt"
+ "name": "sól waniliowa",
+ "plural_name": "sól waniliowa"
},
"thai seasoning": {
"aliases": [],
"description": "",
- "name": "thai seasoning",
- "plural_name": "thai seasoning"
+ "name": "przyprawa tajska",
+ "plural_name": "przyprawa tajska"
},
"mulling spice": {
"aliases": [],
"description": "",
- "name": "mulling spice",
- "plural_name": "mulling spices"
+ "name": "przyprawa do grzanego wina",
+ "plural_name": "przyprawa do grzanego wina"
},
"sriracha seasoning": {
"aliases": [],
"description": "",
- "name": "sriracha seasoning",
- "plural_name": "sriracha seasoning"
+ "name": "przyprawa sriracha",
+ "plural_name": "przyprawa sriracha"
},
"coffee rub": {
"aliases": [],
"description": "",
- "name": "coffee rub",
- "plural_name": "coffee rubs"
+ "name": "sucha marynata kawowa",
+ "plural_name": "sucha marynata kawowa"
},
"hawaiian salt": {
"aliases": [],
"description": "",
- "name": "hawaiian salt",
- "plural_name": "hawaiian salt"
+ "name": "sól hawajska",
+ "plural_name": "sól hawajska"
},
"mesquite seasoning": {
"aliases": [],
"description": "",
- "name": "mesquite seasoning",
- "plural_name": "mesquite seasoning"
+ "name": "przyprawa mesquite",
+ "plural_name": "przyprawa mesquite"
},
"tom yum paste": {
"aliases": [],
"description": "",
- "name": "tom yum paste",
- "plural_name": "tom yum paste"
+ "name": "pasta tom yum",
+ "plural_name": "pasta tom yum"
},
"fish masala": {
"aliases": [],
"description": "",
- "name": "fish masala",
- "plural_name": "fish masalas"
+ "name": "przyprawa masala do ryb",
+ "plural_name": "przyprawa masala do ryb"
},
"fresh mixed herb": {
"aliases": [],
"description": "",
- "name": "fresh mixed herb",
- "plural_name": "fresh mixed herbs"
+ "name": "świeże zioła mieszane",
+ "plural_name": "świeże zioła mieszane"
},
"southwest chipotle seasoning": {
"aliases": [],
"description": "",
- "name": "southwest chipotle seasoning",
- "plural_name": "southwest chipotle seasoning"
+ "name": "przyprawa southwest chipotle",
+ "plural_name": "przyprawa southwest chipotle"
}
}
},
@@ -7655,7 +7655,7 @@
"aliases": [],
"description": "",
"name": "mąka",
- "plural_name": "flour"
+ "plural_name": "mąki"
},
"vanilla extract": {
"aliases": [
@@ -7663,64 +7663,64 @@
"wanilie"
],
"description": "",
- "name": "vanilla extract",
- "plural_name": "vanilla extract"
+ "name": "ekstrakt waniliowy",
+ "plural_name": "ekstrakty waniliowe"
},
"baking powder": {
"aliases": [],
"description": "",
"name": "proszek do pieczenia",
- "plural_name": "baking powder"
+ "plural_name": "proszki do pieczenia"
},
"baking soda": {
"aliases": [],
"description": "",
"name": "soda oczyszczona",
- "plural_name": "baking sodas"
+ "plural_name": "soda oczyszczona"
},
"cornstarch": {
"aliases": [],
"description": "",
"name": "skrobia kukurydziana",
- "plural_name": "cornstarches"
+ "plural_name": "skrobia kukurydziana"
},
"yeast": {
"aliases": [],
"description": "",
- "name": "yeast",
- "plural_name": "yeasts"
+ "name": "drożdże",
+ "plural_name": "drożdże"
},
"chocolate chip": {
"aliases": [],
"description": "",
- "name": "chocolate chip",
- "plural_name": "chocolate chips"
+ "name": "kawałek czekolady",
+ "plural_name": "kawałki czekolady"
},
"dark chocolate chip": {
"aliases": [],
"description": "",
- "name": "dark chocolate chip",
- "plural_name": "dark chocolate chips"
+ "name": "kawałek ciemnej czekolady",
+ "plural_name": "kawałki ciemnej czekolady"
},
"whole-wheat flour": {
"aliases": [
- "whole wheat flour"
+ "mąka pełnoziarnista"
],
"description": "",
- "name": "whole-wheat flour",
- "plural_name": "whole-wheat flour"
+ "name": "mąka pełnoziarnista",
+ "plural_name": "mąki pełnoziarniste"
},
"almond flour": {
"aliases": [],
"description": "",
- "name": "almond flour",
- "plural_name": "almond flour"
+ "name": "mąka migdałowa",
+ "plural_name": "mąki migdałowe"
},
"self-raising flour": {
"aliases": [],
"description": "",
"name": "mąka samorosnąca",
- "plural_name": "self-raising flour"
+ "plural_name": "mąki pszenne z proszkiem do pieczenia"
},
"shredded coconut": {
"aliases": [],
@@ -7731,8 +7731,8 @@
"cornmeal": {
"aliases": [],
"description": "",
- "name": "cornmeal",
- "plural_name": "cornmeals"
+ "name": "kasza kukurydziana",
+ "plural_name": "kasza kukurydziana"
},
"coconut flake": {
"aliases": [],
@@ -7743,84 +7743,84 @@
"gelatin": {
"aliases": [],
"description": "",
- "name": "gelatin",
- "plural_name": "gelatins"
+ "name": "żelatyna",
+ "plural_name": "żelatyna"
},
"pastry flour": {
"aliases": [],
"description": "",
- "name": "pastry flour",
- "plural_name": "pastry flour"
+ "name": "mąka ciastkarska",
+ "plural_name": "mąki ciastkarskie"
},
"coconut flour": {
"aliases": [],
"description": "",
"name": "mąka kokosowa",
- "plural_name": "coconut flour"
+ "plural_name": "mąki kokosowe"
},
"baking mix": {
"aliases": [],
"description": "",
- "name": "baking mix",
- "plural_name": "baking mixes"
+ "name": "mieszanka do pieczenia",
+ "plural_name": "mieszanka do pieczenia"
},
"cake flour": {
"aliases": [],
"description": "",
- "name": "cake flour",
- "plural_name": "cake flour"
+ "name": "mąka tortowa",
+ "plural_name": "mąki tortowe"
},
"corn flour": {
"aliases": [],
"description": "",
- "name": "corn flour",
- "plural_name": "corn flour"
+ "name": "mąka kukurydziana",
+ "plural_name": "mąki kukurydziane"
},
"cream of tartar": {
"aliases": [],
"description": "",
- "name": "cream of tartar",
- "plural_name": "cream of tartar"
+ "name": "kamień winny",
+ "plural_name": "kamienie winne"
},
"bread flour": {
"aliases": [],
"description": "",
- "name": "bread flour",
- "plural_name": "bread flour"
+ "name": "mąka chlebowa",
+ "plural_name": "mąki chlebowe"
},
"almond meal": {
"aliases": [],
"description": "",
- "name": "almond meal",
- "plural_name": "almond meals"
+ "name": "mączka migdałowa",
+ "plural_name": "mączka migdałowa"
},
"unbleached all-purpose flour": {
"aliases": [
- "unbleached flour",
- "all-purpose flour",
- "all purpose flour"
+ "mąka niebiałczona",
+ "mąka pszenna",
+ "mąka pszenna"
],
"description": "",
- "name": "unbleached all-purpose flour",
- "plural_name": "unbleached all-purpose flour"
+ "name": "niebielona mąka pszenna",
+ "plural_name": "niebielone mąki pszenne"
},
"white baking chip": {
"aliases": [],
"description": "",
- "name": "white baking chip",
- "plural_name": "white baking chips"
+ "name": "kawałek białej czekolady do pieczenia",
+ "plural_name": "kawałki białej czekolady do pieczenia"
},
"gluten-free flour": {
"aliases": [],
"description": "",
- "name": "gluten-free flour",
- "plural_name": "gluten-free flour"
+ "name": "mąka bezglutenowa",
+ "plural_name": "mąki bezglutenowe"
},
"rice flour": {
"aliases": [],
"description": "",
- "name": "rice flour",
- "plural_name": "rice flour"
+ "name": "mąka ryżowa",
+ "plural_name": "mąki ryżowe"
},
"desiccated coconut": {
"aliases": [],
@@ -7831,83 +7831,83 @@
"tapioca starch": {
"aliases": [],
"description": "",
- "name": "skrobia tapiokowa",
- "plural_name": "skrobia tapiokowa"
+ "name": "skrobia tapiokowa",
+ "plural_name": "skrobia tapiokowa"
},
"yellow cake mix": {
"aliases": [],
"description": "",
- "name": "yellow cake mix",
- "plural_name": "yellow cake mixes"
+ "name": "mieszanka do ciasta waniliowego",
+ "plural_name": "mieszanka do ciasta waniliowego"
},
"chickpea flour": {
"aliases": [],
"description": "",
- "name": "",
- "plural_name": "chickpea flour"
+ "name": "mąka z ciecierzycy",
+ "plural_name": "mąki z ciecierzycy"
},
"xanthan gum": {
"aliases": [],
"description": "",
- "name": "xanthan gum",
- "plural_name": "xanthan gums"
+ "name": "guma ksantanowa",
+ "plural_name": "guma ksantanowa"
},
"oat flour": {
"aliases": [],
"description": "",
- "name": "oat flour",
- "plural_name": "oat flour"
+ "name": "mąka owsiana",
+ "plural_name": "mąki owsiane"
},
"whole-wheat pastry flour": {
"aliases": [],
"description": "",
- "name": "whole-wheat pastry flour",
- "plural_name": "whole-wheat pastry flour"
+ "name": "mąka pełnoziarnista ciastkarska",
+ "plural_name": "mąki pełnoziarniste ciastkarskie"
},
"whole-wheat": {
"aliases": [
- "whole wheat",
- "whole wheats"
+ "pełna pszenica",
+ "pełna pszenica"
],
"description": "",
- "name": "whole-wheat",
- "plural_name": "whole-wheats"
+ "name": "mąka pełnoziarnista",
+ "plural_name": "mąka pełnoziarnista"
},
"candy sprinkle": {
"aliases": [],
"description": "",
- "name": "candy sprinkle",
- "plural_name": "candy sprinkles"
+ "name": "posypka cukrowa",
+ "plural_name": "posypka cukrowa"
},
"spelt": {
"aliases": [],
"description": "",
- "name": "spelt",
- "plural_name": "spelts"
+ "name": "orkisz",
+ "plural_name": "orkisz"
},
"brownie mix": {
"aliases": [],
"description": "",
- "name": "brownie mix",
- "plural_name": "brownie mixes"
+ "name": "mieszanka do brownie",
+ "plural_name": "mieszanka do brownie"
},
"arrowroot flour": {
"aliases": [],
"description": "",
- "name": "arrowroot flour",
- "plural_name": "arrowroot flour"
+ "name": "mąka z maranty",
+ "plural_name": "mąki z maranty"
},
"flaxseed meal": {
"aliases": [],
"description": "",
- "name": "flaxseed meal",
- "plural_name": "flaxseed meals"
+ "name": "mączka lniana",
+ "plural_name": "mączka lniana"
},
"chocolate cake mix": {
"aliases": [],
"description": "",
- "name": "chocolate cake mix",
- "plural_name": "chocolate cake mixes"
+ "name": "mieszanka do ciasta czekoladowego",
+ "plural_name": "mieszanka do ciasta czekoladowego"
},
"potato starch": {
"aliases": [],
@@ -7918,92 +7918,92 @@
"jello": {
"aliases": [],
"description": "",
- "name": "jello",
- "plural_name": "jelloes"
+ "name": "galaretka",
+ "plural_name": "galaretka"
},
"butterscotch chip": {
"aliases": [],
"description": "",
- "name": "butterscotch chip",
- "plural_name": "butterscotch chips"
+ "name": "kawałek karmelu maślanego",
+ "plural_name": "kawałki karmelu maślanego"
},
"peanut butter chip": {
"aliases": [],
"description": "",
- "name": "peanut butter chip",
- "plural_name": "peanut butter chips"
+ "name": "kawałek masła orzechowego",
+ "plural_name": "kawałki masła orzechowego"
},
"crystallized ginger": {
"aliases": [],
"description": "",
- "name": "crystallized ginger",
- "plural_name": "crystallized gingers"
+ "name": "imbir kandyzowany",
+ "plural_name": "imbir kandyzowany"
},
"buckwheat flour": {
"aliases": [],
"description": "",
- "name": "buckwheat flour",
- "plural_name": "buckwheat flour"
+ "name": "mąka gryczana",
+ "plural_name": "mąki gryczane"
},
"brown rice flour": {
"aliases": [],
"description": "",
- "name": "brown rice flour",
- "plural_name": "brown rice flour"
+ "name": "mąka z brązowego ryżu",
+ "plural_name": "mąki z brązowego ryżu"
},
"pectin": {
"aliases": [],
"description": "",
- "name": "pectin",
- "plural_name": "pectins"
+ "name": "pektyna",
+ "plural_name": "pektyna"
},
"rye flour": {
"aliases": [],
"description": "",
- "name": "rye flour",
- "plural_name": "rye flour"
+ "name": "mąka żytnia",
+ "plural_name": "mąki żytnie"
},
"psyllium husk": {
"aliases": [],
"description": "",
- "name": "psyllium husk",
- "plural_name": "psyllium husks"
+ "name": "łuska psyllium",
+ "plural_name": "łuska psyllium"
},
"semolina flour": {
"aliases": [],
"description": "",
- "name": "semolina flour",
- "plural_name": "semolina flour"
+ "name": "semolina",
+ "plural_name": "semoliny"
},
"glutinous rice flour": {
"aliases": [],
"description": "",
- "name": "glutinous rice flour",
- "plural_name": "glutinous rice flour"
+ "name": "mąka z kleistego ryżu",
+ "plural_name": "mąki z kleistego ryżu"
},
"pancake mix": {
"aliases": [],
"description": "",
- "name": "pancake mix",
- "plural_name": "pancake mixes"
+ "name": "mieszanka do naleśników",
+ "plural_name": "mieszanka do naleśników"
},
"refined flour": {
"aliases": [],
"description": "",
- "name": "refined flour",
- "plural_name": "refined flour"
+ "name": "mąka oczyszczona",
+ "plural_name": "mąki oczyszczone"
},
"muffin mix": {
"aliases": [],
"description": "",
- "name": "muffin mix",
- "plural_name": "muffin mixes"
+ "name": "mieszanka do muffinek",
+ "plural_name": "mieszanka do muffinek"
},
"marzipan": {
"aliases": [],
"description": "",
- "name": "marzipan",
- "plural_name": "marzipans"
+ "name": "marcepan",
+ "plural_name": "marcepan"
},
"coffee bean": {
"aliases": [],
@@ -8014,32 +8014,32 @@
"toffee bit": {
"aliases": [],
"description": "",
- "name": "toffee bit",
- "plural_name": "toffee bits"
+ "name": "kawałek toffi",
+ "plural_name": "kawałki toffi"
},
"cornbread mix": {
"aliases": [],
"description": "",
- "name": "cornbread mix",
- "plural_name": "cornbread mixes"
+ "name": "mieszanka do chleba kukurydzianego",
+ "plural_name": "mieszanka do chleba kukurydzianego"
},
"spice cake mix": {
"aliases": [],
"description": "",
- "name": "spice cake mix",
- "plural_name": "spice cake mixes"
+ "name": "mieszanka do ciasta korzennego",
+ "plural_name": "mieszanka do ciasta korzennego"
},
"devil's food cake mix": {
"aliases": [],
"description": "",
- "name": "devil's food cake mix",
- "plural_name": "devil's food cake mixes"
+ "name": "mieszanka do ciasta czekoladowego devil's food",
+ "plural_name": "mieszanka do ciasta czekoladowego devil's food"
},
"sorghum flour": {
"aliases": [],
"description": "",
- "name": "sorghum flour",
- "plural_name": "sorghum flour"
+ "name": "mąka sorgo",
+ "plural_name": "mąki sorgo"
},
"potato flake": {
"aliases": [],
@@ -8051,223 +8051,223 @@
"aliases": [],
"description": "",
"name": "masa harina",
- "plural_name": "masa harinas"
+ "plural_name": "masa harina"
},
"cinnamon chip": {
"aliases": [],
"description": "",
- "name": "cinnamon chip",
- "plural_name": "cinnamon chips"
+ "name": "kawałek cynamonowy",
+ "plural_name": "kawałki cynamonowe"
},
"agar agar": {
"aliases": [],
"description": "",
- "name": "agar agar",
- "plural_name": "agar agars"
+ "name": "agar-agar",
+ "plural_name": "agar-agar"
},
"red velvet cake mix": {
"aliases": [],
"description": "",
- "name": "red velvet cake mix",
- "plural_name": "red velvet cake mixes"
+ "name": "mieszanka do ciasta red velvet",
+ "plural_name": "mieszanka do ciasta red velvet"
},
"matzo meal": {
"aliases": [],
"description": "",
- "name": "matzo meal",
- "plural_name": "matzo meals"
+ "name": "mączka macy",
+ "plural_name": "mączka macy"
},
"sago": {
"aliases": [],
"description": "",
"name": "sago",
- "plural_name": "sagos"
+ "plural_name": "sago"
},
"white baking chocolate": {
"aliases": [],
"description": "",
- "name": "white baking chocolate",
- "plural_name": "white baking chocolate"
+ "name": "biała czekolada do pieczenia",
+ "plural_name": "białe czekolady do pieczenia"
},
"cassava flour": {
"aliases": [],
"description": "",
- "name": "cassava flour",
- "plural_name": "cassava flour"
+ "name": "mąka z manioku",
+ "plural_name": "mąki z manioku"
},
"whipped cream stabilizer": {
"aliases": [],
"description": "",
- "name": "whipped cream stabilizer",
- "plural_name": "whipped cream stabilizers"
+ "name": "stabilizator do śmietany",
+ "plural_name": "stabilizator do śmietany"
},
"sugar cookie mix": {
"aliases": [],
"description": "",
- "name": "sugar cookie mix",
- "plural_name": "sugar cookie mixes"
+ "name": "mieszanka do ciasteczek cukrowych",
+ "plural_name": "mieszanka do ciasteczek cukrowych"
},
"vital wheat gluten": {
"aliases": [],
"description": "",
- "name": "vital wheat gluten",
- "plural_name": "vital wheat glutens"
+ "name": "gluten pszenny",
+ "plural_name": "gluten pszenny"
},
"baking chip": {
"aliases": [],
"description": "",
- "name": "baking chip",
- "plural_name": "baking chips"
+ "name": "kawałek do pieczenia",
+ "plural_name": "kawałki do pieczenia"
},
"meringue powder": {
"aliases": [],
"description": "",
- "name": "meringue powder",
- "plural_name": "meringue powder"
+ "name": "proszek do bezy",
+ "plural_name": "proszki do bezy"
},
"hazelnut flour": {
"aliases": [],
"description": "",
- "name": "hazelnut flour",
- "plural_name": "hazelnut flour"
+ "name": "mąka z orzechów laskowych",
+ "plural_name": "mąki z orzechów laskowych"
},
"citric acid": {
"aliases": [],
"description": "",
- "name": "citric acid",
- "plural_name": "citric acids"
+ "name": "kwas cytrynowy",
+ "plural_name": "kwas cytrynowy"
},
"coconut chip": {
"aliases": [],
"description": "",
- "name": "chipsy kokosowe",
+ "name": "chips kokosowy",
"plural_name": "chipsy kokosowe"
},
"quinoa flour": {
"aliases": [],
"description": "",
- "name": "quinoa flour",
- "plural_name": "quinoa flour"
+ "name": "mąka z komosy ryżowej",
+ "plural_name": "mąki z komosy ryżowej"
},
"finger millet flour": {
"aliases": [],
"description": "",
- "name": "finger millet flour",
- "plural_name": "finger millet flour"
+ "name": "mąka z palczatki",
+ "plural_name": "mąki z palczatki"
},
"fondant": {
"aliases": [],
"description": "",
"name": "fondant",
- "plural_name": "fondants"
+ "plural_name": "fondant"
},
"mint baking chip": {
"aliases": [],
"description": "",
- "name": "mint baking chip",
- "plural_name": "mint baking chips"
+ "name": "kawałek miętowy do pieczenia",
+ "plural_name": "kawałki miętowe do pieczenia"
},
"angel food cake mix": {
"aliases": [],
"description": "",
- "name": "angel food cake mix",
- "plural_name": "angel food cake mixes"
+ "name": "mieszanka do ciasta anielskiego",
+ "plural_name": "mieszanka do ciasta anielskiego"
},
"white cornmeal": {
"aliases": [],
"description": "",
- "name": "white cornmeal",
- "plural_name": "white cornmeals"
+ "name": "biała kasza kukurydziana",
+ "plural_name": "biała kasza kukurydziana"
},
"millet flour": {
"aliases": [],
"description": "",
- "name": "millet flour",
- "plural_name": "millet flour"
+ "name": "mąka jaglana",
+ "plural_name": "mąki jaglane"
},
"mincemeat": {
"aliases": [],
"description": "",
- "name": "mincemeat",
- "plural_name": "mincemeats"
+ "name": "nadzienie korzenne z bakaliami",
+ "plural_name": "nadzienie korzenne z bakaliami"
},
"gluten-free baking flour": {
"aliases": [],
"description": "",
- "name": "gluten-free baking flour",
- "plural_name": "gluten-free baking flour"
+ "name": "mąka bezglutenowa do pieczenia",
+ "plural_name": "mąki bezglutenowe do pieczenia"
},
"einkorn flour": {
"aliases": [],
"description": "",
- "name": "einkorn flour",
- "plural_name": "einkorn flour"
+ "name": "mąka z płaskurki",
+ "plural_name": "mąki z płaskurki"
},
"self-rising cornmeal": {
"aliases": [],
"description": "",
- "name": "self-rising cornmeal",
- "plural_name": "self-rising cornmeals"
+ "name": "kasza kukurydziana z proszkiem do pieczenia",
+ "plural_name": "kasza kukurydziana z proszkiem do pieczenia"
},
"gluten-free self-raising flour": {
"aliases": [],
"description": "",
"name": "mąka samorosnąca bez glutenu",
- "plural_name": "gluten-free self-raising flour"
+ "plural_name": "bezglutenowe mąki z proszkiem do pieczenia"
},
"peanut flour": {
"aliases": [],
"description": "",
- "name": "peanut flour",
- "plural_name": "peanut flour"
+ "name": "mąka z orzechów ziemnych",
+ "plural_name": "mąki z orzechów ziemnych"
},
"sweet bean paste": {
"aliases": [],
"description": "",
- "name": "sweet bean paste",
- "plural_name": "sweet bean paste"
+ "name": "słodka pasta z fasoli",
+ "plural_name": "słodkie pasty z fasoli"
},
"carob powder": {
"aliases": [],
"description": "",
- "name": "carob powder",
- "plural_name": "carob powder"
+ "name": "proszek z chleba świętojańskiego",
+ "plural_name": "proszki z chleba świętojańskiego"
},
"tapioca pearl": {
"aliases": [],
"description": "",
- "name": "tapioka perły",
- "plural_name": "tapioka perły"
+ "name": "perła tapioki",
+ "plural_name": "perły tapioki"
},
"teff flour": {
"aliases": [],
"description": "",
- "name": "teff flour",
- "plural_name": "teff flour"
+ "name": "mąka teff",
+ "plural_name": "mąki teff"
},
"guar gum": {
"aliases": [],
"description": "",
- "name": "guar gum",
- "plural_name": "guar gums"
+ "name": "guma guar",
+ "plural_name": "guma guar"
},
"potato flour": {
"aliases": [],
"description": "",
"name": "mąka ziemniaczana",
- "plural_name": "potato flour"
+ "plural_name": "mąki ziemniaczane"
},
"ready-made icing": {
"aliases": [],
"description": "",
- "name": "ready-made icing",
- "plural_name": "ready-made icings"
+ "name": "gotowy lukier",
+ "plural_name": "gotowy lukier"
},
"fruit salt": {
"aliases": [],
"description": "",
- "name": "fruit salt",
- "plural_name": "fruit salt"
+ "name": "sól owocowa",
+ "plural_name": "sole owocowe"
}
}
},
@@ -8276,50 +8276,50 @@
"pie crust": {
"aliases": [],
"description": "",
- "name": "pie crust",
- "plural_name": "pie crusts"
+ "name": "spód do ciasta",
+ "plural_name": "spody do ciasta"
},
"puff pastry": {
"aliases": [],
"description": "",
- "name": "puff pastry",
- "plural_name": "puff pastries"
+ "name": "ciasto francuskie",
+ "plural_name": "ciasto francuskie"
},
"pizza crust": {
"aliases": [],
"description": "",
- "name": "pizza crust",
- "plural_name": "pizza crusts"
+ "name": "spód do pizzy",
+ "plural_name": "spody do pizzy"
},
"pizza dough": {
"aliases": [],
"description": "",
- "name": "pizza dough",
- "plural_name": "pizza doughs"
+ "name": "ciasto do pizzy",
+ "plural_name": "ciasto do pizzy"
},
"phyllo": {
"aliases": [],
"description": "",
- "name": "phyllo",
- "plural_name": "phylloes"
+ "name": "ciasto filo",
+ "plural_name": "ciasto filo"
},
"refrigerated crescent roll": {
"aliases": [],
"description": "",
- "name": "refrigerated crescent roll",
- "plural_name": "refrigerated crescent rolls"
+ "name": "schłodzone ciasto na rogaliki",
+ "plural_name": "schłodzone ciasto na rogaliki"
},
"biscuit dough": {
"aliases": [],
"description": "",
- "name": "biscuit dough",
- "plural_name": "biscuit doughs"
+ "name": "ciasto na herbatniki",
+ "plural_name": "ciasto na herbatniki"
},
"dumpling wrapper": {
"aliases": [],
"description": "",
- "name": "dumpling wrapper",
- "plural_name": "dumpling wrappers"
+ "name": "ciasto na pierogi",
+ "plural_name": "ciasto na pierogi"
},
"rice paper": {
"aliases": [],
@@ -8330,206 +8330,206 @@
"sourdough starter": {
"aliases": [],
"description": "",
- "name": "sourdough starter",
- "plural_name": "sourdough starters"
+ "name": "zakwas",
+ "plural_name": "zakwas"
},
"cookie dough": {
"aliases": [],
"description": "",
- "name": "cookie dough",
- "plural_name": "cookie doughs"
+ "name": "ciasto na ciasteczka",
+ "plural_name": "ciasto na ciasteczka"
},
"egg roll wrapper": {
"aliases": [],
"description": "",
- "name": "egg roll wrapper",
- "plural_name": "egg roll wrappers"
+ "name": "placek do sajgonek",
+ "plural_name": "placki do sajgonek"
},
"bread dough": {
"aliases": [],
"description": "",
- "name": "bread dough",
- "plural_name": "bread doughs"
+ "name": "ciasto chlebowe",
+ "plural_name": "ciasto chlebowe"
},
"butter puff pastry": {
"aliases": [],
"description": "",
- "name": "butter puff pastry",
- "plural_name": "butter puff pastries"
+ "name": "ciasto francuskie maślane",
+ "plural_name": "ciasto francuskie maślane"
},
"frozen dinner roll": {
"aliases": [],
"description": "",
- "name": "frozen dinner roll",
- "plural_name": "frozen dinner rolls"
+ "name": "mrożona bułeczka do obiadu",
+ "plural_name": "mrożone bułeczki do obiadu"
},
"cinnamon roll dough": {
"aliases": [],
"description": "",
- "name": "cinnamon roll dough",
- "plural_name": "cinnamon roll doughs"
+ "name": "ciasto na bułki cynamonowe",
+ "plural_name": "ciasto na bułki cynamonowe"
},
"dosa batter": {
"aliases": [],
"description": "",
- "name": "dosa batter",
- "plural_name": "dosa batters"
+ "name": "ciasto na dosa",
+ "plural_name": "ciasto na dosa"
},
"puff pastry shell": {
"aliases": [],
"description": "",
- "name": "puff pastry shell",
- "plural_name": "puff pastry shells"
+ "name": "koszyczek z ciasta francuskiego",
+ "plural_name": "koszyczki z ciasta francuskiego"
},
"wonton": {
"aliases": [],
"description": "",
"name": "wonton",
- "plural_name": "wontons"
+ "plural_name": "wonton"
},
"gyoza wrapper": {
"aliases": [],
"description": "",
- "name": "gyoza wrapper",
- "plural_name": "gyoza wrappers"
+ "name": "ciasto na gyoza",
+ "plural_name": "ciasto na gyoza"
},
"wonton strip": {
"aliases": [],
"description": "",
- "name": "wonton strip",
- "plural_name": "wonton strips"
+ "name": "pasek z ciasta wonton",
+ "plural_name": "paski z ciasta wonton"
},
"gluten-free pizza crust": {
"aliases": [],
"description": "",
- "name": "gluten-free pizza crust",
- "plural_name": "gluten-free pizza crusts"
+ "name": "bezglutenowy spód do pizzy",
+ "plural_name": "bezglutenowy spód do pizzy"
},
"fresh pasta dough": {
"aliases": [],
"description": "",
- "name": "fresh pasta dough",
- "plural_name": "fresh pasta doughs"
+ "name": "świeże ciasto makaronowe",
+ "plural_name": "świeże ciasto makaronowe"
},
"idli batter": {
"aliases": [],
"description": "",
- "name": "idli batter",
- "plural_name": "idli batters"
+ "name": "ciasto na idli",
+ "plural_name": "ciasto na idli"
},
"potsticker wrapper": {
"aliases": [],
"description": "",
- "name": "potsticker wrapper",
- "plural_name": "potsticker wrappers"
+ "name": "ciasto na potstickery",
+ "plural_name": "ciasto na potstickery"
},
"chocolate pie crust": {
"aliases": [],
"description": "",
- "name": "chocolate pie crust",
- "plural_name": "chocolate pie crusts"
+ "name": "czekoladowy spód do ciasta",
+ "plural_name": "czekoladowy spód do ciasta"
},
"croissant dough": {
"aliases": [],
"description": "",
- "name": "croissant dough",
- "plural_name": "croissant doughs"
+ "name": "ciasto na croissanty",
+ "plural_name": "ciasto na croissanty"
},
"tofu skin": {
"aliases": [],
"description": "",
- "name": "tofu skin",
- "plural_name": "tofu skins"
+ "name": "skórka tofu",
+ "plural_name": "skórki tofu"
},
"brisee": {
"aliases": [],
"description": "",
- "name": "brisee",
- "plural_name": "brisees"
+ "name": "ciasto kruche",
+ "plural_name": "ciasto kruche"
},
"sausage roll": {
"aliases": [],
"description": "",
- "name": "sausage roll",
- "plural_name": "sausage rolls"
+ "name": "pasztecik z kiełbasą",
+ "plural_name": "paszteciki z kiełbasą"
},
"kataifi": {
"aliases": [],
"description": "",
- "name": "kataifi",
- "plural_name": "kataifis"
+ "name": "ciasto kataifi",
+ "plural_name": "ciasto kataifi"
},
"korean rice cake": {
"aliases": [],
"description": "",
- "name": "korean rice cake",
- "plural_name": "korean rice cakes"
+ "name": "koreański placek ryżowy",
+ "plural_name": "koreańskie placki ryżowe"
},
"corn dog": {
"aliases": [],
"description": "",
"name": "corn dog",
- "plural_name": "corn dogs"
+ "plural_name": "corn dog"
},
"tortilla dough": {
"aliases": [],
"description": "",
- "name": "tortilla dough",
- "plural_name": "tortilla doughs"
+ "name": "ciasto na tortille",
+ "plural_name": "ciasto na tortille"
},
"empanada wrapper": {
"aliases": [],
"description": "",
- "name": "empanada wrapper",
- "plural_name": "empanada wrappers"
+ "name": "ciasto na empanady",
+ "plural_name": "ciasto na empanady"
},
"rough-puff pastry": {
"aliases": [],
"description": "",
- "name": "rough-puff pastry",
- "plural_name": "rough-puff pastries"
+ "name": "ciasto półfrancuskie",
+ "plural_name": "ciasto półfrancuskie"
},
"gingerbread cookie dough": {
"aliases": [],
"description": "",
- "name": "gingerbread cookie dough",
- "plural_name": "gingerbread cookie doughs"
+ "name": "ciasto na pierniki",
+ "plural_name": "ciasto na pierniki"
},
"yufka": {
"aliases": [],
"description": "",
- "name": "yufka",
- "plural_name": "yufkas"
+ "name": "ciasto yufka",
+ "plural_name": "ciasto yufka"
},
"cob loaf": {
"aliases": [],
"description": "",
- "name": "cob loaf",
- "plural_name": "cob loaves"
+ "name": "okrągły bochen chleba",
+ "plural_name": "okrągłe bochenki chleba"
},
"egg wrap": {
"aliases": [],
"description": "",
- "name": "egg wrap",
- "plural_name": "egg wraps"
+ "name": "naleśnik jajeczny",
+ "plural_name": "naleśniki jajeczne"
},
"samosa sheet": {
"aliases": [],
"description": "",
- "name": "samosa sheet",
- "plural_name": "samosa sheets"
+ "name": "ciasto na samosa",
+ "plural_name": "ciasto na samosa"
},
"frozen pizza roll": {
"aliases": [],
"description": "",
- "name": "frozen pizza roll",
- "plural_name": "frozen pizza rolls"
+ "name": "mrożona roladka do pizzy",
+ "plural_name": "mrożone roladki do pizzy"
},
"brick pastry": {
"aliases": [],
"description": "",
- "name": "brick pastry",
- "plural_name": "brick pastries"
+ "name": "ciasto brick",
+ "plural_name": "ciasto brick"
}
}
},
@@ -8538,106 +8538,106 @@
"rolled oat": {
"aliases": [],
"description": "",
- "name": "rolled oat",
- "plural_name": "rolled oats"
+ "name": "płatek owsiany",
+ "plural_name": "płatki owsiane"
},
"rice": {
"aliases": [],
"description": "",
"name": "ryż",
- "plural_name": "rices"
+ "plural_name": "ryż"
},
"Rice Krispie Cereal": {
"aliases": [
"Rice Krispie"
],
"description": "",
- "name": "Rice Krispie Cereal",
- "plural_name": "Rice Krispie Cereal"
+ "name": "Płatki ryżowe",
+ "plural_name": "Płatki ryżowe"
},
"quinoa": {
"aliases": [],
"description": "",
"name": "quinoa",
- "plural_name": "quinoas"
+ "plural_name": "quinoa"
},
"basmati rice": {
"aliases": [],
"description": "",
- "name": "basmati rice",
- "plural_name": "basmati rices"
+ "name": "ryż basmati",
+ "plural_name": "ryż basmati"
},
"brown rice": {
"aliases": [],
"description": "",
"name": "ryż brązowy",
- "plural_name": "brown rices"
+ "plural_name": "ryż brązowy"
},
"quick-cooking oat": {
"aliases": [],
"description": "",
- "name": "quick-cooking oat",
- "plural_name": "quick-cooking oats"
+ "name": "płatek owsiany błyskawiczny",
+ "plural_name": "płatki owsiane błyskawiczne"
},
"breakfast cereal": {
"aliases": [],
"description": "",
- "name": "breakfast cereal",
- "plural_name": "breakfast cereals"
+ "name": "płatki śniadaniowe",
+ "plural_name": "płatki śniadaniowe"
},
"risotto rice": {
"aliases": [],
"description": "",
- "name": "risotto rice",
- "plural_name": "risotto rices"
+ "name": "ryż do risotto",
+ "plural_name": "ryż do risotto"
},
"couscous": {
"aliases": [],
"description": "",
- "name": "couscous",
- "plural_name": "couscous"
+ "name": "kuskus",
+ "plural_name": "kuskus"
},
"rice cereal": {
"aliases": [],
"description": "",
- "name": "rice cereal",
- "plural_name": "rice cereals"
+ "name": "płatki ryżowe",
+ "plural_name": "płatki ryżowe"
},
"wild rice": {
"aliases": [],
"description": "",
- "name": "wild rice",
- "plural_name": "wild rices"
+ "name": "dziki ryż",
+ "plural_name": "dziki ryż"
},
"semolina": {
"aliases": [],
"description": "",
"name": "semolina",
- "plural_name": "semolinas"
+ "plural_name": "semolina"
},
"jasmine rice": {
"aliases": [],
"description": "",
"name": "ryż jasminowy",
- "plural_name": "jasmine rices"
+ "plural_name": "ryż jasminowy"
},
"polenta": {
"aliases": [],
"description": "",
"name": "polenta",
- "plural_name": "polentas"
+ "plural_name": "polenta"
},
"granola cereal": {
"aliases": [],
"description": "",
- "name": "granola cereal",
- "plural_name": "granola cereals"
+ "name": "granola",
+ "plural_name": "granola"
},
"bulgur": {
"aliases": [],
"description": "",
"name": "bulgur",
- "plural_name": "bulgurs"
+ "plural_name": "bulgur"
},
"pearl barley": {
"aliases": [],
@@ -8649,253 +8649,253 @@
"aliases": [],
"description": "",
"name": "farro",
- "plural_name": "farroes"
+ "plural_name": "farro"
},
"barley": {
"aliases": [],
"description": "",
"name": "jęczmień",
- "plural_name": "barleys"
+ "plural_name": "jęczmień"
},
"wheat germ": {
"aliases": [],
"description": "",
- "name": "wheat germ",
- "plural_name": "wheat germs"
+ "name": "kiełki pszenicy",
+ "plural_name": "kiełki pszenicy"
},
"grit": {
"aliases": [],
"description": "",
- "name": "grit",
- "plural_name": "grits"
+ "name": "grys kukurydziany",
+ "plural_name": "grys kukurydziany"
},
"steel cut oat": {
"aliases": [],
"description": "",
- "name": "steel cut oat",
- "plural_name": "steel cut oats"
+ "name": "owies cięty",
+ "plural_name": "owies cięty"
},
"millet": {
"aliases": [],
"description": "",
- "name": "millet",
- "plural_name": "millets"
+ "name": "proso",
+ "plural_name": "proso"
},
"oat bran": {
"aliases": [],
"description": "",
- "name": "oat bran",
- "plural_name": "oat brans"
+ "name": "otręby owsiane",
+ "plural_name": "otręby owsiane"
},
"sushi rice": {
"aliases": [],
"description": "",
- "name": "sushi rice",
- "plural_name": "sushi rices"
+ "name": "ryż do sushi",
+ "plural_name": "ryż do sushi"
},
"glutinous rice": {
"aliases": [],
"description": "",
- "name": "glutinous rice",
- "plural_name": "glutinous rices"
+ "name": "ryż kleisty",
+ "plural_name": "ryż kleisty"
},
"instant rice": {
"aliases": [],
"description": "",
- "name": "instant rice",
- "plural_name": "instant rices"
+ "name": "ryż błyskawiczny",
+ "plural_name": "ryż błyskawiczny"
},
"hominy": {
"aliases": [],
"description": "",
"name": "hominy",
- "plural_name": "hominies"
+ "plural_name": "hominy"
},
"red quinoa": {
"aliases": [],
"description": "",
- "name": "red quinoa",
- "plural_name": "red quinoas"
+ "name": "czerwona quinoa",
+ "plural_name": "czerwona quinoa"
},
"raw buckwheat": {
"aliases": [],
"description": "",
- "name": "raw buckwheat",
- "plural_name": "raw buckwheats"
+ "name": "kasza gryczana surowa",
+ "plural_name": "kasza gryczana surowa"
},
"wheat bran": {
"aliases": [],
"description": "",
- "name": "wheat bran",
- "plural_name": "wheat brans"
+ "name": "otręby pszenne",
+ "plural_name": "otręby pszenne"
},
"instant oat": {
"aliases": [],
"description": "",
- "name": "instant oat",
- "plural_name": "instant oats"
+ "name": "płatek owsiany instant",
+ "plural_name": "płatki owsiane instant"
},
"wheat berry": {
"aliases": [],
"description": "",
- "name": "wheat berry",
- "plural_name": "wheat berries"
+ "name": "ziarno pszenicy",
+ "plural_name": "ziarna pszenicy"
},
"poha": {
"aliases": [],
"description": "",
"name": "poha",
- "plural_name": "pohas"
+ "plural_name": "poha"
},
"black rice": {
"aliases": [],
"description": "",
- "name": "black rice",
- "plural_name": "black rices"
+ "name": "czarny ryż",
+ "plural_name": "czarny ryż"
},
"yellow rice": {
"aliases": [],
"description": "",
- "name": "yellow rice",
- "plural_name": "yellow rices"
+ "name": "żółty ryż",
+ "plural_name": "żółty ryż"
},
"fine semolina": {
"aliases": [],
"description": "",
- "name": "fine semolina",
- "plural_name": "fine semolinas"
+ "name": "drobna semolina",
+ "plural_name": "drobna semolina"
},
"muesli": {
"aliases": [],
"description": "",
- "name": "muesli",
- "plural_name": "mueslis"
+ "name": "musli",
+ "plural_name": "musli"
},
"amaranth": {
"aliases": [],
"description": "",
- "name": "amaranth",
- "plural_name": "amaranths"
+ "name": "amarantus",
+ "plural_name": "amarantus"
},
"kasha": {
"aliases": [],
"description": "",
- "name": "kasha",
- "plural_name": "kashas"
+ "name": "kasza gryczana",
+ "plural_name": "kasza gryczana"
},
"quinoa flake": {
"aliases": [],
"description": "",
- "name": "quinoa flake",
- "plural_name": "quinoa flakes"
+ "name": "płatek quinoa",
+ "plural_name": "płatki quinoa"
},
"puffed rice": {
"aliases": [],
"description": "",
- "name": "puffed rice",
- "plural_name": "puffed rices"
+ "name": "ryż dmuchany",
+ "plural_name": "ryż dmuchany"
},
"pearled farro": {
"aliases": [],
"description": "",
- "name": "ferro perłowe",
- "plural_name": "ferro perłowe"
+ "name": "farro perłowe",
+ "plural_name": "farro perłowe"
},
"cracked wheat": {
"aliases": [],
"description": "",
- "name": "cracked wheat",
- "plural_name": "cracked wheats"
+ "name": "pszenica łamana",
+ "plural_name": "pszenica łamana"
},
"freekeh": {
"aliases": [],
"description": "",
"name": "freekeh",
- "plural_name": "freekehs"
+ "plural_name": "freekeh"
},
"paella rice": {
"aliases": [],
"description": "",
- "name": "paella rice",
- "plural_name": "paella rices"
+ "name": "ryż do paelli",
+ "plural_name": "ryż do paelli"
},
"sorghum": {
"aliases": [],
"description": "",
- "name": "sorghum",
- "plural_name": "sorghums"
+ "name": "sorgo",
+ "plural_name": "sorgo"
},
"red rice": {
"aliases": [],
"description": "",
- "name": "red rice",
- "plural_name": "red rices"
+ "name": "czerwony ryż",
+ "plural_name": "czerwony ryż"
},
"mexican rice": {
"aliases": [],
"description": "",
- "name": "mexican rice",
- "plural_name": "mexican rices"
+ "name": "ryż meksykański",
+ "plural_name": "ryż meksykański"
},
"idli rice": {
"aliases": [],
"description": "",
- "name": "idli rice",
- "plural_name": "idli rices"
+ "name": "ryż do idli",
+ "plural_name": "ryż do idli"
},
"brown jasmine rice": {
"aliases": [],
"description": "",
- "name": "brown jasmine rice",
- "plural_name": "brown jasmine rices"
+ "name": "brązowy ryż jaśminowy",
+ "plural_name": "brązowy ryż jaśminowy"
},
"cream of wheat": {
"aliases": [],
"description": "",
- "name": "cream of wheat",
- "plural_name": "cream of wheat"
+ "name": "kasza manna",
+ "plural_name": "kasza manna"
},
"rice pilaf": {
"aliases": [],
"description": "",
- "name": "rice pilaf",
- "plural_name": "rice pilafs"
+ "name": "ryż pilaf",
+ "plural_name": "ryż pilaf"
},
"barnyard millet": {
"aliases": [],
"description": "",
- "name": "barnyard millet",
- "plural_name": "barnyard millets"
+ "name": "proso japońskie",
+ "plural_name": "proso japońskie"
},
"weetabix": {
"aliases": [],
"description": "",
"name": "weetabix",
- "plural_name": "weetabixes"
+ "plural_name": "weetabix"
},
"jambalaya rice mix": {
"aliases": [],
"description": "",
- "name": "jambalaya rice mix",
- "plural_name": "jambalaya rice mixes"
+ "name": "mieszanka ryżu jambalaya",
+ "plural_name": "mieszanka ryżu jambalaya"
},
"black glutinous rice": {
"aliases": [],
"description": "",
- "name": "black glutinous rice",
- "plural_name": "black glutinous rices"
+ "name": "czarny ryż kleisty",
+ "plural_name": "czarny ryż kleisty"
},
"whole-grain oat": {
"aliases": [],
"description": "",
- "name": "whole-grain oat",
- "plural_name": "whole-grain oats"
+ "name": "płatek owsiany pełnoziarnisty",
+ "plural_name": "płatki owsiane pełnoziarniste"
},
"puffed quinoa": {
"aliases": [],
"description": "",
- "name": "puffed quinoa",
- "plural_name": "puffed quinoas"
+ "name": "quinoa dmuchana",
+ "plural_name": "quinoa dmuchana"
},
"cilantro lime rice": {
"aliases": [],
@@ -8906,98 +8906,98 @@
"dirty rice mix": {
"aliases": [],
"description": "",
- "name": "dirty rice mix",
- "plural_name": "dirty rice mixes"
+ "name": "mieszanka dirty rice",
+ "plural_name": "mieszanka dirty rice"
},
"puffed wheat": {
"aliases": [],
"description": "",
- "name": "puffed wheat",
- "plural_name": "puffed wheats"
+ "name": "dmuchana pszenica",
+ "plural_name": "dmuchana pszenica"
},
"hulled barley": {
"aliases": [],
"description": "",
- "name": "hulled barley",
- "plural_name": "hulled barleys"
+ "name": "jęczmień łuskany",
+ "plural_name": "jęczmień łuskany"
},
"brown long grain rice": {
"aliases": [],
"description": "",
- "name": "brown long grain rice",
- "plural_name": "brown long grain rices"
+ "name": "brązowy ryż długoziarnisty",
+ "plural_name": "brązowy ryż długoziarnisty"
},
"finger millet": {
"aliases": [],
"description": "",
- "name": "finger millet",
- "plural_name": "finger millets"
+ "name": "ragi",
+ "plural_name": "ragi"
},
"foxtail millet": {
"aliases": [],
"description": "",
- "name": "foxtail millet",
- "plural_name": "foxtail millets"
+ "name": "proso włośnikowe",
+ "plural_name": "proso włośnikowe"
},
"matta rice": {
"aliases": [],
"description": "",
- "name": "matta rice",
- "plural_name": "matta rices"
+ "name": "ryż matta",
+ "plural_name": "ryż matta"
},
"rye berry": {
"aliases": [],
"description": "",
- "name": "rye berry",
- "plural_name": "rye berries"
+ "name": "ziarno żyta",
+ "plural_name": "ziarna żyta"
},
"spelt flake": {
"aliases": [],
"description": "",
- "name": "spelt flake",
- "plural_name": "spelt flakes"
+ "name": "płatek orkiszowy",
+ "plural_name": "płatki orkiszowe"
},
"kodo millet": {
"aliases": [],
"description": "",
- "name": "kodo millet",
- "plural_name": "kodo millets"
+ "name": "kodo",
+ "plural_name": "kodo"
},
"oat groat": {
"aliases": [],
"description": "",
- "name": "oat groat",
- "plural_name": "oat groats"
+ "name": "owies łuskany",
+ "plural_name": "owies łuskany"
},
"teff": {
"aliases": [],
"description": "",
"name": "teff",
- "plural_name": "teffs"
+ "plural_name": "teff"
},
"rye flake": {
"aliases": [],
"description": "",
- "name": "rye flake",
- "plural_name": "rye flakes"
+ "name": "płatek żytni",
+ "plural_name": "płatki żytnie"
},
"little millet": {
"aliases": [],
"description": "",
- "name": "little millet",
- "plural_name": "little millets"
+ "name": "proso drobne",
+ "plural_name": "proso drobne"
},
"gluten-free breakfast cereal": {
"aliases": [],
"description": "",
- "name": "gluten-free breakfast cereal",
- "plural_name": "gluten-free breakfast cereals"
+ "name": "płatki śniadaniowe bezglutenowe",
+ "plural_name": "płatki śniadaniowe bezglutenowe"
},
"puffed amaranth": {
"aliases": [],
"description": "",
- "name": "puffed amaranth",
- "plural_name": "puffed amaranths"
+ "name": "amarantus dmuchany",
+ "plural_name": "amarantus dmuchany"
},
"coconut rice": {
"aliases": [],
@@ -9008,20 +9008,20 @@
"amaranth flake": {
"aliases": [],
"description": "",
- "name": "amaranth flake",
- "plural_name": "amaranth flakes"
+ "name": "płatek amarantusowy",
+ "plural_name": "płatki amarantusowe"
},
"puffed kamut": {
"aliases": [],
"description": "",
- "name": "puffed kamut",
- "plural_name": "puffed kamuts"
+ "name": "kamut dmuchany",
+ "plural_name": "kamut dmuchany"
},
"bamboo rice": {
"aliases": [],
"description": "",
- "name": "bamboo rice",
- "plural_name": "bamboo rices"
+ "name": "ryż bambusowy",
+ "plural_name": "ryż bambusowy"
},
"pearled sorghum": {
"aliases": [],
@@ -9032,62 +9032,62 @@
"shirataki rice": {
"aliases": [],
"description": "",
- "name": "shirataki rice",
- "plural_name": "shirataki rices"
+ "name": "ryż shirataki",
+ "plural_name": "ryż shirataki"
},
"vegetable fried rice": {
"aliases": [],
"description": "",
- "name": "vegetable fried rice",
- "plural_name": "vegetable fried rices"
+ "name": "smażony ryż z warzywami",
+ "plural_name": "smażony ryż z warzywami"
},
"grünkern": {
"aliases": [],
"description": "",
"name": "grünkern",
- "plural_name": "grünkerns"
+ "plural_name": "grünkern"
},
"jeera rice": {
"aliases": [],
"description": "",
- "name": "jeera rice",
- "plural_name": "jeera rices"
+ "name": "ryż jeera",
+ "plural_name": "ryż jeera"
},
"fonio": {
"aliases": [],
"description": "",
"name": "fonio",
- "plural_name": "fonios"
+ "plural_name": "fonio"
},
"kamut flake": {
"aliases": [],
"description": "",
- "name": "kamut flake",
- "plural_name": "kamut flakes"
+ "name": "płatek kamutowy",
+ "plural_name": "płatki kamutowe"
},
"texmati rice": {
"aliases": [],
"description": "",
- "name": "texmati rice",
- "plural_name": "texmati rices"
+ "name": "ryż texmati",
+ "plural_name": "ryż texmati"
},
"cream of rice": {
"aliases": [],
"description": "",
- "name": "cream of rice",
- "plural_name": "cream of rice"
+ "name": "kleik ryżowy",
+ "plural_name": "kleik ryżowy"
},
"kañiwa": {
"aliases": [],
"description": "",
"name": "kañiwa",
- "plural_name": "kañiwas"
+ "plural_name": "kañiwa"
},
"proso millet": {
"aliases": [],
"description": "",
- "name": "proso millet",
- "plural_name": "proso millets"
+ "name": "proso zwyczajne",
+ "plural_name": "proso zwyczajne"
}
}
},
@@ -9102,32 +9102,32 @@
"green bean": {
"aliases": [],
"description": "",
- "name": "green bean",
- "plural_name": "green beans"
+ "name": "fasolka szparagowa",
+ "plural_name": "fasolka szparagowa"
},
"chickpea": {
"aliases": [],
"description": "",
- "name": "chickpea",
- "plural_name": "chickpeas"
+ "name": "ciecierzyca",
+ "plural_name": "ciecierzyca"
},
"black bean": {
"aliases": [],
"description": "",
- "name": "black bean",
- "plural_name": "black beans"
+ "name": "czarna fasola",
+ "plural_name": "czarna fasola"
},
"kidney bean": {
"aliases": [],
"description": "",
- "name": "kidney bean",
- "plural_name": "kidney beans"
+ "name": "fasola kidney",
+ "plural_name": "fasola kidney"
},
"white bean": {
"aliases": [],
"description": "",
- "name": "white bean",
- "plural_name": "white beans"
+ "name": "biała fasola",
+ "plural_name": "biała fasola"
},
"lentil": {
"aliases": [],
@@ -9138,200 +9138,200 @@
"pinto bean": {
"aliases": [],
"description": "",
- "name": "pinto bean",
- "plural_name": "pinto beans"
+ "name": "fasola pinto",
+ "plural_name": "fasola pinto"
},
"snow pea": {
"aliases": [],
"description": "",
- "name": "snow pea",
- "plural_name": "snow peas"
+ "name": "groszek cukrowy",
+ "plural_name": "groszek cukrowy"
},
"snap pea": {
"aliases": [],
"description": "",
- "name": "snap pea",
- "plural_name": "snap peas"
+ "name": "groszek snap",
+ "plural_name": "groszek snap"
},
"red lentil": {
"aliases": [],
"description": "",
- "name": "red lentil",
- "plural_name": "red lentils"
+ "name": "czerwona soczewica",
+ "plural_name": "czerwona soczewica"
},
"cannellini bean": {
"aliases": [],
"description": "",
- "name": "cannellini bean",
- "plural_name": "cannellini beans"
+ "name": "fasola cannellini",
+ "plural_name": "fasola cannellini"
},
"bean sprout": {
"aliases": [],
"description": "",
- "name": "bean sprout",
- "plural_name": "bean sprouts"
+ "name": "kiełek fasoli",
+ "plural_name": "kiełki fasoli"
},
"edamame": {
"aliases": [],
"description": "",
"name": "edamame",
- "plural_name": "edamames"
+ "plural_name": "edamame"
},
"green lentil": {
"aliases": [],
"description": "",
- "name": "green lentil",
- "plural_name": "green lentils"
+ "name": "zielona soczewica",
+ "plural_name": "zielona soczewica"
},
"urad dal": {
"aliases": [],
"description": "",
"name": "urad dal",
- "plural_name": "urad dals"
+ "plural_name": "urad dal"
},
"lima bean": {
"aliases": [],
"description": "",
- "name": "lima bean",
- "plural_name": "lima beans"
+ "name": "fasola lima",
+ "plural_name": "fasola lima"
},
"chana dal": {
"aliases": [],
"description": "",
"name": "chana dal",
- "plural_name": "chana dals"
+ "plural_name": "chana dal"
},
"fava bean": {
"aliases": [],
"description": "",
- "name": "fava bean",
- "plural_name": "fava beans"
+ "name": "bób",
+ "plural_name": "bób"
},
"black-eyed pea": {
"aliases": [],
"description": "",
- "name": "black-eyed pea",
- "plural_name": "black-eyed peas"
+ "name": "fasola czarnooka",
+ "plural_name": "fasola czarnooka"
},
"moong dal": {
"aliases": [],
"description": "",
"name": "moong dal",
- "plural_name": "moong dals"
+ "plural_name": "moong dal"
},
"split pea": {
"aliases": [],
"description": "",
- "name": "split pea",
- "plural_name": "split peas"
+ "name": "groch łuskany",
+ "plural_name": "groch łuskany"
},
"pigeon pea": {
"aliases": [],
"description": "",
- "name": "pigeon pea",
- "plural_name": "pigeon peas"
+ "name": "groch gołębi",
+ "plural_name": "groch gołębi"
},
"red bean": {
"aliases": [],
"description": "",
- "name": "red bean",
- "plural_name": "red beans"
+ "name": "czerwona fasola",
+ "plural_name": "czerwona fasola"
},
"mung bean sprout": {
"aliases": [],
"description": "",
- "name": "mung bean sprout",
- "plural_name": "mung bean sprouts"
+ "name": "kiełek fasoli mung",
+ "plural_name": "kiełki fasoli mung"
},
"soybean": {
"aliases": [],
"description": "",
- "name": "soybean",
- "plural_name": "soybeans"
+ "name": "soja",
+ "plural_name": "soja"
},
"mung bean": {
"aliases": [],
"description": "",
- "name": "mung bean",
- "plural_name": "mung beans"
+ "name": "fasola mung",
+ "plural_name": "fasola mung"
},
"string bean": {
"aliases": [],
"description": "",
- "name": "string bean",
- "plural_name": "string beans"
+ "name": "fasolka szparagowa",
+ "plural_name": "fasolka szparagowa"
},
"yellow split pea": {
"aliases": [],
"description": "",
- "name": "yellow split pea",
- "plural_name": "yellow split peas"
+ "name": "żółty groch łuskany",
+ "plural_name": "żółty groch łuskany"
},
"black lentil": {
"aliases": [],
"description": "",
- "name": "black lentil",
- "plural_name": "black lentils"
+ "name": "czarna soczewica",
+ "plural_name": "czarna soczewica"
},
"borlotti bean": {
"aliases": [],
"description": "",
- "name": "borlotti bean",
- "plural_name": "borlotti beans"
+ "name": "fasola borlotti",
+ "plural_name": "fasola borlotti"
},
"aquafaba": {
"aliases": [],
"description": "",
"name": "aquafaba",
- "plural_name": "aquafabas"
+ "plural_name": "aquafaba"
},
"chana": {
"aliases": [],
"description": "",
"name": "chana",
- "plural_name": "chanas"
+ "plural_name": "chana"
},
"snake bean": {
"aliases": [],
"description": "",
- "name": "snake bean",
- "plural_name": "snake beans"
+ "name": "fasola wężowa",
+ "plural_name": "fasola wężowa"
},
"yellow lentil": {
"aliases": [],
"description": "",
- "name": "yellow lentil",
- "plural_name": "yellow lentils"
+ "name": "żółta soczewica",
+ "plural_name": "żółta soczewica"
},
"mixed bean": {
"aliases": [],
"description": "",
- "name": "mixed bean",
- "plural_name": "mixed beans"
+ "name": "mieszanka fasoli",
+ "plural_name": "mieszanka fasoli"
},
"kala chana": {
"aliases": [],
"description": "",
"name": "kala chana",
- "plural_name": "kala chanas"
+ "plural_name": "kala chana"
},
"fermented black bean": {
"aliases": [],
"description": "",
- "name": "fermented black bean",
- "plural_name": "fermented black beans"
+ "name": "fermentowana czarna fasola",
+ "plural_name": "fermentowana czarna fasola"
},
"black gram": {
"aliases": [],
"description": "",
- "name": "black gram",
- "plural_name": "black grams"
+ "name": "czarny gram",
+ "plural_name": "czarny gram"
},
"wax bean": {
"aliases": [],
"description": "",
- "name": "wax bean",
- "plural_name": "wax beans"
+ "name": "fasolka woskowa",
+ "plural_name": "fasolka woskowa"
},
"dried pea": {
"aliases": [],
@@ -9342,152 +9342,152 @@
"pink bean": {
"aliases": [],
"description": "",
- "name": "pink bean",
- "plural_name": "pink beans"
+ "name": "różowa fasola",
+ "plural_name": "różowa fasola"
},
"lentil sprout": {
"aliases": [],
"description": "",
- "name": "lentil sprout",
- "plural_name": "lentil sprouts"
+ "name": "kiełek soczewicy",
+ "plural_name": "kiełki soczewicy"
},
"white pea": {
"aliases": [],
"description": "",
- "name": "white pea",
- "plural_name": "white peas"
+ "name": "biały groch",
+ "plural_name": "biały groch"
},
"black soybean": {
"aliases": [],
"description": "",
- "name": "black soybean",
- "plural_name": "black soybeans"
+ "name": "czarna soja",
+ "plural_name": "czarna soja"
},
"field pea": {
"aliases": [],
"description": "",
- "name": "field pea",
- "plural_name": "field peas"
+ "name": "groch polny",
+ "plural_name": "groch polny"
},
"gigante": {
"aliases": [],
"description": "",
- "name": "gigante",
- "plural_name": "gigantes"
+ "name": "fasola gigante",
+ "plural_name": "fasola gigante"
},
"flageolet": {
"aliases": [],
"description": "",
- "name": "flageolet",
- "plural_name": "flageolets"
+ "name": "fasola flageolet",
+ "plural_name": "fasola flageolet"
},
"horse gram": {
"aliases": [],
"description": "",
- "name": "horse gram",
- "plural_name": "horse grams"
+ "name": "horsegram",
+ "plural_name": "horsegram"
},
"soy sprout": {
"aliases": [],
"description": "",
- "name": "soy sprout",
- "plural_name": "soy sprouts"
+ "name": "kiełek soi",
+ "plural_name": "kiełki soi"
},
"honey bean": {
"aliases": [],
"description": "",
- "name": "honey bean",
- "plural_name": "honey beans"
+ "name": "fasola miodowa",
+ "plural_name": "fasola miodowa"
},
"cluster bean": {
"aliases": [],
"description": "",
- "name": "cluster bean",
- "plural_name": "cluster beans"
+ "name": "guar",
+ "plural_name": "guar"
},
"brown bean": {
"aliases": [],
"description": "",
- "name": "brown bean",
- "plural_name": "brown beans"
+ "name": "brązowa fasola",
+ "plural_name": "brązowa fasola"
},
"mayocoba bean": {
"aliases": [],
"description": "",
- "name": "mayocoba bean",
- "plural_name": "mayocoba beans"
+ "name": "fasola mayocoba",
+ "plural_name": "fasola mayocoba"
},
"winged bean": {
"aliases": [],
"description": "",
- "name": "winged bean",
- "plural_name": "winged beans"
+ "name": "fasola skrzydlata",
+ "plural_name": "fasola skrzydlata"
},
"castelluccio lentil": {
"aliases": [],
"description": "",
- "name": "castelluccio lentil",
- "plural_name": "castelluccio lentils"
+ "name": "soczewica z castelluccio",
+ "plural_name": "soczewica z castelluccio"
},
"golden wax bean": {
"aliases": [],
"description": "",
- "name": "golden wax bean",
- "plural_name": "golden wax beans"
+ "name": "złota fasolka woskowa",
+ "plural_name": "złota fasolka woskowa"
},
"moth bean": {
"aliases": [],
"description": "",
- "name": "moth bean",
- "plural_name": "moth beans"
+ "name": "fasola moth",
+ "plural_name": "fasola moth"
},
"chickpea sprout": {
"aliases": [],
"description": "",
- "name": "chickpea sprout",
- "plural_name": "chickpea sprouts"
+ "name": "kiełek ciecierzycy",
+ "plural_name": "kiełki ciecierzycy"
},
"hara chana": {
"aliases": [],
"description": "",
"name": "hara chana",
- "plural_name": "hara chanas"
+ "plural_name": "hara chana"
},
"lupini bean": {
"aliases": [],
"description": "",
- "name": "lupini bean",
- "plural_name": "lupini beans"
+ "name": "łubin",
+ "plural_name": "łubin"
},
"natto": {
"aliases": [],
"description": "",
"name": "natto",
- "plural_name": "nattoes"
+ "plural_name": "natto"
},
"hyacinth bean": {
"aliases": [],
"description": "",
- "name": "hyacinth bean",
- "plural_name": "hyacinth beans"
+ "name": "fasola hiacyntowa",
+ "plural_name": "fasola hiacyntowa"
},
"petai": {
"aliases": [],
"description": "",
"name": "petai",
- "plural_name": "petais"
+ "plural_name": "petai"
},
"scarlet runner bean": {
"aliases": [],
"description": "",
- "name": "scarlet runner bean",
- "plural_name": "scarlet runner beans"
+ "name": "fasola wielokwiatowa",
+ "plural_name": "fasola wielokwiatowa"
},
"soy flake": {
"aliases": [],
"description": "",
- "name": "soy flake",
- "plural_name": "soy flakes"
+ "name": "płatek sojowy",
+ "plural_name": "płatki sojowe"
}
}
},
@@ -9496,70 +9496,70 @@
"short-cut pasta": {
"aliases": [],
"description": "",
- "name": "short-cut pasta",
- "plural_name": "short-cut pastas"
+ "name": "makaron krótki",
+ "plural_name": "makaron krótki"
},
"spaghetti": {
"aliases": [],
"description": "",
"name": "spaghetti",
- "plural_name": "spaghettis"
+ "plural_name": "spaghetti"
},
"macaroni": {
"aliases": [],
"description": "",
- "name": "macaroni",
- "plural_name": "macaronis"
+ "name": "makaron rurki",
+ "plural_name": "makaron rurki"
},
"egg noodle": {
"aliases": [],
"description": "",
- "name": "egg noodle",
- "plural_name": "egg noodles"
+ "name": "makaron jajeczny",
+ "plural_name": "makaron jajeczny"
},
"spiral pasta": {
"aliases": [],
"description": "",
- "name": "spiral pasta",
- "plural_name": "spiral pastas"
+ "name": "makaron spiralny",
+ "plural_name": "makaron spiralny"
},
"lasagna noodle": {
"aliases": [
- "lasagnas"
+ "lasagne"
],
"description": "",
- "name": "lasagna noodle",
- "plural_name": "lasagna noodles"
+ "name": "płat lasagne",
+ "plural_name": "płaty lasagne"
},
"linguine": {
"aliases": [],
"description": "",
"name": "linguine",
- "plural_name": "linguines"
+ "plural_name": "linguine"
},
"fettuccine": {
"aliases": [],
"description": "",
"name": "fettuccine",
- "plural_name": "fettuccines"
+ "plural_name": "fettuccine"
},
"orzo": {
"aliases": [],
"description": "",
"name": "orzo",
- "plural_name": "orzoes"
+ "plural_name": "orzo"
},
"pasta shell": {
"aliases": [],
"description": "",
- "name": "pasta shell",
- "plural_name": "pasta shells"
+ "name": "makaron muszelki",
+ "plural_name": "makaron muszelki"
},
"bow-tie pasta": {
"aliases": [],
"description": "",
- "name": "bow-tie pasta",
- "plural_name": "bow-tie pastas"
+ "name": "makaron kokardki",
+ "plural_name": "makaron kokardki"
},
"noodle": {
"aliases": [],
@@ -9571,199 +9571,199 @@
"aliases": [],
"description": "",
"name": "tortellini",
- "plural_name": "tortellinis"
+ "plural_name": "tortellini"
},
"cheese tortellini": {
"aliases": [],
"description": "",
- "name": "cheese tortellini",
- "plural_name": "cheese tortellinis"
+ "name": "tortellini z serem",
+ "plural_name": "tortellini z serem"
},
"rice noodle": {
"aliases": [],
"description": "",
- "name": "rice noodle",
- "plural_name": "rice noodles"
+ "name": "makaron ryżowy",
+ "plural_name": "makaron ryżowy"
},
"rigatoni": {
"aliases": [],
"description": "",
"name": "rigatoni",
- "plural_name": "rigatonis"
+ "plural_name": "rigatoni"
},
"gnocchi": {
"aliases": [],
"description": "",
"name": "gnocchi",
- "plural_name": "gnocchis"
+ "plural_name": "gnocchi"
},
"angel hair pasta": {
"aliases": [],
"description": "",
- "name": "angel hair pasta",
- "plural_name": "angel hair pastas"
+ "name": "makaron capellini",
+ "plural_name": "makaron capellini"
},
"ramen noodle": {
"aliases": [],
"description": "",
- "name": "ramen noodle",
- "plural_name": "ramen noodles"
+ "name": "makaron ramen",
+ "plural_name": "makaron ramen"
},
"vermicelli": {
"aliases": [],
"description": "",
"name": "vermicelli",
- "plural_name": "vermicellis"
+ "plural_name": "vermicelli"
},
"tagliatelle": {
"aliases": [],
"description": "",
"name": "tagliatelle",
- "plural_name": "tagliatelles"
+ "plural_name": "tagliatelle"
},
"soba noodle": {
"aliases": [],
"description": "",
- "name": "soba noodle",
- "plural_name": "soba noodles"
+ "name": "makaron soba",
+ "plural_name": "makaron soba"
},
"ravioli": {
"aliases": [],
"description": "",
"name": "ravioli",
- "plural_name": "raviolis"
+ "plural_name": "ravioli"
},
"ziti": {
"aliases": [],
"description": "",
"name": "ziti",
- "plural_name": "zitis"
+ "plural_name": "ziti"
},
"orecchiette": {
"aliases": [],
"description": "",
"name": "orecchiette",
- "plural_name": "orecchiettes"
+ "plural_name": "orecchiette"
},
"israeli couscous": {
"aliases": [],
"description": "",
- "name": "israeli couscous",
- "plural_name": "israeli couscous"
+ "name": "kuskus izraelski",
+ "plural_name": "kuskusy izraelskie"
},
"zoodle": {
"aliases": [],
"description": "",
- "name": "zoodle",
- "plural_name": "zoodles"
+ "name": "makaron z cukinii",
+ "plural_name": "makaron z cukinii"
},
"udon noodle": {
"aliases": [],
"description": "",
- "name": "udon noodle",
- "plural_name": "udon noodles"
+ "name": "makaron udon",
+ "plural_name": "makaron udon"
},
"ditalini": {
"aliases": [],
"description": "",
"name": "ditalini",
- "plural_name": "ditalinis"
+ "plural_name": "ditalini"
},
"rice vermicelli": {
"aliases": [],
"description": "",
- "name": "rice vermicelli",
- "plural_name": "rice vermicellis"
+ "name": "makaron ryżowy vermicelli",
+ "plural_name": "makaron ryżowy vermicelli"
},
"pappardelle": {
"aliases": [],
"description": "",
"name": "pappardelle",
- "plural_name": "pappardelles"
+ "plural_name": "pappardelle"
},
"glass noodle": {
"aliases": [],
"description": "",
- "name": "glass noodle",
- "plural_name": "glass noodles"
+ "name": "makaron szklany",
+ "plural_name": "makaron szklany"
},
"gluten-free pasta": {
"aliases": [],
"description": "",
- "name": "gluten-free pasta",
- "plural_name": "gluten-free pastas"
+ "name": "makaron bezglutenowy",
+ "plural_name": "makaron bezglutenowy"
},
"mac 'n cheese": {
"aliases": [],
"description": "",
- "name": "mac 'n cheese",
- "plural_name": "mac 'n cheese"
+ "name": "makaron z serem",
+ "plural_name": "makarony z serem"
},
"penne rigate": {
"aliases": [],
"description": "",
"name": "penne rigate",
- "plural_name": "penne rigates"
+ "plural_name": "penne rigate"
},
"manicotti": {
"aliases": [],
"description": "",
"name": "manicotti",
- "plural_name": "manicottis"
+ "plural_name": "manicotti"
},
"bucatini": {
"aliases": [],
"description": "",
"name": "bucatini",
- "plural_name": "bucatinis"
+ "plural_name": "bucatini"
},
"cannelloni": {
"aliases": [],
"description": "",
"name": "cannelloni",
- "plural_name": "cannellonis"
+ "plural_name": "cannelloni"
},
"thai rice noodle": {
"aliases": [],
"description": "",
- "name": "thai rice noodle",
- "plural_name": "thai rice noodles"
+ "name": "tajski makaron ryżowy",
+ "plural_name": "tajski makaron ryżowy"
},
"brown rice pasta": {
"aliases": [],
"description": "",
- "name": "brown rice pasta",
- "plural_name": "brown rice pastas"
+ "name": "makaron z brązowego ryżu",
+ "plural_name": "makaron z brązowego ryżu"
},
"rotelle": {
"aliases": [],
"description": "",
"name": "rotelle",
- "plural_name": "rotelles"
+ "plural_name": "rotelle"
},
"shirataki noodle": {
"aliases": [],
"description": "",
- "name": "shirataki noodle",
- "plural_name": "shirataki noodles"
+ "name": "makaron shirataki",
+ "plural_name": "makaron shirataki"
},
"chicken raman": {
"aliases": [],
"description": "",
- "name": "chicken raman",
- "plural_name": "chicken ramen"
+ "name": "zupka ramen z kurczakiem",
+ "plural_name": "zupka ramen z kurczakiem"
},
"pierogi": {
"aliases": [],
"description": "",
- "name": "pierogi",
- "plural_name": "pierogis"
+ "name": "pieróg",
+ "plural_name": "pierogi"
},
"soup pasta": {
"aliases": [],
"description": "",
- "name": "soup pasta",
- "plural_name": "soup pastas"
+ "name": "makaron do zupy",
+ "plural_name": "makaron do zupy"
},
"sweet potato noodle": {
"aliases": [],
@@ -9775,97 +9775,97 @@
"aliases": [],
"description": "",
"name": "acini di pepe",
- "plural_name": "acini di pepes"
+ "plural_name": "acini di pepe"
},
"cavatelli": {
"aliases": [],
"description": "",
"name": "cavatelli",
- "plural_name": "cavatellis"
+ "plural_name": "cavatelli"
},
"instant noodle": {
"aliases": [],
"description": "",
- "name": "instant noodle",
- "plural_name": "instant noodles"
+ "name": "makaron instant",
+ "plural_name": "makaron instant"
},
"somen noodle": {
"aliases": [],
"description": "",
- "name": "somen noodle",
- "plural_name": "somen noodles"
+ "name": "makaron somen",
+ "plural_name": "makaron somen"
},
"yakisoba noodle": {
"aliases": [],
"description": "",
- "name": "yakisoba noodle",
- "plural_name": "yakisoba noodles"
+ "name": "makaron yakisoba",
+ "plural_name": "makaron yakisoba"
},
"beef ravioli": {
"aliases": [],
"description": "",
- "name": "beef ravioli",
- "plural_name": "beef raviolis"
+ "name": "ravioli z wołowiną",
+ "plural_name": "ravioli z wołowiną"
},
"hakka noodle": {
"aliases": [],
"description": "",
- "name": "hakka noodle",
- "plural_name": "hakka noodles"
+ "name": "makaron hakka",
+ "plural_name": "makaron hakka"
},
"kelp noodle": {
"aliases": [],
"description": "",
- "name": "kelp noodle",
- "plural_name": "kelp noodles"
+ "name": "makaron z alg",
+ "plural_name": "makaron z alg"
},
"fideo pasta": {
"aliases": [],
"description": "",
- "name": "fideo pasta",
- "plural_name": "fideo pastas"
+ "name": "makaron fideo",
+ "plural_name": "makaron fideo"
},
"spaetzle": {
"aliases": [],
"description": "",
- "name": "spaetzle",
- "plural_name": "spaetzles"
+ "name": "spätzle",
+ "plural_name": "spätzle"
},
"radiatore": {
"aliases": [],
"description": "",
"name": "radiatore",
- "plural_name": "radiatores"
+ "plural_name": "radiatore"
},
"paccheri": {
"aliases": [],
"description": "",
"name": "paccheri",
- "plural_name": "paccheris"
+ "plural_name": "paccheri"
},
"kluski noodle": {
"aliases": [],
"description": "",
- "name": "kluski noodle",
- "plural_name": "kluski noodles"
+ "name": "kluski",
+ "plural_name": "kluski"
},
"yolk-free noodle": {
"aliases": [],
"description": "",
- "name": "yolk-free noodle",
- "plural_name": "yolk-free noodles"
+ "name": "makaron bez żółtka",
+ "plural_name": "makaron bez żółtka"
},
"black bean pasta": {
"aliases": [],
"description": "",
- "name": "black bean pasta",
- "plural_name": "black bean pastas"
+ "name": "makaron z czarnej fasoli",
+ "plural_name": "makaron z czarnej fasoli"
},
"matzo farfel": {
"aliases": [],
"description": "",
- "name": "matzo farfel",
- "plural_name": "matzo farfels"
+ "name": "farfel z macy",
+ "plural_name": "farfel z macy"
},
"spinach fettuccine": {
"aliases": [],
@@ -9876,32 +9876,32 @@
"rice-a-roni": {
"aliases": [],
"description": "",
- "name": "rice-a-roni",
- "plural_name": "rice-a-ronis"
+ "name": "ryż z makaronem",
+ "plural_name": "ryż z makaronem"
},
"frozen dumpling": {
"aliases": [],
"description": "",
- "name": "frozen dumpling",
- "plural_name": "frozen dumplings"
+ "name": "mrożone pierożki",
+ "plural_name": "mrożone pierożki"
},
"fregola": {
"aliases": [],
"description": "",
"name": "fregola",
- "plural_name": "fregolas"
+ "plural_name": "fregola"
},
"beef tortellini": {
"aliases": [],
"description": "",
- "name": "beef tortellini",
- "plural_name": "beef tortellinis"
+ "name": "tortellini z wołowiną",
+ "plural_name": "tortellini z wołowiną"
},
"banh pho": {
"aliases": [],
"description": "",
- "name": "banh pho",
- "plural_name": "banh phoes"
+ "name": "makaron pho",
+ "plural_name": "makaron pho"
},
"butternut squash noodle": {
"aliases": [],
@@ -9912,50 +9912,50 @@
"mie noodle": {
"aliases": [],
"description": "",
- "name": "mie noodle",
- "plural_name": "mie noodles"
+ "name": "makaron mie",
+ "plural_name": "makaron mie"
},
"trahana": {
"aliases": [],
"description": "",
"name": "trahana",
- "plural_name": "trahanas"
+ "plural_name": "trahana"
},
"busiate": {
"aliases": [],
"description": "",
"name": "busiate",
- "plural_name": "busiates"
+ "plural_name": "busiate"
},
"lobster ravioli": {
"aliases": [],
"description": "",
- "name": "lobster ravioli",
- "plural_name": "lobster raviolis"
+ "name": "ravioli z homarem",
+ "plural_name": "ravioli z homarem"
},
"mafalde": {
"aliases": [],
"description": "",
"name": "mafalde",
- "plural_name": "mafaldes"
+ "plural_name": "mafalde"
},
"misua": {
"aliases": [],
"description": "",
- "name": "misua",
- "plural_name": "misuas"
+ "name": "makaron misua",
+ "plural_name": "makaron misua"
},
"palmini": {
"aliases": [],
"description": "",
- "name": "palmini",
- "plural_name": "palminis"
+ "name": "makaron palmini",
+ "plural_name": "makaron palmini"
},
"trottole": {
"aliases": [],
"description": "",
"name": "trottole",
- "plural_name": "trottoles"
+ "plural_name": "trottole"
},
"mandu": {
"aliases": [],
@@ -9966,38 +9966,38 @@
"pasta salad mix": {
"aliases": [],
"description": "",
- "name": "pasta salad mix",
- "plural_name": "pasta salad mix"
+ "name": "mieszanka makaronu do sałatek",
+ "plural_name": "mieszanki makaronu do sałatek"
},
"pot pie noodle": {
"aliases": [],
"description": "",
- "name": "pot pie noodle",
- "plural_name": "pot pie noodles"
+ "name": "makaron do zapiekanki",
+ "plural_name": "makaron do zapiekanki"
},
"casarecce": {
"aliases": [],
"description": "",
"name": "casarecce",
- "plural_name": "casarecces"
+ "plural_name": "casarecce"
},
"quinoa pasta": {
"aliases": [],
"description": "",
- "name": "quinoa pasta",
- "plural_name": "quinoa pastas"
+ "name": "makaron z komosy ryżowej",
+ "plural_name": "makaron z komosy ryżowej"
},
"bean pasta": {
"aliases": [],
"description": "",
- "name": "bean pasta",
- "plural_name": "bean pastas"
+ "name": "makaron z fasoli",
+ "plural_name": "makaron z fasoli"
},
"bean sheet": {
"aliases": [],
"description": "",
- "name": "bean sheet",
- "plural_name": "bean sheets"
+ "name": "arkusz z fasoli",
+ "plural_name": "arkusze z fasoli"
},
"hilopite": {
"aliases": [],
@@ -10008,20 +10008,20 @@
"jjolmyeon": {
"aliases": [],
"description": "",
- "name": "jjolmyeon",
- "plural_name": "jjolmyeons"
+ "name": "makaron jjolmyeon",
+ "plural_name": "makaron jjolmyeon"
},
"naengmyeon noodle": {
"aliases": [],
"description": "",
- "name": "naengmyeon noodle",
- "plural_name": "naengmyeon noodles"
+ "name": "makaron naengmyeon",
+ "plural_name": "makaron naengmyeon"
},
"yuba noodle": {
"aliases": [],
"description": "",
- "name": "yuba noodle",
- "plural_name": "yuba noodles"
+ "name": "makaron z tofu",
+ "plural_name": "makaron z tofu"
}
}
},
@@ -10030,8 +10030,8 @@
"bread": {
"aliases": [],
"description": "",
- "name": "bread",
- "plural_name": "breads"
+ "name": "chleb",
+ "plural_name": "chleb"
}
}
},
@@ -10041,37 +10041,37 @@
"aliases": [],
"description": "",
"name": "bułka tarta",
- "plural_name": "bread crumbs"
+ "plural_name": "bułka tarta"
},
"panko": {
"aliases": [],
"description": "",
- "name": "panko",
- "plural_name": "pankoes"
+ "name": "bułka tarta panko",
+ "plural_name": "bułka tarta panko"
},
"flour tortilla": {
"aliases": [],
"description": "",
- "name": "flour tortilla",
- "plural_name": "flour tortillas"
+ "name": "tortilla pszenna",
+ "plural_name": "tortilla pszenna"
},
"almond flour tortilla": {
"aliases": [],
"description": "",
- "name": "almond flour tortilla",
- "plural_name": "almond flour tortillas"
+ "name": "tortilla z mąki migdałowej",
+ "plural_name": "tortilla z mąki migdałowej"
},
"corn tortilla": {
"aliases": [],
"description": "",
- "name": "corn tortilla",
- "plural_name": "corn tortillas"
+ "name": "tortilla kukurydziana",
+ "plural_name": "tortilla kukurydziana"
},
"cracker": {
"aliases": [],
"description": "",
- "name": "cracker",
- "plural_name": "crackers"
+ "name": "krakers",
+ "plural_name": "krakersy"
},
"baguette": {
"aliases": [],
@@ -10082,86 +10082,86 @@
"tortilla chip": {
"aliases": [],
"description": "",
- "name": "tortilla chip",
- "plural_name": "tortilla chips"
+ "name": "chipsy tortilla",
+ "plural_name": "chipsy tortilla"
},
"pita": {
"aliases": [],
"description": "",
- "name": "pita",
- "plural_name": "pitas"
+ "name": "chleb pita",
+ "plural_name": "chleb pita"
},
"pretzel": {
"aliases": [],
"description": "",
- "name": "pretzel",
- "plural_name": "pretzels"
+ "name": "precel",
+ "plural_name": "precle"
},
"sourdough bread": {
"aliases": [],
"description": "",
- "name": "sourdough bread",
- "plural_name": "sourdough breads"
+ "name": "chleb na zakwasie",
+ "plural_name": "chleb na zakwasie"
},
"rustic italian bread": {
"aliases": [],
"description": "",
- "name": "rustic italian bread",
- "plural_name": "rustic italian breads"
+ "name": "rustykalny chleb włoski",
+ "plural_name": "rustykalny chleb włoski"
},
"popcorn": {
"aliases": [],
"description": "",
"name": "popcorn",
- "plural_name": "popcorns"
+ "plural_name": "popcorn"
},
"crouton": {
"aliases": [],
"description": "",
- "name": "crouton",
- "plural_name": "croutons"
+ "name": "grzanka",
+ "plural_name": "grzanki"
},
"whole-wheat tortilla": {
"aliases": [],
"description": "",
- "name": "whole-wheat tortilla",
- "plural_name": "whole-wheat tortillas"
+ "name": "tortilla pełnoziarnista",
+ "plural_name": "tortilla pełnoziarnista"
},
"english muffin": {
"aliases": [],
"description": "",
- "name": "english muffin",
- "plural_name": "english muffins"
+ "name": "angielska bułeczka śniadaniowa",
+ "plural_name": "angielskie bułeczki śniadaniowe"
},
"brioche": {
"aliases": [],
"description": "",
"name": "brioche",
- "plural_name": "brioches"
+ "plural_name": "brioche"
},
"italian bread crumb": {
"aliases": [],
"description": "",
- "name": "italian bread crumb",
- "plural_name": "italian bread crumbs"
+ "name": "włoska bułka tarta",
+ "plural_name": "włoska bułka tarta"
},
"rye bread": {
"aliases": [],
"description": "",
- "name": "rye bread",
- "plural_name": "rye breads"
+ "name": "chleb żytni",
+ "plural_name": "chleb żytni"
},
"flatbread": {
"aliases": [],
"description": "",
- "name": "flatbread",
- "plural_name": "flatbreads"
+ "name": "placek chlebowy",
+ "plural_name": "placki chlebowe"
},
"dry-roasted peanut": {
"aliases": [],
"description": "",
- "name": "dry-roasted peanut",
- "plural_name": "dry-roasted peanuts"
+ "name": "orzeszek ziemny prażony na sucho",
+ "plural_name": "orzeszki ziemne prażone na sucho"
},
"potato chip": {
"aliases": [],
@@ -10172,92 +10172,92 @@
"naan": {
"aliases": [],
"description": "",
- "name": "naan",
- "plural_name": "naans"
+ "name": "chleb naan",
+ "plural_name": "chleb naan"
},
"stuffing mix": {
"aliases": [],
"description": "",
- "name": "stuffing mix",
- "plural_name": "stuffing mixes"
+ "name": "mieszanka do farszu",
+ "plural_name": "mieszanka do farszu"
},
"cornbread": {
"aliases": [],
"description": "",
- "name": "cornbread",
- "plural_name": "cornbreads"
+ "name": "chleb kukurydziany",
+ "plural_name": "chleb kukurydziany"
},
"taco shell": {
"aliases": [],
"description": "",
- "name": "taco shell",
- "plural_name": "taco shells"
+ "name": "skorupka do taco",
+ "plural_name": "skorupki do taco"
},
"tater tot": {
"aliases": [],
"description": "",
- "name": "tater tot",
- "plural_name": "tater tots"
+ "name": "kuleczka ziemniaczana",
+ "plural_name": "kuleczki ziemniaczane"
},
"bagel": {
"aliases": [],
"description": "",
- "name": "bagel",
- "plural_name": "bagels"
+ "name": "bajgiel",
+ "plural_name": "bajgle"
},
"corn chip": {
"aliases": [],
"description": "",
- "name": "corn chip",
- "plural_name": "corn chips"
+ "name": "chipsy kukurydziane",
+ "plural_name": "chipsy kukurydziane"
},
"unpopped popcorn": {
"aliases": [],
"description": "",
- "name": "unpopped popcorn",
- "plural_name": "unpopped popcorns"
+ "name": "kukurydza do popcornu",
+ "plural_name": "kukurydza do popcornu"
},
"croissant": {
"aliases": [],
"description": "",
- "name": "croissant",
- "plural_name": "croissants"
+ "name": "rogalik",
+ "plural_name": "rogaliki"
},
"pork rind": {
"aliases": [],
"description": "",
- "name": "pork rind",
- "plural_name": "pork rinds"
+ "name": "skórka wieprzowa",
+ "plural_name": "skórki wieprzowe"
},
"pumpernickel": {
"aliases": [],
"description": "",
- "name": "pumpernickel",
- "plural_name": "pumpernickels"
+ "name": "pumpernikiel",
+ "plural_name": "pumpernikiel"
},
"sweet bread": {
"aliases": [],
"description": "",
- "name": "sweet bread",
- "plural_name": "sweet breads"
+ "name": "słodkie pieczywo",
+ "plural_name": "słodkie pieczywo"
},
"hawaiian roll": {
"aliases": [],
"description": "",
- "name": "hawaiian roll",
- "plural_name": "hawaiian rolls"
+ "name": "słodka bułeczka hawajska",
+ "plural_name": "słodkie bułeczki hawajskie"
},
"pita chip": {
"aliases": [],
"description": "",
- "name": "pita chip",
- "plural_name": "pita chips"
+ "name": "chipsy pita",
+ "plural_name": "chipsy pita"
},
"gluten free bread": {
"aliases": [],
"description": "",
- "name": "gluten free bread",
- "plural_name": "gluten free breads"
+ "name": "chleb bezglutenowy",
+ "plural_name": "chleb bezglutenowy"
},
"potato bread": {
"aliases": [],
@@ -10269,31 +10269,31 @@
"aliases": [],
"description": "",
"name": "muffin",
- "plural_name": "muffins"
+ "plural_name": "muffiny"
},
"breadstick": {
"aliases": [],
"description": "",
- "name": "breadstick",
- "plural_name": "breadsticks"
+ "name": "paluszek chlebowy",
+ "plural_name": "paluszki chlebowe"
},
"focaccia": {
"aliases": [],
"description": "",
"name": "focaccia",
- "plural_name": "focaccias"
+ "plural_name": "focaccia"
},
"gluten-free bread crumb": {
"aliases": [],
"description": "",
- "name": "gluten-free bread crumb",
- "plural_name": "gluten-free bread crumbs"
+ "name": "bezglutenowa bułka tarta",
+ "plural_name": "bezglutenowa bułka tarta"
},
"tostada shell": {
"aliases": [],
"description": "",
- "name": "tostada shell",
- "plural_name": "tostada shells"
+ "name": "skorupka tostada",
+ "plural_name": "skorupki tostada"
},
"crispy fried onion": {
"aliases": [],
@@ -10304,8 +10304,8 @@
"matzo": {
"aliases": [],
"description": "",
- "name": "matzo",
- "plural_name": "matzoes"
+ "name": "maca",
+ "plural_name": "maca"
},
"garlic bread": {
"aliases": [],
@@ -10316,38 +10316,38 @@
"yeast extract spread": {
"aliases": [],
"description": "",
- "name": "yeast extract spread",
- "plural_name": "yeast extract spreads"
+ "name": "pasta z ekstraktu drożdżowego",
+ "plural_name": "pasta z ekstraktu drożdżowego"
},
"challah": {
"aliases": [],
"description": "",
- "name": "challah",
- "plural_name": "challahs"
+ "name": "chałka",
+ "plural_name": "chałki"
},
"roasted gram": {
"aliases": [],
"description": "",
- "name": "roasted gram",
- "plural_name": "roasted grams"
+ "name": "prażona ciecierzyca",
+ "plural_name": "prażona ciecierzyca"
},
"crostini": {
"aliases": [],
"description": "",
"name": "crostini",
- "plural_name": "crostinis"
+ "plural_name": "crostini"
},
"rice cake": {
"aliases": [],
"description": "",
- "name": "rice cake",
- "plural_name": "rice cakes"
+ "name": "wafel ryżowy",
+ "plural_name": "wafle ryżowe"
},
"panettone": {
"aliases": [],
"description": "",
"name": "panettone",
- "plural_name": "panettones"
+ "plural_name": "panettone"
},
"sweet potato fry": {
"aliases": [],
@@ -10359,19 +10359,19 @@
"aliases": [],
"description": "",
"name": "sev",
- "plural_name": "sevs"
+ "plural_name": "sev"
},
"vegetable chip": {
"aliases": [],
"description": "",
- "name": "vegetable chip",
- "plural_name": "vegetable chips"
+ "name": "chipsy warzywne",
+ "plural_name": "chipsy warzywne"
},
"papad": {
"aliases": [],
"description": "",
"name": "papad",
- "plural_name": "papads"
+ "plural_name": "papad"
},
"spinach wrap": {
"aliases": [],
@@ -10382,68 +10382,68 @@
"plantain chip": {
"aliases": [],
"description": "",
- "name": "plantain chip",
- "plural_name": "plantain chips"
+ "name": "chipsy z plantana",
+ "plural_name": "chipsy z plantana"
},
"roasted chickpea": {
"aliases": [],
"description": "",
- "name": "roasted chickpea",
- "plural_name": "roasted chickpeas"
+ "name": "prażona ciecierzyca",
+ "plural_name": "prażona ciecierzyca"
},
"cheeto": {
"aliases": [],
"description": "",
- "name": "cheeto",
- "plural_name": "cheetos"
+ "name": "chrupki serowe cheetos",
+ "plural_name": "chrupki serowe cheetos"
},
"chapati": {
"aliases": [],
"description": "",
"name": "chapati",
- "plural_name": "chapatis"
+ "plural_name": "chapati"
},
"crumpet": {
"aliases": [],
"description": "",
"name": "crumpet",
- "plural_name": "crumpets"
+ "plural_name": "crumpety"
},
"seed bread": {
"aliases": [],
"description": "",
- "name": "seed bread",
- "plural_name": "seed breads"
+ "name": "chleb z ziarnami",
+ "plural_name": "chleby z ziarnami"
},
"keto bread": {
"aliases": [],
"description": "",
- "name": "keto bread",
- "plural_name": "keto breads"
+ "name": "chleb keto",
+ "plural_name": "chleby keto"
},
"bread bowl": {
"aliases": [],
"description": "",
- "name": "bread bowl",
- "plural_name": "bread bowls"
+ "name": "miseczka z chleba",
+ "plural_name": "miseczki z chleba"
},
"sprouted grain bread": {
"aliases": [],
"description": "",
- "name": "sprouted grain bread",
- "plural_name": "sprouted grain breads"
+ "name": "chleb z kiełkujących ziaren",
+ "plural_name": "chleby z kiełkujących ziaren"
},
"cornbread stuffing mix": {
"aliases": [],
"description": "",
- "name": "cornbread stuffing mix",
- "plural_name": "cornbread stuffing mixes"
+ "name": "mieszanka do farszu z chleba kukurydzianego",
+ "plural_name": "mieszanki do farszu z chleba kukurydzianego"
},
"low-carb wrap": {
"aliases": [],
"description": "",
- "name": "low-carb wrap",
- "plural_name": "low-carb wraps"
+ "name": "wrap niskowęglowodanowy",
+ "plural_name": "wrapy niskowęglowodanowe"
},
"frozen onion ring": {
"aliases": [],
@@ -10454,182 +10454,182 @@
"corn muffin": {
"aliases": [],
"description": "",
- "name": "corn muffin",
- "plural_name": "corn muffins"
+ "name": "muffin kukurydziany",
+ "plural_name": "muffiny kukurydziane"
},
"pav bun": {
"aliases": [],
"description": "",
- "name": "pav bun",
- "plural_name": "pav buns"
+ "name": "bułka pav",
+ "plural_name": "bułki pav"
},
"corn nut": {
"aliases": [],
"description": "",
- "name": "corn nut",
- "plural_name": "corn nuts"
+ "name": "chrupiąca kukurydza",
+ "plural_name": "chrupiąca kukurydza"
},
"rice cracker": {
"aliases": [],
"description": "",
- "name": "rice cracker",
- "plural_name": "rice crackers"
+ "name": "krakers ryżowy",
+ "plural_name": "krakersy ryżowe"
},
"rusk": {
"aliases": [],
"description": "",
- "name": "rusk",
- "plural_name": "rusks"
+ "name": "suchar",
+ "plural_name": "suchary"
},
"fruit bread": {
"aliases": [],
"description": "",
- "name": "fruit bread",
- "plural_name": "fruit breads"
+ "name": "chleb z owocami",
+ "plural_name": "chleby z owocami"
},
"sprouted bread": {
"aliases": [],
"description": "",
- "name": "sprouted bread",
- "plural_name": "sprouted breads"
+ "name": "chleb z kiełków",
+ "plural_name": "chleby z kiełków"
},
"pretzel bun": {
"aliases": [],
"description": "",
- "name": "pretzel bun",
- "plural_name": "pretzel buns"
+ "name": "bułka precelkowa",
+ "plural_name": "bułki precelkowe"
},
"roti bread": {
"aliases": [],
"description": "",
- "name": "roti bread",
- "plural_name": "roti breads"
+ "name": "roti",
+ "plural_name": "roti"
},
"crispbread": {
"aliases": [],
"description": "",
- "name": "crispbread",
- "plural_name": "crispbreads"
+ "name": "chrupki chlebek",
+ "plural_name": "chrupkie chlebki"
},
"chocolate muffin": {
"aliases": [],
"description": "",
- "name": "chocolate muffin",
- "plural_name": "chocolate muffins"
+ "name": "muffin czekoladowy",
+ "plural_name": "muffiny czekoladowe"
},
"milk bread": {
"aliases": [],
"description": "",
- "name": "milk bread",
- "plural_name": "milk breads"
+ "name": "chleb mleczny",
+ "plural_name": "chleby mleczne"
},
"popcorn shrimp": {
"aliases": [],
"description": "",
- "name": "popcorn shrimp",
- "plural_name": "popcorn shrimps"
+ "name": "krewetki w cieście",
+ "plural_name": "krewetki w cieście"
},
"prawn cracker": {
"aliases": [],
"description": "",
- "name": "prawn cracker",
- "plural_name": "prawn crackers"
+ "name": "krakersy krewetowe",
+ "plural_name": "krakersy krewetowe"
},
"bao bun": {
"aliases": [],
"description": "",
- "name": "bao bun",
- "plural_name": "bao buns"
+ "name": "bułeczka bao",
+ "plural_name": "bułeczki bao"
},
"ezekiel bread": {
"aliases": [],
"description": "",
- "name": "ezekiel bread",
- "plural_name": "ezekiel breads"
+ "name": "chleb ezechiela",
+ "plural_name": "chleby ezechiela"
},
"wasabi pea": {
"aliases": [],
"description": "",
- "name": "wasabi pea",
- "plural_name": "wasabi peas"
+ "name": "groszek wasabi",
+ "plural_name": "groszek wasabi"
},
"arabic bread": {
"aliases": [],
"description": "",
- "name": "arabic bread",
- "plural_name": "arabic breads"
+ "name": "chleb arabski",
+ "plural_name": "chleby arabskie"
},
"boboli": {
"aliases": [],
"description": "",
- "name": "boboli",
- "plural_name": "bobolis"
+ "name": "gotowy spód do pizzy",
+ "plural_name": "gotowe spody do pizzy"
},
"zwieback": {
"aliases": [],
"description": "",
- "name": "zwieback",
- "plural_name": "zwiebacks"
+ "name": "sucharek",
+ "plural_name": "sucharki"
},
"oven chip": {
"aliases": [],
"description": "",
- "name": "oven chip",
- "plural_name": "oven chips"
+ "name": "frytki do pieczenia",
+ "plural_name": "frytki do pieczenia"
},
"taco kit": {
"aliases": [],
"description": "",
- "name": "taco kit",
- "plural_name": "taco kits"
+ "name": "zestaw do taco",
+ "plural_name": "zestawy do taco"
},
"gluten free pita": {
"aliases": [],
"description": "",
- "name": "gluten free pita",
- "plural_name": "gluten free pitas"
+ "name": "bezglutenowa pita",
+ "plural_name": "bezglutenowe pity"
},
"ready-made arepa": {
"aliases": [],
"description": "",
- "name": "ready-made arepa",
- "plural_name": "ready-made arepas"
+ "name": "gotowa arepa",
+ "plural_name": "gotowe arepe"
},
"ready-made pancake": {
"aliases": [],
"description": "",
- "name": "ready-made pancake",
- "plural_name": "ready-made pancakes"
+ "name": "gotowy naleśnik",
+ "plural_name": "gotowe naleśniki"
},
"breading mix": {
"aliases": [],
"description": "",
- "name": "breading mix",
- "plural_name": "breading mixes"
+ "name": "mieszanka do panierowania",
+ "plural_name": "mieszanki do panierowania"
},
"japanese peanut": {
"aliases": [],
"description": "",
- "name": "japanese peanut",
- "plural_name": "japanese peanuts"
+ "name": "orzeszki ziemne po japońsku",
+ "plural_name": "orzeszki ziemne po japońsku"
},
"khari boondi": {
"aliases": [],
"description": "",
"name": "khari boondi",
- "plural_name": "khari boondis"
+ "plural_name": "khari boondi"
},
"potato waffle": {
"aliases": [],
"description": "",
- "name": "gofry ziemniaczane",
+ "name": "gofr ziemniaczany",
"plural_name": "gofry ziemniaczane"
},
"tartlet shell": {
"aliases": [],
"description": "",
- "name": "tartlet shell",
- "plural_name": "tartlet shells"
+ "name": "spód do tartaletki",
+ "plural_name": "spody do tartaletek"
}
}
},
@@ -10639,73 +10639,73 @@
"aliases": [],
"description": "",
"name": "oliwa z oliwek",
- "plural_name": "olive oil"
+ "plural_name": "oliwy z oliwek"
},
"vegetable oil": {
"aliases": [],
"description": "",
- "name": "vegetable oil",
- "plural_name": "vegetable oil"
+ "name": "olej roślinny",
+ "plural_name": "oleje roślinne"
},
"extra virgin olive oil": {
"aliases": [],
"description": "",
- "name": "extra virgin olive oil",
- "plural_name": "extra virgin olive oil"
+ "name": "oliwa z oliwek extra virgin",
+ "plural_name": "oliwy z oliwek extra virgin"
},
"canola oil": {
"aliases": [],
"description": "",
"name": "olej rzepakowy",
- "plural_name": "canola oil"
+ "plural_name": "oleje rzepakowe"
},
"coconut oil": {
"aliases": [],
"description": "",
"name": "olej kokosowy",
- "plural_name": "coconut oil"
+ "plural_name": "oleje kokosowe"
},
"cooking spray": {
"aliases": [],
"description": "",
- "name": "cooking spray",
- "plural_name": "cooking sprays"
+ "name": "spray do smażenia",
+ "plural_name": "spraye do smażenia"
},
"sesame oil": {
"aliases": [],
"description": "",
- "name": "sesame oil",
- "plural_name": "sesame oil"
+ "name": "olej sezamowy",
+ "plural_name": "oleje sezamowe"
},
"frying oil": {
"aliases": [],
"description": "",
- "name": "frying oil",
- "plural_name": "frying oil"
+ "name": "olej do smażenia",
+ "plural_name": "oleje do smażenia"
},
"sunflower oil": {
"aliases": [],
"description": "",
- "name": "sunflower oil",
- "plural_name": "sunflower oil"
+ "name": "olej słonecznikowy",
+ "plural_name": "oleje słonecznikowe"
},
"avocado oil": {
"aliases": [],
"description": "",
- "name": "avocado oil",
- "plural_name": "avocado oil"
+ "name": "olej z awokado",
+ "plural_name": "oleje z awokado"
},
"toasted sesame oil": {
"aliases": [],
"description": "",
- "name": "toasted sesame oil",
- "plural_name": "toasted sesame oil"
+ "name": "prażony olej sezamowy",
+ "plural_name": "prażone oleje sezamowe"
},
"peanut oil": {
"aliases": [],
"description": "",
- "name": "peanut oil",
- "plural_name": "peanut oil"
+ "name": "olej arachidowy",
+ "plural_name": "oleje arachidowe"
},
"grapeseed oil": {
"aliases": [
@@ -10713,361 +10713,361 @@
],
"description": "",
"name": "olej z pestek winogron",
- "plural_name": "grapeseed oil"
+ "plural_name": "oleje z pestek winogron"
},
"lard": {
"aliases": [],
"description": "",
"name": "smalec",
- "plural_name": "lards"
+ "plural_name": "smalec"
},
"corn oil": {
"aliases": [],
"description": "",
- "name": "corn oil",
- "plural_name": "corn oil"
+ "name": "olej kukurydziany",
+ "plural_name": "oleje kukurydziane"
},
"virgin coconut oil": {
"aliases": [],
"description": "",
"name": "olej kokosowy nierafinowany",
- "plural_name": "virgin coconut oil"
+ "plural_name": "nierafinowane oleje kokosowe"
},
"chili oil": {
"aliases": [],
"description": "",
- "name": "chili oil",
- "plural_name": "chili oil"
+ "name": "olej chili",
+ "plural_name": "oleje chili"
},
"mustard oil": {
"aliases": [],
"description": "",
- "name": "mustard oil",
- "plural_name": "mustard oil"
+ "name": "olej musztardowy",
+ "plural_name": "oleje musztardowe"
},
"walnut oil": {
"aliases": [],
"description": "",
- "name": "walnut oil",
- "plural_name": "walnut oil"
+ "name": "olej z orzechów włoskich",
+ "plural_name": "oleje z orzechów włoskich"
},
"garlic oil": {
"aliases": [],
"description": "",
"name": "olej czosnkowy",
- "plural_name": "garlic oil"
+ "plural_name": "oleje czosnkowe"
},
"truffle oil": {
"aliases": [],
"description": "",
- "name": "truffle oil",
- "plural_name": "truffle oil"
+ "name": "olej truflowy",
+ "plural_name": "oleje truflowe"
},
"bacon grease": {
"aliases": [],
"description": "",
- "name": "bacon grease",
- "plural_name": "bacon greases"
+ "name": "tłuszcz ze słoniny",
+ "plural_name": "tłuszcz ze słoniny"
},
"safflower oil": {
"aliases": [],
"description": "",
- "name": "safflower oil",
- "plural_name": "safflower oil"
+ "name": "olej krokoszowy",
+ "plural_name": "oleje krokoszowe"
},
"cacao butter": {
"aliases": [],
"description": "",
- "name": "cacao butter",
- "plural_name": "cacao butter"
+ "name": "masło kakaowe",
+ "plural_name": "masła kakaowe"
},
"salad oil": {
"aliases": [],
"description": "",
- "name": "salad oil",
- "plural_name": "salad oil"
+ "name": "olej sałatkowy",
+ "plural_name": "oleje sałatkowe"
},
"duck fat": {
"aliases": [],
"description": "",
"name": "tłuszcz kaczki",
- "plural_name": "duck fats"
+ "plural_name": "tłuszcz kaczki"
},
"rice bran oil": {
"aliases": [],
"description": "",
- "name": "rice bran oil",
- "plural_name": "rice bran oil"
+ "name": "olej z otrębów ryżowych",
+ "plural_name": "oleje z otrębów ryżowych"
},
"soybean oil": {
"aliases": [],
"description": "",
- "name": "soybean oil",
- "plural_name": "soybean oil"
+ "name": "olej sojowy",
+ "plural_name": "oleje sojowe"
},
"butter-flavored cooking spray": {
"aliases": [],
"description": "",
- "name": "butter-flavored cooking spray",
- "plural_name": "butter-flavored cooking sprays"
+ "name": "spray do smażenia o smaku masła",
+ "plural_name": "spraye do smażenia o smaku masła"
},
"medium-chain triglyceride": {
"aliases": [],
"description": "",
- "name": "medium-chain triglyceride",
- "plural_name": "medium-chain triglycerides"
+ "name": "trójglicerydy średniołańcuchowe",
+ "plural_name": "trójglicerydy średniołańcuchowe"
},
"flaxseed oil": {
"aliases": [],
"description": "",
- "name": "flaxseed oil",
- "plural_name": "flaxseed oil"
+ "name": "olej lniany",
+ "plural_name": "oleje lniane"
},
"white truffle oil": {
"aliases": [],
"description": "",
- "name": "white truffle oil",
- "plural_name": "white truffle oil"
+ "name": "olej z białej trufli",
+ "plural_name": "oleje z białej trufli"
},
"pumpkin seed oil": {
"aliases": [],
"description": "",
"name": "olej z pestek dyni",
- "plural_name": "pumpkin seed oil"
+ "plural_name": "oleje z pestek dyni"
},
"hazelnut oil": {
"aliases": [],
"description": "",
- "name": "hazelnut oil",
- "plural_name": "hazelnut oil"
+ "name": "olej z orzechów laskowych",
+ "plural_name": "oleje z orzechów laskowych"
},
"coconut oil spray": {
"aliases": [],
"description": "",
- "name": "olej kokosowy w sprayu",
- "plural_name": "olej kokosowy w sprayu"
+ "name": "olej kokosowy w sprayu",
+ "plural_name": "olej kokosowy w sprayu"
},
"almond oil": {
"aliases": [],
"description": "",
"name": "olej migdałowy",
- "plural_name": "almond oil"
+ "plural_name": "oleje migdałowe"
},
"lemon oil": {
"aliases": [],
"description": "",
"name": "olejek cytrynowy",
- "plural_name": "lemon oil"
+ "plural_name": "oleje cytrynowe"
},
"macadamia oil": {
"aliases": [],
"description": "",
- "name": "macadamia oil",
- "plural_name": "macadamia oil"
+ "name": "olej makadamia",
+ "plural_name": "oleje makadamia"
},
"goose fat": {
"aliases": [],
"description": "",
"name": "tłuszcz gęsi",
- "plural_name": "goose fats"
+ "plural_name": "tłuszcz gęsi"
},
"palm oil": {
"aliases": [],
"description": "",
- "name": "palm oil",
- "plural_name": "palm oil"
+ "name": "olej palmowy",
+ "plural_name": "oleje palmowe"
},
"basil oil": {
"aliases": [],
"description": "",
- "name": "basil oil",
- "plural_name": "basil oil"
+ "name": "olej bazyliowy",
+ "plural_name": "oleje bazyliowe"
},
"pork fat": {
"aliases": [],
"description": "",
- "name": "pork fat",
- "plural_name": "pork fats"
+ "name": "smalec",
+ "plural_name": "smalec"
},
"beef dripping": {
"aliases": [],
"description": "",
- "name": "beef dripping",
- "plural_name": "beef drippings"
+ "name": "łój wołowy",
+ "plural_name": "łój wołowy"
},
"schmaltz": {
"aliases": [],
"description": "",
- "name": "schmaltz",
- "plural_name": "schmaltzzes"
+ "name": "szmalec",
+ "plural_name": "szmalec"
},
"tallow": {
"aliases": [],
"description": "",
- "name": "tallow",
- "plural_name": "tallows"
+ "name": "łój",
+ "plural_name": "łój"
},
"pistachio oil": {
"aliases": [],
"description": "",
- "name": "pistachio oil",
- "plural_name": "pistachio oil"
+ "name": "olej pistacjowy",
+ "plural_name": "oleje pistacjowe"
},
"herb-infused olive oil": {
"aliases": [],
"description": "",
- "name": "herb-infused olive oil",
- "plural_name": "herb-infused olive oil"
+ "name": "oliwa z oliwek z ziołami",
+ "plural_name": "oliwy z oliwek z ziołami"
},
"roasted peanut oil": {
"aliases": [],
"description": "",
- "name": "roasted peanut oil",
- "plural_name": "roasted peanut oil"
+ "name": "olej z prażonych orzechów arachidowych",
+ "plural_name": "oleje z prażonych orzechów arachidowych"
},
"argan oil": {
"aliases": [],
"description": "",
- "name": "argan oil",
- "plural_name": "argan oil"
+ "name": "olej arganowy",
+ "plural_name": "oleje arganowe"
},
"beef fat": {
"aliases": [],
"description": "",
- "name": "beef fat",
- "plural_name": "beef fats"
+ "name": "tłuszcz wołowy",
+ "plural_name": "tłuszcz wołowy"
},
"pecan oil": {
"aliases": [],
"description": "",
- "name": "pecan oil",
- "plural_name": "pecan oil"
+ "name": "olej pekanowy",
+ "plural_name": "oleje pekanowe"
},
"crisco oil": {
"aliases": [],
"description": "",
- "name": "crisco oil",
- "plural_name": "crisco oil"
+ "name": "olej crisco",
+ "plural_name": "oleje Crisco"
},
"red palm oil": {
"aliases": [],
"description": "",
- "name": "red palm oil",
- "plural_name": "red palm oil"
+ "name": "czerwony olej palmowy",
+ "plural_name": "czerwone oleje palmowe"
},
"shea butter": {
"aliases": [],
"description": "",
- "name": "shea butter",
- "plural_name": "shea butter"
+ "name": "masło shea",
+ "plural_name": "masła shea"
},
"lamb fat": {
"aliases": [],
"description": "",
- "name": "lamb fat",
- "plural_name": "lamb fats"
+ "name": "tłuszcz jagnięcy",
+ "plural_name": "tłuszcz jagnięcy"
},
"castor oil": {
"aliases": [],
"description": "",
- "name": "castor oil",
- "plural_name": "castor oil"
+ "name": "olej rycynowy",
+ "plural_name": "oleje rycynowe"
},
"chicken dripping": {
"aliases": [],
"description": "",
- "name": "chicken dripping",
- "plural_name": "chicken drippings"
+ "name": "tłuszcz z kurczaka",
+ "plural_name": "tłuszcz z kurczaka"
},
"shallot oil": {
"aliases": [],
"description": "",
"name": "olej z szalotki",
- "plural_name": "shallot oil"
+ "plural_name": "oleje szalotkowe"
},
"achiote oil": {
"aliases": [],
"description": "",
- "name": "achiote oil",
- "plural_name": "achiote oil"
+ "name": "olej achiote",
+ "plural_name": "oleje achiote"
},
"jojoba oil": {
"aliases": [],
"description": "",
- "name": "jojoba oil",
- "plural_name": "jojoba oil"
+ "name": "olej jojoba",
+ "plural_name": "oleje jojoba"
},
"oregano oil": {
"aliases": [],
"description": "",
- "name": "oregano oil",
- "plural_name": "oregano oil"
+ "name": "olej oregano",
+ "plural_name": "oleje oregano"
},
"hemp seed oil": {
"aliases": [],
"description": "",
- "name": "hemp seed oil",
- "plural_name": "hemp seed oil"
+ "name": "olej z nasion konopi",
+ "plural_name": "oleje z nasion konopi"
},
"wheat germ oil": {
"aliases": [],
"description": "",
- "name": "wheat germ oil",
- "plural_name": "wheat germ oil"
+ "name": "olej z kiełków pszenicy",
+ "plural_name": "oleje z kiełków pszenicy"
},
"ginger oil": {
"aliases": [],
"description": "",
- "name": "ginger oil",
- "plural_name": "ginger oil"
+ "name": "olej imbirowy",
+ "plural_name": "oleje imbirowe"
},
"cottonseed oil": {
"aliases": [],
"description": "",
- "name": "cottonseed oil",
- "plural_name": "cottonseed oil"
+ "name": "olej bawełniany",
+ "plural_name": "oleje bawełniane"
},
"pork dripping": {
"aliases": [],
"description": "",
- "name": "pork dripping",
- "plural_name": "pork drippings"
+ "name": "smalec wieprzowy",
+ "plural_name": "smalec wieprzowy"
},
"rosehip seed oil": {
"aliases": [],
"description": "",
- "name": "rosehip seed oil",
- "plural_name": "rosehip seed oil"
+ "name": "olej z nasion dzikiej róży",
+ "plural_name": "oleje z nasion dzikiej róży"
},
"camelina oil": {
"aliases": [],
"description": "",
- "name": "camelina oil",
- "plural_name": "camelina oil"
+ "name": "olej rydzowy",
+ "plural_name": "oleje rydzowe"
},
"marula oil": {
"aliases": [],
"description": "",
- "name": "marula oil",
- "plural_name": "marula oil"
+ "name": "olej marula",
+ "plural_name": "oleje marula"
},
"moringa seed oil": {
"aliases": [],
"description": "",
- "name": "moringa seed oil",
- "plural_name": "moringa seed oil"
+ "name": "olej z nasion moringi",
+ "plural_name": "oleje z nasion moringi"
},
"white cacao butter": {
"aliases": [],
"description": "",
- "name": "white cacao butter",
- "plural_name": "white cacao butter"
+ "name": "białe masło kakaowe",
+ "plural_name": "białe masła kakaowe"
},
"black seed oil": {
"aliases": [],
"description": "",
- "name": "black seed oil",
- "plural_name": "black seed oil"
+ "name": "olej z czarnuszki",
+ "plural_name": "oleje z czarnuszki"
}
}
},
@@ -11076,200 +11076,200 @@
"mayonnaise": {
"aliases": [],
"description": "",
- "name": "mayonnaise",
- "plural_name": "mayonnaise"
+ "name": "majonez",
+ "plural_name": "majonezy"
},
"apple cider vinegar": {
"aliases": [],
"description": "",
"name": "ocet jabłkowy",
- "plural_name": "apple cider vinegar"
+ "plural_name": "octy jabłkowe"
},
"balsamic vinegar": {
"aliases": [],
"description": "",
- "name": "balsamic vinegar",
- "plural_name": "balsamic vinegar"
+ "name": "ocet balsamiczny",
+ "plural_name": "octy balsamiczne"
},
"vinegar": {
"aliases": [],
"description": "",
"name": "ocet",
- "plural_name": "vinegar"
+ "plural_name": "octy"
},
"red wine vinegar": {
"aliases": [],
"description": "",
- "name": "red wine vinegar",
- "plural_name": "red wine vinegar"
+ "name": "ocet z czerwonego wina",
+ "plural_name": "octy z czerwonego wina"
},
"rice wine vinegar": {
"aliases": [],
"description": "",
- "name": "rice wine vinegar",
- "plural_name": "rice wine vinegar"
+ "name": "ocet ryżowy",
+ "plural_name": "octy ryżowe"
},
"white wine vinegar": {
"aliases": [],
"description": "",
- "name": "white wine vinegar",
- "plural_name": "white wine vinegar"
+ "name": "ocet z białego wina",
+ "plural_name": "octy z białego wina"
},
"ranch dressing": {
"aliases": [],
"description": "",
- "name": "ranch dressing",
- "plural_name": "ranch dressing"
+ "name": "dressing ranch",
+ "plural_name": "dressingi ranch"
},
"italian dressing": {
"aliases": [],
"description": "",
- "name": "italian dressing",
- "plural_name": "italian dressing"
+ "name": "dressing włoski",
+ "plural_name": "dressingi włoskie"
},
"sherry vinegar": {
"aliases": [],
"description": "",
- "name": "sherry vinegar",
- "plural_name": "sherry vinegar"
+ "name": "ocet sherry",
+ "plural_name": "octy sherry"
},
"distilled white vinegar": {
"aliases": [],
"description": "",
- "name": "distilled white vinegar",
- "plural_name": "distilled white vinegar"
+ "name": "destylowany ocet biały",
+ "plural_name": "destylowane octy białe"
},
"sweet chilli sauce": {
"aliases": [],
"description": "",
- "name": "sweet chilli sauce",
- "plural_name": "sweet chilli sauce"
+ "name": "słodki sos chili",
+ "plural_name": "słodkie sosy chili"
},
"white balsamic vinegar": {
"aliases": [],
"description": "",
- "name": "white balsamic vinegar",
- "plural_name": "white balsamic vinegar"
+ "name": "biały ocet balsamiczny",
+ "plural_name": "białe octy balsamiczne"
},
"champagne vinegar": {
"aliases": [],
"description": "",
- "name": "champagne vinegar",
- "plural_name": "champagne vinegar"
+ "name": "ocet szampański",
+ "plural_name": "octy szampańskie"
},
"vinaigrette dressing": {
"aliases": [],
"description": "",
- "name": "vinaigrette dressing",
- "plural_name": "vinaigrette dressing"
+ "name": "dressing vinaigrette",
+ "plural_name": "dressingi vinaigrette"
},
"balsamic vinaigrette": {
"aliases": [],
"description": "",
- "name": "balsamic vinaigrette",
- "plural_name": "balsamic vinaigrettes"
+ "name": "winegret balsamiczny",
+ "plural_name": "winegrety balsamiczne"
},
"blue cheese dressing": {
"aliases": [],
"description": "",
- "name": "blue cheese dressing",
- "plural_name": "blue cheese dressing"
+ "name": "dressing z serem pleśniowym",
+ "plural_name": "dressingi z niebieskim serem"
},
"caesar dressing": {
"aliases": [],
"description": "",
- "name": "caesar dressing",
- "plural_name": "caesar dressing"
+ "name": "dressing cezar",
+ "plural_name": "dressingi Cezar"
},
"thousand island": {
"aliases": [],
"description": "",
- "name": "thousand island",
- "plural_name": "thousand islands"
+ "name": "dressing tysiąc wysp",
+ "plural_name": "dressingi tysiąc wysp"
},
"malt vinegar": {
"aliases": [],
"description": "",
- "name": "malt vinegar",
- "plural_name": "malt vinegar"
+ "name": "ocet słodowy",
+ "plural_name": "octy słodowe"
},
"black vinegar": {
"aliases": [],
"description": "",
- "name": "black vinegar",
- "plural_name": "black vinegar"
+ "name": "czarny ocet",
+ "plural_name": "czarne octy"
},
"canola mayonnaise": {
"aliases": [],
"description": "",
- "name": "canola mayonnaise",
- "plural_name": "canola mayonnaise"
+ "name": "majonez rzepakowy",
+ "plural_name": "majonezy rzepakowe"
},
"raspberry vinegar": {
"aliases": [],
"description": "",
- "name": "raspberry vinegar",
- "plural_name": "raspberry vinegar"
+ "name": "ocet malinowy",
+ "plural_name": "octy malinowe"
},
"japanese mayonnaise": {
"aliases": [],
"description": "",
- "name": "japanese mayonnaise",
- "plural_name": "japanese mayonnaise"
+ "name": "majonez japoński",
+ "plural_name": "majonezy japońskie"
},
"tarragon vinegar": {
"aliases": [],
"description": "",
- "name": "tarragon vinegar",
- "plural_name": "tarragon vinegar"
+ "name": "ocet estragonowy",
+ "plural_name": "octy estragonowe"
},
"greek vinaigrette": {
"aliases": [],
"description": "",
- "name": "greek vinaigrette",
- "plural_name": "greek vinaigrettes"
+ "name": "winegret grecki",
+ "plural_name": "winegrety greckie"
},
"sesame dressing": {
"aliases": [],
"description": "",
- "name": "sesame dressing",
- "plural_name": "sesame dressing"
+ "name": "dressing sezamowy",
+ "plural_name": "dressingi sezamowe"
},
"honey mustard dressing": {
"aliases": [],
"description": "",
- "name": "honey mustard dressing",
- "plural_name": "honey mustard dressing"
+ "name": "dressing miodowo-musztardowy",
+ "plural_name": "dressingi miodowo-musztardowe"
},
"aioli sauce": {
"aliases": [],
"description": "",
- "name": "aioli sauce",
- "plural_name": "aioli sauce"
+ "name": "sos aioli",
+ "plural_name": "sosy aioli"
},
"french dressing": {
"aliases": [],
"description": "",
- "name": "french dressing",
- "plural_name": "french dressing"
+ "name": "dressing francuski",
+ "plural_name": "dressingi francuskie"
},
"spicy mayo": {
"aliases": [],
"description": "",
- "name": "spicy mayo",
- "plural_name": "spicy mayoes"
+ "name": "pikantny majonez",
+ "plural_name": "pikantny majonez"
},
"poppyseed dressing": {
"aliases": [],
"description": "",
- "name": "poppyseed dressing",
- "plural_name": "poppyseed dressing"
+ "name": "dressing makowy",
+ "plural_name": "dressingi makowe"
},
"catalina dressing": {
"aliases": [],
"description": "",
- "name": "catalina dressing",
- "plural_name": "catalina dressing"
+ "name": "dressing catalina",
+ "plural_name": "dressingi catalina"
},
"verjuice": {
"aliases": [],
@@ -11280,44 +11280,44 @@
"cane vinegar": {
"aliases": [],
"description": "",
- "name": "cane vinegar",
- "plural_name": "cane vinegar"
+ "name": "ocet trzcinowy",
+ "plural_name": "octy trzcinowe"
},
"raspberry vinaigrette": {
"aliases": [],
"description": "",
- "name": "raspberry vinaigrette",
- "plural_name": "raspberry vinaigrettes"
+ "name": "winegret malinowy",
+ "plural_name": "winegrety malinowe"
},
"red wine vinaigrette": {
"aliases": [],
"description": "",
- "name": "red wine vinaigrette",
- "plural_name": "red wine vinaigrettes"
+ "name": "winegret z czerwonego wina",
+ "plural_name": "winegrety z czerwonego wina"
},
"russian dressing": {
"aliases": [],
"description": "",
- "name": "russian dressing",
- "plural_name": "russian dressing"
+ "name": "dressing rosyjski",
+ "plural_name": "dressingi rosyjskie"
},
"avocado oil mayonnaise": {
"aliases": [],
"description": "",
- "name": "avocado oil mayonnaise",
- "plural_name": "avocado oil mayonnaise"
+ "name": "majonez z oleju awokado",
+ "plural_name": "majonezy z oleju awokado"
},
"creamy balsamic dressing": {
"aliases": [],
"description": "",
- "name": "creamy balsamic dressing",
- "plural_name": "creamy balsamic dressing"
+ "name": "kremowy dressing balsamiczny",
+ "plural_name": "kremowe dressingi balsamiczne"
},
"champagne vinaigrette": {
"aliases": [],
"description": "",
- "name": "champagne vinaigrette",
- "plural_name": "champagne vinaigrettes"
+ "name": "winegret szampański",
+ "plural_name": "winegrety szampańskie"
},
"sun-dried tomato vinaigrette": {
"aliases": [],
@@ -11329,133 +11329,133 @@
"aliases": [],
"description": "",
"name": "majonez czosnkowy",
- "plural_name": "garlic mayonnaise"
+ "plural_name": "majonezy czosnkowe"
},
"brown rice vinegar": {
"aliases": [],
"description": "",
- "name": "brown rice vinegar",
- "plural_name": "brown rice vinegar"
+ "name": "ocet z brązowego ryżu",
+ "plural_name": "octy z brązowego ryżu"
},
"coconut vinegar": {
"aliases": [],
"description": "",
"name": "ocet kokosowy",
- "plural_name": "coconut vinegar"
+ "plural_name": "octy kokosowe"
},
"ume plum vinegar": {
"aliases": [],
"description": "",
- "name": "ume plum vinegar",
- "plural_name": "ume plum vinegar"
+ "name": "ocet ze śliwek ume",
+ "plural_name": "octy ze śliwek ume"
},
"buttermilk ranch dressing": {
"aliases": [],
"description": "",
- "name": "buttermilk ranch dressing",
- "plural_name": "buttermilk ranch dressing"
+ "name": "dressing ranch z maślanką",
+ "plural_name": "dressingi ranch z maślanką"
},
"cilantro dressing": {
"aliases": [],
"description": "",
- "name": "cilantro dressing",
- "plural_name": "cilantro dressing"
+ "name": "dressing kolendrowy",
+ "plural_name": "dressingi kolendrowe"
},
"spicy ranch dressing": {
"aliases": [],
"description": "",
- "name": "spicy ranch dressing",
- "plural_name": "spicy ranch dressing"
+ "name": "pikantny dressing ranch",
+ "plural_name": "pikantne dressingi ranch"
},
"fig balsamic": {
"aliases": [],
"description": "",
- "name": "fig balsamic",
- "plural_name": "fig balsamics"
+ "name": "ocet balsamiczny figowy",
+ "plural_name": "octy balsamiczne figowe"
},
"green goddess dressing": {
"aliases": [],
"description": "",
- "name": "green goddess dressing",
- "plural_name": "green goddess dressing"
+ "name": "dressing zielonej bogini",
+ "plural_name": "dressingi zielonej bogini"
},
"creamy dressing": {
"aliases": [],
"description": "",
- "name": "creamy dressing",
- "plural_name": "creamy dressing"
+ "name": "kremowy dressing",
+ "plural_name": "kremowe dressingi"
},
"onion salad dressing": {
"aliases": [],
"description": "",
"name": "sos sałatkowy z cebulą",
- "plural_name": "onion salad dressing"
+ "plural_name": "dressingi sałatkowe cebulowe"
},
"miso dressing": {
"aliases": [],
"description": "",
- "name": "miso dressing",
- "plural_name": "miso dressing"
+ "name": "dressing miso",
+ "plural_name": "dressingi miso"
},
"white balsamic vinaigrette": {
"aliases": [],
"description": "",
- "name": "white balsamic vinaigrette",
- "plural_name": "white balsamic vinaigrettes"
+ "name": "winegret z białego octu balsamicznego",
+ "plural_name": "winegrety z białego octu balsamicznego"
},
"chardonnay vinegar": {
"aliases": [],
"description": "",
- "name": "ocet winny Chardonnay",
- "plural_name": "chardonnay vinegar"
+ "name": "ocet winny chardonnay",
+ "plural_name": "octy chardonnay"
},
"prepared coleslaw dressing": {
"aliases": [],
"description": "",
- "name": "prepared coleslaw dressing",
- "plural_name": "prepared coleslaw dressing"
+ "name": "gotowy dressing do coleslaw",
+ "plural_name": "gotowe dressingi do coleslaw"
},
"honey vinegar": {
"aliases": [],
"description": "",
- "name": "honey vinegar",
- "plural_name": "honey vinegar"
+ "name": "ocet miodowy",
+ "plural_name": "octy miodowe"
},
"tandoori mayonnaise": {
"aliases": [],
"description": "",
- "name": "tandoori mayonnaise",
- "plural_name": "tandoori mayonnaise"
+ "name": "majonez tandoori",
+ "plural_name": "majonezy tandoori"
},
"chili vinegar": {
"aliases": [],
"description": "",
- "name": "chili vinegar",
- "plural_name": "chili vinegar"
+ "name": "ocet chili",
+ "plural_name": "octy chili"
},
"chili-lime dressing": {
"aliases": [],
"description": "",
"name": "dressing z chili i limonką",
- "plural_name": "chili-lime dressing"
+ "plural_name": "dressingi chili z limonką"
},
"moscatel vinegar": {
"aliases": [],
"description": "",
- "name": "moscatel vinegar",
- "plural_name": "moscatel vinegar"
+ "name": "ocet muszkatowy",
+ "plural_name": "octy muszkatowe"
},
"vinegar powder": {
"aliases": [],
"description": "",
- "name": "vinegar powder",
- "plural_name": "vinegar powder"
+ "name": "proszek octowy",
+ "plural_name": "proszki octowe"
},
"caramelised onion dressing": {
"aliases": [],
"description": "",
"name": "sos sałatkowy z karmelizowaną cebulą",
- "plural_name": "caramelised onion dressing"
+ "plural_name": "dressingi z karmelizowaną cebulą"
},
"mango vinaigrette": {
"aliases": [],
@@ -11466,26 +11466,26 @@
"sugarcane vinegar": {
"aliases": [],
"description": "",
- "name": "sugarcane vinegar",
- "plural_name": "sugarcane vinegar"
+ "name": "ocet z trzciny cukrowej",
+ "plural_name": "octy z trzciny cukrowej"
},
"avocado-lime dressing": {
"aliases": [],
"description": "",
"name": "dressing z awokado i limonką",
- "plural_name": "avocado-lime dressing"
+ "plural_name": "dressingi awokado z limonką"
},
"spicy vinegar": {
"aliases": [],
"description": "",
- "name": "spicy vinegar",
- "plural_name": "spicy vinegar"
+ "name": "pikantny ocet",
+ "plural_name": "pikantne octy"
},
"sushi vinegar": {
"aliases": [],
"description": "",
- "name": "sushi vinegar",
- "plural_name": "sushi vinegar"
+ "name": "ocet do sushi",
+ "plural_name": "octy do sushi"
}
}
},
@@ -11494,110 +11494,110 @@
"soy sauce": {
"aliases": [],
"description": "",
- "name": "soy sauce",
- "plural_name": "soy sauce"
+ "name": "sos sojowy",
+ "plural_name": "sosy sojowe"
},
"dijon mustard": {
"aliases": [],
"description": "",
- "name": "dijon mustard",
- "plural_name": "dijon mustard"
+ "name": "musztarda dijon",
+ "plural_name": "musztardy Dijon"
},
"worcestershire": {
"aliases": [],
"description": "",
- "name": "worcestershire",
- "plural_name": "worcestershires"
+ "name": "sos worcestershire",
+ "plural_name": "sos worcestershire"
},
"hot sauce": {
"aliases": [],
"description": "",
- "name": "hot sauce",
- "plural_name": "hot sauce"
+ "name": "ostry sos",
+ "plural_name": "ostre sosy"
},
"worcestershire sauce": {
"aliases": [],
"description": "",
- "name": "worcestershire sauce",
- "plural_name": "worcestershire sauce"
+ "name": "sos worcestershire",
+ "plural_name": "sosy worcestershire"
},
"ketchup": {
"aliases": [],
"description": "",
"name": "ketchup",
- "plural_name": "ketchup"
+ "plural_name": "ketchupy"
},
"mustard": {
"aliases": [],
"description": "",
- "name": "mustard",
- "plural_name": "mustard"
+ "name": "musztarda",
+ "plural_name": "musztardy"
},
"fish sauce": {
"aliases": [],
"description": "",
- "name": "fish sauce",
- "plural_name": "fish sauce"
+ "name": "sos rybny",
+ "plural_name": "sosy rybne"
},
"bbq sauce": {
"aliases": [],
"description": "",
- "name": "bbq sauce",
- "plural_name": "bbq sauce"
+ "name": "sos barbecue",
+ "plural_name": "sosy barbecue"
},
"sriracha": {
"aliases": [],
"description": "",
"name": "sriracha",
- "plural_name": "srirachas"
+ "plural_name": "sriracha"
},
"wholegrain mustard": {
"aliases": [],
"description": "",
- "name": "wholegrain mustard",
- "plural_name": "wholegrain mustard"
+ "name": "musztarda ziarnista",
+ "plural_name": "musztardy ziarniste"
},
"tamari": {
"aliases": [],
"description": "",
"name": "tamari",
- "plural_name": "tamaris"
+ "plural_name": "tamari"
},
"oyster sauce": {
"aliases": [],
"description": "",
- "name": "oyster sauce",
- "plural_name": "oyster sauce"
+ "name": "sos ostrygowy",
+ "plural_name": "sosy ostrygowe"
},
"chili sauce": {
"aliases": [],
"description": "",
- "name": "chili sauce",
- "plural_name": "chili sauce"
+ "name": "sos chili",
+ "plural_name": "sosy chili"
},
"ginger-garlic paste": {
"aliases": [],
"description": "",
"name": "pasta imbirowo-czosnkowa",
- "plural_name": "ginger-garlic paste"
+ "plural_name": "pasty imbirowo-czosnkowe"
},
"brown mustard": {
"aliases": [],
"description": "",
- "name": "brown mustard",
- "plural_name": "brown mustard"
+ "name": "musztarda brązowa",
+ "plural_name": "musztardy brązowe"
},
"wing sauce": {
"aliases": [],
"description": "",
- "name": "wing sauce",
- "plural_name": "wing sauce"
+ "name": "sos do skrzydełek",
+ "plural_name": "sosy do skrzydełek"
},
"teriyaki sauce": {
"aliases": [],
"description": "",
- "name": "teriyaki sauce",
- "plural_name": "teriyaki sauce"
+ "name": "sos teriyaki",
+ "plural_name": "sosy teriyaki"
},
"prepared horseradish": {
"aliases": [],
@@ -11608,14 +11608,14 @@
"ginger paste": {
"aliases": [],
"description": "",
- "name": "ginger paste",
- "plural_name": "ginger paste"
+ "name": "pasta imbirowa",
+ "plural_name": "pasty imbirowe"
},
"dark soy sauce": {
"aliases": [],
"description": "",
- "name": "dark soy sauce",
- "plural_name": "dark soy sauce"
+ "name": "ciemny sos sojowy",
+ "plural_name": "ciemne sosy sojowe"
},
"coconut amino": {
"aliases": [],
@@ -11626,56 +11626,56 @@
"chili paste": {
"aliases": [],
"description": "",
- "name": "chili paste",
- "plural_name": "chili paste"
+ "name": "pasta chili",
+ "plural_name": "pasty chili"
},
"cranberry sauce": {
"aliases": [],
"description": "",
- "name": "cranberry sauce",
- "plural_name": "cranberry sauce"
+ "name": "sos żurawinowy",
+ "plural_name": "sosy żurawinowe"
},
"harissa": {
"aliases": [],
"description": "",
"name": "harissa",
- "plural_name": "harissas"
+ "plural_name": "harissa"
},
"chili-garlic sauce": {
"aliases": [],
"description": "",
"name": "sos chili-czosnek",
- "plural_name": "chili-garlic sauce"
+ "plural_name": "sosy chili z czosnkiem"
},
"tamarind paste": {
"aliases": [],
"description": "",
- "name": "tamarind paste",
- "plural_name": "tamarind paste"
+ "name": "pasta tamaryndowa",
+ "plural_name": "pasty tamaryndowe"
},
"pomegranate molass": {
"aliases": [],
"description": "",
- "name": "pomegranate molass",
- "plural_name": "pomegranate molasses"
+ "name": "melasa z granatów",
+ "plural_name": "melasa z granatów"
},
"gochujang": {
"aliases": [],
"description": "",
"name": "gochujang",
- "plural_name": "gochujangs"
+ "plural_name": "gochujang"
},
"wasabi": {
"aliases": [],
"description": "",
"name": "wasabi",
- "plural_name": "wasabis"
+ "plural_name": "wasabi"
},
"honey mustard": {
"aliases": [],
"description": "",
- "name": "honey mustard",
- "plural_name": "honey mustard"
+ "name": "musztarda miodowa",
+ "plural_name": "musztardy miodowe"
},
"mango chutney": {
"aliases": [],
@@ -11686,14 +11686,14 @@
"english mustard": {
"aliases": [],
"description": "",
- "name": "english mustard",
- "plural_name": "english mustard"
+ "name": "musztarda angielska",
+ "plural_name": "musztardy angielskie"
},
"sambal oelek": {
"aliases": [],
"description": "",
"name": "sambal oelek",
- "plural_name": "sambal oeleks"
+ "plural_name": "sambal oelek"
},
"preserved lemon": {
"aliases": [],
@@ -11704,50 +11704,50 @@
"kecap mani": {
"aliases": [],
"description": "",
- "name": "kecap mani",
+ "name": "kecap manis",
"plural_name": "kecap manis"
},
"chutney": {
"aliases": [],
"description": "",
"name": "chutney",
- "plural_name": "chutneys"
+ "plural_name": "chutney"
},
"shrimp paste": {
"aliases": [],
"description": "",
- "name": "shrimp paste",
- "plural_name": "shrimp paste"
+ "name": "pasta krewetkowa",
+ "plural_name": "pasty krewetkowe"
},
"picante sauce": {
"aliases": [],
"description": "",
- "name": "picante sauce",
- "plural_name": "picante sauce"
+ "name": "sos picante",
+ "plural_name": "sosy picante"
},
"thai sweet chili sauce": {
"aliases": [],
"description": "",
- "name": "thai sweet chili sauce",
- "plural_name": "thai sweet chili sauce"
+ "name": "tajski słodki sos chili",
+ "plural_name": "tajskie słodkie sosy chili"
},
"sweet and sour sauce": {
"aliases": [],
"description": "",
- "name": "sweet and sour sauce",
- "plural_name": "sweet and sour sauce"
+ "name": "sos słodko-kwaśny",
+ "plural_name": "sosy słodko-kwaśne"
},
"liquid amino": {
"aliases": [],
"description": "",
- "name": "liquid amino",
- "plural_name": "liquid aminos"
+ "name": "płynne aminokwasy",
+ "plural_name": "płynne aminokwasy"
},
"tartar sauce": {
"aliases": [],
"description": "",
- "name": "tartar sauce",
- "plural_name": "tartar sauce"
+ "name": "sos tatarski",
+ "plural_name": "sosy tatarskie"
},
"hot pepper jelly": {
"aliases": [],
@@ -11759,25 +11759,25 @@
"aliases": [],
"description": "",
"name": "pasta chili-czosnek",
- "plural_name": "chili-garlic paste"
+ "plural_name": "pasty chili z czosnkiem"
},
"bonito flake": {
"aliases": [],
"description": "",
- "name": "bonito flake",
- "plural_name": "bonito flakes"
+ "name": "płatek bonito",
+ "plural_name": "płatki bonito"
},
"green chutney": {
"aliases": [],
"description": "",
- "name": "green chutney",
- "plural_name": "green chutneys"
+ "name": "zielony chutney",
+ "plural_name": "zielony chutney"
},
"mexican hot sauce": {
"aliases": [],
"description": "",
- "name": "mexican hot sauce",
- "plural_name": "mexican hot sauce"
+ "name": "meksykański pikantny sos",
+ "plural_name": "meksykańskie pikantne sosy"
},
"ponzu": {
"aliases": [],
@@ -11788,14 +11788,14 @@
"green chilli sauce": {
"aliases": [],
"description": "",
- "name": "green chilli sauce",
- "plural_name": "green chilli sauce"
+ "name": "sos z zielonego chili",
+ "plural_name": "sosy z zielonego chili"
},
"sambal": {
"aliases": [],
"description": "",
"name": "sambal",
- "plural_name": "sambals"
+ "plural_name": "sambal"
},
"crispy onion": {
"aliases": [],
@@ -11812,140 +11812,140 @@
"thai chili paste": {
"aliases": [],
"description": "",
- "name": "thai chili paste",
- "plural_name": "thai chili paste"
+ "name": "tajska pasta chili",
+ "plural_name": "tajskie pasty chili"
},
"peri peri": {
"aliases": [],
"description": "",
- "name": "peri peri",
- "plural_name": "peri peris"
+ "name": "sos peri peri",
+ "plural_name": "sos peri peri"
},
"green chilli paste": {
"aliases": [],
"description": "",
- "name": "green chilli paste",
- "plural_name": "green chilli paste"
+ "name": "pasta z zielonego chili",
+ "plural_name": "pasty z zielonego chili"
},
"mint jelly": {
"aliases": [],
"description": "",
- "name": "mint jelly",
- "plural_name": "mint jellies"
+ "name": "galaretka miętowa",
+ "plural_name": "galaretki miętowe"
},
"horseradish mustard": {
"aliases": [],
"description": "",
"name": "musztarda chrzanowa",
- "plural_name": "horseradish mustard"
+ "plural_name": "musztardy chrzanowe"
},
"mustard paste": {
"aliases": [],
"description": "",
- "name": "mustard paste",
- "plural_name": "mustard paste"
+ "name": "pasta musztardowa",
+ "plural_name": "pasty musztardowe"
},
"aji amarillo": {
"aliases": [],
"description": "",
"name": "aji amarillo",
- "plural_name": "aji amarilloes"
+ "plural_name": "aji amarillo"
},
"pepper paste": {
"aliases": [],
"description": "",
"name": "pasta paprykowa",
- "plural_name": "pepper paste"
+ "plural_name": "pasty paprykowe"
},
"yuzu juice": {
"aliases": [],
"description": "",
- "name": "yuzu juice",
- "plural_name": "yuzu juice"
+ "name": "sok yuzu",
+ "plural_name": "soki yuzu"
},
"tonkatsu sauce": {
"aliases": [],
"description": "",
- "name": "tonkatsu sauce",
- "plural_name": "tonkatsu sauce"
+ "name": "sos tonkatsu",
+ "plural_name": "sosy tonkatsu"
},
"chermoula": {
"aliases": [],
"description": "",
"name": "chermoula",
- "plural_name": "chermoulas"
+ "plural_name": "chermoula"
},
"tamarind chutney": {
"aliases": [],
"description": "",
- "name": "tamarind chutney",
- "plural_name": "tamarind chutneys"
+ "name": "chutney tamaryndowy",
+ "plural_name": "chutney tamaryndowy"
},
"hp sauce": {
"aliases": [],
"description": "",
- "name": "hp sauce",
- "plural_name": "hp sauce"
+ "name": "sos hp",
+ "plural_name": "sosy HP"
},
"duck sauce": {
"aliases": [],
"description": "",
- "name": "duck sauce",
- "plural_name": "duck sauce"
+ "name": "sos śliwkowy",
+ "plural_name": "sosy śliwkowe"
},
"ginger chili paste": {
"aliases": [],
"description": "",
- "name": "ginger chili paste",
- "plural_name": "ginger chili paste"
+ "name": "pasta imbirowo-chili",
+ "plural_name": "pasty imbirowo-chili"
},
"onion marmalade": {
"aliases": [],
"description": "",
- "name": "marmolada cebulowa",
- "plural_name": "marmolady cebulowe"
+ "name": "konfitura cebulowa",
+ "plural_name": "konfitury cebulowe"
},
"giardiniera": {
"aliases": [],
"description": "",
"name": "giardiniera",
- "plural_name": "giardinieras"
+ "plural_name": "giardiniera"
},
"black soy sauce": {
"aliases": [],
"description": "",
- "name": "black soy sauce",
- "plural_name": "black soy sauce"
+ "name": "czarny sos sojowy",
+ "plural_name": "czarne sosy sojowe"
},
"doubanjiang": {
"aliases": [],
"description": "",
"name": "doubanjiang",
- "plural_name": "doubanjiangs"
+ "plural_name": "doubanjiang"
},
"korean bbq sauce": {
"aliases": [],
"description": "",
- "name": "korean bbq sauce",
- "plural_name": "korean bbq sauce"
+ "name": "koreański sos barbecue",
+ "plural_name": "koreańskie sosy barbecue"
},
"maggi sauce": {
"aliases": [],
"description": "",
- "name": "maggi sauce",
- "plural_name": "maggi sauce"
+ "name": "sos maggi",
+ "plural_name": "sosy Maggi"
},
"chinese mustard": {
"aliases": [],
"description": "",
- "name": "chinese mustard",
- "plural_name": "chinese mustard"
+ "name": "musztarda chińska",
+ "plural_name": "musztardy chińskie"
},
"chamoy": {
"aliases": [],
"description": "",
"name": "chamoy",
- "plural_name": "chamoys"
+ "plural_name": "chamoy"
},
"lime pickle": {
"aliases": [],
@@ -11957,55 +11957,55 @@
"aliases": [],
"description": "",
"name": "doenjang",
- "plural_name": "doenjangs"
+ "plural_name": "doenjang"
},
"chili crisp": {
"aliases": [],
"description": "",
- "name": "chili crisp",
- "plural_name": "chili crisps"
+ "name": "chrupiący olej chili",
+ "plural_name": "chrupiący olej chili"
},
"karashi": {
"aliases": [],
"description": "",
"name": "karashi",
- "plural_name": "karashis"
+ "plural_name": "karashi"
},
"mushroom soy sauce": {
"aliases": [],
"description": "",
- "name": "mushroom soy sauce",
- "plural_name": "mushroom soy sauce"
+ "name": "sos sojowy grzybowy",
+ "plural_name": "sosy sojowe grzybowe"
},
"yuzu kosho": {
"aliases": [],
"description": "",
"name": "yuzu kosho",
- "plural_name": "yuzu koshoes"
+ "plural_name": "yuzu kosho"
},
"german mustard": {
"aliases": [],
"description": "",
- "name": "german mustard",
- "plural_name": "german mustard"
+ "name": "musztarda niemiecka",
+ "plural_name": "musztardy niemieckie"
},
"taucheo": {
"aliases": [],
"description": "",
"name": "taucheo",
- "plural_name": "taucheos"
+ "plural_name": "taucheo"
},
"eel sauce": {
"aliases": [],
"description": "",
- "name": "eel sauce",
- "plural_name": "eel sauce"
+ "name": "sos węgorzowy",
+ "plural_name": "sosy węgorzowe"
},
"hot bean paste": {
"aliases": [],
"description": "",
- "name": "hot bean paste",
- "plural_name": "hot bean paste"
+ "name": "ostra pasta z fasoli",
+ "plural_name": "ostre pasty z fasoli"
},
"pati": {
"aliases": [],
@@ -12016,38 +12016,38 @@
"remoulade": {
"aliases": [],
"description": "",
- "name": "remoulade",
- "plural_name": "remoulades"
+ "name": "sos remoulade",
+ "plural_name": "sos remoulade"
},
"white bbq sauce": {
"aliases": [],
"description": "",
- "name": "white bbq sauce",
- "plural_name": "white bbq sauce"
+ "name": "biały sos barbecue",
+ "plural_name": "białe sosy barbecue"
},
"pickapeppa sauce": {
"aliases": [],
"description": "",
- "name": "pickapeppa sauce",
- "plural_name": "pickapeppa sauce"
+ "name": "sos pickapeppa",
+ "plural_name": "sosy pickapeppa"
},
"salsa lizano": {
"aliases": [],
"description": "",
"name": "salsa lizano",
- "plural_name": "salsa lizanoes"
+ "plural_name": "salsa lizano"
},
"shrimp sauce": {
"aliases": [],
"description": "",
- "name": "shrimp sauce",
- "plural_name": "shrimp sauce"
+ "name": "sos krewetkowy",
+ "plural_name": "sosy krewetkowe"
},
"sweet soybean paste": {
"aliases": [],
"description": "",
- "name": "sweet soybean paste",
- "plural_name": "sweet soybean paste"
+ "name": "słodka pasta sojowa",
+ "plural_name": "słodkie pasty sojowe"
},
"grape must": {
"aliases": [],
@@ -12058,44 +12058,44 @@
"shrimp powder": {
"aliases": [],
"description": "",
- "name": "shrimp powder",
- "plural_name": "shrimp powder"
+ "name": "proszek z krewetek",
+ "plural_name": "proszki z krewetek"
},
"banana ketchup": {
"aliases": [],
"description": "",
"name": "ketchup bananowy",
- "plural_name": "banana ketchup"
+ "plural_name": "ketchupy bananowe"
},
"chili purée": {
"aliases": [],
"description": "",
- "name": "chili purée",
- "plural_name": "chili purée"
+ "name": "puree z chili",
+ "plural_name": "puree z chili"
},
"green harissa": {
"aliases": [],
"description": "",
- "name": "green harissa",
- "plural_name": "green harissas"
+ "name": "zielona harissa",
+ "plural_name": "zielona harissa"
},
"crab paste": {
"aliases": [],
"description": "",
- "name": "crab paste",
- "plural_name": "crab paste"
+ "name": "pasta z kraba",
+ "plural_name": "pasty z kraba"
},
"beer mustard": {
"aliases": [],
"description": "",
- "name": "beer mustard",
- "plural_name": "beer mustard"
+ "name": "musztarda piwna",
+ "plural_name": "musztardy piwne"
},
"guk ganjang": {
"aliases": [],
"description": "",
"name": "guk ganjang",
- "plural_name": "guk ganjangs"
+ "plural_name": "guk ganjang"
}
}
},
@@ -12110,32 +12110,32 @@
"caper": {
"aliases": [],
"description": "",
- "name": "caper",
- "plural_name": "capers"
+ "name": "kapar",
+ "plural_name": "kapary"
},
"green olive": {
"aliases": [],
"description": "",
- "name": "green olive",
- "plural_name": "green olives"
+ "name": "zielona oliwka",
+ "plural_name": "zielone oliwki"
},
"canned chickpea": {
"aliases": [],
"description": "",
- "name": "canned chickpea",
- "plural_name": "canned chickpeas"
+ "name": "ciecierzyca z puszki",
+ "plural_name": "ciecierzyca z puszki"
},
"black olive": {
"aliases": [],
"description": "",
- "name": "black olive",
- "plural_name": "black olives"
+ "name": "czarna oliwka",
+ "plural_name": "czarne oliwki"
},
"canned black bean": {
"aliases": [],
"description": "",
- "name": "canned black bean",
- "plural_name": "canned black beans"
+ "name": "czarna fasola z puszki",
+ "plural_name": "czarna fasola z puszki"
},
"canned pumpkin": {
"aliases": [],
@@ -12146,20 +12146,20 @@
"kalamata olive": {
"aliases": [],
"description": "",
- "name": "kalamata olive",
- "plural_name": "kalamata olives"
+ "name": "oliwka kalamata",
+ "plural_name": "oliwki kalamata"
},
"canned tuna": {
"aliases": [],
"description": "",
- "name": "canned tuna",
- "plural_name": "canned tuna"
+ "name": "tuńczyk z puszki",
+ "plural_name": "tuńczyk z puszki"
},
"pickle": {
"aliases": [],
"description": "",
- "name": "pickle",
- "plural_name": "pickles"
+ "name": "ogórek kiszony",
+ "plural_name": "ogórki kiszone"
},
"canned pineapple": {
"aliases": [],
@@ -12170,14 +12170,14 @@
"chipotle in adobo": {
"aliases": [],
"description": "",
- "name": "chipotle in adobo",
- "plural_name": "chipotle in adobo"
+ "name": "chipotle w sosie adobo",
+ "plural_name": "chipotle w sosie adobo"
},
"canned anchovy": {
"aliases": [],
"description": "",
- "name": "canned anchovy",
- "plural_name": "canned anchovies"
+ "name": "anchois z puszki",
+ "plural_name": "anchois z puszki"
},
"roasted red pepper": {
"aliases": [],
@@ -12200,32 +12200,32 @@
"canned corn": {
"aliases": [],
"description": "",
- "name": "canned corn",
- "plural_name": "canned corns"
+ "name": "kukurydza z puszki",
+ "plural_name": "kukurydza z puszki"
},
"canned kidney bean": {
"aliases": [],
"description": "",
- "name": "canned kidney bean",
- "plural_name": "canned kidney beans"
+ "name": "fasola kidney z puszki",
+ "plural_name": "fasola kidney z puszki"
},
"canned pie filling": {
"aliases": [],
"description": "",
- "name": "canned pie filling",
- "plural_name": "canned pie fillings"
+ "name": "nadzienie do ciasta z puszki",
+ "plural_name": "nadzienia do ciasta z puszki"
},
"canned cannellini bean": {
"aliases": [],
"description": "",
- "name": "canned cannellini bean",
- "plural_name": "canned cannellini beans"
+ "name": "fasola cannellini z puszki",
+ "plural_name": "fasola cannellini z puszki"
},
"refried bean": {
"aliases": [],
"description": "",
- "name": "refried bean",
- "plural_name": "refried beans"
+ "name": "fasola refried",
+ "plural_name": "fasola refried"
},
"canned whole tomato": {
"aliases": [],
@@ -12236,44 +12236,44 @@
"sweet pickle relish": {
"aliases": [],
"description": "",
- "name": "sweet pickle relish",
- "plural_name": "sweet pickle relishes"
+ "name": "słodki relish z ogórków",
+ "plural_name": "słodki relish z ogórków"
},
"sauerkraut": {
"aliases": [],
"description": "",
- "name": "sauerkraut",
- "plural_name": "sauerkrauts"
+ "name": "kiszona kapusta",
+ "plural_name": "kiszona kapusta"
},
"creamed corn": {
"aliases": [],
"description": "",
- "name": "creamed corn",
- "plural_name": "creamed corns"
+ "name": "kukurydza kremowa",
+ "plural_name": "kukurydza kremowa"
},
"corned beef": {
"aliases": [],
"description": "",
"name": "corned beef",
- "plural_name": "corned beefs"
+ "plural_name": "corned beef"
},
"canned bean": {
"aliases": [],
"description": "",
- "name": "canned bean",
- "plural_name": "canned beans"
+ "name": "fasola z puszki",
+ "plural_name": "fasola z puszki"
},
"pickled jalapeño": {
"aliases": [],
"description": "",
- "name": "pickled jalapeño",
- "plural_name": "pickled jalapeños"
+ "name": "jalapeño marynowane",
+ "plural_name": "jalapeño marynowane"
},
"diced green chile": {
"aliases": [],
"description": "",
- "name": "diced green chile",
- "plural_name": "diced green chiles"
+ "name": "zielone chili pokrojone w kostkę",
+ "plural_name": "zielone chili pokrojone w kostkę"
},
"sun-dried tomato in oil": {
"aliases": [],
@@ -12285,7 +12285,7 @@
"aliases": [],
"description": "",
"name": "kimchi",
- "plural_name": "kimchis"
+ "plural_name": "kimchi"
},
"canned mandarin orange": {
"aliases": [],
@@ -12296,50 +12296,50 @@
"chili bean": {
"aliases": [],
"description": "",
- "name": "chili bean",
- "plural_name": "chili beans"
+ "name": "fasola chili",
+ "plural_name": "fasola chili"
},
"canned crab": {
"aliases": [],
"description": "",
- "name": "canned crab",
- "plural_name": "canned crabs"
+ "name": "mięso krabowe z puszki",
+ "plural_name": "mięso krabowe z puszki"
},
"bamboo shoot": {
"aliases": [],
"description": "",
- "name": "bamboo shoot",
- "plural_name": "bamboo shoots"
+ "name": "pędy bambusa",
+ "plural_name": "pędy bambusa"
},
"canned mushroom": {
"aliases": [],
"description": "",
- "name": "canned mushroom",
- "plural_name": "canned mushrooms"
+ "name": "pieczarki z puszki",
+ "plural_name": "pieczarki z puszki"
},
"baked bean": {
"aliases": [],
"description": "",
- "name": "baked bean",
- "plural_name": "baked beans"
+ "name": "fasola w sosie pomidorowym",
+ "plural_name": "fasola w sosie pomidorowym"
},
"canned salmon": {
"aliases": [],
"description": "",
- "name": "canned salmon",
- "plural_name": "canned salmon"
+ "name": "łosoś z puszki",
+ "plural_name": "łosoś z puszki"
},
"pickling juice": {
"aliases": [],
"description": "",
- "name": "pickling juice",
- "plural_name": "pickling juice"
+ "name": "zalewa do kiszenia",
+ "plural_name": "zalewy do kiszenia"
},
"dill pickle relish": {
"aliases": [],
"description": "",
- "name": "dill pickle relish",
- "plural_name": "dill pickle relishes"
+ "name": "relish z ogórków kiszonych",
+ "plural_name": "relish z ogórków kiszonych"
},
"canned peach": {
"aliases": [],
@@ -12350,14 +12350,14 @@
"canned black-eyed pea": {
"aliases": [],
"description": "",
- "name": "canned black-eyed pea",
- "plural_name": "canned black-eyed peas"
+ "name": "fasola czarnooka z puszki",
+ "plural_name": "fasola czarnooka z puszki"
},
"pickled ginger": {
"aliases": [],
"description": "",
- "name": "pickled ginger",
- "plural_name": "pickled gingers"
+ "name": "imbir marynowany",
+ "plural_name": "imbir marynowany"
},
"canned apple": {
"aliases": [],
@@ -12368,26 +12368,26 @@
"canned green bean": {
"aliases": [],
"description": "",
- "name": "canned green bean",
- "plural_name": "canned green beans"
+ "name": "fasolka szparagowa z puszki",
+ "plural_name": "fasolka szparagowa z puszki"
},
"spam": {
"aliases": [],
"description": "",
- "name": "spam",
- "plural_name": "spams"
+ "name": "spam (konserwowa mielonka)",
+ "plural_name": "spam (konserwowa mielonka)"
},
"canned clam": {
"aliases": [],
"description": "",
- "name": "canned clam",
- "plural_name": "canned clams"
+ "name": "małże z puszki",
+ "plural_name": "małże z puszki"
},
"chili with beans": {
"aliases": [],
"description": "",
- "name": "chili with beans",
- "plural_name": "chili with beans"
+ "name": "chili con carne z fasolą",
+ "plural_name": "chili con carne z fasolą"
},
"pickled onion": {
"aliases": [],
@@ -12398,20 +12398,20 @@
"fruit cocktail": {
"aliases": [],
"description": "",
- "name": "fruit cocktail",
- "plural_name": "fruit cocktails"
+ "name": "sałatka owocowa z puszki",
+ "plural_name": "sałatki owocowe z puszki"
},
"canned lentil": {
"aliases": [],
"description": "",
- "name": "canned lentil",
- "plural_name": "canned lentils"
+ "name": "soczewica z puszki",
+ "plural_name": "soczewica z puszki"
},
"canned pea": {
"aliases": [],
"description": "",
- "name": "canned pea",
- "plural_name": "canned peas"
+ "name": "groszek z puszki",
+ "plural_name": "groszek z puszki"
},
"pickled red onion": {
"aliases": [],
@@ -12428,14 +12428,14 @@
"canned pork": {
"aliases": [],
"description": "",
- "name": "canned pork",
- "plural_name": "canned porks"
+ "name": "wieprzowina z puszki",
+ "plural_name": "wieprzowina z puszki"
},
"pickled beet": {
"aliases": [],
"description": "",
- "name": "pickled beet",
- "plural_name": "pickled beets"
+ "name": "burak marynowany",
+ "plural_name": "buraki marynowane"
},
"canned cherry tomato": {
"aliases": [],
@@ -12446,14 +12446,14 @@
"bread & butter pickle": {
"aliases": [],
"description": "",
- "name": "bread & butter pickle",
- "plural_name": "bread & butter pickles"
+ "name": "ogórek w słodkiej zalewie",
+ "plural_name": "ogórki w słodkiej zalewie"
},
"canned apricot": {
"aliases": [],
"description": "",
- "name": "canned apricot",
- "plural_name": "canned apricots"
+ "name": "morele z puszki",
+ "plural_name": "morele z puszki"
},
"canned sweet potato": {
"aliases": [],
@@ -12464,8 +12464,8 @@
"canned pear": {
"aliases": [],
"description": "",
- "name": "canned pear",
- "plural_name": "canned pears"
+ "name": "gruszki z puszki",
+ "plural_name": "gruszki z puszki"
},
"peppadew pepper": {
"aliases": [],
@@ -12476,50 +12476,50 @@
"pickled vegetable": {
"aliases": [],
"description": "",
- "name": "pickled vegetable",
- "plural_name": "pickled vegetables"
+ "name": "warzywa marynowane",
+ "plural_name": "warzywa marynowane"
},
"onion paste": {
"aliases": [],
"description": "",
"name": "pasta cebulowa",
- "plural_name": "onion paste"
+ "plural_name": "pasty cebulowe"
},
"canned baby corn": {
"aliases": [],
"description": "",
- "name": "canned baby corn",
- "plural_name": "canned baby corns"
+ "name": "mini kukurydza z puszki",
+ "plural_name": "mini kukurydza z puszki"
},
"mexican-style corn": {
"aliases": [],
"description": "",
- "name": "mexican-style corn",
- "plural_name": "mexican-style corns"
+ "name": "kukurydza po meksykańsku",
+ "plural_name": "kukurydza po meksykańsku"
},
"chili without bean": {
"aliases": [],
"description": "",
- "name": "chili without bean",
- "plural_name": "chili without beans"
+ "name": "chili bez fasoli",
+ "plural_name": "chili bez fasoli"
},
"pork and bean": {
"aliases": [],
"description": "",
- "name": "pork and bean",
- "plural_name": "pork and beans"
+ "name": "fasola z wieprzowiną",
+ "plural_name": "fasola z wieprzowiną"
},
"ranch-style bean": {
"aliases": [],
"description": "",
- "name": "ranch-style bean",
- "plural_name": "ranch-style beans"
+ "name": "fasola w stylu ranch",
+ "plural_name": "fasola w stylu ranch"
},
"canned chicken breast": {
"aliases": [],
"description": "",
- "name": "canned chicken breast",
- "plural_name": "canned chicken breasts"
+ "name": "pierś z kurczaka z puszki",
+ "plural_name": "piersi z kurczaka z puszki"
},
"canned carrot": {
"aliases": [],
@@ -12536,8 +12536,8 @@
"canned lychee": {
"aliases": [],
"description": "",
- "name": "canned lychee",
- "plural_name": "canned lychees"
+ "name": "lychee z puszki",
+ "plural_name": "lychee z puszki"
},
"pumpkin pie filling": {
"aliases": [],
@@ -12548,8 +12548,8 @@
"canned sardine": {
"aliases": [],
"description": "",
- "name": "canned sardine",
- "plural_name": "canned sardines"
+ "name": "sardynki z puszki",
+ "plural_name": "sardynki z puszki"
},
"pickled pepper": {
"aliases": [],
@@ -12566,20 +12566,20 @@
"canned jackfruit": {
"aliases": [],
"description": "",
- "name": "canned jackfruit",
- "plural_name": "canned jackfruits"
+ "name": "jackfruit z puszki",
+ "plural_name": "jackfruit z puszki"
},
"taggiasca olive": {
"aliases": [],
"description": "",
- "name": "taggiasca olive",
- "plural_name": "taggiasca olives"
+ "name": "oliwka taggiasca",
+ "plural_name": "oliwki taggiasca"
},
"cranberry relish": {
"aliases": [],
"description": "",
- "name": "cranberry relish",
- "plural_name": "cranberry relishes"
+ "name": "relish żurawinowy",
+ "plural_name": "relish żurawinowy"
},
"red pepper relish": {
"aliases": [],
@@ -12590,14 +12590,14 @@
"canned asparagus": {
"aliases": [],
"description": "",
- "name": "canned asparagus",
- "plural_name": "canned asparagus"
+ "name": "szparagi z puszki",
+ "plural_name": "szparagi z puszki"
},
"fire-roasted green chile": {
"aliases": [],
"description": "",
- "name": "fire-roasted green chile",
- "plural_name": "fire-roasted green chiles"
+ "name": "zielone chili pieczone na ogniu",
+ "plural_name": "zielone chili pieczone na ogniu"
},
"pickled hot pepper": {
"aliases": [],
@@ -12614,20 +12614,20 @@
"corn relish": {
"aliases": [],
"description": "",
- "name": "corn relish",
- "plural_name": "corn relishes"
+ "name": "relish kukurydziany",
+ "plural_name": "relish kukurydziany"
},
"golden hominy": {
"aliases": [],
"description": "",
- "name": "golden hominy",
- "plural_name": "golden hominies"
+ "name": "hominy złote",
+ "plural_name": "hominy złote"
},
"canned mackerel": {
"aliases": [],
"description": "",
- "name": "canned mackerel",
- "plural_name": "canned mackerel"
+ "name": "makrela z puszki",
+ "plural_name": "makrela z puszki"
},
"pickled cherry pepper": {
"aliases": [],
@@ -12638,20 +12638,20 @@
"candied jalapeño": {
"aliases": [],
"description": "",
- "name": "candied jalapeño",
- "plural_name": "candied jalapeños"
+ "name": "jalapeño kandyzowane",
+ "plural_name": "jalapeño kandyzowane"
},
"umeboshi": {
"aliases": [],
"description": "",
"name": "umeboshi",
- "plural_name": "umeboshis"
+ "plural_name": "umeboshi"
},
"canned pimento": {
"aliases": [],
"description": "",
- "name": "canned pimento",
- "plural_name": "canned pimentos"
+ "name": "pimento z puszki",
+ "plural_name": "pimento z puszki"
},
"canned potato": {
"aliases": [],
@@ -12662,8 +12662,8 @@
"okra pickle": {
"aliases": [],
"description": "",
- "name": "okra pickle",
- "plural_name": "okra pickles"
+ "name": "okra marynowana",
+ "plural_name": "okra marynowana"
},
"tomato confit": {
"aliases": [],
@@ -12674,32 +12674,32 @@
"brandied cherry": {
"aliases": [],
"description": "",
- "name": "brandied cherry",
- "plural_name": "brandied cherries"
+ "name": "wiśnia w brandy",
+ "plural_name": "wiśnie w brandy"
},
"macapuno": {
"aliases": [],
"description": "",
"name": "macapuno",
- "plural_name": "macapunoes"
+ "plural_name": "macapuno"
},
"canned four-bean mix": {
"aliases": [],
"description": "",
- "name": "canned four-bean mix",
- "plural_name": "canned four-bean mixes"
+ "name": "mix czterech fasoli z puszki",
+ "plural_name": "mix czterech fasoli z puszki"
},
"half-sour pickle": {
"aliases": [],
"description": "",
- "name": "half-sour pickle",
- "plural_name": "half-sour pickles"
+ "name": "ogórek małosolny",
+ "plural_name": "ogórki małosolne"
},
"pickled green bean": {
"aliases": [],
"description": "",
- "name": "pickled green bean",
- "plural_name": "pickled green beans"
+ "name": "fasolka szparagowa marynowana",
+ "plural_name": "fasolka szparagowa marynowana"
}
}
},
@@ -12708,58 +12708,58 @@
"peanut butter": {
"aliases": [],
"description": "",
- "name": "peanut butter",
- "plural_name": "peanut butter"
+ "name": "masło orzechowe",
+ "plural_name": "masła orzechowe"
},
"tomato paste": {
"aliases": [],
"description": "",
- "name": "tomato paste",
- "plural_name": "tomato paste"
+ "name": "koncentrat pomidorowy",
+ "plural_name": "koncentraty pomidorowe"
},
"tomato sauce": {
"aliases": [],
"description": "",
- "name": "tomato sauce",
- "plural_name": "tomato sauce"
+ "name": "sos pomidorowy",
+ "plural_name": "sosy pomidorowe"
},
"salsa": {
"aliases": [],
"description": "",
"name": "salsa",
- "plural_name": "salsas"
+ "plural_name": "salsa"
},
"tahini": {
"aliases": [],
"description": "",
"name": "tahini",
- "plural_name": "tahinis"
+ "plural_name": "tahini"
},
"pesto": {
"aliases": [],
"description": "",
"name": "pesto",
- "plural_name": "pestoes"
+ "plural_name": "pesto"
},
"marinara sauce": {
"aliases": [
- "marinara sauce - jarred"
+ "sos marinara (słoikowy)"
],
"description": "",
- "name": "marinara sauce",
- "plural_name": "marinara sauce"
+ "name": "sos marinara",
+ "plural_name": "sosy marinara"
},
"pasta sauce": {
"aliases": [],
"description": "",
- "name": "pasta sauce",
- "plural_name": "pasta sauce"
+ "name": "sos do makaronu",
+ "plural_name": "sosy do makaronu"
},
"hoisin sauce": {
"aliases": [],
"description": "",
- "name": "hoisin sauce",
- "plural_name": "hoisin sauce"
+ "name": "sos hoisin",
+ "plural_name": "sosy hoisin"
},
"pico de gallo": {
"aliases": [],
@@ -12770,458 +12770,458 @@
"stewed tomato": {
"aliases": [],
"description": "",
- "name": "stewed tomato",
- "plural_name": "stewed tomatoes"
+ "name": "pomidor duszony",
+ "plural_name": "pomidory duszone"
},
"guacamole": {
"aliases": [],
"description": "",
"name": "guacamole",
- "plural_name": "guacamoles"
+ "plural_name": "guacamole"
},
"hummus": {
"aliases": [],
"description": "",
"name": "hummus",
- "plural_name": "hummus"
+ "plural_name": "hummusy"
},
"enchilada sauce": {
"aliases": [],
"description": "",
- "name": "enchilada sauce",
- "plural_name": "enchilada sauce"
+ "name": "sos enchilada",
+ "plural_name": "sosy enchilada"
},
"fire-roasted tomato": {
"aliases": [],
"description": "",
- "name": "fire-roasted tomato",
- "plural_name": "fire-roasted tomatoes"
+ "name": "pomidor pieczony na ogniu",
+ "plural_name": "pomidory pieczone na ogniu"
},
"salsa verde": {
"aliases": [],
"description": "",
"name": "salsa verde",
- "plural_name": "salsa verdes"
+ "plural_name": "salsa verde"
},
"alfredo sauce": {
"aliases": [],
"description": "",
- "name": "alfredo sauce",
- "plural_name": "alfredo sauce"
+ "name": "sos alfredo",
+ "plural_name": "sosy alfredo"
},
"balsamic glaze": {
"aliases": [],
"description": "",
- "name": "balsamic glaze",
- "plural_name": "balsamic glazes"
+ "name": "glazura balsamiczna",
+ "plural_name": "glazury balsamiczne"
},
"anchovy paste": {
"aliases": [],
"description": "",
- "name": "anchovy paste",
- "plural_name": "anchovy paste"
+ "name": "pasta z anchois",
+ "plural_name": "pasty z anchois"
},
"red enchilada sauce": {
"aliases": [],
"description": "",
- "name": "red enchilada sauce",
- "plural_name": "red enchilada sauce"
+ "name": "czerwony sos enchilada",
+ "plural_name": "czerwone sosy enchilada"
},
"steak sauce": {
"aliases": [],
"description": "",
- "name": "steak sauce",
- "plural_name": "steak sauce"
+ "name": "sos do steków",
+ "plural_name": "sosy do steków"
},
"chunky peanut butter": {
"aliases": [],
"description": "",
- "name": "chunky peanut butter",
- "plural_name": "chunky peanut butter"
+ "name": "masło orzechowe z kawałkami orzechów",
+ "plural_name": "masła orzechowe z kawałkami orzechów"
},
"tzatziki": {
"aliases": [],
"description": "",
"name": "tzatziki",
- "plural_name": "tzatzikis"
+ "plural_name": "tzatziki"
},
"taco sauce": {
"aliases": [],
"description": "",
- "name": "taco sauce",
- "plural_name": "taco sauce"
+ "name": "sos taco",
+ "plural_name": "sosy taco"
},
"beef gravy": {
"aliases": [],
"description": "",
- "name": "beef gravy",
- "plural_name": "beef gravies"
+ "name": "sos wołowy",
+ "plural_name": "sosy wołowe"
},
"sun-dried tomato pesto": {
"aliases": [],
"description": "",
- "name": "sun-dried tomato pesto",
- "plural_name": "sun-dried tomato pestoes"
+ "name": "pesto z suszonych pomidorów",
+ "plural_name": "pesto z suszonych pomidorów"
},
"béchamel sauce": {
"aliases": [],
"description": "",
- "name": "béchamel sauce",
- "plural_name": "béchamel sauce"
+ "name": "sos beszamelowy",
+ "plural_name": "sosy beszamelowe"
},
"horseradish sauce": {
"aliases": [],
"description": "",
- "name": "horseradish sauce",
- "plural_name": "horseradish sauce"
+ "name": "sos chrzanowy",
+ "plural_name": "sosy chrzanowe"
},
"plum sauce": {
"aliases": [],
"description": "",
- "name": "plum sauce",
- "plural_name": "plum sauce"
+ "name": "sos śliwkowy",
+ "plural_name": "sosy śliwkowe"
},
"garlic butter": {
"aliases": [],
"description": "",
- "name": "garlic butter",
- "plural_name": "garlic butter"
+ "name": "masło czosnkowe",
+ "plural_name": "masła czosnkowe"
},
"hollandaise sauce": {
"aliases": [],
"description": "",
- "name": "hollandaise sauce",
- "plural_name": "hollandaise sauce"
+ "name": "sos holenderski",
+ "plural_name": "sosy holenderskie"
},
"cocktail sauce": {
"aliases": [],
"description": "",
- "name": "cocktail sauce",
- "plural_name": "cocktail sauce"
+ "name": "sos koktajlowy",
+ "plural_name": "sosy koktajlowe"
},
"cheese dip": {
"aliases": [],
"description": "",
- "name": "cheese dip",
- "plural_name": "cheese dip"
+ "name": "dip serowy",
+ "plural_name": "dipy serowe"
},
"black bean sauce": {
"aliases": [],
"description": "",
- "name": "black bean sauce",
- "plural_name": "black bean sauce"
+ "name": "sos z czarnej fasoli",
+ "plural_name": "sosy z czarnej fasoli"
},
"tapenade": {
"aliases": [],
"description": "",
"name": "tapenade",
- "plural_name": "tapenades"
+ "plural_name": "tapenade"
},
"turkey gravy": {
"aliases": [],
"description": "",
- "name": "turkey gravy",
- "plural_name": "turkey gravies"
+ "name": "sos z indyka",
+ "plural_name": "sosy z indyka"
},
"stir-fry sauce": {
"aliases": [],
"description": "",
- "name": "stir-fry sauce",
- "plural_name": "stir-fry sauce"
+ "name": "sos do smażenia na woku",
+ "plural_name": "sosy do smażenia na woku"
},
"thai peanut sauce": {
"aliases": [],
"description": "",
- "name": "thai peanut sauce",
- "plural_name": "thai peanut sauce"
+ "name": "tajski sos orzechowy",
+ "plural_name": "tajskie sosy orzechowe"
},
"chicken gravy": {
"aliases": [],
"description": "",
- "name": "chicken gravy",
- "plural_name": "chicken gravies"
+ "name": "sos z kurczaka",
+ "plural_name": "sosy z kurczaka"
},
"sloppy joe sauce": {
"aliases": [],
"description": "",
- "name": "sloppy joe sauce",
- "plural_name": "sloppy joe sauce"
+ "name": "sos sloppy joe",
+ "plural_name": "sosy sloppy joe"
},
"pimento cheese spread": {
"aliases": [],
"description": "",
- "name": "pimento cheese spread",
- "plural_name": "pimento cheese spreads"
+ "name": "pasta serowa z pimentem",
+ "plural_name": "pasty serowe z pimentem"
},
"sofrito": {
"aliases": [],
"description": "",
"name": "sofrito",
- "plural_name": "sofritoes"
+ "plural_name": "sofrito"
},
"mustard sauce": {
"aliases": [],
"description": "",
- "name": "mustard sauce",
- "plural_name": "mustard sauce"
+ "name": "sos musztardowy",
+ "plural_name": "sosy musztardowe"
},
"sun-dried tomato paste": {
"aliases": [],
"description": "",
- "name": "sun-dried tomato paste",
- "plural_name": "sun-dried tomato paste"
+ "name": "pasta z suszonych pomidorów",
+ "plural_name": "pasty z suszonych pomidorów"
},
"queso dip": {
"aliases": [],
"description": "",
- "name": "queso dip",
- "plural_name": "queso dip"
+ "name": "dip serowy queso",
+ "plural_name": "dipy serowe queso"
},
"demi-glace": {
"aliases": [],
"description": "",
"name": "demi-glace",
- "plural_name": "demi-glaces"
+ "plural_name": "demi-glace"
},
"chimichurri sauce": {
"aliases": [],
"description": "",
- "name": "chimichurri sauce",
- "plural_name": "chimichurri sauce"
+ "name": "sos chimichurri",
+ "plural_name": "sosy chimichurri"
},
"french onion dip": {
"aliases": [],
"description": "",
- "name": "french onion dip",
- "plural_name": "french onion dip"
+ "name": "dip cebulowy po francusku",
+ "plural_name": "dipy cebulowe po francusku"
},
"herb butter": {
"aliases": [],
"description": "",
- "name": "herb butter",
- "plural_name": "herb butter"
+ "name": "masło ziołowe",
+ "plural_name": "masła ziołowe"
},
"bolognese sauce": {
"aliases": [],
"description": "",
- "name": "bolognese sauce",
- "plural_name": "bolognese sauce"
+ "name": "sos bolognese",
+ "plural_name": "sosy bolognese"
},
"curry sauce": {
"aliases": [],
"description": "",
- "name": "curry sauce",
- "plural_name": "curry sauce"
+ "name": "sos curry",
+ "plural_name": "sosy curry"
},
"liver spread": {
"aliases": [],
"description": "",
- "name": "liver spread",
- "plural_name": "liver spreads"
+ "name": "pasta wątrobiana",
+ "plural_name": "pasty wątrobiane"
},
"browning sauce": {
"aliases": [],
"description": "",
- "name": "browning sauce",
- "plural_name": "browning sauce"
+ "name": "sos brązowy",
+ "plural_name": "sosy brązowe"
},
"schezwan sauce": {
"aliases": [],
"description": "",
- "name": "schezwan sauce",
- "plural_name": "schezwan sauce"
+ "name": "sos syczuański",
+ "plural_name": "sosy syczuańskie"
},
"mushroom gravy": {
"aliases": [],
"description": "",
- "name": "mushroom gravy",
- "plural_name": "mushroom gravies"
+ "name": "sos grzybowy",
+ "plural_name": "sosy grzybowe"
},
"pork gravy": {
"aliases": [],
"description": "",
- "name": "pork gravy",
- "plural_name": "pork gravies"
+ "name": "sos wieprzowy",
+ "plural_name": "sosy wieprzowe"
},
"country gravy": {
"aliases": [],
"description": "",
- "name": "country gravy",
- "plural_name": "country gravies"
+ "name": "wiejski sos śmietanowy",
+ "plural_name": "wiejskie sosy śmietanowe"
},
"orange sauce": {
"aliases": [],
"description": "",
- "name": "orange sauce",
- "plural_name": "orange sauce"
+ "name": "sos pomarańczowy",
+ "plural_name": "sosy pomarańczowe"
},
"pineapple salsa": {
"aliases": [],
"description": "",
- "name": "pineapple salsa",
- "plural_name": "pineapple salsas"
+ "name": "salsa ananasowa",
+ "plural_name": "salsy ananasowe"
},
"artichoke dip": {
"aliases": [],
"description": "",
- "name": "artichoke dip",
- "plural_name": "artichoke dip"
+ "name": "dip z karczocha",
+ "plural_name": "dipy z karczocha"
},
"japanese curry": {
"aliases": [],
"description": "",
- "name": "japanese curry",
- "plural_name": "japanese curries"
+ "name": "curry japońskie",
+ "plural_name": "curry japońskie"
},
"mango salsa": {
"aliases": [],
"description": "",
- "name": "mango salsa",
- "plural_name": "mango salsas"
+ "name": "salsa mango",
+ "plural_name": "salsy mango"
},
"olive paste": {
"aliases": [],
"description": "",
- "name": "olive paste",
- "plural_name": "olive paste"
+ "name": "pasta z oliwek",
+ "plural_name": "pasty z oliwek"
},
"spinach dip": {
"aliases": [],
"description": "",
- "name": "spinach dip",
- "plural_name": "spinach dip"
+ "name": "dip szpinakowy",
+ "plural_name": "dipy szpinakowe"
},
"black truffle butter": {
"aliases": [],
"description": "",
- "name": "black truffle butter",
- "plural_name": "black truffle butter"
+ "name": "masło z czarną truflą",
+ "plural_name": "masła z czarną truflą"
},
"roasted red pepper hummus": {
"aliases": [],
"description": "",
- "name": "roasted red pepper hummus",
- "plural_name": "roasted red pepper hummus"
+ "name": "hummus z pieczoną czerwoną papryką",
+ "plural_name": "hummusy z pieczoną czerwoną papryką"
},
"bacon jam": {
"aliases": [],
"description": "",
- "name": "bacon jam",
- "plural_name": "bacon jam"
+ "name": "dżem bekonowy",
+ "plural_name": "dżemy bekonowe"
},
"tikka masala sauce": {
"aliases": [],
"description": "",
- "name": "tikka masala sauce",
- "plural_name": "tikka masala sauce"
+ "name": "sos tikka masala",
+ "plural_name": "sosy tikka masala"
},
"vodka sauce": {
"aliases": [],
"description": "",
- "name": "vodka sauce",
- "plural_name": "vodka sauce"
+ "name": "sos wódkowy",
+ "plural_name": "sosy wódkowe"
},
"whipped cream cheese spread": {
"aliases": [],
"description": "",
- "name": "whipped cream cheese spread",
- "plural_name": "whipped cream cheese spreads"
+ "name": "ubity twarożek do smarowania",
+ "plural_name": "ubite twarożki do smarowania"
},
"kung pao sauce": {
"aliases": [],
"description": "",
- "name": "kung pao sauce",
- "plural_name": "kung pao sauce"
+ "name": "sos kung pao",
+ "plural_name": "sosy kung pao"
},
"mole paste": {
"aliases": [],
"description": "",
- "name": "mole paste",
- "plural_name": "mole paste"
+ "name": "pasta mole",
+ "plural_name": "pasty mole"
},
"onion gravy": {
"aliases": [],
"description": "",
- "name": "onion gravy",
- "plural_name": "onion gravies"
+ "name": "sos cebulowy",
+ "plural_name": "sosy cebulowe"
},
"sesame sauce": {
"aliases": [],
"description": "",
- "name": "sesame sauce",
- "plural_name": "sesame sauce"
+ "name": "sos sezamowy",
+ "plural_name": "sosy sezamowe"
},
"cheese spread": {
"aliases": [],
"description": "",
- "name": "cheese spread",
- "plural_name": "cheese spreads"
+ "name": "serek do smarowania",
+ "plural_name": "serki do smarowania"
},
"corn salsa": {
"aliases": [],
"description": "",
- "name": "corn salsa",
- "plural_name": "corn salsas"
+ "name": "salsa kukurydziana",
+ "plural_name": "salsy kukurydziane"
},
"pad thai sauce": {
"aliases": [],
"description": "",
- "name": "pad thai sauce",
- "plural_name": "pad thai sauce"
+ "name": "sos pad thai",
+ "plural_name": "sosy pad thai"
},
"sausage gravy": {
"aliases": [],
"description": "",
- "name": "sausage gravy",
- "plural_name": "sausage gravies"
+ "name": "sos kiełbasiany",
+ "plural_name": "sosy kiełbasiane"
},
"deviled ham spread": {
"aliases": [],
"description": "",
- "name": "deviled ham spread",
- "plural_name": "deviled ham spreads"
+ "name": "ostra pasta z szynki",
+ "plural_name": "ostre pasty z szynki"
},
"butter chicken sauce": {
"aliases": [],
"description": "",
- "name": "butter chicken sauce",
- "plural_name": "butter chicken sauce"
+ "name": "sos butter chicken",
+ "plural_name": "sosy butter chicken"
},
"garlic spread": {
"aliases": [],
"description": "",
- "name": "garlic spread",
- "plural_name": "garlic spreads"
+ "name": "pasta czosnkowa",
+ "plural_name": "pasty czosnkowe"
},
"black pepper sauce": {
"aliases": [],
"description": "",
- "name": "black pepper sauce",
- "plural_name": "black pepper sauce"
+ "name": "sos pieprzowy",
+ "plural_name": "sosy pieprzowe"
},
"char siu sauce": {
"aliases": [],
"description": "",
- "name": "char siu sauce",
- "plural_name": "char siu sauce"
+ "name": "sos char siu",
+ "plural_name": "sosy char siu"
},
"garlic pasta sauce": {
"aliases": [],
"description": "",
- "name": "garlic pasta sauce",
- "plural_name": "garlic pasta sauce"
+ "name": "sos czosnkowy do makaronu",
+ "plural_name": "sosy czosnkowe do makaronu"
},
"green olive tapenade": {
"aliases": [],
"description": "",
- "name": "green olive tapenade",
- "plural_name": "green olive tapenades"
+ "name": "tapenade z zielonych oliwek",
+ "plural_name": "tapenade z zielonych oliwek"
},
"schezwan chutney": {
"aliases": [],
"description": "",
- "name": "schezwan chutney",
- "plural_name": "schezwan chutneys"
+ "name": "chutney syczuański",
+ "plural_name": "chutneye syczuańskie"
},
"mentsuyu": {
"aliases": [],
@@ -13232,80 +13232,80 @@
"thai red curry sauce": {
"aliases": [],
"description": "",
- "name": "thai red curry sauce",
- "plural_name": "thai red curry sauce"
+ "name": "tajski sos czerwonego curry",
+ "plural_name": "tajskie sosy czerwonego curry"
},
"tarama": {
"aliases": [],
"description": "",
"name": "tarama",
- "plural_name": "taramas"
+ "plural_name": "tarama"
},
"ssamjang": {
"aliases": [],
"description": "",
"name": "ssamjang",
- "plural_name": "ssamjangs"
+ "plural_name": "ssamjang"
},
"white pizza sauce": {
"aliases": [],
"description": "",
- "name": "white pizza sauce",
- "plural_name": "white pizza sauce"
+ "name": "biały sos do pizzy",
+ "plural_name": "białe sosy do pizzy"
},
"tomato tapenade": {
"aliases": [],
"description": "",
- "name": "tomato tapenade",
- "plural_name": "tomato tapenades"
+ "name": "tapenade pomidorowe",
+ "plural_name": "tapenade pomidorowe"
},
"yum yum sauce": {
"aliases": [],
"description": "",
- "name": "yum yum sauce",
- "plural_name": "yum yum sauce"
+ "name": "sos yum yum",
+ "plural_name": "sosy yum yum"
},
"honey garlic sauce": {
"aliases": [],
"description": "",
- "name": "honey garlic sauce",
- "plural_name": "honey garlic sauce"
+ "name": "sos miodowo-czosnkowy",
+ "plural_name": "sosy miodowo-czosnkowe"
},
"mole sauce": {
"aliases": [],
"description": "",
- "name": "mole sauce",
- "plural_name": "mole sauce"
+ "name": "sos mole",
+ "plural_name": "sosy mole"
},
"nuoc cham": {
"aliases": [],
"description": "",
"name": "nuoc cham",
- "plural_name": "nuoc chams"
+ "plural_name": "nuoc cham"
},
"white clam sauce": {
"aliases": [],
"description": "",
- "name": "white clam sauce",
- "plural_name": "white clam sauce"
+ "name": "biały sos z małży",
+ "plural_name": "białe sosy z małży"
},
"bean dip": {
"aliases": [],
"description": "",
- "name": "bean dip",
- "plural_name": "bean dip"
+ "name": "dip z fasoli",
+ "plural_name": "dipy z fasoli"
},
"eggplant dip": {
"aliases": [],
"description": "",
- "name": "eggplant dip",
- "plural_name": "eggplant dip"
+ "name": "dip z bakłażana",
+ "plural_name": "dipy z bakłażana"
},
"pomegranate sauce": {
"aliases": [],
"description": "",
- "name": "pomegranate sauce",
- "plural_name": "pomegranate sauce"
+ "name": "sos z granatów",
+ "plural_name": "sosy z granatów"
}
}
},
@@ -13314,560 +13314,560 @@
"chicken broth": {
"aliases": [],
"description": "",
- "name": "chicken broth",
- "plural_name": "chicken broth"
+ "name": "bulion z kurczaka",
+ "plural_name": "buliony z kurczaka"
},
"vegetable broth": {
"aliases": [],
"description": "",
- "name": "vegetable broth",
- "plural_name": "vegetable broth"
+ "name": "bulion warzywny",
+ "plural_name": "buliony warzywne"
},
"chicken stock": {
"aliases": [],
"description": "",
- "name": "chicken stock",
- "plural_name": "chicken stock"
+ "name": "wywar z kurczaka",
+ "plural_name": "wywary z kurczaka"
},
"beef broth": {
"aliases": [],
"description": "",
- "name": "beef broth",
- "plural_name": "beef broth"
+ "name": "bulion wołowy",
+ "plural_name": "buliony wołowe"
},
"beef stock": {
"aliases": [],
"description": "",
- "name": "beef stock",
- "plural_name": "beef stock"
+ "name": "wywar wołowy",
+ "plural_name": "wywary wołowe"
},
"cream of mushroom": {
"aliases": [],
"description": "",
- "name": "cream of mushroom",
- "plural_name": "cream of mushroom"
+ "name": "zupa krem z grzybów",
+ "plural_name": "zupy krem z grzybów"
},
"bouillon cube": {
"aliases": [],
"description": "",
- "name": "bouillon cube",
- "plural_name": "bouillon cubes"
+ "name": "kostka rosołowa",
+ "plural_name": "kostki rosołowe"
},
"cream of chicken": {
"aliases": [],
"description": "",
- "name": "cream of chicken",
- "plural_name": "cream of chicken"
+ "name": "zupa krem z kurczaka",
+ "plural_name": "zupy krem z kurczaka"
},
"onion soup mix": {
"aliases": [],
"description": "",
- "name": "onion soup mix",
- "plural_name": "onion soup mixes"
+ "name": "mieszanka do zupy cebulowej",
+ "plural_name": "mieszanki do zupy cebulowej"
},
"tomato soup": {
"aliases": [],
"description": "",
- "name": "tomato soup",
- "plural_name": "tomato soups"
+ "name": "zupa pomidorowa",
+ "plural_name": "zupy pomidorowe"
},
"fish stock": {
"aliases": [],
"description": "",
- "name": "fish stock",
- "plural_name": "fish stock"
+ "name": "wywar rybny",
+ "plural_name": "wywary rybne"
},
"cream of celery": {
"aliases": [],
"description": "",
- "name": "cream of celery",
- "plural_name": "cream of celery"
+ "name": "zupa krem z selera",
+ "plural_name": "zupy krem z selera"
},
"better than bouillon": {
"aliases": [],
"description": "",
- "name": "better than bouillon",
- "plural_name": "better than bouillons"
+ "name": "pasta bulionowa",
+ "plural_name": "pasty bulionowe"
},
"clam juice": {
"aliases": [],
"description": "",
- "name": "clam juice",
- "plural_name": "clam juice"
+ "name": "sok z małży",
+ "plural_name": "soki z małży"
},
"cheese soup": {
"aliases": [],
"description": "",
- "name": "cheese soup",
- "plural_name": "cheese soups"
+ "name": "zupa serowa",
+ "plural_name": "zupy serowe"
},
"bone broth": {
"aliases": [],
"description": "",
- "name": "bone broth",
- "plural_name": "bone broth"
+ "name": "bulion kostny",
+ "plural_name": "buliony kostne"
},
"dashi": {
"aliases": [],
"description": "",
"name": "dashi",
- "plural_name": "dashis"
+ "plural_name": "dashi"
},
"onion soup": {
"aliases": [],
"description": "",
- "name": "onion soup",
- "plural_name": "onion soups"
+ "name": "zupa cebulowa",
+ "plural_name": "zupy cebulowe"
},
"chicken soup": {
"aliases": [],
"description": "",
- "name": "chicken soup",
- "plural_name": "chicken soups"
+ "name": "zupa drobiowa",
+ "plural_name": "zupy drobiowe"
},
"veal stock": {
"aliases": [],
"description": "",
- "name": "veal stock",
- "plural_name": "veal stock"
+ "name": "wywar cielęcy",
+ "plural_name": "wywary cielęce"
},
"chicken bone broth": {
"aliases": [],
"description": "",
- "name": "chicken bone broth",
- "plural_name": "chicken bone broth"
+ "name": "bulion kostny z kurczaka",
+ "plural_name": "buliony kostne z kurczaka"
},
"turkey stock": {
"aliases": [],
"description": "",
- "name": "turkey stock",
- "plural_name": "turkey stock"
+ "name": "wywar z indyka",
+ "plural_name": "wywary z indyka"
},
"lamb stock": {
"aliases": [],
"description": "",
- "name": "lamb stock",
- "plural_name": "lamb stock"
+ "name": "wywar jagnięcy",
+ "plural_name": "wywary jagnięce"
},
"turkey broth": {
"aliases": [],
"description": "",
- "name": "turkey broth",
- "plural_name": "turkey broth"
+ "name": "bulion z indyka",
+ "plural_name": "buliony z indyka"
},
"beef consommé": {
"aliases": [],
"description": "",
- "name": "beef consommé",
- "plural_name": "beef consommés"
+ "name": "konsomé wołowe",
+ "plural_name": "konsomé wołowe"
},
"stock paste": {
"aliases": [],
"description": "",
- "name": "stock paste",
- "plural_name": "stock paste"
+ "name": "pasta bulionowa",
+ "plural_name": "pasty bulionowe"
},
"cream of potato": {
"aliases": [],
"description": "",
- "name": "cream of potato",
- "plural_name": "cream of potato"
+ "name": "zupa krem z ziemniaków",
+ "plural_name": "zupy krem z ziemniaków"
},
"golden mushroom soup": {
"aliases": [],
"description": "",
- "name": "golden mushroom soup",
- "plural_name": "golden mushroom soups"
+ "name": "zupa złocista z grzybów",
+ "plural_name": "zupy złociste z grzybów"
},
"seafood stock": {
"aliases": [],
"description": "",
- "name": "seafood stock",
- "plural_name": "seafood stock"
+ "name": "wywar z owoców morza",
+ "plural_name": "wywary z owoców morza"
},
"mushroom broth": {
"aliases": [],
"description": "",
- "name": "mushroom broth",
- "plural_name": "mushroom broth"
+ "name": "bulion grzybowy",
+ "plural_name": "buliony grzybowe"
},
"vegetable soup": {
"aliases": [],
"description": "",
- "name": "vegetable soup",
- "plural_name": "vegetable soups"
+ "name": "zupa jarzynowa",
+ "plural_name": "zupy jarzynowe"
},
"chicken noodle soup": {
"aliases": [],
"description": "",
- "name": "chicken noodle soup",
- "plural_name": "chicken noodle soups"
+ "name": "zupa z kurczakiem i makaronem",
+ "plural_name": "zupy z kurczakiem i makaronem"
},
"vegetable soup mix": {
"aliases": [],
"description": "",
- "name": "vegetable soup mix",
- "plural_name": "vegetable soup mixes"
+ "name": "mieszanka do zupy jarzynowej",
+ "plural_name": "mieszanki do zupy jarzynowej"
},
"chicken consommé": {
"aliases": [],
"description": "",
- "name": "chicken consommé",
- "plural_name": "chicken consommés"
+ "name": "konsomé drobiowe",
+ "plural_name": "konsomé drobiowe"
},
"shrimp stock": {
"aliases": [],
"description": "",
- "name": "shrimp stock",
- "plural_name": "shrimp stock"
+ "name": "wywar z krewetek",
+ "plural_name": "wywary z krewetek"
},
"nacho cheese soup": {
"aliases": [],
"description": "",
- "name": "nacho cheese soup",
- "plural_name": "nacho cheese soups"
+ "name": "zupa serowa nacho",
+ "plural_name": "zupy serowe nacho"
},
"ramen noodle soup": {
"aliases": [],
"description": "",
- "name": "ramen noodle soup",
- "plural_name": "ramen noodle soups"
+ "name": "zupa ramen",
+ "plural_name": "zupy ramen"
},
"cream of broccoli": {
"aliases": [],
"description": "",
- "name": "cream of broccoli",
- "plural_name": "cream of broccoli"
+ "name": "zupa krem z brokułów",
+ "plural_name": "zupy krem z brokułów"
},
"lobster stock": {
"aliases": [],
"description": "",
- "name": "lobster stock",
- "plural_name": "lobster stock"
+ "name": "wywar z homara",
+ "plural_name": "wywary z homara"
},
"pork stock": {
"aliases": [],
"description": "",
- "name": "pork stock",
- "plural_name": "pork stock"
+ "name": "wywar wieprzowy",
+ "plural_name": "wywary wieprzowe"
},
"chicken rice soup": {
"aliases": [],
"description": "",
- "name": "chicken rice soup",
- "plural_name": "chicken rice soups"
+ "name": "zupa z kurczakiem i ryżem",
+ "plural_name": "zupy z kurczakiem i ryżem"
},
"beefy onion soup mix": {
"aliases": [],
"description": "",
- "name": "beefy onion soup mix",
- "plural_name": "beefy onion soup mixes"
+ "name": "mieszanka do zupy wołowo-cebulowej",
+ "plural_name": "mieszanki do zupy wołowo-cebulowej"
},
"butternut squash soup": {
"aliases": [],
"description": "",
- "name": "butternut squash soup",
- "plural_name": "butternut squash soups"
+ "name": "zupa z dyni piżmowej",
+ "plural_name": "zupy z dyni piżmowej"
},
"chicken stock paste": {
"aliases": [],
"description": "",
- "name": "chicken stock paste",
- "plural_name": "chicken stock paste"
+ "name": "pasta bulionowa z kurczaka",
+ "plural_name": "pasty bulionowe z kurczaka"
},
"miso soup": {
"aliases": [],
"description": "",
- "name": "miso soup",
- "plural_name": "miso soups"
+ "name": "zupa miso",
+ "plural_name": "zupy miso"
},
"broccoli-cheese soup": {
"aliases": [],
"description": "",
- "name": "broccoli-cheese soup",
- "plural_name": "broccoli-cheese soups"
+ "name": "zupa brokułowo-serowa",
+ "plural_name": "zupy brokułowo-serowe"
},
"duck stock": {
"aliases": [],
"description": "",
- "name": "duck stock",
- "plural_name": "duck stock"
+ "name": "wywar z kaczki",
+ "plural_name": "wywary z kaczki"
},
"clam broth": {
"aliases": [],
"description": "",
- "name": "clam broth",
- "plural_name": "clam broth"
+ "name": "bulion z małży",
+ "plural_name": "buliony z małży"
},
"vegan chicken broth": {
"aliases": [],
"description": "",
- "name": "vegan chicken broth",
- "plural_name": "vegan chicken broth"
+ "name": "wegański bulion z kurczaka",
+ "plural_name": "wegańskie buliony z kurczaka"
},
"cream of asparagus": {
"aliases": [],
"description": "",
- "name": "cream of asparagus",
- "plural_name": "cream of asparagus"
+ "name": "zupa krem ze szparagów",
+ "plural_name": "zupy krem ze szparagów"
},
"pork broth": {
"aliases": [],
"description": "",
- "name": "pork broth",
- "plural_name": "pork broth"
+ "name": "bulion wieprzowy",
+ "plural_name": "buliony wieprzowe"
},
"beefy mushroom soup": {
"aliases": [],
"description": "",
- "name": "beefy mushroom soup",
- "plural_name": "beefy mushroom soups"
+ "name": "zupa wołowo-grzybowa",
+ "plural_name": "zupy wołowo-grzybowe"
},
"new england clam chowder": {
"aliases": [],
"description": "",
- "name": "new england clam chowder",
- "plural_name": "new england clam chowders"
+ "name": "zupa clam chowder z Nowej Anglii",
+ "plural_name": "zupy clam chowder z Nowej Anglii"
},
"bean soup mix": {
"aliases": [],
"description": "",
- "name": "bean soup mix",
- "plural_name": "bean soup mixes"
+ "name": "mieszanka do zupy fasolowej",
+ "plural_name": "mieszanki do zupy fasolowej"
},
"black bean soup": {
"aliases": [],
"description": "",
- "name": "black bean soup",
- "plural_name": "black bean soups"
+ "name": "zupa z czarnej fasoli",
+ "plural_name": "zupy z czarnej fasoli"
},
"ham stock": {
"aliases": [],
"description": "",
- "name": "ham stock",
- "plural_name": "ham stock"
+ "name": "wywar z szynki",
+ "plural_name": "wywary z szynki"
},
"lentil soup": {
"aliases": [],
"description": "",
- "name": "lentil soup",
- "plural_name": "lentil soups"
+ "name": "zupa z soczewicy",
+ "plural_name": "zupy z soczewicy"
},
"cream of shrimp soup": {
"aliases": [],
"description": "",
- "name": "cream of shrimp soup",
- "plural_name": "cream of shrimp soup"
+ "name": "zupa krem z krewetek",
+ "plural_name": "zupy krem z krewetek"
},
"veal broth": {
"aliases": [],
"description": "",
- "name": "veal broth",
- "plural_name": "veal broth"
+ "name": "bulion cielęcy",
+ "plural_name": "buliony cielęce"
},
"vegetable beef soup": {
"aliases": [],
"description": "",
- "name": "vegetable beef soup",
- "plural_name": "vegetable beef soups"
+ "name": "zupa wołowo-warzywna",
+ "plural_name": "zupy wołowo-warzywne"
},
"chicken soup mix": {
"aliases": [],
"description": "",
- "name": "chicken soup mix",
- "plural_name": "chicken soup mixes"
+ "name": "mieszanka do zupy drobiowej",
+ "plural_name": "mieszanki do zupy drobiowej"
},
"cream of bacon": {
"aliases": [],
"description": "",
- "name": "cream of bacon",
- "plural_name": "cream of bacon"
+ "name": "zupa krem z boczku",
+ "plural_name": "zupy krem z boczku"
},
"lobster bisque": {
"aliases": [],
"description": "",
- "name": "lobster bisque",
- "plural_name": "lobster bisques"
+ "name": "bisque z homara",
+ "plural_name": "bisque z homara"
},
"bean with bacon soup": {
"aliases": [],
"description": "",
- "name": "bean with bacon soup",
- "plural_name": "bean with bacon soup"
+ "name": "zupa fasolowa z boczkiem",
+ "plural_name": "zupy fasolowe z boczkiem"
},
"clam chowder": {
"aliases": [],
"description": "",
- "name": "clam chowder",
- "plural_name": "clam chowders"
+ "name": "zupa clam chowder",
+ "plural_name": "zupy clam chowder"
},
"condensed chicken gumbo soup": {
"aliases": [],
"description": "",
- "name": "condensed chicken gumbo soup",
- "plural_name": "condensed chicken gumbo soups"
+ "name": "zagęszczona zupa gumbo z kurczakiem",
+ "plural_name": "zagęszczone zupy gumbo z kurczakiem"
},
"tortilla soup base": {
"aliases": [],
"description": "",
- "name": "tortilla soup base",
- "plural_name": "tortilla soup bases"
+ "name": "baza do zupy tortilla",
+ "plural_name": "bazy do zupy tortilla"
},
"turkey bone broth": {
"aliases": [],
"description": "",
- "name": "turkey bone broth",
- "plural_name": "turkey bone broth"
+ "name": "bulion kostny z indyka",
+ "plural_name": "buliony kostne z indyka"
},
"anchovy stock": {
"aliases": [],
"description": "",
- "name": "anchovy stock",
- "plural_name": "anchovy stock"
+ "name": "wywar z anchois",
+ "plural_name": "wywary z anchois"
},
"cream of chicken soup mix:": {
"aliases": [],
"description": "",
- "name": "cream of chicken soup mix:",
- "plural_name": "cream of chicken soup mix:"
+ "name": "zupa krem z kurczaka w proszku",
+ "plural_name": "zupy krem z kurczaka w proszku"
},
"noodle soup mix": {
"aliases": [],
"description": "",
- "name": "noodle soup mix",
- "plural_name": "noodle soup mixes"
+ "name": "mieszanka do zupy makaronowej",
+ "plural_name": "mieszanki do zupy makaronowej"
},
"lamb broth": {
"aliases": [],
"description": "",
- "name": "lamb broth",
- "plural_name": "lamb broth"
+ "name": "bulion jagnięcy",
+ "plural_name": "buliony jagnięce"
},
"minestrone": {
"aliases": [],
"description": "",
"name": "minestrone",
- "plural_name": "minestrones"
+ "plural_name": "minestrone"
},
"thai chicken broth": {
"aliases": [],
"description": "",
- "name": "thai chicken broth",
- "plural_name": "thai chicken broth"
+ "name": "tajski bulion z kurczaka",
+ "plural_name": "tajskie buliony z kurczaka"
},
"tomato bisque": {
"aliases": [],
"description": "",
- "name": "tomato bisque",
- "plural_name": "tomato bisques"
+ "name": "bisque pomidorowe",
+ "plural_name": "bisque pomidorowe"
},
"venison stock": {
"aliases": [],
"description": "",
- "name": "venison stock",
- "plural_name": "venison stock"
+ "name": "wywar z dziczyzny",
+ "plural_name": "wywary z dziczyzny"
},
"beef stock paste": {
"aliases": [],
"description": "",
- "name": "beef stock paste",
- "plural_name": "beef stock paste"
+ "name": "pasta bulionowa wołowa",
+ "plural_name": "pasty bulionowe wołowe"
},
"bovril": {
"aliases": [],
"description": "",
"name": "bovril",
- "plural_name": "bovrils"
+ "plural_name": "bovril"
},
"chicken corn chowder": {
"aliases": [],
"description": "",
- "name": "chicken corn chowder",
- "plural_name": "chicken corn chowders"
+ "name": "zupa chowder z kurczakiem i kukurydzą",
+ "plural_name": "zupy chowder z kurczakiem i kukurydzą"
},
"pork & bean": {
"aliases": [],
"description": "",
- "name": "pork & bean",
- "plural_name": "pork & beans"
+ "name": "wieprzowina z fasolą",
+ "plural_name": "wieprzowina z fasolą"
},
"sun-dried tomato bisque mix": {
"aliases": [],
"description": "",
- "name": "sun-dried tomato bisque mix",
- "plural_name": "sun-dried tomato bisque mixes"
+ "name": "mieszanka do bisque z suszonych pomidorów",
+ "plural_name": "mieszanki do bisque z suszonych pomidorów"
},
"ham-flavored concentrate": {
"aliases": [],
"description": "",
- "name": "ham-flavored concentrate",
- "plural_name": "ham-flavored concentrate"
+ "name": "koncentrat o smaku szynki",
+ "plural_name": "koncentraty o smaku szynki"
},
"oxtail soup": {
"aliases": [],
"description": "",
- "name": "oxtail soup",
- "plural_name": "oxtail soups"
+ "name": "zupa z ogona wołowego",
+ "plural_name": "zupy z ogona wołowego"
},
"potato soup mix": {
"aliases": [],
"description": "",
- "name": "potato soup mix",
- "plural_name": "potato soup mixes"
+ "name": "mieszanka do zupy ziemniaczanej",
+ "plural_name": "mieszanki do zupy ziemniaczanej"
},
"callaloo": {
"aliases": [],
"description": "",
"name": "callaloo",
- "plural_name": "callaloos"
+ "plural_name": "callaloo"
},
"split pea soup": {
"aliases": [],
"description": "",
- "name": "split pea soup",
- "plural_name": "split pea soups"
+ "name": "zupa grochowa",
+ "plural_name": "zupy grochowe"
},
"chicken and mushroom soup": {
"aliases": [],
"description": "",
- "name": "chicken and mushroom soup",
- "plural_name": "chicken and mushroom soups"
+ "name": "zupa z kurczakiem i grzybami",
+ "plural_name": "zupy z kurczakiem i grzybami"
},
"chili beef soup": {
"aliases": [],
"description": "",
- "name": "chili beef soup",
- "plural_name": "chili beef soups"
+ "name": "pikantna zupa wołowa",
+ "plural_name": "pikantne zupy wołowe"
},
"corn chowder": {
"aliases": [],
"description": "",
- "name": "corn chowder",
- "plural_name": "corn chowders"
+ "name": "zupa chowder kukurydziana",
+ "plural_name": "zupy chowder kukurydziane"
},
"cream of cauliflower": {
"aliases": [],
"description": "",
- "name": "cream of cauliflower",
- "plural_name": "cream of cauliflower"
+ "name": "zupa krem z kalafiora",
+ "plural_name": "zupy krem z kalafiora"
},
"dashida": {
"aliases": [],
"description": "",
"name": "dashida",
- "plural_name": "dashidas"
+ "plural_name": "dashida"
},
"green pea soup": {
"aliases": [],
"description": "",
- "name": "green pea soup",
- "plural_name": "green pea soups"
+ "name": "zupa z zielonego groszku",
+ "plural_name": "zupy z zielonego groszku"
},
"pho broth": {
"aliases": [],
"description": "",
- "name": "pho broth",
- "plural_name": "pho broth"
+ "name": "bulion pho",
+ "plural_name": "buliony pho"
}
}
},
@@ -13876,158 +13876,158 @@
"cocoa": {
"aliases": [],
"description": "",
- "name": "cocoa",
- "plural_name": "cocoa"
+ "name": "kakao",
+ "plural_name": "kakao"
},
"dark chocolate": {
"aliases": [],
"description": "",
- "name": "dark chocolate",
- "plural_name": "dark chocolate"
+ "name": "gorzka czekolada",
+ "plural_name": "gorzkie czekolady"
},
"dark cocoa": {
"aliases": [],
"description": "",
- "name": "dark cocoa",
- "plural_name": "dark cocoa"
+ "name": "ciemne kakao",
+ "plural_name": "ciemne kakao"
},
"chocolate": {
"aliases": [],
"description": "",
- "name": "chocolate",
- "plural_name": "chocolate"
+ "name": "czekolada",
+ "plural_name": "czekolady"
},
"graham cracker": {
"aliases": [],
"description": "",
- "name": "graham cracker",
- "plural_name": "graham crackers"
+ "name": "herbatnik graham",
+ "plural_name": "herbatniki graham"
},
"baking chocolate": {
"aliases": [],
"description": "",
- "name": "baking chocolate",
- "plural_name": "baking chocolate"
+ "name": "czekolada do pieczenia",
+ "plural_name": "czekolady do pieczenia"
},
"marshmallow": {
"aliases": [],
"description": "",
- "name": "marshmallow",
- "plural_name": "marshmallows"
+ "name": "pianka marshmallow",
+ "plural_name": "pianki marshmallow"
},
"mini arshmallow": {
"aliases": [],
"description": "",
- "name": "mini arshmallow",
- "plural_name": "mini marshmallows"
+ "name": "mini marshmallow",
+ "plural_name": "mini marshmallow"
},
"applesauce": {
"aliases": [],
"description": "",
"name": "mus jabłkowy",
- "plural_name": "applesauce"
+ "plural_name": "musy jabłkowe"
},
"white chocolate": {
"aliases": [],
"description": "",
- "name": "white chocolate",
- "plural_name": "white chocolate"
+ "name": "biała czekolada",
+ "plural_name": "białe czekolady"
},
"oreo": {
"aliases": [],
"description": "",
- "name": "oreo",
- "plural_name": "oreos"
+ "name": "ciastko oreo",
+ "plural_name": "ciastka oreo"
},
"chocolate hazelnut spread": {
"aliases": [],
"description": "",
- "name": "chocolate hazelnut spread",
- "plural_name": "chocolate hazelnut spreads"
+ "name": "krem czekoladowo-orzechowy",
+ "plural_name": "krem czekoladowo-orzechowy"
},
"instant pudding": {
"aliases": [],
"description": "",
- "name": "instant pudding",
- "plural_name": "instant pudding"
+ "name": "budyń instant",
+ "plural_name": "budynie instant"
},
"chocolate candy": {
"aliases": [],
"description": "",
- "name": "chocolate candy",
- "plural_name": "chocolate candies"
+ "name": "czekoladowy cukierek",
+ "plural_name": "czekoladowe cukierki"
},
"chocolate cream-filled chocolate sandwich cookie": {
"aliases": [],
"description": "",
- "name": "chocolate cream-filled chocolate sandwich cookie",
- "plural_name": "chocolate cream-filled chocolate sandwich cookies"
+ "name": "kakaowe ciastko z kremem czekoladowym",
+ "plural_name": "kakaowe ciastka z kremem czekoladowym"
},
"dutch-process cocoa": {
"aliases": [],
"description": "",
- "name": "dutch-process cocoa",
- "plural_name": "dutch-process cocoa"
+ "name": "kakao holenderskie",
+ "plural_name": "kakao holenderskie"
},
"raspberry jam": {
"aliases": [],
"description": "",
- "name": "raspberry jam",
- "plural_name": "raspberry jam"
+ "name": "dżem malinowy",
+ "plural_name": "dżemy malinowe"
},
"apricot jam": {
"aliases": [],
"description": "",
- "name": "apricot jam",
- "plural_name": "apricot jam"
+ "name": "dżem morelowy",
+ "plural_name": "dżemy morelowe"
},
"caramel sauce": {
"aliases": [],
"description": "",
- "name": "caramel sauce",
- "plural_name": "caramel sauce"
+ "name": "sos karmelowy",
+ "plural_name": "sosy karmelowe"
},
"candy coating": {
"aliases": [],
"description": "",
- "name": "candy coating",
- "plural_name": "candy coatings"
+ "name": "polewa cukrowa",
+ "plural_name": "polewa cukrowa"
},
"raw cacao powder": {
"aliases": [],
"description": "",
- "name": "raw cacao powder",
- "plural_name": "raw cacao powder"
+ "name": "surowe kakao w proszku",
+ "plural_name": "surowe kakao w proszku"
},
"strawberry jam": {
"aliases": [],
"description": "",
- "name": "strawberry jam",
- "plural_name": "strawberry jam"
+ "name": "dżem truskawkowy",
+ "plural_name": "dżemy truskawkowe"
},
"biscuit": {
"aliases": [],
"description": "",
- "name": "biscuit",
- "plural_name": "biscuits"
+ "name": "herbatnik",
+ "plural_name": "herbatniki"
},
"marshmallow creme": {
"aliases": [],
"description": "",
- "name": "marshmallow creme",
- "plural_name": "marshmallow cremes"
+ "name": "krem z pianek marshmallow",
+ "plural_name": "krem z pianek marshmallow"
},
"candy": {
"aliases": [],
"description": "",
- "name": "candy",
- "plural_name": "candies"
+ "name": "cukierek",
+ "plural_name": "cukierki"
},
"jam": {
"aliases": [],
"description": "",
- "name": "jam",
- "plural_name": "jam"
+ "name": "dżem",
+ "plural_name": "dżemy"
},
"orange marmalade": {
"aliases": [],
@@ -14038,77 +14038,77 @@
"wafer": {
"aliases": [],
"description": "",
- "name": "wafer",
- "plural_name": "wafers"
+ "name": "wafel",
+ "plural_name": "wafle"
},
"cookie": {
"aliases": [],
"description": "",
- "name": "cookie",
- "plural_name": "cookies"
+ "name": "ciastko",
+ "plural_name": "ciastka"
},
"peanut butter cup": {
"aliases": [
- "Reeses PB cup",
- "Reeses Peanut Buttercup"
+ "Reese's PB cup",
+ "Reese's Peanut Butter Cup"
],
"description": "",
- "name": "peanut butter cup",
- "plural_name": "peanut butter cups"
+ "name": "czekoladka z masłem orzechowym",
+ "plural_name": "czekoladki z masłem orzechowym"
},
"chocolate pudding": {
"aliases": [],
"description": "",
- "name": "chocolate pudding",
- "plural_name": "chocolate pudding"
+ "name": "budyń czekoladowy",
+ "plural_name": "budynie czekoladowe"
},
"candy cane": {
"aliases": [],
"description": "",
- "name": "candy cane",
- "plural_name": "candy canes"
+ "name": "cukrowa laska miętowa",
+ "plural_name": "cukrowe laski miętowe"
},
"ginger snap": {
"aliases": [],
"description": "",
- "name": "ginger snap",
- "plural_name": "ginger snaps"
+ "name": "imbirowe ciasteczko",
+ "plural_name": "imbirowe ciasteczka"
},
"cacao nib": {
"aliases": [],
"description": "",
- "name": "cacao nib",
- "plural_name": "cacao nibs"
+ "name": "ziarno kakaowe",
+ "plural_name": "ziarna kakaowe"
},
"lady finger": {
"aliases": [],
"description": "",
- "name": "lady finger",
- "plural_name": "lady fingers"
+ "name": "biszkopt",
+ "plural_name": "biszkopty"
},
"chocolate chip cookie": {
"aliases": [],
"description": "",
- "name": "chocolate chip cookie",
- "plural_name": "chocolate chip cookies"
+ "name": "ciastko z kawałkami czekolady",
+ "plural_name": "ciastka z kawałkami czekolady"
},
"fudge sauce": {
"aliases": [],
"description": "",
- "name": "fudge sauce",
- "plural_name": "fudge sauce"
+ "name": "sos czekoladowy fudge",
+ "plural_name": "sosy czekoladowe fudge"
},
"chocolate cookie": {
"aliases": [],
"description": "",
- "name": "chocolate cookie",
- "plural_name": "chocolate cookies"
+ "name": "czekoladowe ciastko",
+ "plural_name": "czekoladowe ciastka"
},
"digestive biscuit": {
"aliases": [],
"description": "",
- "name": "digestive biscuit",
- "plural_name": "digestive biscuits"
+ "name": "herbatnik digestive",
+ "plural_name": "herbatniki digestive"
},
"apple butter": {
"aliases": [],
@@ -14125,50 +14125,50 @@
"cinnamon roll": {
"aliases": [],
"description": "",
- "name": "cinnamon roll",
- "plural_name": "cinnamon rolls"
+ "name": "bułka cynamonowa",
+ "plural_name": "bułki cynamonowe"
},
"butter cookie": {
"aliases": [],
"description": "",
- "name": "butter cookie",
- "plural_name": "butter cookies"
+ "name": "maślane ciasteczko",
+ "plural_name": "maślane ciasteczka"
},
"candied cherry": {
"aliases": [],
"description": "",
- "name": "candied cherry",
- "plural_name": "candied cherries"
+ "name": "kandyzowana wiśnia",
+ "plural_name": "kandyzowane wiśnie"
},
"caramel candy": {
"aliases": [],
"description": "",
- "name": "caramel candy",
- "plural_name": "caramel candies"
+ "name": "karmelek",
+ "plural_name": "karmelki"
},
"vanilla pudding": {
"aliases": [],
"description": "",
- "name": "vanilla pudding",
- "plural_name": "vanilla pudding"
+ "name": "budyń waniliowy",
+ "plural_name": "budynie waniliowe"
},
"currant jelly": {
"aliases": [],
"description": "",
- "name": "currant jelly",
- "plural_name": "currant jellies"
+ "name": "galaretka porzeczkowa",
+ "plural_name": "galaretki porzeczkowe"
},
"candied ginger": {
"aliases": [],
"description": "",
- "name": "candied ginger",
- "plural_name": "candied gingers"
+ "name": "kandyzowany imbir",
+ "plural_name": "kandyzowany imbir"
},
"angel food cake": {
"aliases": [],
"description": "",
- "name": "angel food cake",
- "plural_name": "angel food cakes"
+ "name": "biszkopt anielski",
+ "plural_name": "biszkopty anielskie"
},
"peach preserve": {
"aliases": [],
@@ -14179,38 +14179,38 @@
"chocolate wafer": {
"aliases": [],
"description": "",
- "name": "chocolate wafer",
- "plural_name": "chocolate wafers"
+ "name": "czekoladowy wafel",
+ "plural_name": "czekoladowe wafle"
},
"candied peel": {
"aliases": [],
"description": "",
- "name": "candied peel",
- "plural_name": "candied peels"
+ "name": "kandyzowana skórka",
+ "plural_name": "kandyzowane skórki"
},
"nutella": {
"aliases": [],
"description": "",
"name": "nutella",
- "plural_name": "nutellas"
+ "plural_name": "nutella"
},
"cherry jam": {
"aliases": [],
"description": "",
- "name": "cherry jam",
- "plural_name": "cherry jam"
+ "name": "dżem wiśniowy",
+ "plural_name": "dżemy wiśniowe"
},
"dark couverture chocolate": {
"aliases": [],
"description": "",
- "name": "dark couverture chocolate",
- "plural_name": "dark couverture chocolate"
+ "name": "ciemna czekolada kuwertura",
+ "plural_name": "ciemne czekolady kuwertura"
},
"couverture chocolate": {
"aliases": [],
"description": "",
- "name": "couverture chocolate",
- "plural_name": "couverture chocolate"
+ "name": "czekolada kuwertura",
+ "plural_name": "czekolady kuwertura"
},
"grape jelly": {
"aliases": [],
@@ -14221,56 +14221,56 @@
"waffle": {
"aliases": [],
"description": "",
- "name": "waffle",
- "plural_name": "waffles"
+ "name": "gofr",
+ "plural_name": "gofry"
},
"tartlet shell": {
"aliases": [],
"description": "",
- "name": "tartlet shell",
- "plural_name": "tartlet shells"
+ "name": "spód do tartaletki",
+ "plural_name": "spody do tartaletek"
},
"cookie butter": {
"aliases": [],
"description": "",
- "name": "cookie butter",
- "plural_name": "cookie butter"
+ "name": "krem z ciasteczek",
+ "plural_name": "kremy z ciasteczek"
},
"fig jam": {
"aliases": [],
"description": "",
- "name": "fig jam",
- "plural_name": "fig jam"
+ "name": "dżem figowy",
+ "plural_name": "dżemy figowe"
},
"butterscotch": {
"aliases": [],
"description": "",
- "name": "butterscotch",
- "plural_name": "butterscotches"
+ "name": "karmel maślany",
+ "plural_name": "karmel maślany"
},
"blueberry jam": {
"aliases": [],
"description": "",
- "name": "blueberry jam",
- "plural_name": "blueberry jam"
+ "name": "dżem borówkowy",
+ "plural_name": "dżemy borówkowe"
},
"candied fruit": {
"aliases": [],
"description": "",
- "name": "candied fruit",
- "plural_name": "candied fruits"
+ "name": "owoce kandyzowane",
+ "plural_name": "owoce kandyzowane"
},
"almond cookie": {
"aliases": [],
"description": "",
- "name": "almond cookie",
- "plural_name": "almond cookies"
+ "name": "migdałowe ciasteczko",
+ "plural_name": "migdałowe ciasteczka"
},
"gummy": {
"aliases": [],
"description": "",
- "name": "gummy",
- "plural_name": "gummies"
+ "name": "żelka",
+ "plural_name": "żelki"
},
"apple jelly": {
"aliases": [],
@@ -14281,116 +14281,116 @@
"blackberry preserve": {
"aliases": [],
"description": "",
- "name": "blackberry preserve",
- "plural_name": "blackberry preserves"
+ "name": "konfitura z jeżyn",
+ "plural_name": "konfitury z jeżyn"
},
"candy corn": {
"aliases": [],
"description": "",
- "name": "candy corn",
- "plural_name": "candy corns"
+ "name": "cukierek kukurydziany",
+ "plural_name": "cukierki kukurydziane"
},
"ice-cream cone": {
"aliases": [],
"description": "",
- "name": "ice-cream cone",
- "plural_name": "ice-cream cones"
+ "name": "rożek do lodów",
+ "plural_name": "rożki do lodów"
},
"sugar cookie": {
"aliases": [],
"description": "",
- "name": "sugar cookie",
- "plural_name": "sugar cookies"
+ "name": "cukrowe ciasteczko",
+ "plural_name": "cukrowe ciasteczka"
},
"marmalade": {
"aliases": [],
"description": "",
- "name": "marmalade",
- "plural_name": "marmalades"
+ "name": "marmolada",
+ "plural_name": "marmolady"
},
"egg candy": {
"aliases": [],
"description": "",
- "name": "egg candy",
- "plural_name": "egg candies"
+ "name": "cukierek jajeczny",
+ "plural_name": "cukierki jajeczne"
},
"strawberry purée": {
"aliases": [],
"description": "",
- "name": "strawberry purée",
- "plural_name": "strawberry purée"
+ "name": "puree truskawkowe",
+ "plural_name": "puree truskawkowe"
},
"chocolate powder": {
"aliases": [],
"description": "",
- "name": "chocolate powder",
- "plural_name": "chocolate powder"
+ "name": "proszek czekoladowy",
+ "plural_name": "proszki czekoladowe"
},
"sponge cake": {
"aliases": [],
"description": "",
- "name": "sponge cake",
- "plural_name": "sponge cakes"
+ "name": "biszkopt",
+ "plural_name": "biszkopty"
},
"chocolate-covered espresso bean": {
"aliases": [],
"description": "",
- "name": "chocolate-covered espresso bean",
- "plural_name": "chocolate-covered espresso beans"
+ "name": "ziarno kawy w czekoladzie",
+ "plural_name": "ziarna kawy w czekoladzie"
},
"pineapple jam": {
"aliases": [],
"description": "",
"name": "dżem ananasowy",
- "plural_name": "pineapple jam"
+ "plural_name": "dżemy ananasowe"
},
"licorice": {
"aliases": [],
"description": "",
- "name": "licorice",
- "plural_name": "licorices"
+ "name": "lukrecja",
+ "plural_name": "lukrecja"
},
"plum jam": {
"aliases": [],
"description": "",
- "name": "plum jam",
- "plural_name": "plum jam"
+ "name": "dżem śliwkowy",
+ "plural_name": "dżemy śliwkowe"
},
"mexican chocolate": {
"aliases": [],
"description": "",
- "name": "mexican chocolate",
- "plural_name": "mexican chocolate"
+ "name": "meksykańska czekolada",
+ "plural_name": "meksykańskie czekolady"
},
"banana pudding": {
"aliases": [],
"description": "",
"name": "pudding bananowy",
- "plural_name": "banana pudding"
+ "plural_name": "budynie bananowe"
},
"white couverture": {
"aliases": [],
"description": "",
- "name": "white couverture",
- "plural_name": "white couvertures"
+ "name": "biała czekolada kuwertura",
+ "plural_name": "biała czekolada kuwertura"
},
"sorbet": {
"aliases": [],
"description": "",
"name": "sorbet",
- "plural_name": "sorbets"
+ "plural_name": "sorbety"
},
"chocolate peanut butter": {
"aliases": [],
"description": "",
- "name": "chocolate peanut butter",
- "plural_name": "chocolate peanut butter"
+ "name": "masło orzechowe z czekoladą",
+ "plural_name": "masło orzechowe z czekoladą"
},
"cinnamon candy": {
"aliases": [],
"description": "",
- "name": "cinnamon candy",
- "plural_name": "cinnamon candies"
+ "name": "cukierek cynamonowy",
+ "plural_name": "cukierki cynamonowe"
},
"pumpkin butter": {
"aliases": [],
@@ -14401,50 +14401,50 @@
"guava paste": {
"aliases": [],
"description": "",
- "name": "guava paste",
- "plural_name": "guava paste"
+ "name": "pasta z guawy",
+ "plural_name": "pasty z guawy"
},
"fudge": {
"aliases": [],
"description": "",
"name": "fudge",
- "plural_name": "fudges"
+ "plural_name": "fudge"
},
"strawberry sauce": {
"aliases": [],
"description": "",
- "name": "strawberry sauce",
- "plural_name": "strawberry sauce"
+ "name": "sos truskawkowy",
+ "plural_name": "sosy truskawkowe"
},
"butterscotch pudding mix": {
"aliases": [],
"description": "",
- "name": "butterscotch pudding mix",
- "plural_name": "butterscotch pudding mixes"
+ "name": "mieszanka do budyniu karmelowego",
+ "plural_name": "mieszanki do budyniu karmelowego"
},
"chocolate spread": {
"aliases": [],
"description": "",
- "name": "chocolate spread",
- "plural_name": "chocolate spreads"
+ "name": "krem czekoladowy",
+ "plural_name": "krem czekoladowy"
},
"doughnut": {
"aliases": [],
"description": "",
- "name": "doughnut",
- "plural_name": "doughnuts"
+ "name": "pączek",
+ "plural_name": "pączki"
},
"biscotti": {
"aliases": [],
"description": "",
"name": "biscotti",
- "plural_name": "biscottis"
+ "plural_name": "biscotti"
},
"cheesecake instant pudding": {
"aliases": [],
"description": "",
- "name": "cheesecake instant pudding",
- "plural_name": "cheesecake instant pudding"
+ "name": "budyń instant o smaku sernika",
+ "plural_name": "budynie instant o smaku sernika"
},
"peppermint patty": {
"aliases": [],
@@ -14455,44 +14455,44 @@
"pistachio pudding": {
"aliases": [],
"description": "",
- "name": "pistachio pudding",
- "plural_name": "pistachio pudding"
+ "name": "budyń pistacjowy",
+ "plural_name": "budynie pistacjowe"
},
"chocolate fudge": {
"aliases": [],
"description": "",
- "name": "chocolate fudge",
- "plural_name": "chocolate fudges"
+ "name": "czekoladowe fudge",
+ "plural_name": "czekoladowe fudge"
},
"raspberry sauce": {
"aliases": [],
"description": "",
- "name": "raspberry sauce",
- "plural_name": "raspberry sauce"
+ "name": "sos malinowy",
+ "plural_name": "sosy malinowe"
},
"raspberry sorbet": {
"aliases": [],
"description": "",
- "name": "raspberry sorbet",
- "plural_name": "raspberry sorbets"
+ "name": "sorbet malinowy",
+ "plural_name": "sorbety malinowe"
},
"candied pineapple": {
"aliases": [],
"description": "",
- "name": "kandydowany ananasowy",
- "plural_name": "kandydowany ananasowy"
+ "name": "kandyzowany ananas",
+ "plural_name": "kandyzowane ananasy"
},
"hershey kiss": {
"aliases": [],
"description": "",
- "name": "hershey kiss",
- "plural_name": "hershey kisses"
+ "name": "czekoladka hershey's kiss",
+ "plural_name": "czekoladki hershey's kiss"
},
"pistachio instant pudding": {
"aliases": [],
"description": "",
- "name": "pistachio instant pudding",
- "plural_name": "pistachio instant pudding"
+ "name": "budyń instant pistacjowy",
+ "plural_name": "budynie instant pistacjowe"
}
}
},
@@ -14501,38 +14501,38 @@
"white wine": {
"aliases": [],
"description": "",
- "name": "white wine",
- "plural_name": "white wines"
+ "name": "białe wino",
+ "plural_name": "białe wina"
},
"red wine": {
"aliases": [],
"description": "",
- "name": "red wine",
- "plural_name": "red wines"
+ "name": "czerwone wino",
+ "plural_name": "czerwone wina"
},
"whisky": {
"aliases": [],
"description": "",
"name": "whisky",
- "plural_name": "whiskies"
+ "plural_name": "whisky"
},
"rum": {
"aliases": [],
"description": "",
"name": "rum",
- "plural_name": "rums"
+ "plural_name": "rumy"
},
"vodka": {
"aliases": [],
"description": "",
- "name": "vodka",
- "plural_name": "vodkas"
+ "name": "wódka",
+ "plural_name": "wódki"
},
"beer": {
"aliases": [],
"description": "",
- "name": "beer",
- "plural_name": "beers"
+ "name": "piwo",
+ "plural_name": "piwa"
},
"orange liqueur": {
"aliases": [],
@@ -14543,62 +14543,62 @@
"cider": {
"aliases": [],
"description": "",
- "name": "cider",
- "plural_name": "ciders"
+ "name": "cydr",
+ "plural_name": "cydry"
},
"tequila": {
"aliases": [],
"description": "",
"name": "tequila",
- "plural_name": "tequilas"
+ "plural_name": "tequila"
},
"sherry": {
"aliases": [],
"description": "",
"name": "sherry",
- "plural_name": "sherries"
+ "plural_name": "sherry"
},
"gin": {
"aliases": [],
"description": "",
"name": "gin",
- "plural_name": "gins"
+ "plural_name": "giny"
},
"brandy": {
"aliases": [],
"description": "",
"name": "brandy",
- "plural_name": "brandies"
+ "plural_name": "brandy"
},
"bitter": {
"aliases": [],
"description": "",
"name": "bitter",
- "plural_name": "bitters"
+ "plural_name": "bitter"
},
"mirin": {
"aliases": [],
"description": "",
"name": "mirin",
- "plural_name": "mirins"
+ "plural_name": "mirin"
},
"white rum": {
"aliases": [],
"description": "",
- "name": "white rum",
- "plural_name": "white rums"
+ "name": "biały rum",
+ "plural_name": "białe rumy"
},
"coffee liqueur": {
"aliases": [],
"description": "",
- "name": "coffee liqueur",
- "plural_name": "coffee liqueurs"
+ "name": "likier kawowy",
+ "plural_name": "likiery kawowe"
},
"champagne": {
"aliases": [],
"description": "",
- "name": "champagne",
- "plural_name": "champagnes"
+ "name": "szampan",
+ "plural_name": "szampany"
},
"irish cream": {
"aliases": [],
@@ -14609,62 +14609,62 @@
"vermouth": {
"aliases": [],
"description": "",
- "name": "vermouth",
- "plural_name": "vermouths"
+ "name": "wermut",
+ "plural_name": "wermuty"
},
"amaretto": {
"aliases": [],
"description": "",
"name": "amaretto",
- "plural_name": "amarettoes"
+ "plural_name": "amaretto"
},
"marsala wine": {
"aliases": [],
"description": "",
- "name": "marsala wine",
- "plural_name": "marsala wines"
+ "name": "wino marsala",
+ "plural_name": "wina marsala"
},
"cognac": {
"aliases": [],
"description": "",
- "name": "cognac",
- "plural_name": "cognacs"
+ "name": "koniak",
+ "plural_name": "koniaki"
},
"sparkling wine": {
"aliases": [],
"description": "",
- "name": "sparkling wine",
- "plural_name": "sparkling wines"
+ "name": "wino musujące",
+ "plural_name": "wina musujące"
},
"sake": {
"aliases": [],
"description": "",
"name": "sake",
- "plural_name": "sakes"
+ "plural_name": "sake"
},
"rice wine": {
"aliases": [],
"description": "",
- "name": "rice wine",
- "plural_name": "rice wines"
+ "name": "wino ryżowe",
+ "plural_name": "wina ryżowe"
},
"shaoxing wine": {
"aliases": [],
"description": "",
- "name": "shaoxing wine",
- "plural_name": "shaoxing wines"
+ "name": "wino shaoxing",
+ "plural_name": "wina shaoxing"
},
"dry vermouth": {
"aliases": [],
"description": "",
- "name": "dry vermouth",
- "plural_name": "dry vermouths"
+ "name": "suchy wermut",
+ "plural_name": "suche wermuty"
},
"liqueur": {
"aliases": [],
"description": "",
- "name": "liqueur",
- "plural_name": "liqueurs"
+ "name": "likier",
+ "plural_name": "likiery"
},
"coconut rum": {
"aliases": [],
@@ -14675,26 +14675,26 @@
"dessert wine": {
"aliases": [],
"description": "",
- "name": "dessert wine",
- "plural_name": "dessert wines"
+ "name": "wino deserowe",
+ "plural_name": "wina deserowe"
},
"curacao": {
"aliases": [],
"description": "",
- "name": "curacao",
- "plural_name": "curacaos"
+ "name": "curaçao",
+ "plural_name": "curaçao"
},
"port wine": {
"aliases": [],
"description": "",
- "name": "port wine",
- "plural_name": "port wines"
+ "name": "wino porto",
+ "plural_name": "wina porto"
},
"kirsch": {
"aliases": [],
"description": "",
"name": "kirsch",
- "plural_name": "kirsches"
+ "plural_name": "kirsch"
},
"peach schnapp": {
"aliases": [],
@@ -14711,44 +14711,44 @@
"rosé wine": {
"aliases": [],
"description": "",
- "name": "rosé wine",
- "plural_name": "rosé wines"
+ "name": "wino różowe",
+ "plural_name": "wina różowe"
},
"anise liqueur": {
"aliases": [],
"description": "",
- "name": "anise liqueur",
- "plural_name": "anise liqueurs"
+ "name": "likier anyżowy",
+ "plural_name": "likiery anyżowe"
},
"herbal liqueur": {
"aliases": [],
"description": "",
- "name": "herbal liqueur",
- "plural_name": "herbal liqueurs"
+ "name": "likier ziołowy",
+ "plural_name": "likiery ziołowe"
},
"limoncello": {
"aliases": [],
"description": "",
"name": "limoncello",
- "plural_name": "limoncellos"
+ "plural_name": "limoncello"
},
"elderflower liqueur": {
"aliases": [],
"description": "",
- "name": "elderflower liqueur",
- "plural_name": "elderflower liqueurs"
+ "name": "likier z kwiatów bzu",
+ "plural_name": "likiery z kwiatów bzu"
},
"cooking wine": {
"aliases": [],
"description": "",
- "name": "cooking wine",
- "plural_name": "cooking wines"
+ "name": "wino do gotowania",
+ "plural_name": "wina do gotowania"
},
"hazelnut liqueur": {
"aliases": [],
"description": "",
- "name": "hazelnut liqueur",
- "plural_name": "hazelnut liqueurs"
+ "name": "likier z orzechów laskowych",
+ "plural_name": "likiery z orzechów laskowych"
},
"peach liqueur": {
"aliases": [],
@@ -14759,25 +14759,25 @@
"melon liqueur": {
"aliases": [],
"description": "",
- "name": "melon liqueur",
- "plural_name": "melon liqueurs"
+ "name": "likier melonowy",
+ "plural_name": "likiery melonowe"
},
"raspberry liqueur": {
"aliases": [],
"description": "",
- "name": "raspberry liqueur",
- "plural_name": "raspberry liqueurs"
+ "name": "likier malinowy",
+ "plural_name": "likiery malinowe"
},
"creme de cacao": {
"aliases": [],
"description": "",
- "name": "creme de cacao",
- "plural_name": "creme de cacao"
+ "name": "crème de cacao",
+ "plural_name": "crème de cacao"
},
"schnapp": {
"aliases": [],
"description": "",
- "name": "schnapp",
+ "name": "schnapps",
"plural_name": "schnapps"
},
"banana liqueur": {
@@ -14789,128 +14789,128 @@
"madeira wine": {
"aliases": [],
"description": "",
- "name": "madeira wine",
- "plural_name": "madeira wines"
+ "name": "wino madera",
+ "plural_name": "wina madera"
},
"absinthe": {
"aliases": [],
"description": "",
- "name": "absinthe",
- "plural_name": "absinthes"
+ "name": "absynt",
+ "plural_name": "absynty"
},
"white cooking wine": {
"aliases": [],
"description": "",
- "name": "white cooking wine",
- "plural_name": "white cooking wines"
+ "name": "białe wino do gotowania",
+ "plural_name": "białe wina do gotowania"
},
"aperol": {
"aliases": [],
"description": "",
"name": "aperol",
- "plural_name": "aperols"
+ "plural_name": "aperol"
},
"vanilla vodka": {
"aliases": [],
"description": "",
- "name": "vanilla vodka",
- "plural_name": "vanilla vodkas"
+ "name": "wódka waniliowa",
+ "plural_name": "wódki waniliowe"
},
"cinnamon alcohol": {
"aliases": [],
"description": "",
- "name": "cinnamon alcohol",
- "plural_name": "cinnamon alcohols"
+ "name": "alkohol cynamonowy",
+ "plural_name": "alkohole cynamonowe"
},
"creme de menthe": {
"aliases": [],
"description": "",
- "name": "creme de menthe",
- "plural_name": "creme de menthe"
+ "name": "crème de menthe",
+ "plural_name": "crème de menthe"
},
"apricot brandy": {
"aliases": [],
"description": "",
- "name": "apricot brandy",
- "plural_name": "apricot brandies"
+ "name": "brandy morelowe",
+ "plural_name": "brandy morelowe"
},
"cachaça": {
"aliases": [],
"description": "",
"name": "cachaça",
- "plural_name": "cachaças"
+ "plural_name": "cachaça"
},
"elderflower cordial": {
"aliases": [],
"description": "",
- "name": "elderflower cordial",
- "plural_name": "elderflower cordials"
+ "name": "syrop z kwiatów bzu",
+ "plural_name": "syropy z kwiatów bzu"
},
"chocolate liqueur": {
"aliases": [],
"description": "",
- "name": "chocolate liqueur",
- "plural_name": "chocolate liqueurs"
+ "name": "likier czekoladowy",
+ "plural_name": "likiery czekoladowe"
},
"ginger liqueur": {
"aliases": [],
"description": "",
- "name": "ginger liqueur",
- "plural_name": "ginger liqueurs"
+ "name": "likier imbirowy",
+ "plural_name": "likiery imbirowe"
},
"sloe gin": {
"aliases": [],
"description": "",
"name": "sloe gin",
- "plural_name": "sloe gins"
+ "plural_name": "sloe gin"
},
"maraschino": {
"aliases": [],
"description": "",
"name": "maraschino",
- "plural_name": "maraschinoes"
+ "plural_name": "maraschino"
},
"creme de cassis": {
"aliases": [],
"description": "",
- "name": "creme de cassis",
- "plural_name": "creme de cassis"
+ "name": "crème de cassis",
+ "plural_name": "crème de cassis"
},
"bloody mary mix": {
"aliases": [],
"description": "",
- "name": "bloody mary mix",
- "plural_name": "bloody mary mixes"
+ "name": "mieszanka do bloody mary",
+ "plural_name": "mieszanki do bloody mary"
},
"cream sherry": {
"aliases": [],
"description": "",
"name": "cream sherry",
- "plural_name": "cream sherries"
+ "plural_name": "cream sherry"
},
"gold rum": {
"aliases": [],
"description": "",
- "name": "gold rum",
- "plural_name": "gold rums"
+ "name": "złoty rum",
+ "plural_name": "złote rumy"
},
"red cooking wine": {
"aliases": [],
"description": "",
- "name": "red cooking wine",
- "plural_name": "red cooking wines"
+ "name": "czerwone wino do gotowania",
+ "plural_name": "czerwone wina do gotowania"
},
"sparkling rosé": {
"aliases": [],
"description": "",
- "name": "sparkling rosé",
- "plural_name": "sparkling rosés"
+ "name": "musujące wino różowe",
+ "plural_name": "musujące wina różowe"
},
"grappa": {
"aliases": [],
"description": "",
"name": "grappa",
- "plural_name": "grappas"
+ "plural_name": "grappa"
},
"lime cordial": {
"aliases": [],
@@ -14922,25 +14922,25 @@
"aliases": [],
"description": "",
"name": "mezcal",
- "plural_name": "mezcals"
+ "plural_name": "mezcal"
},
"strawberry liqueur": {
"aliases": [],
"description": "",
- "name": "strawberry liqueur",
- "plural_name": "strawberry liqueurs"
+ "name": "likier truskawkowy",
+ "plural_name": "likiery truskawkowe"
},
"drambuie": {
"aliases": [],
"description": "",
"name": "drambuie",
- "plural_name": "drambuies"
+ "plural_name": "drambuie"
},
"ginger wine": {
"aliases": [],
"description": "",
- "name": "ginger wine",
- "plural_name": "ginger wines"
+ "name": "wino imbirowe",
+ "plural_name": "wina imbirowe"
},
"pumpkin ale": {
"aliases": [],
@@ -14951,8 +14951,8 @@
"white port": {
"aliases": [],
"description": "",
- "name": "white port",
- "plural_name": "white ports"
+ "name": "białe porto",
+ "plural_name": "białe porto"
},
"peppermint liqueur": {
"aliases": [],
@@ -14964,25 +14964,25 @@
"aliases": [],
"description": "",
"name": "advocaat",
- "plural_name": "advocaats"
+ "plural_name": "advocaat"
},
"piña colada mix": {
"aliases": [],
"description": "",
- "name": "piña colada mix",
- "plural_name": "piña colada mixes"
+ "name": "mieszanka do piña colady",
+ "plural_name": "mieszanki do piña colady"
},
"bénédictine": {
"aliases": [],
"description": "",
"name": "bénédictine",
- "plural_name": "bénédictines"
+ "plural_name": "bénédictine"
},
"rumchata liqueur": {
"aliases": [],
"description": "",
- "name": "rumchata liqueur",
- "plural_name": "rumchata liqueurs"
+ "name": "rumchata",
+ "plural_name": "rumchata"
},
"coconut liqueur": {
"aliases": [],
@@ -14993,56 +14993,56 @@
"daiquiri mix": {
"aliases": [],
"description": "",
- "name": "daiquiri mix",
- "plural_name": "daiquiri mixes"
+ "name": "mieszanka do daiquiri",
+ "plural_name": "mieszanki do daiquiri"
},
"galliano": {
"aliases": [],
"description": "",
"name": "galliano",
- "plural_name": "gallianoes"
+ "plural_name": "galliano"
},
"blackberry brandy": {
"aliases": [],
"description": "",
- "name": "blackberry brandy",
- "plural_name": "blackberry brandies"
+ "name": "brandy jeżynowe",
+ "plural_name": "brandy jeżynowe"
},
"plum wine": {
"aliases": [],
"description": "",
- "name": "plum wine",
- "plural_name": "plum wines"
+ "name": "wino śliwkowe",
+ "plural_name": "wina śliwkowe"
},
"pisco": {
"aliases": [],
"description": "",
"name": "pisco",
- "plural_name": "piscoes"
+ "plural_name": "pisco"
},
"chocolate bitter": {
"aliases": [],
"description": "",
- "name": "chocolate bitter",
- "plural_name": "chocolate bitters"
+ "name": "bitter czekoladowy",
+ "plural_name": "bittery czekoladowe"
},
"vanilla liqueur": {
"aliases": [],
"description": "",
- "name": "vanilla liqueur",
- "plural_name": "vanilla liqueurs"
+ "name": "likier waniliowy",
+ "plural_name": "likiery waniliowe"
},
"sangria": {
"aliases": [],
"description": "",
"name": "sangria",
- "plural_name": "sangrias"
+ "plural_name": "sangria"
},
"grapefruit bitter": {
"aliases": [],
"description": "",
- "name": "gorzki grejpfrut",
- "plural_name": "gorzkie grejpfruty"
+ "name": "bitter grejpfrutowy",
+ "plural_name": "bittery grejpfrutowe"
},
"peach brandy": {
"aliases": [],
@@ -15053,8 +15053,8 @@
"white chocolate liqueur": {
"aliases": [],
"description": "",
- "name": "white chocolate liqueur",
- "plural_name": "white chocolate liqueurs"
+ "name": "likier z białej czekolady",
+ "plural_name": "likiery z białej czekolady"
},
"apple liqueur": {
"aliases": [],
@@ -15065,38 +15065,38 @@
"pear brandy": {
"aliases": [],
"description": "",
- "name": "pear brandy",
- "plural_name": "pear brandies"
+ "name": "brandy gruszkowe",
+ "plural_name": "brandy gruszkowe"
},
"moonshine": {
"aliases": [],
"description": "",
- "name": "moonshine",
- "plural_name": "moonshines"
+ "name": "bimber",
+ "plural_name": "bimbry"
},
"rhum agricole": {
"aliases": [],
"description": "",
"name": "rhum agricole",
- "plural_name": "rhum agricoles"
+ "plural_name": "rhum agricole"
},
"armagnac": {
"aliases": [],
"description": "",
"name": "armagnac",
- "plural_name": "armagnacs"
+ "plural_name": "armagnac"
},
"bergamot liqueur": {
"aliases": [],
"description": "",
- "name": "bergamot liqueur",
- "plural_name": "bergamot liqueurs"
+ "name": "likier bergamotowy",
+ "plural_name": "likiery bergamotowe"
},
"cherry vodka": {
"aliases": [],
"description": "",
- "name": "cherry vodka",
- "plural_name": "cherry vodkas"
+ "name": "wódka wiśniowa",
+ "plural_name": "wódki wiśniowe"
}
}
},
@@ -15106,19 +15106,19 @@
"aliases": [],
"description": "",
"name": "sok pomarańczowy",
- "plural_name": "orange juice"
+ "plural_name": "soki pomarańczowe"
},
"coffee": {
"aliases": [],
"description": "",
"name": "kawa",
- "plural_name": "coffee"
+ "plural_name": "kawy"
},
"club soda": {
"aliases": [],
"description": "",
- "name": "club soda",
- "plural_name": "club sodas"
+ "name": "woda sodowa",
+ "plural_name": "wody sodowe"
},
"espresso": {
"aliases": [],
@@ -15130,49 +15130,49 @@
"aliases": [],
"description": "",
"name": "sok ananasowy",
- "plural_name": "pineapple juice"
+ "plural_name": "soki ananasowe"
},
"apple juice": {
"aliases": [],
"description": "",
"name": "sok jabłkowy",
- "plural_name": "apple juice"
+ "plural_name": "soki jabłkowe"
},
"tea": {
"aliases": [],
"description": "",
"name": "herbata",
- "plural_name": "tea"
+ "plural_name": "herbaty"
},
"cranberry juice": {
"aliases": [],
"description": "",
- "name": "cranberry juice",
- "plural_name": "cranberry juice"
+ "name": "sok żurawinowy",
+ "plural_name": "soki żurawinowe"
},
"tomato juice": {
"aliases": [],
"description": "",
"name": "sok pomidorowy",
- "plural_name": "tomato juice"
+ "plural_name": "soki pomidorowe"
},
"coconut water": {
"aliases": [],
"description": "",
"name": "woda kokosowa",
- "plural_name": "coconut water"
+ "plural_name": "wody kokosowe"
},
"pomegranate juice": {
"aliases": [],
"description": "",
- "name": "pomegranate juice",
- "plural_name": "pomegranate juice"
+ "name": "sok z granatu",
+ "plural_name": "soki z granatu"
},
"grapefruit juice": {
"aliases": [],
"description": "",
"name": "sok grejpfrutowy",
- "plural_name": "grapefruit juice"
+ "plural_name": "soki grejpfrutowe"
},
"lemonade": {
"aliases": [],
@@ -15190,25 +15190,25 @@
"aliases": [],
"description": "",
"name": "eggnog",
- "plural_name": "eggnogs"
+ "plural_name": "eggnog"
},
"ginger ale": {
"aliases": [],
"description": "",
"name": "ginger ale",
- "plural_name": "ginger ales"
+ "plural_name": "ginger ale"
},
"ginger beer": {
"aliases": [],
"description": "",
- "name": "ginger beer",
- "plural_name": "ginger beers"
+ "name": "piwo imbirowe",
+ "plural_name": "piwa imbirowe"
},
"orange juice concentrate": {
"aliases": [],
"description": "",
"name": "koncentrat soku pomarańczowego",
- "plural_name": "orange juice concentrate"
+ "plural_name": "koncentraty soku pomarańczowego"
},
"lemon lime soda": {
"aliases": [],
@@ -15226,25 +15226,25 @@
"aliases": [],
"description": "",
"name": "sprite",
- "plural_name": "sprites"
+ "plural_name": "sprite"
},
"green tea": {
"aliases": [],
"description": "",
"name": "herbata zielona",
- "plural_name": "green tea"
+ "plural_name": "zielone herbaty"
},
"lemonade concentrate": {
"aliases": [],
"description": "",
"name": "koncentrat lemoniady",
- "plural_name": "lemonade concentrate"
+ "plural_name": "koncentraty lemoniady"
},
"chai tea": {
"aliases": [],
"description": "",
- "name": "chai tea",
- "plural_name": "chai tea"
+ "name": "herbata chai",
+ "plural_name": "herbaty chai"
},
"root beer": {
"aliases": [],
@@ -15256,37 +15256,37 @@
"aliases": [],
"description": "",
"name": "czekolada pitna",
- "plural_name": "drinking chocolate"
+ "plural_name": "czekolady do picia"
},
"tonic water": {
"aliases": [],
"description": "",
"name": "tonik",
- "plural_name": "tonic water"
+ "plural_name": "toniki"
},
"malted milk powder": {
"aliases": [],
"description": "",
- "name": "malted milk powder",
- "plural_name": "malted milk powder"
+ "name": "słodowe mleko w proszku",
+ "plural_name": "słodowe mleka w proszku"
},
"mango juice": {
"aliases": [],
"description": "",
"name": "sok z mango",
- "plural_name": "mango juice"
+ "plural_name": "soki z mango"
},
"sour mix": {
"aliases": [],
"description": "",
"name": "sour mix",
- "plural_name": "sour mixes"
+ "plural_name": "sour mix"
},
"hibiscus": {
"aliases": [],
"description": "",
- "name": "hibiscus",
- "plural_name": "hibiscuses"
+ "name": "hibiskus",
+ "plural_name": "hibiskusy"
},
"tea leaf": {
"aliases": [],
@@ -15298,67 +15298,67 @@
"aliases": [],
"description": "",
"name": "sok winogronowy",
- "plural_name": "grape juice"
+ "plural_name": "soki winogronowe"
},
"cherry juice": {
"aliases": [],
"description": "",
- "name": "cherry juice",
- "plural_name": "cherry juice"
+ "name": "sok wiśniowy",
+ "plural_name": "soki wiśniowe"
},
"carrot juice": {
"aliases": [],
"description": "",
"name": "sok z marchwi",
- "plural_name": "carrot juice"
+ "plural_name": "soki marchewkowe"
},
"limeade concentrate": {
"aliases": [],
"description": "",
"name": "koncentrat do lemoniady limonkowej",
- "plural_name": "limeade concentrate"
+ "plural_name": "koncentraty lemoniady z limonek"
},
"dr pepper": {
"aliases": [],
"description": "",
- "name": "dr pepper",
- "plural_name": "dr pepper"
+ "name": "Dr Pepper",
+ "plural_name": "Dr Pepper"
},
"white grape juice": {
"aliases": [],
"description": "",
"name": "sok z białych winogron",
- "plural_name": "white grape juice"
+ "plural_name": "soki z białych winogron"
},
"watermelon juice": {
"aliases": [],
"description": "",
"name": "sok arbuzowy",
- "plural_name": "watermelon juice"
+ "plural_name": "soki z arbuza"
},
"tangerine juice": {
"aliases": [],
"description": "",
- "name": "tangerine juice",
- "plural_name": "tangerine juice"
+ "name": "sok mandarynkowy",
+ "plural_name": "soki mandarynkowe"
},
"fruit juice": {
"aliases": [],
"description": "",
"name": "sok owocowy",
- "plural_name": "fruit juice"
+ "plural_name": "soki owocowe"
},
"passion-fruit juice": {
"aliases": [],
"description": "",
- "name": "passion-fruit juice",
- "plural_name": "passion-fruit juice"
+ "name": "sok z marakui",
+ "plural_name": "soki z marakui"
},
"iced tea": {
"aliases": [],
"description": "",
"name": "herbata mrożona",
- "plural_name": "iced tea"
+ "plural_name": "mrożone herbaty"
},
"kombucha": {
"aliases": [],
@@ -15369,20 +15369,20 @@
"apricot juice": {
"aliases": [],
"description": "",
- "name": "apricot juice",
- "plural_name": "apricot juice"
+ "name": "sok morelowy",
+ "plural_name": "soki morelowe"
},
"beet juice": {
"aliases": [],
"description": "",
"name": "sok z buraków",
- "plural_name": "beet juice"
+ "plural_name": "soki buraczane"
},
"peach juice": {
"aliases": [],
"description": "",
"name": "sok brzoskwiniowy",
- "plural_name": "peach juice"
+ "plural_name": "soki brzoskwiniowe"
},
"orange soda": {
"aliases": [],
@@ -15393,14 +15393,14 @@
"margarita mix": {
"aliases": [],
"description": "",
- "name": "margarita mix",
- "plural_name": "margarita mixes"
+ "name": "mieszanka do margarity",
+ "plural_name": "mieszanki do margarity"
},
"kool aid": {
"aliases": [],
"description": "",
- "name": "kool aid",
- "plural_name": "kool aids"
+ "name": "kool-aid",
+ "plural_name": "kool-aid"
},
"energy drink": {
"aliases": [],
@@ -15411,38 +15411,38 @@
"chamomile tea": {
"aliases": [],
"description": "",
- "name": "chamomile tea",
- "plural_name": "chamomile tea"
+ "name": "herbata rumiankowa",
+ "plural_name": "herbaty rumiankowe"
},
"pear juice": {
"aliases": [],
"description": "",
- "name": "pear juice",
- "plural_name": "pear juice"
+ "name": "sok gruszkowy",
+ "plural_name": "soki gruszkowe"
},
"tamarind juice": {
"aliases": [],
"description": "",
- "name": "tamarind juice",
- "plural_name": "tamarind juice"
+ "name": "sok tamaryndowy",
+ "plural_name": "soki tamaryndowe"
},
"cream soda": {
"aliases": [],
"description": "",
"name": "cream soda",
- "plural_name": "cream sodas"
+ "plural_name": "cream soda"
},
"tamarind water": {
"aliases": [],
"description": "",
- "name": "tamarind water",
- "plural_name": "tamarind water"
+ "name": "woda tamaryndowa",
+ "plural_name": "wody tamaryndowe"
},
"mountain dew": {
"aliases": [],
"description": "",
"name": "mountain dew",
- "plural_name": "mountain dews"
+ "plural_name": "mountain dew"
},
"grapefruit soda": {
"aliases": [],
@@ -15454,7 +15454,7 @@
"aliases": [],
"description": "",
"name": "herbata rooibos",
- "plural_name": "rooibos tea"
+ "plural_name": "herbaty rooibos"
},
"lime soda": {
"aliases": [],
@@ -15465,56 +15465,56 @@
"raspberry juice": {
"aliases": [],
"description": "",
- "name": "raspberry juice",
- "plural_name": "raspberry juice"
+ "name": "sok malinowy",
+ "plural_name": "soki malinowe"
},
"guava juice": {
"aliases": [],
"description": "",
- "name": "guava juice",
- "plural_name": "guava juice"
+ "name": "sok z guawy",
+ "plural_name": "soki z guawy"
},
"jasmine tea": {
"aliases": [],
"description": "",
- "name": "jasmine tea",
- "plural_name": "jasmine tea"
+ "name": "herbata jaśminowa",
+ "plural_name": "herbaty jaśminowe"
},
"clamato": {
"aliases": [],
"description": "",
"name": "clamato",
- "plural_name": "clamatoes"
+ "plural_name": "clamato"
},
"strawberry juice": {
"aliases": [],
"description": "",
"name": "sok truskawkowy",
- "plural_name": "strawberry juice"
+ "plural_name": "soki truskawkowe"
},
"iced coffee concentrate": {
"aliases": [],
"description": "",
- "name": "iced coffee concentrate",
- "plural_name": "iced coffee concentrate"
+ "name": "koncentrat mrożonej kawy",
+ "plural_name": "koncentraty mrożonej kawy"
},
"green tea leaf": {
"aliases": [],
"description": "",
- "name": "green tea leaf",
- "plural_name": "green tea leaves"
+ "name": "liść zielonej herbaty",
+ "plural_name": "liście zielonej herbaty"
},
"beetroot juice": {
"aliases": [],
"description": "",
"name": "sok z buraka",
- "plural_name": "beetroot juice"
+ "plural_name": "soki z buraków"
},
"blueberry juice": {
"aliases": [],
"description": "",
- "name": "blueberry juice",
- "plural_name": "blueberry juice"
+ "name": "sok jagodowy",
+ "plural_name": "soki jagodowe"
},
"lemonade mix": {
"aliases": [],
@@ -15526,127 +15526,127 @@
"aliases": [],
"description": "",
"name": "syrop różany",
- "plural_name": "rose syrup"
+ "plural_name": "syropy różane"
},
"v8 juice": {
"aliases": [],
"description": "",
- "name": "v8 juice",
- "plural_name": "v8 juice"
+ "name": "sok v8",
+ "plural_name": "soki V8"
},
"thai tea": {
"aliases": [],
"description": "",
- "name": "thai tea",
- "plural_name": "thai tea"
+ "name": "herbata tajska",
+ "plural_name": "herbaty tajskie"
},
"aloe vera juice": {
"aliases": [],
"description": "",
- "name": "aloe vera juice",
- "plural_name": "aloe vera juice"
+ "name": "sok z aloesu",
+ "plural_name": "soki z aloesu"
},
"white tea": {
"aliases": [],
"description": "",
"name": "herbata biała",
- "plural_name": "white tea"
+ "plural_name": "białe herbaty"
},
"juice blend": {
"aliases": [],
"description": "",
- "name": "juice blend",
- "plural_name": "juice blends"
+ "name": "mieszanka soków",
+ "plural_name": "mieszanki soków"
},
"prune juice": {
"aliases": [],
"description": "",
- "name": "prune juice",
- "plural_name": "prune juice"
+ "name": "sok śliwkowy",
+ "plural_name": "soki śliwkowe"
},
"sparkling cider": {
"aliases": [],
"description": "",
- "name": "sparkling cider",
+ "name": "musujący cydr",
"plural_name": null
},
"berry juice": {
"aliases": [],
"description": "",
- "name": "berry juice",
- "plural_name": "berry juice"
+ "name": "sok jagodowy",
+ "plural_name": "soki jagodowe"
},
"butterfly pea flower": {
"aliases": [],
"description": "",
- "name": "butterfly pea flower",
- "plural_name": "butterfly pea flowers"
+ "name": "kwiat grochu motylkowego",
+ "plural_name": "kwiaty grochu motylkowego"
},
"passion tea": {
"aliases": [],
"description": "",
- "name": "passion tea",
- "plural_name": "passion tea"
+ "name": "herbata owocowa hibiskusowa",
+ "plural_name": "herbaty owocowe hibiskusowe"
},
"strawberry soda": {
"aliases": [],
"description": "",
- "name": "strawberry soda",
- "plural_name": "strawberry sodas"
+ "name": "napój gazowany truskawkowy",
+ "plural_name": "napoje gazowane truskawkowe"
},
"lapsang souchong": {
"aliases": [],
"description": "",
- "name": "lapsang souchong",
- "plural_name": "lapsang souchongs"
+ "name": "herbata lapsang souchong",
+ "plural_name": "herbaty lapsang souchong"
},
"blackcurrant juice": {
"aliases": [],
"description": "",
- "name": "blackcurrant juice",
- "plural_name": "blackcurrant juice"
+ "name": "sok z czarnej porzeczki",
+ "plural_name": "soki z czarnej porzeczki"
},
"herbal tea": {
"aliases": [],
"description": "",
"name": "herbata ziołowa",
- "plural_name": "herbal tea"
+ "plural_name": "herbaty ziołowe"
},
"banana juice": {
"aliases": [],
"description": "",
"name": "sok bananowy",
- "plural_name": "banana juice"
+ "plural_name": "soki bananowe"
},
"lychee juice": {
"aliases": [],
"description": "",
- "name": "lychee juice",
- "plural_name": "lychee juice"
+ "name": "sok z liczi",
+ "plural_name": "soki z liczi"
},
"sugar cane juice": {
"aliases": [],
"description": "",
- "name": "sugar cane juice",
- "plural_name": "sugar cane juice"
+ "name": "sok z trzciny cukrowej",
+ "plural_name": "soki z trzciny cukrowej"
},
"cranberry-raspberry juice": {
"aliases": [],
"description": "",
- "name": "cranberry-raspberry juice",
- "plural_name": "cranberry-raspberry juice"
+ "name": "sok żurawinowo-malinowy",
+ "plural_name": "soki żurawinowo-malinowe"
},
"decaf coffee": {
"aliases": [],
"description": "",
"name": "kawa bezkofeinowa",
- "plural_name": "decaf coffee"
+ "plural_name": "kawy bezkofeinowe"
},
"pumpkin spice coffee": {
"aliases": [],
"description": "",
"name": "kawa pumpkin spice",
- "plural_name": "pumpkin spice coffee"
+ "plural_name": "kawy z przyprawą dyniową"
},
"pepsi": {
"aliases": [],
@@ -15657,32 +15657,32 @@
"cherry soda": {
"aliases": [],
"description": "",
- "name": "cherry soda",
- "plural_name": "cherry sodas"
+ "name": "napój gazowany wiśniowy",
+ "plural_name": "napoje gazowane wiśniowe"
},
"peppermint tea": {
"aliases": [],
"description": "",
"name": "herbata mięta pieprzowa",
- "plural_name": "peppermint tea"
+ "plural_name": "herbaty miętowe"
},
"sports drink": {
"aliases": [],
"description": "",
- "name": "sports drink",
- "plural_name": "sports drinks"
+ "name": "napój sportowy",
+ "plural_name": "napoje sportowe"
},
"acai berry juice": {
"aliases": [],
"description": "",
- "name": "acai berry juice",
- "plural_name": "acai berry juice"
+ "name": "sok z jagód acai",
+ "plural_name": "soki z jagód acai"
},
"lemon crystal": {
"aliases": [],
"description": "",
- "name": "lemon crystal",
- "plural_name": "lemon crystals"
+ "name": "kryształy cytrynowe",
+ "plural_name": "kryształy cytrynowe"
},
"raspberry lemonade": {
"aliases": [],
@@ -15693,14 +15693,14 @@
"chicory coffee": {
"aliases": [],
"description": "",
- "name": "chicory coffee",
- "plural_name": "chicory coffee"
+ "name": "kawa cykoryjowa",
+ "plural_name": "kawy cykoryjowe"
},
"elderberry juice": {
"aliases": [],
"description": "",
- "name": "elderberry juice",
- "plural_name": "elderberry juice"
+ "name": "sok z czarnego bzu",
+ "plural_name": "soki z czarnego bzu"
}
}
},
@@ -15709,104 +15709,104 @@
"almond extract": {
"aliases": [],
"description": "",
- "name": "almond extract",
- "plural_name": "almond extract"
+ "name": "ekstrakt migdałowy",
+ "plural_name": "ekstrakty migdałowe"
},
"food coloring": {
"aliases": [],
"description": "",
- "name": "food coloring",
- "plural_name": "food colorings"
+ "name": "barwnik spożywczy",
+ "plural_name": "barwniki spożywcze"
},
"nutritional yeast": {
"aliases": [],
"description": "",
- "name": "nutritional yeast",
- "plural_name": "nutritional yeasts"
+ "name": "drożdże odżywcze",
+ "plural_name": "drożdże odżywcze"
},
"peppermint extract": {
"aliases": [],
"description": "",
"name": "ekstrakt z mięty pieprzowej",
- "plural_name": "peppermint extract"
+ "plural_name": "ekstrakty z mięty pieprzowej"
},
"protein powder": {
"aliases": [],
"description": "",
- "name": "protein powder",
- "plural_name": "protein powder"
+ "name": "odżywka białkowa",
+ "plural_name": "odżywki białkowe"
},
"lemon extract": {
"aliases": [],
"description": "",
"name": "ekstrakt z cytryny",
- "plural_name": "lemon extract"
+ "plural_name": "ekstrakty cytrynowe"
},
"coconut extract": {
"aliases": [],
"description": "",
- "name": "coconut extract",
- "plural_name": "coconut extract"
+ "name": "ekstrakt kokosowy",
+ "plural_name": "ekstrakty kokosowe"
},
"rose water": {
"aliases": [],
"description": "",
- "name": "rose water",
- "plural_name": "rose water"
+ "name": "woda różana",
+ "plural_name": "wody różane"
},
"orange extract": {
"aliases": [],
"description": "",
"name": "ekstrakt pomarańczowy",
- "plural_name": "orange extract"
+ "plural_name": "ekstrakty pomarańczowe"
},
"rum extract": {
"aliases": [],
"description": "",
- "name": "rum extract",
- "plural_name": "rum extract"
+ "name": "ekstrakt rumowy",
+ "plural_name": "ekstrakty rumowe"
},
"maple extract": {
"aliases": [],
"description": "",
- "name": "maple extract",
- "plural_name": "maple extract"
+ "name": "ekstrakt klonowy",
+ "plural_name": "ekstrakty klonowe"
},
"collagen": {
"aliases": [],
"description": "",
- "name": "collagen",
- "plural_name": "collagens"
+ "name": "kolagen",
+ "plural_name": "kolageny"
},
"chocolate protein powder": {
"aliases": [],
"description": "",
- "name": "chocolate protein powder",
- "plural_name": "chocolate protein powder"
+ "name": "odżywka białkowa czekoladowa",
+ "plural_name": "odżywki białkowe czekoladowe"
},
"orange blossom water": {
"aliases": [],
"description": "",
"name": "hydrolat kwiatu pomarańczy",
- "plural_name": "orange blossom water"
+ "plural_name": "wody z kwiatu pomarańczy"
},
"liquid egg white": {
"aliases": [],
"description": "",
- "name": "liquid egg white",
- "plural_name": "liquid egg whites"
+ "name": "białko jaja w płynie",
+ "plural_name": "białka jaja w płynie"
},
"peanut butter powder": {
"aliases": [],
"description": "",
- "name": "peanut butter powder",
- "plural_name": "peanut butter powder"
+ "name": "masło orzechowe w proszku",
+ "plural_name": "masła orzechowe w proszku"
},
"vegan protein powder": {
"aliases": [],
"description": "",
- "name": "vegan protein powder",
- "plural_name": "vegan protein powder"
+ "name": "wegańska odżywka białkowa",
+ "plural_name": "wegańskie odżywki białkowe"
},
"essence": {
"aliases": [],
@@ -15817,8 +15817,8 @@
"maca powder": {
"aliases": [],
"description": "",
- "name": "maca powder",
- "plural_name": "maca powder"
+ "name": "proszek maca",
+ "plural_name": "proszki maca"
},
"spirulina": {
"aliases": [],
@@ -15830,235 +15830,235 @@
"aliases": [],
"description": "",
"name": "ekstrakt z kawy",
- "plural_name": "coffee extract"
+ "plural_name": "ekstrakty kawowe"
},
"brewer's yeast": {
"aliases": [],
"description": "",
- "name": "brewer's yeast",
- "plural_name": "brewer's yeasts"
+ "name": "drożdże browarne",
+ "plural_name": "drożdże browarne"
},
"strawberry extract": {
"aliases": [],
"description": "",
"name": "ekstrakt z truskawek",
- "plural_name": "strawberry extract"
+ "plural_name": "ekstrakty truskawkowe"
},
"butter extract": {
"aliases": [],
"description": "",
- "name": "butter extract",
- "plural_name": "butter extract"
+ "name": "ekstrakt maślany",
+ "plural_name": "ekstrakty maślane"
},
"chocolate extract": {
"aliases": [],
"description": "",
- "name": "chocolate extract",
- "plural_name": "chocolate extract"
+ "name": "ekstrakt czekoladowy",
+ "plural_name": "ekstrakty czekoladowe"
},
"raspberry extract": {
"aliases": [],
"description": "",
- "name": "raspberry extract",
- "plural_name": "raspberry extract"
+ "name": "ekstrakt malinowy",
+ "plural_name": "ekstrakty malinowe"
},
"anise extract": {
"aliases": [],
"description": "",
- "name": "anise extract",
- "plural_name": "anise extract"
+ "name": "ekstrakt anyżowy",
+ "plural_name": "ekstrakty anyżowe"
},
"bee pollen": {
"aliases": [],
"description": "",
- "name": "bee pollen",
- "plural_name": "bee pollens"
+ "name": "pyłek pszczeli",
+ "plural_name": "pyłki pszczele"
},
"cannabi": {
"aliases": [],
"description": "",
- "name": "cannabi",
- "plural_name": "cannabis"
+ "name": "konopie",
+ "plural_name": "konopie"
},
"banana extract": {
"aliases": [],
"description": "",
"name": "ekstrakt bananowy",
- "plural_name": "banana extract"
+ "plural_name": "ekstrakty bananowe"
},
"lavender oil": {
"aliases": [],
"description": "",
- "name": "lavender oil",
- "plural_name": "lavender oil"
+ "name": "olejek lawendowy",
+ "plural_name": "olejki lawendowe"
},
"essential oil": {
"aliases": [],
"description": "",
- "name": "essential oil",
- "plural_name": "essential oil"
+ "name": "olejek eteryczny",
+ "plural_name": "olejki eteryczne"
},
"chicken essence": {
"aliases": [],
"description": "",
- "name": "chicken essence",
- "plural_name": "chicken essences"
+ "name": "esencja z kurczaka",
+ "plural_name": "esencje z kurczaka"
},
"caramel extract": {
"aliases": [],
"description": "",
- "name": "caramel extract",
- "plural_name": "caramel extract"
+ "name": "ekstrakt karmelowy",
+ "plural_name": "ekstrakty karmelowe"
},
"egg white powder": {
"aliases": [],
"description": "",
- "name": "egg white powder",
- "plural_name": "egg white powder"
+ "name": "białko jaja w proszku",
+ "plural_name": "białka jaj w proszku"
},
"cannabutter": {
"aliases": [],
"description": "",
- "name": "cannabutter",
- "plural_name": "cannabutter"
+ "name": "masło konopne",
+ "plural_name": "masła konopne"
},
"root beer extract": {
"aliases": [],
"description": "",
- "name": "root beer extract",
- "plural_name": "root beer extract"
+ "name": "ekstrakt root beer",
+ "plural_name": "ekstrakty root beer"
},
"vitamin c": {
"aliases": [],
"description": "",
- "name": "vitamin c",
- "plural_name": "vitamin cs"
+ "name": "witamina c",
+ "plural_name": "witaminy c"
},
"acai powder": {
"aliases": [],
"description": "",
- "name": "acai powder",
- "plural_name": "acai powder"
+ "name": "proszek acai",
+ "plural_name": "proszki acai"
},
"hemp protein": {
"aliases": [],
"description": "",
- "name": "hemp protein",
- "plural_name": "hemp proteins"
+ "name": "białko konopne",
+ "plural_name": "białka konopne"
},
"ube flavoring": {
"aliases": [],
"description": "",
- "name": "ube flavoring",
- "plural_name": "ube flavorings"
+ "name": "aromat ube",
+ "plural_name": "aromaty ube"
},
"glucomannan": {
"aliases": [],
"description": "",
- "name": "glucomannan",
- "plural_name": "glucomannans"
+ "name": "glukomannan",
+ "plural_name": "glukomannan"
},
"hazelnut extract": {
"aliases": [],
"description": "",
"name": "ekstrakt z orzechów laskowych",
- "plural_name": "hazelnut extract"
+ "plural_name": "ekstrakty z orzechów laskowych"
},
"freeze-dried strawberry powder": {
"aliases": [],
"description": "",
- "name": "freeze-dried strawberry powder",
- "plural_name": "freeze-dried strawberry powder"
+ "name": "liofilizowane truskawki w proszku",
+ "plural_name": "liofilizowane truskawki w proszku"
},
"tamarind extract": {
"aliases": [],
"description": "",
- "name": "tamarind extract",
- "plural_name": "tamarind extract"
+ "name": "ekstrakt tamaryndowy",
+ "plural_name": "ekstrakty tamaryndowe"
},
"cherry extract": {
"aliases": [],
"description": "",
"name": "ekstrakt z wiśni",
- "plural_name": "cherry extract"
+ "plural_name": "ekstrakty wiśniowe"
},
"butterscotch flavor": {
"aliases": [],
"description": "",
- "name": "butterscotch flavor",
- "plural_name": "butterscotch flavors"
+ "name": "aromat toffi",
+ "plural_name": "aromaty toffi"
},
"kewra water": {
"aliases": [],
"description": "",
- "name": "kewra water",
- "plural_name": "kewra water"
+ "name": "woda kewra",
+ "plural_name": "wody kewra"
},
"pineapple extract": {
"aliases": [],
"description": "",
"name": "ekstrakt z ananasa",
- "plural_name": "pineapple extract"
+ "plural_name": "ekstrakty ananasowe"
},
"lemon juice concentrate": {
"aliases": [],
"description": "",
"name": "koncentrat soku z cytryny",
- "plural_name": "lemon juice concentrate"
+ "plural_name": "koncentraty soku cytrynowego"
},
"chocolate collagen": {
"aliases": [],
"description": "",
- "name": "chocolate collagen",
- "plural_name": "chocolate collagens"
+ "name": "kolagen czekoladowy",
+ "plural_name": "kolageny czekoladowe"
},
"cinnamon extract": {
"aliases": [],
"description": "",
"name": "ekstrakt z cynamonu",
- "plural_name": "cinnamon extract"
+ "plural_name": "ekstrakty cynamonowe"
},
"cannabis milk": {
"aliases": [],
"description": "",
- "name": "cannabis milk",
- "plural_name": "cannabis milk"
+ "name": "mleko konopne",
+ "plural_name": "mleka konopne"
},
"malt extract": {
"aliases": [],
"description": "",
- "name": "malt extract",
- "plural_name": "malt extract"
+ "name": "ekstrakt słodowy",
+ "plural_name": "ekstrakty słodowe"
},
"kombucha starter": {
"aliases": [],
"description": "",
- "name": "kombucha starter",
- "plural_name": "kombucha starters"
+ "name": "starter do kombuchy",
+ "plural_name": "startery do kombuchy"
},
"pandan extract": {
"aliases": [],
"description": "",
- "name": "pandan extract",
- "plural_name": "pandan extract"
+ "name": "ekstrakt pandanowy",
+ "plural_name": "ekstrakty pandanowe"
},
"camu powder": {
"aliases": [],
"description": "",
- "name": "camu powder",
- "plural_name": "camu powder"
+ "name": "proszek camu camu",
+ "plural_name": "proszki camu camu"
},
"soy lecithin": {
"aliases": [],
"description": "",
- "name": "soy lecithin",
- "plural_name": "soy lecithins"
+ "name": "lecytyna sojowa",
+ "plural_name": "lecytyny sojowe"
},
"wheatgrass powder": {
"aliases": [],
"description": "",
- "name": "wheatgrass powder",
- "plural_name": "wheatgrass powder"
+ "name": "proszek z trawy pszenicznej",
+ "plural_name": "proszki z trawy pszenicznej"
},
"ashwagandha": {
"aliases": [],
@@ -16069,128 +16069,128 @@
"casein": {
"aliases": [],
"description": "",
- "name": "casein",
- "plural_name": "caseins"
+ "name": "kazeina",
+ "plural_name": "kazeiny"
},
"cbd oil": {
"aliases": [],
"description": "",
"name": "olejek cbd",
- "plural_name": "cbd oil"
+ "plural_name": "oleje CBD"
},
"chlorella": {
"aliases": [],
"description": "",
"name": "chlorella",
- "plural_name": "chlorellas"
+ "plural_name": "chlorella"
},
"fish oil": {
"aliases": [],
"description": "",
- "name": "fish oil",
- "plural_name": "fish oil"
+ "name": "olej rybny",
+ "plural_name": "oleje rybne"
},
"lime essential oil": {
"aliases": [],
"description": "",
"name": "olejek eteryczny z limonki",
- "plural_name": "lime essential oil"
+ "plural_name": "olejki eteryczne z limonki"
},
"probiotic": {
"aliases": [],
"description": "",
- "name": "probiotic",
- "plural_name": "probiotics"
+ "name": "probiotyk",
+ "plural_name": "probiotyki"
},
"activated charcoal": {
"aliases": [],
"description": "",
- "name": "activated charcoal",
- "plural_name": "activated charcoals"
+ "name": "węgiel aktywny",
+ "plural_name": "węgle aktywne"
},
"egg powder": {
"aliases": [],
"description": "",
- "name": "egg powder",
- "plural_name": "egg powder"
+ "name": "jajko w proszku",
+ "plural_name": "jajka w proszku"
},
"reishi mushroom": {
"aliases": [],
"description": "",
- "name": "reishi mushroom",
- "plural_name": "reishi mushrooms"
+ "name": "grzyb reishi",
+ "plural_name": "grzyby reishi"
},
"vitamin e": {
"aliases": [],
"description": "",
- "name": "witamina E",
- "plural_name": "witaminy E"
+ "name": "witamina e",
+ "plural_name": "witaminy e"
},
"wine yeast": {
"aliases": [],
"description": "",
- "name": "wine yeast",
- "plural_name": "wine yeasts"
+ "name": "drożdże winne",
+ "plural_name": "drożdże winne"
},
"barley gras": {
"aliases": [],
"description": "",
- "name": "barley gras",
- "plural_name": "barley grass"
+ "name": "trawa jęczmienna",
+ "plural_name": "trawy jęczmienne"
},
"greens powder": {
"aliases": [],
"description": "",
- "name": "greens powder",
- "plural_name": "greens powder"
+ "name": "proszek zielony",
+ "plural_name": "proszki zielone"
},
"rice protein powder": {
"aliases": [],
"description": "",
- "name": "rice protein powder",
- "plural_name": "rice protein powder"
+ "name": "odżywka białkowa ryżowa",
+ "plural_name": "odżywki białkowe ryżowe"
},
"tea-tree oil": {
"aliases": [],
"description": "",
- "name": "tea-tree oil",
- "plural_name": "tea-tree oil"
+ "name": "olejek z drzewa herbacianego",
+ "plural_name": "olejki z drzewa herbacianego"
},
"vitamin d": {
"aliases": [],
"description": "",
- "name": "witamina D",
- "plural_name": "witaminy D"
+ "name": "witamina d",
+ "plural_name": "witaminy d"
},
"calcium lactate": {
"aliases": [],
"description": "",
- "name": "calcium lactate",
- "plural_name": "calcium lactates"
+ "name": "mleczan wapnia",
+ "plural_name": "mleczany wapnia"
},
"mango extract": {
"aliases": [],
"description": "",
"name": "ekstrakt z mango",
- "plural_name": "mango extract"
+ "plural_name": "ekstrakty mangowe"
},
"raspberry powder": {
"aliases": [],
"description": "",
- "name": "raspberry powder",
- "plural_name": "raspberry powder"
+ "name": "maliny w proszku",
+ "plural_name": "maliny w proszku"
},
"blueberry extract": {
"aliases": [],
"description": "",
- "name": "blueberry extract",
- "plural_name": "blueberry extract"
+ "name": "ekstrakt jagodowy",
+ "plural_name": "ekstrakty jagodowe"
},
"corn extract": {
"aliases": [],
"description": "",
- "name": "corn extract",
- "plural_name": "corn extract"
+ "name": "ekstrakt kukurydziany",
+ "plural_name": "ekstrakty kukurydziane"
},
"magnesium": {
"aliases": [],
@@ -16213,98 +16213,98 @@
"moringa powder": {
"aliases": [],
"description": "",
- "name": "moringa powder",
- "plural_name": "moringa powder"
+ "name": "proszek moringa",
+ "plural_name": "proszki moringa"
},
"pure lime extract": {
"aliases": [],
"description": "",
"name": "ekstrakt z limonki",
- "plural_name": "pure lime extract"
+ "plural_name": "ekstrakty z limonki"
},
"sodium alginate": {
"aliases": [],
"description": "",
- "name": "sodium alginate",
- "plural_name": "sodium alginates"
+ "name": "alginian sodu",
+ "plural_name": "alginiany sodu"
},
"sunflower lecithin": {
"aliases": [],
"description": "",
- "name": "sunflower lecithin",
- "plural_name": "sunflower lecithins"
+ "name": "lecytyna słonecznikowa",
+ "plural_name": "lecytyny słonecznikowe"
},
"thc": {
"aliases": [],
"description": "",
- "name": "thc",
- "plural_name": "thc"
+ "name": "THC",
+ "plural_name": "THC"
},
"berry powder": {
"aliases": [],
"description": "",
- "name": "berry powder",
- "plural_name": "berry powder"
+ "name": "jagody w proszku",
+ "plural_name": "jagody w proszku"
},
"champagne yeast": {
"aliases": [],
"description": "",
- "name": "champagne yeast",
- "plural_name": "champagne yeasts"
+ "name": "drożdże szampańskie",
+ "plural_name": "drożdże szampańskie"
},
"maqui": {
"aliases": [],
"description": "",
"name": "maqui",
- "plural_name": "maquis"
+ "plural_name": "maqui"
},
"rose oil": {
"aliases": [],
"description": "",
- "name": "rose oil",
- "plural_name": "rose oil"
+ "name": "olejek różany",
+ "plural_name": "olejki różane"
},
"banana powder": {
"aliases": [],
"description": "",
"name": "proszek bananowy",
- "plural_name": "banana powder"
+ "plural_name": "banany w proszku"
},
"chaga mushroom powder": {
"aliases": [],
"description": "",
- "name": "chaga mushroom powder",
- "plural_name": "chaga mushroom powder"
+ "name": "proszek z grzyba chaga",
+ "plural_name": "proszki z grzyba chaga"
},
"clove oil": {
"aliases": [],
"description": "",
- "name": "clove oil",
- "plural_name": "clove oil"
+ "name": "olejek goździkowy",
+ "plural_name": "olejki goździkowe"
},
"cranberry powder": {
"aliases": [],
"description": "",
- "name": "cranberry powder",
- "plural_name": "cranberry powder"
+ "name": "żurawina w proszku",
+ "plural_name": "żurawina w proszku"
},
"eucalyptus oil": {
"aliases": [],
"description": "",
- "name": "eucalyptus oil",
- "plural_name": "eucalyptus oil"
+ "name": "olejek eukaliptusowy",
+ "plural_name": "olejki eukaliptusowe"
},
"goji berry powder": {
"aliases": [],
"description": "",
- "name": "goji berry powder",
- "plural_name": "goji berry powder"
+ "name": "jagody goji w proszku",
+ "plural_name": "jagody goji w proszku"
},
"maltodextrin": {
"aliases": [],
"description": "",
- "name": "maltodextrin",
- "plural_name": "maltodextrins"
+ "name": "maltodekstryna",
+ "plural_name": "maltodekstryny"
}
}
}
diff --git a/mealie/repos/seed/resources/foods/locales/ro-RO.json b/mealie/repos/seed/resources/foods/locales/ro-RO.json
index bc38876b7..32064fdd9 100644
--- a/mealie/repos/seed/resources/foods/locales/ro-RO.json
+++ b/mealie/repos/seed/resources/foods/locales/ro-RO.json
@@ -127,13 +127,13 @@
"aliases": [],
"description": "",
"name": "inimă de palmier",
- "plural_name": "heart of palm"
+ "plural_name": "miezuri de palmier"
},
"baby greens": {
"aliases": [],
"description": "",
- "name": "baby greens",
- "plural_name": "baby greens"
+ "name": "verdețuri baby",
+ "plural_name": "verdețuri baby"
},
"pumpkin": {
"aliases": [],
@@ -145,7 +145,7 @@
"aliases": [],
"description": "",
"name": "conopidă",
- "plural_name": "cauliflower"
+ "plural_name": "conopidă"
},
"cabbage": {
"aliases": [],
@@ -156,20 +156,20 @@
"asparagus": {
"aliases": [],
"description": "",
- "name": "asparagus",
- "plural_name": "asparagus"
+ "name": "sparanghel",
+ "plural_name": "sparanghel"
},
"kale": {
"aliases": [],
"description": "",
"name": "kale",
- "plural_name": "kale"
+ "plural_name": "varză kale"
},
"arugula": {
"aliases": [],
"description": "",
"name": "rucola",
- "plural_name": "arugula"
+ "plural_name": "rucola"
},
"leek": {
"aliases": [],
@@ -187,7 +187,7 @@
"aliases": [],
"description": "",
"name": "salată",
- "plural_name": "lettuce"
+ "plural_name": "salată"
},
"butternut squash": {
"aliases": [],
@@ -198,8 +198,8 @@
"romaine lettuce": {
"aliases": [],
"description": "",
- "name": "romaine lettuce",
- "plural_name": "romaine lettuce"
+ "name": "salată romană",
+ "plural_name": "salate romane"
},
"beetroot": {
"aliases": [],
@@ -217,7 +217,7 @@
"aliases": [],
"description": "",
"name": "fenicul",
- "plural_name": "fennel"
+ "plural_name": "fenicul"
},
"sun dried tomato": {
"aliases": [],
@@ -261,8 +261,8 @@
"mixed greens": {
"aliases": [],
"description": "",
- "name": "mixed greens",
- "plural_name": "mixed greens"
+ "name": "verdețuri mixte",
+ "plural_name": "verdețuri mixte"
},
"parsnip": {
"aliases": [],
@@ -279,8 +279,8 @@
"mixed vegetables": {
"aliases": [],
"description": "",
- "name": "mixed vegetables",
- "plural_name": "mixed vegetables"
+ "name": "legume mixte",
+ "plural_name": "legume mixte"
},
"poblano pepper": {
"aliases": [],
@@ -304,7 +304,7 @@
"aliases": [],
"description": "",
"name": "ardei cayenne",
- "plural_name": "cayenne pepper"
+ "plural_name": "ardei cayenne"
},
"green tomato": {
"aliases": [],
@@ -321,8 +321,8 @@
"iceberg lettuce": {
"aliases": [],
"description": "",
- "name": "iceberg lettuce",
- "plural_name": "iceberg lettuce"
+ "name": "salată iceberg",
+ "plural_name": "salate iceberg"
},
"mashed potato": {
"aliases": [],
@@ -340,13 +340,13 @@
"aliases": [],
"description": "",
"name": "pătrunjel de grădină",
- "plural_name": "chard"
+ "plural_name": "mangold"
},
"pimiento": {
"aliases": [],
"description": "",
"name": "ardei pimiento",
- "plural_name": "pimientos"
+ "plural_name": "ardei pimiento"
},
"spaghetti squash": {
"aliases": [],
@@ -358,7 +358,7 @@
"aliases": [],
"description": "",
"name": "salată cu unt",
- "plural_name": "butter lettuce"
+ "plural_name": "salată butter"
},
"hash brown": {
"aliases": [],
@@ -419,8 +419,8 @@
"corn on the cob": {
"aliases": [],
"description": "",
- "name": "corn on the cob",
- "plural_name": "corn on the cob"
+ "name": "porumb pe știulete",
+ "plural_name": "porumbi pe știulete"
},
"radicchio": {
"aliases": [],
@@ -438,7 +438,7 @@
"aliases": [],
"description": "",
"name": "broccoli tenderstem",
- "plural_name": "tenderstem broccoli"
+ "plural_name": "broccoli tenderstem"
},
"plantain": {
"aliases": [],
@@ -450,7 +450,7 @@
"aliases": [],
"description": "",
"name": "salată cu frunze",
- "plural_name": "leaf lettuce"
+ "plural_name": "salată creață"
},
"pepperoncini": {
"aliases": [],
@@ -462,7 +462,7 @@
"aliases": [],
"description": "",
"name": "varză chinezească bebe",
- "plural_name": "baby bok choy"
+ "plural_name": "bok choy baby"
},
"jicama": {
"aliases": [],
@@ -484,17 +484,17 @@
},
"maize": {
"aliases": [
- "corn husk"
+ "coajă de porumb"
],
"description": "",
- "name": "maize",
- "plural_name": "maize"
+ "name": "porumb",
+ "plural_name": "porumburi"
},
"collard greens": {
"aliases": [],
"description": "",
"name": "",
- "plural_name": "collard greens"
+ "plural_name": "frunze de collard"
},
"french-fried onion": {
"aliases": [],
@@ -547,20 +547,20 @@
"microgreens": {
"aliases": [],
"description": "",
- "name": "microgreens",
- "plural_name": "microgreens"
+ "name": "microplante",
+ "plural_name": "microplante"
},
"boston lettuce": {
"aliases": [],
"description": "",
"name": "salată boston",
- "plural_name": "boston lettuce"
+ "plural_name": "salată Boston"
},
"kohlrabi": {
"aliases": [],
"description": "",
"name": "gulie",
- "plural_name": "kohlrabi"
+ "plural_name": "gulie"
},
"fresno chile": {
"aliases": [],
@@ -576,11 +576,11 @@
},
"Frisée": {
"aliases": [
- "curly endive"
+ "andivă creață"
],
"description": "",
"name": "Frisée",
- "plural_name": "Frisées"
+ "plural_name": "Frisée"
},
"anaheim pepper": {
"aliases": [],
@@ -591,14 +591,14 @@
"cress": {
"aliases": [],
"description": "",
- "name": "cress",
- "plural_name": "cress"
+ "name": "creson",
+ "plural_name": "cresoni"
},
"broccoli slaw": {
"aliases": [],
"description": "",
"name": "varză de broccoli",
- "plural_name": "broccoli slaw"
+ "plural_name": "salată de broccoli"
},
"arbol chile pepper": {
"aliases": [],
@@ -622,7 +622,7 @@
"aliases": [],
"description": "",
"name": "lucernă",
- "plural_name": "alfalfa"
+ "plural_name": "lucernă"
}
}
},
@@ -974,13 +974,13 @@
"aliases": [],
"description": "",
"name": "pomelo",
- "plural_name": "pomelos"
+ "plural_name": "pomelo"
},
"chestnut purée": {
"aliases": [],
"description": "",
- "name": "chestnut purée",
- "plural_name": "chestnut purée"
+ "name": "piure de castane",
+ "plural_name": "piureuri de castane"
},
"prickly pear": {
"aliases": [],
@@ -1028,7 +1028,7 @@
"aliases": [],
"description": "",
"name": "tangelo",
- "plural_name": "tangelos"
+ "plural_name": "tangelo"
},
"dried lime": {
"aliases": [],
@@ -1100,7 +1100,7 @@
"aliases": [],
"description": "",
"name": "tamarillo",
- "plural_name": "tamarillos"
+ "plural_name": "tamarillo"
},
"ice-apple": {
"aliases": [],
@@ -1159,8 +1159,8 @@
"loquat": {
"aliases": [],
"description": "",
- "name": "loquat",
- "plural_name": "loquats"
+ "name": "moșmon",
+ "plural_name": "moșmoni"
},
"crabapple": {
"aliases": [],
@@ -1189,50 +1189,50 @@
"soursop": {
"aliases": [],
"description": "",
- "name": "soursop",
- "plural_name": "soursops"
+ "name": "graviola",
+ "plural_name": "graviola"
},
"hog plum": {
"aliases": [],
"description": "",
- "name": "hog plum",
- "plural_name": "hog plums"
+ "name": "prună de Jamaica",
+ "plural_name": "prune de Jamaica"
},
"bergamot orange": {
"aliases": [],
"description": "",
- "name": "bergamot orange",
- "plural_name": "bergamot oranges"
+ "name": "portocală bergamotă",
+ "plural_name": "portocale bergamotă"
},
"luo han guo": {
"aliases": [],
"description": "",
"name": "luo han guo",
- "plural_name": "luo han guos"
+ "plural_name": "luo han guo"
},
"mamey": {
"aliases": [],
"description": "",
"name": "mamey",
- "plural_name": "mameys"
+ "plural_name": "mamey"
},
"sapote": {
"aliases": [],
"description": "",
"name": "sapote negru",
- "plural_name": "sapotes"
+ "plural_name": "sapote"
},
"green ume plum": {
"aliases": [],
"description": "",
- "name": "green ume plum",
- "plural_name": "green ume plums"
+ "name": "prună ume verde",
+ "plural_name": "prune ume verzi"
},
"kiwano": {
"aliases": [],
"description": "",
"name": "kiwano",
- "plural_name": "kiwanos"
+ "plural_name": "kiwano"
}
}
},
@@ -1241,20 +1241,20 @@
"button mushroom": {
"aliases": [],
"description": "",
- "name": "button mushroom",
- "plural_name": "button mushrooms"
+ "name": "ciupercă champignon",
+ "plural_name": "ciuperci champignon"
},
"shiitake mushroom": {
"aliases": [],
"description": "",
- "name": "shiitake mushroom",
- "plural_name": "shiitake mushrooms"
+ "name": "ciupercă shiitake",
+ "plural_name": "ciuperci shiitake"
},
"portobello mushroom": {
"aliases": [],
"description": "",
- "name": "portobello mushroom",
- "plural_name": "portobello mushrooms"
+ "name": "ciupercă portobello",
+ "plural_name": "ciuperci portobello"
},
"wild mushroom": {
"aliases": [],
@@ -1271,7 +1271,7 @@
"mixed mushroom": {
"aliases": [],
"description": "",
- "name": "mixed mushroom",
+ "name": "ciuperci mixte",
"plural_name": "ciuperci mixte"
},
"oyster mushroom": {
@@ -1283,20 +1283,20 @@
"chestnut mushroom": {
"aliases": [],
"description": "",
- "name": "chestnut mushroom",
- "plural_name": "chestnut mushrooms"
+ "name": "ciupercă castanie",
+ "plural_name": "ciuperci castanie"
},
"enoki mushroom": {
"aliases": [],
"description": "",
- "name": "enoki mushroom",
- "plural_name": "enoki mushrooms"
+ "name": "ciupercă enoki",
+ "plural_name": "ciuperci enoki"
},
"black fungu": {
"aliases": [],
"description": "",
- "name": "black fungus",
- "plural_name": "black fungus"
+ "name": "urechi de lemn negre",
+ "plural_name": "urechi de lemn negre"
},
"black truffle": {
"aliases": [],
@@ -1307,50 +1307,50 @@
"morel mushroom": {
"aliases": [],
"description": "",
- "name": "morel mushroom",
- "plural_name": "morel mushrooms"
+ "name": "zbârciog",
+ "plural_name": "zbârciogi"
},
"field mushroom": {
"aliases": [],
"description": "",
- "name": "field mushroom",
- "plural_name": "field mushrooms"
+ "name": "ciupercă de câmp",
+ "plural_name": "ciuperci de câmp"
},
"king oyster mushroom": {
"aliases": [],
"description": "",
- "name": "king oyster mushroom",
- "plural_name": "king oyster mushrooms"
+ "name": "ciupercă pleurotus regală",
+ "plural_name": "ciuperci pleurotus regale"
},
"shimeji mushroom": {
"aliases": [],
"description": "",
- "name": "shimeji mushroom",
- "plural_name": "shimeji mushrooms"
+ "name": "ciupercă shimeji",
+ "plural_name": "ciuperci shimeji"
},
"straw mushroom": {
"aliases": [],
"description": "",
- "name": "straw mushroom",
- "plural_name": "straw mushrooms"
+ "name": "ciupercă de paie",
+ "plural_name": "ciuperci de paie"
},
"dried chinese mushroom": {
"aliases": [],
"description": "",
- "name": "dried chinese mushroom",
- "plural_name": "dried chinese mushrooms"
+ "name": "ciupercă chinezească uscată",
+ "plural_name": "ciuperci chinezești uscate"
},
"maitake": {
"aliases": [],
"description": "",
"name": "maitake",
- "plural_name": "maitakes"
+ "plural_name": "maitake"
},
"trumpet mushroom": {
"aliases": [],
"description": "",
- "name": "trumpet mushroom",
- "plural_name": "trumpet mushrooms"
+ "name": "ciupercă trompetă",
+ "plural_name": "ciuperci trompetă"
},
"white truffle": {
"aliases": [],
@@ -1361,92 +1361,92 @@
"white fungu": {
"aliases": [],
"description": "",
- "name": "white fungus",
- "plural_name": "white fungus"
+ "name": "ciupercă albă",
+ "plural_name": "ciuperci albe"
},
"pioppini": {
"aliases": [],
"description": "",
"name": "pioppini",
- "plural_name": "pioppinis"
+ "plural_name": "pioppini"
},
"snow fungu": {
"aliases": [],
"description": "",
- "name": "snow fungus",
- "plural_name": "snow fungus"
+ "name": "ciupercă de zăpadă",
+ "plural_name": "ciuperci de zăpadă"
},
"white beech mushroom": {
"aliases": [],
"description": "",
- "name": "white beech mushroom",
- "plural_name": "white beech mushrooms"
+ "name": "ciupercă beech albă",
+ "plural_name": "ciuperci beech albe"
},
"boletu": {
"aliases": [],
"description": "",
- "name": "boletus",
- "plural_name": "boletus"
+ "name": "hrib",
+ "plural_name": "hribi"
},
"huitlacoche": {
"aliases": [],
"description": "",
"name": "huitlacoche",
- "plural_name": "huitlacoches"
+ "plural_name": "huitlacoche"
},
"matsutake": {
"aliases": [],
"description": "",
"name": "matsutake",
- "plural_name": "matsutakes"
+ "plural_name": "matsutake"
},
"nameko": {
"aliases": [],
"description": "",
"name": "nameko",
- "plural_name": "namekos"
+ "plural_name": "nameko"
},
"djon djon mushroom": {
"aliases": [],
"description": "",
- "name": "djon djon mushroom",
- "plural_name": "djon djon mushrooms"
+ "name": "ciupercă djon djon",
+ "plural_name": "ciuperci djon djon"
},
"mixed asian mushroom": {
"aliases": [],
"description": "",
- "name": "mixed asian mushroom",
- "plural_name": "mixed asian mushrooms"
+ "name": "ciuperci asiatice mixte",
+ "plural_name": "ciuperci asiatice mixte"
},
"puffball": {
"aliases": [],
"description": "",
- "name": "puffball",
- "plural_name": "puffballs"
+ "name": "burete de câm",
+ "plural_name": "bureți de câmp"
},
"honey fungu": {
"aliases": [],
"description": "",
- "name": "honey fungus",
- "plural_name": "honey fungus"
+ "name": "ghebe",
+ "plural_name": "ghebe"
},
"caesar's mushroom": {
"aliases": [],
"description": "",
- "name": "caesar's mushroom",
- "plural_name": "caesar's mushrooms"
+ "name": "burete domnesc",
+ "plural_name": "bureți domnești"
},
"candy cap mushroom": {
"aliases": [],
"description": "",
- "name": "candy cap mushroom",
- "plural_name": "candy cap mushrooms"
+ "name": "ciupercă candy cap",
+ "plural_name": "ciuperci candy cap"
},
"lion’s mane mushroom": {
"aliases": [],
"description": "",
- "name": "lion’s mane mushroom",
- "plural_name": "lion’s mane mushrooms"
+ "name": "ciupercă coama leului",
+ "plural_name": "ciuperci coama leului"
}
}
},
@@ -1491,14 +1491,14 @@
"berry mix": {
"aliases": [],
"description": "",
- "name": "berry mix",
- "plural_name": "berry mixes"
+ "name": "amestec de fructe de pădure",
+ "plural_name": "amestecuri de fructe de pădure"
},
"maraschino cherry": {
"aliases": [],
"description": "",
- "name": "maraschino cherry",
- "plural_name": "maraschino cherries"
+ "name": "cireașă maraschino",
+ "plural_name": "cireșe maraschino"
},
"dried cherry": {
"aliases": [],
@@ -1509,26 +1509,26 @@
"juniper berry": {
"aliases": [],
"description": "",
- "name": "juniper berry",
- "plural_name": "juniper berries"
+ "name": "boabă de ienupăr",
+ "plural_name": "boabe de ienupăr"
},
"sour cherry": {
"aliases": [],
"description": "",
- "name": "sour cherry",
- "plural_name": "sour cherries"
+ "name": "cireașă acră",
+ "plural_name": "cireșe acre"
},
"goji berry": {
"aliases": [],
"description": "",
- "name": "goji berry",
- "plural_name": "goji berries"
+ "name": "boabă de goji",
+ "plural_name": "boabe de goji"
},
"dried blueberry": {
"aliases": [],
"description": "",
- "name": "dried blueberry",
- "plural_name": "dried blueberries"
+ "name": "afină uscată",
+ "plural_name": "afine uscate"
},
"freeze-dried strawberry": {
"aliases": [],
@@ -1545,14 +1545,14 @@
"freeze-dried raspberry": {
"aliases": [],
"description": "",
- "name": "freeze-dried raspberry",
- "plural_name": "freeze-dried raspberries"
+ "name": "zmeură liofilizată",
+ "plural_name": "zmeură liofilizată"
},
"lingonberry": {
"aliases": [],
"description": "",
- "name": "lingonberry",
- "plural_name": "lingonberries"
+ "name": "merișor",
+ "plural_name": "merișoare"
},
"canned sour cherry": {
"aliases": [],
@@ -1569,20 +1569,20 @@
"acai berry": {
"aliases": [],
"description": "",
- "name": "acai berry",
- "plural_name": "acai berries"
+ "name": "boabă de acai",
+ "plural_name": "boabe de acai"
},
"canned cherry": {
"aliases": [],
"description": "",
- "name": "canned cherry",
- "plural_name": "canned cherries"
+ "name": "cireașă la conservă",
+ "plural_name": "cireșe la conservă"
},
"amla": {
"aliases": [],
"description": "",
"name": "amla",
- "plural_name": "amlas"
+ "plural_name": "amla"
},
"elderberry": {
"aliases": [],
@@ -1593,8 +1593,8 @@
"freeze-dried blueberry": {
"aliases": [],
"description": "",
- "name": "freeze-dried blueberry",
- "plural_name": "freeze-dried blueberries"
+ "name": "afină liofilizată",
+ "plural_name": "afine liofilizate"
},
"huckleberry": {
"aliases": [],
@@ -1605,8 +1605,8 @@
"dried elderberry": {
"aliases": [],
"description": "",
- "name": "dried elderberry",
- "plural_name": "dried elderberries"
+ "name": "boabă de soc uscată",
+ "plural_name": "boabe de soc uscate"
},
"barberry": {
"aliases": [],
@@ -1879,26 +1879,26 @@
"lotus seed": {
"aliases": [],
"description": "",
- "name": "lotus seed",
- "plural_name": "lotus seeds"
+ "name": "sămânță de lotus",
+ "plural_name": "semințe de lotus"
},
"white chia": {
"aliases": [],
"description": "",
- "name": "white chia",
- "plural_name": "white chias"
+ "name": "chia albă",
+ "plural_name": "chia albă"
},
"trail mix": {
"aliases": [],
"description": "",
- "name": "trail mix",
- "plural_name": "trail mixes"
+ "name": "amestec de nuci și fructe uscate",
+ "plural_name": "amestecuri de nuci și fructe uscate"
},
"basil seed": {
"aliases": [],
"description": "",
- "name": "basil seed",
- "plural_name": "basil seeds"
+ "name": "sămânță de busuioc",
+ "plural_name": "semințe de busuioc"
},
"candlenut": {
"aliases": [],
@@ -1909,32 +1909,32 @@
"peanut brittle": {
"aliases": [],
"description": "",
- "name": "peanut brittle",
- "plural_name": "peanut brittles"
+ "name": "crocanți de arahide",
+ "plural_name": "crocanți de arahide"
},
"jackfruit seed": {
"aliases": [],
"description": "",
- "name": "jackfruit seed",
- "plural_name": "jackfruit seeds"
+ "name": "sămânță de jackfruit",
+ "plural_name": "semințe de jackfruit"
},
"honey-roasted almond": {
"aliases": [],
"description": "",
- "name": "honey-roasted almond",
- "plural_name": "honey-roasted almonds"
+ "name": "migdală coapta cu miere",
+ "plural_name": "migdale coapte cu miere"
},
"toasted nut": {
"aliases": [],
"description": "",
- "name": "toasted nut",
- "plural_name": "toasted nuts"
+ "name": "nucă prăjită",
+ "plural_name": "nuci prăjite"
},
"chironji": {
"aliases": [],
"description": "",
"name": "chironji",
- "plural_name": "chironjis"
+ "plural_name": "chironji"
},
"honey-roasted pecan": {
"aliases": [],
@@ -1951,50 +1951,50 @@
"sunflower sprout": {
"aliases": [],
"description": "",
- "name": "sunflower sprout",
+ "name": "germeni de floarea-soarelui",
"plural_name": "germeni de floarea-soarelui"
},
"apricot kernel": {
"aliases": [],
"description": "",
- "name": "apricot kernel",
- "plural_name": "apricot kernels"
+ "name": "sâmbure de caisă",
+ "plural_name": "sâmburi de caisă"
},
"palm seed": {
"aliases": [],
"description": "",
- "name": "palm seed",
- "plural_name": "palm seeds"
+ "name": "sămânță de palmier",
+ "plural_name": "semințe de palmier"
},
"ginkgo nut": {
"aliases": [],
"description": "",
- "name": "ginkgo nut",
- "plural_name": "ginkgo nuts"
+ "name": "nucă de ginkgo",
+ "plural_name": "nuci de ginkgo"
},
"keto trail mix": {
"aliases": [],
"description": "",
- "name": "keto trail mix",
- "plural_name": "keto trail mixes"
+ "name": "amestec keto de nuci și fructe uscate",
+ "plural_name": "amestecuri keto de nuci și fructe uscate"
},
"wattleseed": {
"aliases": [],
"description": "",
"name": "wattleseed",
- "plural_name": "wattleseeds"
+ "plural_name": "wattleseed"
},
"barùka": {
"aliases": [],
"description": "",
"name": "barùka",
- "plural_name": "barùkas"
+ "plural_name": "barùka"
},
"indian almond": {
"aliases": [],
"description": "",
- "name": "indian almond",
- "plural_name": "indian almonds"
+ "name": "migdal indian",
+ "plural_name": "migdale indiene"
}
}
},
@@ -2003,41 +2003,41 @@
"parmesan cheese": {
"aliases": [],
"description": "",
- "name": "parmesan cheese",
- "plural_name": "parmesan cheese"
+ "name": "brânză parmesan",
+ "plural_name": "brânză parmesan"
},
"cheddar cheese": {
"aliases": [
- "cheddar cheese"
+ "brânză cheddar"
],
"description": "",
- "name": "cheddar cheese",
- "plural_name": "cheddar cheese"
+ "name": "brânză cheddar",
+ "plural_name": "brânză cheddar"
},
"cream cheese": {
"aliases": [],
"description": "",
- "name": "cream cheese",
- "plural_name": "cream cheese"
+ "name": "cremă de brânză",
+ "plural_name": "cremă de brânză"
},
"sharp cheddar cheese": {
"aliases": [
- "sharp cheddar"
+ "cheddar matura"
],
"description": "",
- "name": "sharp cheddar cheese",
- "plural_name": "sharp cheddar cheese"
+ "name": "brânză cheddar maturată",
+ "plural_name": "brânzeturi cheddar maturate"
},
"cheese": {
"aliases": [],
"description": "",
- "name": "cheese",
- "plural_name": "cheese"
+ "name": "brânză",
+ "plural_name": "brânzeturi"
},
"mozzarella cheese": {
"aliases": [],
"description": "",
- "name": "mozzarella cheese",
+ "name": "brânză mozzarella",
"plural_name": "mozzarella cheese"
},
"feta cheese": {
diff --git a/mealie/repos/seed/resources/foods/locales/sr-SP.json b/mealie/repos/seed/resources/foods/locales/sr-SP.json
index 2ae58c3a7..8f2ef54d1 100644
--- a/mealie/repos/seed/resources/foods/locales/sr-SP.json
+++ b/mealie/repos/seed/resources/foods/locales/sr-SP.json
@@ -64,7 +64,7 @@
"jalapeño": {
"aliases": [],
"description": "",
- "name": "халапењо",
+ "name": "халапењо папричица",
"plural_name": "халапењо папричице"
},
"avocado": {
@@ -576,7 +576,7 @@
},
"Frisée": {
"aliases": [
- "curly endive"
+ "коврџава ендивија"
],
"description": "",
"name": "фризе салата",
@@ -877,7 +877,7 @@
"tangerine": {
"aliases": [],
"description": "",
- "name": "мандарина (tangerine)",
+ "name": "мандарина (мандарина)",
"plural_name": "мандарине"
},
"dried mango": {
@@ -1611,8 +1611,8 @@
"barberry": {
"aliases": [],
"description": "",
- "name": "barberry",
- "plural_name": "barberries"
+ "name": "жутика",
+ "plural_name": "барберриес"
},
"dried berry": {
"aliases": [],
@@ -1629,8 +1629,8 @@
"saskatoon berry": {
"aliases": [],
"description": "",
- "name": "saskatoon berry",
- "plural_name": "saskatoon berries"
+ "name": "саскатоон берри",
+ "plural_name": "саскатоон берриес"
},
"rosehip": {
"aliases": [],
@@ -1647,8 +1647,8 @@
"boysenberry": {
"aliases": [],
"description": "",
- "name": "boysenberry",
- "plural_name": "boysenberries"
+ "name": "боисенберри",
+ "plural_name": "боисенберриес"
},
"cloudberry": {
"aliases": [],
@@ -1677,8 +1677,8 @@
"loganberry": {
"aliases": [],
"description": "",
- "name": "loganberry",
- "plural_name": "loganberries"
+ "name": "логанберри",
+ "plural_name": "логанберриес"
},
"blackcurrant leaf": {
"aliases": [],
@@ -1695,8 +1695,8 @@
"dewberry": {
"aliases": [],
"description": "",
- "name": "dewberry",
- "plural_name": "dewberries"
+ "name": "девберри",
+ "plural_name": "девберриес"
},
"sloe berry": {
"aliases": [],
@@ -1777,8 +1777,8 @@
"slivered almond": {
"aliases": [],
"description": "",
- "name": "slivered almond",
- "plural_name": "slivered almonds"
+ "name": "исецкани бадем",
+ "plural_name": "исецкани бадеми"
},
"pumpkin seed": {
"aliases": [],
@@ -1825,14 +1825,14 @@
"hemp heart": {
"aliases": [],
"description": "",
- "name": "hemp heart",
- "plural_name": "hemp hearts"
+ "name": "конопље срце",
+ "plural_name": "срца од конопље"
},
"nigella seed": {
"aliases": [],
"description": "",
- "name": "nigella seed",
- "plural_name": "nigella seeds"
+ "name": "семе нигела",
+ "plural_name": "семена нигеле"
},
"mixed nut": {
"aliases": [],
@@ -1903,8 +1903,8 @@
"candlenut": {
"aliases": [],
"description": "",
- "name": "candlenut",
- "plural_name": "candlenuts"
+ "name": "цандленут",
+ "plural_name": "свећњаци"
},
"peanut brittle": {
"aliases": [],
@@ -1915,8 +1915,8 @@
"jackfruit seed": {
"aliases": [],
"description": "",
- "name": "jackfruit seed",
- "plural_name": "jackfruit seeds"
+ "name": "семе џекфрута",
+ "plural_name": "семена џекфрута"
},
"honey-roasted almond": {
"aliases": [],
@@ -1927,14 +1927,14 @@
"toasted nut": {
"aliases": [],
"description": "",
- "name": "toasted nut",
- "plural_name": "toasted nuts"
+ "name": "тостирани орах",
+ "plural_name": "тостирани ораси"
},
"chironji": {
"aliases": [],
"description": "",
- "name": "chironji",
- "plural_name": "chironjis"
+ "name": "цхироњи",
+ "plural_name": "цхироњис"
},
"honey-roasted pecan": {
"aliases": [],
@@ -1945,8 +1945,8 @@
"tigernut": {
"aliases": [],
"description": "",
- "name": "tigernut",
- "plural_name": "tigernuts"
+ "name": "тигернут",
+ "plural_name": "тигернутс"
},
"sunflower sprout": {
"aliases": [],
@@ -1987,8 +1987,8 @@
"barùka": {
"aliases": [],
"description": "",
- "name": "barùka",
- "plural_name": "barùkas"
+ "name": "барука",
+ "plural_name": "барукас"
},
"indian almond": {
"aliases": [],
@@ -2061,8 +2061,8 @@
"monterey jack cheese": {
"aliases": [],
"description": "",
- "name": "monterey jack cheese",
- "plural_name": "monterey jack cheese"
+ "name": "монтереј џек сир",
+ "plural_name": "монтереј џек сир"
},
"blue cheese": {
"aliases": [],
@@ -2097,8 +2097,8 @@
"gruyere cheese": {
"aliases": [],
"description": "",
- "name": "gruyere cheese",
- "plural_name": "gruyere cheese"
+ "name": "сир груиере",
+ "plural_name": "сир груиере"
},
"mascarpone cheese": {
"aliases": [],
@@ -2121,20 +2121,20 @@
"provolone cheese": {
"aliases": [],
"description": "",
- "name": "provolone cheese",
- "plural_name": "provolone cheese"
+ "name": "проволоне сир",
+ "plural_name": "проволоне сир"
},
"mexican cheese blend": {
"aliases": [],
"description": "",
- "name": "mexican cheese blend",
- "plural_name": "mexican cheese blend"
+ "name": "мешавина мексичког сира",
+ "plural_name": "мешавина мексичког сира"
},
"pepper jack cheese": {
"aliases": [],
"description": "",
- "name": "pepper jack cheese",
- "plural_name": "pepper jack cheese"
+ "name": "бибер џек сир",
+ "plural_name": "бибер џек сир"
},
"brie cheese": {
"aliases": [],
@@ -2145,26 +2145,26 @@
"paneer cheese": {
"aliases": [],
"description": "",
- "name": "paneer cheese",
- "plural_name": "paneer cheese"
+ "name": "панеер сир",
+ "plural_name": "панеер сир"
},
"fontina cheese": {
"aliases": [],
"description": "",
- "name": "fontina cheese",
- "plural_name": "fontina cheese"
+ "name": "фонтина сир",
+ "plural_name": "фонтина сир"
},
"queso fresco cheese": {
"aliases": [],
"description": "",
- "name": "queso fresco cheese",
- "plural_name": "queso fresco cheese"
+ "name": "куесо фресцо сир",
+ "plural_name": "куесо фресцо сир"
},
"quark cheese": {
"aliases": [],
"description": "",
- "name": "quark cheese",
- "plural_name": "quark cheese"
+ "name": "кварк сир",
+ "plural_name": "кварк сир"
},
"gouda cheese": {
"aliases": [],
@@ -2175,14 +2175,14 @@
"cotija cheese": {
"aliases": [],
"description": "",
- "name": "cotija cheese",
- "plural_name": "cotija cheese"
+ "name": "котија сир",
+ "plural_name": "котија сир"
},
"asiago cheese": {
"aliases": [],
"description": "",
- "name": "asiago cheese",
- "plural_name": "asiago cheese"
+ "name": "асиаго сир",
+ "plural_name": "асиаго сир"
},
"smoked cheese": {
"aliases": [],
@@ -2199,50 +2199,50 @@
"chevre cheese": {
"aliases": [],
"description": "",
- "name": "chevre cheese",
- "plural_name": "chevre cheese"
+ "name": "цхевре цхеесе",
+ "plural_name": "цхевре цхеесе"
},
"manchego cheese": {
"aliases": [],
"description": "",
- "name": "manchego cheese",
- "plural_name": "manchego cheese"
+ "name": "манцхего сир",
+ "plural_name": "манцхего сир"
},
"italian cheese blend": {
"aliases": [],
"description": "",
- "name": "italian cheese blend",
- "plural_name": "italian cheese blend"
+ "name": "мешавина италијанског сира",
+ "plural_name": "мешавина италијанског сира"
},
"neufchatel cheese": {
"aliases": [],
"description": "",
- "name": "neufchatel cheese",
- "plural_name": "neufchatel cheese"
+ "name": "неуфцхател цхеесе",
+ "plural_name": "неуфцхател цхеесе"
},
"herb cream cheese": {
"aliases": [],
"description": "",
- "name": "herb cream cheese",
- "plural_name": "herb cream cheese"
+ "name": "биљни крем сир",
+ "plural_name": "биљни крем сир"
},
"burrata cheese": {
"aliases": [],
"description": "",
- "name": "burrata cheese",
- "plural_name": "burrata cheese"
+ "name": "буррата сир",
+ "plural_name": "буррата сир"
},
"havarti cheese": {
"aliases": [],
"description": "",
- "name": "havarti cheese",
- "plural_name": "havarti cheese"
+ "name": "хаварти сир",
+ "plural_name": "хаварти сир"
},
"colby cheese": {
"aliases": [],
"description": "",
- "name": "colby cheese",
- "plural_name": "colby cheese"
+ "name": "цолби цхеесе",
+ "plural_name": "цолби цхеесе"
},
"grana-padano cheese": {
"aliases": [],
@@ -2253,14 +2253,14 @@
"muenster cheese": {
"aliases": [],
"description": "",
- "name": "muenster cheese",
- "plural_name": "muenster cheese"
+ "name": "муенстер сир",
+ "plural_name": "муенстер сир"
},
"string cheese": {
"aliases": [],
"description": "",
- "name": "string cheese",
- "plural_name": "string cheese"
+ "name": "нанизани сир",
+ "plural_name": "нанизани сир"
},
"camembert cheese": {
"aliases": [],
@@ -2277,44 +2277,44 @@
"stilton cheese": {
"aliases": [],
"description": "",
- "name": "stilton cheese",
- "plural_name": "stilton cheese"
+ "name": "стилтон сир",
+ "plural_name": "стилтон сир"
},
"raclette cheese": {
"aliases": [],
"description": "",
- "name": "raclette cheese",
- "plural_name": "raclette cheese"
+ "name": "рацлетте сир",
+ "plural_name": "рацлетте сир"
},
"colby-jack cheese": {
"aliases": [],
"description": "",
- "name": "colby-jack cheese",
- "plural_name": "colby-jack cheese"
+ "name": "колби-џек сир",
+ "plural_name": "колби-џек сир"
},
"jarlsberg cheese": {
"aliases": [],
"description": "",
- "name": "jarlsberg cheese",
- "plural_name": "jarlsberg cheese"
+ "name": "јарлсберг сир",
+ "plural_name": "јарлсберг сир"
},
"taleggio cheese": {
"aliases": [],
"description": "",
- "name": "taleggio cheese",
- "plural_name": "taleggio cheese"
+ "name": "талеггио сир",
+ "plural_name": "талеггио сир"
},
"oaxaca cheese": {
"aliases": [],
"description": "",
- "name": "oaxaca cheese",
- "plural_name": "oaxaca cheese"
+ "name": "сир оахака",
+ "plural_name": "сир оахака"
},
"labneh cheese": {
"aliases": [],
"description": "",
- "name": "labneh cheese",
- "plural_name": "labneh cheese"
+ "name": "лабнех сир",
+ "plural_name": "лабнех сир"
},
"edam cheese": {
"aliases": [],
@@ -2325,32 +2325,32 @@
"creamy cheese wedge": {
"aliases": [],
"description": "",
- "name": "creamy cheese wedge",
- "plural_name": "creamy cheese wedges"
+ "name": "кришка кремастог сира",
+ "plural_name": "кришке кремастог сира"
},
"cheese powder cheese": {
"aliases": [],
"description": "",
- "name": "cheese powder cheese",
- "plural_name": "cheese powder cheese"
+ "name": "сир у праху сир",
+ "plural_name": "сир у праху сир"
},
"fromage blanc cheese": {
"aliases": [],
"description": "",
- "name": "fromage blanc cheese",
- "plural_name": "fromage blanc cheese"
+ "name": "одстари бели сир",
+ "plural_name": "одстари бели сир"
},
"asadero cheese": {
"aliases": [],
"description": "",
- "name": "asadero cheese",
- "plural_name": "asadero cheese"
+ "name": "асадеро сир",
+ "plural_name": "асадеро сир"
},
"marble cheese": {
"aliases": [],
"description": "",
- "name": "marble cheese",
- "plural_name": "marble cheese"
+ "name": "мермерни сир",
+ "plural_name": "мермерни сир"
},
"leicester cheese": {
"aliases": [],
@@ -2361,14 +2361,14 @@
"kefalotyri cheese": {
"aliases": [],
"description": "",
- "name": "kefalotyri cheese",
- "plural_name": "kefalotyri cheese"
+ "name": "кефалотири сир",
+ "plural_name": "кефалотири сир"
},
"mizithra cheese": {
"aliases": [],
"description": "",
- "name": "mizithra cheese",
- "plural_name": "mizithra cheese"
+ "name": "сир мизитра",
+ "plural_name": "сир мизитра"
},
"lancashire cheese": {
"aliases": [],
@@ -2379,20 +2379,20 @@
"kasseri cheese": {
"aliases": [],
"description": "",
- "name": "kasseri cheese",
- "plural_name": "kasseri cheese"
+ "name": "касери сир",
+ "plural_name": "касери сир"
},
"babybel cheese": {
"aliases": [],
"description": "",
- "name": "babybel cheese",
- "plural_name": "babybel cheese"
+ "name": "бабибел сир",
+ "plural_name": "бабибел сир"
},
"panela cheese": {
"aliases": [],
"description": "",
- "name": "panela cheese",
- "plural_name": "panela cheese"
+ "name": "панела сир",
+ "plural_name": "панела сир"
},
"longhorn cheese": {
"aliases": [],
@@ -2409,50 +2409,50 @@
"comté cheese": {
"aliases": [],
"description": "",
- "name": "comté cheese",
- "plural_name": "comté cheese"
+ "name": "комте сир",
+ "plural_name": "комте сир"
},
"graviera cheese": {
"aliases": [],
"description": "",
- "name": "graviera cheese",
- "plural_name": "graviera cheese"
+ "name": "гравиера сир",
+ "plural_name": "гравиера сир"
},
"wensleydale cheese": {
"aliases": [],
"description": "",
- "name": "wensleydale cheese",
- "plural_name": "wensleydale cheese"
+ "name": "венслеидале сир",
+ "plural_name": "венслеидале сир"
},
"scamorza cheese": {
"aliases": [],
"description": "",
- "name": "scamorza cheese",
- "plural_name": "scamorza cheese"
+ "name": "сцаморза сир",
+ "plural_name": "сцаморза сир"
},
"cambozola cheese": {
"aliases": [],
"description": "",
- "name": "cambozola cheese",
- "plural_name": "cambozola cheese"
+ "name": "камбозола сир",
+ "plural_name": "камбозола сир"
},
"cheshire cheese": {
"aliases": [],
"description": "",
- "name": "cheshire cheese",
- "plural_name": "cheshire cheese"
+ "name": "чеширски сир",
+ "plural_name": "чеширски сир"
},
"anthotyro cheese": {
"aliases": [],
"description": "",
- "name": "anthotyro cheese",
- "plural_name": "anthotyro cheese"
+ "name": "антотиро сир",
+ "plural_name": "антотиро сир"
},
"chenna cheese": {
"aliases": [],
"description": "",
- "name": "chenna cheese",
- "plural_name": "chenna cheese"
+ "name": "цхенна цхеесе",
+ "plural_name": "цхенна цхеесе"
},
"hard goat cheese": {
"aliases": [],
@@ -2463,8 +2463,8 @@
"kashkaval cheese": {
"aliases": [],
"description": "",
- "name": "kashkaval cheese",
- "plural_name": "kashkaval cheese"
+ "name": "кашкавал сир",
+ "plural_name": "кашкавал сир"
},
"sheep cheese": {
"aliases": [],
@@ -2475,80 +2475,80 @@
"amul cheese": {
"aliases": [],
"description": "",
- "name": "amul cheese",
- "plural_name": "amul cheese"
+ "name": "амул сир",
+ "plural_name": "амул сир"
},
"reblochon cheese": {
"aliases": [],
"description": "",
- "name": "reblochon cheese",
- "plural_name": "reblochon cheese"
+ "name": "реблоцхон цхеесе",
+ "plural_name": "реблоцхон цхеесе"
},
"robiola cheese": {
"aliases": [],
"description": "",
- "name": "robiola cheese",
- "plural_name": "robiola cheese"
+ "name": "сир робиола",
+ "plural_name": "сир робиола"
},
"brick cheese": {
"aliases": [],
"description": "",
- "name": "brick cheese",
- "plural_name": "brick cheese"
+ "name": "сир од цигле",
+ "plural_name": "сир од цигле"
},
"quick-melt cheese": {
"aliases": [],
"description": "",
- "name": "quick-melt cheese",
- "plural_name": "quick-melt cheese"
+ "name": "брзо топљени сир",
+ "plural_name": "брзо топљени сир"
},
"farmer's cheese": {
"aliases": [],
"description": "",
- "name": "farmer's cheese",
- "plural_name": "farmer's cheese"
+ "name": "сељачки сир",
+ "plural_name": "сељачки сир"
},
"manouri cheese": {
"aliases": [],
"description": "",
- "name": "manouri cheese",
- "plural_name": "manouri cheese"
+ "name": "сир манури",
+ "plural_name": "сир манури"
},
"mimolette cheese": {
"aliases": [],
"description": "",
- "name": "mimolette cheese",
- "plural_name": "mimolette cheese"
+ "name": "мимолет сир",
+ "plural_name": "мимолет сир"
},
"queso quesadilla cheese": {
"aliases": [],
"description": "",
- "name": "queso quesadilla cheese",
- "plural_name": "queso quesadilla cheese"
+ "name": "куесо куесадилла сир",
+ "plural_name": "куесо куесадилла сир"
},
"caciocavallo cheese": {
"aliases": [],
"description": "",
- "name": "caciocavallo cheese",
- "plural_name": "caciocavalloe cheese"
+ "name": "цациоцавалло сир",
+ "plural_name": "цациоцаваллое сир"
},
"requeijão cheese": {
"aliases": [],
"description": "",
- "name": "requeijão cheese",
- "plural_name": "requeijãoe cheese"
+ "name": "рекуеијао сир",
+ "plural_name": "рекуеијаое сир"
},
"vacherin cheese": {
"aliases": [],
"description": "",
- "name": "vacherin cheese",
- "plural_name": "vacherin cheese"
+ "name": "вачерин сир",
+ "plural_name": "вачерин сир"
},
"brown cheese": {
"aliases": [],
"description": "",
- "name": "brown cheese",
- "plural_name": "brown cheese"
+ "name": "смеђи сир",
+ "plural_name": "смеђи сир"
},
"gloucester cheese": {
"aliases": [],
@@ -2559,26 +2559,26 @@
"port salut cheese": {
"aliases": [],
"description": "",
- "name": "port salut cheese",
- "plural_name": "port salut cheese"
+ "name": "порт салут сир",
+ "plural_name": "порт салут сир"
},
"derby cheese": {
"aliases": [],
"description": "",
- "name": "derby cheese",
- "plural_name": "derby cheese"
+ "name": "дерби сир",
+ "plural_name": "дерби сир"
},
"fontal cheese": {
"aliases": [],
"description": "",
- "name": "fontal cheese",
- "plural_name": "fontal cheese"
+ "name": "фонтански сир",
+ "plural_name": "фонтански сир"
},
"salad cheese": {
"aliases": [],
"description": "",
- "name": "salad cheese",
- "plural_name": "salad cheese"
+ "name": "салатни сир",
+ "plural_name": "салатни сир"
},
"truffle cheese": {
"aliases": [],
@@ -2589,8 +2589,8 @@
"epoisses cheese": {
"aliases": [],
"description": "",
- "name": "epoisses cheese",
- "plural_name": "epoisses cheese"
+ "name": "епоиссес сир",
+ "plural_name": "епоиссес сир"
},
"maasdam cheese": {
"aliases": [],
@@ -2601,14 +2601,14 @@
"petit-suisse cheese": {
"aliases": [],
"description": "",
- "name": "petit-suisse cheese",
- "plural_name": "petit-suisse cheese"
+ "name": "петит-суиссе сир",
+ "plural_name": "петит-суиссе сир"
},
"sbrinz cheese": {
"aliases": [],
"description": "",
- "name": "sbrinz cheese",
- "plural_name": "sbrinz cheese"
+ "name": "сбринз сир",
+ "plural_name": "сбринз сир"
}
}
},
@@ -2617,334 +2617,334 @@
"butter": {
"aliases": [],
"description": "",
- "name": "butter",
- "plural_name": "butter"
+ "name": "путер",
+ "plural_name": "путер"
},
"egg": {
"aliases": [],
"description": "",
- "name": "egg",
- "plural_name": "eggs"
+ "name": "јаје",
+ "plural_name": "јаја"
},
"milk": {
"aliases": [],
"description": "",
- "name": "milk",
- "plural_name": "milk"
+ "name": "млеко",
+ "plural_name": "млеко"
},
"heavy cream": {
"aliases": [],
"description": "",
- "name": "heavy cream",
- "plural_name": "heavy cream"
+ "name": "тешка крема",
+ "plural_name": "тешка крема"
},
"sour cream": {
"aliases": [],
"description": "",
- "name": "sour cream",
- "plural_name": "sour cream"
+ "name": "павлака",
+ "plural_name": "павлака"
},
"buttermilk": {
"aliases": [],
"description": "",
- "name": "buttermilk",
- "plural_name": "buttermilk"
+ "name": "млаћеница",
+ "plural_name": "млаћеница"
},
"yogurt": {
"aliases": [],
"description": "",
- "name": "yogurt",
- "plural_name": "yogurts"
+ "name": "јогурт",
+ "plural_name": "јогурти"
},
"greek yogurt": {
"aliases": [],
"description": "",
- "name": "greek yogurt",
- "plural_name": "greek yogurts"
+ "name": "грчки јогурт",
+ "plural_name": "грчки јогурти"
},
"cream": {
"aliases": [],
"description": "",
- "name": "cream",
- "plural_name": "cream"
+ "name": "крема",
+ "plural_name": "крема"
},
"whipped cream": {
"aliases": [],
"description": "",
- "name": "whipped cream",
- "plural_name": "whipped cream"
+ "name": "шлаг",
+ "plural_name": "шлаг"
},
"ghee": {
"aliases": [
- "clarified butter"
+ "прочишћени путер"
],
"description": "",
- "name": "ghee",
- "plural_name": "ghees"
+ "name": "гхее",
+ "plural_name": "гхеес"
},
"shortening": {
"aliases": [],
"description": "",
- "name": "shortening",
- "plural_name": "shortenings"
+ "name": "скраћивање",
+ "plural_name": "скраћивања"
},
"condensed milk": {
"aliases": [],
"description": "",
- "name": "condensed milk",
- "plural_name": "condensed milk"
+ "name": "кондензовано млеко",
+ "plural_name": "кондензовано млеко"
},
"half and half": {
"aliases": [],
"description": "",
- "name": "half and half",
- "plural_name": "half and halves"
+ "name": "пола-пола",
+ "plural_name": "пола и пола"
},
"sweetened condensed milk": {
"aliases": [],
"description": "",
- "name": "sweetened condensed milk",
- "plural_name": "sweetened condensed milk"
+ "name": "заслађено кондензовано млеко",
+ "plural_name": "заслађено кондензовано млеко"
},
"ice cream": {
"aliases": [],
"description": "",
- "name": "ice cream",
- "plural_name": "ice cream"
+ "name": "сладолед",
+ "plural_name": "сладолед"
},
"margarine": {
"aliases": [],
"description": "",
- "name": "margarine",
- "plural_name": "margarines"
+ "name": "маргарин",
+ "plural_name": "маргарини"
},
"creme fraiche": {
"aliases": [],
"description": "",
- "name": "creme fraiche",
- "plural_name": "creme fraiches"
+ "name": "цреме фраицхе",
+ "plural_name": "цреме фраицхес"
},
"frosting": {
"aliases": [],
"description": "",
- "name": "frosting",
- "plural_name": "frostings"
+ "name": "глазура",
+ "plural_name": "глазура"
},
"milk powder": {
"aliases": [],
"description": "",
- "name": "milk powder",
- "plural_name": "milk powder"
+ "name": "млеко у праху",
+ "plural_name": "млеко у праху"
},
"curd": {
"aliases": [],
"description": "",
- "name": "curd",
- "plural_name": "curds"
+ "name": "цурд",
+ "plural_name": "цурдс"
},
"thickened cream": {
"aliases": [],
"description": "",
- "name": "thickened cream",
- "plural_name": "thickened cream"
+ "name": "згуснута крема",
+ "plural_name": "згуснута крема"
},
"lemon curd": {
"aliases": [],
"description": "",
- "name": "lemon curd",
- "plural_name": "lemon curds"
+ "name": "лимун цурд",
+ "plural_name": "лимун цурдс"
},
"dulce de leche": {
"aliases": [],
"description": "",
- "name": "dulce de leche",
- "plural_name": "dulce de leche"
+ "name": "дулце де лецхе",
+ "plural_name": "дулце де лецхе"
},
"custard": {
"aliases": [],
"description": "",
- "name": "custard",
- "plural_name": "custard"
+ "name": "кремаста крема",
+ "plural_name": "кремаста крема"
},
"chocolate frosting": {
"aliases": [],
"description": "",
- "name": "chocolate frosting",
- "plural_name": "chocolate frostings"
+ "name": "глазура од чоколаде",
+ "plural_name": "глазура од чоколаде"
},
"kefir": {
"aliases": [],
"description": "",
- "name": "kefir",
- "plural_name": "kefirs"
+ "name": "кефир",
+ "plural_name": "кефири"
},
"sherbet": {
"aliases": [],
"description": "",
- "name": "sherbet",
- "plural_name": "sherbets"
+ "name": "шербет",
+ "plural_name": "шербети"
},
"chocolate milk": {
"aliases": [],
"description": "",
- "name": "chocolate milk",
- "plural_name": "chocolate milk"
+ "name": "чоколадно млеко",
+ "plural_name": "чоколадно млеко"
},
"liquid egg substitute": {
"aliases": [],
"description": "",
- "name": "liquid egg substitute",
- "plural_name": "liquid egg substitutes"
+ "name": "течна замена за јаја",
+ "plural_name": "течне замене за јаја"
},
"whey": {
"aliases": [],
"description": "",
- "name": "whey",
- "plural_name": "wheys"
+ "name": "сурутка",
+ "plural_name": "сурутке"
},
"hung curd": {
"aliases": [],
"description": "",
- "name": "hung curd",
- "plural_name": "hung curds"
+ "name": "виси цурд",
+ "plural_name": "виси цурдс"
},
"quail egg": {
"aliases": [],
"description": "",
- "name": "quail egg",
- "plural_name": "quail eggs"
+ "name": "препелице јаје",
+ "plural_name": "препелица јаја"
},
"buttermilk powder": {
"aliases": [],
"description": "",
- "name": "buttermilk powder",
- "plural_name": "buttermilk powder"
+ "name": "млаћеница у праху",
+ "plural_name": "млаћеница у праху"
},
"frozen yogurt": {
"aliases": [],
"description": "",
- "name": "frozen yogurt",
- "plural_name": "frozen yogurts"
+ "name": "смрзнути јогурт",
+ "plural_name": "смрзнути јогурти"
},
"khoya": {
"aliases": [],
"description": "",
- "name": "khoya",
- "plural_name": "khoyas"
+ "name": "кхоиа",
+ "plural_name": "кхоиас"
},
"milk cream": {
"aliases": [],
"description": "",
- "name": "milk cream",
- "plural_name": "milk cream"
+ "name": "млечна крема",
+ "plural_name": "млечна крема"
},
"coffee creamer": {
"aliases": [],
"description": "",
- "name": "coffee creamer",
- "plural_name": "coffee creamers"
+ "name": "крема за кафу",
+ "plural_name": "креме за кафу"
},
"clotted cream": {
"aliases": [],
"description": "",
- "name": "clotted cream",
- "plural_name": "clotted cream"
+ "name": "згрушана крема",
+ "plural_name": "згрушана крема"
},
"goat milk": {
"aliases": [],
"description": "",
- "name": "goat milk",
- "plural_name": "goat milk"
+ "name": "козје млеко",
+ "plural_name": "козје млеко"
},
"cheese curd": {
"aliases": [],
"description": "",
- "name": "cheese curd",
- "plural_name": "cheese curds"
+ "name": "сирна скута",
+ "plural_name": "сирне скуте"
},
"sour milk": {
"aliases": [],
"description": "",
- "name": "sour milk",
- "plural_name": "sour milk"
+ "name": "кисело млеко",
+ "plural_name": "кисело млеко"
},
"ganache": {
"aliases": [],
"description": "",
- "name": "ganache",
- "plural_name": "ganaches"
+ "name": "ганацхе",
+ "plural_name": "ганацхес"
},
"cajeta": {
"aliases": [],
"description": "",
- "name": "cajeta",
- "plural_name": "cajetas"
+ "name": "цајета",
+ "plural_name": "цаетас"
},
"duck egg": {
"aliases": [],
"description": "",
- "name": "duck egg",
- "plural_name": "duck eggs"
+ "name": "пачје јаје",
+ "plural_name": "пачја јаја"
},
"salted egg": {
"aliases": [],
"description": "",
- "name": "salted egg",
- "plural_name": "salted eggs"
+ "name": "слано јаје",
+ "plural_name": "слана јаја"
},
"skyr": {
"aliases": [],
"description": "",
- "name": "skyr",
- "plural_name": "skyrs"
+ "name": "скир",
+ "plural_name": "скирс"
},
"pumpkin spice coffee creamer": {
"aliases": [],
"description": "",
- "name": "pumpkin spice coffee creamer",
- "plural_name": "pumpkin spice coffee creamers"
+ "name": "крема за кафу зачина од бундеве",
+ "plural_name": "креме за кафу са зачином од бундеве"
},
"raw milk": {
"aliases": [],
"description": "",
- "name": "raw milk",
- "plural_name": "raw milk"
+ "name": "сирово млеко",
+ "plural_name": "сирово млеко"
},
"lime curd": {
"aliases": [],
"description": "",
- "name": "lime curd",
- "plural_name": "lime curds"
+ "name": "креч скута",
+ "plural_name": "креч скута"
},
"powdered coffee creamer": {
"aliases": [],
"description": "",
- "name": "powdered coffee creamer",
- "plural_name": "powdered coffee creamers"
+ "name": "крема за кафу у праху",
+ "plural_name": "креме за кафу у праху"
},
"chantilly": {
"aliases": [],
"description": "",
- "name": "chantilly",
- "plural_name": "chantillies"
+ "name": "цхантилли",
+ "plural_name": "цхантиллиес"
},
"milkfat": {
"aliases": [],
"description": "",
- "name": "milkfat",
- "plural_name": "milkfats"
+ "name": "млечне масти",
+ "plural_name": "млечне масти"
},
"yogurt starter": {
"aliases": [],
"description": "",
- "name": "yogurt starter",
- "plural_name": "yogurt starters"
+ "name": "стартер за јогурт",
+ "plural_name": "предјела од јогурта"
},
"rainbow sherbet": {
"aliases": [],
"description": "",
- "name": "rainbow sherbet",
- "plural_name": "rainbow sherbets"
+ "name": "дугин шербет",
+ "plural_name": "дугиних шербета"
},
"strawberry frosting": {
"aliases": [],
@@ -2997,140 +2997,140 @@
"goat yogurt": {
"aliases": [],
"description": "",
- "name": "goat yogurt",
- "plural_name": "goat yogurts"
+ "name": "козји јогурт",
+ "plural_name": "козји јогурти"
},
"dahi": {
"aliases": [],
"description": "",
- "name": "dahi",
- "plural_name": "dahis"
+ "name": "дахи",
+ "plural_name": "дахис"
},
"cinnamon sugar butter spread": {
"aliases": [],
"description": "",
- "name": "cinnamon sugar butter spread",
- "plural_name": "cinnamon sugar butter spreads"
+ "name": "цимет шећер путер намаз",
+ "plural_name": "цимет шећер путер намази"
},
"bulgarian yogurt": {
"aliases": [],
"description": "",
- "name": "bulgarian yogurt",
- "plural_name": "bulgarian yogurts"
+ "name": "бугарски јогурт",
+ "plural_name": "бугарски јогурти"
},
"tvorog": {
"aliases": [],
"description": "",
- "name": "tvorog",
- "plural_name": "tvorogs"
+ "name": "творог",
+ "plural_name": "творогс"
},
"chocolate milk powder": {
"aliases": [],
"description": "",
- "name": "chocolate milk powder",
- "plural_name": "chocolate milk powder"
+ "name": "чоколадно млеко у праху",
+ "plural_name": "чоколадно млеко у праху"
},
"liquid rennet": {
"aliases": [],
"description": "",
- "name": "liquid rennet",
- "plural_name": "liquid rennets"
+ "name": "течно сирило",
+ "plural_name": "течна сирила"
},
"sheep’s milk yoghurt": {
"aliases": [],
"description": "",
- "name": "sheep’s milk yoghurt",
- "plural_name": "sheep’s milk yoghurts"
+ "name": "јогурт од овчијег млека",
+ "plural_name": "јогурти од овчијег млека"
},
"strawberry milk": {
"aliases": [],
"description": "",
- "name": "strawberry milk",
- "plural_name": "strawberry milk"
+ "name": "млеко од јагоде",
+ "plural_name": "млеко од јагоде"
},
"ayran": {
"aliases": [],
"description": "",
- "name": "ayran",
- "plural_name": "ayrans"
+ "name": "аиран",
+ "plural_name": "аиранс"
},
"cuajada": {
"aliases": [],
"description": "",
- "name": "cuajada",
- "plural_name": "cuajadas"
+ "name": "цуајада",
+ "plural_name": "цуајадас"
},
"yogurt drink": {
"aliases": [],
"description": "",
- "name": "yogurt drink",
- "plural_name": "yogurt drinks"
+ "name": "пиће од јогурта",
+ "plural_name": "пића од јогурта"
},
"passion-fruit curd": {
"aliases": [],
"description": "",
- "name": "passion-fruit curd",
- "plural_name": "passion-fruit curds"
+ "name": "скута од маракује",
+ "plural_name": "скута од маракује"
},
"pickled egg": {
"aliases": [],
"description": "",
- "name": "pickled egg",
- "plural_name": "pickled eggs"
+ "name": "кисело јаје",
+ "plural_name": "кисела јаја"
},
"sheep milk": {
"aliases": [],
"description": "",
- "name": "sheep milk",
- "plural_name": "sheep milk"
+ "name": "овчијег млека",
+ "plural_name": "овчијег млека"
},
"starter culture": {
"aliases": [],
"description": "",
- "name": "starter culture",
- "plural_name": "starter cultures"
+ "name": "стартер култура",
+ "plural_name": "стартер културе"
},
"kashk": {
"aliases": [],
"description": "",
- "name": "kashk",
- "plural_name": "kashks"
+ "name": "касхк",
+ "plural_name": "касхкс"
},
"ostrich egg": {
"aliases": [],
"description": "",
- "name": "ostrich egg",
- "plural_name": "ostrich eggs"
+ "name": "нојево јаје",
+ "plural_name": "нојева јаја"
},
"vanilla milk": {
"aliases": [],
"description": "",
- "name": "vanilla milk",
- "plural_name": "vanilla milk"
+ "name": "млеко од ваниле",
+ "plural_name": "млеко од ваниле"
},
"yoplait whip": {
"aliases": [],
"description": "",
- "name": "yoplait whip",
- "plural_name": "yoplait whips"
+ "name": "иоплаит бич",
+ "plural_name": "иоплаит бичеви"
},
"buffalo milk": {
"aliases": [],
"description": "",
- "name": "buffalo milk",
- "plural_name": "buffalo milk"
+ "name": "бивоље млеко",
+ "plural_name": "бивоље млеко"
},
"goat kefir": {
"aliases": [],
"description": "",
- "name": "goat kefir",
- "plural_name": "goat kefirs"
+ "name": "козји кефир",
+ "plural_name": "козји кефир"
},
"lebneh": {
"aliases": [],
"description": "",
- "name": "lebneh",
- "plural_name": "lebnehs"
+ "name": "лебнех",
+ "plural_name": "лебнехс"
}
}
},
@@ -3139,560 +3139,560 @@
"coconut milk": {
"aliases": [],
"description": "",
- "name": "coconut milk",
- "plural_name": "coconut milk"
+ "name": "кокосово млеко",
+ "plural_name": "кокосово млеко"
},
"almond milk": {
"aliases": [],
"description": "",
- "name": "almond milk",
- "plural_name": "almond milk"
+ "name": "бадемово млеко",
+ "plural_name": "бадемово млеко"
},
"almond butter": {
"aliases": [],
"description": "",
- "name": "almond butter",
- "plural_name": "almond butter"
+ "name": "бадемов путер",
+ "plural_name": "бадемов путер"
},
"tofu": {
"aliases": [],
"description": "",
- "name": "tofu",
- "plural_name": "tofus"
+ "name": "тофу",
+ "plural_name": "тофус"
},
"coconut cream": {
"aliases": [],
"description": "",
- "name": "coconut cream",
- "plural_name": "coconut cream"
+ "name": "кокосова крема",
+ "plural_name": "кокосова крема"
},
"vegan butter": {
"aliases": [],
"description": "",
- "name": "vegan butter",
- "plural_name": "vegan butter"
+ "name": "вегански путер",
+ "plural_name": "вегански путер"
},
"non-dairy milk": {
"aliases": [],
"description": "",
- "name": "non-dairy milk",
- "plural_name": "non-dairy milk"
+ "name": "немлечно млеко",
+ "plural_name": "немлечно млеко"
},
"soy milk": {
"aliases": [],
"description": "",
- "name": "soy milk",
- "plural_name": "soy milk"
+ "name": "сојино млеко",
+ "plural_name": "сојино млеко"
},
"extra firm tofu": {
"aliases": [],
"description": "",
- "name": "extra firm tofu",
- "plural_name": "extra firm tofus"
+ "name": "екстра чврсти тофу",
+ "plural_name": "екстра чврсти тофус"
},
"silken tofu": {
"aliases": [],
"description": "",
- "name": "silken tofu",
- "plural_name": "silken tofus"
+ "name": "свилени тофу",
+ "plural_name": "свилени тофуси"
},
"kala namak salt": {
"aliases": [],
"description": "",
- "name": "kala namak salt",
- "plural_name": "kala namak salt"
+ "name": "кала намак со",
+ "plural_name": "кала намак со"
},
"coconut butter": {
"aliases": [],
"description": "",
- "name": "coconut butter",
- "plural_name": "coconut butter"
+ "name": "кокосов путер",
+ "plural_name": "кокосов путер"
},
"egg replacer": {
"aliases": [],
"description": "",
- "name": "egg replacer",
- "plural_name": "egg replacers"
+ "name": "замена за јаја",
+ "plural_name": "замене за јаја"
},
"vegan mayonnaise": {
"aliases": [],
"description": "",
- "name": "vegan mayonnaise",
- "plural_name": "vegan mayonnaise"
+ "name": "вегански мајонез",
+ "plural_name": "вегански мајонез"
},
"vegan cheese": {
"aliases": [],
"description": "",
- "name": "vegan cheese",
- "plural_name": "vegan cheese"
+ "name": "вегански сир",
+ "plural_name": "вегански сир"
},
"cashew butter": {
"aliases": [],
"description": "",
- "name": "cashew butter",
- "plural_name": "cashew butter"
+ "name": "индијски путер",
+ "plural_name": "индијски путер"
},
"tempeh": {
"aliases": [],
"description": "",
- "name": "tempeh",
- "plural_name": "tempehs"
+ "name": "темпех",
+ "plural_name": "темпехс"
},
"vegan cream cheese": {
"aliases": [],
"description": "",
- "name": "vegan cream cheese",
- "plural_name": "vegan cream cheese"
+ "name": "вегански крем сир",
+ "plural_name": "вегански крем сир"
},
"coconut yogurt": {
"aliases": [],
"description": "",
- "name": "coconut yogurt",
- "plural_name": "coconut yogurts"
+ "name": "кокосов јогурт",
+ "plural_name": "кокосов јогурт"
},
"non-dairy yogurt": {
"aliases": [],
"description": "",
- "name": "non-dairy yogurt",
- "plural_name": "non-dairy yogurts"
+ "name": "јогурт без млека",
+ "plural_name": "јогурти без млека"
},
"seed butter": {
"aliases": [],
"description": "",
- "name": "seed butter",
- "plural_name": "seed butter"
+ "name": "путер од семена",
+ "plural_name": "путер од семена"
},
"cashew milk": {
"aliases": [],
"description": "",
- "name": "cashew milk",
- "plural_name": "cashew milk"
+ "name": "индијско млеко",
+ "plural_name": "индијско млеко"
},
"oat milk": {
"aliases": [],
"description": "",
- "name": "oat milk",
- "plural_name": "oat milk"
+ "name": "овсено млеко",
+ "plural_name": "овсено млеко"
},
"nut butter": {
"aliases": [],
"description": "",
- "name": "nut butter",
- "plural_name": "nut butter"
+ "name": "путер од ораха",
+ "plural_name": "путер од ораха"
},
"rice milk": {
"aliases": [],
"description": "",
- "name": "rice milk",
- "plural_name": "rice milk"
+ "name": "пиринчано млеко",
+ "plural_name": "пиринчано млеко"
},
"vegan sour cream": {
"aliases": [],
"description": "",
- "name": "vegan sour cream",
- "plural_name": "vegan sour cream"
+ "name": "веганска павлака",
+ "plural_name": "веганска павлака"
},
"textured vegetable protein": {
"aliases": [],
"description": "",
- "name": "textured vegetable protein",
- "plural_name": "textured vegetable proteins"
+ "name": "текстурирани биљни протеин",
+ "plural_name": "текстурирани биљни протеини"
},
"vegan worcestershire": {
"aliases": [],
"description": "",
- "name": "vegan worcestershire",
- "plural_name": "vegan worcestershires"
+ "name": "вегански вустершир",
+ "plural_name": "вегански вустершир"
},
"soy yogurt": {
"aliases": [],
"description": "",
- "name": "soy yogurt",
- "plural_name": "soy yogurts"
+ "name": "соја јогурт",
+ "plural_name": "сојини јогурти"
},
"vegan mozzarella": {
"aliases": [],
"description": "",
- "name": "vegan mozzarella",
- "plural_name": "vegan mozzarellas"
+ "name": "веганска моцарела",
+ "plural_name": "веганске моцареле"
},
"non-dairy creamer": {
"aliases": [],
"description": "",
- "name": "non-dairy creamer",
- "plural_name": "non-dairy creamers"
+ "name": "немлечна крема",
+ "plural_name": "креме без млека"
},
"vegan sausage": {
"aliases": [],
"description": "",
- "name": "vegan sausage",
- "plural_name": "vegan sausages"
+ "name": "веганска кобасица",
+ "plural_name": "веганске кобасице"
},
"coconut whipped cream": {
"aliases": [],
"description": "",
- "name": "coconut whipped cream",
- "plural_name": "coconut whipped cream"
+ "name": "шлаг од кокоса",
+ "plural_name": "шлаг од кокоса"
},
"smoked tofu": {
"aliases": [],
"description": "",
- "name": "smoked tofu",
- "plural_name": "smoked tofus"
+ "name": "димљени тофу",
+ "plural_name": "димљени тофус"
},
"coconut powder": {
"aliases": [],
"description": "",
- "name": "coconut powder",
- "plural_name": "coconut powder"
+ "name": "кокосов прах",
+ "plural_name": "кокосов прах"
},
"soy cream": {
"aliases": [],
"description": "",
- "name": "soy cream",
- "plural_name": "soy cream"
+ "name": "сојина крема",
+ "plural_name": "сојина крема"
},
"seitan": {
"aliases": [],
"description": "",
- "name": "seitan",
- "plural_name": "seitans"
+ "name": "сеитан",
+ "plural_name": "сејтанс"
},
"coconut milk powder": {
"aliases": [],
"description": "",
- "name": "coconut milk powder",
- "plural_name": "coconut milk powder"
+ "name": "кокосово млеко у праху",
+ "plural_name": "кокосово млеко у праху"
},
"non-dairy whipped topping": {
"aliases": [],
"description": "",
- "name": "non-dairy whipped topping",
- "plural_name": "non-dairy whipped toppings"
+ "name": "немлечни умућени прелив",
+ "plural_name": "немлечни умућени преливи"
},
"nut milk": {
"aliases": [],
"description": "",
- "name": "nut milk",
- "plural_name": "nut milk"
+ "name": "млеко од ораха",
+ "plural_name": "млеко од ораха"
},
"non-dairy cream": {
"aliases": [],
"description": "",
- "name": "non-dairy cream",
- "plural_name": "non-dairy cream"
+ "name": "крема без млека",
+ "plural_name": "крема без млека"
},
"vegan burger patty": {
"aliases": [],
"description": "",
- "name": "vegan burger patty",
- "plural_name": "vegan burger patties"
+ "name": "веганска пљескавица са хамбургерима",
+ "plural_name": "веганске пљескавице"
},
"condensed coconut milk": {
"aliases": [],
"description": "",
- "name": "condensed coconut milk",
- "plural_name": "condensed coconut milk"
+ "name": "кондензовано кокосово млеко",
+ "plural_name": "кондензовано кокосово млеко"
},
"vegan ground beef": {
"aliases": [],
"description": "",
- "name": "vegan ground beef",
- "plural_name": "vegan ground beefs"
+ "name": "веганска млевена говедина",
+ "plural_name": "веганске млевене говедине"
},
"pulled oat": {
"aliases": [],
"description": "",
- "name": "pulled oat",
- "plural_name": "pulled oats"
+ "name": "вукли зоб",
+ "plural_name": "вукли зоб"
},
"vegan bacon": {
"aliases": [],
"description": "",
- "name": "vegan bacon",
- "plural_name": "vegan bacons"
+ "name": "веганска сланина",
+ "plural_name": "веганске сланине"
},
"soy curl": {
"aliases": [],
"description": "",
- "name": "soy curl",
- "plural_name": "soy curls"
+ "name": "соја цурл",
+ "plural_name": "сојине локне"
},
"vegan pesto": {
"aliases": [],
"description": "",
- "name": "vegan pesto",
- "plural_name": "vegan pestoes"
+ "name": "вегански песто",
+ "plural_name": "вегански пестоес"
},
"marinated tofu": {
"aliases": [],
"description": "",
- "name": "marinated tofu",
- "plural_name": "marinated tofus"
+ "name": "маринирани тофу",
+ "plural_name": "маринирани тофус"
},
"vegan feta": {
"aliases": [],
"description": "",
- "name": "vegan feta",
- "plural_name": "vegan fetas"
+ "name": "веганска фета",
+ "plural_name": "веганске фете"
},
"soy chorizo": {
"aliases": [],
"description": "",
- "name": "soy chorizo",
- "plural_name": "soy chorizoes"
+ "name": "соја чоризо",
+ "plural_name": "соја чоризо"
},
"hemp milk": {
"aliases": [],
"description": "",
- "name": "hemp milk",
- "plural_name": "hemp milk"
+ "name": "конопљино млеко",
+ "plural_name": "конопљино млеко"
},
"vegan beef": {
"aliases": [],
"description": "",
- "name": "vegan beef",
- "plural_name": "vegan beefs"
+ "name": "веганска говедина",
+ "plural_name": "веганска говедина"
},
"hazelnut butter": {
"aliases": [],
"description": "",
- "name": "hazelnut butter",
- "plural_name": "hazelnut butter"
+ "name": "путер од лешника",
+ "plural_name": "путер од лешника"
},
"vegan ranch": {
"aliases": [],
"description": "",
- "name": "vegan ranch",
- "plural_name": "vegan ranches"
+ "name": "вегански ранч",
+ "plural_name": "вегански ранчеви"
},
"vegan chicken": {
"aliases": [],
"description": "",
- "name": "vegan chicken",
- "plural_name": "vegan chickens"
+ "name": "веганска пилетина",
+ "plural_name": "веганске кокошке"
},
"coconut paste": {
"aliases": [],
"description": "",
- "name": "coconut paste",
- "plural_name": "coconut paste"
+ "name": "кокосова паста",
+ "plural_name": "кокосова паста"
},
"vegetable suet": {
"aliases": [],
"description": "",
- "name": "vegetable suet",
- "plural_name": "vegetable suets"
+ "name": "соло од поврћа",
+ "plural_name": "суетс од поврћа"
},
"dairy-free ice-cream": {
"aliases": [],
"description": "",
- "name": "dairy-free ice-cream",
- "plural_name": "dairy-free ice-cream"
+ "name": "сладолед без млека",
+ "plural_name": "сладолед без млека"
},
"almond-coconut milk": {
"aliases": [],
"description": "",
- "name": "almond-coconut milk",
- "plural_name": "almond-coconut milk"
+ "name": "бадемово-кокосово млеко",
+ "plural_name": "бадемово-кокосово млеко"
},
"banana blossom": {
"aliases": [],
"description": "",
- "name": "banana blossom",
- "plural_name": "banana blossoms"
+ "name": "цвет банане",
+ "plural_name": "цветови банане"
},
"vegan fish sauce": {
"aliases": [],
"description": "",
- "name": "vegan fish sauce",
- "plural_name": "vegan fish sauce"
+ "name": "вегански рибљи сос",
+ "plural_name": "вегански рибљи сос"
},
"vegetarian hot dog": {
"aliases": [],
"description": "",
- "name": "vegetarian hot dog",
- "plural_name": "vegetarian hot dogs"
+ "name": "вегетаријански хот дог",
+ "plural_name": "вегетаријанске виршле"
},
"hazelnut milk": {
"aliases": [],
"description": "",
- "name": "hazelnut milk",
- "plural_name": "hazelnut milk"
+ "name": "млеко од лешника",
+ "plural_name": "млеко од лешника"
},
"maple almond butter": {
"aliases": [],
"description": "",
- "name": "maple almond butter",
- "plural_name": "maple almond butter"
+ "name": "јаворов путер од бадема",
+ "plural_name": "јаворов путер од бадема"
},
"vegan meatball": {
"aliases": [],
"description": "",
- "name": "vegan meatball",
- "plural_name": "vegan meatballs"
+ "name": "веганске ћуфте",
+ "plural_name": "веганске ћуфте"
},
"almond-milk yogurt": {
"aliases": [],
"description": "",
- "name": "almond-milk yogurt",
- "plural_name": "almond-milk yogurts"
+ "name": "јогурт од бадемовог млека",
+ "plural_name": "јогурти од бадемовог млека"
},
"almond creamer": {
"aliases": [],
"description": "",
- "name": "almond creamer",
- "plural_name": "almond creamers"
+ "name": "крема од бадема",
+ "plural_name": "креме од бадема"
},
"soy milk powder": {
"aliases": [],
"description": "",
- "name": "soy milk powder",
- "plural_name": "soy milk powder"
+ "name": "сојино млеко у праху",
+ "plural_name": "сојино млеко у праху"
},
"vegan cream cheese frosting": {
"aliases": [],
"description": "",
- "name": "vegan cream cheese frosting",
- "plural_name": "vegan cream cheese frostings"
+ "name": "вегански крем сир глазура",
+ "plural_name": "веганске креме од сира"
},
"coconut manna": {
"aliases": [],
"description": "",
- "name": "coconut manna",
- "plural_name": "coconut mannas"
+ "name": "кокосова мана",
+ "plural_name": "кокосова мана"
},
"falafel mix": {
"aliases": [],
"description": "",
- "name": "falafel mix",
- "plural_name": "falafel mixes"
+ "name": "мешавина фалафела",
+ "plural_name": "мешавине фалафела"
},
"ready-made falafel": {
"aliases": [],
"description": "",
- "name": "ready-made falafel",
- "plural_name": "ready-made falafels"
+ "name": "готов фалафел",
+ "plural_name": "готове фалафеле"
},
"vegan gravy": {
"aliases": [],
"description": "",
- "name": "vegan gravy",
- "plural_name": "vegan gravies"
+ "name": "вегански сос",
+ "plural_name": "вегански гравиес"
},
"cashew cheese sauce": {
"aliases": [],
"description": "",
- "name": "cashew cheese sauce",
- "plural_name": "cashew cheese sauce"
+ "name": "сос од индијског сира",
+ "plural_name": "сос од индијског сира"
},
"coconut fat": {
"aliases": [],
"description": "",
- "name": "coconut fat",
- "plural_name": "coconut fats"
+ "name": "кокосова маст",
+ "plural_name": "кокосове масти"
},
"flax milk": {
"aliases": [],
"description": "",
- "name": "flax milk",
- "plural_name": "flax milk"
+ "name": "ланено млеко",
+ "plural_name": "ланено млеко"
},
"hazelnut creamer": {
"aliases": [],
"description": "",
- "name": "hazelnut creamer",
- "plural_name": "hazelnut creamers"
+ "name": "крема од лешника",
+ "plural_name": "креме од лешника"
},
"quorn": {
"aliases": [],
"description": "",
- "name": "quorn",
- "plural_name": "quorns"
+ "name": "куорн",
+ "plural_name": "куорнс"
},
"soy-free butter": {
"aliases": [],
"description": "",
- "name": "soy-free butter",
- "plural_name": "soy-free butter"
+ "name": "путер без соје",
+ "plural_name": "путер без соје"
},
"tofurky": {
"aliases": [],
"description": "",
- "name": "tofurky",
- "plural_name": "tofurkies"
+ "name": "тофурки",
+ "plural_name": "тофуркиес"
},
"vegan nutella": {
"aliases": [],
"description": "",
- "name": "vegan nutella",
- "plural_name": "vegan nutellas"
+ "name": "веганска нутела",
+ "plural_name": "веганске нутеле"
},
"vegan tzatziki": {
"aliases": [],
"description": "",
- "name": "vegan tzatziki",
- "plural_name": "vegan tzatzikis"
+ "name": "вегански тзатзики",
+ "plural_name": "вегански тзатзикис"
},
"cashew cream cheese": {
"aliases": [],
"description": "",
- "name": "cashew cream cheese",
- "plural_name": "cashew cream cheese"
+ "name": "индијски крем сир",
+ "plural_name": "индијски крем сир"
},
"cricket flour": {
"aliases": [],
"description": "",
- "name": "cricket flour",
- "plural_name": "cricket flour"
+ "name": "брашна од цврчака",
+ "plural_name": "брашна од цврчака"
},
"macadamia butter": {
"aliases": [],
"description": "",
- "name": "macadamia butter",
- "plural_name": "macadamia butter"
+ "name": "путер од макадамије",
+ "plural_name": "путер од макадамије"
},
"okara": {
"aliases": [],
"description": "",
- "name": "okara",
- "plural_name": "okaras"
+ "name": "окара",
+ "plural_name": "окарас"
},
"egg tofu": {
"aliases": [],
"description": "",
- "name": "egg tofu",
- "plural_name": "egg tofus"
+ "name": "тофу од јаја",
+ "plural_name": "тофус од јаја"
},
"protein drink": {
"aliases": [],
"description": "",
- "name": "protein drink",
- "plural_name": "protein drinks"
+ "name": "протеинско пиће",
+ "plural_name": "протеинска пића"
},
"macadamia milk": {
"aliases": [],
"description": "",
- "name": "macadamia milk",
- "plural_name": "macadamia milk"
+ "name": "млеко од макадамије",
+ "plural_name": "млеко од макадамије"
},
"vegan taco meat": {
"aliases": [],
"description": "",
- "name": "vegan taco meat",
- "plural_name": "vegan taco meats"
+ "name": "веганско тако месо",
+ "plural_name": "веганско тако месо"
},
"walnut taco meat": {
"aliases": [],
"description": "",
- "name": "walnut taco meat",
- "plural_name": "walnut taco meats"
+ "name": "тако месо од ораха",
+ "plural_name": "тако месо од ораха"
},
"vegan yogurt starter": {
"aliases": [],
"description": "",
- "name": "vegan yogurt starter",
- "plural_name": "vegan yogurt starters"
+ "name": "вегански јогурт стартер",
+ "plural_name": "предјела од веганског јогурта"
},
"banana milk": {
"aliases": [],
@@ -3749,266 +3749,266 @@
"chopped bacon": {
"aliases": [],
"description": "",
- "name": "chopped bacon",
- "plural_name": "chopped bacons"
+ "name": "исецкану сланину",
+ "plural_name": "сецкане сланине"
},
"ground beef": {
"aliases": [],
"description": "",
- "name": "ground beef",
- "plural_name": "ground beefs"
+ "name": "млевено говеђе месо",
+ "plural_name": "млевене говедине"
},
"beef steak": {
"aliases": [],
"description": "",
- "name": "beef steak",
- "plural_name": "beef steaks"
+ "name": "говеђи бифтек",
+ "plural_name": "говеђи одресци"
},
"ham": {
"aliases": [],
"description": "",
- "name": "ham",
- "plural_name": "hams"
+ "name": "шунка",
+ "plural_name": "шунке"
},
"pork chop": {
"aliases": [],
"description": "",
- "name": "pork chop",
- "plural_name": "pork chops"
+ "name": "свињски котлет",
+ "plural_name": "свињски котлети"
},
"sweet italian sausage": {
"aliases": [],
"description": "",
- "name": "sweet italian sausage",
- "plural_name": "sweet italian sausages"
+ "name": "слатка италијанска кобасица",
+ "plural_name": "слатке италијанске кобасице"
},
"pork loin": {
"aliases": [],
"description": "",
- "name": "pork loin",
- "plural_name": "pork loins"
+ "name": "лунгић",
+ "plural_name": "лунгића"
},
"prosciutto": {
"aliases": [],
"description": "",
- "name": "prosciutto",
- "plural_name": "prosciuttoes"
+ "name": "пршута",
+ "plural_name": "пршута"
},
"sausage": {
"aliases": [],
"description": "",
- "name": "sausage",
- "plural_name": "sausages"
+ "name": "кобасица",
+ "plural_name": "кобасице"
},
"beef roast": {
"aliases": [],
"description": "",
- "name": "beef roast",
- "plural_name": "beef roasts"
+ "name": "говеђе печење",
+ "plural_name": "говеђе печење"
},
"ground pork": {
"aliases": [],
"description": "",
- "name": "ground pork",
- "plural_name": "ground porks"
+ "name": "млевено свињско месо",
+ "plural_name": "млевено свињско месо"
},
"beef stew meat": {
"aliases": [],
"description": "",
- "name": "beef stew meat",
- "plural_name": "beef stew meats"
+ "name": "говеђе чорбе месо",
+ "plural_name": "говеђе месо чорбе"
},
"pepperoni": {
"aliases": [],
"description": "",
- "name": "pepperoni",
- "plural_name": "pepperonis"
+ "name": "феферони",
+ "plural_name": "феферони"
},
"chorizo": {
"aliases": [],
"description": "",
- "name": "chorizo",
- "plural_name": "chorizoes"
+ "name": "цхоризо",
+ "plural_name": "цхоризоес"
},
"pancetta": {
"aliases": [],
"description": "",
- "name": "pancetta",
- "plural_name": "pancettas"
+ "name": "панцета",
+ "plural_name": "панцете"
},
"pork fillet": {
"aliases": [],
"description": "",
- "name": "pork fillet",
- "plural_name": "pork fillets"
+ "name": "свињски филе",
+ "plural_name": "свињски филе"
},
"pork shoulder": {
"aliases": [],
"description": "",
- "name": "pork shoulder",
- "plural_name": "pork shoulders"
+ "name": "свињска лопатица",
+ "plural_name": "свињске лопатице"
},
"ground lamb": {
"aliases": [],
"description": "",
- "name": "ground lamb",
- "plural_name": "ground lambs"
+ "name": "млевено јагње",
+ "plural_name": "млевена јагњад"
},
"pork rib": {
"aliases": [],
"description": "",
- "name": "pork rib",
- "plural_name": "pork ribs"
+ "name": "свињско ребро",
+ "plural_name": "свињска ребра"
},
"smoked sausage": {
"aliases": [],
"description": "",
- "name": "smoked sausage",
- "plural_name": "smoked sausages"
+ "name": "димљена кобасица",
+ "plural_name": "димљене кобасице"
},
"breakfast sausage": {
"aliases": [],
"description": "",
- "name": "breakfast sausage",
- "plural_name": "breakfast sausages"
+ "name": "кобасица за доручак",
+ "plural_name": "кобасице за доручак"
},
"hot dog": {
"aliases": [],
"description": "",
- "name": "hot dog",
- "plural_name": "hot dogs"
+ "name": "хот дог",
+ "plural_name": "виршле"
},
"beef sirloin": {
"aliases": [],
"description": "",
- "name": "beef sirloin",
- "plural_name": "beef sirloins"
+ "name": "говеђе месо",
+ "plural_name": "говеђи печеци"
},
"salami": {
"aliases": [],
"description": "",
- "name": "salami",
- "plural_name": "salamis"
+ "name": "салама",
+ "plural_name": "саламе"
},
"brisket": {
"aliases": [],
"description": "",
- "name": "brisket",
- "plural_name": "briskets"
+ "name": "прса",
+ "plural_name": "прса"
},
"deli ham": {
"aliases": [],
"description": "",
- "name": "deli ham",
- "plural_name": "deli hams"
+ "name": "дели хам",
+ "plural_name": "деликатесне шунке"
},
"leg of lamb": {
"aliases": [],
"description": "",
- "name": "leg of lamb",
- "plural_name": "leg of lamb"
+ "name": "јагњећи бут",
+ "plural_name": "јагњећи бут"
},
"beef short rib": {
"aliases": [],
"description": "",
- "name": "beef short rib",
- "plural_name": "beef short ribs"
+ "name": "говеђе кратко ребро",
+ "plural_name": "говеђа кратка ребра"
},
"kielbasa": {
"aliases": [],
"description": "",
- "name": "kielbasa",
- "plural_name": "kielbasas"
+ "name": "киелбаса",
+ "plural_name": "киелбасас"
},
"pork belly": {
"aliases": [],
"description": "",
- "name": "pork belly",
- "plural_name": "pork bellies"
+ "name": "свињски трбух",
+ "plural_name": "свињски трбух"
},
"andouille": {
"aliases": [],
"description": "",
- "name": "andouille",
- "plural_name": "andouilles"
+ "name": "андоуилле",
+ "plural_name": "андоуиллес"
},
"boneless lamb": {
"aliases": [],
"description": "",
- "name": "boneless lamb",
- "plural_name": "boneless lambs"
+ "name": "јагњетина без костију",
+ "plural_name": "јагњад без костију"
},
"ground sausage": {
"aliases": [],
"description": "",
- "name": "ground sausage",
- "plural_name": "ground sausages"
+ "name": "млевена кобасица",
+ "plural_name": "млевене кобасице"
},
"ground pork sausage": {
"aliases": [],
"description": "",
- "name": "ground pork sausage",
- "plural_name": "ground pork sausages"
+ "name": "млевена свињска кобасица",
+ "plural_name": "млевене свињске кобасице"
},
"roast beef": {
"aliases": [],
"description": "",
- "name": "roast beef",
- "plural_name": "roast beefs"
+ "name": "говеђе печење",
+ "plural_name": "говеђе печење"
},
"bacon bit": {
"aliases": [],
"description": "",
- "name": "bacon bit",
- "plural_name": "bacon bits"
+ "name": "сланина бит",
+ "plural_name": "комадићи сланине"
},
"pork roast": {
"aliases": [],
"description": "",
- "name": "pork roast",
- "plural_name": "pork roasts"
+ "name": "свињско печење",
+ "plural_name": "свињско печење"
},
"hot italian sausage": {
"aliases": [],
"description": "",
- "name": "hot italian sausage",
- "plural_name": "hot italian sausages"
+ "name": "љута италијанска кобасица",
+ "plural_name": "љуте италијанске кобасице"
},
"pork spare rib": {
"aliases": [],
"description": "",
- "name": "pork spare rib",
- "plural_name": "pork spare ribs"
+ "name": "свињско резервно ребро",
+ "plural_name": "свињска резервна ребра"
},
"lamb shoulder": {
"aliases": [],
"description": "",
- "name": "lamb shoulder",
- "plural_name": "lamb shoulders"
+ "name": "јагњећа плећка",
+ "plural_name": "јагњеће плећке"
},
"beef rib": {
"aliases": [],
"description": "",
- "name": "beef rib",
- "plural_name": "beef ribs"
+ "name": "говеђе ребро",
+ "plural_name": "говеђа ребра"
},
"veal steak": {
"aliases": [],
"description": "",
- "name": "veal steak",
- "plural_name": "veal steaks"
+ "name": "телећи бифтек",
+ "plural_name": "телећи одресци"
},
"lamb chop": {
"aliases": [],
"description": "",
- "name": "lamb chop",
- "plural_name": "lamb chops"
+ "name": "јагњећи котлет",
+ "plural_name": "јагњећи котлети"
},
"bone-in ham": {
"aliases": [],
"description": "",
- "name": "bone-in ham",
- "plural_name": "bone-in hams"
+ "name": "шунка са костима",
+ "plural_name": "шунке са костима"
},
"pork butt": {
"aliases": [],
@@ -4103,248 +4103,248 @@
"soup bone": {
"aliases": [],
"description": "",
- "name": "soup bone",
- "plural_name": "soup bones"
+ "name": "супа кост",
+ "plural_name": "супе кости"
},
"lamb loin": {
"aliases": [],
"description": "",
- "name": "lamb loin",
- "plural_name": "lamb loins"
+ "name": "јагњећи лунгић",
+ "plural_name": "јагњећи бутови"
},
"pork steak": {
"aliases": [],
"description": "",
- "name": "pork steak",
- "plural_name": "pork steaks"
+ "name": "свињски одрезак",
+ "plural_name": "свињски одресци"
},
"mexican chorizo": {
"aliases": [],
"description": "",
- "name": "mexican chorizo",
- "plural_name": "mexican chorizoes"
+ "name": "мексички чоризо",
+ "plural_name": "мексички чоризои"
},
"rack of lamb": {
"aliases": [],
"description": "",
- "name": "rack of lamb",
- "plural_name": "rack of lamb"
+ "name": "сталак од јагњетине",
+ "plural_name": "сталак од јагњетине"
},
"pork back rib": {
"aliases": [],
"description": "",
- "name": "pork back rib",
- "plural_name": "pork back ribs"
+ "name": "свињска задња ребра",
+ "plural_name": "свињска задња ребра"
},
"country style rib": {
"aliases": [],
"description": "",
- "name": "country style rib",
- "plural_name": "country style ribs"
+ "name": "ребро у сеоском стилу",
+ "plural_name": "ребра у сеоском стилу"
},
"black forest ham": {
"aliases": [],
"description": "",
- "name": "black forest ham",
- "plural_name": "black forest hams"
+ "name": "црношумска шунка",
+ "plural_name": "црношумске шунке"
},
"oxtail": {
"aliases": [],
"description": "",
- "name": "oxtail",
- "plural_name": "oxtails"
+ "name": "воловски реп",
+ "plural_name": "воловске репове"
},
"smoked ham hock": {
"aliases": [],
"description": "",
- "name": "smoked ham hock",
- "plural_name": "smoked ham hocks"
+ "name": "димљена шунка",
+ "plural_name": "димљене шунке"
},
"serrano ham": {
"aliases": [],
"description": "",
- "name": "serrano ham",
- "plural_name": "serrano hams"
+ "name": "серрано хам",
+ "plural_name": "серано хамс"
},
"raw chorizo": {
"aliases": [],
"description": "",
- "name": "raw chorizo",
- "plural_name": "raw chorizoes"
+ "name": "сирови чоризо",
+ "plural_name": "сирови чоризои"
},
"beef liver": {
"aliases": [],
"description": "",
- "name": "beef liver",
- "plural_name": "beef livers"
+ "name": "говеђа јетра",
+ "plural_name": "говеђа џигерица"
},
"pastrami": {
"aliases": [],
"description": "",
- "name": "pastrami",
- "plural_name": "pastramis"
+ "name": "пастрами",
+ "plural_name": "пастрамис"
},
"cocktail sausage": {
"aliases": [],
"description": "",
- "name": "cocktail sausage",
- "plural_name": "cocktail sausages"
+ "name": "коктел кобасица",
+ "plural_name": "коктел кобасице"
},
"hard salami": {
"aliases": [],
"description": "",
- "name": "hard salami",
- "plural_name": "hard salamis"
+ "name": "тврда салама",
+ "plural_name": "тврде саламе"
},
"back bacon": {
"aliases": [],
"description": "",
- "name": "back bacon",
- "plural_name": "back bacons"
+ "name": "задња сланина",
+ "plural_name": "леђа сланине"
},
"salt pork": {
"aliases": [],
"description": "",
- "name": "salt pork",
- "plural_name": "salt porks"
+ "name": "слана свињетина",
+ "plural_name": "слане свињетине"
},
"veal shank": {
"aliases": [],
"description": "",
- "name": "veal shank",
- "plural_name": "veal shanks"
+ "name": "телећа кољеница",
+ "plural_name": "телеће кољенице"
},
"ground venison": {
"aliases": [],
"description": "",
- "name": "ground venison",
- "plural_name": "ground venisons"
+ "name": "млевена дивљач",
+ "plural_name": "млевене дивљачи"
},
"beef shank": {
"aliases": [],
"description": "",
- "name": "beef shank",
- "plural_name": "beef shanks"
+ "name": "говеђа кољеница",
+ "plural_name": "говеђе кољенице"
},
"lap cheong": {
"aliases": [],
"description": "",
- "name": "lap cheong",
- "plural_name": "lap cheongs"
+ "name": "лап цхеонг",
+ "plural_name": "лап цхеонгс"
},
"blood sausage": {
"aliases": [],
"description": "",
- "name": "blood sausage",
- "plural_name": "blood sausages"
+ "name": "крвавица",
+ "plural_name": "крвавице"
},
"dried beef": {
"aliases": [],
"description": "",
- "name": "dried beef",
- "plural_name": "dried beefs"
+ "name": "сушена говедина",
+ "plural_name": "сушено говеђе месо"
},
"gammon joint": {
"aliases": [],
"description": "",
- "name": "gammon joint",
- "plural_name": "gammon joints"
+ "name": "гамон јоинт",
+ "plural_name": "гамон јоинтс"
},
"boneless beef short rib": {
"aliases": [],
"description": "",
- "name": "boneless beef short rib",
- "plural_name": "boneless beef short ribs"
+ "name": "говеђе кратка ребра без костију",
+ "plural_name": "говеђа кратка ребра без костију"
},
"country ham": {
"aliases": [],
"description": "",
- "name": "country ham",
- "plural_name": "country hams"
+ "name": "сеоска шунка",
+ "plural_name": "сеоске шунке"
},
"boneless ham": {
"aliases": [],
"description": "",
- "name": "boneless ham",
- "plural_name": "boneless hams"
+ "name": "шунка без костију",
+ "plural_name": "шунке без костију"
},
"mortadella": {
"aliases": [],
"description": "",
- "name": "mortadella",
- "plural_name": "mortadellas"
+ "name": "мортадела",
+ "plural_name": "мортаделе"
},
"ground bison": {
"aliases": [],
"description": "",
- "name": "ground bison",
- "plural_name": "ground bisons"
+ "name": "земљани бизон",
+ "plural_name": "земљани бизони"
},
"fresh sausage": {
"aliases": [],
"description": "",
- "name": "fresh sausage",
- "plural_name": "fresh sausages"
+ "name": "свежа кобасица",
+ "plural_name": "свеже кобасице"
},
"bologna": {
"aliases": [],
"description": "",
- "name": "bologna",
- "plural_name": "bolognas"
+ "name": "болоња",
+ "plural_name": "болоња"
},
"burger patty": {
"aliases": [],
"description": "",
- "name": "burger patty",
- "plural_name": "burger patties"
+ "name": "бургер патти",
+ "plural_name": "пљескавице"
},
"smoked pork chop": {
"aliases": [],
"description": "",
- "name": "smoked pork chop",
- "plural_name": "smoked pork chops"
+ "name": "димљени свињски котлет",
+ "plural_name": "димљени свињски котлети"
},
"lamb neck": {
"aliases": [],
"description": "",
- "name": "lamb neck",
- "plural_name": "lamb necks"
+ "name": "јагњећи врат",
+ "plural_name": "јагњећи вратови"
},
"sausage patty": {
"aliases": [],
"description": "",
- "name": "sausage patty",
- "plural_name": "sausage patties"
+ "name": "кобасица патти",
+ "plural_name": "кобасице"
},
"beef suet": {
"aliases": [],
"description": "",
- "name": "beef suet",
- "plural_name": "beef suets"
+ "name": "говеђи сует",
+ "plural_name": "говеђи суетс"
},
"veal roast": {
"aliases": [],
"description": "",
- "name": "veal roast",
- "plural_name": "veal roasts"
+ "name": "телеће печење",
+ "plural_name": "телеће печење"
},
"beef shoulder": {
"aliases": [],
"description": "",
- "name": "beef shoulder",
- "plural_name": "beef shoulders"
+ "name": "говеђа лопатица",
+ "plural_name": "говеђе лопатице"
},
"steak tip": {
"aliases": [],
"description": "",
- "name": "steak tip",
- "plural_name": "steak tips"
+ "name": "бифтек врх",
+ "plural_name": "бифтек савети"
},
"veal chop": {
"aliases": [],
"description": "",
- "name": "veal chop",
- "plural_name": "veal chops"
+ "name": "телећи котлет",
+ "plural_name": "телећи котлети"
}
}
},
@@ -4353,542 +4353,542 @@
"chicken breast": {
"aliases": [],
"description": "",
- "name": "chicken breast",
- "plural_name": "chicken breasts"
+ "name": "пилећа прса",
+ "plural_name": "пилећа прса"
},
"chicken thigh": {
"aliases": [],
"description": "",
- "name": "chicken thigh",
- "plural_name": "chicken thighs"
+ "name": "пилећи бут",
+ "plural_name": "пилећи бутови"
},
"cooked chicken": {
"aliases": [],
"description": "",
- "name": "cooked chicken",
- "plural_name": "cooked chickens"
+ "name": "кувана пилетина",
+ "plural_name": "куване кокошке"
},
"ground turkey": {
"aliases": [],
"description": "",
- "name": "ground turkey",
- "plural_name": "ground turkeys"
+ "name": "млевена ћуретина",
+ "plural_name": "млевене ћурке"
},
"whole chicken": {
"aliases": [],
"description": "",
- "name": "whole chicken",
- "plural_name": "whole chickens"
+ "name": "цело пиле",
+ "plural_name": "целе кокошке"
},
"whole turkey": {
"aliases": [],
"description": "",
- "name": "whole turkey",
- "plural_name": "whole turkeys"
+ "name": "цела ћурка",
+ "plural_name": "целе ћурке"
},
"chicken leg": {
"aliases": [],
"description": "",
- "name": "chicken leg",
- "plural_name": "chicken legs"
+ "name": "пилећи бут",
+ "plural_name": "пилеће ноге"
},
"chicken wing": {
"aliases": [],
"description": "",
- "name": "chicken wing",
- "plural_name": "chicken wings"
+ "name": "пилеће крило",
+ "plural_name": "пилећа крилца"
},
"turkey breast": {
"aliases": [],
"description": "",
- "name": "turkey breast",
- "plural_name": "turkey breasts"
+ "name": "ћурећа прса",
+ "plural_name": "ћурећа прса"
},
"ground chicken": {
"aliases": [],
"description": "",
- "name": "ground chicken",
- "plural_name": "ground chickens"
+ "name": "млевено пиле",
+ "plural_name": "млевене кокошке"
},
"rotisserie chicken": {
"aliases": [],
"description": "",
- "name": "rotisserie chicken",
- "plural_name": "rotisserie chickens"
+ "name": "ротиссерие цхицкен",
+ "plural_name": "пилићи за печење"
},
"chicken tender": {
"aliases": [],
"description": "",
- "name": "chicken tender",
- "plural_name": "chicken tenders"
+ "name": "пилетина нежна",
+ "plural_name": "тендери за пилетину"
},
"turkey sausage": {
"aliases": [],
"description": "",
- "name": "turkey sausage",
- "plural_name": "turkey sausages"
+ "name": "ћурећа кобасица",
+ "plural_name": "ћуреће кобасице"
},
"chicken sausage": {
"aliases": [],
"description": "",
- "name": "chicken sausage",
- "plural_name": "chicken sausages"
+ "name": "пилећа кобасица",
+ "plural_name": "пилеће кобасице"
},
"turkey bacon": {
"aliases": [],
"description": "",
- "name": "turkey bacon",
- "plural_name": "turkey bacons"
+ "name": "ћурећа сланина",
+ "plural_name": "ћуреће сланине"
},
"duck": {
"aliases": [],
"description": "",
- "name": "duck",
- "plural_name": "ducks"
+ "name": "патка",
+ "plural_name": "патке"
},
"duck breast": {
"aliases": [],
"description": "",
- "name": "duck breast",
- "plural_name": "duck breasts"
+ "name": "пачја прса",
+ "plural_name": "пачја прса"
},
"boneless chicken": {
"aliases": [],
"description": "",
- "name": "boneless chicken",
- "plural_name": "boneless chickens"
+ "name": "пилетина без костију",
+ "plural_name": "пилићи без костију"
},
"chicken liver": {
"aliases": [],
"description": "",
- "name": "chicken liver",
- "plural_name": "chicken livers"
+ "name": "пилећа џигерица",
+ "plural_name": "пилећа џигерица"
},
"cornish hen": {
"aliases": [],
"description": "",
- "name": "cornish hen",
- "plural_name": "cornish hens"
+ "name": "цорнисх хен",
+ "plural_name": "корниш кокоши"
},
"deli turkey": {
"aliases": [],
"description": "",
- "name": "deli turkey",
- "plural_name": "deli turkeys"
+ "name": "делика турска",
+ "plural_name": "деликатесне ћурке"
},
"smoked turkey": {
"aliases": [],
"description": "",
- "name": "smoked turkey",
- "plural_name": "smoked turkeys"
+ "name": "димљена ћуретина",
+ "plural_name": "димљене ћурке"
},
"turkey meat": {
"aliases": [],
"description": "",
- "name": "turkey meat",
- "plural_name": "turkey meats"
+ "name": "ћуреће месо",
+ "plural_name": "ћуреће месо"
},
"chicken quarter": {
"aliases": [],
"description": "",
- "name": "chicken quarter",
- "plural_name": "chicken quarters"
+ "name": "пилећа четврт",
+ "plural_name": "пилеће четвртине"
},
"ground turkey sausage": {
"aliases": [],
"description": "",
- "name": "ground turkey sausage",
- "plural_name": "ground turkey sausages"
+ "name": "млевена ћурећа кобасица",
+ "plural_name": "млевене ћуреће кобасице"
},
"quail": {
"aliases": [],
"description": "",
- "name": "quail",
- "plural_name": "quails"
+ "name": "препелица",
+ "plural_name": "препелице"
},
"smoked turkey sausage": {
"aliases": [],
"description": "",
- "name": "smoked turkey sausage",
- "plural_name": "smoked turkey sausages"
+ "name": "димљена ћурећа кобасица",
+ "plural_name": "димљене ћуреће кобасице"
},
"smoked chicken": {
"aliases": [],
"description": "",
- "name": "smoked chicken",
- "plural_name": "smoked chickens"
+ "name": "димљена пилетина",
+ "plural_name": "димљене кокошке"
},
"turkey leg": {
"aliases": [],
"description": "",
- "name": "turkey leg",
- "plural_name": "turkey legs"
+ "name": "ћурећа нога",
+ "plural_name": "ћуреће ноге"
},
"pheasant": {
"aliases": [],
"description": "",
- "name": "pheasant",
- "plural_name": "pheasants"
+ "name": "фазан",
+ "plural_name": "фазани"
},
"goose": {
"aliases": [],
"description": "",
- "name": "goose",
- "plural_name": "geese"
+ "name": "гуска",
+ "plural_name": "гуске"
},
"turkey pepperoni": {
"aliases": [],
"description": "",
- "name": "turkey pepperoni",
- "plural_name": "turkey pepperonis"
+ "name": "ћуреће фефероне",
+ "plural_name": "ћурећи феферони"
},
"turkey ham": {
"aliases": [],
"description": "",
- "name": "turkey ham",
- "plural_name": "turkey hams"
+ "name": "ћурећа шунка",
+ "plural_name": "ћуреће шунке"
},
"turkey thigh": {
"aliases": [],
"description": "",
- "name": "turkey thigh",
- "plural_name": "turkey thighs"
+ "name": "ћурећи бут",
+ "plural_name": "ћуреће бутине"
},
"chicken bone": {
"aliases": [],
"description": "",
- "name": "chicken bone",
- "plural_name": "chicken bones"
+ "name": "пилећа кост",
+ "plural_name": "пилеће кости"
},
"turkey meatball": {
"aliases": [],
"description": "",
- "name": "turkey meatball",
- "plural_name": "turkey meatballs"
+ "name": "ћуреће ћуфте",
+ "plural_name": "ћуреће ћуфте"
},
"foie gra": {
"aliases": [],
"description": "",
- "name": "foie gra",
- "plural_name": "foie gras"
+ "name": "фоие гра",
+ "plural_name": "фоие грас"
},
"chicken giblet": {
"aliases": [],
"description": "",
- "name": "chicken giblet",
- "plural_name": "chicken giblets"
+ "name": "пилећи изнутрица",
+ "plural_name": "пилећи изнутрици"
},
"turkey wing": {
"aliases": [],
"description": "",
- "name": "turkey wing",
- "plural_name": "turkey wings"
+ "name": "ћуреће крило",
+ "plural_name": "ћурећа крила"
},
"turkey giblet": {
"aliases": [],
"description": "",
- "name": "turkey giblet",
- "plural_name": "turkey giblets"
+ "name": "ћурећа изнутрица",
+ "plural_name": "ћурећа изнутрица"
},
"turkey neck": {
"aliases": [],
"description": "",
- "name": "turkey neck",
- "plural_name": "turkey necks"
+ "name": "ћурећи врат",
+ "plural_name": "ћурке вратове"
},
"chicken nugget": {
"aliases": [],
"description": "",
- "name": "chicken nugget",
- "plural_name": "chicken nuggets"
+ "name": "пилећи нуггет",
+ "plural_name": "пилећи нуггетс"
},
"turkey burger": {
"aliases": [],
"description": "",
- "name": "turkey burger",
- "plural_name": "turkey burgers"
+ "name": "ћурећа пљескавица",
+ "plural_name": "ћуреће пљескавице"
},
"chicken andouille": {
"aliases": [],
"description": "",
- "name": "chicken andouille",
- "plural_name": "chicken andouilles"
+ "name": "пилетина андоуилле",
+ "plural_name": "пилећи андоуиллес"
},
"chicken gizzard": {
"aliases": [],
"description": "",
- "name": "chicken gizzard",
- "plural_name": "chicken gizzards"
+ "name": "пилећи желудац",
+ "plural_name": "пилећи желуци"
},
"smoked turkey leg": {
"aliases": [],
"description": "",
- "name": "smoked turkey leg",
- "plural_name": "smoked turkey legs"
+ "name": "димљена ћурећа нога",
+ "plural_name": "димљене ћуреће ноге"
},
"chicken italian sausage": {
"aliases": [],
"description": "",
- "name": "chicken italian sausage",
- "plural_name": "chicken italian sausages"
+ "name": "пилећа италијанска кобасица",
+ "plural_name": "пилеће италијанске кобасице"
},
"crispy chicken strip": {
"aliases": [],
"description": "",
- "name": "crispy chicken strip",
- "plural_name": "crispy chicken strips"
+ "name": "хрскава пилећа трака",
+ "plural_name": "хрскаве пилеће траке"
},
"ostrich": {
"aliases": [],
"description": "",
- "name": "ostrich",
- "plural_name": "ostriches"
+ "name": "ној",
+ "plural_name": "нојеви"
},
"popcorn chicken": {
"aliases": [],
"description": "",
- "name": "popcorn chicken",
- "plural_name": "popcorn chickens"
+ "name": "кокице пилетине",
+ "plural_name": "кокошке кокошке"
},
"turkey kielbasa": {
"aliases": [],
"description": "",
- "name": "turkey kielbasa",
- "plural_name": "turkey kielbasas"
+ "name": "турска киелбаса",
+ "plural_name": "турски киелбасас"
},
"chicken-apple sausage": {
"aliases": [],
"description": "",
- "name": "chicken-apple sausage",
- "plural_name": "chicken-apple sausages"
+ "name": "пилеће-јабука кобасица",
+ "plural_name": "кобасице од пилеће јабуке"
},
"chicken foot": {
"aliases": [],
"description": "",
- "name": "chicken foot",
- "plural_name": "chicken feet"
+ "name": "пилећа нога",
+ "plural_name": "пилећа стопала"
},
"pulled chicken": {
"aliases": [],
"description": "",
- "name": "pulled chicken",
- "plural_name": "pulled chickens"
+ "name": "извучена пилетина",
+ "plural_name": "вукли кокошке"
},
"deli chicken": {
"aliases": [],
"description": "",
- "name": "deli chicken",
- "plural_name": "deli chickens"
+ "name": "деликатесна пилетина",
+ "plural_name": "деликатесне кокошке"
},
"smoked duck breast": {
"aliases": [],
"description": "",
- "name": "smoked duck breast",
- "plural_name": "smoked duck breasts"
+ "name": "димљена пачја прса",
+ "plural_name": "димљена пачја прса"
},
"pigeon": {
"aliases": [],
"description": "",
- "name": "pigeon",
- "plural_name": "pigeons"
+ "name": "голуб",
+ "plural_name": "голубови"
},
"wild game bird": {
"aliases": [],
"description": "",
- "name": "wild game bird",
- "plural_name": "wild game birds"
+ "name": "птица дивљач",
+ "plural_name": "птице дивљачи"
},
"turkey liver": {
"aliases": [],
"description": "",
- "name": "turkey liver",
- "plural_name": "turkey livers"
+ "name": "ћурећа јетра",
+ "plural_name": "ћурећа јетра"
},
"chicken neck": {
"aliases": [],
"description": "",
- "name": "chicken neck",
- "plural_name": "chicken necks"
+ "name": "пилећи врат",
+ "plural_name": "пилећих вратова"
},
"duck confit": {
"aliases": [],
"description": "",
- "name": "duck confit",
- "plural_name": "duck confits"
+ "name": "дуцк цонфит",
+ "plural_name": "пачји конфи"
},
"roast duck": {
"aliases": [],
"description": "",
- "name": "roast duck",
- "plural_name": "roast ducks"
+ "name": "печена патка",
+ "plural_name": "печене патке"
},
"chicken meatball": {
"aliases": [],
"description": "",
- "name": "chicken meatball",
- "plural_name": "chicken meatballs"
+ "name": "пилећа ћуфта",
+ "plural_name": "пилеће ћуфте"
},
"duck liver": {
"aliases": [],
"description": "",
- "name": "duck liver",
- "plural_name": "duck livers"
+ "name": "пачја џигерица",
+ "plural_name": "пачја џигерица"
},
"guinea fowl": {
"aliases": [],
"description": "",
- "name": "guinea fowl",
- "plural_name": "guinea fowls"
+ "name": "бисерке",
+ "plural_name": "бисерке"
},
"smoked turkey wing": {
"aliases": [],
"description": "",
- "name": "smoked turkey wing",
- "plural_name": "smoked turkey wings"
+ "name": "димљено ћуреће крило",
+ "plural_name": "димљена ћурећа крилца"
},
"chicken curry-cut": {
"aliases": [],
"description": "",
- "name": "chicken curry-cut",
- "plural_name": "chicken curry-cuts"
+ "name": "пилетина кари резана",
+ "plural_name": "пилећи кари-резићи"
},
"chicken schnitzel": {
"aliases": [],
"description": "",
- "name": "chicken schnitzel",
- "plural_name": "chicken schnitzels"
+ "name": "пилећа шницле",
+ "plural_name": "пилеће шницле"
},
"grouse": {
"aliases": [],
"description": "",
- "name": "grouse",
- "plural_name": "grouses"
+ "name": "тетријеб",
+ "plural_name": "тетријеба"
},
"chicken roast": {
"aliases": [],
"description": "",
- "name": "chicken roast",
- "plural_name": "chicken roasts"
+ "name": "пилеће печење",
+ "plural_name": "пилеће печење"
},
"goose liver": {
"aliases": [],
"description": "",
- "name": "goose liver",
- "plural_name": "goose livers"
+ "name": "гушчја џигерица",
+ "plural_name": "гушчја џигерица"
},
"turkey bone": {
"aliases": [],
"description": "",
- "name": "turkey bone",
- "plural_name": "turkey bones"
+ "name": "ћурећа кост",
+ "plural_name": "ћуреће кости"
},
"turkey lunch meat": {
"aliases": [],
"description": "",
- "name": "turkey lunch meat",
- "plural_name": "turkey lunch meats"
+ "name": "ћуреће месо за ручак",
+ "plural_name": "ћуреће месо за ручак"
},
"turkey roast": {
"aliases": [],
"description": "",
- "name": "turkey roast",
- "plural_name": "turkey roasts"
+ "name": "ћуреће печење",
+ "plural_name": "ћуреће печење"
},
"capon": {
"aliases": [],
"description": "",
- "name": "capon",
- "plural_name": "capons"
+ "name": "копун",
+ "plural_name": "копуни"
},
"smoked turkey bacon": {
"aliases": [],
"description": "",
- "name": "smoked turkey bacon",
- "plural_name": "smoked turkey bacons"
+ "name": "димљена ћурећа сланина",
+ "plural_name": "димљене ћуреће сланине"
},
"chicken bacon": {
"aliases": [],
"description": "",
- "name": "chicken bacon",
- "plural_name": "chicken bacons"
+ "name": "пилећа сланина",
+ "plural_name": "пилеће сланине"
},
"turkey rissole": {
"aliases": [],
"description": "",
- "name": "turkey rissole",
- "plural_name": "turkey rissoles"
+ "name": "ћуретина ризол",
+ "plural_name": "ћуреће рисоле"
},
"chicken kebab": {
"aliases": [],
"description": "",
- "name": "chicken kebab",
- "plural_name": "chicken kebabs"
+ "name": "пилећи ћевап",
+ "plural_name": "пилећи ћевапи"
},
"chicken ham": {
"aliases": [],
"description": "",
- "name": "chicken ham",
- "plural_name": "chicken hams"
+ "name": "пилећа шунка",
+ "plural_name": "пилеће шунке"
},
"duck neck": {
"aliases": [],
"description": "",
- "name": "duck neck",
- "plural_name": "duck necks"
+ "name": "пачји врат",
+ "plural_name": "пачји вратови"
},
"chicken chorizo": {
"aliases": [],
"description": "",
- "name": "chicken chorizo",
- "plural_name": "chicken chorizoes"
+ "name": "пилећи чоризо",
+ "plural_name": "цхицкен цхоризоес"
},
"chicken frame": {
"aliases": [],
"description": "",
- "name": "chicken frame",
- "plural_name": "chicken frames"
+ "name": "пилећи оквир",
+ "plural_name": "рамови за пилетину"
},
"duck bacon": {
"aliases": [],
"description": "",
- "name": "duck bacon",
- "plural_name": "duck bacons"
+ "name": "пачја сланина",
+ "plural_name": "пачје сланине"
},
"pulled turkey": {
"aliases": [],
"description": "",
- "name": "pulled turkey",
- "plural_name": "pulled turkeys"
+ "name": "извучена ћурка",
+ "plural_name": "вукли ћурке"
},
"chicken gyro": {
"aliases": [],
"description": "",
- "name": "chicken gyro",
- "plural_name": "chicken gyros"
+ "name": "пилећи жироскоп",
+ "plural_name": "пилећи гирос"
},
"chicken patty": {
"aliases": [],
"description": "",
- "name": "chicken patty",
- "plural_name": "chicken patties"
+ "name": "пилећа паштета",
+ "plural_name": "пилеће пљескавице"
},
"chicken rib": {
"aliases": [],
"description": "",
- "name": "chicken rib",
- "plural_name": "chicken ribs"
+ "name": "пилеће ребро",
+ "plural_name": "пилећа ребра"
},
"turkey tail": {
"aliases": [],
"description": "",
- "name": "turkey tail",
- "plural_name": "turkey tails"
+ "name": "ћурећи реп",
+ "plural_name": "ћуреће репове"
},
"chicken milanesa": {
"aliases": [],
"description": "",
- "name": "chicken milanesa",
- "plural_name": "chicken milanesas"
+ "name": "цхицкен миланеса",
+ "plural_name": "цхицкен миланесас"
}
}
},
@@ -4897,602 +4897,602 @@
"salmon": {
"aliases": [],
"description": "",
- "name": "salmon",
- "plural_name": "salmon"
+ "name": "лосос",
+ "plural_name": "лосос"
},
"smoked salmon": {
"aliases": [],
"description": "",
- "name": "smoked salmon",
- "plural_name": "smoked salmon"
+ "name": "димљени лосос",
+ "plural_name": "димљени лосос"
},
"cod": {
"aliases": [],
"description": "",
- "name": "cod",
- "plural_name": "cod"
+ "name": "цод",
+ "plural_name": "цод"
},
"tilapia": {
"aliases": [],
"description": "",
- "name": "tilapia",
- "plural_name": "tilapias"
+ "name": "тилапија",
+ "plural_name": "тилапије"
},
"tuna steak": {
"aliases": [],
"description": "",
- "name": "tuna steak",
- "plural_name": "tuna steaks"
+ "name": "одрезак од туњевине",
+ "plural_name": "одресци од туњевине"
},
"whitefish": {
"aliases": [],
"description": "",
- "name": "whitefish",
- "plural_name": "whitefish"
+ "name": "бела рибица",
+ "plural_name": "бела рибица"
},
"halibut": {
"aliases": [],
"description": "",
- "name": "halibut",
- "plural_name": "halibuts"
+ "name": "халибут",
+ "plural_name": "халибутс"
},
"red snapper": {
"aliases": [],
"description": "",
- "name": "red snapper",
- "plural_name": "red snappers"
+ "name": "ред снаппер",
+ "plural_name": "црвенкаче"
},
"sea bas": {
"aliases": [],
"description": "",
- "name": "sea bas",
- "plural_name": "sea bass"
+ "name": "морски бас",
+ "plural_name": "бранцин"
},
"fish fillet": {
"aliases": [],
"description": "",
- "name": "fish fillet",
- "plural_name": "fish fillets"
+ "name": "рибљи филе",
+ "plural_name": "рибљи филети"
},
"trout": {
"aliases": [],
"description": "",
- "name": "trout",
- "plural_name": "trout"
+ "name": "пастрмка",
+ "plural_name": "пастрмка"
},
"catfish": {
"aliases": [],
"description": "",
- "name": "catfish",
- "plural_name": "catfishes"
+ "name": "сом",
+ "plural_name": "сомови"
},
"surimi": {
"aliases": [],
"description": "",
- "name": "surimi",
- "plural_name": "surimis"
+ "name": "сурими",
+ "plural_name": "суримис"
},
"swordfish": {
"aliases": [],
"description": "",
- "name": "swordfish",
- "plural_name": "swordfish"
+ "name": "сабљарка",
+ "plural_name": "сабљарка"
},
"sardine": {
"aliases": [],
"description": "",
- "name": "sardine",
- "plural_name": "sardines"
+ "name": "сардине",
+ "plural_name": "сардине"
},
"sole": {
"aliases": [],
"description": "",
- "name": "sole",
- "plural_name": "soles"
+ "name": "ђон",
+ "plural_name": "табанима"
},
"mahi mahi": {
"aliases": [],
"description": "",
- "name": "mahi mahi",
- "plural_name": "mahi mahis"
+ "name": "махи махи",
+ "plural_name": "махи махис"
},
"mackerel": {
"aliases": [],
"description": "",
- "name": "mackerel",
- "plural_name": "mackerel"
+ "name": "скуша",
+ "plural_name": "скуша"
},
"smoked trout": {
"aliases": [],
"description": "",
- "name": "smoked trout",
- "plural_name": "smoked trout"
+ "name": "димљена пастрмка",
+ "plural_name": "димљена пастрмка"
},
"caviar": {
"aliases": [],
"description": "",
- "name": "caviar",
- "plural_name": "caviars"
+ "name": "кавијар",
+ "plural_name": "кавијари"
},
"haddock": {
"aliases": [],
"description": "",
- "name": "haddock",
- "plural_name": "haddocks"
+ "name": "вахња",
+ "plural_name": "пикња"
},
"monkfish": {
"aliases": [],
"description": "",
- "name": "monkfish",
- "plural_name": "monkfish"
+ "name": "грдобина",
+ "plural_name": "грдобина"
},
"smoked haddock": {
"aliases": [],
"description": "",
- "name": "smoked haddock",
- "plural_name": "smoked haddocks"
+ "name": "димљена вахња",
+ "plural_name": "димљене вахње"
},
"flounder": {
"aliases": [],
"description": "",
- "name": "flounder",
- "plural_name": "flounder"
+ "name": "иверак",
+ "plural_name": "иверак"
},
"perch": {
"aliases": [],
"description": "",
- "name": "perch",
- "plural_name": "perches"
+ "name": "смуђ",
+ "plural_name": "перцхес"
},
"hake": {
"aliases": [],
"description": "",
- "name": "hake",
- "plural_name": "hakes"
+ "name": "ослић",
+ "plural_name": "ослића"
},
"pollock": {
"aliases": [],
"description": "",
- "name": "pollock",
- "plural_name": "pollocks"
+ "name": "поллоцк",
+ "plural_name": "поллоцкс"
},
"salt cod": {
"aliases": [],
"description": "",
- "name": "salt cod",
- "plural_name": "salt cod"
+ "name": "слани бакалар",
+ "plural_name": "слани бакалар"
},
"smoked mackerel": {
"aliases": [],
"description": "",
- "name": "smoked mackerel",
- "plural_name": "smoked mackerel"
+ "name": "димљена скуша",
+ "plural_name": "димљена скуша"
},
"sea bream": {
"aliases": [],
"description": "",
- "name": "sea bream",
- "plural_name": "sea bream"
+ "name": "ораде",
+ "plural_name": "ораде"
},
"rainbow trout": {
"aliases": [],
"description": "",
- "name": "rainbow trout",
- "plural_name": "rainbow trout"
+ "name": "калифорнијска пастрмка",
+ "plural_name": "калифорнијска пастрмка"
},
"carp": {
"aliases": [],
"description": "",
- "name": "carp",
- "plural_name": "carp"
+ "name": "шаран",
+ "plural_name": "шаран"
},
"cuttlefish": {
"aliases": [],
"description": "",
- "name": "cuttlefish",
- "plural_name": "cuttlefish"
+ "name": "сипа",
+ "plural_name": "сипа"
},
"grouper": {
"aliases": [],
"description": "",
- "name": "grouper",
- "plural_name": "groupers"
+ "name": "шкарпина",
+ "plural_name": "шкарпине"
},
"herring": {
"aliases": [],
"description": "",
- "name": "herring",
- "plural_name": "herrings"
+ "name": "харинга",
+ "plural_name": "харинге"
},
"salmon roe": {
"aliases": [],
"description": "",
- "name": "salmon roe",
- "plural_name": "salmon roes"
+ "name": "икра лососа",
+ "plural_name": "икре лососа"
},
"steelhead trout": {
"aliases": [],
"description": "",
- "name": "steelhead trout",
- "plural_name": "steelhead trout"
+ "name": "челична пастрмка",
+ "plural_name": "челична пастрмка"
},
"roe": {
"aliases": [],
"description": "",
- "name": "roe",
- "plural_name": "roes"
+ "name": "икра",
+ "plural_name": "срне"
},
"barramundi": {
"aliases": [],
"description": "",
- "name": "barramundi",
- "plural_name": "barramundis"
+ "name": "баррамунди",
+ "plural_name": "баррамундис"
},
"black cod": {
"aliases": [],
"description": "",
- "name": "black cod",
- "plural_name": "black cod"
+ "name": "црни бакалар",
+ "plural_name": "црни бакалар"
},
"kingfish": {
"aliases": [],
"description": "",
- "name": "kingfish",
- "plural_name": "kingfish"
+ "name": "кингфисх",
+ "plural_name": "кингфисх"
},
"orange roughy": {
"aliases": [],
"description": "",
- "name": "orange roughy",
- "plural_name": "orange roughies"
+ "name": "наранџаста груба",
+ "plural_name": "наранџасти роугхиес"
},
"turbot": {
"aliases": [],
"description": "",
- "name": "turbot",
- "plural_name": "turbots"
+ "name": "турбот",
+ "plural_name": "турботи"
},
"bangús": {
"aliases": [],
"description": "",
- "name": "bangús",
- "plural_name": "bangús"
+ "name": "бангус",
+ "plural_name": "бангус"
},
"rockfish": {
"aliases": [],
"description": "",
- "name": "rockfish",
- "plural_name": "rockfish"
+ "name": "камена риба",
+ "plural_name": "камена риба"
},
"branzino": {
"aliases": [],
"description": "",
- "name": "branzino",
- "plural_name": "branzinoes"
+ "name": "бранзино",
+ "plural_name": "бранзиноес"
},
"pomfret": {
"aliases": [],
"description": "",
- "name": "pomfret",
- "plural_name": "pomfrets"
+ "name": "помфрет",
+ "plural_name": "помфретс"
},
"eel": {
"aliases": [],
"description": "",
- "name": "eel",
- "plural_name": "eels"
+ "name": "јегуља",
+ "plural_name": "јегуље"
},
"dried anchovy": {
"aliases": [],
"description": "",
- "name": "dried anchovy",
- "plural_name": "dried anchovies"
+ "name": "сушени инћун",
+ "plural_name": "сушени инћуни"
},
"arctic char": {
"aliases": [],
"description": "",
- "name": "arctic char",
- "plural_name": "arctic chars"
+ "name": "арцтиц цхар",
+ "plural_name": "арцтиц цхарс"
},
"fresh anchovy": {
"aliases": [],
"description": "",
- "name": "fresh anchovy",
- "plural_name": "fresh anchovies"
+ "name": "свеж инћун",
+ "plural_name": "свеж инћун"
},
"lemon sole": {
"aliases": [],
"description": "",
- "name": "lemon sole",
- "plural_name": "lemon soles"
+ "name": "лимун ђон",
+ "plural_name": "лимун табани"
},
"yellowtail": {
"aliases": [],
"description": "",
- "name": "yellowtail",
- "plural_name": "yellowtails"
+ "name": "жутореп",
+ "plural_name": "жуторепи"
},
"battered fish": {
"aliases": [],
"description": "",
- "name": "battered fish",
- "plural_name": "battered fish"
+ "name": "излупана риба",
+ "plural_name": "излупана риба"
},
"pike": {
"aliases": [],
"description": "",
- "name": "pike",
- "plural_name": "pikes"
+ "name": "штука",
+ "plural_name": "штуке"
},
"pickled herring": {
"aliases": [],
"description": "",
- "name": "pickled herring",
- "plural_name": "pickled herrings"
+ "name": "киселе харинге",
+ "plural_name": "киселе харинге"
},
"john dory": {
"aliases": [],
"description": "",
- "name": "john dory",
- "plural_name": "john dories"
+ "name": "Јохн Дори",
+ "plural_name": "Јохн Дориес"
},
"swai fish": {
"aliases": [],
"description": "",
- "name": "swai fish",
- "plural_name": "swai fish"
+ "name": "сваи фисх",
+ "plural_name": "сваи фисх"
},
"walleye": {
"aliases": [],
"description": "",
- "name": "walleye",
- "plural_name": "walleyes"
+ "name": "оком",
+ "plural_name": "валлеиес"
},
"fresh mackerel": {
"aliases": [],
"description": "",
- "name": "fresh mackerel",
- "plural_name": "fresh mackerel"
+ "name": "свежа скуша",
+ "plural_name": "свежа скуша"
},
"salmon trout": {
"aliases": [],
"description": "",
- "name": "salmon trout",
- "plural_name": "salmon trout"
+ "name": "лосос пастрмка",
+ "plural_name": "лосос пастрмка"
},
"basa fish": {
"aliases": [],
"description": "",
- "name": "basa fish",
- "plural_name": "basa fish"
+ "name": "баса риба",
+ "plural_name": "баса риба"
},
"smoked eel": {
"aliases": [],
"description": "",
- "name": "smoked eel",
- "plural_name": "smoked eels"
+ "name": "димљена јегуља",
+ "plural_name": "димљене јегуље"
},
"fish ball": {
"aliases": [],
"description": "",
- "name": "fish ball",
- "plural_name": "fish balls"
+ "name": "рибља лопта",
+ "plural_name": "рибље куглице"
},
"sturgeon": {
"aliases": [],
"description": "",
- "name": "sturgeon",
- "plural_name": "sturgeons"
+ "name": "јесетра",
+ "plural_name": "јесетре"
},
"bluefish": {
"aliases": [],
"description": "",
- "name": "bluefish",
- "plural_name": "bluefish"
+ "name": "плава риба",
+ "plural_name": "плава риба"
},
"red mullet": {
"aliases": [],
"description": "",
- "name": "red mullet",
- "plural_name": "red mullets"
+ "name": "ципал",
+ "plural_name": "ципали"
},
"gurnard": {
"aliases": [],
"description": "",
- "name": "gurnard",
- "plural_name": "gurnards"
+ "name": "гурнар",
+ "plural_name": "гурнардс"
},
"plaice": {
"aliases": [],
"description": "",
- "name": "plaice",
- "plural_name": "plaices"
+ "name": "плаице",
+ "plural_name": "месице"
},
"pompano": {
"aliases": [],
"description": "",
- "name": "pompano",
- "plural_name": "pompanoes"
+ "name": "помпано",
+ "plural_name": "помпаноес"
},
"smoked fish": {
"aliases": [],
"description": "",
- "name": "smoked fish",
- "plural_name": "smoked fish"
+ "name": "димљена риба",
+ "plural_name": "димљена риба"
},
"fish head": {
"aliases": [],
"description": "",
- "name": "fish head",
- "plural_name": "fish heads"
+ "name": "рибља глава",
+ "plural_name": "рибље главе"
},
"rohu fish": {
"aliases": [],
"description": "",
- "name": "rohu fish",
- "plural_name": "rohu fish"
+ "name": "роху риба",
+ "plural_name": "роху риба"
},
"dried fish": {
"aliases": [],
"description": "",
- "name": "dried fish",
- "plural_name": "dried fish"
+ "name": "сушена риба",
+ "plural_name": "сушена риба"
},
"flathead": {
"aliases": [],
"description": "",
- "name": "flathead",
- "plural_name": "flatheads"
+ "name": "равноглави",
+ "plural_name": "равноглави"
},
"fish cake": {
"aliases": [],
"description": "",
- "name": "fish cake",
- "plural_name": "fish cakes"
+ "name": "рибљи колач",
+ "plural_name": "рибљи колачи"
},
"salt fish": {
"aliases": [],
"description": "",
- "name": "salt fish",
- "plural_name": "salt fish"
+ "name": "слана риба",
+ "plural_name": "слана риба"
},
"smoked herring": {
"aliases": [],
"description": "",
- "name": "smoked herring",
- "plural_name": "smoked herrings"
+ "name": "димљене харинге",
+ "plural_name": "димљене харинге"
},
"whiting": {
"aliases": [],
"description": "",
- "name": "whiting",
- "plural_name": "whiting"
+ "name": "белуна",
+ "plural_name": "белуна"
},
"salmon burger meat": {
"aliases": [],
"description": "",
- "name": "salmon burger meat",
- "plural_name": "salmon burger meats"
+ "name": "месо хамбургера од лососа",
+ "plural_name": "месо хамбургера од лососа"
},
"shark meat": {
"aliases": [],
"description": "",
- "name": "shark meat",
- "plural_name": "shark meats"
+ "name": "месо ајкуле",
+ "plural_name": "месо ајкула"
},
"garoupa": {
"aliases": [],
"description": "",
- "name": "garoupa",
- "plural_name": "garoupas"
+ "name": "гароупа",
+ "plural_name": "гароупас"
},
"gilt-head bream": {
"aliases": [],
"description": "",
- "name": "gilt-head bream",
- "plural_name": "gilt-head bream"
+ "name": "орада",
+ "plural_name": "орада"
},
"pangasius": {
"aliases": [],
"description": "",
- "name": "pangasius",
- "plural_name": "pangasius"
+ "name": "пангасиус",
+ "plural_name": "пангасиус"
},
"salt herring": {
"aliases": [],
"description": "",
- "name": "salt herring",
- "plural_name": "salt herrings"
+ "name": "слана харинга",
+ "plural_name": "слане харинге"
},
"soused herring": {
"aliases": [],
"description": "",
- "name": "soused herring",
- "plural_name": "soused herrings"
+ "name": "сојену харингу",
+ "plural_name": "топљене харинге"
},
"tinapa": {
"aliases": [],
"description": "",
- "name": "tinapa",
- "plural_name": "tinapas"
+ "name": "тинапа",
+ "plural_name": "тинапас"
},
"zander": {
"aliases": [],
"description": "",
- "name": "zander",
- "plural_name": "zanders"
+ "name": "зандер",
+ "plural_name": "зандерс"
},
"amberjack": {
"aliases": [],
"description": "",
- "name": "amberjack",
- "plural_name": "amberjacks"
+ "name": "амберјацк",
+ "plural_name": "амберјацкс"
},
"korean fish cake": {
"aliases": [],
"description": "",
- "name": "korean fish cake",
- "plural_name": "korean fish cakes"
+ "name": "корејски рибљи колач",
+ "plural_name": "корејски рибљи колачи"
},
"mullet": {
"aliases": [],
"description": "",
- "name": "mullet",
- "plural_name": "mullets"
+ "name": "ципал",
+ "plural_name": "ципали"
},
"skipjack tuna": {
"aliases": [],
"description": "",
- "name": "skipjack tuna",
- "plural_name": "skipjack tuna"
+ "name": "скипјацк туна",
+ "plural_name": "скипјацк туна"
},
"bottarga": {
"aliases": [],
"description": "",
- "name": "bottarga",
- "plural_name": "bottargas"
+ "name": "боттарга",
+ "plural_name": "боттаргас"
},
"dried baby sardine": {
"aliases": [],
"description": "",
- "name": "dried baby sardine",
- "plural_name": "dried baby sardines"
+ "name": "сушена беби сардина",
+ "plural_name": "сушене беби сардине"
},
"marlin": {
"aliases": [],
"description": "",
- "name": "marlin",
- "plural_name": "marlins"
+ "name": "марлин",
+ "plural_name": "марлинс"
},
"threadfin": {
"aliases": [],
"description": "",
- "name": "threadfin",
- "plural_name": "threadfins"
+ "name": "тхреадфин",
+ "plural_name": "нит пераје"
},
"tiny fish": {
"aliases": [],
"description": "",
- "name": "tiny fish",
- "plural_name": "tiny fish"
+ "name": "ситне рибе",
+ "plural_name": "ситне рибе"
},
"tuna belly": {
"aliases": [],
"description": "",
- "name": "tuna belly",
- "plural_name": "tuna bellies"
+ "name": "стомак туне",
+ "plural_name": "туњевине стомаке"
},
"beluga caviar": {
"aliases": [],
"description": "",
- "name": "beluga caviar",
- "plural_name": "beluga caviars"
+ "name": "белуга кавијар",
+ "plural_name": "белуга кавијари"
},
"bombay duck": {
"aliases": [],
"description": "",
- "name": "bombay duck",
- "plural_name": "bombay ducks"
+ "name": "бомбаи дуцк",
+ "plural_name": "бомбаи патке"
}
}
},
@@ -5501,314 +5501,314 @@
"shrimp": {
"aliases": [],
"description": "",
- "name": "shrimp",
- "plural_name": "shrimps"
+ "name": "шкампи",
+ "plural_name": "шкампи"
},
"octopuse": {
"aliases": [],
"description": "",
- "name": "octopuse",
- "plural_name": "octopi"
+ "name": "хоботница",
+ "plural_name": "оцтопи"
},
"prawn": {
"aliases": [],
"description": "",
- "name": "prawn",
- "plural_name": "prawns"
+ "name": "козица",
+ "plural_name": "козице"
},
"crab": {
"aliases": [],
"description": "",
- "name": "crab",
- "plural_name": "crabs"
+ "name": "рак",
+ "plural_name": "ракова"
},
"scallop": {
"aliases": [],
"description": "",
- "name": "scallop",
- "plural_name": "scallops"
+ "name": "сцаллоп",
+ "plural_name": "јакобне капице"
},
"mussel": {
"aliases": [],
"description": "",
- "name": "mussel",
- "plural_name": "mussels"
+ "name": "дагње",
+ "plural_name": "дагње"
},
"clam": {
"aliases": [],
"description": "",
- "name": "clam",
- "plural_name": "clams"
+ "name": "шкољка",
+ "plural_name": "шкољке"
},
"squid": {
"aliases": [],
"description": "",
- "name": "squid",
- "plural_name": "squids"
+ "name": "лигње",
+ "plural_name": "лигње"
},
"nori": {
"aliases": [],
"description": "",
- "name": "nori",
- "plural_name": "noris"
+ "name": "нори",
+ "plural_name": "норис"
},
"lobster": {
"aliases": [],
"description": "",
- "name": "lobster",
- "plural_name": "lobsters"
+ "name": "јастога",
+ "plural_name": "јастози"
},
"oyster": {
"aliases": [],
"description": "",
- "name": "oyster",
- "plural_name": "oysters"
+ "name": "острига",
+ "plural_name": "остриге"
},
"lobster tail": {
"aliases": [],
"description": "",
- "name": "lobster tail",
- "plural_name": "lobster tails"
+ "name": "јастога реп",
+ "plural_name": "јастога репове"
},
"crawfish": {
"aliases": [],
"description": "",
- "name": "crawfish",
- "plural_name": "crawfish"
+ "name": "ракови",
+ "plural_name": "ракови"
},
"octopus": {
"aliases": [],
"description": "",
- "name": "octopus",
- "plural_name": "octopi"
+ "name": "хоботница",
+ "plural_name": "оцтопи"
},
"kombu": {
"aliases": [],
"description": "",
- "name": "kombu",
- "plural_name": "kombu"
+ "name": "комбу",
+ "plural_name": "комбу"
},
"dried shrimp": {
"aliases": [],
"description": "",
- "name": "dried shrimp",
- "plural_name": "dried shrimps"
+ "name": "сушени шкампи",
+ "plural_name": "сушени шкампи"
},
"bay scallop": {
"aliases": [],
"description": "",
- "name": "bay scallop",
- "plural_name": "bay scallops"
+ "name": "ловорова капица",
+ "plural_name": "ловорове капице"
},
"wakame": {
"aliases": [],
"description": "",
- "name": "wakame",
- "plural_name": "wakames"
+ "name": "вакаме",
+ "plural_name": "вакамес"
},
"soft-shell crab": {
"aliases": [],
"description": "",
- "name": "soft-shell crab",
- "plural_name": "soft-shell crabs"
+ "name": "меки рак",
+ "plural_name": "меких оклопних ракова"
},
"scampi": {
"aliases": [],
"description": "",
- "name": "scampi",
- "plural_name": "scampis"
+ "name": "сцампи",
+ "plural_name": "сцампис"
},
"king crab": {
"aliases": [],
"description": "",
- "name": "king crab",
- "plural_name": "king crabs"
+ "name": "краљевски рак",
+ "plural_name": "краљевски ракови"
},
"mixed seafood": {
"aliases": [],
"description": "",
- "name": "mixed seafood",
- "plural_name": "mixed seafoods"
+ "name": "мешани морски плодови",
+ "plural_name": "мешани морски плодови"
},
"baby squid": {
"aliases": [],
"description": "",
- "name": "baby squid",
- "plural_name": "baby squids"
+ "name": "бебе лигње",
+ "plural_name": "бебе лигње"
},
"squid ink": {
"aliases": [],
"description": "",
- "name": "squid ink",
- "plural_name": "squid inks"
+ "name": "мастило од лигње",
+ "plural_name": "мастила за лигње"
},
"dried prawn": {
"aliases": [],
"description": "",
- "name": "dried prawn",
- "plural_name": "dried prawns"
+ "name": "сушене козице",
+ "plural_name": "сушене козице"
},
"dulse seaweed": {
"aliases": [],
"description": "",
- "name": "dulse seaweed",
- "plural_name": "dulse seaweeds"
+ "name": "дулсе морске алге",
+ "plural_name": "дулсе морске алге"
},
"roasted seaweed": {
"aliases": [],
"description": "",
- "name": "roasted seaweed",
- "plural_name": "roasted seaweeds"
+ "name": "печене морске алге",
+ "plural_name": "печене морске алге"
},
"smoked oyster": {
"aliases": [],
"description": "",
- "name": "smoked oyster",
- "plural_name": "smoked oysters"
+ "name": "димљена острига",
+ "plural_name": "димљене остриге"
},
"kelp": {
"aliases": [],
"description": "",
- "name": "kelp",
- "plural_name": "kelps"
+ "name": "келп",
+ "plural_name": "келпс"
},
"kizami nori": {
"aliases": [],
"description": "",
- "name": "kizami nori",
- "plural_name": "kizami noris"
+ "name": "кизами нори",
+ "plural_name": "кизами норис"
},
"hijiki": {
"aliases": [],
"description": "",
- "name": "hijiki",
- "plural_name": "hijikis"
+ "name": "хијики",
+ "plural_name": "хијикис"
},
"salted shrimp": {
"aliases": [],
"description": "",
- "name": "salted shrimp",
- "plural_name": "salted shrimps"
+ "name": "слане шкампе",
+ "plural_name": "слане шкампе"
},
"yaki-nori": {
"aliases": [],
"description": "",
- "name": "yaki-nori",
- "plural_name": "yaki-noris"
+ "name": "иаки-нори",
+ "plural_name": "иаки-норис"
},
"conch": {
"aliases": [],
"description": "",
- "name": "conch",
- "plural_name": "conches"
+ "name": "цонцх",
+ "plural_name": "шкољке"
},
"arame": {
"aliases": [],
"description": "",
- "name": "arame",
- "plural_name": "arames"
+ "name": "араме",
+ "plural_name": "арамес"
},
"calamari steak": {
"aliases": [],
"description": "",
- "name": "calamari steak",
- "plural_name": "calamari steaks"
+ "name": "бифтек од лигњи",
+ "plural_name": "одресци од лигњи"
},
"mud crab": {
"aliases": [],
"description": "",
- "name": "mud crab",
- "plural_name": "mud crabs"
+ "name": "муд цраб",
+ "plural_name": "ракове од блата"
},
"sea urchin": {
"aliases": [],
"description": "",
- "name": "sea urchin",
- "plural_name": "sea urchins"
+ "name": "морски јеж",
+ "plural_name": "морски јежеви"
},
"abalone": {
"aliases": [],
"description": "",
- "name": "abalone",
- "plural_name": "abalones"
+ "name": "абалоне",
+ "plural_name": "абалони"
},
"seaweed salad": {
"aliases": [],
"description": "",
- "name": "seaweed salad",
- "plural_name": "seaweed salads"
+ "name": "салата од морских алги",
+ "plural_name": "салате од морских алги"
},
"dulse": {
"aliases": [],
"description": "",
- "name": "dulse",
- "plural_name": "dulses"
+ "name": "дулсе",
+ "plural_name": "дулсес"
},
"smoked mussel": {
"aliases": [],
"description": "",
- "name": "smoked mussel",
- "plural_name": "smoked mussels"
+ "name": "димљена дагња",
+ "plural_name": "димљене дагње"
},
"sea snail": {
"aliases": [],
"description": "",
- "name": "sea snail",
- "plural_name": "sea snails"
+ "name": "морски пуж",
+ "plural_name": "морски пужеви"
},
"aonori": {
"aliases": [],
"description": "",
- "name": "aonori",
- "plural_name": "aonoris"
+ "name": "аонори",
+ "plural_name": "аонорис"
},
"prepared crab cake": {
"aliases": [],
"description": "",
- "name": "prepared crab cake",
- "plural_name": "prepared crab cakes"
+ "name": "припремљен колач од ракова",
+ "plural_name": "припремљени колачи од ракова"
},
"sea lettuce": {
"aliases": [],
"description": "",
- "name": "sea lettuce",
- "plural_name": "sea lettuce"
+ "name": "морска салата",
+ "plural_name": "морска салата"
},
"korean seaweed": {
"aliases": [],
"description": "",
- "name": "korean seaweed",
- "plural_name": "korean seaweeds"
+ "name": "корејске морске алге",
+ "plural_name": "корејске морске алге"
},
"ogo seaweed": {
"aliases": [],
"description": "",
- "name": "ogo seaweed",
- "plural_name": "ogo seaweeds"
+ "name": "ого морске алге",
+ "plural_name": "ого морске алге"
},
"seaweed caviar": {
"aliases": [],
"description": "",
- "name": "seaweed caviar",
- "plural_name": "seaweed caviars"
+ "name": "кавијар од морских алги",
+ "plural_name": "кавијари од морских алги"
},
"haddock": {
"aliases": [],
"description": "",
- "name": "haddock",
- "plural_name": "haddocks"
+ "name": "вахња",
+ "plural_name": "пикња"
},
"sea mos": {
"aliases": [],
"description": "",
- "name": "sea mos",
- "plural_name": "sea moss"
+ "name": "сеа мос",
+ "plural_name": "морска маховина"
},
"langoustine": {
"aliases": [],
"description": "",
- "name": "langoustine",
- "plural_name": "langoustines"
+ "name": "лангоустине",
+ "plural_name": "лангоустине"
}
}
},
@@ -5817,164 +5817,164 @@
"cinnamon": {
"aliases": [],
"description": "",
- "name": "cinnamon",
- "plural_name": "cinnamon"
+ "name": "цимет",
+ "plural_name": "цимет"
},
"parsley": {
"aliases": [],
"description": "",
- "name": "parsley",
- "plural_name": "parsleys"
+ "name": "першун",
+ "plural_name": "першуна"
},
"cilantro": {
"aliases": [],
"description": "",
- "name": "cilantro",
- "plural_name": "cilantro"
+ "name": "цилантро",
+ "plural_name": "цилантро"
},
"cumin": {
"aliases": [],
"description": "",
- "name": "cumin",
- "plural_name": "cumins"
+ "name": "кумин",
+ "plural_name": "цуминс"
},
"basil": {
"aliases": [],
"description": "",
- "name": "basil",
- "plural_name": "basils"
+ "name": "босиљак",
+ "plural_name": "босиљак"
},
"thyme": {
"aliases": [],
"description": "",
- "name": "thyme",
- "plural_name": "thyme"
+ "name": "тимијан",
+ "plural_name": "тимијан"
},
"ginger root": {
"aliases": [],
"description": "",
- "name": "ginger root",
- "plural_name": "ginger roots"
+ "name": "корен ђумбира",
+ "plural_name": "корени ђумбира"
},
"garlic powder": {
"aliases": [],
"description": "",
- "name": "garlic powder",
- "plural_name": "garlic powder"
+ "name": "бели лук у праху",
+ "plural_name": "бели лук у праху"
},
"oregano": {
"aliases": [],
"description": "",
- "name": "oregano",
- "plural_name": "oreganos"
+ "name": "оригано",
+ "plural_name": "оригано"
},
"nutmeg": {
"aliases": [],
"description": "",
- "name": "nutmeg",
- "plural_name": "nutmegs"
+ "name": "мушкатни орашчић",
+ "plural_name": "мушкатни орашчићи"
},
"chili flake": {
"aliases": [],
"description": "",
- "name": "chili flake",
- "plural_name": "chili flakes"
+ "name": "чили пахуљица",
+ "plural_name": "чили пахуљице"
},
"chili powder": {
"aliases": [],
"description": "",
- "name": "chili powder",
- "plural_name": "chili powder"
+ "name": "чили прах",
+ "plural_name": "чили прах"
},
"paprika": {
"aliases": [],
"description": "",
- "name": "paprika",
- "plural_name": "paprika"
+ "name": "паприка",
+ "plural_name": "паприка"
},
"cayenne": {
"aliases": [],
"description": "",
- "name": "cayenne",
- "plural_name": "cayennes"
+ "name": "цаиенне",
+ "plural_name": "цаиеннес"
},
"rosemary": {
"aliases": [],
"description": "",
- "name": "rosemary",
- "plural_name": "rosemaries"
+ "name": "рузмарин",
+ "plural_name": "рузмарина"
},
"bay leaf": {
"aliases": [],
"description": "",
- "name": "bay leaf",
- "plural_name": "bay leaves"
+ "name": "ловоров лист",
+ "plural_name": "ловоровим лишћем"
},
"turmeric": {
"aliases": [],
"description": "",
- "name": "turmeric",
- "plural_name": "turmerics"
+ "name": "куркума",
+ "plural_name": "куркума"
},
"clove": {
"aliases": [],
"description": "",
- "name": "clove",
- "plural_name": "cloves"
+ "name": "каранфилић",
+ "plural_name": "каранфилић"
},
"onion powder": {
"aliases": [],
"description": "",
- "name": "onion powder",
- "plural_name": "onion powder"
+ "name": "лук у праху",
+ "plural_name": "лук у праху"
},
"ginger powder": {
"aliases": [],
"description": "",
- "name": "ginger powder",
- "plural_name": "ginger powder"
+ "name": "ђумбир у праху",
+ "plural_name": "ђумбир у праху"
},
"panch puran": {
"aliases": [],
"description": "",
- "name": "panch puran",
- "plural_name": "panch purans"
+ "name": "панцх пуран",
+ "plural_name": "панцх пуранс"
},
"dill": {
"aliases": [],
"description": "",
- "name": "dill",
- "plural_name": "dills"
+ "name": "копер",
+ "plural_name": "диллс"
},
"chive": {
"aliases": [],
"description": "",
- "name": "chive",
- "plural_name": "chives"
+ "name": "власац",
+ "plural_name": "власац"
},
"mint": {
"aliases": [],
"description": "",
- "name": "mint",
- "plural_name": "mints"
+ "name": "мента",
+ "plural_name": "ковнице"
},
"green cardamom": {
"aliases": [],
"description": "",
- "name": "green cardamom",
- "plural_name": "green cardamoms"
+ "name": "зелени кардамом",
+ "plural_name": "зелени кардамом"
},
"smoked paprika": {
"aliases": [],
"description": "",
- "name": "smoked paprika",
- "plural_name": "smoked paprika"
+ "name": "димљена паприка",
+ "plural_name": "димљена паприка"
},
"fresh mint": {
"aliases": [],
"description": "",
- "name": "fresh mint",
- "plural_name": "fresh mints"
+ "name": "свежа мента",
+ "plural_name": "свеже нане"
},
"coriander powder": {
"aliases": [],
@@ -6069,356 +6069,356 @@
"lemongras": {
"aliases": [],
"description": "",
- "name": "lemongras",
- "plural_name": "lemongrass"
+ "name": "лемонграс",
+ "plural_name": "лимунска трава"
},
"caraway": {
"aliases": [],
"description": "",
- "name": "caraway",
- "plural_name": "caraways"
+ "name": "ким",
+ "plural_name": "кимови"
},
"garlic granule": {
"aliases": [],
"description": "",
- "name": "garlic granule",
- "plural_name": "garlic granules"
+ "name": "гранула белог лука",
+ "plural_name": "грануле белог лука"
},
"celery seed": {
"aliases": [],
"description": "",
- "name": "celery seed",
- "plural_name": "celery seeds"
+ "name": "семе целера",
+ "plural_name": "семена целера"
},
"chipotle powder": {
"aliases": [],
"description": "",
- "name": "chipotle powder",
- "plural_name": "chipotle powder"
+ "name": "цхипотле прах",
+ "plural_name": "цхипотле прах"
},
"chipotle": {
"aliases": [],
"description": "",
- "name": "chipotle",
- "plural_name": "chipotles"
+ "name": "цхипотле",
+ "plural_name": "цхипотлес"
},
"fenugreek": {
"aliases": [],
"description": "",
- "name": "fenugreek",
- "plural_name": "fenugreeks"
+ "name": "пискавица",
+ "plural_name": "пискавице"
},
"onion flake": {
"aliases": [],
"description": "",
- "name": "onion flake",
- "plural_name": "onion flakes"
+ "name": "пахуљица лука",
+ "plural_name": "љуспице лука"
},
"matcha powder": {
"aliases": [],
"description": "",
- "name": "matcha powder",
- "plural_name": "matcha powder"
+ "name": "матцха прах",
+ "plural_name": "матцха прах"
},
"ancho chile powder": {
"aliases": [],
"description": "",
- "name": "ancho chile powder",
- "plural_name": "ancho chile powder"
+ "name": "анчо чили прах",
+ "plural_name": "анчо чили прах"
},
"sumac": {
"aliases": [],
"description": "",
- "name": "sumac",
- "plural_name": "sumacs"
+ "name": "сумац",
+ "plural_name": "сумацс"
},
"dried parsley flake": {
"aliases": [],
"description": "",
- "name": "dried parsley flake",
- "plural_name": "dried parsley flakes"
+ "name": "сушени першун пахуљица",
+ "plural_name": "сушене пахуљице першуна"
},
"fenugreek seed": {
"aliases": [],
"description": "",
- "name": "fenugreek seed",
- "plural_name": "fenugreek seeds"
+ "name": "семе пискавице",
+ "plural_name": "семена пискавице"
},
"kashmiri red chilli": {
"aliases": [],
"description": "",
- "name": "kashmiri red chilli",
- "plural_name": "kashmiri red chillis"
+ "name": "кашмирски црвени чили",
+ "plural_name": "кашмирски црвени чили"
},
"thai basil": {
"aliases": [],
"description": "",
- "name": "thai basil",
- "plural_name": "thai basils"
+ "name": "тајландски босиљак",
+ "plural_name": "тајландски босиљак"
},
"edible flower": {
"aliases": [],
"description": "",
- "name": "edible flower",
- "plural_name": "edible flowers"
+ "name": "јестиви цвет",
+ "plural_name": "јестиво цвеће"
},
"aniseed": {
"aliases": [],
"description": "",
- "name": "aniseed",
- "plural_name": "aniseeds"
+ "name": "аниса",
+ "plural_name": "аниса"
},
"kaffir lime leaf": {
"aliases": [],
"description": "",
- "name": "kaffir lime leaf",
- "plural_name": "kaffir lime leaves"
+ "name": "лист кафир лимете",
+ "plural_name": "листови кафир лимете"
},
"chervil": {
"aliases": [],
"description": "",
- "name": "chervil",
- "plural_name": "chervils"
+ "name": "цхервил",
+ "plural_name": "цхервилс"
},
"lavender": {
"aliases": [],
"description": "",
- "name": "lavender",
- "plural_name": "lavenders"
+ "name": "лаванда",
+ "plural_name": "лаванде"
},
"carom seed": {
"aliases": [],
"description": "",
- "name": "carom seed",
- "plural_name": "carom seeds"
+ "name": "семе карамбола",
+ "plural_name": "семена карамбола"
},
"mexican oregano": {
"aliases": [],
"description": "",
- "name": "mexican oregano",
- "plural_name": "mexican oreganos"
+ "name": "мексички оригано",
+ "plural_name": "мексички ориганос"
},
"mace": {
"aliases": [],
"description": "",
- "name": "mace",
- "plural_name": "maces"
+ "name": "буздован",
+ "plural_name": "буздовани"
},
"mango powder": {
"aliases": [],
"description": "",
- "name": "mango powder",
- "plural_name": "mango powder"
+ "name": "манго прах",
+ "plural_name": "манго прах"
},
"black mustard seed": {
"aliases": [],
"description": "",
- "name": "black mustard seed",
- "plural_name": "black mustard seeds"
+ "name": "семе црне горушице",
+ "plural_name": "семена црне горушице"
},
"dried chili": {
"aliases": [],
"description": "",
- "name": "dried chili",
- "plural_name": "dried chilies"
+ "name": "сушени чили",
+ "plural_name": "сушени чили"
},
"black cardamom": {
"aliases": [],
"description": "",
- "name": "black cardamom",
- "plural_name": "black cardamoms"
+ "name": "црни кардамом",
+ "plural_name": "црни кардамом"
},
"saffron strand": {
"aliases": [],
"description": "",
- "name": "saffron strand",
- "plural_name": "saffron strands"
+ "name": "шафран прамен",
+ "plural_name": "праменови шафрана"
},
"guajillo pepper": {
"aliases": [],
"description": "",
- "name": "guajillo pepper",
- "plural_name": "guajillo peppers"
+ "name": "гуајило бибер",
+ "plural_name": "гвајило паприке"
},
"pink peppercorn": {
"aliases": [],
"description": "",
- "name": "pink peppercorn",
- "plural_name": "pink peppercorns"
+ "name": "ружичасти бибер у зрну",
+ "plural_name": "ружичасти бибер у зрну"
},
"hot paprika": {
"aliases": [],
"description": "",
- "name": "hot paprika",
- "plural_name": "hot paprika"
+ "name": "љута паприка",
+ "plural_name": "љута паприка"
},
"lemon thyme": {
"aliases": [],
"description": "",
- "name": "lemon thyme",
- "plural_name": "lemon thyme"
+ "name": "мајчина душица од лимуна",
+ "plural_name": "мајчина душица од лимуна"
},
"galangal": {
"aliases": [],
"description": "",
- "name": "galangal",
- "plural_name": "galangals"
+ "name": "галангал",
+ "plural_name": "галангалс"
},
"garlic flake": {
"aliases": [],
"description": "",
- "name": "garlic flake",
- "plural_name": "garlic flakes"
+ "name": "пахуљица од белог лука",
+ "plural_name": "пахуљице од белог лука"
},
"dried cilantro": {
"aliases": [],
"description": "",
- "name": "dried cilantro",
- "plural_name": "dried cilantro"
+ "name": "сушени цилантро",
+ "plural_name": "сушени цилантро"
},
"lemon balm": {
"aliases": [],
"description": "",
- "name": "lemon balm",
- "plural_name": "lemon balm"
+ "name": "матичњак",
+ "plural_name": "матичњак"
},
"dill seed": {
"aliases": [],
"description": "",
- "name": "dill seed",
- "plural_name": "dill seeds"
+ "name": "семе копра",
+ "plural_name": "семена копра"
},
"green peppercorn": {
"aliases": [],
"description": "",
- "name": "green peppercorn",
- "plural_name": "green peppercorns"
+ "name": "зелени бибер у зрну",
+ "plural_name": "зелени бибер у зрну"
},
"aleppo pepper": {
"aliases": [],
"description": "",
- "name": "aleppo pepper",
- "plural_name": "aleppo peppers"
+ "name": "алепски бибер",
+ "plural_name": "алепске паприке"
},
"wasabi powder": {
"aliases": [],
"description": "",
- "name": "wasabi powder",
- "plural_name": "wasabi powder"
+ "name": "васаби прах",
+ "plural_name": "васаби прах"
},
"achiote seed": {
"aliases": [],
"description": "",
- "name": "achiote seed",
- "plural_name": "achiote seeds"
+ "name": "ацхиоте семе",
+ "plural_name": "ацхиоте семена"
},
"savory herb": {
"aliases": [],
"description": "",
- "name": "savory herb",
- "plural_name": "savory herbs"
+ "name": "слана трава",
+ "plural_name": "слано биље"
},
"pandan leaf": {
"aliases": [],
"description": "",
- "name": "pandan leaf",
- "plural_name": "pandan leaves"
+ "name": "панданов лист",
+ "plural_name": "пандански листови"
},
"sorrel": {
"aliases": [],
"description": "",
- "name": "sorrel",
- "plural_name": "sorrels"
+ "name": "кисељак",
+ "plural_name": "кисељак"
},
"gochugaru": {
"aliases": [],
"description": "",
- "name": "gochugaru",
- "plural_name": "gochugaru"
+ "name": "гоцхугару",
+ "plural_name": "гоцхугару"
},
"saigon cinnamon": {
"aliases": [],
"description": "",
- "name": "saigon cinnamon",
- "plural_name": "saigon cinnamon"
+ "name": "саигон цимет",
+ "plural_name": "саигон цимет"
},
"lemongrass paste": {
"aliases": [],
"description": "",
- "name": "lemongrass paste",
- "plural_name": "lemongrass paste"
+ "name": "паста од лимунске траве",
+ "plural_name": "паста од лимунске траве"
},
"shiso": {
"aliases": [],
"description": "",
- "name": "shiso",
- "plural_name": "shisoes"
+ "name": "схисо",
+ "plural_name": "схисоес"
},
"celery powder": {
"aliases": [],
"description": "",
- "name": "celery powder",
- "plural_name": "celery powder"
+ "name": "прах целера",
+ "plural_name": "прах целера"
},
"black cumin": {
"aliases": [],
"description": "",
- "name": "black cumin",
- "plural_name": "black cumins"
+ "name": "црни ким",
+ "plural_name": "црни кими"
},
"anardana": {
"aliases": [],
"description": "",
- "name": "anardana",
- "plural_name": "anardanas"
+ "name": "анардана",
+ "plural_name": "анарданас"
},
"vietnamese mint": {
"aliases": [],
"description": "",
- "name": "vietnamese mint",
- "plural_name": "vietnamese mints"
+ "name": "вијетнамска ковница",
+ "plural_name": "вијетнамске ковнице"
},
"dried orange peel": {
"aliases": [],
"description": "",
- "name": "dried orange peel",
- "plural_name": "dried orange peels"
+ "name": "сушена кора поморанџе",
+ "plural_name": "сушене коре поморанџе"
},
"espelette pepper": {
"aliases": [],
"description": "",
- "name": "espelette pepper",
- "plural_name": "espelette peppers"
+ "name": "еспелетте бибер",
+ "plural_name": "еспелетте паприке"
},
"lemon verbena": {
"aliases": [],
"description": "",
- "name": "lemon verbena",
- "plural_name": "lemon verbenas"
+ "name": "лимун вербена",
+ "plural_name": "лимунске вербене"
},
"raw stevia": {
"aliases": [],
"description": "",
- "name": "raw stevia",
- "plural_name": "raw stevia"
+ "name": "сирова стевија",
+ "plural_name": "сирова стевија"
},
"achiote paste": {
"aliases": [],
"description": "",
- "name": "achiote paste",
- "plural_name": "achiote paste"
+ "name": "ацхиоте пасте",
+ "plural_name": "ацхиоте пасте"
},
"summer savory": {
"aliases": [],
"description": "",
- "name": "summer savory",
- "plural_name": "summer savories"
+ "name": "летњи слани",
+ "plural_name": "летње сластице"
},
"fennel pollen": {
"aliases": [],
"description": "",
- "name": "fennel pollen",
- "plural_name": "fennel pollens"
+ "name": "полен коморача",
+ "plural_name": "полен коморача"
}
}
},
@@ -6427,615 +6427,615 @@
"sugar": {
"aliases": [],
"description": "",
- "name": "sugar",
- "plural_name": "sugar"
+ "name": "шећер",
+ "plural_name": "шећер"
},
"brown sugar": {
"aliases": [
- "turbinado sugar"
+ "турбинадо шећер"
],
"description": "",
- "name": "brown sugar",
- "plural_name": "brown sugar"
+ "name": "смеђи шећер",
+ "plural_name": "смеђи шећер"
},
"confectioners sugar": {
"aliases": [
- "powdered sugar",
- "icing sugar"
+ "шећер у праху",
+ "шећер у праху"
],
"description": "",
- "name": "confectioners sugar",
- "plural_name": "confectioners sugar"
+ "name": "кондиторски шећер",
+ "plural_name": "кондиторски шећер"
},
"bar sugar": {
"aliases": [
- "castor sugar"
+ "рицинусовог шећера"
],
"description": "",
- "name": "bar sugar",
- "plural_name": "bar sugar"
+ "name": "бар шећер",
+ "plural_name": "бар шећер"
},
"maple syrup": {
"aliases": [],
"description": "",
- "name": "maple syrup",
- "plural_name": "maple syrup"
+ "name": "јаворов сируп",
+ "plural_name": "јаворов сируп"
},
"corn syrup": {
"aliases": [],
"description": "",
- "name": "corn syrup",
- "plural_name": "corn syrup"
+ "name": "кукурузни сируп",
+ "plural_name": "кукурузни сируп"
},
"coconut sugar": {
"aliases": [],
"description": "",
- "name": "coconut sugar",
- "plural_name": "coconut sugar"
+ "name": "кокосов шећер",
+ "plural_name": "кокосов шећер"
},
"molasses": {
"aliases": [],
"description": "",
- "name": "molass",
- "plural_name": "molasses"
+ "name": "меласа",
+ "plural_name": "меласа"
},
"stevia": {
"aliases": [],
"description": "",
- "name": "stevia",
- "plural_name": "stevia"
+ "name": "стевиа",
+ "plural_name": "стевиа"
},
"agave nectar": {
"aliases": [],
"description": "",
- "name": "agave nectar",
- "plural_name": "agave nectar"
+ "name": "нектар агаве",
+ "plural_name": "нектар агаве"
},
"sugar syrup": {
"aliases": [],
"description": "",
- "name": "sugar syrup",
- "plural_name": "sugar syrup"
+ "name": "шећерни сируп",
+ "plural_name": "шећерни сируп"
},
"isomalt": {
"aliases": [],
"description": "",
- "name": "isomalt",
- "plural_name": "isomalt"
+ "name": "изомалт",
+ "plural_name": "изомалт"
},
"erythritol": {
"aliases": [],
"description": "",
- "name": "erythritol",
- "plural_name": "erythritol"
+ "name": "еритритол",
+ "plural_name": "еритритол"
},
"vanilla sugar": {
"aliases": [],
"description": "",
- "name": "vanilla sugar",
- "plural_name": "vanilla sugar"
+ "name": "ванилин шећер",
+ "plural_name": "ванилин шећер"
},
"demerara sugar": {
"aliases": [],
"description": "",
- "name": "demerara sugar",
- "plural_name": "demerara sugar"
+ "name": "демерара шећер",
+ "plural_name": "демерара шећер"
},
"caramel syrup": {
"aliases": [],
"description": "",
- "name": "caramel syrup",
- "plural_name": "caramel syrup"
+ "name": "карамел сируп",
+ "plural_name": "карамел сируп"
},
"chocolate syrup": {
"aliases": [],
"description": "",
- "name": "chocolate syrup",
- "plural_name": "chocolate syrup"
+ "name": "чоколадни сируп",
+ "plural_name": "чоколадни сируп"
},
"jaggery": {
"aliases": [],
"description": "",
- "name": "jaggery",
- "plural_name": "jaggery"
+ "name": "јаггери",
+ "plural_name": "јаггери"
},
"raw sugar": {
"aliases": [],
"description": "",
- "name": "raw sugar",
- "plural_name": "raw sugar"
+ "name": "сирови шећер",
+ "plural_name": "сирови шећер"
},
"golden syrup": {
"aliases": [],
"description": "",
- "name": "golden syrup",
- "plural_name": "golden syrup"
+ "name": "златни сируп",
+ "plural_name": "златни сируп"
},
"cinnamon sugar": {
"aliases": [],
"description": "",
- "name": "cinnamon sugar",
- "plural_name": "cinnamon sugar"
+ "name": "цимет шећер",
+ "plural_name": "цимет шећер"
},
"liquid stevia": {
"aliases": [],
"description": "",
- "name": "liquid stevia",
- "plural_name": "liquid stevia"
+ "name": "течна стевија",
+ "plural_name": "течна стевија"
},
"grenadine": {
"aliases": [],
"description": "",
- "name": "grenadine",
- "plural_name": "grenadine"
+ "name": "гренадин",
+ "plural_name": "гренадин"
},
"coarse sugar": {
"aliases": [],
"description": "",
- "name": "coarse sugar",
- "plural_name": "coarse sugar"
+ "name": "груби шећер",
+ "plural_name": "груби шећер"
},
"salted caramel syrup": {
"aliases": [],
"description": "",
- "name": "salted caramel syrup",
- "plural_name": "salted caramel syrup"
+ "name": "слани карамел сируп",
+ "plural_name": "слани карамел сируп"
},
"sanding sugar": {
"aliases": [],
"description": "",
- "name": "sanding sugar",
- "plural_name": "sanding sugar"
+ "name": "шећер за брушење",
+ "plural_name": "шећер за брушење"
},
"dark corn syrup": {
"aliases": [],
"description": "",
- "name": "dark corn syrup",
- "plural_name": "dark corn syrup"
+ "name": "тамни кукурузни сируп",
+ "plural_name": "тамни кукурузни сируп"
},
"sucralose": {
"aliases": [],
"description": "",
- "name": "sucralose",
- "plural_name": "sucralose"
+ "name": "сукралоза",
+ "plural_name": "сукралоза"
},
"monk fruit sweetener": {
"aliases": [],
"description": "",
- "name": "monk fruit sweetener",
- "plural_name": "monk fruit sweeteners"
+ "name": "монашки воћни заслађивач",
+ "plural_name": "монашки воћни заслађивачи"
},
"maple sugar": {
"aliases": [],
"description": "",
- "name": "maple sugar",
- "plural_name": "maple sugar"
+ "name": "јаворов шећер",
+ "plural_name": "јаворов шећер"
},
"blackstrap molass": {
"aliases": [],
"description": "",
- "name": "blackstrap molass",
- "plural_name": "blackstrap molasses"
+ "name": "црна меласа",
+ "plural_name": "црна меласа"
},
"glucose": {
"aliases": [],
"description": "",
- "name": "glucose",
- "plural_name": "glucose"
+ "name": "глукоза",
+ "plural_name": "глукоза"
},
"rock sugar": {
"aliases": [],
"description": "",
- "name": "rock sugar",
- "plural_name": "rock sugar"
+ "name": "камени шећер",
+ "plural_name": "камени шећер"
},
"confectioners' sweetener": {
"aliases": [],
"description": "",
- "name": "confectioners' sweetener",
- "plural_name": "confectioners' sweeteners"
+ "name": "посластичарски заслађивач",
+ "plural_name": "кондиторски заслађивачи"
},
"xylitol": {
"aliases": [],
"description": "",
- "name": "xylitol",
- "plural_name": "xylitols"
+ "name": "ксилитол",
+ "plural_name": "ксилитоли"
},
"jam sugar": {
"aliases": [],
"description": "",
"name": "jam sugar",
- "plural_name": "jam sugar"
+ "plural_name": "џем шећер"
},
"brown rice syrup": {
"aliases": [],
"description": "",
- "name": "brown rice syrup",
- "plural_name": "brown rice syrup"
+ "name": "сируп од смеђег пиринча",
+ "plural_name": "сируп од смеђег пиринча"
},
"brown sugar substitute": {
"aliases": [],
"description": "",
- "name": "brown sugar substitute",
- "plural_name": "brown sugar substitutes"
+ "name": "замена за смеђи шећер",
+ "plural_name": "замене за смеђи шећер"
},
"strawberry syrup": {
"aliases": [],
"description": "",
- "name": "strawberry syrup",
- "plural_name": "strawberry syrup"
+ "name": "сируп од јагоде",
+ "plural_name": "сируп од јагоде"
},
"vanilla syrup": {
"aliases": [],
"description": "",
- "name": "vanilla syrup",
- "plural_name": "vanilla syrup"
+ "name": "сируп од ваниле",
+ "plural_name": "сируп од ваниле"
},
"ginger syrup": {
"aliases": [],
"description": "",
- "name": "ginger syrup",
- "plural_name": "ginger syrup"
+ "name": "сируп од ђумбира",
+ "plural_name": "сируп од ђумбира"
},
"orgeat": {
"aliases": [],
"description": "",
- "name": "orgeat",
- "plural_name": "orgeats"
+ "name": "оргеат",
+ "plural_name": "оргеатс"
},
"rice malt syrup": {
"aliases": [],
"description": "",
- "name": "rice malt syrup",
- "plural_name": "rice malt syrup"
+ "name": "сируп од пиринчаног слада",
+ "plural_name": "сируп од пиринчаног слада"
},
"pancake syrup": {
"aliases": [],
"description": "",
- "name": "pancake syrup",
- "plural_name": "pancake syrup"
+ "name": "сируп за палачинке",
+ "plural_name": "сируп за палачинке"
},
"raspberry syrup": {
"aliases": [],
"description": "",
- "name": "raspberry syrup",
- "plural_name": "raspberry syrup"
+ "name": "сируп од малине",
+ "plural_name": "сируп од малине"
},
"date syrup": {
"aliases": [],
"description": "",
- "name": "date syrup",
- "plural_name": "date syrup"
+ "name": "сируп од урме",
+ "plural_name": "сируп од урме"
},
"black treacle": {
"aliases": [],
"description": "",
- "name": "black treacle",
- "plural_name": "black treacles"
+ "name": "црни траг",
+ "plural_name": "црни треацлес"
},
"date paste": {
"aliases": [],
"description": "",
- "name": "date paste",
- "plural_name": "date paste"
+ "name": "датум пасте",
+ "plural_name": "датум пасте"
},
"coconut syrup": {
"aliases": [],
"description": "",
- "name": "coconut syrup",
- "plural_name": "coconut syrup"
+ "name": "кокосов сируп",
+ "plural_name": "кокосов сируп"
},
"mint syrup": {
"aliases": [],
"description": "",
- "name": "mint syrup",
- "plural_name": "mint syrup"
+ "name": "сируп од нане",
+ "plural_name": "сируп од нане"
},
"treacle": {
"aliases": [],
"description": "",
- "name": "treacle",
- "plural_name": "treacles"
+ "name": "треацле",
+ "plural_name": "треацлес"
},
"rice syrup": {
"aliases": [],
"description": "",
- "name": "rice syrup",
- "plural_name": "rice syrup"
+ "name": "сируп од пиринча",
+ "plural_name": "сируп од пиринча"
},
"manuka honey": {
"aliases": [],
"description": "",
- "name": "manuka honey",
- "plural_name": "manuka honey"
+ "name": "манука мед",
+ "plural_name": "манука мед"
},
"maple butter": {
"aliases": [],
"description": "",
- "name": "maple butter",
- "plural_name": "maple butter"
+ "name": "јаворов путер",
+ "plural_name": "јаворов путер"
},
"blueberry syrup": {
"aliases": [],
"description": "",
- "name": "blueberry syrup",
- "plural_name": "blueberry syrup"
+ "name": "сируп од боровнице",
+ "plural_name": "сируп од боровнице"
},
"apple syrup": {
"aliases": [],
"description": "",
- "name": "apple syrup",
- "plural_name": "apple syrup"
+ "name": "сируп од јабуке",
+ "plural_name": "сируп од јабуке"
},
"allulose": {
"aliases": [],
"description": "",
- "name": "allulose",
- "plural_name": "allulose"
+ "name": "алулозе",
+ "plural_name": "алулозе"
},
"blackberry syrup": {
"aliases": [],
"description": "",
- "name": "blackberry syrup",
- "plural_name": "blackberry syrup"
+ "name": "сируп од купине",
+ "plural_name": "сируп од купине"
},
"piloncillo": {
"aliases": [],
"description": "",
- "name": "piloncillo",
- "plural_name": "piloncillo"
+ "name": "пилонцилло",
+ "plural_name": "пилонцилло"
},
"cherry syrup": {
"aliases": [],
"description": "",
- "name": "cherry syrup",
- "plural_name": "cherry syrup"
+ "name": "сируп од вишања",
+ "plural_name": "сируп од вишања"
},
"hibiscus syrup": {
"aliases": [],
"description": "",
- "name": "hibiscus syrup",
- "plural_name": "hibiscus syrup"
+ "name": "сируп од хибискуса",
+ "plural_name": "сируп од хибискуса"
},
"lavender syrup": {
"aliases": [],
"description": "",
- "name": "lavender syrup",
- "plural_name": "lavender syrup"
+ "name": "сируп од лаванде",
+ "plural_name": "сируп од лаванде"
},
"fresh sugar cane": {
"aliases": [],
"description": "",
- "name": "fresh sugar cane",
- "plural_name": "fresh sugar canes"
+ "name": "свежа шећерна трска",
+ "plural_name": "свеже шећерне трске"
},
"hazelnut syrup": {
"aliases": [],
"description": "",
- "name": "hazelnut syrup",
- "plural_name": "hazelnut syrup"
+ "name": "сируп од лешника",
+ "plural_name": "сируп од лешника"
},
"white chocolate sauce": {
"aliases": [],
"description": "",
- "name": "white chocolate sauce",
- "plural_name": "white chocolate sauce"
+ "name": "сос од беле чоколаде",
+ "plural_name": "сос од беле чоколаде"
},
"pumpkin spice syrup": {
"aliases": [],
"description": "",
- "name": "pumpkin spice syrup",
- "plural_name": "pumpkin spice syrup"
+ "name": "сируп од зачина од бундеве",
+ "plural_name": "сируп од зачина од бундеве"
},
"glycerine": {
"aliases": [],
"description": "",
- "name": "glycerine",
- "plural_name": "glycerine"
+ "name": "глицерин",
+ "plural_name": "глицерин"
},
"sorghum syrup": {
"aliases": [],
"description": "",
- "name": "sorghum syrup",
- "plural_name": "sorghum syrup"
+ "name": "сируп од сирка",
+ "plural_name": "сируп од сирка"
},
"lucuma powder": {
"aliases": [],
"description": "",
- "name": "lucuma powder",
- "plural_name": "lucuma powder"
+ "name": "луцума прах",
+ "plural_name": "луцума прах"
},
"black sugar": {
"aliases": [],
"description": "",
- "name": "black sugar",
- "plural_name": "black sugar"
+ "name": "црни шећер",
+ "plural_name": "црни шећер"
},
"cranberry syrup": {
"aliases": [],
"description": "",
- "name": "cranberry syrup",
- "plural_name": "cranberry syrup"
+ "name": "сируп од бруснице",
+ "plural_name": "сируп од бруснице"
},
"golden sugar": {
"aliases": [],
"description": "",
- "name": "golden sugar",
- "plural_name": "golden sugar"
+ "name": "златни шећер",
+ "plural_name": "златни шећер"
},
"cane syrup": {
"aliases": [],
"description": "",
- "name": "cane syrup",
- "plural_name": "cane syrup"
+ "name": "сируп од трске",
+ "plural_name": "сируп од трске"
},
"mango syrup": {
"aliases": [],
"description": "",
- "name": "mango syrup",
- "plural_name": "mango syrup"
+ "name": "сируп од манга",
+ "plural_name": "сируп од манга"
},
"malt syrup": {
"aliases": [],
"description": "",
- "name": "malt syrup",
- "plural_name": "malt syrup"
+ "name": "сладни сируп",
+ "plural_name": "сладни сируп"
},
"hot honey": {
"aliases": [],
"description": "",
- "name": "hot honey",
- "plural_name": "hot honey"
+ "name": "врели мед",
+ "plural_name": "врели мед"
},
"gula melaka": {
"aliases": [],
"description": "",
- "name": "gula melaka",
- "plural_name": "gula melakas"
+ "name": "гула мелака",
+ "plural_name": "гула мелакас"
},
"elderberry syrup": {
"aliases": [],
"description": "",
- "name": "elderberry syrup",
- "plural_name": "elderberry syrup"
+ "name": "сируп од базге",
+ "plural_name": "сируп од базге"
},
"rosemary syrup": {
"aliases": [],
"description": "",
- "name": "rosemary syrup",
- "plural_name": "rosemary syrup"
+ "name": "сируп од рузмарина",
+ "plural_name": "сируп од рузмарина"
},
"dark chocolate syrup": {
"aliases": [],
"description": "",
- "name": "dark chocolate syrup",
- "plural_name": "dark chocolate syrup"
+ "name": "сируп од тамне чоколаде",
+ "plural_name": "сируп од тамне чоколаде"
},
"inulin": {
"aliases": [],
"description": "",
- "name": "inulin",
- "plural_name": "inulins"
+ "name": "инулин",
+ "plural_name": "инулини"
},
"sweet'n low": {
"aliases": [],
"description": "",
- "name": "sweet'n low",
- "plural_name": "sweet'n lows"
+ "name": "свеет'н лов",
+ "plural_name": "свеет'н ловс"
},
"fructose": {
"aliases": [],
"description": "",
- "name": "fructose",
- "plural_name": "fructose"
+ "name": "фруктоза",
+ "plural_name": "фруктоза"
},
"honey powder": {
"aliases": [],
"description": "",
- "name": "honey powder",
- "plural_name": "honey powder"
+ "name": "мед у праху",
+ "plural_name": "мед у праху"
},
"berry syrup": {
"aliases": [],
"description": "",
- "name": "berry syrup",
- "plural_name": "berry syrup"
+ "name": "сируп од бобица",
+ "plural_name": "сируп од бобица"
},
"grape syrup": {
"aliases": [],
"description": "",
- "name": "grape syrup",
- "plural_name": "grape syrup"
+ "name": "сируп од грожђа",
+ "plural_name": "сируп од грожђа"
},
"brown butter syrup": {
"aliases": [],
"description": "",
- "name": "brown butter syrup",
- "plural_name": "brown butter syrup"
+ "name": "сируп од смеђег путера",
+ "plural_name": "сируп од смеђег путера"
},
"date sugar": {
"aliases": [],
"description": "",
- "name": "date sugar",
- "plural_name": "date sugar"
+ "name": "урми шећер",
+ "plural_name": "урми шећер"
},
"mastic gum": {
"aliases": [],
"description": "",
- "name": "mastic gum",
- "plural_name": "mastic gums"
+ "name": "мастична гума",
+ "plural_name": "мастичне гуме"
},
"gum syrup": {
"aliases": [],
"description": "",
- "name": "gum syrup",
- "plural_name": "gum syrup"
+ "name": "сируп од гуме",
+ "plural_name": "сируп од гуме"
},
"irish cream syrup": {
"aliases": [],
"description": "",
- "name": "irish cream syrup",
- "plural_name": "irish cream syrup"
+ "name": "ирски крем сируп",
+ "plural_name": "ирски крем сируп"
},
"prickly pear syrup": {
"aliases": [],
"description": "",
- "name": "prickly pear syrup",
- "plural_name": "prickly pear syrup"
+ "name": "сируп од бодљикаве крушке",
+ "plural_name": "сируп од бодљикаве крушке"
},
"cookie butter syrup": {
"aliases": [],
"description": "",
- "name": "cookie butter syrup",
- "plural_name": "cookie butter syrup"
+ "name": "сируп од путера од колачића",
+ "plural_name": "сируп од путера од колачића"
},
"creamed honey": {
"aliases": [],
"description": "",
- "name": "creamed honey",
- "plural_name": "creamed honey"
+ "name": "кремасти мед",
+ "plural_name": "кремасти мед"
},
"buttermilk syrup": {
"aliases": [],
"description": "",
- "name": "buttermilk syrup",
- "plural_name": "buttermilk syrup"
+ "name": "сируп од млаћенице",
+ "plural_name": "сируп од млаћенице"
},
"chocolate sugar": {
"aliases": [],
"description": "",
- "name": "chocolate sugar",
- "plural_name": "chocolate sugar"
+ "name": "чоколадни шећер",
+ "plural_name": "чоколадни шећер"
},
"flavored syrup": {
"aliases": [],
"description": "",
- "name": "flavored syrup",
- "plural_name": "flavored syrup"
+ "name": "ароматизовани сируп",
+ "plural_name": "ароматизовани сируп"
},
"elderflower syrup": {
"aliases": [],
"description": "",
- "name": "elderflower syrup",
- "plural_name": "elderflower syrup"
+ "name": "сируп од цвећа базге",
+ "plural_name": "сируп од цвећа базге"
},
"malt sugar": {
"aliases": [],
"description": "",
- "name": "malt sugar",
- "plural_name": "malt sugar"
+ "name": "сладни шећер",
+ "plural_name": "сладни шећер"
},
"buckwheat honey": {
"aliases": [],
"description": "",
- "name": "buckwheat honey",
- "plural_name": "buckwheat honey"
+ "name": "мед од хељде",
+ "plural_name": "мед од хељде"
},
"truffle honey": {
"aliases": [],
"description": "",
- "name": "truffle honey",
- "plural_name": "truffle honey"
+ "name": "мед од тартуфа",
+ "plural_name": "мед од тартуфа"
}
}
},
@@ -7044,608 +7044,608 @@
"italian seasoning": {
"aliases": [],
"description": "",
- "name": "italian seasoning",
- "plural_name": "italian seasoning"
+ "name": "италијански зачин",
+ "plural_name": "италијански зачин"
},
"ranch dressing packet": {
"aliases": [],
"description": "",
- "name": "ranch dressing packet",
- "plural_name": "ranch dressing packets"
+ "name": "ранч дрессинг пакет",
+ "plural_name": "ранч пакети за прелив"
},
"seasoned salt": {
"aliases": [],
"description": "",
- "name": "seasoned salt",
- "plural_name": "seasoned salt"
+ "name": "зачињена со",
+ "plural_name": "зачињена со"
},
"curry": {
"aliases": [],
"description": "",
- "name": "curry",
- "plural_name": "curries"
+ "name": "цурри",
+ "plural_name": "кари"
},
"garam masala": {
"aliases": [],
"description": "",
- "name": "garam masala",
- "plural_name": "garam masalas"
+ "name": "гарам масала",
+ "plural_name": "гарам масалас"
},
"pumpkin pie spice": {
"aliases": [],
"description": "",
- "name": "pumpkin pie spice",
- "plural_name": "pumpkin pie spices"
+ "name": "зачин за питу од бундеве",
+ "plural_name": "зачини за питу од бундеве"
},
"mustard powder": {
"aliases": [],
"description": "",
- "name": "mustard powder",
- "plural_name": "mustard powder"
+ "name": "сенф у праху",
+ "plural_name": "сенф у праху"
},
"taco seasoning": {
"aliases": [],
"description": "",
- "name": "taco seasoning",
- "plural_name": "taco seasoning"
+ "name": "тако зачин",
+ "plural_name": "тако зачин"
},
"cajun seasoning": {
"aliases": [],
"description": "",
- "name": "cajun seasoning",
- "plural_name": "cajun seasoning"
+ "name": "цајун зачин",
+ "plural_name": "цајун зачин"
},
"dry ranch seasoning": {
"aliases": [],
"description": "",
- "name": "dry ranch seasoning",
- "plural_name": "dry ranch seasoning"
+ "name": "суви зачини за ранч",
+ "plural_name": "суви зачини за ранч"
},
"white miso": {
"aliases": [],
"description": "",
- "name": "white miso",
- "plural_name": "white misoes"
+ "name": "бели мисо",
+ "plural_name": "бели мисоес"
},
"himalayan salt": {
"aliases": [],
"description": "",
- "name": "himalayan salt",
- "plural_name": "himalayan salt"
+ "name": "хималајска со",
+ "plural_name": "хималајска со"
},
"lemon & pepper seasoning": {
"aliases": [],
"description": "",
- "name": "lemon & pepper seasoning",
- "plural_name": "lemon & pepper seasoning"
+ "name": "зачин за лимун и бибер",
+ "plural_name": "зачин за лимун и бибер"
},
"liquid smoke": {
"aliases": [],
"description": "",
- "name": "liquid smoke",
- "plural_name": "liquid smokes"
+ "name": "течни дим",
+ "plural_name": "течни димови"
},
"poultry seasoning": {
"aliases": [],
"description": "",
- "name": "poultry seasoning",
- "plural_name": "poultry seasoning"
+ "name": "зачин за живину",
+ "plural_name": "зачин за живину"
},
"chinese five spice": {
"aliases": [],
"description": "",
- "name": "chinese five spice",
- "plural_name": "chinese five spices"
+ "name": "кинески пет зачина",
+ "plural_name": "кинеских пет зачина"
},
"red curry": {
"aliases": [],
"description": "",
- "name": "red curry",
- "plural_name": "red curries"
+ "name": "црвени кари",
+ "plural_name": "црвени кари"
},
"old bay seasoning": {
"aliases": [],
"description": "",
- "name": "old bay seasoning",
- "plural_name": "old bay seasoning"
+ "name": "зачин за стари залив",
+ "plural_name": "зачин за стари залив"
},
"herbe de provence": {
"aliases": [],
"description": "",
- "name": "herbe de provence",
- "plural_name": "herbes de provence"
+ "name": "хербе де провенце",
+ "plural_name": "хербес де провенце"
},
"chaat masala": {
"aliases": [],
"description": "",
- "name": "chaat masala",
- "plural_name": "chaat masalas"
+ "name": "цхаат масала",
+ "plural_name": "цхаат масалас"
},
"creole seasoning": {
"aliases": [],
"description": "",
- "name": "creole seasoning",
- "plural_name": "creole seasoning"
+ "name": "креолски зачин",
+ "plural_name": "креолски зачин"
},
"steak seasoning": {
"aliases": [],
"description": "",
- "name": "steak seasoning",
- "plural_name": "steak seasoning"
+ "name": "зачин за бифтек",
+ "plural_name": "зачин за бифтек"
},
"mixed spice": {
"aliases": [],
"description": "",
- "name": "mixed spice",
- "plural_name": "mixed spices"
+ "name": "мешани зачин",
+ "plural_name": "мешани зачини"
},
"fleur de sel": {
"aliases": [],
"description": "",
- "name": "fleur de sel",
- "plural_name": "fleur de sel"
+ "name": "флеур де сел",
+ "plural_name": "флеур де сел"
},
"thai red curry paste": {
"aliases": [],
"description": "",
- "name": "thai red curry paste",
- "plural_name": "thai red curry paste"
+ "name": "тајландска црвена кари паста",
+ "plural_name": "тајландска црвена кари паста"
},
"mixed herb": {
"aliases": [],
"description": "",
- "name": "mixed herb",
- "plural_name": "mixed herbs"
+ "name": "мешано биље",
+ "plural_name": "мешано биље"
},
"green curry": {
"aliases": [],
"description": "",
- "name": "green curry",
- "plural_name": "green curries"
+ "name": "зелени кари",
+ "plural_name": "зелени кари"
},
"barbecue seasoning": {
"aliases": [],
"description": "",
- "name": "barbecue seasoning",
- "plural_name": "barbecue seasoning"
+ "name": "зачин за роштиљ",
+ "plural_name": "зачин за роштиљ"
},
"apple pie spice": {
"aliases": [],
"description": "",
- "name": "apple pie spice",
- "plural_name": "apple pie spices"
+ "name": "зачин за питу од јабука",
+ "plural_name": "зачини за питу од јабука"
},
"za'atar": {
"aliases": [],
"description": "",
- "name": "za'atar",
- "plural_name": "za'atars"
+ "name": "за'атар",
+ "plural_name": "за'атарс"
},
"ras el hanout": {
"aliases": [],
"description": "",
- "name": "ras el hanout",
- "plural_name": "ras el hanouts"
+ "name": "рас ел ханоут",
+ "plural_name": "рас ел ханоутс"
},
"all-purpose seasoning": {
"aliases": [],
"description": "",
- "name": "all-purpose seasoning",
- "plural_name": "all-purpose seasoning"
+ "name": "зачин за све намене",
+ "plural_name": "зачин за све намене"
},
"seafood seasoning": {
"aliases": [],
"description": "",
- "name": "seafood seasoning",
- "plural_name": "seafood seasoning"
+ "name": "зачин за морске плодове",
+ "plural_name": "зачин за морске плодове"
},
"bagel seasoning": {
"aliases": [],
"description": "",
- "name": "bagel seasoning",
- "plural_name": "bagel seasoning"
+ "name": "зачин за пециво",
+ "plural_name": "зачин за пециво"
},
"fajita seasoning": {
"aliases": [],
"description": "",
- "name": "fajita seasoning",
- "plural_name": "fajita seasoning"
+ "name": "фајита зачин",
+ "plural_name": "фајита зачин"
},
"tandoori spice": {
"aliases": [],
"description": "",
- "name": "tandoori spice",
- "plural_name": "tandoori spices"
+ "name": "тандоори зачин",
+ "plural_name": "тандоори зачини"
},
"pickling spice": {
"aliases": [],
"description": "",
- "name": "pickling spice",
- "plural_name": "pickling spices"
+ "name": "зачин за кисељење",
+ "plural_name": "зачини за кисељење"
},
"caribbean jerk seasoning": {
"aliases": [],
"description": "",
- "name": "caribbean jerk seasoning",
- "plural_name": "caribbean jerk seasoning"
+ "name": "карипски кретен зачин",
+ "plural_name": "карипски кретен зачин"
},
"gravy mix": {
"aliases": [],
"description": "",
- "name": "gravy mix",
- "plural_name": "gravy mixes"
+ "name": "мешавина за сос",
+ "plural_name": "мешавине соса"
},
"garlic & herb seasoning": {
"aliases": [],
"description": "",
- "name": "garlic & herb seasoning",
- "plural_name": "garlic & herb seasoning"
+ "name": "зачин од белог лука и биља",
+ "plural_name": "зачин од белог лука и биља"
},
"garlic-pepper seasoning": {
"aliases": [],
"description": "",
- "name": "garlic-pepper seasoning",
- "plural_name": "garlic-pepper seasoning"
+ "name": "зачин од белог лука и бибера",
+ "plural_name": "зачин од белог лука и бибера"
},
"pickling salt": {
"aliases": [],
"description": "",
- "name": "pickling salt",
- "plural_name": "pickling salt"
+ "name": "со за кисељење",
+ "plural_name": "со за кисељење"
},
"greek seasoning": {
"aliases": [],
"description": "",
- "name": "greek seasoning",
- "plural_name": "greek seasoning"
+ "name": "грчки зачин",
+ "plural_name": "грчки зачин"
},
"msg": {
"aliases": [],
"description": "",
- "name": "msg",
- "plural_name": "msgs"
+ "name": "мсг",
+ "plural_name": "мсгс"
},
"teriyaki marinade": {
"aliases": [],
"description": "",
- "name": "teriyaki marinade",
- "plural_name": "teriyaki marinades"
+ "name": "терииаки маринаде",
+ "plural_name": "терииаки маринаде"
},
"adobo seasoning": {
"aliases": [],
"description": "",
- "name": "adobo seasoning",
- "plural_name": "adobo seasoning"
+ "name": "адобо зачин",
+ "plural_name": "адобо зачин"
},
"sambar powder": {
"aliases": [],
"description": "",
- "name": "sambar powder",
- "plural_name": "sambar powder"
+ "name": "самбар прах",
+ "plural_name": "самбар прах"
},
"smoked salt": {
"aliases": [],
"description": "",
- "name": "smoked salt",
- "plural_name": "smoked salt"
+ "name": "димљена со",
+ "plural_name": "димљена со"
},
"dash seasoning": {
"aliases": [],
"description": "",
- "name": "dash seasoning",
- "plural_name": "dash seasoning"
+ "name": "цртица зачин",
+ "plural_name": "цртица зачин"
},
"red miso": {
"aliases": [],
"description": "",
- "name": "red miso",
- "plural_name": "red misoes"
+ "name": "црвени мисо",
+ "plural_name": "црвени мисоес"
},
"hot curry": {
"aliases": [],
"description": "",
- "name": "hot curry",
- "plural_name": "hot curries"
+ "name": "врући кари",
+ "plural_name": "врући кари"
},
"salt-free seasoning": {
"aliases": [],
"description": "",
- "name": "salt-free seasoning",
- "plural_name": "salt-free seasoning"
+ "name": "зачин без соли",
+ "plural_name": "зачин без соли"
},
"carne asada seasoning": {
"aliases": [],
"description": "",
- "name": "carne asada seasoning",
- "plural_name": "carne asada seasoning"
+ "name": "царне асада зачин",
+ "plural_name": "царне асада зачин"
},
"bouquet garni": {
"aliases": [],
"description": "",
- "name": "bouquet garni",
- "plural_name": "bouquet garnis"
+ "name": "букет гарни",
+ "plural_name": "букет гарниса"
},
"yellow miso": {
"aliases": [],
"description": "",
- "name": "yellow miso",
- "plural_name": "yellow misoes"
+ "name": "жути мисо",
+ "plural_name": "жути мисоес"
},
"dukkah": {
"aliases": [],
"description": "",
- "name": "dukkah",
- "plural_name": "dukkahs"
+ "name": "дукках",
+ "plural_name": "дуккахс"
},
"pav bhaji masala": {
"aliases": [],
"description": "",
- "name": "pav bhaji masala",
- "plural_name": "pav bhaji masalas"
+ "name": "пав бхаји масала",
+ "plural_name": "пав бхаји масалас"
},
"curing salt": {
"aliases": [],
"description": "",
- "name": "curing salt",
- "plural_name": "curing salt"
+ "name": "сол за сушење",
+ "plural_name": "сол за сушење"
},
"mexican seasoning": {
"aliases": [],
"description": "",
- "name": "mexican seasoning",
- "plural_name": "mexican seasoning"
+ "name": "мексички зачин",
+ "plural_name": "мексички зачин"
},
"tajin seasoning": {
"aliases": [],
"description": "",
- "name": "tajin seasoning",
- "plural_name": "tajin seasoning"
+ "name": "тајин зачин",
+ "plural_name": "тајин зачин"
},
"seasoned pepper": {
"aliases": [],
"description": "",
- "name": "seasoned pepper",
- "plural_name": "seasoned peppers"
+ "name": "зачињени бибер",
+ "plural_name": "зачињене паприке"
},
"crab boil seasoning": {
"aliases": [],
"description": "",
- "name": "crab boil seasoning",
- "plural_name": "crab boil seasoning"
+ "name": "зачин за кување од ракова",
+ "plural_name": "зачин за кување од ракова"
},
"shichimi togarashi": {
"aliases": [],
"description": "",
- "name": "shichimi togarashi",
- "plural_name": "shichimi togarashis"
+ "name": "схицхими тогарасхи",
+ "plural_name": "схицхими тогарашис"
},
"rib rub": {
"aliases": [],
"description": "",
- "name": "rib rub",
- "plural_name": "rib rubs"
+ "name": "трљање ребара",
+ "plural_name": "трљање ребара"
},
"truffle salt": {
"aliases": [],
"description": "",
- "name": "truffle salt",
- "plural_name": "truffle salt"
+ "name": "со од тартуфа",
+ "plural_name": "со од тартуфа"
},
"biryani masala": {
"aliases": [],
"description": "",
- "name": "biryani masala",
- "plural_name": "biryani masalas"
+ "name": "бириани масала",
+ "plural_name": "бириани масалас"
},
"furikake": {
"aliases": [],
"description": "",
- "name": "furikake",
- "plural_name": "furikakes"
+ "name": "фурикаке",
+ "plural_name": "фурикакес"
},
"togarashi": {
"aliases": [],
"description": "",
- "name": "togarashi",
- "plural_name": "togarashis"
+ "name": "тогарасхи",
+ "plural_name": "тогарашис"
},
"chipotle seasoning": {
"aliases": [],
"description": "",
- "name": "chipotle seasoning",
- "plural_name": "chipotle seasoning"
+ "name": "зачин за чипотле",
+ "plural_name": "зачин за чипотле"
},
"meat masala": {
"aliases": [],
"description": "",
- "name": "meat masala",
- "plural_name": "meat masalas"
+ "name": "месо масала",
+ "plural_name": "месне масале"
},
"harissa spice blend": {
"aliases": [],
"description": "",
- "name": "harissa spice blend",
- "plural_name": "harissa spice blends"
+ "name": "мешавина зачина хариса",
+ "plural_name": "мешавине зачина хариса"
},
"chana masala": {
"aliases": [],
"description": "",
- "name": "chana masala",
- "plural_name": "chana masalas"
+ "name": "цхана масала",
+ "plural_name": "цхана масалас"
},
"chicken gravy mix": {
"aliases": [],
"description": "",
- "name": "chicken gravy mix",
- "plural_name": "chicken gravy mixes"
+ "name": "мешавина пилећег соса",
+ "plural_name": "мешавине пилећих соса"
},
"grey sea salt": {
"aliases": [],
"description": "",
- "name": "grey sea salt",
- "plural_name": "grey sea salt"
+ "name": "сива морска со",
+ "plural_name": "сива морска со"
},
"chicken taco seasoning": {
"aliases": [],
"description": "",
- "name": "chicken taco seasoning",
- "plural_name": "chicken taco seasoning"
+ "name": "зачин за такос за пилетину",
+ "plural_name": "зачин за такос за пилетину"
},
"mushroom seasoning": {
"aliases": [],
"description": "",
- "name": "mushroom seasoning",
- "plural_name": "mushroom seasoning"
+ "name": "зачин за печурке",
+ "plural_name": "зачин за печурке"
},
"au jus mix": {
"aliases": [],
"description": "",
- "name": "au jus mix",
- "plural_name": "au jus mixes"
+ "name": "ау јус мик",
+ "plural_name": "ау јус мешавине"
},
"gingerbread spice": {
"aliases": [],
"description": "",
- "name": "gingerbread spice",
- "plural_name": "gingerbread spices"
+ "name": "зачин за медењак",
+ "plural_name": "зачини за медењаке"
},
"popcorn seasoning": {
"aliases": [],
"description": "",
- "name": "popcorn seasoning",
- "plural_name": "popcorn seasoning"
+ "name": "зачин за кокице",
+ "plural_name": "зачин за кокице"
},
"berbere": {
"aliases": [],
"description": "",
- "name": "berbere",
- "plural_name": "berberes"
+ "name": "бербере",
+ "plural_name": "берберес"
},
"chili-lime seasoning": {
"aliases": [],
"description": "",
- "name": "chili-lime seasoning",
- "plural_name": "chili-lime seasoning"
+ "name": "зачин чили-лимете",
+ "plural_name": "зачин чили-лимете"
},
"brown miso": {
"aliases": [],
"description": "",
- "name": "brown miso",
- "plural_name": "brown misoes"
+ "name": "браон мисо",
+ "plural_name": "браон мисоес"
},
"blackening seasoning": {
"aliases": [],
"description": "",
- "name": "blackening seasoning",
- "plural_name": "blackening seasoning"
+ "name": "зачин за црњење",
+ "plural_name": "зачин за црњење"
},
"pizza seasoning": {
"aliases": [],
"description": "",
- "name": "pizza seasoning",
- "plural_name": "pizza seasoning"
+ "name": "зачин за пицу",
+ "plural_name": "зачин за пицу"
},
"fines herbe": {
"aliases": [],
"description": "",
- "name": "fines herbe",
- "plural_name": "fines herbes"
+ "name": "финес хербе",
+ "plural_name": "фине хербес"
},
"shawarma seasoning": {
"aliases": [],
"description": "",
- "name": "shawarma seasoning",
- "plural_name": "shawarma seasoning"
+ "name": "зачин за шаварму",
+ "plural_name": "зачин за шаварму"
},
"chai masala": {
"aliases": [],
"description": "",
- "name": "chai masala",
- "plural_name": "chai masalas"
+ "name": "цхаи масала",
+ "plural_name": "цхаи масалас"
},
"panang curry": {
"aliases": [],
"description": "",
- "name": "panang curry",
- "plural_name": "panang curries"
+ "name": "пананг цурри",
+ "plural_name": "пананг кари"
},
"kitchen king masala": {
"aliases": [],
"description": "",
- "name": "kitchen king masala",
- "plural_name": "kitchen king masalas"
+ "name": "кухиња краља масала",
+ "plural_name": "кухиња краља масала"
},
"lemon & herb seasoning": {
"aliases": [],
"description": "",
- "name": "lemon & herb seasoning",
- "plural_name": "lemon & herb seasoning"
+ "name": "зачин за лимун и биље",
+ "plural_name": "зачин за лимун и биље"
},
"vanilla salt": {
"aliases": [],
"description": "",
- "name": "vanilla salt",
- "plural_name": "vanilla salt"
+ "name": "ванилин со",
+ "plural_name": "ванилин со"
},
"thai seasoning": {
"aliases": [],
"description": "",
- "name": "thai seasoning",
- "plural_name": "thai seasoning"
+ "name": "тајландски зачин",
+ "plural_name": "тајландски зачин"
},
"mulling spice": {
"aliases": [],
"description": "",
- "name": "mulling spice",
- "plural_name": "mulling spices"
+ "name": "муллинг спице",
+ "plural_name": "зачини за мување"
},
"sriracha seasoning": {
"aliases": [],
"description": "",
- "name": "sriracha seasoning",
- "plural_name": "sriracha seasoning"
+ "name": "срирацха зачин",
+ "plural_name": "срирацха зачин"
},
"coffee rub": {
"aliases": [],
"description": "",
- "name": "coffee rub",
- "plural_name": "coffee rubs"
+ "name": "трљање кафе",
+ "plural_name": "кафа трља"
},
"hawaiian salt": {
"aliases": [],
"description": "",
- "name": "hawaiian salt",
- "plural_name": "hawaiian salt"
+ "name": "хавајска со",
+ "plural_name": "хавајска со"
},
"mesquite seasoning": {
"aliases": [],
"description": "",
- "name": "mesquite seasoning",
- "plural_name": "mesquite seasoning"
+ "name": "зачин од мескита",
+ "plural_name": "зачин од мескита"
},
"tom yum paste": {
"aliases": [],
"description": "",
- "name": "tom yum paste",
- "plural_name": "tom yum paste"
+ "name": "том иум пасте",
+ "plural_name": "том иум пасте"
},
"fish masala": {
"aliases": [],
"description": "",
- "name": "fish masala",
- "plural_name": "fish masalas"
+ "name": "риба масала",
+ "plural_name": "риба масала"
},
"fresh mixed herb": {
"aliases": [],
"description": "",
- "name": "fresh mixed herb",
- "plural_name": "fresh mixed herbs"
+ "name": "свеже мешано биље",
+ "plural_name": "свеже мешано биље"
},
"southwest chipotle seasoning": {
"aliases": [],
"description": "",
- "name": "southwest chipotle seasoning",
- "plural_name": "southwest chipotle seasoning"
+ "name": "југозападни цхипотле зачин",
+ "plural_name": "југозападни цхипотле зачин"
}
}
},
@@ -7654,620 +7654,620 @@
"flour": {
"aliases": [],
"description": "",
- "name": "flour",
- "plural_name": "flour"
+ "name": "брашно",
+ "plural_name": "брашно"
},
"vanilla extract": {
"aliases": [
- "vanilla",
- "vanillas"
+ "ванила",
+ "ваниле"
],
"description": "",
- "name": "vanilla extract",
- "plural_name": "vanilla extract"
+ "name": "екстракт ваниле",
+ "plural_name": "екстракт ваниле"
},
"baking powder": {
"aliases": [],
"description": "",
- "name": "baking powder",
- "plural_name": "baking powder"
+ "name": "прашак за пециво",
+ "plural_name": "прашак за пециво"
},
"baking soda": {
"aliases": [],
"description": "",
- "name": "baking soda",
- "plural_name": "baking sodas"
+ "name": "сода бикарбона",
+ "plural_name": "соде бикарбоне"
},
"cornstarch": {
"aliases": [],
"description": "",
- "name": "cornstarch",
- "plural_name": "cornstarches"
+ "name": "кукурузни скроб",
+ "plural_name": "кукурузни скроб"
},
"yeast": {
"aliases": [],
"description": "",
- "name": "yeast",
- "plural_name": "yeasts"
+ "name": "квасац",
+ "plural_name": "квасци"
},
"chocolate chip": {
"aliases": [],
"description": "",
- "name": "chocolate chip",
- "plural_name": "chocolate chips"
+ "name": "чоколадни комадић",
+ "plural_name": "чоколадни чипс"
},
"dark chocolate chip": {
"aliases": [],
"description": "",
- "name": "dark chocolate chip",
- "plural_name": "dark chocolate chips"
+ "name": "црна чоколада",
+ "plural_name": "комадићи тамне чоколаде"
},
"whole-wheat flour": {
"aliases": [
- "whole wheat flour"
+ "интегрално пшенично брашно"
],
"description": "",
- "name": "whole-wheat flour",
- "plural_name": "whole-wheat flour"
+ "name": "интегрално пшенично брашно",
+ "plural_name": "интегрално пшенично брашно"
},
"almond flour": {
"aliases": [],
"description": "",
- "name": "almond flour",
- "plural_name": "almond flour"
+ "name": "бадемово брашно",
+ "plural_name": "бадемово брашно"
},
"self-raising flour": {
"aliases": [],
"description": "",
- "name": "self-raising flour",
- "plural_name": "self-raising flour"
+ "name": "брашно за самоподизање",
+ "plural_name": "брашно за самоподизање"
},
"shredded coconut": {
"aliases": [],
"description": "",
- "name": "shredded coconut",
- "plural_name": "shredded coconuts"
+ "name": "исецкани кокос",
+ "plural_name": "исецкани кокосови ораси"
},
"cornmeal": {
"aliases": [],
"description": "",
- "name": "cornmeal",
- "plural_name": "cornmeals"
+ "name": "кукурузно брашно",
+ "plural_name": "кукурузно брашно"
},
"coconut flake": {
"aliases": [],
"description": "",
- "name": "coconut flake",
- "plural_name": "coconut flakes"
+ "name": "кокосова пахуљица",
+ "plural_name": "кокосове пахуљице"
},
"gelatin": {
"aliases": [],
"description": "",
- "name": "gelatin",
- "plural_name": "gelatins"
+ "name": "желатин",
+ "plural_name": "желатине"
},
"pastry flour": {
"aliases": [],
"description": "",
- "name": "pastry flour",
- "plural_name": "pastry flour"
+ "name": "брашно за пециво",
+ "plural_name": "брашно за пециво"
},
"coconut flour": {
"aliases": [],
"description": "",
- "name": "coconut flour",
- "plural_name": "coconut flour"
+ "name": "кокосово брашно",
+ "plural_name": "кокосово брашно"
},
"baking mix": {
"aliases": [],
"description": "",
- "name": "baking mix",
- "plural_name": "baking mixes"
+ "name": "мешавина за печење",
+ "plural_name": "мешавине за печење"
},
"cake flour": {
"aliases": [],
"description": "",
- "name": "cake flour",
- "plural_name": "cake flour"
+ "name": "брашно за колаче",
+ "plural_name": "брашно за колаче"
},
"corn flour": {
"aliases": [],
"description": "",
- "name": "corn flour",
- "plural_name": "corn flour"
+ "name": "кукурузно брашно",
+ "plural_name": "кукурузно брашно"
},
"cream of tartar": {
"aliases": [],
"description": "",
- "name": "cream of tartar",
- "plural_name": "cream of tartar"
+ "name": "крем од каменца",
+ "plural_name": "крем од каменца"
},
"bread flour": {
"aliases": [],
"description": "",
- "name": "bread flour",
- "plural_name": "bread flour"
+ "name": "хлебно брашно",
+ "plural_name": "хлебно брашно"
},
"almond meal": {
"aliases": [],
"description": "",
- "name": "almond meal",
- "plural_name": "almond meals"
+ "name": "бадемово брашно",
+ "plural_name": "јела од бадема"
},
"unbleached all-purpose flour": {
"aliases": [
- "unbleached flour",
- "all-purpose flour",
- "all purpose flour"
+ "небељено брашно",
+ "вишенаменско брашно",
+ "брашно за све намене"
],
"description": "",
- "name": "unbleached all-purpose flour",
- "plural_name": "unbleached all-purpose flour"
+ "name": "небељено вишенаменско брашно",
+ "plural_name": "небељено вишенаменско брашно"
},
"white baking chip": {
"aliases": [],
"description": "",
- "name": "white baking chip",
- "plural_name": "white baking chips"
+ "name": "бели чипс за печење",
+ "plural_name": "бели чипс за печење"
},
"gluten-free flour": {
"aliases": [],
"description": "",
- "name": "gluten-free flour",
- "plural_name": "gluten-free flour"
+ "name": "брашно без глутена",
+ "plural_name": "брашно без глутена"
},
"rice flour": {
"aliases": [],
"description": "",
- "name": "rice flour",
- "plural_name": "rice flour"
+ "name": "пиринчано брашно",
+ "plural_name": "пиринчано брашно"
},
"desiccated coconut": {
"aliases": [],
"description": "",
- "name": "desiccated coconut",
- "plural_name": "desiccated coconuts"
+ "name": "исушени кокос",
+ "plural_name": "исушени кокосови ораси"
},
"tapioca starch": {
"aliases": [],
"description": "",
- "name": "tapioca starch",
- "plural_name": "tapioca starches"
+ "name": "скроб тапиоке",
+ "plural_name": "скроб од тапиоке"
},
"yellow cake mix": {
"aliases": [],
"description": "",
- "name": "yellow cake mix",
- "plural_name": "yellow cake mixes"
+ "name": "жута мешавина за колаче",
+ "plural_name": "жуте мешавине за колаче"
},
"chickpea flour": {
"aliases": [],
"description": "",
- "name": "chickpea flour",
- "plural_name": "chickpea flour"
+ "name": "брашно од леблебија",
+ "plural_name": "брашно од леблебија"
},
"xanthan gum": {
"aliases": [],
"description": "",
- "name": "xanthan gum",
- "plural_name": "xanthan gums"
+ "name": "ксантан гума",
+ "plural_name": "ксантан гуме"
},
"oat flour": {
"aliases": [],
"description": "",
- "name": "oat flour",
- "plural_name": "oat flour"
+ "name": "овсено брашно",
+ "plural_name": "овсено брашно"
},
"whole-wheat pastry flour": {
"aliases": [],
"description": "",
- "name": "whole-wheat pastry flour",
- "plural_name": "whole-wheat pastry flour"
+ "name": "интегрално брашно за пециво",
+ "plural_name": "интегрално брашно за пециво"
},
"whole-wheat": {
"aliases": [
- "whole wheat",
- "whole wheats"
+ "цела пшеница",
+ "интегралне пшенице"
],
"description": "",
- "name": "whole-wheat",
- "plural_name": "whole-wheats"
+ "name": "целог пшенице",
+ "plural_name": "интегралне пшенице"
},
"candy sprinkle": {
"aliases": [],
"description": "",
- "name": "candy sprinkle",
- "plural_name": "candy sprinkles"
+ "name": "посипати слаткишима",
+ "plural_name": "бомбоне посипа"
},
"spelt": {
"aliases": [],
"description": "",
- "name": "spelt",
- "plural_name": "spelts"
+ "name": "спелта",
+ "plural_name": "спелтс"
},
"brownie mix": {
"aliases": [],
"description": "",
- "name": "brownie mix",
- "plural_name": "brownie mixes"
+ "name": "бровние мик",
+ "plural_name": "мешавине колачића"
},
"arrowroot flour": {
"aliases": [],
"description": "",
- "name": "arrowroot flour",
- "plural_name": "arrowroot flour"
+ "name": "брашна од стрелице",
+ "plural_name": "брашна од стрелице"
},
"flaxseed meal": {
"aliases": [],
"description": "",
- "name": "flaxseed meal",
- "plural_name": "flaxseed meals"
+ "name": "ланено брашно",
+ "plural_name": "јела од ланеног семена"
},
"chocolate cake mix": {
"aliases": [],
"description": "",
- "name": "chocolate cake mix",
- "plural_name": "chocolate cake mixes"
+ "name": "мешавина за чоколадну торту",
+ "plural_name": "мешавине за чоколадне торте"
},
"potato starch": {
"aliases": [],
"description": "",
- "name": "potato starch",
- "plural_name": "potato starches"
+ "name": "кромпиров скроб",
+ "plural_name": "скроб од кромпира"
},
"jello": {
"aliases": [],
"description": "",
- "name": "jello",
- "plural_name": "jelloes"
+ "name": "јелло",
+ "plural_name": "желе"
},
"butterscotch chip": {
"aliases": [],
"description": "",
- "name": "butterscotch chip",
- "plural_name": "butterscotch chips"
+ "name": "чипс од буттерсцотцх",
+ "plural_name": "чипс од буттерсцотцх"
},
"peanut butter chip": {
"aliases": [],
"description": "",
- "name": "peanut butter chip",
- "plural_name": "peanut butter chips"
+ "name": "чипс путера од кикирикија",
+ "plural_name": "чипс од путера од кикирикија"
},
"crystallized ginger": {
"aliases": [],
"description": "",
- "name": "crystallized ginger",
+ "name": "кристализовани ђумбир",
"plural_name": "crystallized gingers"
},
"buckwheat flour": {
"aliases": [],
"description": "",
- "name": "buckwheat flour",
- "plural_name": "buckwheat flour"
+ "name": "хељдино брашно",
+ "plural_name": "хељдино брашно"
},
"brown rice flour": {
"aliases": [],
"description": "",
- "name": "brown rice flour",
- "plural_name": "brown rice flour"
+ "name": "брашна од браон пиринча",
+ "plural_name": "брашна од браон пиринча"
},
"pectin": {
"aliases": [],
"description": "",
- "name": "pectin",
- "plural_name": "pectins"
+ "name": "пектин",
+ "plural_name": "пектини"
},
"rye flour": {
"aliases": [],
"description": "",
- "name": "rye flour",
- "plural_name": "rye flour"
+ "name": "ражено брашно",
+ "plural_name": "ражено брашно"
},
"psyllium husk": {
"aliases": [],
"description": "",
- "name": "psyllium husk",
- "plural_name": "psyllium husks"
+ "name": "љуска псилијума",
+ "plural_name": "љуске псилијума"
},
"semolina flour": {
"aliases": [],
"description": "",
- "name": "semolina flour",
- "plural_name": "semolina flour"
+ "name": "гриз брашно",
+ "plural_name": "гриз брашно"
},
"glutinous rice flour": {
"aliases": [],
"description": "",
- "name": "glutinous rice flour",
- "plural_name": "glutinous rice flour"
+ "name": "лепљиво пиринчано брашно",
+ "plural_name": "лепљиво пиринчано брашно"
},
"pancake mix": {
"aliases": [],
"description": "",
- "name": "pancake mix",
- "plural_name": "pancake mixes"
+ "name": "мешавина за палачинке",
+ "plural_name": "мешавине за палачинке"
},
"refined flour": {
"aliases": [],
"description": "",
- "name": "refined flour",
- "plural_name": "refined flour"
+ "name": "рафинисано брашно",
+ "plural_name": "рафинисано брашно"
},
"muffin mix": {
"aliases": [],
"description": "",
- "name": "muffin mix",
- "plural_name": "muffin mixes"
+ "name": "мешавина за мафине",
+ "plural_name": "мешавине за мафине"
},
"marzipan": {
"aliases": [],
"description": "",
- "name": "marzipan",
- "plural_name": "marzipans"
+ "name": "марципан",
+ "plural_name": "марципан"
},
"coffee bean": {
"aliases": [],
"description": "",
- "name": "coffee bean",
- "plural_name": "coffee beans"
+ "name": "зрно кафе",
+ "plural_name": "зрна кафе"
},
"toffee bit": {
"aliases": [],
"description": "",
- "name": "toffee bit",
- "plural_name": "toffee bits"
+ "name": "тоффее бит",
+ "plural_name": "комадићи карамела"
},
"cornbread mix": {
"aliases": [],
"description": "",
- "name": "cornbread mix",
- "plural_name": "cornbread mixes"
+ "name": "мешавина кукурузног хлеба",
+ "plural_name": "мешавине кукурузног хлеба"
},
"spice cake mix": {
"aliases": [],
"description": "",
- "name": "spice cake mix",
- "plural_name": "spice cake mixes"
+ "name": "мешавина зачина за колаче",
+ "plural_name": "мешавине зачина за колаче"
},
"devil's food cake mix": {
"aliases": [],
"description": "",
- "name": "devil's food cake mix",
- "plural_name": "devil's food cake mixes"
+ "name": "мешавина за колаче од ђавоље хране",
+ "plural_name": "мешавине за колаче од ђавоље хране"
},
"sorghum flour": {
"aliases": [],
"description": "",
- "name": "sorghum flour",
- "plural_name": "sorghum flour"
+ "name": "сирково брашно",
+ "plural_name": "сирково брашно"
},
"potato flake": {
"aliases": [],
"description": "",
- "name": "potato flake",
- "plural_name": "potato flakes"
+ "name": "кромпир пахуљица",
+ "plural_name": "пахуљице од кромпира"
},
"masa harina": {
"aliases": [],
"description": "",
- "name": "masa harina",
- "plural_name": "masa harinas"
+ "name": "маса харина",
+ "plural_name": "маса харинас"
},
"cinnamon chip": {
"aliases": [],
"description": "",
- "name": "cinnamon chip",
- "plural_name": "cinnamon chips"
+ "name": "чипс од цимета",
+ "plural_name": "чипс од цимета"
},
"agar agar": {
"aliases": [],
"description": "",
- "name": "agar agar",
- "plural_name": "agar agars"
+ "name": "агар агар",
+ "plural_name": "агар агар"
},
"red velvet cake mix": {
"aliases": [],
"description": "",
- "name": "red velvet cake mix",
- "plural_name": "red velvet cake mixes"
+ "name": "мешавина за колаче од црвеног сомота",
+ "plural_name": "мешавине за колаче од црвеног сомота"
},
"matzo meal": {
"aliases": [],
"description": "",
- "name": "matzo meal",
- "plural_name": "matzo meals"
+ "name": "мацо оброк",
+ "plural_name": "мацо јела"
},
"sago": {
"aliases": [],
"description": "",
- "name": "sago",
- "plural_name": "sagos"
+ "name": "саго",
+ "plural_name": "сагос"
},
"white baking chocolate": {
"aliases": [],
"description": "",
- "name": "white baking chocolate",
- "plural_name": "white baking chocolate"
+ "name": "бела чоколада за печење",
+ "plural_name": "бела чоколада за печење"
},
"cassava flour": {
"aliases": [],
"description": "",
- "name": "cassava flour",
- "plural_name": "cassava flour"
+ "name": "брашна од касаве",
+ "plural_name": "брашна од касаве"
},
"whipped cream stabilizer": {
"aliases": [],
"description": "",
- "name": "whipped cream stabilizer",
- "plural_name": "whipped cream stabilizers"
+ "name": "стабилизатор за шлаг",
+ "plural_name": "стабилизатори за шлаг"
},
"sugar cookie mix": {
"aliases": [],
"description": "",
- "name": "sugar cookie mix",
- "plural_name": "sugar cookie mixes"
+ "name": "мешавина шећерних колачића",
+ "plural_name": "мешавине шећерних колачића"
},
"vital wheat gluten": {
"aliases": [],
"description": "",
- "name": "vital wheat gluten",
- "plural_name": "vital wheat glutens"
+ "name": "витални пшенични глутен",
+ "plural_name": "витални пшенични глутени"
},
"baking chip": {
"aliases": [],
"description": "",
- "name": "baking chip",
- "plural_name": "baking chips"
+ "name": "чип за печење",
+ "plural_name": "чипс за печење"
},
"meringue powder": {
"aliases": [],
"description": "",
- "name": "meringue powder",
- "plural_name": "meringue powder"
+ "name": "безе у праху",
+ "plural_name": "безе у праху"
},
"hazelnut flour": {
"aliases": [],
"description": "",
- "name": "hazelnut flour",
- "plural_name": "hazelnut flour"
+ "name": "брашно од лешника",
+ "plural_name": "брашно од лешника"
},
"citric acid": {
"aliases": [],
"description": "",
- "name": "citric acid",
- "plural_name": "citric acids"
+ "name": "лимунска киселина",
+ "plural_name": "лимунске киселине"
},
"coconut chip": {
"aliases": [],
"description": "",
- "name": "coconut chip",
- "plural_name": "coconut chips"
+ "name": "кокосов чипс",
+ "plural_name": "кокосов чипс"
},
"quinoa flour": {
"aliases": [],
"description": "",
- "name": "quinoa flour",
- "plural_name": "quinoa flour"
+ "name": "киноа брашно",
+ "plural_name": "киноа брашно"
},
"finger millet flour": {
"aliases": [],
"description": "",
- "name": "finger millet flour",
- "plural_name": "finger millet flour"
+ "name": "прст просено брашно",
+ "plural_name": "прст просено брашно"
},
"fondant": {
"aliases": [],
"description": "",
- "name": "fondant",
- "plural_name": "fondants"
+ "name": "фондант",
+ "plural_name": "фонданти"
},
"mint baking chip": {
"aliases": [],
"description": "",
- "name": "mint baking chip",
- "plural_name": "mint baking chips"
+ "name": "чипс за печење менте",
+ "plural_name": "чипс за печење од нане"
},
"angel food cake mix": {
"aliases": [],
"description": "",
- "name": "angel food cake mix",
- "plural_name": "angel food cake mixes"
+ "name": "мешавина за колаче са храном анђела",
+ "plural_name": "мешавине за колаче са храном анђела"
},
"white cornmeal": {
"aliases": [],
"description": "",
- "name": "white cornmeal",
- "plural_name": "white cornmeals"
+ "name": "бело кукурузно брашно",
+ "plural_name": "бело кукурузно брашно"
},
"millet flour": {
"aliases": [],
"description": "",
- "name": "millet flour",
- "plural_name": "millet flour"
+ "name": "просено брашно",
+ "plural_name": "просено брашно"
},
"mincemeat": {
"aliases": [],
"description": "",
- "name": "mincemeat",
- "plural_name": "mincemeats"
+ "name": "млевено месо",
+ "plural_name": "млевено месо"
},
"gluten-free baking flour": {
"aliases": [],
"description": "",
- "name": "gluten-free baking flour",
- "plural_name": "gluten-free baking flour"
+ "name": "брашно за печење без глутена",
+ "plural_name": "брашно за печење без глутена"
},
"einkorn flour": {
"aliases": [],
"description": "",
- "name": "einkorn flour",
- "plural_name": "einkorn flour"
+ "name": "еинкорн брашно",
+ "plural_name": "еинкорн брашно"
},
"self-rising cornmeal": {
"aliases": [],
"description": "",
- "name": "self-rising cornmeal",
- "plural_name": "self-rising cornmeals"
+ "name": "самодижуће кукурузно брашно",
+ "plural_name": "кукурузно брашно које се само диже"
},
"gluten-free self-raising flour": {
"aliases": [],
"description": "",
- "name": "gluten-free self-raising flour",
- "plural_name": "gluten-free self-raising flour"
+ "name": "брашно за самоподизање без глутена",
+ "plural_name": "брашно за самоподизање без глутена"
},
"peanut flour": {
"aliases": [],
"description": "",
- "name": "peanut flour",
- "plural_name": "peanut flour"
+ "name": "брашно од кикирикија",
+ "plural_name": "брашно од кикирикија"
},
"sweet bean paste": {
"aliases": [],
"description": "",
- "name": "sweet bean paste",
- "plural_name": "sweet bean paste"
+ "name": "паста од слатког пасуља",
+ "plural_name": "паста од слатког пасуља"
},
"carob powder": {
"aliases": [],
"description": "",
- "name": "carob powder",
- "plural_name": "carob powder"
+ "name": "прах рогача",
+ "plural_name": "прах рогача"
},
"tapioca pearl": {
"aliases": [],
"description": "",
- "name": "tapioca pearl",
- "plural_name": "tapioca pearls"
+ "name": "тапиока бисер",
+ "plural_name": "бисери тапиоке"
},
"teff flour": {
"aliases": [],
"description": "",
- "name": "teff flour",
- "plural_name": "teff flour"
+ "name": "тефф брашно",
+ "plural_name": "тефф брашно"
},
"guar gum": {
"aliases": [],
"description": "",
- "name": "guar gum",
- "plural_name": "guar gums"
+ "name": "гуар гума",
+ "plural_name": "гуар гуме"
},
"potato flour": {
"aliases": [],
"description": "",
- "name": "potato flour",
- "plural_name": "potato flour"
+ "name": "кромпирово брашно",
+ "plural_name": "кромпирово брашно"
},
"ready-made icing": {
"aliases": [],
"description": "",
- "name": "ready-made icing",
- "plural_name": "ready-made icings"
+ "name": "готова глазура",
+ "plural_name": "готове глазуре"
},
"fruit salt": {
"aliases": [],
"description": "",
- "name": "fruit salt",
- "plural_name": "fruit salt"
+ "name": "воћна со",
+ "plural_name": "воћна со"
}
}
},
@@ -8276,260 +8276,260 @@
"pie crust": {
"aliases": [],
"description": "",
- "name": "pie crust",
- "plural_name": "pie crusts"
+ "name": "кора за питу",
+ "plural_name": "коре за питу"
},
"puff pastry": {
"aliases": [],
"description": "",
- "name": "puff pastry",
- "plural_name": "puff pastries"
+ "name": "лиснато тесто",
+ "plural_name": "лиснато пециво"
},
"pizza crust": {
"aliases": [],
"description": "",
- "name": "pizza crust",
- "plural_name": "pizza crusts"
+ "name": "кора за пицу",
+ "plural_name": "коре за пицу"
},
"pizza dough": {
"aliases": [],
"description": "",
- "name": "pizza dough",
- "plural_name": "pizza doughs"
+ "name": "тесто за пицу",
+ "plural_name": "теста за пицу"
},
"phyllo": {
"aliases": [],
"description": "",
- "name": "phyllo",
- "plural_name": "phylloes"
+ "name": "пхилло",
+ "plural_name": "пхиллоес"
},
"refrigerated crescent roll": {
"aliases": [],
"description": "",
- "name": "refrigerated crescent roll",
- "plural_name": "refrigerated crescent rolls"
+ "name": "расхлађени ролат од полумесеца",
+ "plural_name": "охлађене ролне у облику полумесеца"
},
"biscuit dough": {
"aliases": [],
"description": "",
- "name": "biscuit dough",
- "plural_name": "biscuit doughs"
+ "name": "тесто за бисквит",
+ "plural_name": "теста за бисквит"
},
"dumpling wrapper": {
"aliases": [],
"description": "",
- "name": "dumpling wrapper",
- "plural_name": "dumpling wrappers"
+ "name": "омот за кнедле",
+ "plural_name": "омоти за кнедле"
},
"rice paper": {
"aliases": [],
"description": "",
- "name": "rice paper",
- "plural_name": "rice papers"
+ "name": "пиринчаног папира",
+ "plural_name": "пиринчани папири"
},
"sourdough starter": {
"aliases": [],
"description": "",
- "name": "sourdough starter",
- "plural_name": "sourdough starters"
+ "name": "стартер за кисело тесто",
+ "plural_name": "предјела од киселог теста"
},
"cookie dough": {
"aliases": [],
"description": "",
- "name": "cookie dough",
- "plural_name": "cookie doughs"
+ "name": "тесто за колаче",
+ "plural_name": "тесто за колаче"
},
"egg roll wrapper": {
"aliases": [],
"description": "",
- "name": "egg roll wrapper",
- "plural_name": "egg roll wrappers"
+ "name": "омот за ролат од јаја",
+ "plural_name": "омоти за ролне јаја"
},
"bread dough": {
"aliases": [],
"description": "",
- "name": "bread dough",
- "plural_name": "bread doughs"
+ "name": "тесто за хлеб",
+ "plural_name": "теста за хлеб"
},
"butter puff pastry": {
"aliases": [],
"description": "",
- "name": "butter puff pastry",
- "plural_name": "butter puff pastries"
+ "name": "путер лиснато тесто",
+ "plural_name": "лиснато пециво од путера"
},
"frozen dinner roll": {
"aliases": [],
"description": "",
- "name": "frozen dinner roll",
- "plural_name": "frozen dinner rolls"
+ "name": "смрзнута ролница за вечеру",
+ "plural_name": "смрзнуте ролнице за вечеру"
},
"cinnamon roll dough": {
"aliases": [],
"description": "",
- "name": "cinnamon roll dough",
- "plural_name": "cinnamon roll doughs"
+ "name": "тесто за ролнице са циметом",
+ "plural_name": "тесто за ролнице са циметом"
},
"dosa batter": {
"aliases": [],
"description": "",
- "name": "dosa batter",
- "plural_name": "dosa batters"
+ "name": "доса баттер",
+ "plural_name": "доса баттерс"
},
"puff pastry shell": {
"aliases": [],
"description": "",
- "name": "puff pastry shell",
- "plural_name": "puff pastry shells"
+ "name": "шкољка од лиснатог теста",
+ "plural_name": "шкољке од лиснатог теста"
},
"wonton": {
"aliases": [],
"description": "",
- "name": "wonton",
- "plural_name": "wontons"
+ "name": "вонтон",
+ "plural_name": "вонтонс"
},
"gyoza wrapper": {
"aliases": [],
"description": "",
- "name": "gyoza wrapper",
- "plural_name": "gyoza wrappers"
+ "name": "гиоза омотач",
+ "plural_name": "гиоза омотачи"
},
"wonton strip": {
"aliases": [],
"description": "",
- "name": "wonton strip",
- "plural_name": "wonton strips"
+ "name": "вонтон стрип",
+ "plural_name": "вонтон траке"
},
"gluten-free pizza crust": {
"aliases": [],
"description": "",
- "name": "gluten-free pizza crust",
- "plural_name": "gluten-free pizza crusts"
+ "name": "кора за пицу без глутена",
+ "plural_name": "коре за пицу без глутена"
},
"fresh pasta dough": {
"aliases": [],
"description": "",
- "name": "fresh pasta dough",
- "plural_name": "fresh pasta doughs"
+ "name": "свеже тесто за тестенину",
+ "plural_name": "свеже тесто за тестенину"
},
"idli batter": {
"aliases": [],
"description": "",
- "name": "idli batter",
- "plural_name": "idli batters"
+ "name": "идли баттер",
+ "plural_name": "идли батерс"
},
"potsticker wrapper": {
"aliases": [],
"description": "",
- "name": "potsticker wrapper",
- "plural_name": "potsticker wrappers"
+ "name": "омот за налепнице",
+ "plural_name": "омоти за налепнице"
},
"chocolate pie crust": {
"aliases": [],
"description": "",
- "name": "chocolate pie crust",
- "plural_name": "chocolate pie crusts"
+ "name": "кора за питу од чоколаде",
+ "plural_name": "чоколадне коре за питу"
},
"croissant dough": {
"aliases": [],
"description": "",
- "name": "croissant dough",
- "plural_name": "croissant doughs"
+ "name": "тесто за кроасан",
+ "plural_name": "тесто за кроасан"
},
"tofu skin": {
"aliases": [],
"description": "",
- "name": "tofu skin",
- "plural_name": "tofu skins"
+ "name": "кожа тофуа",
+ "plural_name": "тофу коже"
},
"brisee": {
"aliases": [],
"description": "",
- "name": "brisee",
- "plural_name": "brisees"
+ "name": "брисее",
+ "plural_name": "брисеес"
},
"sausage roll": {
"aliases": [],
"description": "",
- "name": "sausage roll",
- "plural_name": "sausage rolls"
+ "name": "ролат од кобасица",
+ "plural_name": "ролнице са кобасицама"
},
"kataifi": {
"aliases": [],
"description": "",
- "name": "kataifi",
- "plural_name": "kataifis"
+ "name": "катаифи",
+ "plural_name": "катаифис"
},
"korean rice cake": {
"aliases": [],
"description": "",
- "name": "korean rice cake",
- "plural_name": "korean rice cakes"
+ "name": "корејски пиринчани колач",
+ "plural_name": "корејски пиринчани колачи"
},
"corn dog": {
"aliases": [],
"description": "",
- "name": "corn dog",
- "plural_name": "corn dogs"
+ "name": "кукурузни пас",
+ "plural_name": "кукурузни пси"
},
"tortilla dough": {
"aliases": [],
"description": "",
- "name": "tortilla dough",
- "plural_name": "tortilla doughs"
+ "name": "тесто за тортиље",
+ "plural_name": "тесто за тортиље"
},
"empanada wrapper": {
"aliases": [],
"description": "",
- "name": "empanada wrapper",
- "plural_name": "empanada wrappers"
+ "name": "емпанада омотач",
+ "plural_name": "омоти емпанада"
},
"rough-puff pastry": {
"aliases": [],
"description": "",
- "name": "rough-puff pastry",
- "plural_name": "rough-puff pastries"
+ "name": "грубо лиснато тесто",
+ "plural_name": "грубо лиснато пециво"
},
"gingerbread cookie dough": {
"aliases": [],
"description": "",
- "name": "gingerbread cookie dough",
- "plural_name": "gingerbread cookie doughs"
+ "name": "тесто за медењаке",
+ "plural_name": "тесто за медењаке"
},
"yufka": {
"aliases": [],
"description": "",
- "name": "yufka",
- "plural_name": "yufkas"
+ "name": "иуфка",
+ "plural_name": "иуфкас"
},
"cob loaf": {
"aliases": [],
"description": "",
- "name": "cob loaf",
- "plural_name": "cob loaves"
+ "name": "погача од клипа",
+ "plural_name": "коб погаче"
},
"egg wrap": {
"aliases": [],
"description": "",
- "name": "egg wrap",
- "plural_name": "egg wraps"
+ "name": "омот од јаја",
+ "plural_name": "омоти од јаја"
},
"samosa sheet": {
"aliases": [],
"description": "",
- "name": "samosa sheet",
- "plural_name": "samosa sheets"
+ "name": "самоса лист",
+ "plural_name": "самоса листови"
},
"frozen pizza roll": {
"aliases": [],
"description": "",
- "name": "frozen pizza roll",
- "plural_name": "frozen pizza rolls"
+ "name": "смрзнута пица ролна",
+ "plural_name": "смрзнуте ролнице пице"
},
"brick pastry": {
"aliases": [],
"description": "",
- "name": "brick pastry",
- "plural_name": "brick pastries"
+ "name": "пециво од цигле",
+ "plural_name": "пецива од цигле"
}
}
},
@@ -8538,556 +8538,556 @@
"rolled oat": {
"aliases": [],
"description": "",
- "name": "rolled oat",
- "plural_name": "rolled oats"
+ "name": "ваљани зоб",
+ "plural_name": "ваљани зоб"
},
"rice": {
"aliases": [],
"description": "",
- "name": "rice",
- "plural_name": "rices"
+ "name": "пиринач",
+ "plural_name": "пиринча"
},
"Rice Krispie Cereal": {
"aliases": [
- "Rice Krispie"
+ "Рајс Криспи"
],
"description": "",
- "name": "Rice Krispie Cereal",
- "plural_name": "Rice Krispie Cereal"
+ "name": "Пиринач Криспи житарице",
+ "plural_name": "Пиринач Криспи житарице"
},
"quinoa": {
"aliases": [],
"description": "",
- "name": "quinoa",
- "plural_name": "quinoas"
+ "name": "киноа",
+ "plural_name": "квиноја"
},
"basmati rice": {
"aliases": [],
"description": "",
- "name": "basmati rice",
- "plural_name": "basmati rices"
+ "name": "басмати пиринач",
+ "plural_name": "басмати пиринач"
},
"brown rice": {
"aliases": [],
"description": "",
- "name": "brown rice",
- "plural_name": "brown rices"
+ "name": "смеђи пиринач",
+ "plural_name": "смеђи пиринач"
},
"quick-cooking oat": {
"aliases": [],
"description": "",
- "name": "quick-cooking oat",
- "plural_name": "quick-cooking oats"
+ "name": "зоб који се брзо кува",
+ "plural_name": "зоб који се брзо кува"
},
"breakfast cereal": {
"aliases": [],
"description": "",
- "name": "breakfast cereal",
- "plural_name": "breakfast cereals"
+ "name": "житарице за доручак",
+ "plural_name": "житарице за доручак"
},
"risotto rice": {
"aliases": [],
"description": "",
- "name": "risotto rice",
- "plural_name": "risotto rices"
+ "name": "рижото пиринач",
+ "plural_name": "рижото пиринач"
},
"couscous": {
"aliases": [],
"description": "",
- "name": "couscous",
- "plural_name": "couscous"
+ "name": "кус-кус",
+ "plural_name": "кус-кус"
},
"rice cereal": {
"aliases": [],
"description": "",
- "name": "rice cereal",
- "plural_name": "rice cereals"
+ "name": "житарице од пиринча",
+ "plural_name": "житарице од пиринча"
},
"wild rice": {
"aliases": [],
"description": "",
- "name": "wild rice",
- "plural_name": "wild rices"
+ "name": "дивљи пиринач",
+ "plural_name": "дивљи пиринач"
},
"semolina": {
"aliases": [],
"description": "",
- "name": "semolina",
- "plural_name": "semolinas"
+ "name": "гриз",
+ "plural_name": "гриз"
},
"jasmine rice": {
"aliases": [],
"description": "",
- "name": "jasmine rice",
- "plural_name": "jasmine rices"
+ "name": "јасмин пиринач",
+ "plural_name": "јасмин пиринач"
},
"polenta": {
"aliases": [],
"description": "",
- "name": "polenta",
- "plural_name": "polentas"
+ "name": "палента",
+ "plural_name": "палента"
},
"granola cereal": {
"aliases": [],
"description": "",
- "name": "granola cereal",
- "plural_name": "granola cereals"
+ "name": "гранола житарице",
+ "plural_name": "житарице граноле"
},
"bulgur": {
"aliases": [],
"description": "",
- "name": "bulgur",
- "plural_name": "bulgurs"
+ "name": "булгур",
+ "plural_name": "булгурс"
},
"pearl barley": {
"aliases": [],
"description": "",
- "name": "pearl barley",
- "plural_name": "pearl barleys"
+ "name": "бисерни јечам",
+ "plural_name": "бисерни јечам"
},
"farro": {
"aliases": [],
"description": "",
- "name": "farro",
- "plural_name": "farroes"
+ "name": "фарро",
+ "plural_name": "фарроес"
},
"barley": {
"aliases": [],
"description": "",
- "name": "barley",
- "plural_name": "barleys"
+ "name": "јечам",
+ "plural_name": "јечма"
},
"wheat germ": {
"aliases": [],
"description": "",
- "name": "wheat germ",
- "plural_name": "wheat germs"
+ "name": "пшеничне клице",
+ "plural_name": "пшеничне клице"
},
"grit": {
"aliases": [],
"description": "",
- "name": "grit",
- "plural_name": "grits"
+ "name": "грит",
+ "plural_name": "гриз"
},
"steel cut oat": {
"aliases": [],
"description": "",
- "name": "steel cut oat",
- "plural_name": "steel cut oats"
+ "name": "челично резано зоб",
+ "plural_name": "челични резани зоб"
},
"millet": {
"aliases": [],
"description": "",
- "name": "millet",
- "plural_name": "millets"
+ "name": "просо",
+ "plural_name": "просо"
},
"oat bran": {
"aliases": [],
"description": "",
- "name": "oat bran",
- "plural_name": "oat brans"
+ "name": "овсене мекиње",
+ "plural_name": "овсене мекиње"
},
"sushi rice": {
"aliases": [],
"description": "",
- "name": "sushi rice",
- "plural_name": "sushi rices"
+ "name": "суши пиринач",
+ "plural_name": "суши пиринач"
},
"glutinous rice": {
"aliases": [],
"description": "",
- "name": "glutinous rice",
- "plural_name": "glutinous rices"
+ "name": "лепљиви пиринач",
+ "plural_name": "лепљиви пиринач"
},
"instant rice": {
"aliases": [],
"description": "",
- "name": "instant rice",
- "plural_name": "instant rices"
+ "name": "инстант пиринач",
+ "plural_name": "инстант пиринач"
},
"hominy": {
"aliases": [],
"description": "",
- "name": "hominy",
- "plural_name": "hominies"
+ "name": "хомини",
+ "plural_name": "хоминиес"
},
"red quinoa": {
"aliases": [],
"description": "",
- "name": "red quinoa",
- "plural_name": "red quinoas"
+ "name": "црвена киноа",
+ "plural_name": "црвена киноа"
},
"raw buckwheat": {
"aliases": [],
"description": "",
- "name": "raw buckwheat",
- "plural_name": "raw buckwheats"
+ "name": "сирова хељда",
+ "plural_name": "сирове хељде"
},
"wheat bran": {
"aliases": [],
"description": "",
- "name": "wheat bran",
- "plural_name": "wheat brans"
+ "name": "пшеничне мекиње",
+ "plural_name": "пшеничне мекиње"
},
"instant oat": {
"aliases": [],
"description": "",
- "name": "instant oat",
- "plural_name": "instant oats"
+ "name": "инстант зоб",
+ "plural_name": "инстант зоб"
},
"wheat berry": {
"aliases": [],
"description": "",
- "name": "wheat berry",
- "plural_name": "wheat berries"
+ "name": "пшеничне бобице",
+ "plural_name": "пшеничне бобице"
},
"poha": {
"aliases": [],
"description": "",
- "name": "poha",
- "plural_name": "pohas"
+ "name": "поха",
+ "plural_name": "похас"
},
"black rice": {
"aliases": [],
"description": "",
- "name": "black rice",
- "plural_name": "black rices"
+ "name": "црни пиринач",
+ "plural_name": "црни пиринач"
},
"yellow rice": {
"aliases": [],
"description": "",
- "name": "yellow rice",
- "plural_name": "yellow rices"
+ "name": "жути пиринач",
+ "plural_name": "жути пиринач"
},
"fine semolina": {
"aliases": [],
"description": "",
- "name": "fine semolina",
- "plural_name": "fine semolinas"
+ "name": "фини гриз",
+ "plural_name": "фини гриз"
},
"muesli": {
"aliases": [],
"description": "",
- "name": "muesli",
- "plural_name": "mueslis"
+ "name": "мусли",
+ "plural_name": "муслис"
},
"amaranth": {
"aliases": [],
"description": "",
- "name": "amaranth",
- "plural_name": "amaranths"
+ "name": "амарант",
+ "plural_name": "амаранти"
},
"kasha": {
"aliases": [],
"description": "",
- "name": "kasha",
- "plural_name": "kashas"
+ "name": "касха",
+ "plural_name": "касхас"
},
"quinoa flake": {
"aliases": [],
"description": "",
- "name": "quinoa flake",
- "plural_name": "quinoa flakes"
+ "name": "киноа пахуљица",
+ "plural_name": "пахуљице киноје"
},
"puffed rice": {
"aliases": [],
"description": "",
- "name": "puffed rice",
- "plural_name": "puffed rices"
+ "name": "напухани пиринач",
+ "plural_name": "напухани пиринач"
},
"pearled farro": {
"aliases": [],
"description": "",
- "name": "pearled farro",
- "plural_name": "pearled farroes"
+ "name": "бисерни фарро",
+ "plural_name": "пеарлед фарроес"
},
"cracked wheat": {
"aliases": [],
"description": "",
- "name": "cracked wheat",
- "plural_name": "cracked wheats"
+ "name": "напукла пшеница",
+ "plural_name": "испуцале пшенице"
},
"freekeh": {
"aliases": [],
"description": "",
- "name": "freekeh",
- "plural_name": "freekehs"
+ "name": "фреекех",
+ "plural_name": "фреекехс"
},
"paella rice": {
"aliases": [],
"description": "",
- "name": "paella rice",
- "plural_name": "paella rices"
+ "name": "паеља пиринач",
+ "plural_name": "паеља пиринач"
},
"sorghum": {
"aliases": [],
"description": "",
- "name": "sorghum",
- "plural_name": "sorghums"
+ "name": "сирак",
+ "plural_name": "сирки"
},
"red rice": {
"aliases": [],
"description": "",
- "name": "red rice",
- "plural_name": "red rices"
+ "name": "црвени пиринач",
+ "plural_name": "црвени пиринач"
},
"mexican rice": {
"aliases": [],
"description": "",
- "name": "mexican rice",
- "plural_name": "mexican rices"
+ "name": "мексички пиринач",
+ "plural_name": "мексички пиринач"
},
"idli rice": {
"aliases": [],
"description": "",
- "name": "idli rice",
- "plural_name": "idli rices"
+ "name": "идли пиринач",
+ "plural_name": "идли риже"
},
"brown jasmine rice": {
"aliases": [],
"description": "",
- "name": "brown jasmine rice",
- "plural_name": "brown jasmine rices"
+ "name": "смеђи пиринач од јасмина",
+ "plural_name": "смеђи пиринач од јасмина"
},
"cream of wheat": {
"aliases": [],
"description": "",
- "name": "cream of wheat",
- "plural_name": "cream of wheat"
+ "name": "кајмак од пшенице",
+ "plural_name": "кајмак од пшенице"
},
"rice pilaf": {
"aliases": [],
"description": "",
- "name": "rice pilaf",
- "plural_name": "rice pilafs"
+ "name": "пилав од пиринча",
+ "plural_name": "пилаф од пиринча"
},
"barnyard millet": {
"aliases": [],
"description": "",
- "name": "barnyard millet",
- "plural_name": "barnyard millets"
+ "name": "барниард просо",
+ "plural_name": "барниард проса"
},
"weetabix": {
"aliases": [],
"description": "",
- "name": "weetabix",
- "plural_name": "weetabixes"
+ "name": "веетабик",
+ "plural_name": "веетабикес"
},
"jambalaya rice mix": {
"aliases": [],
"description": "",
- "name": "jambalaya rice mix",
- "plural_name": "jambalaya rice mixes"
+ "name": "мешавина џамбалаја пиринча",
+ "plural_name": "мешавине пиринча јамбалаиа"
},
"black glutinous rice": {
"aliases": [],
"description": "",
- "name": "black glutinous rice",
- "plural_name": "black glutinous rices"
+ "name": "црни лепљиви пиринач",
+ "plural_name": "црни глутинозни пиринач"
},
"whole-grain oat": {
"aliases": [],
"description": "",
- "name": "whole-grain oat",
- "plural_name": "whole-grain oats"
+ "name": "зоб од целог зрна",
+ "plural_name": "овас од целог зрна"
},
"puffed quinoa": {
"aliases": [],
"description": "",
- "name": "puffed quinoa",
- "plural_name": "puffed quinoas"
+ "name": "пуффед киноа",
+ "plural_name": "пуффед куиноас"
},
"cilantro lime rice": {
"aliases": [],
"description": "",
- "name": "cilantro lime rice",
- "plural_name": "cilantro lime rices"
+ "name": "пиринач цилантро и лимете",
+ "plural_name": "пиринач цилантро и лимете"
},
"dirty rice mix": {
"aliases": [],
"description": "",
- "name": "dirty rice mix",
- "plural_name": "dirty rice mixes"
+ "name": "мешавина прљавог пиринча",
+ "plural_name": "прљаве мешавине пиринча"
},
"puffed wheat": {
"aliases": [],
"description": "",
- "name": "puffed wheat",
- "plural_name": "puffed wheats"
+ "name": "напухано жито",
+ "plural_name": "напухане пшенице"
},
"hulled barley": {
"aliases": [],
"description": "",
- "name": "hulled barley",
- "plural_name": "hulled barleys"
+ "name": "ољуштени јечам",
+ "plural_name": "ољуштени јечам"
},
"brown long grain rice": {
"aliases": [],
"description": "",
- "name": "brown long grain rice",
- "plural_name": "brown long grain rices"
+ "name": "смеђи пиринач дугог зрна",
+ "plural_name": "смеђи пиринач дугог зрна"
},
"finger millet": {
"aliases": [],
"description": "",
- "name": "finger millet",
- "plural_name": "finger millets"
+ "name": "прст просо",
+ "plural_name": "прст просо"
},
"foxtail millet": {
"aliases": [],
"description": "",
- "name": "foxtail millet",
- "plural_name": "foxtail millets"
+ "name": "лисичји реп просо",
+ "plural_name": "лисичји реп просо"
},
"matta rice": {
"aliases": [],
"description": "",
- "name": "matta rice",
- "plural_name": "matta rices"
+ "name": "матта пиринач",
+ "plural_name": "матта пиринач"
},
"rye berry": {
"aliases": [],
"description": "",
- "name": "rye berry",
- "plural_name": "rye berries"
+ "name": "ражена бобица",
+ "plural_name": "бобице ражи"
},
"spelt flake": {
"aliases": [],
"description": "",
- "name": "spelt flake",
- "plural_name": "spelt flakes"
+ "name": "спелта пахуљица",
+ "plural_name": "пахуљице спелте"
},
"kodo millet": {
"aliases": [],
"description": "",
- "name": "kodo millet",
- "plural_name": "kodo millets"
+ "name": "кодо просо",
+ "plural_name": "кодо миллетс"
},
"oat groat": {
"aliases": [],
"description": "",
- "name": "oat groat",
- "plural_name": "oat groats"
+ "name": "овсена крупица",
+ "plural_name": "овсена крупица"
},
"teff": {
"aliases": [],
"description": "",
- "name": "teff",
- "plural_name": "teffs"
+ "name": "тефф",
+ "plural_name": "теффс"
},
"rye flake": {
"aliases": [],
"description": "",
- "name": "rye flake",
- "plural_name": "rye flakes"
+ "name": "ражена пахуљица",
+ "plural_name": "ражене пахуљице"
},
"little millet": {
"aliases": [],
"description": "",
- "name": "little millet",
- "plural_name": "little millets"
+ "name": "мало проса",
+ "plural_name": "мало проса"
},
"gluten-free breakfast cereal": {
"aliases": [],
"description": "",
- "name": "gluten-free breakfast cereal",
- "plural_name": "gluten-free breakfast cereals"
+ "name": "житарице за доручак без глутена",
+ "plural_name": "житарице за доручак без глутена"
},
"puffed amaranth": {
"aliases": [],
"description": "",
- "name": "puffed amaranth",
- "plural_name": "puffed amaranths"
+ "name": "напухани амарант",
+ "plural_name": "напухани амаранти"
},
"coconut rice": {
"aliases": [],
"description": "",
- "name": "coconut rice",
- "plural_name": "coconut rices"
+ "name": "кокосов пиринач",
+ "plural_name": "кокосов пиринач"
},
"amaranth flake": {
"aliases": [],
"description": "",
- "name": "amaranth flake",
- "plural_name": "amaranth flakes"
+ "name": "љуспице од амаранта",
+ "plural_name": "љуспице амаранта"
},
"puffed kamut": {
"aliases": [],
"description": "",
- "name": "puffed kamut",
- "plural_name": "puffed kamuts"
+ "name": "пуффед камут",
+ "plural_name": "напухали камути"
},
"bamboo rice": {
"aliases": [],
"description": "",
- "name": "bamboo rice",
- "plural_name": "bamboo rices"
+ "name": "бамбусов пиринач",
+ "plural_name": "бамбусов пиринач"
},
"pearled sorghum": {
"aliases": [],
"description": "",
- "name": "pearled sorghum",
- "plural_name": "pearled sorghums"
+ "name": "бисерни сирак",
+ "plural_name": "бисерни сирак"
},
"shirataki rice": {
"aliases": [],
"description": "",
- "name": "shirataki rice",
- "plural_name": "shirataki rices"
+ "name": "ширатаки пиринач",
+ "plural_name": "ширатаки пиринач"
},
"vegetable fried rice": {
"aliases": [],
"description": "",
- "name": "vegetable fried rice",
- "plural_name": "vegetable fried rices"
+ "name": "пржени пиринач од поврћа",
+ "plural_name": "пржени пиринач од поврћа"
},
"grünkern": {
"aliases": [],
"description": "",
- "name": "grünkern",
- "plural_name": "grünkerns"
+ "name": "грункерн",
+ "plural_name": "грункернс"
},
"jeera rice": {
"aliases": [],
"description": "",
- "name": "jeera rice",
- "plural_name": "jeera rices"
+ "name": "јеера пиринач",
+ "plural_name": "јеера риже"
},
"fonio": {
"aliases": [],
"description": "",
- "name": "fonio",
- "plural_name": "fonios"
+ "name": "фонио",
+ "plural_name": "фониос"
},
"kamut flake": {
"aliases": [],
"description": "",
- "name": "kamut flake",
- "plural_name": "kamut flakes"
+ "name": "камут флаке",
+ "plural_name": "камут пахуљице"
},
"texmati rice": {
"aliases": [],
"description": "",
- "name": "texmati rice",
- "plural_name": "texmati rices"
+ "name": "текмати пиринач",
+ "plural_name": "текмати риже"
},
"cream of rice": {
"aliases": [],
"description": "",
- "name": "cream of rice",
- "plural_name": "cream of rice"
+ "name": "крем од пиринча",
+ "plural_name": "крем од пиринча"
},
"kañiwa": {
"aliases": [],
"description": "",
- "name": "kañiwa",
- "plural_name": "kañiwas"
+ "name": "канива",
+ "plural_name": "канивас"
},
"proso millet": {
"aliases": [],
"description": "",
- "name": "proso millet",
- "plural_name": "proso millets"
+ "name": "просо просо",
+ "plural_name": "просо просо"
}
}
},
@@ -9096,398 +9096,398 @@
"pea": {
"aliases": [],
"description": "",
- "name": "pea",
- "plural_name": "peas"
+ "name": "грашак",
+ "plural_name": "грашак"
},
"green bean": {
"aliases": [],
"description": "",
- "name": "green bean",
- "plural_name": "green beans"
+ "name": "боранија",
+ "plural_name": "боранија"
},
"chickpea": {
"aliases": [],
"description": "",
- "name": "chickpea",
- "plural_name": "chickpeas"
+ "name": "леблебија",
+ "plural_name": "леблебија"
},
"black bean": {
"aliases": [],
"description": "",
- "name": "black bean",
- "plural_name": "black beans"
+ "name": "црни пасуљ",
+ "plural_name": "црни пасуљ"
},
"kidney bean": {
"aliases": [],
"description": "",
- "name": "kidney bean",
- "plural_name": "kidney beans"
+ "name": "пасуљ",
+ "plural_name": "пасуљ"
},
"white bean": {
"aliases": [],
"description": "",
- "name": "white bean",
- "plural_name": "white beans"
+ "name": "бели пасуљ",
+ "plural_name": "бели пасуљ"
},
"lentil": {
"aliases": [],
"description": "",
- "name": "lentil",
- "plural_name": "lentils"
+ "name": "сочиво",
+ "plural_name": "сочиво"
},
"pinto bean": {
"aliases": [],
"description": "",
- "name": "pinto bean",
- "plural_name": "pinto beans"
+ "name": "пинто пасуљ",
+ "plural_name": "пинто пасуљ"
},
"snow pea": {
"aliases": [],
"description": "",
- "name": "snow pea",
- "plural_name": "snow peas"
+ "name": "снежни грашак",
+ "plural_name": "снежни грашак"
},
"snap pea": {
"aliases": [],
"description": "",
- "name": "snap pea",
- "plural_name": "snap peas"
+ "name": "грашак грашка",
+ "plural_name": "грашак грашка"
},
"red lentil": {
"aliases": [],
"description": "",
- "name": "red lentil",
- "plural_name": "red lentils"
+ "name": "црвено сочиво",
+ "plural_name": "црвено сочиво"
},
"cannellini bean": {
"aliases": [],
"description": "",
- "name": "cannellini bean",
- "plural_name": "cannellini beans"
+ "name": "канелини пасуљ",
+ "plural_name": "канелини пасуљ"
},
"bean sprout": {
"aliases": [],
"description": "",
- "name": "bean sprout",
- "plural_name": "bean sprouts"
+ "name": "клица пасуља",
+ "plural_name": "клице пасуља"
},
"edamame": {
"aliases": [],
"description": "",
- "name": "edamame",
- "plural_name": "edamames"
+ "name": "едамаме",
+ "plural_name": "едамамес"
},
"green lentil": {
"aliases": [],
"description": "",
- "name": "green lentil",
- "plural_name": "green lentils"
+ "name": "зелено сочиво",
+ "plural_name": "зелено сочиво"
},
"urad dal": {
"aliases": [],
"description": "",
- "name": "urad dal",
- "plural_name": "urad dals"
+ "name": "урад дал",
+ "plural_name": "урад далс"
},
"lima bean": {
"aliases": [],
"description": "",
- "name": "lima bean",
- "plural_name": "lima beans"
+ "name": "лима пасуљ",
+ "plural_name": "лима пасуљ"
},
"chana dal": {
"aliases": [],
"description": "",
- "name": "chana dal",
- "plural_name": "chana dals"
+ "name": "цхана дал",
+ "plural_name": "цхана далс"
},
"fava bean": {
"aliases": [],
"description": "",
- "name": "fava bean",
- "plural_name": "fava beans"
+ "name": "фава пасуљ",
+ "plural_name": "фава пасуљ"
},
"black-eyed pea": {
"aliases": [],
"description": "",
- "name": "black-eyed pea",
- "plural_name": "black-eyed peas"
+ "name": "црнооки грашак",
+ "plural_name": "црнооки грашак"
},
"moong dal": {
"aliases": [],
"description": "",
- "name": "moong dal",
- "plural_name": "moong dals"
+ "name": "моонг дал",
+ "plural_name": "моонг далс"
},
"split pea": {
"aliases": [],
"description": "",
- "name": "split pea",
- "plural_name": "split peas"
+ "name": "исцепљен грашак",
+ "plural_name": "цепани грашак"
},
"pigeon pea": {
"aliases": [],
"description": "",
- "name": "pigeon pea",
- "plural_name": "pigeon peas"
+ "name": "голубији грашак",
+ "plural_name": "голубљи грашак"
},
"red bean": {
"aliases": [],
"description": "",
- "name": "red bean",
- "plural_name": "red beans"
+ "name": "црвени пасуљ",
+ "plural_name": "црвени пасуљ"
},
"mung bean sprout": {
"aliases": [],
"description": "",
- "name": "mung bean sprout",
- "plural_name": "mung bean sprouts"
+ "name": "клице мунго пасуља",
+ "plural_name": "клице мунго пасуља"
},
"soybean": {
"aliases": [],
"description": "",
- "name": "soybean",
- "plural_name": "soybeans"
+ "name": "соја",
+ "plural_name": "соја"
},
"mung bean": {
"aliases": [],
"description": "",
- "name": "mung bean",
- "plural_name": "mung beans"
+ "name": "мунго пасуљ",
+ "plural_name": "мунго пасуљ"
},
"string bean": {
"aliases": [],
"description": "",
- "name": "string bean",
- "plural_name": "string beans"
+ "name": "боранија",
+ "plural_name": "боранија"
},
"yellow split pea": {
"aliases": [],
"description": "",
- "name": "yellow split pea",
- "plural_name": "yellow split peas"
+ "name": "жути цепани грашак",
+ "plural_name": "жути цепани грашак"
},
"black lentil": {
"aliases": [],
"description": "",
- "name": "black lentil",
- "plural_name": "black lentils"
+ "name": "црно сочиво",
+ "plural_name": "црно сочиво"
},
"borlotti bean": {
"aliases": [],
"description": "",
- "name": "borlotti bean",
- "plural_name": "borlotti beans"
+ "name": "борлотти пасуљ",
+ "plural_name": "борлоти пасуљ"
},
"aquafaba": {
"aliases": [],
"description": "",
- "name": "aquafaba",
- "plural_name": "aquafabas"
+ "name": "акуафаба",
+ "plural_name": "акуафабас"
},
"chana": {
"aliases": [],
"description": "",
- "name": "chana",
- "plural_name": "chanas"
+ "name": "цхана",
+ "plural_name": "цханас"
},
"snake bean": {
"aliases": [],
"description": "",
- "name": "snake bean",
- "plural_name": "snake beans"
+ "name": "змијски пасуљ",
+ "plural_name": "змијски пасуљ"
},
"yellow lentil": {
"aliases": [],
"description": "",
- "name": "yellow lentil",
- "plural_name": "yellow lentils"
+ "name": "жуто сочиво",
+ "plural_name": "жуто сочиво"
},
"mixed bean": {
"aliases": [],
"description": "",
- "name": "mixed bean",
- "plural_name": "mixed beans"
+ "name": "мешани пасуљ",
+ "plural_name": "мешани пасуљ"
},
"kala chana": {
"aliases": [],
"description": "",
- "name": "kala chana",
- "plural_name": "kala chanas"
+ "name": "кала цхана",
+ "plural_name": "кала цханас"
},
"fermented black bean": {
"aliases": [],
"description": "",
- "name": "fermented black bean",
- "plural_name": "fermented black beans"
+ "name": "ферментисани црни пасуљ",
+ "plural_name": "ферментисани црни пасуљ"
},
"black gram": {
"aliases": [],
"description": "",
- "name": "black gram",
- "plural_name": "black grams"
+ "name": "црни грам",
+ "plural_name": "црних грама"
},
"wax bean": {
"aliases": [],
"description": "",
- "name": "wax bean",
- "plural_name": "wax beans"
+ "name": "восак пасуљ",
+ "plural_name": "восак пасуља"
},
"dried pea": {
"aliases": [],
"description": "",
- "name": "dried pea",
- "plural_name": "dried peas"
+ "name": "сушени грашак",
+ "plural_name": "сушени грашак"
},
"pink bean": {
"aliases": [],
"description": "",
- "name": "pink bean",
- "plural_name": "pink beans"
+ "name": "ружичасти пасуљ",
+ "plural_name": "ружичасти пасуљ"
},
"lentil sprout": {
"aliases": [],
"description": "",
- "name": "lentil sprout",
- "plural_name": "lentil sprouts"
+ "name": "клица сочива",
+ "plural_name": "клице сочива"
},
"white pea": {
"aliases": [],
"description": "",
- "name": "white pea",
- "plural_name": "white peas"
+ "name": "бели грашак",
+ "plural_name": "бели грашак"
},
"black soybean": {
"aliases": [],
"description": "",
- "name": "black soybean",
- "plural_name": "black soybeans"
+ "name": "црна соја",
+ "plural_name": "црна соја"
},
"field pea": {
"aliases": [],
"description": "",
- "name": "field pea",
- "plural_name": "field peas"
+ "name": "пољски грашак",
+ "plural_name": "пољски грашак"
},
"gigante": {
"aliases": [],
"description": "",
- "name": "gigante",
- "plural_name": "gigantes"
+ "name": "гиганте",
+ "plural_name": "гигантес"
},
"flageolet": {
"aliases": [],
"description": "",
- "name": "flageolet",
- "plural_name": "flageolets"
+ "name": "флагеолет",
+ "plural_name": "флагеолетс"
},
"horse gram": {
"aliases": [],
"description": "",
- "name": "horse gram",
- "plural_name": "horse grams"
+ "name": "коњ грам",
+ "plural_name": "коњских грама"
},
"soy sprout": {
"aliases": [],
"description": "",
- "name": "soy sprout",
- "plural_name": "soy sprouts"
+ "name": "сојина клица",
+ "plural_name": "сојине клице"
},
"honey bean": {
"aliases": [],
"description": "",
- "name": "honey bean",
- "plural_name": "honey beans"
+ "name": "медени пасуљ",
+ "plural_name": "медени пасуљ"
},
"cluster bean": {
"aliases": [],
"description": "",
- "name": "cluster bean",
- "plural_name": "cluster beans"
+ "name": "кластер пасуљ",
+ "plural_name": "гроздасти пасуљ"
},
"brown bean": {
"aliases": [],
"description": "",
- "name": "brown bean",
- "plural_name": "brown beans"
+ "name": "браон пасуљ",
+ "plural_name": "браон пасуљ"
},
"mayocoba bean": {
"aliases": [],
"description": "",
- "name": "mayocoba bean",
- "plural_name": "mayocoba beans"
+ "name": "пасуљ мајокобе",
+ "plural_name": "пасуљ мајокобе"
},
"winged bean": {
"aliases": [],
"description": "",
- "name": "winged bean",
- "plural_name": "winged beans"
+ "name": "крилати пасуљ",
+ "plural_name": "крилати пасуљ"
},
"castelluccio lentil": {
"aliases": [],
"description": "",
- "name": "castelluccio lentil",
- "plural_name": "castelluccio lentils"
+ "name": "цастеллуццио сочиво",
+ "plural_name": "кастелучио сочиво"
},
"golden wax bean": {
"aliases": [],
"description": "",
- "name": "golden wax bean",
- "plural_name": "golden wax beans"
+ "name": "златни восак пасуља",
+ "plural_name": "златни восак пасуља"
},
"moth bean": {
"aliases": [],
"description": "",
- "name": "moth bean",
- "plural_name": "moth beans"
+ "name": "мољац пасуљ",
+ "plural_name": "пасуљ мољца"
},
"chickpea sprout": {
"aliases": [],
"description": "",
- "name": "chickpea sprout",
- "plural_name": "chickpea sprouts"
+ "name": "клице сланутка",
+ "plural_name": "клице сланутка"
},
"hara chana": {
"aliases": [],
"description": "",
- "name": "hara chana",
- "plural_name": "hara chanas"
+ "name": "хара цхана",
+ "plural_name": "хара цханас"
},
"lupini bean": {
"aliases": [],
"description": "",
- "name": "lupini bean",
- "plural_name": "lupini beans"
+ "name": "лупини пасуљ",
+ "plural_name": "пасуљ лупини"
},
"natto": {
"aliases": [],
"description": "",
- "name": "natto",
- "plural_name": "nattoes"
+ "name": "натто",
+ "plural_name": "наттоес"
},
"hyacinth bean": {
"aliases": [],
"description": "",
- "name": "hyacinth bean",
- "plural_name": "hyacinth beans"
+ "name": "зумбул пасуљ",
+ "plural_name": "зумбул пасуљ"
},
"petai": {
"aliases": [],
"description": "",
- "name": "petai",
- "plural_name": "petais"
+ "name": "петаи",
+ "plural_name": "петаис"
},
"scarlet runner bean": {
"aliases": [],
"description": "",
- "name": "scarlet runner bean",
- "plural_name": "scarlet runner beans"
+ "name": "скерлет пасуљ",
+ "plural_name": "гримизни пасуљ"
},
"soy flake": {
"aliases": [],
"description": "",
- "name": "soy flake",
- "plural_name": "soy flakes"
+ "name": "сојина пахуљица",
+ "plural_name": "сојине пахуљице"
}
}
},
@@ -9496,532 +9496,532 @@
"short-cut pasta": {
"aliases": [],
"description": "",
- "name": "short-cut pasta",
- "plural_name": "short-cut pastas"
+ "name": "кратко резане тестенине",
+ "plural_name": "кратко резане тестенине"
},
"spaghetti": {
"aliases": [],
"description": "",
- "name": "spaghetti",
- "plural_name": "spaghettis"
+ "name": "шпагети",
+ "plural_name": "шпагети"
},
"macaroni": {
"aliases": [],
"description": "",
- "name": "macaroni",
- "plural_name": "macaronis"
+ "name": "макарони",
+ "plural_name": "макарони"
},
"egg noodle": {
"aliases": [],
"description": "",
- "name": "egg noodle",
- "plural_name": "egg noodles"
+ "name": "резанци од јаја",
+ "plural_name": "резанци од јаја"
},
"spiral pasta": {
"aliases": [],
"description": "",
- "name": "spiral pasta",
- "plural_name": "spiral pastas"
+ "name": "спирална тестенина",
+ "plural_name": "спиралне тестенине"
},
"lasagna noodle": {
"aliases": [
- "lasagnas"
+ "лазање"
],
"description": "",
- "name": "lasagna noodle",
- "plural_name": "lasagna noodles"
+ "name": "резанци за лазање",
+ "plural_name": "резанци за лазање"
},
"linguine": {
"aliases": [],
"description": "",
- "name": "linguine",
- "plural_name": "linguines"
+ "name": "лингуине",
+ "plural_name": "лингвини"
},
"fettuccine": {
"aliases": [],
"description": "",
- "name": "fettuccine",
- "plural_name": "fettuccines"
+ "name": "феттуццине",
+ "plural_name": "феттуццинес"
},
"orzo": {
"aliases": [],
"description": "",
- "name": "orzo",
- "plural_name": "orzoes"
+ "name": "орзо",
+ "plural_name": "орзоес"
},
"pasta shell": {
"aliases": [],
"description": "",
- "name": "pasta shell",
- "plural_name": "pasta shells"
+ "name": "љуска за тестенину",
+ "plural_name": "љуске од тестенине"
},
"bow-tie pasta": {
"aliases": [],
"description": "",
- "name": "bow-tie pasta",
- "plural_name": "bow-tie pastas"
+ "name": "тестенина са лептир машном",
+ "plural_name": "тестенине са лептир машном"
},
"noodle": {
"aliases": [],
"description": "",
- "name": "noodle",
- "plural_name": "noodles"
+ "name": "резанци",
+ "plural_name": "резанци"
},
"tortellini": {
"aliases": [],
"description": "",
- "name": "tortellini",
- "plural_name": "tortellinis"
+ "name": "тортелини",
+ "plural_name": "тортелини"
},
"cheese tortellini": {
"aliases": [],
"description": "",
- "name": "cheese tortellini",
- "plural_name": "cheese tortellinis"
+ "name": "тортелини са сиром",
+ "plural_name": "тортелини са сиром"
},
"rice noodle": {
"aliases": [],
"description": "",
- "name": "rice noodle",
- "plural_name": "rice noodles"
+ "name": "пиринчани резанци",
+ "plural_name": "пиринчани резанци"
},
"rigatoni": {
"aliases": [],
"description": "",
- "name": "rigatoni",
- "plural_name": "rigatonis"
+ "name": "ригатони",
+ "plural_name": "ригатонис"
},
"gnocchi": {
"aliases": [],
"description": "",
- "name": "gnocchi",
- "plural_name": "gnocchis"
+ "name": "њоки",
+ "plural_name": "њоки"
},
"angel hair pasta": {
"aliases": [],
"description": "",
- "name": "angel hair pasta",
- "plural_name": "angel hair pastas"
+ "name": "паста за анђеоску косу",
+ "plural_name": "пасте за косу анђела"
},
"ramen noodle": {
"aliases": [],
"description": "",
- "name": "ramen noodle",
- "plural_name": "ramen noodles"
+ "name": "рамен резанци",
+ "plural_name": "рамен резанци"
},
"vermicelli": {
"aliases": [],
"description": "",
- "name": "vermicelli",
- "plural_name": "vermicellis"
+ "name": "вермицелли",
+ "plural_name": "вермицеллис"
},
"tagliatelle": {
"aliases": [],
"description": "",
- "name": "tagliatelle",
- "plural_name": "tagliatelles"
+ "name": "таглиателле",
+ "plural_name": "таглиателлес"
},
"soba noodle": {
"aliases": [],
"description": "",
- "name": "soba noodle",
- "plural_name": "soba noodles"
+ "name": "соба ноодле",
+ "plural_name": "соба ноодлес"
},
"ravioli": {
"aliases": [],
"description": "",
- "name": "ravioli",
- "plural_name": "raviolis"
+ "name": "равиоли",
+ "plural_name": "равиоли"
},
"ziti": {
"aliases": [],
"description": "",
- "name": "ziti",
- "plural_name": "zitis"
+ "name": "зити",
+ "plural_name": "зитис"
},
"orecchiette": {
"aliases": [],
"description": "",
- "name": "orecchiette",
- "plural_name": "orecchiettes"
+ "name": "ореццхиетте",
+ "plural_name": "ореццхиеттес"
},
"israeli couscous": {
"aliases": [],
"description": "",
- "name": "israeli couscous",
- "plural_name": "israeli couscous"
+ "name": "израелски кус-кус",
+ "plural_name": "израелски кус-кус"
},
"zoodle": {
"aliases": [],
"description": "",
- "name": "zoodle",
- "plural_name": "zoodles"
+ "name": "зоодле",
+ "plural_name": "зоодлес"
},
"udon noodle": {
"aliases": [],
"description": "",
- "name": "udon noodle",
- "plural_name": "udon noodles"
+ "name": "удон ноодле",
+ "plural_name": "удон резанци"
},
"ditalini": {
"aliases": [],
"description": "",
- "name": "ditalini",
- "plural_name": "ditalinis"
+ "name": "диталини",
+ "plural_name": "диталинис"
},
"rice vermicelli": {
"aliases": [],
"description": "",
- "name": "rice vermicelli",
- "plural_name": "rice vermicellis"
+ "name": "пиринач вермицелли",
+ "plural_name": "пиринач вермицеллис"
},
"pappardelle": {
"aliases": [],
"description": "",
- "name": "pappardelle",
- "plural_name": "pappardelles"
+ "name": "паппарделле",
+ "plural_name": "паппарделлес"
},
"glass noodle": {
"aliases": [],
"description": "",
- "name": "glass noodle",
- "plural_name": "glass noodles"
+ "name": "стаклени резанци",
+ "plural_name": "стаклени резанци"
},
"gluten-free pasta": {
"aliases": [],
"description": "",
- "name": "gluten-free pasta",
- "plural_name": "gluten-free pastas"
+ "name": "тестенине без глутена",
+ "plural_name": "тестенине без глутена"
},
"mac 'n cheese": {
"aliases": [],
"description": "",
- "name": "mac 'n cheese",
- "plural_name": "mac 'n cheese"
+ "name": "мац 'н цхеесе",
+ "plural_name": "мац 'н цхеесе"
},
"penne rigate": {
"aliases": [],
"description": "",
- "name": "penne rigate",
- "plural_name": "penne rigates"
+ "name": "пенне ригате",
+ "plural_name": "пенне ригатес"
},
"manicotti": {
"aliases": [],
"description": "",
- "name": "manicotti",
- "plural_name": "manicottis"
+ "name": "маницотти",
+ "plural_name": "маницоттис"
},
"bucatini": {
"aliases": [],
"description": "",
- "name": "bucatini",
- "plural_name": "bucatinis"
+ "name": "буцатини",
+ "plural_name": "буцатинис"
},
"cannelloni": {
"aliases": [],
"description": "",
- "name": "cannelloni",
- "plural_name": "cannellonis"
+ "name": "цаннеллони",
+ "plural_name": "цаннеллонис"
},
"thai rice noodle": {
"aliases": [],
"description": "",
- "name": "thai rice noodle",
- "plural_name": "thai rice noodles"
+ "name": "тајландски пиринчани резанци",
+ "plural_name": "тајландски пиринчани резанци"
},
"brown rice pasta": {
"aliases": [],
"description": "",
- "name": "brown rice pasta",
- "plural_name": "brown rice pastas"
+ "name": "тестенина од смеђег пиринча",
+ "plural_name": "пасте од смеђег пиринча"
},
"rotelle": {
"aliases": [],
"description": "",
- "name": "rotelle",
- "plural_name": "rotelles"
+ "name": "ротелле",
+ "plural_name": "ротеллес"
},
"shirataki noodle": {
"aliases": [],
"description": "",
- "name": "shirataki noodle",
- "plural_name": "shirataki noodles"
+ "name": "схиратаки резанци",
+ "plural_name": "схиратаки резанци"
},
"chicken raman": {
"aliases": [],
"description": "",
- "name": "chicken raman",
- "plural_name": "chicken ramen"
+ "name": "пилећи раман",
+ "plural_name": "пилећи рамен"
},
"pierogi": {
"aliases": [],
"description": "",
- "name": "pierogi",
- "plural_name": "pierogis"
+ "name": "пиероги",
+ "plural_name": "пиерогис"
},
"soup pasta": {
"aliases": [],
"description": "",
- "name": "soup pasta",
- "plural_name": "soup pastas"
+ "name": "супа тестенина",
+ "plural_name": "пасте за супу"
},
"sweet potato noodle": {
"aliases": [],
"description": "",
- "name": "sweet potato noodle",
- "plural_name": "sweet potato noodles"
+ "name": "резанци слатког кромпира",
+ "plural_name": "резанци слатког кромпира"
},
"acini di pepe": {
"aliases": [],
"description": "",
- "name": "acini di pepe",
- "plural_name": "acini di pepes"
+ "name": "ацини ди пепе",
+ "plural_name": "ацини ди пепес"
},
"cavatelli": {
"aliases": [],
"description": "",
- "name": "cavatelli",
- "plural_name": "cavatellis"
+ "name": "цавателли",
+ "plural_name": "цавателлис"
},
"instant noodle": {
"aliases": [],
"description": "",
- "name": "instant noodle",
- "plural_name": "instant noodles"
+ "name": "инстант резанци",
+ "plural_name": "инстант резанци"
},
"somen noodle": {
"aliases": [],
"description": "",
- "name": "somen noodle",
- "plural_name": "somen noodles"
+ "name": "сомен ноодле",
+ "plural_name": "сомен ноодлес"
},
"yakisoba noodle": {
"aliases": [],
"description": "",
- "name": "yakisoba noodle",
- "plural_name": "yakisoba noodles"
+ "name": "иакисоба ноодле",
+ "plural_name": "јакисоба резанци"
},
"beef ravioli": {
"aliases": [],
"description": "",
- "name": "beef ravioli",
- "plural_name": "beef raviolis"
+ "name": "говеђи равиоли",
+ "plural_name": "говеђи равиоли"
},
"hakka noodle": {
"aliases": [],
"description": "",
- "name": "hakka noodle",
- "plural_name": "hakka noodles"
+ "name": "хакка ноодле",
+ "plural_name": "хакка ноодлес"
},
"kelp noodle": {
"aliases": [],
"description": "",
- "name": "kelp noodle",
- "plural_name": "kelp noodles"
+ "name": "келп ноодле",
+ "plural_name": "резанци од алги"
},
"fideo pasta": {
"aliases": [],
"description": "",
- "name": "fideo pasta",
- "plural_name": "fideo pastas"
+ "name": "фидео паста",
+ "plural_name": "фидео паста"
},
"spaetzle": {
"aliases": [],
"description": "",
- "name": "spaetzle",
- "plural_name": "spaetzles"
+ "name": "спаетзле",
+ "plural_name": "спаетзлес"
},
"radiatore": {
"aliases": [],
"description": "",
- "name": "radiatore",
- "plural_name": "radiatores"
+ "name": "радиаторе",
+ "plural_name": "радиаторес"
},
"paccheri": {
"aliases": [],
"description": "",
- "name": "paccheri",
- "plural_name": "paccheris"
+ "name": "паццхери",
+ "plural_name": "паццхерис"
},
"kluski noodle": {
"aliases": [],
"description": "",
- "name": "kluski noodle",
- "plural_name": "kluski noodles"
+ "name": "клуски ноодле",
+ "plural_name": "клуски ноодлес"
},
"yolk-free noodle": {
"aliases": [],
"description": "",
- "name": "yolk-free noodle",
- "plural_name": "yolk-free noodles"
+ "name": "резанци без жуманца",
+ "plural_name": "резанци без жуманца"
},
"black bean pasta": {
"aliases": [],
"description": "",
- "name": "black bean pasta",
- "plural_name": "black bean pastas"
+ "name": "тестенина од црног пасуља",
+ "plural_name": "тестенине од црног пасуља"
},
"matzo farfel": {
"aliases": [],
"description": "",
- "name": "matzo farfel",
- "plural_name": "matzo farfels"
+ "name": "матзо фарфел",
+ "plural_name": "матзо фарфелс"
},
"spinach fettuccine": {
"aliases": [],
"description": "",
- "name": "spinach fettuccine",
- "plural_name": "spinach fettuccines"
+ "name": "фетучини од спанаћа",
+ "plural_name": "фетучине од спанаћа"
},
"rice-a-roni": {
"aliases": [],
"description": "",
- "name": "rice-a-roni",
- "plural_name": "rice-a-ronis"
+ "name": "пиринач-а-рони",
+ "plural_name": "пиринач-а-ронис"
},
"frozen dumpling": {
"aliases": [],
"description": "",
- "name": "frozen dumpling",
- "plural_name": "frozen dumplings"
+ "name": "смрзнута кнедла",
+ "plural_name": "смрзнуте кнедле"
},
"fregola": {
"aliases": [],
"description": "",
- "name": "fregola",
- "plural_name": "fregolas"
+ "name": "фрегола",
+ "plural_name": "фреголас"
},
"beef tortellini": {
"aliases": [],
"description": "",
- "name": "beef tortellini",
- "plural_name": "beef tortellinis"
+ "name": "говеђи тортелини",
+ "plural_name": "говеђи тортелини"
},
"banh pho": {
"aliases": [],
"description": "",
- "name": "banh pho",
- "plural_name": "banh phoes"
+ "name": "банх пхо",
+ "plural_name": "банх пхоес"
},
"butternut squash noodle": {
"aliases": [],
"description": "",
- "name": "butternut squash noodle",
- "plural_name": "butternut squash noodles"
+ "name": "резанци од буттернут тикве",
+ "plural_name": "резанци од буттернут тикве"
},
"mie noodle": {
"aliases": [],
"description": "",
- "name": "mie noodle",
- "plural_name": "mie noodles"
+ "name": "мие ноодле",
+ "plural_name": "мие ноодлес"
},
"trahana": {
"aliases": [],
"description": "",
- "name": "trahana",
- "plural_name": "trahanas"
+ "name": "трахана",
+ "plural_name": "траханас"
},
"busiate": {
"aliases": [],
"description": "",
- "name": "busiate",
- "plural_name": "busiates"
+ "name": "бусиате",
+ "plural_name": "бусиатес"
},
"lobster ravioli": {
"aliases": [],
"description": "",
- "name": "lobster ravioli",
- "plural_name": "lobster raviolis"
+ "name": "равиоли од јастога",
+ "plural_name": "равиоли од јастога"
},
"mafalde": {
"aliases": [],
"description": "",
- "name": "mafalde",
- "plural_name": "mafaldes"
+ "name": "мафалде",
+ "plural_name": "мафалдес"
},
"misua": {
"aliases": [],
"description": "",
- "name": "misua",
- "plural_name": "misuas"
+ "name": "мисуа",
+ "plural_name": "мисуас"
},
"palmini": {
"aliases": [],
"description": "",
- "name": "palmini",
- "plural_name": "palminis"
+ "name": "палмини",
+ "plural_name": "палминис"
},
"trottole": {
"aliases": [],
"description": "",
- "name": "trottole",
- "plural_name": "trottoles"
+ "name": "троттоле",
+ "plural_name": "троттолес"
},
"mandu": {
"aliases": [],
"description": "",
- "name": "mandu",
- "plural_name": "mandu"
+ "name": "манду",
+ "plural_name": "манду"
},
"pasta salad mix": {
"aliases": [],
"description": "",
- "name": "pasta salad mix",
- "plural_name": "pasta salad mix"
+ "name": "мешавина тестенине салате",
+ "plural_name": "мешавина тестенине салате"
},
"pot pie noodle": {
"aliases": [],
"description": "",
- "name": "pot pie noodle",
- "plural_name": "pot pie noodles"
+ "name": "пот пита резанци",
+ "plural_name": "резанци за питу"
},
"casarecce": {
"aliases": [],
"description": "",
- "name": "casarecce",
- "plural_name": "casarecces"
+ "name": "цасарецце",
+ "plural_name": "цасареццес"
},
"quinoa pasta": {
"aliases": [],
"description": "",
- "name": "quinoa pasta",
- "plural_name": "quinoa pastas"
+ "name": "тестенина од киноје",
+ "plural_name": "тестенине са киноом"
},
"bean pasta": {
"aliases": [],
"description": "",
- "name": "bean pasta",
- "plural_name": "bean pastas"
+ "name": "тестенина од пасуља",
+ "plural_name": "тестенине од пасуља"
},
"bean sheet": {
"aliases": [],
"description": "",
- "name": "bean sheet",
- "plural_name": "bean sheets"
+ "name": "пасуљ лист",
+ "plural_name": "листови пасуља"
},
"hilopite": {
"aliases": [],
"description": "",
- "name": "hilopite",
- "plural_name": "hilopites"
+ "name": "хилопит",
+ "plural_name": "хилопити"
},
"jjolmyeon": {
"aliases": [],
"description": "",
- "name": "jjolmyeon",
- "plural_name": "jjolmyeons"
+ "name": "јјолмиеон",
+ "plural_name": "јјолмиеонс"
},
"naengmyeon noodle": {
"aliases": [],
"description": "",
- "name": "naengmyeon noodle",
- "plural_name": "naengmyeon noodles"
+ "name": "наенгмиеон ноодле",
+ "plural_name": "наенгмиеон резанци"
},
"yuba noodle": {
"aliases": [],
"description": "",
- "name": "yuba noodle",
- "plural_name": "yuba noodles"
+ "name": "иуба ноодле",
+ "plural_name": "иуба ноодлес"
}
}
},
@@ -10030,8 +10030,8 @@
"bread": {
"aliases": [],
"description": "",
- "name": "bread",
- "plural_name": "breads"
+ "name": "хлеба",
+ "plural_name": "хлебови"
}
}
},
@@ -10040,314 +10040,314 @@
"bread crumb": {
"aliases": [],
"description": "",
- "name": "bread crumb",
- "plural_name": "bread crumbs"
+ "name": "мрвица хлеба",
+ "plural_name": "мрвице хлеба"
},
"panko": {
"aliases": [],
"description": "",
- "name": "panko",
- "plural_name": "pankoes"
+ "name": "панко",
+ "plural_name": "панкоес"
},
"flour tortilla": {
"aliases": [],
"description": "",
- "name": "flour tortilla",
- "plural_name": "flour tortillas"
+ "name": "тортиља од брашна",
+ "plural_name": "тортиље од брашна"
},
"almond flour tortilla": {
"aliases": [],
"description": "",
- "name": "almond flour tortilla",
- "plural_name": "almond flour tortillas"
+ "name": "тортиља од бадемовог брашна",
+ "plural_name": "тортиље од бадемовог брашна"
},
"corn tortilla": {
"aliases": [],
"description": "",
- "name": "corn tortilla",
- "plural_name": "corn tortillas"
+ "name": "кукурузна тортиља",
+ "plural_name": "кукурузне тортиље"
},
"cracker": {
"aliases": [],
"description": "",
- "name": "cracker",
- "plural_name": "crackers"
+ "name": "крекер",
+ "plural_name": "крекери"
},
"baguette": {
"aliases": [],
"description": "",
- "name": "baguette",
- "plural_name": "baguettes"
+ "name": "багет",
+ "plural_name": "багете"
},
"tortilla chip": {
"aliases": [],
"description": "",
- "name": "tortilla chip",
- "plural_name": "tortilla chips"
+ "name": "тортиља чипс",
+ "plural_name": "тортиља чипс"
},
"pita": {
"aliases": [],
"description": "",
- "name": "pita",
- "plural_name": "pitas"
+ "name": "пита",
+ "plural_name": "питас"
},
"pretzel": {
"aliases": [],
"description": "",
- "name": "pretzel",
- "plural_name": "pretzels"
+ "name": "переца",
+ "plural_name": "переце"
},
"sourdough bread": {
"aliases": [],
"description": "",
- "name": "sourdough bread",
- "plural_name": "sourdough breads"
+ "name": "хлеб од киселог теста",
+ "plural_name": "хлебови од киселог теста"
},
"rustic italian bread": {
"aliases": [],
"description": "",
- "name": "rustic italian bread",
- "plural_name": "rustic italian breads"
+ "name": "рустикални италијански хлеб",
+ "plural_name": "рустикални италијански хлеб"
},
"popcorn": {
"aliases": [],
"description": "",
- "name": "popcorn",
- "plural_name": "popcorns"
+ "name": "кокице",
+ "plural_name": "кокице"
},
"crouton": {
"aliases": [],
"description": "",
- "name": "crouton",
- "plural_name": "croutons"
+ "name": "крутон",
+ "plural_name": "крутони"
},
"whole-wheat tortilla": {
"aliases": [],
"description": "",
- "name": "whole-wheat tortilla",
- "plural_name": "whole-wheat tortillas"
+ "name": "тортиља од целог зрна",
+ "plural_name": "тортиље од целог зрна"
},
"english muffin": {
"aliases": [],
"description": "",
- "name": "english muffin",
- "plural_name": "english muffins"
+ "name": "енглески муффин",
+ "plural_name": "енглески муффинс"
},
"brioche": {
"aliases": [],
"description": "",
- "name": "brioche",
- "plural_name": "brioches"
+ "name": "бриоцхе",
+ "plural_name": "бриоцхес"
},
"italian bread crumb": {
"aliases": [],
"description": "",
- "name": "italian bread crumb",
- "plural_name": "italian bread crumbs"
+ "name": "италијанска мрвица хлеба",
+ "plural_name": "италијанске мрвице хлеба"
},
"rye bread": {
"aliases": [],
"description": "",
- "name": "rye bread",
- "plural_name": "rye breads"
+ "name": "ражени хлеб",
+ "plural_name": "ражени хлебови"
},
"flatbread": {
"aliases": [],
"description": "",
- "name": "flatbread",
- "plural_name": "flatbreads"
+ "name": "сомун",
+ "plural_name": "сомуна"
},
"dry-roasted peanut": {
"aliases": [],
"description": "",
- "name": "dry-roasted peanut",
- "plural_name": "dry-roasted peanuts"
+ "name": "суво печени кикирики",
+ "plural_name": "суво печени кикирики"
},
"potato chip": {
"aliases": [],
"description": "",
- "name": "potato chip",
- "plural_name": "potato chips"
+ "name": "чипс од кромпира",
+ "plural_name": "чипс од кромпира"
},
"naan": {
"aliases": [],
"description": "",
- "name": "naan",
- "plural_name": "naans"
+ "name": "наан",
+ "plural_name": "наанс"
},
"stuffing mix": {
"aliases": [],
"description": "",
- "name": "stuffing mix",
- "plural_name": "stuffing mixes"
+ "name": "мешавина за пуњење",
+ "plural_name": "мешавине за пуњење"
},
"cornbread": {
"aliases": [],
"description": "",
- "name": "cornbread",
- "plural_name": "cornbreads"
+ "name": "кукурузни хлеб",
+ "plural_name": "кукурузни хлебови"
},
"taco shell": {
"aliases": [],
"description": "",
- "name": "taco shell",
- "plural_name": "taco shells"
+ "name": "тацо схелл",
+ "plural_name": "тако љуске"
},
"tater tot": {
"aliases": [],
"description": "",
- "name": "tater tot",
- "plural_name": "tater tots"
+ "name": "татер тот",
+ "plural_name": "татер тотс"
},
"bagel": {
"aliases": [],
"description": "",
- "name": "bagel",
- "plural_name": "bagels"
+ "name": "багел",
+ "plural_name": "багелс"
},
"corn chip": {
"aliases": [],
"description": "",
- "name": "corn chip",
- "plural_name": "corn chips"
+ "name": "кукурузни чипс",
+ "plural_name": "кукурузни чипс"
},
"unpopped popcorn": {
"aliases": [],
"description": "",
- "name": "unpopped popcorn",
- "plural_name": "unpopped popcorns"
+ "name": "неискочене кокице",
+ "plural_name": "неискочене кокице"
},
"croissant": {
"aliases": [],
"description": "",
- "name": "croissant",
- "plural_name": "croissants"
+ "name": "кроасан",
+ "plural_name": "кроасане"
},
"pork rind": {
"aliases": [],
"description": "",
- "name": "pork rind",
- "plural_name": "pork rinds"
+ "name": "свињска кора",
+ "plural_name": "свињске коре"
},
"pumpernickel": {
"aliases": [],
"description": "",
- "name": "pumpernickel",
- "plural_name": "pumpernickels"
+ "name": "пумперницкел",
+ "plural_name": "пумперницкелс"
},
"sweet bread": {
"aliases": [],
"description": "",
- "name": "sweet bread",
- "plural_name": "sweet breads"
+ "name": "слатки хлеб",
+ "plural_name": "слатки хлебови"
},
"hawaiian roll": {
"aliases": [],
"description": "",
- "name": "hawaiian roll",
- "plural_name": "hawaiian rolls"
+ "name": "хавајски ролат",
+ "plural_name": "хавајске ролнице"
},
"pita chip": {
"aliases": [],
"description": "",
- "name": "pita chip",
- "plural_name": "pita chips"
+ "name": "пита чипс",
+ "plural_name": "пита чипс"
},
"gluten free bread": {
"aliases": [],
"description": "",
- "name": "gluten free bread",
- "plural_name": "gluten free breads"
+ "name": "хлеб без глутена",
+ "plural_name": "хлеб без глутена"
},
"potato bread": {
"aliases": [],
"description": "",
- "name": "potato bread",
- "plural_name": "potato breads"
+ "name": "хлеб од кромпира",
+ "plural_name": "хлебови од кромпира"
},
"muffin": {
"aliases": [],
"description": "",
- "name": "muffin",
- "plural_name": "muffins"
+ "name": "муффин",
+ "plural_name": "мафини"
},
"breadstick": {
"aliases": [],
"description": "",
- "name": "breadstick",
- "plural_name": "breadsticks"
+ "name": "хлебни штапић",
+ "plural_name": "хлебне штапиће"
},
"focaccia": {
"aliases": [],
"description": "",
- "name": "focaccia",
- "plural_name": "focaccias"
+ "name": "фоцацциа",
+ "plural_name": "фоцацциас"
},
"gluten-free bread crumb": {
"aliases": [],
"description": "",
- "name": "gluten-free bread crumb",
- "plural_name": "gluten-free bread crumbs"
+ "name": "мрвице хлеба без глутена",
+ "plural_name": "мрвице хлеба без глутена"
},
"tostada shell": {
"aliases": [],
"description": "",
- "name": "tostada shell",
- "plural_name": "tostada shells"
+ "name": "тостада схелл",
+ "plural_name": "тостада схеллс"
},
"crispy fried onion": {
"aliases": [],
"description": "",
- "name": "crispy fried onion",
- "plural_name": "crispy fried onions"
+ "name": "хрскав пржени лук",
+ "plural_name": "хрскави пржени лук"
},
"matzo": {
"aliases": [],
"description": "",
- "name": "matzo",
- "plural_name": "matzoes"
+ "name": "матзо",
+ "plural_name": "матзоес"
},
"garlic bread": {
"aliases": [],
"description": "",
- "name": "garlic bread",
- "plural_name": "garlic breads"
+ "name": "хлеб од белог лука",
+ "plural_name": "хлебови са белим луком"
},
"yeast extract spread": {
"aliases": [],
"description": "",
- "name": "yeast extract spread",
- "plural_name": "yeast extract spreads"
+ "name": "намаз екстракта квасца",
+ "plural_name": "намази екстракта квасца"
},
"challah": {
"aliases": [],
"description": "",
- "name": "challah",
- "plural_name": "challahs"
+ "name": "цхаллах",
+ "plural_name": "цхаллахс"
},
"roasted gram": {
"aliases": [],
"description": "",
- "name": "roasted gram",
- "plural_name": "roasted grams"
+ "name": "печени грам",
+ "plural_name": "печених грама"
},
"crostini": {
"aliases": [],
"description": "",
- "name": "crostini",
- "plural_name": "crostinis"
+ "name": "цростини",
+ "plural_name": "цростинис"
},
"rice cake": {
"aliases": [],
"description": "",
- "name": "rice cake",
- "plural_name": "rice cakes"
+ "name": "колач од пиринча",
+ "plural_name": "пиринчани колачи"
},
"panettone": {
"aliases": [],
"description": "",
- "name": "panettone",
- "plural_name": "panettones"
+ "name": "панеттоне",
+ "plural_name": "панеттонес"
},
"sweet potato fry": {
"aliases": [],
@@ -10406,230 +10406,230 @@
"crumpet": {
"aliases": [],
"description": "",
- "name": "crumpet",
- "plural_name": "crumpets"
+ "name": "црумпет",
+ "plural_name": "крумпетс"
},
"seed bread": {
"aliases": [],
"description": "",
- "name": "seed bread",
- "plural_name": "seed breads"
+ "name": "хлеб од семена",
+ "plural_name": "хлебови од семена"
},
"keto bread": {
"aliases": [],
"description": "",
- "name": "keto bread",
- "plural_name": "keto breads"
+ "name": "кето хлеб",
+ "plural_name": "кето хлебови"
},
"bread bowl": {
"aliases": [],
"description": "",
- "name": "bread bowl",
- "plural_name": "bread bowls"
+ "name": "чинија за хлеб",
+ "plural_name": "чиније за хлеб"
},
"sprouted grain bread": {
"aliases": [],
"description": "",
- "name": "sprouted grain bread",
- "plural_name": "sprouted grain breads"
+ "name": "хлеб од проклијалог жита",
+ "plural_name": "хлебови од проклијалог жита"
},
"cornbread stuffing mix": {
"aliases": [],
"description": "",
- "name": "cornbread stuffing mix",
- "plural_name": "cornbread stuffing mixes"
+ "name": "мешавина за пуњење кукурузног хлеба",
+ "plural_name": "мешавине за пуњење кукурузног хлеба"
},
"low-carb wrap": {
"aliases": [],
"description": "",
- "name": "low-carb wrap",
- "plural_name": "low-carb wraps"
+ "name": "омотач са ниским садржајем угљених хидрата",
+ "plural_name": "облози са ниским садржајем угљених хидрата"
},
"frozen onion ring": {
"aliases": [],
"description": "",
- "name": "frozen onion ring",
- "plural_name": "frozen onion rings"
+ "name": "замрзнути прстен лука",
+ "plural_name": "замрзнути колутићи лука"
},
"corn muffin": {
"aliases": [],
"description": "",
- "name": "corn muffin",
- "plural_name": "corn muffins"
+ "name": "кукурузни муффин",
+ "plural_name": "кукурузни мафини"
},
"pav bun": {
"aliases": [],
"description": "",
- "name": "pav bun",
- "plural_name": "pav buns"
+ "name": "пав бун",
+ "plural_name": "пав бунс"
},
"corn nut": {
"aliases": [],
"description": "",
- "name": "corn nut",
- "plural_name": "corn nuts"
+ "name": "кукурузни орах",
+ "plural_name": "кукурузни ораси"
},
"rice cracker": {
"aliases": [],
"description": "",
- "name": "rice cracker",
- "plural_name": "rice crackers"
+ "name": "крекер од пиринча",
+ "plural_name": "пиринчани крекери"
},
"rusk": {
"aliases": [],
"description": "",
- "name": "rusk",
- "plural_name": "rusks"
+ "name": "двопек",
+ "plural_name": "двопек"
},
"fruit bread": {
"aliases": [],
"description": "",
- "name": "fruit bread",
- "plural_name": "fruit breads"
+ "name": "воћни хлеб",
+ "plural_name": "воћни хлебови"
},
"sprouted bread": {
"aliases": [],
"description": "",
- "name": "sprouted bread",
- "plural_name": "sprouted breads"
+ "name": "проклијали хлеб",
+ "plural_name": "проклијали хлебови"
},
"pretzel bun": {
"aliases": [],
"description": "",
- "name": "pretzel bun",
- "plural_name": "pretzel buns"
+ "name": "переца лепиња",
+ "plural_name": "лепиње од переца"
},
"roti bread": {
"aliases": [],
"description": "",
- "name": "roti bread",
- "plural_name": "roti breads"
+ "name": "роти хлеб",
+ "plural_name": "роти хлебови"
},
"crispbread": {
"aliases": [],
"description": "",
- "name": "crispbread",
- "plural_name": "crispbreads"
+ "name": "хрскави хлеб",
+ "plural_name": "хрскави хлебови"
},
"chocolate muffin": {
"aliases": [],
"description": "",
- "name": "chocolate muffin",
- "plural_name": "chocolate muffins"
+ "name": "чоколадни муффин",
+ "plural_name": "чоколадни мафини"
},
"milk bread": {
"aliases": [],
"description": "",
- "name": "milk bread",
- "plural_name": "milk breads"
+ "name": "млечни хлеб",
+ "plural_name": "млечни хлебови"
},
"popcorn shrimp": {
"aliases": [],
"description": "",
- "name": "popcorn shrimp",
- "plural_name": "popcorn shrimps"
+ "name": "кокице шкампи",
+ "plural_name": "кокице шкампи"
},
"prawn cracker": {
"aliases": [],
"description": "",
- "name": "prawn cracker",
- "plural_name": "prawn crackers"
+ "name": "крекер од козица",
+ "plural_name": "крекери од козица"
},
"bao bun": {
"aliases": [],
"description": "",
- "name": "bao bun",
- "plural_name": "bao buns"
+ "name": "бао бун",
+ "plural_name": "бао бунс"
},
"ezekiel bread": {
"aliases": [],
"description": "",
- "name": "ezekiel bread",
- "plural_name": "ezekiel breads"
+ "name": "језекиљев хлеб",
+ "plural_name": "езекиљ хлебови"
},
"wasabi pea": {
"aliases": [],
"description": "",
- "name": "wasabi pea",
- "plural_name": "wasabi peas"
+ "name": "васаби грашак",
+ "plural_name": "васаби грашак"
},
"arabic bread": {
"aliases": [],
"description": "",
- "name": "arabic bread",
- "plural_name": "arabic breads"
+ "name": "арапски хлеб",
+ "plural_name": "арапски хлебови"
},
"boboli": {
"aliases": [],
"description": "",
- "name": "boboli",
- "plural_name": "bobolis"
+ "name": "боболи",
+ "plural_name": "боболис"
},
"zwieback": {
"aliases": [],
"description": "",
- "name": "zwieback",
- "plural_name": "zwiebacks"
+ "name": "звиебацк",
+ "plural_name": "звиебацкс"
},
"oven chip": {
"aliases": [],
"description": "",
- "name": "oven chip",
- "plural_name": "oven chips"
+ "name": "чип из пећнице",
+ "plural_name": "чипс из пећнице"
},
"taco kit": {
"aliases": [],
"description": "",
- "name": "taco kit",
- "plural_name": "taco kits"
+ "name": "тацо кит",
+ "plural_name": "тацо китс"
},
"gluten free pita": {
"aliases": [],
"description": "",
- "name": "gluten free pita",
- "plural_name": "gluten free pitas"
+ "name": "пита без глутена",
+ "plural_name": "пита без глутена"
},
"ready-made arepa": {
"aliases": [],
"description": "",
- "name": "ready-made arepa",
- "plural_name": "ready-made arepas"
+ "name": "готова арепа",
+ "plural_name": "готове арепе"
},
"ready-made pancake": {
"aliases": [],
"description": "",
- "name": "ready-made pancake",
- "plural_name": "ready-made pancakes"
+ "name": "готова палачинка",
+ "plural_name": "готове палачинке"
},
"breading mix": {
"aliases": [],
"description": "",
- "name": "breading mix",
- "plural_name": "breading mixes"
+ "name": "мешавина за поховање",
+ "plural_name": "мешавине за поховање"
},
"japanese peanut": {
"aliases": [],
"description": "",
- "name": "japanese peanut",
- "plural_name": "japanese peanuts"
+ "name": "јапански кикирики",
+ "plural_name": "јапански кикирики"
},
"khari boondi": {
"aliases": [],
"description": "",
- "name": "khari boondi",
- "plural_name": "khari boondis"
+ "name": "кхари боонди",
+ "plural_name": "кхари боондис"
},
"potato waffle": {
"aliases": [],
"description": "",
- "name": "potato waffle",
- "plural_name": "potato waffles"
+ "name": "вафла од кромпира",
+ "plural_name": "вафли од кромпира"
},
"tartlet shell": {
"aliases": [],
"description": "",
- "name": "tartlet shell",
- "plural_name": "tartlet shells"
+ "name": "шкољка тартлета",
+ "plural_name": "шкољке тартлета"
}
}
},
@@ -10638,436 +10638,436 @@
"olive oil": {
"aliases": [],
"description": "",
- "name": "olive oil",
- "plural_name": "olive oil"
+ "name": "маслиново уље",
+ "plural_name": "маслиново уље"
},
"vegetable oil": {
"aliases": [],
"description": "",
- "name": "vegetable oil",
- "plural_name": "vegetable oil"
+ "name": "биљно уље",
+ "plural_name": "биљно уље"
},
"extra virgin olive oil": {
"aliases": [],
"description": "",
- "name": "extra virgin olive oil",
- "plural_name": "extra virgin olive oil"
+ "name": "екстра девичанско маслиново уље",
+ "plural_name": "екстра девичанско маслиново уље"
},
"canola oil": {
"aliases": [],
"description": "",
- "name": "canola oil",
- "plural_name": "canola oil"
+ "name": "уље каноле",
+ "plural_name": "уље каноле"
},
"coconut oil": {
"aliases": [],
"description": "",
- "name": "coconut oil",
- "plural_name": "coconut oil"
+ "name": "кокосово уље",
+ "plural_name": "кокосово уље"
},
"cooking spray": {
"aliases": [],
"description": "",
- "name": "cooking spray",
- "plural_name": "cooking sprays"
+ "name": "спреј за кување",
+ "plural_name": "спрејеви за кување"
},
"sesame oil": {
"aliases": [],
"description": "",
- "name": "sesame oil",
- "plural_name": "sesame oil"
+ "name": "сусамово уље",
+ "plural_name": "сусамово уље"
},
"frying oil": {
"aliases": [],
"description": "",
- "name": "frying oil",
- "plural_name": "frying oil"
+ "name": "уље за пржење",
+ "plural_name": "уље за пржење"
},
"sunflower oil": {
"aliases": [],
"description": "",
- "name": "sunflower oil",
- "plural_name": "sunflower oil"
+ "name": "сунцокретово уље",
+ "plural_name": "сунцокретово уље"
},
"avocado oil": {
"aliases": [],
"description": "",
- "name": "avocado oil",
- "plural_name": "avocado oil"
+ "name": "уље авокада",
+ "plural_name": "уље авокада"
},
"toasted sesame oil": {
"aliases": [],
"description": "",
- "name": "toasted sesame oil",
- "plural_name": "toasted sesame oil"
+ "name": "пржено сусамово уље",
+ "plural_name": "пржено сусамово уље"
},
"peanut oil": {
"aliases": [],
"description": "",
- "name": "peanut oil",
- "plural_name": "peanut oil"
+ "name": "уље од кикирикија",
+ "plural_name": "уље од кикирикија"
},
"grapeseed oil": {
"aliases": [
- "grape seed oil"
+ "уље семена грожђа"
],
"description": "",
- "name": "grapeseed oil",
- "plural_name": "grapeseed oil"
+ "name": "уље семена грожђа",
+ "plural_name": "уље семена грожђа"
},
"lard": {
"aliases": [],
"description": "",
- "name": "lard",
- "plural_name": "lards"
+ "name": "маст",
+ "plural_name": "свињске масти"
},
"corn oil": {
"aliases": [],
"description": "",
- "name": "corn oil",
- "plural_name": "corn oil"
+ "name": "кукурузно уље",
+ "plural_name": "кукурузно уље"
},
"virgin coconut oil": {
"aliases": [],
"description": "",
- "name": "virgin coconut oil",
- "plural_name": "virgin coconut oil"
+ "name": "девичанско кокосово уље",
+ "plural_name": "девичанско кокосово уље"
},
"chili oil": {
"aliases": [],
"description": "",
- "name": "chili oil",
- "plural_name": "chili oil"
+ "name": "чили уље",
+ "plural_name": "чили уље"
},
"mustard oil": {
"aliases": [],
"description": "",
- "name": "mustard oil",
- "plural_name": "mustard oil"
+ "name": "горушично уље",
+ "plural_name": "горушично уље"
},
"walnut oil": {
"aliases": [],
"description": "",
- "name": "walnut oil",
- "plural_name": "walnut oil"
+ "name": "орахово уље",
+ "plural_name": "орахово уље"
},
"garlic oil": {
"aliases": [],
"description": "",
- "name": "garlic oil",
- "plural_name": "garlic oil"
+ "name": "уље од белог лука",
+ "plural_name": "уље од белог лука"
},
"truffle oil": {
"aliases": [],
"description": "",
- "name": "truffle oil",
- "plural_name": "truffle oil"
+ "name": "уље од тартуфа",
+ "plural_name": "уље од тартуфа"
},
"bacon grease": {
"aliases": [],
"description": "",
- "name": "bacon grease",
- "plural_name": "bacon greases"
+ "name": "маст од сланине",
+ "plural_name": "сланине масти"
},
"safflower oil": {
"aliases": [],
"description": "",
- "name": "safflower oil",
- "plural_name": "safflower oil"
+ "name": "шафраново уље",
+ "plural_name": "шафраново уље"
},
"cacao butter": {
"aliases": [],
"description": "",
- "name": "cacao butter",
- "plural_name": "cacao butter"
+ "name": "какао путер",
+ "plural_name": "какао путер"
},
"salad oil": {
"aliases": [],
"description": "",
- "name": "salad oil",
- "plural_name": "salad oil"
+ "name": "уље за салату",
+ "plural_name": "уље за салату"
},
"duck fat": {
"aliases": [],
"description": "",
- "name": "duck fat",
- "plural_name": "duck fats"
+ "name": "пачја маст",
+ "plural_name": "пачје масти"
},
"rice bran oil": {
"aliases": [],
"description": "",
- "name": "rice bran oil",
- "plural_name": "rice bran oil"
+ "name": "уље пиринчаних мекиња",
+ "plural_name": "уље пиринчаних мекиња"
},
"soybean oil": {
"aliases": [],
"description": "",
- "name": "soybean oil",
- "plural_name": "soybean oil"
+ "name": "сојино уље",
+ "plural_name": "сојино уље"
},
"butter-flavored cooking spray": {
"aliases": [],
"description": "",
- "name": "butter-flavored cooking spray",
- "plural_name": "butter-flavored cooking sprays"
+ "name": "спреј за кување са укусом путера",
+ "plural_name": "спрејеви за кување са укусом путера"
},
"medium-chain triglyceride": {
"aliases": [],
"description": "",
- "name": "medium-chain triglyceride",
- "plural_name": "medium-chain triglycerides"
+ "name": "триглицерида средњег ланца",
+ "plural_name": "триглицериди средњег ланца"
},
"flaxseed oil": {
"aliases": [],
"description": "",
- "name": "flaxseed oil",
- "plural_name": "flaxseed oil"
+ "name": "ланено уље",
+ "plural_name": "ланено уље"
},
"white truffle oil": {
"aliases": [],
"description": "",
- "name": "white truffle oil",
- "plural_name": "white truffle oil"
+ "name": "уље белог тартуфа",
+ "plural_name": "уље белог тартуфа"
},
"pumpkin seed oil": {
"aliases": [],
"description": "",
- "name": "pumpkin seed oil",
- "plural_name": "pumpkin seed oil"
+ "name": "уље семена бундеве",
+ "plural_name": "уље семена бундеве"
},
"hazelnut oil": {
"aliases": [],
"description": "",
- "name": "hazelnut oil",
- "plural_name": "hazelnut oil"
+ "name": "уље лешника",
+ "plural_name": "уље лешника"
},
"coconut oil spray": {
"aliases": [],
"description": "",
- "name": "coconut oil spray",
- "plural_name": "coconut oil sprays"
+ "name": "спреј од кокосовог уља",
+ "plural_name": "спрејеви од кокосовог уља"
},
"almond oil": {
"aliases": [],
"description": "",
- "name": "almond oil",
- "plural_name": "almond oil"
+ "name": "бадемово уље",
+ "plural_name": "бадемово уље"
},
"lemon oil": {
"aliases": [],
"description": "",
- "name": "lemon oil",
- "plural_name": "lemon oil"
+ "name": "лимуново уље",
+ "plural_name": "лимуново уље"
},
"macadamia oil": {
"aliases": [],
"description": "",
- "name": "macadamia oil",
- "plural_name": "macadamia oil"
+ "name": "уље макадамије",
+ "plural_name": "уље макадамије"
},
"goose fat": {
"aliases": [],
"description": "",
- "name": "goose fat",
- "plural_name": "goose fats"
+ "name": "гушчја маст",
+ "plural_name": "гушчје масти"
},
"palm oil": {
"aliases": [],
"description": "",
- "name": "palm oil",
- "plural_name": "palm oil"
+ "name": "палмино уље",
+ "plural_name": "палмино уље"
},
"basil oil": {
"aliases": [],
"description": "",
- "name": "basil oil",
- "plural_name": "basil oil"
+ "name": "уље босиљка",
+ "plural_name": "уље босиљка"
},
"pork fat": {
"aliases": [],
"description": "",
- "name": "pork fat",
- "plural_name": "pork fats"
+ "name": "свињска маст",
+ "plural_name": "свињске масти"
},
"beef dripping": {
"aliases": [],
"description": "",
- "name": "beef dripping",
- "plural_name": "beef drippings"
+ "name": "говеђе капље",
+ "plural_name": "говеђе капље"
},
"schmaltz": {
"aliases": [],
"description": "",
- "name": "schmaltz",
- "plural_name": "schmaltzzes"
+ "name": "сцхмалтз",
+ "plural_name": "сцхмалтззес"
},
"tallow": {
"aliases": [],
"description": "",
- "name": "tallow",
- "plural_name": "tallows"
+ "name": "лој",
+ "plural_name": "лојеви"
},
"pistachio oil": {
"aliases": [],
"description": "",
- "name": "pistachio oil",
- "plural_name": "pistachio oil"
+ "name": "уље пистација",
+ "plural_name": "уље пистација"
},
"herb-infused olive oil": {
"aliases": [],
"description": "",
- "name": "herb-infused olive oil",
- "plural_name": "herb-infused olive oil"
+ "name": "маслиново уље натопљено биљкама",
+ "plural_name": "маслиново уље натопљено биљкама"
},
"roasted peanut oil": {
"aliases": [],
"description": "",
- "name": "roasted peanut oil",
- "plural_name": "roasted peanut oil"
+ "name": "уље од печеног кикирикија",
+ "plural_name": "уље од печеног кикирикија"
},
"argan oil": {
"aliases": [],
"description": "",
- "name": "argan oil",
- "plural_name": "argan oil"
+ "name": "арганово уље",
+ "plural_name": "арганово уље"
},
"beef fat": {
"aliases": [],
"description": "",
- "name": "beef fat",
- "plural_name": "beef fats"
+ "name": "говеђа маст",
+ "plural_name": "говеђе масти"
},
"pecan oil": {
"aliases": [],
"description": "",
- "name": "pecan oil",
- "plural_name": "pecan oil"
+ "name": "пецан уље",
+ "plural_name": "пецан уље"
},
"crisco oil": {
"aliases": [],
"description": "",
- "name": "crisco oil",
- "plural_name": "crisco oil"
+ "name": "црисцо оил",
+ "plural_name": "црисцо оил"
},
"red palm oil": {
"aliases": [],
"description": "",
- "name": "red palm oil",
- "plural_name": "red palm oil"
+ "name": "црвено палмино уље",
+ "plural_name": "црвено палмино уље"
},
"shea butter": {
"aliases": [],
"description": "",
- "name": "shea butter",
- "plural_name": "shea butter"
+ "name": "схеа бутер",
+ "plural_name": "схеа бутер"
},
"lamb fat": {
"aliases": [],
"description": "",
- "name": "lamb fat",
- "plural_name": "lamb fats"
+ "name": "јагњећа маст",
+ "plural_name": "јагњеће масти"
},
"castor oil": {
"aliases": [],
"description": "",
- "name": "castor oil",
- "plural_name": "castor oil"
+ "name": "рицинусово уље",
+ "plural_name": "рицинусово уље"
},
"chicken dripping": {
"aliases": [],
"description": "",
- "name": "chicken dripping",
- "plural_name": "chicken drippings"
+ "name": "пилетина капље",
+ "plural_name": "пилеће капље"
},
"shallot oil": {
"aliases": [],
"description": "",
- "name": "shallot oil",
- "plural_name": "shallot oil"
+ "name": "уље љутике",
+ "plural_name": "уље љутике"
},
"achiote oil": {
"aliases": [],
"description": "",
- "name": "achiote oil",
- "plural_name": "achiote oil"
+ "name": "ацхиоте оил",
+ "plural_name": "ацхиоте оил"
},
"jojoba oil": {
"aliases": [],
"description": "",
- "name": "jojoba oil",
- "plural_name": "jojoba oil"
+ "name": "уље јојобе",
+ "plural_name": "уље јојобе"
},
"oregano oil": {
"aliases": [],
"description": "",
- "name": "oregano oil",
- "plural_name": "oregano oil"
+ "name": "уље оригана",
+ "plural_name": "уље оригана"
},
"hemp seed oil": {
"aliases": [],
"description": "",
- "name": "hemp seed oil",
- "plural_name": "hemp seed oil"
+ "name": "уље семена конопље",
+ "plural_name": "уље семена конопље"
},
"wheat germ oil": {
"aliases": [],
"description": "",
- "name": "wheat germ oil",
- "plural_name": "wheat germ oil"
+ "name": "уље пшеничних клица",
+ "plural_name": "уље пшеничних клица"
},
"ginger oil": {
"aliases": [],
"description": "",
- "name": "ginger oil",
- "plural_name": "ginger oil"
+ "name": "уље ђумбира",
+ "plural_name": "уље ђумбира"
},
"cottonseed oil": {
"aliases": [],
"description": "",
- "name": "cottonseed oil",
- "plural_name": "cottonseed oil"
+ "name": "памучно уље",
+ "plural_name": "памучно уље"
},
"pork dripping": {
"aliases": [],
"description": "",
- "name": "pork dripping",
- "plural_name": "pork drippings"
+ "name": "свињско капље",
+ "plural_name": "свињски дриппингс"
},
"rosehip seed oil": {
"aliases": [],
"description": "",
- "name": "rosehip seed oil",
- "plural_name": "rosehip seed oil"
+ "name": "уље семена шипка",
+ "plural_name": "уље семена шипка"
},
"camelina oil": {
"aliases": [],
"description": "",
- "name": "camelina oil",
- "plural_name": "camelina oil"
+ "name": "уље камине",
+ "plural_name": "уље камине"
},
"marula oil": {
"aliases": [],
"description": "",
- "name": "marula oil",
- "plural_name": "marula oil"
+ "name": "уље маруле",
+ "plural_name": "уље маруле"
},
"moringa seed oil": {
"aliases": [],
"description": "",
- "name": "moringa seed oil",
- "plural_name": "moringa seed oil"
+ "name": "уље семена моринге",
+ "plural_name": "уље семена моринге"
},
"white cacao butter": {
"aliases": [],
"description": "",
- "name": "white cacao butter",
- "plural_name": "white cacao butter"
+ "name": "бели какао путер",
+ "plural_name": "бели какао путер"
},
"black seed oil": {
"aliases": [],
"description": "",
- "name": "black seed oil",
- "plural_name": "black seed oil"
+ "name": "уље црног семена",
+ "plural_name": "уље црног семена"
}
}
},
@@ -11076,326 +11076,326 @@
"mayonnaise": {
"aliases": [],
"description": "",
- "name": "mayonnaise",
- "plural_name": "mayonnaise"
+ "name": "мајонез",
+ "plural_name": "мајонез"
},
"apple cider vinegar": {
"aliases": [],
"description": "",
- "name": "apple cider vinegar",
- "plural_name": "apple cider vinegar"
+ "name": "јабуково сирће",
+ "plural_name": "јабуково сирће"
},
"balsamic vinegar": {
"aliases": [],
"description": "",
- "name": "balsamic vinegar",
- "plural_name": "balsamic vinegar"
+ "name": "балзамико сирће",
+ "plural_name": "балзамико сирће"
},
"vinegar": {
"aliases": [],
"description": "",
- "name": "vinegar",
- "plural_name": "vinegar"
+ "name": "сирћета",
+ "plural_name": "сирћета"
},
"red wine vinegar": {
"aliases": [],
"description": "",
- "name": "red wine vinegar",
- "plural_name": "red wine vinegar"
+ "name": "црвеног винског сирћета",
+ "plural_name": "црвеног винског сирћета"
},
"rice wine vinegar": {
"aliases": [],
"description": "",
- "name": "rice wine vinegar",
- "plural_name": "rice wine vinegar"
+ "name": "пиринчано винско сирће",
+ "plural_name": "пиринчано винско сирће"
},
"white wine vinegar": {
"aliases": [],
"description": "",
- "name": "white wine vinegar",
- "plural_name": "white wine vinegar"
+ "name": "бело винско сирће",
+ "plural_name": "бело винско сирће"
},
"ranch dressing": {
"aliases": [],
"description": "",
- "name": "ranch dressing",
- "plural_name": "ranch dressing"
+ "name": "ранч дрессинг",
+ "plural_name": "ранч дрессинг"
},
"italian dressing": {
"aliases": [],
"description": "",
- "name": "italian dressing",
- "plural_name": "italian dressing"
+ "name": "италијански дрессинг",
+ "plural_name": "италијански дрессинг"
},
"sherry vinegar": {
"aliases": [],
"description": "",
- "name": "sherry vinegar",
- "plural_name": "sherry vinegar"
+ "name": "шери сирће",
+ "plural_name": "шери сирће"
},
"distilled white vinegar": {
"aliases": [],
"description": "",
- "name": "distilled white vinegar",
- "plural_name": "distilled white vinegar"
+ "name": "дестиловано бело сирће",
+ "plural_name": "дестиловано бело сирће"
},
"sweet chilli sauce": {
"aliases": [],
"description": "",
- "name": "sweet chilli sauce",
- "plural_name": "sweet chilli sauce"
+ "name": "слатки чили сос",
+ "plural_name": "слатки чили сос"
},
"white balsamic vinegar": {
"aliases": [],
"description": "",
- "name": "white balsamic vinegar",
- "plural_name": "white balsamic vinegar"
+ "name": "бело балзамико сирће",
+ "plural_name": "бело балзамико сирће"
},
"champagne vinegar": {
"aliases": [],
"description": "",
- "name": "champagne vinegar",
- "plural_name": "champagne vinegar"
+ "name": "шампањац сирће",
+ "plural_name": "шампањац сирће"
},
"vinaigrette dressing": {
"aliases": [],
"description": "",
- "name": "vinaigrette dressing",
- "plural_name": "vinaigrette dressing"
+ "name": "прелив од винаигрета",
+ "plural_name": "прелив од винаигрета"
},
"balsamic vinaigrette": {
"aliases": [],
"description": "",
- "name": "balsamic vinaigrette",
- "plural_name": "balsamic vinaigrettes"
+ "name": "балзамични винаигретте",
+ "plural_name": "балзамични винаигрети"
},
"blue cheese dressing": {
"aliases": [],
"description": "",
- "name": "blue cheese dressing",
- "plural_name": "blue cheese dressing"
+ "name": "прелив од плавог сира",
+ "plural_name": "прелив од плавог сира"
},
"caesar dressing": {
"aliases": [],
"description": "",
- "name": "caesar dressing",
- "plural_name": "caesar dressing"
+ "name": "цезар прелив",
+ "plural_name": "цезар прелив"
},
"thousand island": {
"aliases": [],
"description": "",
- "name": "thousand island",
- "plural_name": "thousand islands"
+ "name": "хиљада острва",
+ "plural_name": "хиљада острва"
},
"malt vinegar": {
"aliases": [],
"description": "",
- "name": "malt vinegar",
- "plural_name": "malt vinegar"
+ "name": "сладно сирће",
+ "plural_name": "сладно сирће"
},
"black vinegar": {
"aliases": [],
"description": "",
- "name": "black vinegar",
- "plural_name": "black vinegar"
+ "name": "црно сирће",
+ "plural_name": "црно сирће"
},
"canola mayonnaise": {
"aliases": [],
"description": "",
- "name": "canola mayonnaise",
- "plural_name": "canola mayonnaise"
+ "name": "канола мајонез",
+ "plural_name": "канола мајонез"
},
"raspberry vinegar": {
"aliases": [],
"description": "",
- "name": "raspberry vinegar",
- "plural_name": "raspberry vinegar"
+ "name": "сирће од малине",
+ "plural_name": "сирће од малине"
},
"japanese mayonnaise": {
"aliases": [],
"description": "",
- "name": "japanese mayonnaise",
- "plural_name": "japanese mayonnaise"
+ "name": "јапански мајонез",
+ "plural_name": "јапански мајонез"
},
"tarragon vinegar": {
"aliases": [],
"description": "",
- "name": "tarragon vinegar",
- "plural_name": "tarragon vinegar"
+ "name": "естрагон сирће",
+ "plural_name": "естрагон сирће"
},
"greek vinaigrette": {
"aliases": [],
"description": "",
- "name": "greek vinaigrette",
- "plural_name": "greek vinaigrettes"
+ "name": "грчки винаигретте",
+ "plural_name": "грчки винаигрети"
},
"sesame dressing": {
"aliases": [],
"description": "",
- "name": "sesame dressing",
- "plural_name": "sesame dressing"
+ "name": "прелив од сусама",
+ "plural_name": "прелив од сусама"
},
"honey mustard dressing": {
"aliases": [],
"description": "",
- "name": "honey mustard dressing",
- "plural_name": "honey mustard dressing"
+ "name": "прелив од меденог сенфа",
+ "plural_name": "прелив од меденог сенфа"
},
"aioli sauce": {
"aliases": [],
"description": "",
- "name": "aioli sauce",
- "plural_name": "aioli sauce"
+ "name": "аиоли сос",
+ "plural_name": "аиоли сос"
},
"french dressing": {
"aliases": [],
"description": "",
- "name": "french dressing",
- "plural_name": "french dressing"
+ "name": "француски прелив",
+ "plural_name": "француски прелив"
},
"spicy mayo": {
"aliases": [],
"description": "",
- "name": "spicy mayo",
- "plural_name": "spicy mayoes"
+ "name": "љути мајонез",
+ "plural_name": "љути мајонези"
},
"poppyseed dressing": {
"aliases": [],
"description": "",
- "name": "poppyseed dressing",
- "plural_name": "poppyseed dressing"
+ "name": "прелив од мака",
+ "plural_name": "прелив од мака"
},
"catalina dressing": {
"aliases": [],
"description": "",
- "name": "catalina dressing",
- "plural_name": "catalina dressing"
+ "name": "цаталина дрессинг",
+ "plural_name": "цаталина дрессинг"
},
"verjuice": {
"aliases": [],
"description": "",
- "name": "verjuice",
- "plural_name": "verjuice"
+ "name": "верјуице",
+ "plural_name": "верјуице"
},
"cane vinegar": {
"aliases": [],
"description": "",
- "name": "cane vinegar",
- "plural_name": "cane vinegar"
+ "name": "трско сирће",
+ "plural_name": "трско сирће"
},
"raspberry vinaigrette": {
"aliases": [],
"description": "",
- "name": "raspberry vinaigrette",
- "plural_name": "raspberry vinaigrettes"
+ "name": "винаигретте од малина",
+ "plural_name": "винаигрети од малине"
},
"red wine vinaigrette": {
"aliases": [],
"description": "",
- "name": "red wine vinaigrette",
- "plural_name": "red wine vinaigrettes"
+ "name": "винаигрет од црвеног вина",
+ "plural_name": "винаигрети од црвеног вина"
},
"russian dressing": {
"aliases": [],
"description": "",
- "name": "russian dressing",
- "plural_name": "russian dressing"
+ "name": "руски дрессинг",
+ "plural_name": "руски дрессинг"
},
"avocado oil mayonnaise": {
"aliases": [],
"description": "",
- "name": "avocado oil mayonnaise",
- "plural_name": "avocado oil mayonnaise"
+ "name": "мајонез са авокадовим уљем",
+ "plural_name": "мајонез са авокадовим уљем"
},
"creamy balsamic dressing": {
"aliases": [],
"description": "",
- "name": "creamy balsamic dressing",
- "plural_name": "creamy balsamic dressing"
+ "name": "кремасти балзамични прелив",
+ "plural_name": "кремасти балзамични прелив"
},
"champagne vinaigrette": {
"aliases": [],
"description": "",
- "name": "champagne vinaigrette",
- "plural_name": "champagne vinaigrettes"
+ "name": "шампањац винаигретте",
+ "plural_name": "шампањац винаигрети"
},
"sun-dried tomato vinaigrette": {
"aliases": [],
"description": "",
- "name": "sun-dried tomato vinaigrette",
- "plural_name": "sun-dried tomato vinaigrettes"
+ "name": "винаигрет од сушеног парадајза",
+ "plural_name": "винаигрети од сушеног парадајза"
},
"garlic mayonnaise": {
"aliases": [],
"description": "",
- "name": "garlic mayonnaise",
- "plural_name": "garlic mayonnaise"
+ "name": "мајонез од белог лука",
+ "plural_name": "мајонез од белог лука"
},
"brown rice vinegar": {
"aliases": [],
"description": "",
- "name": "brown rice vinegar",
- "plural_name": "brown rice vinegar"
+ "name": "смеђе пиринчано сирће",
+ "plural_name": "смеђе пиринчано сирће"
},
"coconut vinegar": {
"aliases": [],
"description": "",
- "name": "coconut vinegar",
- "plural_name": "coconut vinegar"
+ "name": "кокосово сирће",
+ "plural_name": "кокосово сирће"
},
"ume plum vinegar": {
"aliases": [],
"description": "",
- "name": "ume plum vinegar",
- "plural_name": "ume plum vinegar"
+ "name": "уме сирће од шљиве",
+ "plural_name": "уме сирће од шљиве"
},
"buttermilk ranch dressing": {
"aliases": [],
"description": "",
- "name": "buttermilk ranch dressing",
- "plural_name": "buttermilk ranch dressing"
+ "name": "прелив од млаћенице",
+ "plural_name": "прелив од млаћенице"
},
"cilantro dressing": {
"aliases": [],
"description": "",
- "name": "cilantro dressing",
- "plural_name": "cilantro dressing"
+ "name": "цилантро дресинг",
+ "plural_name": "цилантро дресинг"
},
"spicy ranch dressing": {
"aliases": [],
"description": "",
- "name": "spicy ranch dressing",
- "plural_name": "spicy ranch dressing"
+ "name": "зачињени ранч прелив",
+ "plural_name": "зачињени ранч прелив"
},
"fig balsamic": {
"aliases": [],
"description": "",
- "name": "fig balsamic",
- "plural_name": "fig balsamics"
+ "name": "смоква балзамико",
+ "plural_name": "балзамици од смокава"
},
"green goddess dressing": {
"aliases": [],
"description": "",
- "name": "green goddess dressing",
- "plural_name": "green goddess dressing"
+ "name": "зелена облачења богиње",
+ "plural_name": "зелена облачења богиње"
},
"creamy dressing": {
"aliases": [],
"description": "",
- "name": "creamy dressing",
- "plural_name": "creamy dressing"
+ "name": "кремасти прелив",
+ "plural_name": "кремасти прелив"
},
"onion salad dressing": {
"aliases": [],
"description": "",
- "name": "onion salad dressing",
- "plural_name": "onion salad dressing"
+ "name": "прелив за салату од лука",
+ "plural_name": "прелив за салату од лука"
},
"miso dressing": {
"aliases": [],
"description": "",
- "name": "miso dressing",
- "plural_name": "miso dressing"
+ "name": "мисо дрессинг",
+ "plural_name": "мисо дрессинг"
},
"white balsamic vinaigrette": {
"aliases": [],
@@ -11518,8 +11518,8 @@
"worcestershire sauce": {
"aliases": [],
"description": "",
- "name": "worcestershire sauce",
- "plural_name": "worcestershire sauce"
+ "name": "вустерширски сос",
+ "plural_name": "вустерширски сос"
},
"ketchup": {
"aliases": [],
@@ -11620,482 +11620,482 @@
"coconut amino": {
"aliases": [],
"description": "",
- "name": "coconut amino",
- "plural_name": "coconut aminos"
+ "name": "кокос амино",
+ "plural_name": "кокосове аминокиселине"
},
"chili paste": {
"aliases": [],
"description": "",
- "name": "chili paste",
- "plural_name": "chili paste"
+ "name": "чили паста",
+ "plural_name": "чили паста"
},
"cranberry sauce": {
"aliases": [],
"description": "",
- "name": "cranberry sauce",
- "plural_name": "cranberry sauce"
+ "name": "сос од бруснице",
+ "plural_name": "сос од бруснице"
},
"harissa": {
"aliases": [],
"description": "",
- "name": "harissa",
- "plural_name": "harissas"
+ "name": "харисса",
+ "plural_name": "хариссас"
},
"chili-garlic sauce": {
"aliases": [],
"description": "",
- "name": "chili-garlic sauce",
- "plural_name": "chili-garlic sauce"
+ "name": "чили-бели лук сос",
+ "plural_name": "чили-бели лук сос"
},
"tamarind paste": {
"aliases": [],
"description": "",
- "name": "tamarind paste",
- "plural_name": "tamarind paste"
+ "name": "паста од тамаринда",
+ "plural_name": "паста од тамаринда"
},
"pomegranate molass": {
"aliases": [],
"description": "",
- "name": "pomegranate molass",
- "plural_name": "pomegranate molasses"
+ "name": "меласа од нара",
+ "plural_name": "меласа од нара"
},
"gochujang": {
"aliases": [],
"description": "",
- "name": "gochujang",
- "plural_name": "gochujangs"
+ "name": "гоцхујанг",
+ "plural_name": "гоцхујангс"
},
"wasabi": {
"aliases": [],
"description": "",
- "name": "wasabi",
- "plural_name": "wasabis"
+ "name": "васаби",
+ "plural_name": "васабис"
},
"honey mustard": {
"aliases": [],
"description": "",
- "name": "honey mustard",
- "plural_name": "honey mustard"
+ "name": "мед сенф",
+ "plural_name": "мед сенф"
},
"mango chutney": {
"aliases": [],
"description": "",
- "name": "mango chutney",
- "plural_name": "mango chutneys"
+ "name": "манго цхутнеи",
+ "plural_name": "манго цхутнеис"
},
"english mustard": {
"aliases": [],
"description": "",
- "name": "english mustard",
- "plural_name": "english mustard"
+ "name": "енглески сенф",
+ "plural_name": "енглески сенф"
},
"sambal oelek": {
"aliases": [],
"description": "",
- "name": "sambal oelek",
- "plural_name": "sambal oeleks"
+ "name": "самбал оелек",
+ "plural_name": "самбал оелекс"
},
"preserved lemon": {
"aliases": [],
"description": "",
- "name": "preserved lemon",
- "plural_name": "preserved lemons"
+ "name": "конзервирани лимун",
+ "plural_name": "конзервирани лимуни"
},
"kecap mani": {
"aliases": [],
"description": "",
- "name": "kecap mani",
- "plural_name": "kecap manis"
+ "name": "кецап мани",
+ "plural_name": "кецап манис"
},
"chutney": {
"aliases": [],
"description": "",
- "name": "chutney",
- "plural_name": "chutneys"
+ "name": "цхутнеи",
+ "plural_name": "цхутнеис"
},
"shrimp paste": {
"aliases": [],
"description": "",
- "name": "shrimp paste",
- "plural_name": "shrimp paste"
+ "name": "паста од шкампа",
+ "plural_name": "паста од шкампа"
},
"picante sauce": {
"aliases": [],
"description": "",
- "name": "picante sauce",
- "plural_name": "picante sauce"
+ "name": "пиканте сос",
+ "plural_name": "пиканте сос"
},
"thai sweet chili sauce": {
"aliases": [],
"description": "",
- "name": "thai sweet chili sauce",
- "plural_name": "thai sweet chili sauce"
+ "name": "тајландски слатки чили сос",
+ "plural_name": "тајландски слатки чили сос"
},
"sweet and sour sauce": {
"aliases": [],
"description": "",
- "name": "sweet and sour sauce",
- "plural_name": "sweet and sour sauce"
+ "name": "слатко-кисели сос",
+ "plural_name": "слатко-кисели сос"
},
"liquid amino": {
"aliases": [],
"description": "",
- "name": "liquid amino",
- "plural_name": "liquid aminos"
+ "name": "течни амино",
+ "plural_name": "течне аминокиселине"
},
"tartar sauce": {
"aliases": [],
"description": "",
- "name": "tartar sauce",
- "plural_name": "tartar sauce"
+ "name": "тартар сос",
+ "plural_name": "тартар сос"
},
"hot pepper jelly": {
"aliases": [],
"description": "",
- "name": "hot pepper jelly",
- "plural_name": "hot pepper jellies"
+ "name": "желе од љуте паприке",
+ "plural_name": "желе од љуте паприке"
},
"chili-garlic paste": {
"aliases": [],
"description": "",
- "name": "chili-garlic paste",
- "plural_name": "chili-garlic paste"
+ "name": "паста од чилија и белог лука",
+ "plural_name": "паста од чилија и белог лука"
},
"bonito flake": {
"aliases": [],
"description": "",
- "name": "bonito flake",
- "plural_name": "bonito flakes"
+ "name": "паламида пахуљица",
+ "plural_name": "паламиде пахуљице"
},
"green chutney": {
"aliases": [],
"description": "",
- "name": "green chutney",
- "plural_name": "green chutneys"
+ "name": "зелени чатни",
+ "plural_name": "зелени чатнији"
},
"mexican hot sauce": {
"aliases": [],
"description": "",
- "name": "mexican hot sauce",
- "plural_name": "mexican hot sauce"
+ "name": "мексички љути сос",
+ "plural_name": "мексички љути сос"
},
"ponzu": {
"aliases": [],
"description": "",
- "name": "ponzu",
- "plural_name": "ponzu"
+ "name": "понзу",
+ "plural_name": "понзу"
},
"green chilli sauce": {
"aliases": [],
"description": "",
- "name": "green chilli sauce",
- "plural_name": "green chilli sauce"
+ "name": "зелени чили сос",
+ "plural_name": "зелени чили сос"
},
"sambal": {
"aliases": [],
"description": "",
- "name": "sambal",
- "plural_name": "sambals"
+ "name": "самбал",
+ "plural_name": "самбалс"
},
"crispy onion": {
"aliases": [],
"description": "",
- "name": "crispy onion",
- "plural_name": "crispy onions"
+ "name": "хрскави лук",
+ "plural_name": "хрскави лук"
},
"red pepper jelly": {
"aliases": [],
"description": "",
- "name": "red pepper jelly",
- "plural_name": "red pepper jellies"
+ "name": "желе од црвене паприке",
+ "plural_name": "желе од црвене паприке"
},
"thai chili paste": {
"aliases": [],
"description": "",
- "name": "thai chili paste",
- "plural_name": "thai chili paste"
+ "name": "тајландска чили паста",
+ "plural_name": "тајландска чили паста"
},
"peri peri": {
"aliases": [],
"description": "",
- "name": "peri peri",
- "plural_name": "peri peris"
+ "name": "пери пери",
+ "plural_name": "пери перис"
},
"green chilli paste": {
"aliases": [],
"description": "",
- "name": "green chilli paste",
- "plural_name": "green chilli paste"
+ "name": "зелена чили паста",
+ "plural_name": "зелена чили паста"
},
"mint jelly": {
"aliases": [],
"description": "",
- "name": "mint jelly",
- "plural_name": "mint jellies"
+ "name": "желе од нане",
+ "plural_name": "желе од нане"
},
"horseradish mustard": {
"aliases": [],
"description": "",
- "name": "horseradish mustard",
- "plural_name": "horseradish mustard"
+ "name": "рен сенф",
+ "plural_name": "рен сенф"
},
"mustard paste": {
"aliases": [],
"description": "",
- "name": "mustard paste",
- "plural_name": "mustard paste"
+ "name": "паста од сенфа",
+ "plural_name": "паста од сенфа"
},
"aji amarillo": {
"aliases": [],
"description": "",
- "name": "aji amarillo",
- "plural_name": "aji amarilloes"
+ "name": "аји амарилло",
+ "plural_name": "аји амариллоес"
},
"pepper paste": {
"aliases": [],
"description": "",
- "name": "pepper paste",
- "plural_name": "pepper paste"
+ "name": "паста од бибера",
+ "plural_name": "паста од бибера"
},
"yuzu juice": {
"aliases": [],
"description": "",
- "name": "yuzu juice",
- "plural_name": "yuzu juice"
+ "name": "иузу сок",
+ "plural_name": "иузу сок"
},
"tonkatsu sauce": {
"aliases": [],
"description": "",
- "name": "tonkatsu sauce",
- "plural_name": "tonkatsu sauce"
+ "name": "тонкацу сос",
+ "plural_name": "тонкацу сос"
},
"chermoula": {
"aliases": [],
"description": "",
- "name": "chermoula",
- "plural_name": "chermoulas"
+ "name": "цхермоула",
+ "plural_name": "цхермоулас"
},
"tamarind chutney": {
"aliases": [],
"description": "",
- "name": "tamarind chutney",
- "plural_name": "tamarind chutneys"
+ "name": "тамаринд цхутнеи",
+ "plural_name": "тамаринд цхутнеис"
},
"hp sauce": {
"aliases": [],
"description": "",
- "name": "hp sauce",
- "plural_name": "hp sauce"
+ "name": "хп сос",
+ "plural_name": "хп сос"
},
"duck sauce": {
"aliases": [],
"description": "",
- "name": "duck sauce",
- "plural_name": "duck sauce"
+ "name": "сос од патке",
+ "plural_name": "сос од патке"
},
"ginger chili paste": {
"aliases": [],
"description": "",
- "name": "ginger chili paste",
- "plural_name": "ginger chili paste"
+ "name": "паста од ђумбира",
+ "plural_name": "паста од ђумбира"
},
"onion marmalade": {
"aliases": [],
"description": "",
- "name": "onion marmalade",
- "plural_name": "onion marmalades"
+ "name": "мармелада од лука",
+ "plural_name": "мармеладе од лука"
},
"giardiniera": {
"aliases": [],
"description": "",
- "name": "giardiniera",
- "plural_name": "giardinieras"
+ "name": "гиардиниера",
+ "plural_name": "гиардиниерас"
},
"black soy sauce": {
"aliases": [],
"description": "",
- "name": "black soy sauce",
- "plural_name": "black soy sauce"
+ "name": "црни соја сос",
+ "plural_name": "црни соја сос"
},
"doubanjiang": {
"aliases": [],
"description": "",
- "name": "doubanjiang",
- "plural_name": "doubanjiangs"
+ "name": "доубањианг",
+ "plural_name": "доубањиангс"
},
"korean bbq sauce": {
"aliases": [],
"description": "",
- "name": "korean bbq sauce",
- "plural_name": "korean bbq sauce"
+ "name": "корејски роштиљ сос",
+ "plural_name": "корејски роштиљ сос"
},
"maggi sauce": {
"aliases": [],
"description": "",
- "name": "maggi sauce",
- "plural_name": "maggi sauce"
+ "name": "магги сос",
+ "plural_name": "магги сос"
},
"chinese mustard": {
"aliases": [],
"description": "",
- "name": "chinese mustard",
- "plural_name": "chinese mustard"
+ "name": "кинески сенф",
+ "plural_name": "кинески сенф"
},
"chamoy": {
"aliases": [],
"description": "",
- "name": "chamoy",
- "plural_name": "chamoys"
+ "name": "дивокоза",
+ "plural_name": "дивокозе"
},
"lime pickle": {
"aliases": [],
"description": "",
- "name": "lime pickle",
- "plural_name": "lime pickles"
+ "name": "краставчић од лимете",
+ "plural_name": "кисели краставци лимете"
},
"doenjang": {
"aliases": [],
"description": "",
- "name": "doenjang",
- "plural_name": "doenjangs"
+ "name": "доењанг",
+ "plural_name": "доењангс"
},
"chili crisp": {
"aliases": [],
"description": "",
- "name": "chili crisp",
- "plural_name": "chili crisps"
+ "name": "чили хрскав",
+ "plural_name": "чили чипс"
},
"karashi": {
"aliases": [],
"description": "",
- "name": "karashi",
- "plural_name": "karashis"
+ "name": "карасхи",
+ "plural_name": "карасхис"
},
"mushroom soy sauce": {
"aliases": [],
"description": "",
- "name": "mushroom soy sauce",
- "plural_name": "mushroom soy sauce"
+ "name": "соја сос од печурака",
+ "plural_name": "соја сос од печурака"
},
"yuzu kosho": {
"aliases": [],
"description": "",
- "name": "yuzu kosho",
- "plural_name": "yuzu koshoes"
+ "name": "иузу косхо",
+ "plural_name": "иузу косхоес"
},
"german mustard": {
"aliases": [],
"description": "",
- "name": "german mustard",
- "plural_name": "german mustard"
+ "name": "немачки сенф",
+ "plural_name": "немачки сенф"
},
"taucheo": {
"aliases": [],
"description": "",
- "name": "taucheo",
- "plural_name": "taucheos"
+ "name": "тауцхео",
+ "plural_name": "тауцхеос"
},
"eel sauce": {
"aliases": [],
"description": "",
- "name": "eel sauce",
- "plural_name": "eel sauce"
+ "name": "сос од јегуља",
+ "plural_name": "сос од јегуља"
},
"hot bean paste": {
"aliases": [],
"description": "",
- "name": "hot bean paste",
- "plural_name": "hot bean paste"
+ "name": "врућа паста од пасуља",
+ "plural_name": "врућа паста од пасуља"
},
"pati": {
"aliases": [],
"description": "",
- "name": "pati",
- "plural_name": "patis"
+ "name": "пати",
+ "plural_name": "патис"
},
"remoulade": {
"aliases": [],
"description": "",
- "name": "remoulade",
- "plural_name": "remoulades"
+ "name": "ремоуладе",
+ "plural_name": "ремоуладес"
},
"white bbq sauce": {
"aliases": [],
"description": "",
- "name": "white bbq sauce",
- "plural_name": "white bbq sauce"
+ "name": "бели роштиљ сос",
+ "plural_name": "бели роштиљ сос"
},
"pickapeppa sauce": {
"aliases": [],
"description": "",
- "name": "pickapeppa sauce",
- "plural_name": "pickapeppa sauce"
+ "name": "пикапепа сос",
+ "plural_name": "пикапепа сос"
},
"salsa lizano": {
"aliases": [],
"description": "",
- "name": "salsa lizano",
- "plural_name": "salsa lizanoes"
+ "name": "салса лизано",
+ "plural_name": "салса лизаноес"
},
"shrimp sauce": {
"aliases": [],
"description": "",
- "name": "shrimp sauce",
- "plural_name": "shrimp sauce"
+ "name": "сос од шкампа",
+ "plural_name": "сос од шкампа"
},
"sweet soybean paste": {
"aliases": [],
"description": "",
- "name": "sweet soybean paste",
- "plural_name": "sweet soybean paste"
+ "name": "слатка сојина паста",
+ "plural_name": "слатка сојина паста"
},
"grape must": {
"aliases": [],
"description": "",
- "name": "grape must",
- "plural_name": "grape musts"
+ "name": "мошт од грожђа",
+ "plural_name": "мошта од грожђа"
},
"shrimp powder": {
"aliases": [],
"description": "",
- "name": "shrimp powder",
- "plural_name": "shrimp powder"
+ "name": "шкампи у праху",
+ "plural_name": "шкампи у праху"
},
"banana ketchup": {
"aliases": [],
"description": "",
- "name": "banana ketchup",
- "plural_name": "banana ketchup"
+ "name": "кечап од банане",
+ "plural_name": "кечап од банане"
},
"chili purée": {
"aliases": [],
"description": "",
- "name": "chili purée",
- "plural_name": "chili purée"
+ "name": "чили пире",
+ "plural_name": "чили пире"
},
"green harissa": {
"aliases": [],
"description": "",
- "name": "green harissa",
- "plural_name": "green harissas"
+ "name": "зелена хариса",
+ "plural_name": "зелене харисе"
},
"crab paste": {
"aliases": [],
"description": "",
- "name": "crab paste",
- "plural_name": "crab paste"
+ "name": "паста од ракова",
+ "plural_name": "паста од ракова"
},
"beer mustard": {
"aliases": [],
"description": "",
- "name": "beer mustard",
- "plural_name": "beer mustard"
+ "name": "пивски сенф",
+ "plural_name": "пивски сенф"
},
"guk ganjang": {
"aliases": [],
"description": "",
- "name": "guk ganjang",
- "plural_name": "guk ganjangs"
+ "name": "гук гањанг",
+ "plural_name": "гук гањангс"
}
}
},
@@ -12104,602 +12104,602 @@
"canned tomato": {
"aliases": [],
"description": "",
- "name": "canned tomato",
- "plural_name": "canned tomatoes"
+ "name": "конзервирани парадајз",
+ "plural_name": "конзервирани парадајз"
},
"caper": {
"aliases": [],
"description": "",
- "name": "caper",
- "plural_name": "capers"
+ "name": "капар",
+ "plural_name": "капари"
},
"green olive": {
"aliases": [],
"description": "",
- "name": "green olive",
- "plural_name": "green olives"
+ "name": "зелена маслина",
+ "plural_name": "зелене маслине"
},
"canned chickpea": {
"aliases": [],
"description": "",
- "name": "canned chickpea",
- "plural_name": "canned chickpeas"
+ "name": "конзервирани сланутак",
+ "plural_name": "конзервирани сланутак"
},
"black olive": {
"aliases": [],
"description": "",
- "name": "black olive",
- "plural_name": "black olives"
+ "name": "црна маслина",
+ "plural_name": "црне маслине"
},
"canned black bean": {
"aliases": [],
"description": "",
- "name": "canned black bean",
- "plural_name": "canned black beans"
+ "name": "црни пасуљ у конзерви",
+ "plural_name": "конзервирани црни пасуљ"
},
"canned pumpkin": {
"aliases": [],
"description": "",
- "name": "canned pumpkin",
- "plural_name": "canned pumpkins"
+ "name": "конзервисана бундева",
+ "plural_name": "конзервисане бундеве"
},
"kalamata olive": {
"aliases": [],
"description": "",
- "name": "kalamata olive",
- "plural_name": "kalamata olives"
+ "name": "каламата маслина",
+ "plural_name": "каламата маслине"
},
"canned tuna": {
"aliases": [],
"description": "",
- "name": "canned tuna",
- "plural_name": "canned tuna"
+ "name": "конзервисана туњевина",
+ "plural_name": "конзервисана туњевина"
},
"pickle": {
"aliases": [],
"description": "",
- "name": "pickle",
- "plural_name": "pickles"
+ "name": "кисели краставчић",
+ "plural_name": "кисели краставци"
},
"canned pineapple": {
"aliases": [],
"description": "",
- "name": "canned pineapple",
- "plural_name": "canned pineapples"
+ "name": "конзервирани ананас",
+ "plural_name": "конзервирани ананас"
},
"chipotle in adobo": {
"aliases": [],
"description": "",
- "name": "chipotle in adobo",
- "plural_name": "chipotle in adobo"
+ "name": "цхипотле ин адобо",
+ "plural_name": "цхипотле ин адобо"
},
"canned anchovy": {
"aliases": [],
"description": "",
- "name": "canned anchovy",
- "plural_name": "canned anchovies"
+ "name": "конзервирани инћун",
+ "plural_name": "конзервирани инћуни"
},
"roasted red pepper": {
"aliases": [],
"description": "",
- "name": "roasted red pepper",
- "plural_name": "roasted red peppers"
+ "name": "печена црвена паприка",
+ "plural_name": "печене црвене паприке"
},
"tomato with green chiles": {
"aliases": [],
"description": "",
- "name": "tomato with green chiles",
- "plural_name": "tomatoes with green chiles"
+ "name": "парадајз са зеленим чилијем",
+ "plural_name": "парадајз са зеленим чилијем"
},
"canned artichoke": {
"aliases": [],
"description": "",
- "name": "canned artichoke",
- "plural_name": "canned artichokes"
+ "name": "конзервисана артичока",
+ "plural_name": "конзервисане артичоке"
},
"canned corn": {
"aliases": [],
"description": "",
- "name": "canned corn",
- "plural_name": "canned corns"
+ "name": "конзервирани кукуруз",
+ "plural_name": "конзервирани кукуруз"
},
"canned kidney bean": {
"aliases": [],
"description": "",
- "name": "canned kidney bean",
- "plural_name": "canned kidney beans"
+ "name": "конзервирани пасуљ",
+ "plural_name": "конзервирани пасуљ"
},
"canned pie filling": {
"aliases": [],
"description": "",
- "name": "canned pie filling",
- "plural_name": "canned pie fillings"
+ "name": "фил за питу из конзерве",
+ "plural_name": "пуњења за пите из конзерве"
},
"canned cannellini bean": {
"aliases": [],
"description": "",
- "name": "canned cannellini bean",
- "plural_name": "canned cannellini beans"
+ "name": "конзервирани канелини пасуљ",
+ "plural_name": "конзервирани канелини пасуљ"
},
"refried bean": {
"aliases": [],
"description": "",
- "name": "refried bean",
- "plural_name": "refried beans"
+ "name": "пржени пасуљ",
+ "plural_name": "пржени пасуљ"
},
"canned whole tomato": {
"aliases": [],
"description": "",
- "name": "canned whole tomato",
- "plural_name": "canned whole tomatoes"
+ "name": "конзервирани цео парадајз",
+ "plural_name": "конзервирани цео парадајз"
},
"sweet pickle relish": {
"aliases": [],
"description": "",
- "name": "sweet pickle relish",
- "plural_name": "sweet pickle relishes"
+ "name": "слатки слатки краставац",
+ "plural_name": "слатке слатке сластице"
},
"sauerkraut": {
"aliases": [],
"description": "",
- "name": "sauerkraut",
- "plural_name": "sauerkrauts"
+ "name": "кисели купус",
+ "plural_name": "кисели купус"
},
"creamed corn": {
"aliases": [],
"description": "",
- "name": "creamed corn",
- "plural_name": "creamed corns"
+ "name": "кремирани кукуруз",
+ "plural_name": "кремасте курје очи"
},
"corned beef": {
"aliases": [],
"description": "",
- "name": "corned beef",
- "plural_name": "corned beefs"
+ "name": "говеђе месо",
+ "plural_name": "говеђе месо"
},
"canned bean": {
"aliases": [],
"description": "",
- "name": "canned bean",
- "plural_name": "canned beans"
+ "name": "конзервирани пасуљ",
+ "plural_name": "конзервирани пасуљ"
},
"pickled jalapeño": {
"aliases": [],
"description": "",
- "name": "pickled jalapeño",
- "plural_name": "pickled jalapeños"
+ "name": "кисели јалапењо",
+ "plural_name": "кисели јалапењоси"
},
"diced green chile": {
"aliases": [],
"description": "",
- "name": "diced green chile",
- "plural_name": "diced green chiles"
+ "name": "коцкице зеленог чилија",
+ "plural_name": "коцкице зеленог чилија"
},
"sun-dried tomato in oil": {
"aliases": [],
"description": "",
- "name": "sun-dried tomato in oil",
- "plural_name": "sun-dried tomatoes in oil"
+ "name": "сушени парадајз у уљу",
+ "plural_name": "сушени парадајз у уљу"
},
"kimchi": {
"aliases": [],
"description": "",
- "name": "kimchi",
- "plural_name": "kimchis"
+ "name": "кимцхи",
+ "plural_name": "кимцхис"
},
"canned mandarin orange": {
"aliases": [],
"description": "",
- "name": "canned mandarin orange",
- "plural_name": "canned mandarin oranges"
+ "name": "конзервисане мандарине",
+ "plural_name": "конзервисане мандарине"
},
"chili bean": {
"aliases": [],
"description": "",
- "name": "chili bean",
- "plural_name": "chili beans"
+ "name": "чили пасуљ",
+ "plural_name": "чили пасуљ"
},
"canned crab": {
"aliases": [],
"description": "",
- "name": "canned crab",
- "plural_name": "canned crabs"
+ "name": "конзервирани рак",
+ "plural_name": "конзервирани ракови"
},
"bamboo shoot": {
"aliases": [],
"description": "",
- "name": "bamboo shoot",
- "plural_name": "bamboo shoots"
+ "name": "изданак бамбуса",
+ "plural_name": "изданци бамбуса"
},
"canned mushroom": {
"aliases": [],
"description": "",
- "name": "canned mushroom",
- "plural_name": "canned mushrooms"
+ "name": "конзервисане печурке",
+ "plural_name": "конзервиране печурке"
},
"baked bean": {
"aliases": [],
"description": "",
- "name": "baked bean",
- "plural_name": "baked beans"
+ "name": "печени пасуљ",
+ "plural_name": "печени пасуљ"
},
"canned salmon": {
"aliases": [],
"description": "",
- "name": "canned salmon",
- "plural_name": "canned salmon"
+ "name": "конзервирани лосос",
+ "plural_name": "конзервирани лосос"
},
"pickling juice": {
"aliases": [],
"description": "",
- "name": "pickling juice",
- "plural_name": "pickling juice"
+ "name": "сок за кисељење",
+ "plural_name": "сок за кисељење"
},
"dill pickle relish": {
"aliases": [],
"description": "",
- "name": "dill pickle relish",
- "plural_name": "dill pickle relishes"
+ "name": "сласт од киселих краставаца копра",
+ "plural_name": "сласти са киселим краставцем од копра"
},
"canned peach": {
"aliases": [],
"description": "",
- "name": "canned peach",
- "plural_name": "canned peaches"
+ "name": "конзервисана бресква",
+ "plural_name": "конзервиране брескве"
},
"canned black-eyed pea": {
"aliases": [],
"description": "",
- "name": "canned black-eyed pea",
- "plural_name": "canned black-eyed peas"
+ "name": "конзервирани црнооки грашак",
+ "plural_name": "конзервирани грашак црних очију"
},
"pickled ginger": {
"aliases": [],
"description": "",
- "name": "pickled ginger",
- "plural_name": "pickled gingers"
+ "name": "кисели ђумбир",
+ "plural_name": "кисели ђумбири"
},
"canned apple": {
"aliases": [],
"description": "",
- "name": "canned apple",
- "plural_name": "canned apples"
+ "name": "конзервисана јабука",
+ "plural_name": "конзервиране јабуке"
},
"canned green bean": {
"aliases": [],
"description": "",
- "name": "canned green bean",
- "plural_name": "canned green beans"
+ "name": "конзервирани зелени пасуљ",
+ "plural_name": "конзервирани зелени пасуљ"
},
"spam": {
"aliases": [],
"description": "",
- "name": "spam",
- "plural_name": "spams"
+ "name": "спам",
+ "plural_name": "нежељене поште"
},
"canned clam": {
"aliases": [],
"description": "",
- "name": "canned clam",
- "plural_name": "canned clams"
+ "name": "конзервирана шкољка",
+ "plural_name": "конзервиране шкољке"
},
"chili with beans": {
"aliases": [],
"description": "",
- "name": "chili with beans",
- "plural_name": "chili with beans"
+ "name": "чили са пасуљем",
+ "plural_name": "чили са пасуљем"
},
"pickled onion": {
"aliases": [],
"description": "",
- "name": "pickled onion",
- "plural_name": "pickled onions"
+ "name": "кисели лук",
+ "plural_name": "кисели лук"
},
"fruit cocktail": {
"aliases": [],
"description": "",
- "name": "fruit cocktail",
- "plural_name": "fruit cocktails"
+ "name": "воћни коктел",
+ "plural_name": "воћни коктели"
},
"canned lentil": {
"aliases": [],
"description": "",
- "name": "canned lentil",
- "plural_name": "canned lentils"
+ "name": "конзервирано сочиво",
+ "plural_name": "конзервирано сочиво"
},
"canned pea": {
"aliases": [],
"description": "",
- "name": "canned pea",
- "plural_name": "canned peas"
+ "name": "грашак у конзерви",
+ "plural_name": "конзервирани грашак"
},
"pickled red onion": {
"aliases": [],
"description": "",
- "name": "pickled red onion",
- "plural_name": "pickled red onions"
+ "name": "кисели црвени лук",
+ "plural_name": "кисели црвени лук"
},
"pimiento-stuffed green olive": {
"aliases": [],
"description": "",
- "name": "pimiento-stuffed green olive",
- "plural_name": "pimiento-stuffed green olives"
+ "name": "пимиенто пуњене зелене маслине",
+ "plural_name": "зелене маслине пуњене пимиентом"
},
"canned pork": {
"aliases": [],
"description": "",
- "name": "canned pork",
- "plural_name": "canned porks"
+ "name": "свињско месо у конзерви",
+ "plural_name": "свињско месо у конзерви"
},
"pickled beet": {
"aliases": [],
"description": "",
- "name": "pickled beet",
- "plural_name": "pickled beets"
+ "name": "кисела репа",
+ "plural_name": "кисела репа"
},
"canned cherry tomato": {
"aliases": [],
"description": "",
- "name": "canned cherry tomato",
- "plural_name": "canned cherry tomatoes"
+ "name": "конзервирани чери парадајз",
+ "plural_name": "конзервирани чери парадајз"
},
"bread & butter pickle": {
"aliases": [],
"description": "",
- "name": "bread & butter pickle",
- "plural_name": "bread & butter pickles"
+ "name": "кисели краставчић од хлеба и путера",
+ "plural_name": "кисели краставци од хлеба и путера"
},
"canned apricot": {
"aliases": [],
"description": "",
- "name": "canned apricot",
- "plural_name": "canned apricots"
+ "name": "конзервисана кајсија",
+ "plural_name": "конзервиране кајсије"
},
"canned sweet potato": {
"aliases": [],
"description": "",
- "name": "canned sweet potato",
- "plural_name": "canned sweet potatoes"
+ "name": "конзервирани слатки кромпир",
+ "plural_name": "конзервирани слатки кромпир"
},
"canned pear": {
"aliases": [],
"description": "",
- "name": "canned pear",
- "plural_name": "canned pears"
+ "name": "крушке у конзерви",
+ "plural_name": "конзервиране крушке"
},
"peppadew pepper": {
"aliases": [],
"description": "",
- "name": "peppadew pepper",
- "plural_name": "peppadew peppers"
+ "name": "пеппадев бибер",
+ "plural_name": "пеппадев паприке"
},
"pickled vegetable": {
"aliases": [],
"description": "",
- "name": "pickled vegetable",
- "plural_name": "pickled vegetables"
+ "name": "кисело поврће",
+ "plural_name": "кисело поврће"
},
"onion paste": {
"aliases": [],
"description": "",
- "name": "onion paste",
- "plural_name": "onion paste"
+ "name": "паста од лука",
+ "plural_name": "паста од лука"
},
"canned baby corn": {
"aliases": [],
"description": "",
- "name": "canned baby corn",
- "plural_name": "canned baby corns"
+ "name": "конзервирани беби кукуруз",
+ "plural_name": "конзервирани беби кукуруз"
},
"mexican-style corn": {
"aliases": [],
"description": "",
- "name": "mexican-style corn",
- "plural_name": "mexican-style corns"
+ "name": "кукуруз у мексичком стилу",
+ "plural_name": "кукуруз у мексичком стилу"
},
"chili without bean": {
"aliases": [],
"description": "",
- "name": "chili without bean",
- "plural_name": "chili without beans"
+ "name": "чили без пасуља",
+ "plural_name": "чили без пасуља"
},
"pork and bean": {
"aliases": [],
"description": "",
- "name": "pork and bean",
- "plural_name": "pork and beans"
+ "name": "свињетина и пасуљ",
+ "plural_name": "свињетина и пасуљ"
},
"ranch-style bean": {
"aliases": [],
"description": "",
- "name": "ranch-style bean",
- "plural_name": "ranch-style beans"
+ "name": "пасуљ у стилу ранча",
+ "plural_name": "пасуљ у стилу ранча"
},
"canned chicken breast": {
"aliases": [],
"description": "",
- "name": "canned chicken breast",
- "plural_name": "canned chicken breasts"
+ "name": "пилећа прса у конзерви",
+ "plural_name": "пилећа прса у конзерви"
},
"canned carrot": {
"aliases": [],
"description": "",
- "name": "canned carrot",
- "plural_name": "canned carrots"
+ "name": "конзервисана шаргарепа",
+ "plural_name": "конзервисана шаргарепа"
},
"banana pepper ring": {
"aliases": [],
"description": "",
- "name": "banana pepper ring",
- "plural_name": "banana pepper rings"
+ "name": "прстен банане бибера",
+ "plural_name": "колутиће банане паприке"
},
"canned lychee": {
"aliases": [],
"description": "",
- "name": "canned lychee",
- "plural_name": "canned lychees"
+ "name": "конзервирани личи",
+ "plural_name": "конзервирани личи"
},
"pumpkin pie filling": {
"aliases": [],
"description": "",
- "name": "pumpkin pie filling",
- "plural_name": "pumpkin pie fillings"
+ "name": "фил за питу од бундеве",
+ "plural_name": "пуњења за питу од бундеве"
},
"canned sardine": {
"aliases": [],
"description": "",
- "name": "canned sardine",
- "plural_name": "canned sardines"
+ "name": "конзервисане сардине",
+ "plural_name": "конзервиране сардине"
},
"pickled pepper": {
"aliases": [],
"description": "",
- "name": "pickled pepper",
- "plural_name": "pickled peppers"
+ "name": "кисели бибер",
+ "plural_name": "киселе паприке"
},
"tomato relish": {
"aliases": [],
"description": "",
- "name": "tomato relish",
- "plural_name": "tomato relishes"
+ "name": "сластица од парадајза",
+ "plural_name": "сластице од парадајза"
},
"canned jackfruit": {
"aliases": [],
"description": "",
- "name": "canned jackfruit",
- "plural_name": "canned jackfruits"
+ "name": "конзервирани џекфрут",
+ "plural_name": "конзервирани плодови воћа"
},
"taggiasca olive": {
"aliases": [],
"description": "",
- "name": "taggiasca olive",
- "plural_name": "taggiasca olives"
+ "name": "тагијаска маслина",
+ "plural_name": "тагиасца маслине"
},
"cranberry relish": {
"aliases": [],
"description": "",
- "name": "cranberry relish",
- "plural_name": "cranberry relishes"
+ "name": "сласт од бруснице",
+ "plural_name": "насладе од бруснице"
},
"red pepper relish": {
"aliases": [],
"description": "",
- "name": "red pepper relish",
- "plural_name": "red pepper relishes"
+ "name": "сласт црвене паприке",
+ "plural_name": "сласти црвене паприке"
},
"canned asparagus": {
"aliases": [],
"description": "",
- "name": "canned asparagus",
- "plural_name": "canned asparagus"
+ "name": "конзервиране шпаргле",
+ "plural_name": "конзервиране шпаргле"
},
"fire-roasted green chile": {
"aliases": [],
"description": "",
- "name": "fire-roasted green chile",
- "plural_name": "fire-roasted green chiles"
+ "name": "на ватри печени зелени чили",
+ "plural_name": "на ватри печени зелени чили"
},
"pickled hot pepper": {
"aliases": [],
"description": "",
- "name": "pickled hot pepper",
- "plural_name": "pickled hot peppers"
+ "name": "кисела љута паприка",
+ "plural_name": "киселе љуте паприке"
},
"canned peas and carrot": {
"aliases": [],
"description": "",
- "name": "canned peas and carrot",
- "plural_name": "canned peas and carrots"
+ "name": "конзервирани грашак и шаргарепа",
+ "plural_name": "конзервирани грашак и шаргарепа"
},
"corn relish": {
"aliases": [],
"description": "",
- "name": "corn relish",
- "plural_name": "corn relishes"
+ "name": "кукурузна сластица",
+ "plural_name": "кукурузне сластице"
},
"golden hominy": {
"aliases": [],
"description": "",
- "name": "golden hominy",
- "plural_name": "golden hominies"
+ "name": "златна хомини",
+ "plural_name": "златне хоминиес"
},
"canned mackerel": {
"aliases": [],
"description": "",
- "name": "canned mackerel",
- "plural_name": "canned mackerel"
+ "name": "конзервисана скуша",
+ "plural_name": "конзервисана скуша"
},
"pickled cherry pepper": {
"aliases": [],
"description": "",
- "name": "pickled cherry pepper",
- "plural_name": "pickled cherry peppers"
+ "name": "кисели бибер од трешње",
+ "plural_name": "киселе паприке од трешње"
},
"candied jalapeño": {
"aliases": [],
"description": "",
- "name": "candied jalapeño",
- "plural_name": "candied jalapeños"
+ "name": "кандирани јалапењо",
+ "plural_name": "кандирани јалапенос"
},
"umeboshi": {
"aliases": [],
"description": "",
- "name": "umeboshi",
- "plural_name": "umeboshis"
+ "name": "умебосхи",
+ "plural_name": "умебосхис"
},
"canned pimento": {
"aliases": [],
"description": "",
- "name": "canned pimento",
- "plural_name": "canned pimentos"
+ "name": "конзервирани пименто",
+ "plural_name": "конзервирани пиментос"
},
"canned potato": {
"aliases": [],
"description": "",
- "name": "canned potato",
- "plural_name": "canned potatoes"
+ "name": "конзервирани кромпир",
+ "plural_name": "конзервирани кромпир"
},
"okra pickle": {
"aliases": [],
"description": "",
- "name": "okra pickle",
- "plural_name": "okra pickles"
+ "name": "бамија краставац",
+ "plural_name": "бамија кисели краставци"
},
"tomato confit": {
"aliases": [],
"description": "",
- "name": "tomato confit",
- "plural_name": "tomato confits"
+ "name": "парадајз конфит",
+ "plural_name": "парадајз цонфитс"
},
"brandied cherry": {
"aliases": [],
"description": "",
- "name": "brandied cherry",
- "plural_name": "brandied cherries"
+ "name": "ракија трешња",
+ "plural_name": "ракијене вишње"
},
"macapuno": {
"aliases": [],
"description": "",
- "name": "macapuno",
- "plural_name": "macapunoes"
+ "name": "мацапуно",
+ "plural_name": "мацапуноес"
},
"canned four-bean mix": {
"aliases": [],
"description": "",
- "name": "canned four-bean mix",
- "plural_name": "canned four-bean mixes"
+ "name": "мешавина од четири пасуља у конзерви",
+ "plural_name": "мешавине од четири пасуља у конзерви"
},
"half-sour pickle": {
"aliases": [],
"description": "",
- "name": "half-sour pickle",
- "plural_name": "half-sour pickles"
+ "name": "полукисели краставац",
+ "plural_name": "полукисели краставци"
},
"pickled green bean": {
"aliases": [],
"description": "",
- "name": "pickled green bean",
- "plural_name": "pickled green beans"
+ "name": "кисели пасуљ",
+ "plural_name": "кисели пасуљ"
}
}
},
@@ -12708,352 +12708,352 @@
"peanut butter": {
"aliases": [],
"description": "",
- "name": "peanut butter",
- "plural_name": "peanut butter"
+ "name": "путер од кикирикија",
+ "plural_name": "путер од кикирикија"
},
"tomato paste": {
"aliases": [],
"description": "",
- "name": "tomato paste",
- "plural_name": "tomato paste"
+ "name": "парадајз паста",
+ "plural_name": "парадајз паста"
},
"tomato sauce": {
"aliases": [],
"description": "",
- "name": "tomato sauce",
- "plural_name": "tomato sauce"
+ "name": "парадајз сос",
+ "plural_name": "парадајз сос"
},
"salsa": {
"aliases": [],
"description": "",
- "name": "salsa",
- "plural_name": "salsas"
+ "name": "салса",
+ "plural_name": "салсас"
},
"tahini": {
"aliases": [],
"description": "",
- "name": "tahini",
- "plural_name": "tahinis"
+ "name": "тахини",
+ "plural_name": "тахини"
},
"pesto": {
"aliases": [],
"description": "",
- "name": "pesto",
- "plural_name": "pestoes"
+ "name": "песто",
+ "plural_name": "пестоес"
},
"marinara sauce": {
"aliases": [
- "marinara sauce - jarred"
+ "маринара сос - у теглама"
],
"description": "",
- "name": "marinara sauce",
- "plural_name": "marinara sauce"
+ "name": "маринара сос",
+ "plural_name": "маринара сос"
},
"pasta sauce": {
"aliases": [],
"description": "",
- "name": "pasta sauce",
- "plural_name": "pasta sauce"
+ "name": "сос за тестенине",
+ "plural_name": "сос за тестенине"
},
"hoisin sauce": {
"aliases": [],
"description": "",
- "name": "hoisin sauce",
- "plural_name": "hoisin sauce"
+ "name": "хоисин сос",
+ "plural_name": "хоисин сос"
},
"pico de gallo": {
"aliases": [],
"description": "",
- "name": "pico de gallo",
- "plural_name": "pico de gallo"
+ "name": "пицо де галло",
+ "plural_name": "пицо де галло"
},
"stewed tomato": {
"aliases": [],
"description": "",
- "name": "stewed tomato",
- "plural_name": "stewed tomatoes"
+ "name": "динстан парадајз",
+ "plural_name": "динстани парадајз"
},
"guacamole": {
"aliases": [],
"description": "",
- "name": "guacamole",
- "plural_name": "guacamoles"
+ "name": "гуацамоле",
+ "plural_name": "гуацамолес"
},
"hummus": {
"aliases": [],
"description": "",
- "name": "hummus",
- "plural_name": "hummus"
+ "name": "хумус",
+ "plural_name": "хумус"
},
"enchilada sauce": {
"aliases": [],
"description": "",
- "name": "enchilada sauce",
- "plural_name": "enchilada sauce"
+ "name": "енцхилада сос",
+ "plural_name": "енцхилада сос"
},
"fire-roasted tomato": {
"aliases": [],
"description": "",
- "name": "fire-roasted tomato",
- "plural_name": "fire-roasted tomatoes"
+ "name": "парадајз печен на ватри",
+ "plural_name": "парадајз печен на ватри"
},
"salsa verde": {
"aliases": [],
"description": "",
- "name": "salsa verde",
- "plural_name": "salsa verdes"
+ "name": "салса верде",
+ "plural_name": "салса вердес"
},
"alfredo sauce": {
"aliases": [],
"description": "",
- "name": "alfredo sauce",
- "plural_name": "alfredo sauce"
+ "name": "алфредо сос",
+ "plural_name": "алфредо сос"
},
"balsamic glaze": {
"aliases": [],
"description": "",
- "name": "balsamic glaze",
- "plural_name": "balsamic glazes"
+ "name": "балзамичка глазура",
+ "plural_name": "балзамичке глазуре"
},
"anchovy paste": {
"aliases": [],
"description": "",
- "name": "anchovy paste",
- "plural_name": "anchovy paste"
+ "name": "паста од инћуна",
+ "plural_name": "паста од инћуна"
},
"red enchilada sauce": {
"aliases": [],
"description": "",
- "name": "red enchilada sauce",
- "plural_name": "red enchilada sauce"
+ "name": "црвени енчилада сос",
+ "plural_name": "црвени енчилада сос"
},
"steak sauce": {
"aliases": [],
"description": "",
- "name": "steak sauce",
- "plural_name": "steak sauce"
+ "name": "бифтек сос",
+ "plural_name": "бифтек сос"
},
"chunky peanut butter": {
"aliases": [],
"description": "",
- "name": "chunky peanut butter",
- "plural_name": "chunky peanut butter"
+ "name": "крупни путер од кикирикија",
+ "plural_name": "крупни путер од кикирикија"
},
"tzatziki": {
"aliases": [],
"description": "",
- "name": "tzatziki",
- "plural_name": "tzatzikis"
+ "name": "тзатзики",
+ "plural_name": "тзатзикис"
},
"taco sauce": {
"aliases": [],
"description": "",
- "name": "taco sauce",
- "plural_name": "taco sauce"
+ "name": "тацо сос",
+ "plural_name": "тацо сос"
},
"beef gravy": {
"aliases": [],
"description": "",
- "name": "beef gravy",
- "plural_name": "beef gravies"
+ "name": "говеђи сос",
+ "plural_name": "говеђи гравиес"
},
"sun-dried tomato pesto": {
"aliases": [],
"description": "",
- "name": "sun-dried tomato pesto",
- "plural_name": "sun-dried tomato pestoes"
+ "name": "песто од сушеног парадајза",
+ "plural_name": "песто од сушеног парадајза"
},
"béchamel sauce": {
"aliases": [],
"description": "",
- "name": "béchamel sauce",
- "plural_name": "béchamel sauce"
+ "name": "бешамел сос",
+ "plural_name": "бешамел сос"
},
"horseradish sauce": {
"aliases": [],
"description": "",
- "name": "horseradish sauce",
- "plural_name": "horseradish sauce"
+ "name": "сос од рена",
+ "plural_name": "сос од рена"
},
"plum sauce": {
"aliases": [],
"description": "",
- "name": "plum sauce",
- "plural_name": "plum sauce"
+ "name": "сос од шљива",
+ "plural_name": "сос од шљива"
},
"garlic butter": {
"aliases": [],
"description": "",
- "name": "garlic butter",
- "plural_name": "garlic butter"
+ "name": "путер од белог лука",
+ "plural_name": "путер од белог лука"
},
"hollandaise sauce": {
"aliases": [],
"description": "",
- "name": "hollandaise sauce",
- "plural_name": "hollandaise sauce"
+ "name": "холандски сос",
+ "plural_name": "холандски сос"
},
"cocktail sauce": {
"aliases": [],
"description": "",
- "name": "cocktail sauce",
- "plural_name": "cocktail sauce"
+ "name": "коктел сос",
+ "plural_name": "коктел сос"
},
"cheese dip": {
"aliases": [],
"description": "",
- "name": "cheese dip",
- "plural_name": "cheese dip"
+ "name": "сир дип",
+ "plural_name": "сир дип"
},
"black bean sauce": {
"aliases": [],
"description": "",
- "name": "black bean sauce",
- "plural_name": "black bean sauce"
+ "name": "сос од црног пасуља",
+ "plural_name": "сос од црног пасуља"
},
"tapenade": {
"aliases": [],
"description": "",
- "name": "tapenade",
- "plural_name": "tapenades"
+ "name": "тапенада",
+ "plural_name": "тапенаде"
},
"turkey gravy": {
"aliases": [],
"description": "",
- "name": "turkey gravy",
- "plural_name": "turkey gravies"
+ "name": "умак од ћуретине",
+ "plural_name": "ћуреће умаке"
},
"stir-fry sauce": {
"aliases": [],
"description": "",
- "name": "stir-fry sauce",
- "plural_name": "stir-fry sauce"
+ "name": "сос за пржење",
+ "plural_name": "сос за пржење"
},
"thai peanut sauce": {
"aliases": [],
"description": "",
- "name": "thai peanut sauce",
- "plural_name": "thai peanut sauce"
+ "name": "тајландски сос од кикирикија",
+ "plural_name": "тајландски сос од кикирикија"
},
"chicken gravy": {
"aliases": [],
"description": "",
- "name": "chicken gravy",
- "plural_name": "chicken gravies"
+ "name": "пилећи умак",
+ "plural_name": "пилећи умаци"
},
"sloppy joe sauce": {
"aliases": [],
"description": "",
- "name": "sloppy joe sauce",
- "plural_name": "sloppy joe sauce"
+ "name": "неуредан Џо сос",
+ "plural_name": "неуредан Џо сос"
},
"pimento cheese spread": {
"aliases": [],
"description": "",
- "name": "pimento cheese spread",
- "plural_name": "pimento cheese spreads"
+ "name": "намаз од пименто сира",
+ "plural_name": "намази од пименто сира"
},
"sofrito": {
"aliases": [],
"description": "",
- "name": "sofrito",
- "plural_name": "sofritoes"
+ "name": "софрито",
+ "plural_name": "софритоес"
},
"mustard sauce": {
"aliases": [],
"description": "",
- "name": "mustard sauce",
- "plural_name": "mustard sauce"
+ "name": "сос од сенфа",
+ "plural_name": "сос од сенфа"
},
"sun-dried tomato paste": {
"aliases": [],
"description": "",
- "name": "sun-dried tomato paste",
- "plural_name": "sun-dried tomato paste"
+ "name": "паста од сушеног парадајза",
+ "plural_name": "паста од сушеног парадајза"
},
"queso dip": {
"aliases": [],
"description": "",
- "name": "queso dip",
- "plural_name": "queso dip"
+ "name": "куесо дип",
+ "plural_name": "куесо дип"
},
"demi-glace": {
"aliases": [],
"description": "",
- "name": "demi-glace",
- "plural_name": "demi-glaces"
+ "name": "деми-глаце",
+ "plural_name": "деми-глацес"
},
"chimichurri sauce": {
"aliases": [],
"description": "",
- "name": "chimichurri sauce",
- "plural_name": "chimichurri sauce"
+ "name": "цхимицхурри сос",
+ "plural_name": "цхимицхурри сос"
},
"french onion dip": {
"aliases": [],
"description": "",
- "name": "french onion dip",
- "plural_name": "french onion dip"
+ "name": "умак од француског лука",
+ "plural_name": "умак од француског лука"
},
"herb butter": {
"aliases": [],
"description": "",
- "name": "herb butter",
- "plural_name": "herb butter"
+ "name": "путер од биља",
+ "plural_name": "путер од биља"
},
"bolognese sauce": {
"aliases": [],
"description": "",
- "name": "bolognese sauce",
- "plural_name": "bolognese sauce"
+ "name": "болоњез сос",
+ "plural_name": "болоњез сос"
},
"curry sauce": {
"aliases": [],
"description": "",
- "name": "curry sauce",
- "plural_name": "curry sauce"
+ "name": "кари сос",
+ "plural_name": "кари сос"
},
"liver spread": {
"aliases": [],
"description": "",
- "name": "liver spread",
- "plural_name": "liver spreads"
+ "name": "ширење јетре",
+ "plural_name": "шири јетра"
},
"browning sauce": {
"aliases": [],
"description": "",
- "name": "browning sauce",
- "plural_name": "browning sauce"
+ "name": "браон сос",
+ "plural_name": "браон сос"
},
"schezwan sauce": {
"aliases": [],
"description": "",
- "name": "schezwan sauce",
- "plural_name": "schezwan sauce"
+ "name": "сцхезван сос",
+ "plural_name": "сцхезван сос"
},
"mushroom gravy": {
"aliases": [],
"description": "",
- "name": "mushroom gravy",
- "plural_name": "mushroom gravies"
+ "name": "сос од печурака",
+ "plural_name": "прелив од печурака"
},
"pork gravy": {
"aliases": [],
"description": "",
- "name": "pork gravy",
- "plural_name": "pork gravies"
+ "name": "свињски умак",
+ "plural_name": "свињски умак"
},
"country gravy": {
"aliases": [],
"description": "",
- "name": "country gravy",
- "plural_name": "country gravies"
+ "name": "земља сос",
+ "plural_name": "сеоски гравиес"
},
"orange sauce": {
"aliases": [],
"description": "",
- "name": "orange sauce",
- "plural_name": "orange sauce"
+ "name": "сос од поморанџе",
+ "plural_name": "сос од поморанџе"
},
"pineapple salsa": {
"aliases": [],
@@ -13184,128 +13184,128 @@
"butter chicken sauce": {
"aliases": [],
"description": "",
- "name": "butter chicken sauce",
- "plural_name": "butter chicken sauce"
+ "name": "путер пилећи сос",
+ "plural_name": "путер пилећи сос"
},
"garlic spread": {
"aliases": [],
"description": "",
- "name": "garlic spread",
- "plural_name": "garlic spreads"
+ "name": "намаз од белог лука",
+ "plural_name": "намазе од белог лука"
},
"black pepper sauce": {
"aliases": [],
"description": "",
- "name": "black pepper sauce",
- "plural_name": "black pepper sauce"
+ "name": "сос од црног бибера",
+ "plural_name": "сос од црног бибера"
},
"char siu sauce": {
"aliases": [],
"description": "",
- "name": "char siu sauce",
- "plural_name": "char siu sauce"
+ "name": "цхар сиу сос",
+ "plural_name": "цхар сиу сос"
},
"garlic pasta sauce": {
"aliases": [],
"description": "",
- "name": "garlic pasta sauce",
- "plural_name": "garlic pasta sauce"
+ "name": "сос за тестенину од белог лука",
+ "plural_name": "сос за тестенину од белог лука"
},
"green olive tapenade": {
"aliases": [],
"description": "",
- "name": "green olive tapenade",
- "plural_name": "green olive tapenades"
+ "name": "зелена маслинова тапенада",
+ "plural_name": "зелене маслинове тапенаде"
},
"schezwan chutney": {
"aliases": [],
"description": "",
- "name": "schezwan chutney",
- "plural_name": "schezwan chutneys"
+ "name": "сцхезван цхутнеи",
+ "plural_name": "сцхезван цхутнеис"
},
"mentsuyu": {
"aliases": [],
"description": "",
- "name": "mentsuyu",
- "plural_name": "mentsuyu"
+ "name": "ментсуиу",
+ "plural_name": "ментсуиу"
},
"thai red curry sauce": {
"aliases": [],
"description": "",
- "name": "thai red curry sauce",
- "plural_name": "thai red curry sauce"
+ "name": "тајландски црвени кари сос",
+ "plural_name": "тајландски црвени кари сос"
},
"tarama": {
"aliases": [],
"description": "",
- "name": "tarama",
- "plural_name": "taramas"
+ "name": "тарама",
+ "plural_name": "тарамас"
},
"ssamjang": {
"aliases": [],
"description": "",
- "name": "ssamjang",
- "plural_name": "ssamjangs"
+ "name": "ссамјанг",
+ "plural_name": "ссамјангс"
},
"white pizza sauce": {
"aliases": [],
"description": "",
- "name": "white pizza sauce",
- "plural_name": "white pizza sauce"
+ "name": "бели сос за пицу",
+ "plural_name": "бели сос за пицу"
},
"tomato tapenade": {
"aliases": [],
"description": "",
- "name": "tomato tapenade",
- "plural_name": "tomato tapenades"
+ "name": "парадајз тапенада",
+ "plural_name": "парадајз тапенаде"
},
"yum yum sauce": {
"aliases": [],
"description": "",
- "name": "yum yum sauce",
- "plural_name": "yum yum sauce"
+ "name": "њам њам сос",
+ "plural_name": "њам њам сос"
},
"honey garlic sauce": {
"aliases": [],
"description": "",
- "name": "honey garlic sauce",
- "plural_name": "honey garlic sauce"
+ "name": "сос од медног белог лука",
+ "plural_name": "сос од медног белог лука"
},
"mole sauce": {
"aliases": [],
"description": "",
- "name": "mole sauce",
- "plural_name": "mole sauce"
+ "name": "сос од кртица",
+ "plural_name": "сос од кртица"
},
"nuoc cham": {
"aliases": [],
"description": "",
- "name": "nuoc cham",
- "plural_name": "nuoc chams"
+ "name": "нуоц цхам",
+ "plural_name": "нуоц цхамс"
},
"white clam sauce": {
"aliases": [],
"description": "",
- "name": "white clam sauce",
- "plural_name": "white clam sauce"
+ "name": "сос од белих шкољки",
+ "plural_name": "сос од белих шкољки"
},
"bean dip": {
"aliases": [],
"description": "",
- "name": "bean dip",
- "plural_name": "bean dip"
+ "name": "дип од пасуља",
+ "plural_name": "дип од пасуља"
},
"eggplant dip": {
"aliases": [],
"description": "",
- "name": "eggplant dip",
- "plural_name": "eggplant dip"
+ "name": "умак од патлиџана",
+ "plural_name": "умак од патлиџана"
},
"pomegranate sauce": {
"aliases": [],
"description": "",
- "name": "pomegranate sauce",
- "plural_name": "pomegranate sauce"
+ "name": "сос од нара",
+ "plural_name": "сос од нара"
}
}
},
@@ -13314,446 +13314,446 @@
"chicken broth": {
"aliases": [],
"description": "",
- "name": "chicken broth",
- "plural_name": "chicken broth"
+ "name": "пилећа чорба",
+ "plural_name": "пилећа чорба"
},
"vegetable broth": {
"aliases": [],
"description": "",
- "name": "vegetable broth",
- "plural_name": "vegetable broth"
+ "name": "чорба од поврћа",
+ "plural_name": "чорба од поврћа"
},
"chicken stock": {
"aliases": [],
"description": "",
- "name": "chicken stock",
- "plural_name": "chicken stock"
+ "name": "пилећи темељац",
+ "plural_name": "пилећи темељац"
},
"beef broth": {
"aliases": [],
"description": "",
- "name": "beef broth",
- "plural_name": "beef broth"
+ "name": "говеђа чорба",
+ "plural_name": "говеђа чорба"
},
"beef stock": {
"aliases": [],
"description": "",
- "name": "beef stock",
- "plural_name": "beef stock"
+ "name": "говеђи темељац",
+ "plural_name": "говеђи темељац"
},
"cream of mushroom": {
"aliases": [],
"description": "",
- "name": "cream of mushroom",
- "plural_name": "cream of mushroom"
+ "name": "крем од печурака",
+ "plural_name": "крем од печурака"
},
"bouillon cube": {
"aliases": [],
"description": "",
- "name": "bouillon cube",
- "plural_name": "bouillon cubes"
+ "name": "бујонска коцка",
+ "plural_name": "коцке бујона"
},
"cream of chicken": {
"aliases": [],
"description": "",
- "name": "cream of chicken",
- "plural_name": "cream of chicken"
+ "name": "крем од пилетине",
+ "plural_name": "крем од пилетине"
},
"onion soup mix": {
"aliases": [],
"description": "",
- "name": "onion soup mix",
- "plural_name": "onion soup mixes"
+ "name": "мешавина супе од лука",
+ "plural_name": "мешавине супе од лука"
},
"tomato soup": {
"aliases": [],
"description": "",
- "name": "tomato soup",
- "plural_name": "tomato soups"
+ "name": "парадајз супа",
+ "plural_name": "супе од парадајза"
},
"fish stock": {
"aliases": [],
"description": "",
- "name": "fish stock",
- "plural_name": "fish stock"
+ "name": "рибљи фонд",
+ "plural_name": "рибљи фонд"
},
"cream of celery": {
"aliases": [],
"description": "",
- "name": "cream of celery",
- "plural_name": "cream of celery"
+ "name": "крем од целера",
+ "plural_name": "крем од целера"
},
"better than bouillon": {
"aliases": [],
"description": "",
- "name": "better than bouillon",
- "plural_name": "better than bouillons"
+ "name": "боље од бујона",
+ "plural_name": "боље од бујона"
},
"clam juice": {
"aliases": [],
"description": "",
- "name": "clam juice",
- "plural_name": "clam juice"
+ "name": "сок од шкољки",
+ "plural_name": "сок од шкољки"
},
"cheese soup": {
"aliases": [],
"description": "",
- "name": "cheese soup",
- "plural_name": "cheese soups"
+ "name": "супа од сира",
+ "plural_name": "супе од сира"
},
"bone broth": {
"aliases": [],
"description": "",
- "name": "bone broth",
- "plural_name": "bone broth"
+ "name": "бујон од костију",
+ "plural_name": "бујон од костију"
},
"dashi": {
"aliases": [],
"description": "",
- "name": "dashi",
- "plural_name": "dashis"
+ "name": "дасхи",
+ "plural_name": "дасхис"
},
"onion soup": {
"aliases": [],
"description": "",
- "name": "onion soup",
- "plural_name": "onion soups"
+ "name": "супа од лука",
+ "plural_name": "супе од лука"
},
"chicken soup": {
"aliases": [],
"description": "",
- "name": "chicken soup",
- "plural_name": "chicken soups"
+ "name": "пилећа супа",
+ "plural_name": "пилеће супе"
},
"veal stock": {
"aliases": [],
"description": "",
- "name": "veal stock",
- "plural_name": "veal stock"
+ "name": "телећи темељац",
+ "plural_name": "телећи темељац"
},
"chicken bone broth": {
"aliases": [],
"description": "",
- "name": "chicken bone broth",
- "plural_name": "chicken bone broth"
+ "name": "бујон од пилеће кости",
+ "plural_name": "бујон од пилеће кости"
},
"turkey stock": {
"aliases": [],
"description": "",
- "name": "turkey stock",
- "plural_name": "turkey stock"
+ "name": "ћуреће месо",
+ "plural_name": "ћуреће месо"
},
"lamb stock": {
"aliases": [],
"description": "",
- "name": "lamb stock",
- "plural_name": "lamb stock"
+ "name": "јагњећи темељац",
+ "plural_name": "јагњећи темељац"
},
"turkey broth": {
"aliases": [],
"description": "",
- "name": "turkey broth",
- "plural_name": "turkey broth"
+ "name": "ћурећа чорба",
+ "plural_name": "ћурећа чорба"
},
"beef consommé": {
"aliases": [],
"description": "",
- "name": "beef consommé",
- "plural_name": "beef consommés"
+ "name": "говеђи консоме",
+ "plural_name": "говеђи консоми"
},
"stock paste": {
"aliases": [],
"description": "",
- "name": "stock paste",
- "plural_name": "stock paste"
+ "name": "сточна паста",
+ "plural_name": "сточна паста"
},
"cream of potato": {
"aliases": [],
"description": "",
- "name": "cream of potato",
- "plural_name": "cream of potato"
+ "name": "крем од кромпира",
+ "plural_name": "крем од кромпира"
},
"golden mushroom soup": {
"aliases": [],
"description": "",
- "name": "golden mushroom soup",
- "plural_name": "golden mushroom soups"
+ "name": "супа од златне печурке",
+ "plural_name": "супе од златних печурака"
},
"seafood stock": {
"aliases": [],
"description": "",
- "name": "seafood stock",
- "plural_name": "seafood stock"
+ "name": "залихе морских плодова",
+ "plural_name": "залихе морских плодова"
},
"mushroom broth": {
"aliases": [],
"description": "",
- "name": "mushroom broth",
- "plural_name": "mushroom broth"
+ "name": "бујон од печурака",
+ "plural_name": "бујон од печурака"
},
"vegetable soup": {
"aliases": [],
"description": "",
- "name": "vegetable soup",
- "plural_name": "vegetable soups"
+ "name": "супа од поврћа",
+ "plural_name": "супе од поврћа"
},
"chicken noodle soup": {
"aliases": [],
"description": "",
- "name": "chicken noodle soup",
- "plural_name": "chicken noodle soups"
+ "name": "пилећа супа са резанцима",
+ "plural_name": "пилеће супе са резанцима"
},
"vegetable soup mix": {
"aliases": [],
"description": "",
- "name": "vegetable soup mix",
- "plural_name": "vegetable soup mixes"
+ "name": "мешавина супе од поврћа",
+ "plural_name": "мешавине супе од поврћа"
},
"chicken consommé": {
"aliases": [],
"description": "",
- "name": "chicken consommé",
- "plural_name": "chicken consommés"
+ "name": "пилећи консоме",
+ "plural_name": "пилећи конзоми"
},
"shrimp stock": {
"aliases": [],
"description": "",
- "name": "shrimp stock",
- "plural_name": "shrimp stock"
+ "name": "фонд од шкампа",
+ "plural_name": "фонд од шкампа"
},
"nacho cheese soup": {
"aliases": [],
"description": "",
- "name": "nacho cheese soup",
- "plural_name": "nacho cheese soups"
+ "name": "начо супа од сира",
+ "plural_name": "начо супе од сира"
},
"ramen noodle soup": {
"aliases": [],
"description": "",
- "name": "ramen noodle soup",
- "plural_name": "ramen noodle soups"
+ "name": "рамен супа са резанцима",
+ "plural_name": "рамен супе са резанцима"
},
"cream of broccoli": {
"aliases": [],
"description": "",
- "name": "cream of broccoli",
- "plural_name": "cream of broccoli"
+ "name": "крем од броколија",
+ "plural_name": "крем од броколија"
},
"lobster stock": {
"aliases": [],
"description": "",
- "name": "lobster stock",
- "plural_name": "lobster stock"
+ "name": "залихе јастога",
+ "plural_name": "залихе јастога"
},
"pork stock": {
"aliases": [],
"description": "",
- "name": "pork stock",
- "plural_name": "pork stock"
+ "name": "свињски темељац",
+ "plural_name": "свињски темељац"
},
"chicken rice soup": {
"aliases": [],
"description": "",
- "name": "chicken rice soup",
- "plural_name": "chicken rice soups"
+ "name": "пилећа супа од пиринча",
+ "plural_name": "пилеће супе од пиринча"
},
"beefy onion soup mix": {
"aliases": [],
"description": "",
- "name": "beefy onion soup mix",
- "plural_name": "beefy onion soup mixes"
+ "name": "мешавина супе од говеђег лука",
+ "plural_name": "мешавине супе од говеђег лука"
},
"butternut squash soup": {
"aliases": [],
"description": "",
- "name": "butternut squash soup",
- "plural_name": "butternut squash soups"
+ "name": "путернут тиквица супа",
+ "plural_name": "супе од буттернут тиквица"
},
"chicken stock paste": {
"aliases": [],
"description": "",
- "name": "chicken stock paste",
- "plural_name": "chicken stock paste"
+ "name": "паста од пилећег темељца",
+ "plural_name": "паста од пилећег темељца"
},
"miso soup": {
"aliases": [],
"description": "",
- "name": "miso soup",
- "plural_name": "miso soups"
+ "name": "мисо супа",
+ "plural_name": "мисо супе"
},
"broccoli-cheese soup": {
"aliases": [],
"description": "",
- "name": "broccoli-cheese soup",
- "plural_name": "broccoli-cheese soups"
+ "name": "супа од броколија и сира",
+ "plural_name": "супе од броколија и сира"
},
"duck stock": {
"aliases": [],
"description": "",
- "name": "duck stock",
- "plural_name": "duck stock"
+ "name": "дуцк стоцк",
+ "plural_name": "дуцк стоцк"
},
"clam broth": {
"aliases": [],
"description": "",
- "name": "clam broth",
- "plural_name": "clam broth"
+ "name": "чорба од шкољки",
+ "plural_name": "чорба од шкољки"
},
"vegan chicken broth": {
"aliases": [],
"description": "",
- "name": "vegan chicken broth",
- "plural_name": "vegan chicken broth"
+ "name": "веганска пилећа чорба",
+ "plural_name": "веганска пилећа чорба"
},
"cream of asparagus": {
"aliases": [],
"description": "",
- "name": "cream of asparagus",
- "plural_name": "cream of asparagus"
+ "name": "крема од шпаргле",
+ "plural_name": "крема од шпаргле"
},
"pork broth": {
"aliases": [],
"description": "",
- "name": "pork broth",
- "plural_name": "pork broth"
+ "name": "свињски бујон",
+ "plural_name": "свињски бујон"
},
"beefy mushroom soup": {
"aliases": [],
"description": "",
- "name": "beefy mushroom soup",
- "plural_name": "beefy mushroom soups"
+ "name": "говеђа супа од печурака",
+ "plural_name": "говеђе супе од печурака"
},
"new england clam chowder": {
"aliases": [],
"description": "",
- "name": "new england clam chowder",
- "plural_name": "new england clam chowders"
+ "name": "нова енглеска чорба од шкољки",
+ "plural_name": "нова енглеска чорба од шкољки"
},
"bean soup mix": {
"aliases": [],
"description": "",
- "name": "bean soup mix",
- "plural_name": "bean soup mixes"
+ "name": "мешавина за супу од пасуља",
+ "plural_name": "мешавине супе од пасуља"
},
"black bean soup": {
"aliases": [],
"description": "",
- "name": "black bean soup",
- "plural_name": "black bean soups"
+ "name": "супа од црног пасуља",
+ "plural_name": "супе од црног пасуља"
},
"ham stock": {
"aliases": [],
"description": "",
- "name": "ham stock",
- "plural_name": "ham stock"
+ "name": "хам стоцк",
+ "plural_name": "хам стоцк"
},
"lentil soup": {
"aliases": [],
"description": "",
- "name": "lentil soup",
- "plural_name": "lentil soups"
+ "name": "супа од сочива",
+ "plural_name": "супе од сочива"
},
"cream of shrimp soup": {
"aliases": [],
"description": "",
- "name": "cream of shrimp soup",
- "plural_name": "cream of shrimp soup"
+ "name": "крем супа од шкампа",
+ "plural_name": "крем супа од шкампа"
},
"veal broth": {
"aliases": [],
"description": "",
- "name": "veal broth",
- "plural_name": "veal broth"
+ "name": "телећа чорба",
+ "plural_name": "телећа чорба"
},
"vegetable beef soup": {
"aliases": [],
"description": "",
- "name": "vegetable beef soup",
- "plural_name": "vegetable beef soups"
+ "name": "говеђа супа од поврћа",
+ "plural_name": "говеђе супе од поврћа"
},
"chicken soup mix": {
"aliases": [],
"description": "",
- "name": "chicken soup mix",
- "plural_name": "chicken soup mixes"
+ "name": "мешавина пилеће супе",
+ "plural_name": "мешавине пилеће супе"
},
"cream of bacon": {
"aliases": [],
"description": "",
- "name": "cream of bacon",
- "plural_name": "cream of bacon"
+ "name": "крем од сланине",
+ "plural_name": "крем од сланине"
},
"lobster bisque": {
"aliases": [],
"description": "",
- "name": "lobster bisque",
- "plural_name": "lobster bisques"
+ "name": "бисквит од јастога",
+ "plural_name": "кекси од јастога"
},
"bean with bacon soup": {
"aliases": [],
"description": "",
- "name": "bean with bacon soup",
- "plural_name": "bean with bacon soup"
+ "name": "супа од пасуља са сланином",
+ "plural_name": "супа од пасуља са сланином"
},
"clam chowder": {
"aliases": [],
"description": "",
- "name": "clam chowder",
- "plural_name": "clam chowders"
+ "name": "чорба од шкољки",
+ "plural_name": "чорбе од шкољки"
},
"condensed chicken gumbo soup": {
"aliases": [],
"description": "",
- "name": "condensed chicken gumbo soup",
- "plural_name": "condensed chicken gumbo soups"
+ "name": "кондензована пилећа гумбо супа",
+ "plural_name": "кондензоване пилеће гумбо супе"
},
"tortilla soup base": {
"aliases": [],
"description": "",
- "name": "tortilla soup base",
- "plural_name": "tortilla soup bases"
+ "name": "основа за супу од тортиље",
+ "plural_name": "основе за супу од тортиље"
},
"turkey bone broth": {
"aliases": [],
"description": "",
- "name": "turkey bone broth",
- "plural_name": "turkey bone broth"
+ "name": "чорба од ћуреће кости",
+ "plural_name": "чорба од ћуреће кости"
},
"anchovy stock": {
"aliases": [],
"description": "",
- "name": "anchovy stock",
- "plural_name": "anchovy stock"
+ "name": "темељац инћуна",
+ "plural_name": "темељац инћуна"
},
"cream of chicken soup mix:": {
"aliases": [],
"description": "",
- "name": "cream of chicken soup mix:",
- "plural_name": "cream of chicken soup mix:"
+ "name": "мешавина крем пилеће супе:",
+ "plural_name": "мешавина крем пилеће супе:"
},
"noodle soup mix": {
"aliases": [],
"description": "",
- "name": "noodle soup mix",
- "plural_name": "noodle soup mixes"
+ "name": "мешавина супе од резанаца",
+ "plural_name": "мешавине супе од резанаца"
},
"lamb broth": {
"aliases": [],
"description": "",
- "name": "lamb broth",
- "plural_name": "lamb broth"
+ "name": "јагњећа чорба",
+ "plural_name": "јагњећа чорба"
},
"minestrone": {
"aliases": [],
"description": "",
- "name": "minestrone",
- "plural_name": "minestrones"
+ "name": "минестроне",
+ "plural_name": "минестроне"
},
"thai chicken broth": {
"aliases": [],
"description": "",
- "name": "thai chicken broth",
- "plural_name": "thai chicken broth"
+ "name": "тајландски пилећи бујон",
+ "plural_name": "тајландски пилећи бујон"
},
"tomato bisque": {
"aliases": [],
@@ -13806,44 +13806,44 @@
"oxtail soup": {
"aliases": [],
"description": "",
- "name": "oxtail soup",
- "plural_name": "oxtail soups"
+ "name": "супа од воловског репа",
+ "plural_name": "супе од воловског репа"
},
"potato soup mix": {
"aliases": [],
"description": "",
- "name": "potato soup mix",
- "plural_name": "potato soup mixes"
+ "name": "мешавина кромпирове супе",
+ "plural_name": "мешавине кромпирове супе"
},
"callaloo": {
"aliases": [],
"description": "",
- "name": "callaloo",
- "plural_name": "callaloos"
+ "name": "цаллалоо",
+ "plural_name": "цаллалоос"
},
"split pea soup": {
"aliases": [],
"description": "",
- "name": "split pea soup",
- "plural_name": "split pea soups"
+ "name": "супа од цепаног грашка",
+ "plural_name": "супе од цепаног грашка"
},
"chicken and mushroom soup": {
"aliases": [],
"description": "",
- "name": "chicken and mushroom soup",
- "plural_name": "chicken and mushroom soups"
+ "name": "супа од пилетине и печурака",
+ "plural_name": "супе од пилетине и печурака"
},
"chili beef soup": {
"aliases": [],
"description": "",
- "name": "chili beef soup",
- "plural_name": "chili beef soups"
+ "name": "чили говеђа супа",
+ "plural_name": "чили говеђе супе"
},
"corn chowder": {
"aliases": [],
"description": "",
- "name": "corn chowder",
- "plural_name": "corn chowders"
+ "name": "кукурузна чорба",
+ "plural_name": "кукурузне чорбе"
},
"cream of cauliflower": {
"aliases": [],
@@ -13854,20 +13854,20 @@
"dashida": {
"aliases": [],
"description": "",
- "name": "dashida",
- "plural_name": "dashidas"
+ "name": "дасхида",
+ "plural_name": "дасхидас"
},
"green pea soup": {
"aliases": [],
"description": "",
- "name": "green pea soup",
- "plural_name": "green pea soups"
+ "name": "супа од зеленог грашка",
+ "plural_name": "супе од зеленог грашка"
},
"pho broth": {
"aliases": [],
"description": "",
- "name": "pho broth",
- "plural_name": "pho broth"
+ "name": "пхо бујон",
+ "plural_name": "пхо бујон"
}
}
},
@@ -13876,623 +13876,623 @@
"cocoa": {
"aliases": [],
"description": "",
- "name": "cocoa",
- "plural_name": "cocoa"
+ "name": "какао",
+ "plural_name": "какао"
},
"dark chocolate": {
"aliases": [],
"description": "",
- "name": "dark chocolate",
- "plural_name": "dark chocolate"
+ "name": "тамна чоколада",
+ "plural_name": "тамна чоколада"
},
"dark cocoa": {
"aliases": [],
"description": "",
- "name": "dark cocoa",
- "plural_name": "dark cocoa"
+ "name": "тамни какао",
+ "plural_name": "тамни какао"
},
"chocolate": {
"aliases": [],
"description": "",
- "name": "chocolate",
- "plural_name": "chocolate"
+ "name": "чоколада",
+ "plural_name": "чоколада"
},
"graham cracker": {
"aliases": [],
"description": "",
- "name": "graham cracker",
- "plural_name": "graham crackers"
+ "name": "грахам црацкер",
+ "plural_name": "грахам крекери"
},
"baking chocolate": {
"aliases": [],
"description": "",
- "name": "baking chocolate",
- "plural_name": "baking chocolate"
+ "name": "чоколада за печење",
+ "plural_name": "чоколада за печење"
},
"marshmallow": {
"aliases": [],
"description": "",
- "name": "marshmallow",
- "plural_name": "marshmallows"
+ "name": "марсхмаллов",
+ "plural_name": "марсхмалловс"
},
"mini arshmallow": {
"aliases": [],
"description": "",
- "name": "mini arshmallow",
- "plural_name": "mini marshmallows"
+ "name": "мини арсхмаллов",
+ "plural_name": "мини марсхмалловс"
},
"applesauce": {
"aliases": [],
"description": "",
- "name": "applesauce",
- "plural_name": "applesauce"
+ "name": "сос од јабуке",
+ "plural_name": "сос од јабуке"
},
"white chocolate": {
"aliases": [],
"description": "",
- "name": "white chocolate",
- "plural_name": "white chocolate"
+ "name": "бела чоколада",
+ "plural_name": "бела чоколада"
},
"oreo": {
"aliases": [],
"description": "",
- "name": "oreo",
- "plural_name": "oreos"
+ "name": "орео",
+ "plural_name": "ореос"
},
"chocolate hazelnut spread": {
"aliases": [],
"description": "",
- "name": "chocolate hazelnut spread",
- "plural_name": "chocolate hazelnut spreads"
+ "name": "чоколадни намаз од лешника",
+ "plural_name": "чоколадни намази од лешника"
},
"instant pudding": {
"aliases": [],
"description": "",
- "name": "instant pudding",
- "plural_name": "instant pudding"
+ "name": "инстант пудинг",
+ "plural_name": "инстант пудинг"
},
"chocolate candy": {
"aliases": [],
"description": "",
- "name": "chocolate candy",
- "plural_name": "chocolate candies"
+ "name": "чоколадне бомбоне",
+ "plural_name": "чоколадне бомбоне"
},
"chocolate cream-filled chocolate sandwich cookie": {
"aliases": [],
"description": "",
- "name": "chocolate cream-filled chocolate sandwich cookie",
- "plural_name": "chocolate cream-filled chocolate sandwich cookies"
+ "name": "чоколадни сендвич колачић пуњен чоколадном кремом",
+ "plural_name": "чоколадни сендвич колачићи пуњени чоколадном кремом"
},
"dutch-process cocoa": {
"aliases": [],
"description": "",
- "name": "dutch-process cocoa",
- "plural_name": "dutch-process cocoa"
+ "name": "какао у холандском процесу",
+ "plural_name": "какао у холандском процесу"
},
"raspberry jam": {
"aliases": [],
"description": "",
- "name": "raspberry jam",
- "plural_name": "raspberry jam"
+ "name": "џем од малина",
+ "plural_name": "џем од малина"
},
"apricot jam": {
"aliases": [],
"description": "",
- "name": "apricot jam",
- "plural_name": "apricot jam"
+ "name": "џем од кајсије",
+ "plural_name": "џем од кајсије"
},
"caramel sauce": {
"aliases": [],
"description": "",
- "name": "caramel sauce",
- "plural_name": "caramel sauce"
+ "name": "карамел сос",
+ "plural_name": "карамел сос"
},
"candy coating": {
"aliases": [],
"description": "",
- "name": "candy coating",
- "plural_name": "candy coatings"
+ "name": "премаз од слаткиша",
+ "plural_name": "премази за бомбоне"
},
"raw cacao powder": {
"aliases": [],
"description": "",
- "name": "raw cacao powder",
- "plural_name": "raw cacao powder"
+ "name": "сирови какао прах",
+ "plural_name": "сирови какао прах"
},
"strawberry jam": {
"aliases": [],
"description": "",
- "name": "strawberry jam",
- "plural_name": "strawberry jam"
+ "name": "џем од јагода",
+ "plural_name": "џем од јагода"
},
"biscuit": {
"aliases": [],
"description": "",
- "name": "biscuit",
- "plural_name": "biscuits"
+ "name": "бисквит",
+ "plural_name": "кексе"
},
"marshmallow creme": {
"aliases": [],
"description": "",
- "name": "marshmallow creme",
- "plural_name": "marshmallow cremes"
+ "name": "крема од слеза",
+ "plural_name": "креме од слеза"
},
"candy": {
"aliases": [],
"description": "",
- "name": "candy",
- "plural_name": "candies"
+ "name": "бомбоне",
+ "plural_name": "бомбоне"
},
"jam": {
"aliases": [],
"description": "",
- "name": "jam",
- "plural_name": "jam"
+ "name": "џем",
+ "plural_name": "џем"
},
"orange marmalade": {
"aliases": [],
"description": "",
- "name": "orange marmalade",
- "plural_name": "orange marmalades"
+ "name": "мармелада од поморанџе",
+ "plural_name": "мармеладе од поморанџе"
},
"wafer": {
"aliases": [],
"description": "",
- "name": "wafer",
- "plural_name": "wafers"
+ "name": "вафер",
+ "plural_name": "наполитанке"
},
"cookie": {
"aliases": [],
"description": "",
- "name": "cookie",
- "plural_name": "cookies"
+ "name": "колачић",
+ "plural_name": "колачићи"
},
"peanut butter cup": {
"aliases": [
- "Reeses PB cup",
- "Reeses Peanut Buttercup"
+ "Реесес ПБ цуп",
+ "Реесес Пеанут Буттерцуп"
],
"description": "",
- "name": "peanut butter cup",
- "plural_name": "peanut butter cups"
+ "name": "шоља путера од кикирикија",
+ "plural_name": "шоље путера од кикирикија"
},
"chocolate pudding": {
"aliases": [],
"description": "",
- "name": "chocolate pudding",
- "plural_name": "chocolate pudding"
+ "name": "чоколадни пудинг",
+ "plural_name": "чоколадни пудинг"
},
"candy cane": {
"aliases": [],
"description": "",
- "name": "candy cane",
- "plural_name": "candy canes"
+ "name": "цанди цане",
+ "plural_name": "бомбоне"
},
"ginger snap": {
"aliases": [],
"description": "",
- "name": "ginger snap",
- "plural_name": "ginger snaps"
+ "name": "ђумбир снап",
+ "plural_name": "ђумбир снапс"
},
"cacao nib": {
"aliases": [],
"description": "",
- "name": "cacao nib",
- "plural_name": "cacao nibs"
+ "name": "цацао ниб",
+ "plural_name": "цацао грибс"
},
"lady finger": {
"aliases": [],
"description": "",
- "name": "lady finger",
- "plural_name": "lady fingers"
+ "name": "дама прст",
+ "plural_name": "дама прсти"
},
"chocolate chip cookie": {
"aliases": [],
"description": "",
- "name": "chocolate chip cookie",
- "plural_name": "chocolate chip cookies"
+ "name": "чоколадни колачић",
+ "plural_name": "чоколадни колачићи"
},
"fudge sauce": {
"aliases": [],
"description": "",
- "name": "fudge sauce",
- "plural_name": "fudge sauce"
+ "name": "фудге сос",
+ "plural_name": "фудге сос"
},
"chocolate cookie": {
"aliases": [],
"description": "",
- "name": "chocolate cookie",
- "plural_name": "chocolate cookies"
+ "name": "чоколадни колачић",
+ "plural_name": "чоколадни колачићи"
},
"digestive biscuit": {
"aliases": [],
"description": "",
- "name": "digestive biscuit",
- "plural_name": "digestive biscuits"
+ "name": "дигестивни бисквит",
+ "plural_name": "дигестивни кекси"
},
"apple butter": {
"aliases": [],
"description": "",
- "name": "apple butter",
- "plural_name": "apple butter"
+ "name": "путер од јабуке",
+ "plural_name": "путер од јабуке"
},
"peppermint candy": {
"aliases": [],
"description": "",
- "name": "peppermint candy",
- "plural_name": "peppermint candies"
+ "name": "бомбона од пеперминта",
+ "plural_name": "бомбоне од пеперминта"
},
"cinnamon roll": {
"aliases": [],
"description": "",
- "name": "cinnamon roll",
- "plural_name": "cinnamon rolls"
+ "name": "ролница са циметом",
+ "plural_name": "ролнице са циметом"
},
"butter cookie": {
"aliases": [],
"description": "",
- "name": "butter cookie",
- "plural_name": "butter cookies"
+ "name": "путер колачић",
+ "plural_name": "путер колачићи"
},
"candied cherry": {
"aliases": [],
"description": "",
- "name": "candied cherry",
- "plural_name": "candied cherries"
+ "name": "кандирана трешња",
+ "plural_name": "кандиране трешње"
},
"caramel candy": {
"aliases": [],
"description": "",
- "name": "caramel candy",
- "plural_name": "caramel candies"
+ "name": "карамел бомбона",
+ "plural_name": "карамел бомбоне"
},
"vanilla pudding": {
"aliases": [],
"description": "",
- "name": "vanilla pudding",
- "plural_name": "vanilla pudding"
+ "name": "пудинг од ваниле",
+ "plural_name": "пудинг од ваниле"
},
"currant jelly": {
"aliases": [],
"description": "",
- "name": "currant jelly",
- "plural_name": "currant jellies"
+ "name": "желе од рибизле",
+ "plural_name": "желе од рибизле"
},
"candied ginger": {
"aliases": [],
"description": "",
- "name": "candied ginger",
- "plural_name": "candied gingers"
+ "name": "кандирани ђумбир",
+ "plural_name": "кандирани ђумбир"
},
"angel food cake": {
"aliases": [],
"description": "",
- "name": "angel food cake",
- "plural_name": "angel food cakes"
+ "name": "колач са анђеоском храном",
+ "plural_name": "колачи са анђеоском храном"
},
"peach preserve": {
"aliases": [],
"description": "",
- "name": "peach preserve",
- "plural_name": "peach preserves"
+ "name": "бресква конзерва",
+ "plural_name": "конзерве од брескве"
},
"chocolate wafer": {
"aliases": [],
"description": "",
- "name": "chocolate wafer",
- "plural_name": "chocolate wafers"
+ "name": "чоколадна обланда",
+ "plural_name": "чоколадне вафле"
},
"candied peel": {
"aliases": [],
"description": "",
- "name": "candied peel",
- "plural_name": "candied peels"
+ "name": "кандирана кора",
+ "plural_name": "кандиране коре"
},
"nutella": {
"aliases": [],
"description": "",
- "name": "nutella",
- "plural_name": "nutellas"
+ "name": "нутелла",
+ "plural_name": "нутеллас"
},
"cherry jam": {
"aliases": [],
"description": "",
- "name": "cherry jam",
- "plural_name": "cherry jam"
+ "name": "џем од вишања",
+ "plural_name": "џем од вишања"
},
"dark couverture chocolate": {
"aliases": [],
"description": "",
- "name": "dark couverture chocolate",
- "plural_name": "dark couverture chocolate"
+ "name": "тамна кувертурна чоколада",
+ "plural_name": "тамна кувертурна чоколада"
},
"couverture chocolate": {
"aliases": [],
"description": "",
- "name": "couverture chocolate",
- "plural_name": "couverture chocolate"
+ "name": "цоувертуре чоколада",
+ "plural_name": "цоувертуре чоколада"
},
"grape jelly": {
"aliases": [],
"description": "",
- "name": "grape jelly",
- "plural_name": "grape jellies"
+ "name": "желе од грожђа",
+ "plural_name": "желе од грожђа"
},
"waffle": {
"aliases": [],
"description": "",
- "name": "waffle",
- "plural_name": "waffles"
+ "name": "вафла",
+ "plural_name": "вафле"
},
"tartlet shell": {
"aliases": [],
"description": "",
- "name": "tartlet shell",
- "plural_name": "tartlet shells"
+ "name": "шкољка тартлета",
+ "plural_name": "шкољке тартлета"
},
"cookie butter": {
"aliases": [],
"description": "",
- "name": "cookie butter",
- "plural_name": "cookie butter"
+ "name": "путер од колачића",
+ "plural_name": "путер од колачића"
},
"fig jam": {
"aliases": [],
"description": "",
- "name": "fig jam",
- "plural_name": "fig jam"
+ "name": "џем од смокава",
+ "plural_name": "џем од смокава"
},
"butterscotch": {
"aliases": [],
"description": "",
- "name": "butterscotch",
- "plural_name": "butterscotches"
+ "name": "буттерсцотцх",
+ "plural_name": "буттерсцотцхес"
},
"blueberry jam": {
"aliases": [],
"description": "",
- "name": "blueberry jam",
- "plural_name": "blueberry jam"
+ "name": "џем од боровница",
+ "plural_name": "џем од боровница"
},
"candied fruit": {
"aliases": [],
"description": "",
- "name": "candied fruit",
- "plural_name": "candied fruits"
+ "name": "кандирано воће",
+ "plural_name": "кандирано воће"
},
"almond cookie": {
"aliases": [],
"description": "",
- "name": "almond cookie",
- "plural_name": "almond cookies"
+ "name": "колачић од бадема",
+ "plural_name": "колачићи од бадема"
},
"gummy": {
"aliases": [],
"description": "",
- "name": "gummy",
- "plural_name": "gummies"
+ "name": "гумени",
+ "plural_name": "гумене гуме"
},
"apple jelly": {
"aliases": [],
"description": "",
- "name": "apple jelly",
- "plural_name": "apple jellies"
+ "name": "желе од јабуке",
+ "plural_name": "желе од јабука"
},
"blackberry preserve": {
"aliases": [],
"description": "",
- "name": "blackberry preserve",
- "plural_name": "blackberry preserves"
+ "name": "купина конзерва",
+ "plural_name": "конзерве од купина"
},
"candy corn": {
"aliases": [],
"description": "",
- "name": "candy corn",
- "plural_name": "candy corns"
+ "name": "бомбон кукуруза",
+ "plural_name": "бомбоне"
},
"ice-cream cone": {
"aliases": [],
"description": "",
- "name": "ice-cream cone",
- "plural_name": "ice-cream cones"
+ "name": "корнет за сладолед",
+ "plural_name": "корнети за сладолед"
},
"sugar cookie": {
"aliases": [],
"description": "",
- "name": "sugar cookie",
- "plural_name": "sugar cookies"
+ "name": "шећерни колачић",
+ "plural_name": "шећерни колачићи"
},
"marmalade": {
"aliases": [],
"description": "",
- "name": "marmalade",
- "plural_name": "marmalades"
+ "name": "мармелада",
+ "plural_name": "мармеладе"
},
"egg candy": {
"aliases": [],
"description": "",
- "name": "egg candy",
- "plural_name": "egg candies"
+ "name": "бомбона од јаја",
+ "plural_name": "бомбоне од јаја"
},
"strawberry purée": {
"aliases": [],
"description": "",
- "name": "strawberry purée",
- "plural_name": "strawberry purée"
+ "name": "пире од јагода",
+ "plural_name": "пире од јагода"
},
"chocolate powder": {
"aliases": [],
"description": "",
- "name": "chocolate powder",
- "plural_name": "chocolate powder"
+ "name": "чоколада у праху",
+ "plural_name": "чоколада у праху"
},
"sponge cake": {
"aliases": [],
"description": "",
- "name": "sponge cake",
- "plural_name": "sponge cakes"
+ "name": "бисквит",
+ "plural_name": "бисквит"
},
"chocolate-covered espresso bean": {
"aliases": [],
"description": "",
- "name": "chocolate-covered espresso bean",
- "plural_name": "chocolate-covered espresso beans"
+ "name": "еспресо пасуљ преливен чоколадом",
+ "plural_name": "еспресо пасуљ преливен чоколадом"
},
"pineapple jam": {
"aliases": [],
"description": "",
- "name": "pineapple jam",
- "plural_name": "pineapple jam"
+ "name": "џем од ананаса",
+ "plural_name": "џем од ананаса"
},
"licorice": {
"aliases": [],
"description": "",
- "name": "licorice",
- "plural_name": "licorices"
+ "name": "сладић",
+ "plural_name": "лицорицес"
},
"plum jam": {
"aliases": [],
"description": "",
- "name": "plum jam",
- "plural_name": "plum jam"
+ "name": "џем од шљива",
+ "plural_name": "џем од шљива"
},
"mexican chocolate": {
"aliases": [],
"description": "",
- "name": "mexican chocolate",
- "plural_name": "mexican chocolate"
+ "name": "мексичка чоколада",
+ "plural_name": "мексичка чоколада"
},
"banana pudding": {
"aliases": [],
"description": "",
- "name": "banana pudding",
- "plural_name": "banana pudding"
+ "name": "пудинг од банане",
+ "plural_name": "пудинг од банане"
},
"white couverture": {
"aliases": [],
"description": "",
- "name": "white couverture",
- "plural_name": "white couvertures"
+ "name": "бела кувертура",
+ "plural_name": "беле кувертуре"
},
"sorbet": {
"aliases": [],
"description": "",
- "name": "sorbet",
- "plural_name": "sorbets"
+ "name": "сорбет",
+ "plural_name": "сорбетс"
},
"chocolate peanut butter": {
"aliases": [],
"description": "",
- "name": "chocolate peanut butter",
- "plural_name": "chocolate peanut butter"
+ "name": "чоколадни путер од кикирикија",
+ "plural_name": "чоколадни путер од кикирикија"
},
"cinnamon candy": {
"aliases": [],
"description": "",
- "name": "cinnamon candy",
- "plural_name": "cinnamon candies"
+ "name": "бомбоне са циметом",
+ "plural_name": "бомбоне са циметом"
},
"pumpkin butter": {
"aliases": [],
"description": "",
- "name": "pumpkin butter",
- "plural_name": "pumpkin butter"
+ "name": "путер од бундеве",
+ "plural_name": "путер од бундеве"
},
"guava paste": {
"aliases": [],
"description": "",
- "name": "guava paste",
- "plural_name": "guava paste"
+ "name": "гуава паста",
+ "plural_name": "гуава паста"
},
"fudge": {
"aliases": [],
"description": "",
- "name": "fudge",
- "plural_name": "fudges"
+ "name": "фудге",
+ "plural_name": "фудгес"
},
"strawberry sauce": {
"aliases": [],
"description": "",
- "name": "strawberry sauce",
- "plural_name": "strawberry sauce"
+ "name": "сос од јагода",
+ "plural_name": "сос од јагода"
},
"butterscotch pudding mix": {
"aliases": [],
"description": "",
- "name": "butterscotch pudding mix",
- "plural_name": "butterscotch pudding mixes"
+ "name": "мешавина пудинга од буттерсцотцх",
+ "plural_name": "мешавине пудинга од буттерсцотцх"
},
"chocolate spread": {
"aliases": [],
"description": "",
- "name": "chocolate spread",
- "plural_name": "chocolate spreads"
+ "name": "чоколадни намаз",
+ "plural_name": "чоколадни намази"
},
"doughnut": {
"aliases": [],
"description": "",
- "name": "doughnut",
- "plural_name": "doughnuts"
+ "name": "крофна",
+ "plural_name": "крофне"
},
"biscotti": {
"aliases": [],
"description": "",
- "name": "biscotti",
- "plural_name": "biscottis"
+ "name": "бисцотти",
+ "plural_name": "бисцоттис"
},
"cheesecake instant pudding": {
"aliases": [],
"description": "",
- "name": "cheesecake instant pudding",
- "plural_name": "cheesecake instant pudding"
+ "name": "чизкејк инстант пудинг",
+ "plural_name": "чизкејк инстант пудинг"
},
"peppermint patty": {
"aliases": [],
"description": "",
- "name": "peppermint patty",
- "plural_name": "peppermint patties"
+ "name": "пеперминт патти",
+ "plural_name": "пеперминт пљескавице"
},
"pistachio pudding": {
"aliases": [],
"description": "",
- "name": "pistachio pudding",
- "plural_name": "pistachio pudding"
+ "name": "пудинг од пистација",
+ "plural_name": "пудинг од пистација"
},
"chocolate fudge": {
"aliases": [],
"description": "",
- "name": "chocolate fudge",
- "plural_name": "chocolate fudges"
+ "name": "чоколадни колачић",
+ "plural_name": "чоколадни колачићи"
},
"raspberry sauce": {
"aliases": [],
"description": "",
- "name": "raspberry sauce",
- "plural_name": "raspberry sauce"
+ "name": "сос од малина",
+ "plural_name": "сос од малина"
},
"raspberry sorbet": {
"aliases": [],
"description": "",
- "name": "raspberry sorbet",
- "plural_name": "raspberry sorbets"
+ "name": "сорбет од малине",
+ "plural_name": "сорбет од малине"
},
"candied pineapple": {
"aliases": [],
"description": "",
- "name": "candied pineapple",
- "plural_name": "candied pineapples"
+ "name": "кандирани ананас",
+ "plural_name": "кандирани ананас"
},
"hershey kiss": {
"aliases": [],
"description": "",
- "name": "hershey kiss",
- "plural_name": "hershey kisses"
+ "name": "херсхеи кисс",
+ "plural_name": "херсхеи киссес"
},
"pistachio instant pudding": {
"aliases": [],
"description": "",
- "name": "pistachio instant pudding",
- "plural_name": "pistachio instant pudding"
+ "name": "инстант пудинг од пистација",
+ "plural_name": "инстант пудинг од пистација"
}
}
},
@@ -14501,32 +14501,32 @@
"white wine": {
"aliases": [],
"description": "",
- "name": "white wine",
- "plural_name": "white wines"
+ "name": "бело вино",
+ "plural_name": "бела вина"
},
"red wine": {
"aliases": [],
"description": "",
- "name": "red wine",
- "plural_name": "red wines"
+ "name": "црно вино",
+ "plural_name": "црвена вина"
},
"whisky": {
"aliases": [],
"description": "",
- "name": "whisky",
- "plural_name": "whiskies"
+ "name": "виски",
+ "plural_name": "вискија"
},
"rum": {
"aliases": [],
"description": "",
- "name": "rum",
- "plural_name": "rums"
+ "name": "рум",
+ "plural_name": "румови"
},
"vodka": {
"aliases": [],
"description": "",
- "name": "vodka",
- "plural_name": "vodkas"
+ "name": "вотка",
+ "plural_name": "вотке"
},
"beer": {
"aliases": [],
@@ -14633,392 +14633,392 @@
"sparkling wine": {
"aliases": [],
"description": "",
- "name": "sparkling wine",
- "plural_name": "sparkling wines"
+ "name": "пенушаво вино",
+ "plural_name": "пенушава вина"
},
"sake": {
"aliases": [],
"description": "",
- "name": "sake",
- "plural_name": "sakes"
+ "name": "саке",
+ "plural_name": "сакес"
},
"rice wine": {
"aliases": [],
"description": "",
- "name": "rice wine",
- "plural_name": "rice wines"
+ "name": "пиринчано вино",
+ "plural_name": "пиринчана вина"
},
"shaoxing wine": {
"aliases": [],
"description": "",
- "name": "shaoxing wine",
- "plural_name": "shaoxing wines"
+ "name": "схаокинг вине",
+ "plural_name": "схаокинг вина"
},
"dry vermouth": {
"aliases": [],
"description": "",
- "name": "dry vermouth",
- "plural_name": "dry vermouths"
+ "name": "суви вермут",
+ "plural_name": "суви вермути"
},
"liqueur": {
"aliases": [],
"description": "",
- "name": "liqueur",
- "plural_name": "liqueurs"
+ "name": "ликер",
+ "plural_name": "ликери"
},
"coconut rum": {
"aliases": [],
"description": "",
- "name": "coconut rum",
- "plural_name": "coconut rums"
+ "name": "кокосов рум",
+ "plural_name": "кокосов рум"
},
"dessert wine": {
"aliases": [],
"description": "",
- "name": "dessert wine",
- "plural_name": "dessert wines"
+ "name": "десертно вино",
+ "plural_name": "десертна вина"
},
"curacao": {
"aliases": [],
"description": "",
- "name": "curacao",
- "plural_name": "curacaos"
+ "name": "цурацао",
+ "plural_name": "цурацаос"
},
"port wine": {
"aliases": [],
"description": "",
- "name": "port wine",
- "plural_name": "port wines"
+ "name": "порто вино",
+ "plural_name": "порто вина"
},
"kirsch": {
"aliases": [],
"description": "",
- "name": "kirsch",
- "plural_name": "kirsches"
+ "name": "кирсцх",
+ "plural_name": "кирсцхес"
},
"peach schnapp": {
"aliases": [],
"description": "",
- "name": "peach schnapp",
- "plural_name": "peach schnapps"
+ "name": "ракија од брескве",
+ "plural_name": "ракија од брескве"
},
"apple brandy": {
"aliases": [],
"description": "",
- "name": "apple brandy",
- "plural_name": "apple brandies"
+ "name": "ракија од јабуке",
+ "plural_name": "ракије од јабуке"
},
"rosé wine": {
"aliases": [],
"description": "",
- "name": "rosé wine",
- "plural_name": "rosé wines"
+ "name": "розе вино",
+ "plural_name": "розе вина"
},
"anise liqueur": {
"aliases": [],
"description": "",
- "name": "anise liqueur",
- "plural_name": "anise liqueurs"
+ "name": "ликер од аниса",
+ "plural_name": "ликери од аниса"
},
"herbal liqueur": {
"aliases": [],
"description": "",
- "name": "herbal liqueur",
- "plural_name": "herbal liqueurs"
+ "name": "биљни ликер",
+ "plural_name": "биљни ликери"
},
"limoncello": {
"aliases": [],
"description": "",
- "name": "limoncello",
- "plural_name": "limoncellos"
+ "name": "лимонцелло",
+ "plural_name": "лимонцеллос"
},
"elderflower liqueur": {
"aliases": [],
"description": "",
- "name": "elderflower liqueur",
- "plural_name": "elderflower liqueurs"
+ "name": "ликер од базге",
+ "plural_name": "ликери од базге"
},
"cooking wine": {
"aliases": [],
"description": "",
- "name": "cooking wine",
- "plural_name": "cooking wines"
+ "name": "кување вина",
+ "plural_name": "кување вина"
},
"hazelnut liqueur": {
"aliases": [],
"description": "",
- "name": "hazelnut liqueur",
- "plural_name": "hazelnut liqueurs"
+ "name": "ликер од лешника",
+ "plural_name": "ликери од лешника"
},
"peach liqueur": {
"aliases": [],
"description": "",
- "name": "peach liqueur",
- "plural_name": "peach liqueurs"
+ "name": "ликер од брескве",
+ "plural_name": "ликери од брескве"
},
"melon liqueur": {
"aliases": [],
"description": "",
- "name": "melon liqueur",
- "plural_name": "melon liqueurs"
+ "name": "ликер од диње",
+ "plural_name": "ликери од диње"
},
"raspberry liqueur": {
"aliases": [],
"description": "",
- "name": "raspberry liqueur",
- "plural_name": "raspberry liqueurs"
+ "name": "ликер од малине",
+ "plural_name": "ликери од малина"
},
"creme de cacao": {
"aliases": [],
"description": "",
- "name": "creme de cacao",
- "plural_name": "creme de cacao"
+ "name": "цреме де цацао",
+ "plural_name": "цреме де цацао"
},
"schnapp": {
"aliases": [],
"description": "",
- "name": "schnapp",
- "plural_name": "schnapps"
+ "name": "сцхнапп",
+ "plural_name": "ракијас"
},
"banana liqueur": {
"aliases": [],
"description": "",
- "name": "banana liqueur",
- "plural_name": "banana liqueurs"
+ "name": "ликер од банане",
+ "plural_name": "ликери од банане"
},
"madeira wine": {
"aliases": [],
"description": "",
- "name": "madeira wine",
- "plural_name": "madeira wines"
+ "name": "мадеира вино",
+ "plural_name": "мадеира вина"
},
"absinthe": {
"aliases": [],
"description": "",
- "name": "absinthe",
- "plural_name": "absinthes"
+ "name": "абсинт",
+ "plural_name": "апсинта"
},
"white cooking wine": {
"aliases": [],
"description": "",
- "name": "white cooking wine",
- "plural_name": "white cooking wines"
+ "name": "бело кувано вино",
+ "plural_name": "бела кувана вина"
},
"aperol": {
"aliases": [],
"description": "",
- "name": "aperol",
- "plural_name": "aperols"
+ "name": "аперол",
+ "plural_name": "апероли"
},
"vanilla vodka": {
"aliases": [],
"description": "",
- "name": "vanilla vodka",
- "plural_name": "vanilla vodkas"
+ "name": "вотка од ваниле",
+ "plural_name": "вотке од ваниле"
},
"cinnamon alcohol": {
"aliases": [],
"description": "",
- "name": "cinnamon alcohol",
- "plural_name": "cinnamon alcohols"
+ "name": "цимет алкохол",
+ "plural_name": "алкохоли од цимета"
},
"creme de menthe": {
"aliases": [],
"description": "",
- "name": "creme de menthe",
- "plural_name": "creme de menthe"
+ "name": "цреме де ментхе",
+ "plural_name": "цреме де ментхе"
},
"apricot brandy": {
"aliases": [],
"description": "",
- "name": "apricot brandy",
- "plural_name": "apricot brandies"
+ "name": "кајсија ракија",
+ "plural_name": "ракије од кајсије"
},
"cachaça": {
"aliases": [],
"description": "",
- "name": "cachaça",
- "plural_name": "cachaças"
+ "name": "цацхаца",
+ "plural_name": "цацхацас"
},
"elderflower cordial": {
"aliases": [],
"description": "",
- "name": "elderflower cordial",
- "plural_name": "elderflower cordials"
+ "name": "елдерфловер срдачан",
+ "plural_name": "срдачнице од цвећа беззге"
},
"chocolate liqueur": {
"aliases": [],
"description": "",
- "name": "chocolate liqueur",
- "plural_name": "chocolate liqueurs"
+ "name": "чоколадни ликер",
+ "plural_name": "чоколадни ликери"
},
"ginger liqueur": {
"aliases": [],
"description": "",
- "name": "ginger liqueur",
- "plural_name": "ginger liqueurs"
+ "name": "ликер од ђумбира",
+ "plural_name": "ликери од ђумбира"
},
"sloe gin": {
"aliases": [],
"description": "",
- "name": "sloe gin",
- "plural_name": "sloe gins"
+ "name": "џин од трнуља",
+ "plural_name": "џинови од трнуља"
},
"maraschino": {
"aliases": [],
"description": "",
- "name": "maraschino",
- "plural_name": "maraschinoes"
+ "name": "мараскино",
+ "plural_name": "мараскине"
},
"creme de cassis": {
"aliases": [],
"description": "",
- "name": "creme de cassis",
- "plural_name": "creme de cassis"
+ "name": "цреме де цассис",
+ "plural_name": "цреме де цассис"
},
"bloody mary mix": {
"aliases": [],
"description": "",
- "name": "bloody mary mix",
- "plural_name": "bloody mary mixes"
+ "name": "крвава Мери мешавина",
+ "plural_name": "крвава Мери меша"
},
"cream sherry": {
"aliases": [],
"description": "",
- "name": "cream sherry",
- "plural_name": "cream sherries"
+ "name": "крем шери",
+ "plural_name": "крем шери"
},
"gold rum": {
"aliases": [],
"description": "",
- "name": "gold rum",
- "plural_name": "gold rums"
+ "name": "златни рум",
+ "plural_name": "златни румови"
},
"red cooking wine": {
"aliases": [],
"description": "",
- "name": "red cooking wine",
- "plural_name": "red cooking wines"
+ "name": "црвено вино за кување",
+ "plural_name": "црвена кувана вина"
},
"sparkling rosé": {
"aliases": [],
"description": "",
- "name": "sparkling rosé",
- "plural_name": "sparkling rosés"
+ "name": "пенушава розе",
+ "plural_name": "пенушаве руже"
},
"grappa": {
"aliases": [],
"description": "",
- "name": "grappa",
- "plural_name": "grappas"
+ "name": "граппа",
+ "plural_name": "граппас"
},
"lime cordial": {
"aliases": [],
"description": "",
- "name": "lime cordial",
- "plural_name": "lime cordials"
+ "name": "креч срдачан",
+ "plural_name": "лиметови срдачници"
},
"mezcal": {
"aliases": [],
"description": "",
- "name": "mezcal",
- "plural_name": "mezcals"
+ "name": "мезцал",
+ "plural_name": "мезцалс"
},
"strawberry liqueur": {
"aliases": [],
"description": "",
- "name": "strawberry liqueur",
- "plural_name": "strawberry liqueurs"
+ "name": "ликер од јагода",
+ "plural_name": "ликери од јагода"
},
"drambuie": {
"aliases": [],
"description": "",
- "name": "drambuie",
- "plural_name": "drambuies"
+ "name": "драмбуие",
+ "plural_name": "драмбуиес"
},
"ginger wine": {
"aliases": [],
"description": "",
- "name": "ginger wine",
- "plural_name": "ginger wines"
+ "name": "ђумбирово вино",
+ "plural_name": "вина од ђумбира"
},
"pumpkin ale": {
"aliases": [],
"description": "",
- "name": "pumpkin ale",
- "plural_name": "pumpkin ales"
+ "name": "бундево пиво",
+ "plural_name": "бундева алес"
},
"white port": {
"aliases": [],
"description": "",
- "name": "white port",
- "plural_name": "white ports"
+ "name": "бела лука",
+ "plural_name": "беле луке"
},
"peppermint liqueur": {
"aliases": [],
"description": "",
- "name": "peppermint liqueur",
- "plural_name": "peppermint liqueurs"
+ "name": "ликер од пеперминта",
+ "plural_name": "ликери од пеперминта"
},
"advocaat": {
"aliases": [],
"description": "",
- "name": "advocaat",
- "plural_name": "advocaats"
+ "name": "адвоцаат",
+ "plural_name": "адвокати"
},
"piña colada mix": {
"aliases": [],
"description": "",
- "name": "piña colada mix",
- "plural_name": "piña colada mixes"
+ "name": "мешавина пиња коладе",
+ "plural_name": "мешавине пиња коладе"
},
"bénédictine": {
"aliases": [],
"description": "",
- "name": "bénédictine",
- "plural_name": "bénédictines"
+ "name": "бенедицтине",
+ "plural_name": "бенедицтинес"
},
"rumchata liqueur": {
"aliases": [],
"description": "",
- "name": "rumchata liqueur",
- "plural_name": "rumchata liqueurs"
+ "name": "румцхата ликер",
+ "plural_name": "румцхата ликери"
},
"coconut liqueur": {
"aliases": [],
"description": "",
- "name": "coconut liqueur",
- "plural_name": "coconut liqueurs"
+ "name": "кокосов ликер",
+ "plural_name": "ликери од кокоса"
},
"daiquiri mix": {
"aliases": [],
"description": "",
- "name": "daiquiri mix",
- "plural_name": "daiquiri mixes"
+ "name": "даикуири мик",
+ "plural_name": "мешавине даикирија"
},
"galliano": {
"aliases": [],
"description": "",
- "name": "galliano",
- "plural_name": "gallianoes"
+ "name": "галлиано",
+ "plural_name": "галлианоес"
},
"blackberry brandy": {
"aliases": [],
"description": "",
- "name": "blackberry brandy",
- "plural_name": "blackberry brandies"
+ "name": "ракија од купина",
+ "plural_name": "ракије од купина"
},
"plum wine": {
"aliases": [],
"description": "",
- "name": "plum wine",
- "plural_name": "plum wines"
+ "name": "вино од шљиве",
+ "plural_name": "шљива вина"
},
"pisco": {
"aliases": [],
"description": "",
- "name": "pisco",
- "plural_name": "piscoes"
+ "name": "писцо",
+ "plural_name": "писцоес"
},
"chocolate bitter": {
"aliases": [],
@@ -15071,32 +15071,32 @@
"moonshine": {
"aliases": [],
"description": "",
- "name": "moonshine",
- "plural_name": "moonshines"
+ "name": "моонсхине",
+ "plural_name": "моонсхинес"
},
"rhum agricole": {
"aliases": [],
"description": "",
- "name": "rhum agricole",
- "plural_name": "rhum agricoles"
+ "name": "рхум агрицоле",
+ "plural_name": "рхум агрицолес"
},
"armagnac": {
"aliases": [],
"description": "",
- "name": "armagnac",
- "plural_name": "armagnacs"
+ "name": "армагнац",
+ "plural_name": "армагнацс"
},
"bergamot liqueur": {
"aliases": [],
"description": "",
- "name": "bergamot liqueur",
- "plural_name": "bergamot liqueurs"
+ "name": "ликер од бергамота",
+ "plural_name": "ликери од бергамота"
},
"cherry vodka": {
"aliases": [],
"description": "",
- "name": "cherry vodka",
- "plural_name": "cherry vodkas"
+ "name": "водка од вишње",
+ "plural_name": "водке од вишње"
}
}
},
@@ -15117,590 +15117,590 @@
"club soda": {
"aliases": [],
"description": "",
- "name": "club soda",
- "plural_name": "club sodas"
+ "name": "клуб сода",
+ "plural_name": "цлуб содас"
},
"espresso": {
"aliases": [],
"description": "",
- "name": "espresso",
- "plural_name": "espressos"
+ "name": "еспрессо",
+ "plural_name": "еспрессос"
},
"pineapple juice": {
"aliases": [],
"description": "",
- "name": "pineapple juice",
- "plural_name": "pineapple juice"
+ "name": "сок од ананаса",
+ "plural_name": "сок од ананаса"
},
"apple juice": {
"aliases": [],
"description": "",
- "name": "apple juice",
- "plural_name": "apple juice"
+ "name": "сок од јабуке",
+ "plural_name": "сок од јабуке"
},
"tea": {
"aliases": [],
"description": "",
- "name": "tea",
- "plural_name": "tea"
+ "name": "чај",
+ "plural_name": "чај"
},
"cranberry juice": {
"aliases": [],
"description": "",
- "name": "cranberry juice",
- "plural_name": "cranberry juice"
+ "name": "сок од бруснице",
+ "plural_name": "сок од бруснице"
},
"tomato juice": {
"aliases": [],
"description": "",
- "name": "tomato juice",
- "plural_name": "tomato juice"
+ "name": "сок од парадајза",
+ "plural_name": "сок од парадајза"
},
"coconut water": {
"aliases": [],
"description": "",
- "name": "coconut water",
- "plural_name": "coconut water"
+ "name": "кокосова вода",
+ "plural_name": "кокосова вода"
},
"pomegranate juice": {
"aliases": [],
"description": "",
- "name": "pomegranate juice",
- "plural_name": "pomegranate juice"
+ "name": "сок од нара",
+ "plural_name": "сок од нара"
},
"grapefruit juice": {
"aliases": [],
"description": "",
- "name": "grapefruit juice",
- "plural_name": "grapefruit juice"
+ "name": "сок од грејпфрута",
+ "plural_name": "сок од грејпфрута"
},
"lemonade": {
"aliases": [],
"description": "",
- "name": "lemonade",
- "plural_name": "lemonades"
+ "name": "лимунада",
+ "plural_name": "лимунаде"
},
"coke": {
"aliases": [],
"description": "",
- "name": "coke",
- "plural_name": "cokes"
+ "name": "кокса",
+ "plural_name": "кокса"
},
"eggnog": {
"aliases": [],
"description": "",
- "name": "eggnog",
- "plural_name": "eggnogs"
+ "name": "јаја од јаја",
+ "plural_name": "јаја од јаја"
},
"ginger ale": {
"aliases": [],
"description": "",
- "name": "ginger ale",
- "plural_name": "ginger ales"
+ "name": "ђумбир але",
+ "plural_name": "ђумбир алес"
},
"ginger beer": {
"aliases": [],
"description": "",
- "name": "ginger beer",
- "plural_name": "ginger beers"
+ "name": "ђумбир пиво",
+ "plural_name": "пива од ђумбира"
},
"orange juice concentrate": {
"aliases": [],
"description": "",
- "name": "orange juice concentrate",
- "plural_name": "orange juice concentrate"
+ "name": "концентрат сока од поморанџе",
+ "plural_name": "концентрат сока од поморанџе"
},
"lemon lime soda": {
"aliases": [],
"description": "",
- "name": "lemon lime soda",
- "plural_name": "lemon lime sodas"
+ "name": "лимун и лимун сода",
+ "plural_name": "соде од лимуна и лимете"
},
"cream of coconut": {
"aliases": [],
"description": "",
- "name": "cream of coconut",
- "plural_name": "cream of coconut"
+ "name": "крема од кокоса",
+ "plural_name": "крема од кокоса"
},
"sprite": {
"aliases": [],
"description": "",
- "name": "sprite",
- "plural_name": "sprites"
+ "name": "сприте",
+ "plural_name": "спритес"
},
"green tea": {
"aliases": [],
"description": "",
- "name": "green tea",
- "plural_name": "green tea"
+ "name": "зелени чај",
+ "plural_name": "зелени чај"
},
"lemonade concentrate": {
"aliases": [],
"description": "",
- "name": "lemonade concentrate",
- "plural_name": "lemonade concentrate"
+ "name": "концентрат лимунаде",
+ "plural_name": "концентрат лимунаде"
},
"chai tea": {
"aliases": [],
"description": "",
- "name": "chai tea",
- "plural_name": "chai tea"
+ "name": "цхаи теа",
+ "plural_name": "цхаи теа"
},
"root beer": {
"aliases": [],
"description": "",
- "name": "root beer",
- "plural_name": "root beers"
+ "name": "корен пиво",
+ "plural_name": "коренска пива"
},
"drinking chocolate": {
"aliases": [],
"description": "",
- "name": "drinking chocolate",
- "plural_name": "drinking chocolate"
+ "name": "пије чоколаду",
+ "plural_name": "пије чоколаду"
},
"tonic water": {
"aliases": [],
"description": "",
- "name": "tonic water",
- "plural_name": "tonic water"
+ "name": "тоник воде",
+ "plural_name": "тоник воде"
},
"malted milk powder": {
"aliases": [],
"description": "",
- "name": "malted milk powder",
- "plural_name": "malted milk powder"
+ "name": "сладно млеко у праху",
+ "plural_name": "сладно млеко у праху"
},
"mango juice": {
"aliases": [],
"description": "",
- "name": "mango juice",
- "plural_name": "mango juice"
+ "name": "сок од манга",
+ "plural_name": "сок од манга"
},
"sour mix": {
"aliases": [],
"description": "",
- "name": "sour mix",
- "plural_name": "sour mixes"
+ "name": "кисела мешавина",
+ "plural_name": "киселе мешавине"
},
"hibiscus": {
"aliases": [],
"description": "",
- "name": "hibiscus",
- "plural_name": "hibiscuses"
+ "name": "хибискус",
+ "plural_name": "хибискуса"
},
"tea leaf": {
"aliases": [],
"description": "",
- "name": "tea leaf",
- "plural_name": "tea leaves"
+ "name": "лист чаја",
+ "plural_name": "листови чаја"
},
"grape juice": {
"aliases": [],
"description": "",
- "name": "grape juice",
- "plural_name": "grape juice"
+ "name": "сок од грожђа",
+ "plural_name": "сок од грожђа"
},
"cherry juice": {
"aliases": [],
"description": "",
- "name": "cherry juice",
- "plural_name": "cherry juice"
+ "name": "сок од вишње",
+ "plural_name": "сок од вишње"
},
"carrot juice": {
"aliases": [],
"description": "",
- "name": "carrot juice",
- "plural_name": "carrot juice"
+ "name": "сок од шаргарепе",
+ "plural_name": "сок од шаргарепе"
},
"limeade concentrate": {
"aliases": [],
"description": "",
- "name": "limeade concentrate",
- "plural_name": "limeade concentrate"
+ "name": "концентрат лимете",
+ "plural_name": "концентрат лимете"
},
"dr pepper": {
"aliases": [],
"description": "",
- "name": "dr pepper",
- "plural_name": "dr peppers"
+ "name": "др бибер",
+ "plural_name": "др паприке"
},
"white grape juice": {
"aliases": [],
"description": "",
- "name": "white grape juice",
- "plural_name": "white grape juice"
+ "name": "сок од белог грожђа",
+ "plural_name": "сок од белог грожђа"
},
"watermelon juice": {
"aliases": [],
"description": "",
- "name": "watermelon juice",
- "plural_name": "watermelon juice"
+ "name": "сок од лубенице",
+ "plural_name": "сок од лубенице"
},
"tangerine juice": {
"aliases": [],
"description": "",
- "name": "tangerine juice",
- "plural_name": "tangerine juice"
+ "name": "сок од мандарине",
+ "plural_name": "сок од мандарине"
},
"fruit juice": {
"aliases": [],
"description": "",
- "name": "fruit juice",
- "plural_name": "fruit juice"
+ "name": "воћни сок",
+ "plural_name": "воћни сок"
},
"passion-fruit juice": {
"aliases": [],
"description": "",
- "name": "passion-fruit juice",
- "plural_name": "passion-fruit juice"
+ "name": "сок од маракује",
+ "plural_name": "сок од маракује"
},
"iced tea": {
"aliases": [],
"description": "",
- "name": "iced tea",
- "plural_name": "iced tea"
+ "name": "ледени чај",
+ "plural_name": "ледени чај"
},
"kombucha": {
"aliases": [],
"description": "",
- "name": "kombucha",
- "plural_name": "kombuchas"
+ "name": "комбуцха",
+ "plural_name": "комбуцхас"
},
"apricot juice": {
"aliases": [],
"description": "",
- "name": "apricot juice",
- "plural_name": "apricot juice"
+ "name": "сок од кајсије",
+ "plural_name": "сок од кајсије"
},
"beet juice": {
"aliases": [],
"description": "",
- "name": "beet juice",
- "plural_name": "beet juice"
+ "name": "сок од цвекле",
+ "plural_name": "сок од цвекле"
},
"peach juice": {
"aliases": [],
"description": "",
- "name": "peach juice",
- "plural_name": "peach juice"
+ "name": "сок од брескве",
+ "plural_name": "сок од брескве"
},
"orange soda": {
"aliases": [],
"description": "",
- "name": "orange soda",
- "plural_name": "orange sodas"
+ "name": "наранџаста сода",
+ "plural_name": "наранџасте соде"
},
"margarita mix": {
"aliases": [],
"description": "",
- "name": "margarita mix",
- "plural_name": "margarita mixes"
+ "name": "маргарита мик",
+ "plural_name": "маргарита меша"
},
"kool aid": {
"aliases": [],
"description": "",
- "name": "kool aid",
- "plural_name": "kool aids"
+ "name": "коол аид",
+ "plural_name": "коол аидс"
},
"energy drink": {
"aliases": [],
"description": "",
- "name": "energy drink",
- "plural_name": "energy drinks"
+ "name": "енергетско пиће",
+ "plural_name": "енергетска пића"
},
"chamomile tea": {
"aliases": [],
"description": "",
- "name": "chamomile tea",
- "plural_name": "chamomile tea"
+ "name": "чај од камилице",
+ "plural_name": "чај од камилице"
},
"pear juice": {
"aliases": [],
"description": "",
- "name": "pear juice",
- "plural_name": "pear juice"
+ "name": "сок од крушке",
+ "plural_name": "сок од крушке"
},
"tamarind juice": {
"aliases": [],
"description": "",
- "name": "tamarind juice",
- "plural_name": "tamarind juice"
+ "name": "сок од тамаринда",
+ "plural_name": "сок од тамаринда"
},
"cream soda": {
"aliases": [],
"description": "",
- "name": "cream soda",
- "plural_name": "cream sodas"
+ "name": "крем сода",
+ "plural_name": "крем сода"
},
"tamarind water": {
"aliases": [],
"description": "",
- "name": "tamarind water",
- "plural_name": "tamarind water"
+ "name": "тамаринда вода",
+ "plural_name": "тамаринда вода"
},
"mountain dew": {
"aliases": [],
"description": "",
- "name": "mountain dew",
- "plural_name": "mountain dews"
+ "name": "планинска роса",
+ "plural_name": "планинске росе"
},
"grapefruit soda": {
"aliases": [],
"description": "",
- "name": "grapefruit soda",
- "plural_name": "grapefruit sodas"
+ "name": "сода од грејпфрута",
+ "plural_name": "сода од грејпфрута"
},
"rooibos tea": {
"aliases": [],
"description": "",
- "name": "rooibos tea",
- "plural_name": "rooibos tea"
+ "name": "рооибос чај",
+ "plural_name": "рооибос чај"
},
"lime soda": {
"aliases": [],
"description": "",
- "name": "lime soda",
- "plural_name": "lime sodas"
+ "name": "креч сода",
+ "plural_name": "газиране соде од креча"
},
"raspberry juice": {
"aliases": [],
"description": "",
- "name": "raspberry juice",
- "plural_name": "raspberry juice"
+ "name": "сок од малине",
+ "plural_name": "сок од малине"
},
"guava juice": {
"aliases": [],
"description": "",
- "name": "guava juice",
- "plural_name": "guava juice"
+ "name": "сок од гуаве",
+ "plural_name": "сок од гуаве"
},
"jasmine tea": {
"aliases": [],
"description": "",
- "name": "jasmine tea",
- "plural_name": "jasmine tea"
+ "name": "чај од јасмина",
+ "plural_name": "чај од јасмина"
},
"clamato": {
"aliases": [],
"description": "",
- "name": "clamato",
- "plural_name": "clamatoes"
+ "name": "цламато",
+ "plural_name": "цламатоес"
},
"strawberry juice": {
"aliases": [],
"description": "",
- "name": "strawberry juice",
- "plural_name": "strawberry juice"
+ "name": "сок од јагоде",
+ "plural_name": "сок од јагоде"
},
"iced coffee concentrate": {
"aliases": [],
"description": "",
- "name": "iced coffee concentrate",
- "plural_name": "iced coffee concentrate"
+ "name": "концентрат ледене кафе",
+ "plural_name": "концентрат ледене кафе"
},
"green tea leaf": {
"aliases": [],
"description": "",
- "name": "green tea leaf",
- "plural_name": "green tea leaves"
+ "name": "лист зеленог чаја",
+ "plural_name": "листови зеленог чаја"
},
"beetroot juice": {
"aliases": [],
"description": "",
- "name": "beetroot juice",
- "plural_name": "beetroot juice"
+ "name": "сок од цвекле",
+ "plural_name": "сок од цвекле"
},
"blueberry juice": {
"aliases": [],
"description": "",
- "name": "blueberry juice",
- "plural_name": "blueberry juice"
+ "name": "сок од боровнице",
+ "plural_name": "сок од боровнице"
},
"lemonade mix": {
"aliases": [],
"description": "",
- "name": "lemonade mix",
- "plural_name": "lemonade mixes"
+ "name": "мешавина лимунаде",
+ "plural_name": "мешавине лимунаде"
},
"rose syrup": {
"aliases": [],
"description": "",
- "name": "rose syrup",
- "plural_name": "rose syrup"
+ "name": "сируп од руже",
+ "plural_name": "сируп од руже"
},
"v8 juice": {
"aliases": [],
"description": "",
- "name": "v8 juice",
- "plural_name": "v8 juice"
+ "name": "в8 сок",
+ "plural_name": "в8 сок"
},
"thai tea": {
"aliases": [],
"description": "",
- "name": "thai tea",
- "plural_name": "thai tea"
+ "name": "тајландски чај",
+ "plural_name": "тајландски чај"
},
"aloe vera juice": {
"aliases": [],
"description": "",
- "name": "aloe vera juice",
- "plural_name": "aloe vera juice"
+ "name": "сок од алое вере",
+ "plural_name": "сок од алое вере"
},
"white tea": {
"aliases": [],
"description": "",
- "name": "white tea",
- "plural_name": "white tea"
+ "name": "бели чај",
+ "plural_name": "бели чај"
},
"juice blend": {
"aliases": [],
"description": "",
- "name": "juice blend",
- "plural_name": "juice blends"
+ "name": "мешавина сокова",
+ "plural_name": "мешавине сокова"
},
"prune juice": {
"aliases": [],
"description": "",
- "name": "prune juice",
- "plural_name": "prune juice"
+ "name": "сок од суве шљиве",
+ "plural_name": "сок од суве шљиве"
},
"sparkling cider": {
"aliases": [],
"description": "",
- "name": "sparkling cider",
+ "name": "пенушава јабуковача",
"plural_name": null
},
"berry juice": {
"aliases": [],
"description": "",
- "name": "berry juice",
- "plural_name": "berry juice"
+ "name": "сок од бобица",
+ "plural_name": "сок од бобица"
},
"butterfly pea flower": {
"aliases": [],
"description": "",
- "name": "butterfly pea flower",
- "plural_name": "butterfly pea flowers"
+ "name": "лептир грашак цвет",
+ "plural_name": "цветови лептира грашка"
},
"passion tea": {
"aliases": [],
"description": "",
- "name": "passion tea",
- "plural_name": "passion tea"
+ "name": "пасион теа",
+ "plural_name": "пасион теа"
},
"strawberry soda": {
"aliases": [],
"description": "",
- "name": "strawberry soda",
- "plural_name": "strawberry sodas"
+ "name": "сода од јагоде",
+ "plural_name": "соде од јагода"
},
"lapsang souchong": {
"aliases": [],
"description": "",
- "name": "lapsang souchong",
- "plural_name": "lapsang souchongs"
+ "name": "лапсанг соуцхонг",
+ "plural_name": "лапсанг соуцхонгс"
},
"blackcurrant juice": {
"aliases": [],
"description": "",
- "name": "blackcurrant juice",
- "plural_name": "blackcurrant juice"
+ "name": "сок од црне рибизле",
+ "plural_name": "сок од црне рибизле"
},
"herbal tea": {
"aliases": [],
"description": "",
- "name": "herbal tea",
- "plural_name": "herbal tea"
+ "name": "биљни чај",
+ "plural_name": "биљни чај"
},
"banana juice": {
"aliases": [],
"description": "",
- "name": "banana juice",
- "plural_name": "banana juice"
+ "name": "сок од банане",
+ "plural_name": "сок од банане"
},
"lychee juice": {
"aliases": [],
"description": "",
- "name": "lychee juice",
- "plural_name": "lychee juice"
+ "name": "сок од личија",
+ "plural_name": "сок од личија"
},
"sugar cane juice": {
"aliases": [],
"description": "",
- "name": "sugar cane juice",
- "plural_name": "sugar cane juice"
+ "name": "сок од шећерне трске",
+ "plural_name": "сок од шећерне трске"
},
"cranberry-raspberry juice": {
"aliases": [],
"description": "",
- "name": "cranberry-raspberry juice",
- "plural_name": "cranberry-raspberry juice"
+ "name": "сок од бруснице-малине",
+ "plural_name": "сок од бруснице-малине"
},
"decaf coffee": {
"aliases": [],
"description": "",
- "name": "decaf coffee",
- "plural_name": "decaf coffee"
+ "name": "кафа без кофеина",
+ "plural_name": "кафа без кофеина"
},
"pumpkin spice coffee": {
"aliases": [],
"description": "",
- "name": "pumpkin spice coffee",
- "plural_name": "pumpkin spice coffee"
+ "name": "кафа за зачин бундеве",
+ "plural_name": "кафа за зачин бундеве"
},
"pepsi": {
"aliases": [],
"description": "",
- "name": "pepsi",
- "plural_name": "pepsis"
+ "name": "пепси",
+ "plural_name": "пепсис"
},
"cherry soda": {
"aliases": [],
"description": "",
- "name": "cherry soda",
- "plural_name": "cherry sodas"
+ "name": "вишња сода",
+ "plural_name": "сода од вишње"
},
"peppermint tea": {
"aliases": [],
"description": "",
- "name": "peppermint tea",
- "plural_name": "peppermint tea"
+ "name": "чај од нане",
+ "plural_name": "чај од нане"
},
"sports drink": {
"aliases": [],
"description": "",
- "name": "sports drink",
- "plural_name": "sports drinks"
+ "name": "спортско пиће",
+ "plural_name": "спортска пића"
},
"acai berry juice": {
"aliases": [],
"description": "",
- "name": "acai berry juice",
- "plural_name": "acai berry juice"
+ "name": "сок од ацаи бобица",
+ "plural_name": "сок од ацаи бобица"
},
"lemon crystal": {
"aliases": [],
"description": "",
- "name": "lemon crystal",
- "plural_name": "lemon crystals"
+ "name": "кристал лимуна",
+ "plural_name": "кристали лимуна"
},
"raspberry lemonade": {
"aliases": [],
"description": "",
- "name": "raspberry lemonade",
- "plural_name": "raspberry lemonades"
+ "name": "лимунада од малине",
+ "plural_name": "лимунаде од малина"
},
"chicory coffee": {
"aliases": [],
"description": "",
- "name": "chicory coffee",
- "plural_name": "chicory coffee"
+ "name": "кафа од цикорије",
+ "plural_name": "кафа од цикорије"
},
"elderberry juice": {
"aliases": [],
"description": "",
- "name": "elderberry juice",
- "plural_name": "elderberry juice"
+ "name": "сок од базге",
+ "plural_name": "сок од базге"
}
}
},
@@ -15709,554 +15709,554 @@
"almond extract": {
"aliases": [],
"description": "",
- "name": "almond extract",
- "plural_name": "almond extract"
+ "name": "екстракт бадема",
+ "plural_name": "екстракт бадема"
},
"food coloring": {
"aliases": [],
"description": "",
- "name": "food coloring",
- "plural_name": "food colorings"
+ "name": "боје за храну",
+ "plural_name": "боје за храну"
},
"nutritional yeast": {
"aliases": [],
"description": "",
- "name": "nutritional yeast",
- "plural_name": "nutritional yeasts"
+ "name": "нутритивни квасац",
+ "plural_name": "нутритивни квасац"
},
"peppermint extract": {
"aliases": [],
"description": "",
- "name": "peppermint extract",
- "plural_name": "peppermint extract"
+ "name": "екстракт пеперминта",
+ "plural_name": "екстракт пеперминта"
},
"protein powder": {
"aliases": [],
"description": "",
- "name": "protein powder",
- "plural_name": "protein powder"
+ "name": "протеински прах",
+ "plural_name": "протеински прах"
},
"lemon extract": {
"aliases": [],
"description": "",
- "name": "lemon extract",
- "plural_name": "lemon extract"
+ "name": "екстракт лимуна",
+ "plural_name": "екстракт лимуна"
},
"coconut extract": {
"aliases": [],
"description": "",
- "name": "coconut extract",
- "plural_name": "coconut extract"
+ "name": "екстракт кокоса",
+ "plural_name": "екстракт кокоса"
},
"rose water": {
"aliases": [],
"description": "",
- "name": "rose water",
- "plural_name": "rose water"
+ "name": "ружина водица",
+ "plural_name": "ружина водица"
},
"orange extract": {
"aliases": [],
"description": "",
- "name": "orange extract",
- "plural_name": "orange extract"
+ "name": "екстракт наранџе",
+ "plural_name": "екстракт наранџе"
},
"rum extract": {
"aliases": [],
"description": "",
- "name": "rum extract",
- "plural_name": "rum extract"
+ "name": "екстракт рума",
+ "plural_name": "екстракт рума"
},
"maple extract": {
"aliases": [],
"description": "",
- "name": "maple extract",
- "plural_name": "maple extract"
+ "name": "екстракт јавора",
+ "plural_name": "екстракт јавора"
},
"collagen": {
"aliases": [],
"description": "",
- "name": "collagen",
- "plural_name": "collagens"
+ "name": "колаген",
+ "plural_name": "колагена"
},
"chocolate protein powder": {
"aliases": [],
"description": "",
- "name": "chocolate protein powder",
- "plural_name": "chocolate protein powder"
+ "name": "чоколадни протеински прах",
+ "plural_name": "чоколадни протеински прах"
},
"orange blossom water": {
"aliases": [],
"description": "",
- "name": "orange blossom water",
- "plural_name": "orange blossom water"
+ "name": "вода цветова поморанџе",
+ "plural_name": "вода цветова поморанџе"
},
"liquid egg white": {
"aliases": [],
"description": "",
- "name": "liquid egg white",
- "plural_name": "liquid egg whites"
+ "name": "течно беланце",
+ "plural_name": "течни беланца"
},
"peanut butter powder": {
"aliases": [],
"description": "",
- "name": "peanut butter powder",
- "plural_name": "peanut butter powder"
+ "name": "путер од кикирикија у праху",
+ "plural_name": "путер од кикирикија у праху"
},
"vegan protein powder": {
"aliases": [],
"description": "",
- "name": "vegan protein powder",
- "plural_name": "vegan protein powder"
+ "name": "вегански протеински прах",
+ "plural_name": "вегански протеински прах"
},
"essence": {
"aliases": [],
"description": "",
- "name": "essence",
- "plural_name": "essences"
+ "name": "суштина",
+ "plural_name": "есенције"
},
"maca powder": {
"aliases": [],
"description": "",
- "name": "maca powder",
- "plural_name": "maca powder"
+ "name": "маца у праху",
+ "plural_name": "маца у праху"
},
"spirulina": {
"aliases": [],
"description": "",
- "name": "spirulina",
- "plural_name": "spirulinas"
+ "name": "спирулина",
+ "plural_name": "спирулине"
},
"coffee extract": {
"aliases": [],
"description": "",
- "name": "coffee extract",
- "plural_name": "coffee extract"
+ "name": "екстракт кафе",
+ "plural_name": "екстракт кафе"
},
"brewer's yeast": {
"aliases": [],
"description": "",
- "name": "brewer's yeast",
- "plural_name": "brewer's yeasts"
+ "name": "пивски квасац",
+ "plural_name": "пивским квасцима"
},
"strawberry extract": {
"aliases": [],
"description": "",
- "name": "strawberry extract",
- "plural_name": "strawberry extract"
+ "name": "екстракт јагоде",
+ "plural_name": "екстракт јагоде"
},
"butter extract": {
"aliases": [],
"description": "",
- "name": "butter extract",
- "plural_name": "butter extract"
+ "name": "екстракт путера",
+ "plural_name": "екстракт путера"
},
"chocolate extract": {
"aliases": [],
"description": "",
- "name": "chocolate extract",
- "plural_name": "chocolate extract"
+ "name": "екстракт чоколаде",
+ "plural_name": "екстракт чоколаде"
},
"raspberry extract": {
"aliases": [],
"description": "",
- "name": "raspberry extract",
- "plural_name": "raspberry extract"
+ "name": "екстракт малине",
+ "plural_name": "екстракт малине"
},
"anise extract": {
"aliases": [],
"description": "",
- "name": "anise extract",
- "plural_name": "anise extract"
+ "name": "екстракт аниса",
+ "plural_name": "екстракт аниса"
},
"bee pollen": {
"aliases": [],
"description": "",
- "name": "bee pollen",
- "plural_name": "bee pollens"
+ "name": "пчелињи полен",
+ "plural_name": "пчелињи полен"
},
"cannabi": {
"aliases": [],
"description": "",
- "name": "cannabi",
- "plural_name": "cannabis"
+ "name": "канаби",
+ "plural_name": "канабис"
},
"banana extract": {
"aliases": [],
"description": "",
- "name": "banana extract",
- "plural_name": "banana extract"
+ "name": "екстракт банане",
+ "plural_name": "екстракт банане"
},
"lavender oil": {
"aliases": [],
"description": "",
- "name": "lavender oil",
- "plural_name": "lavender oil"
+ "name": "уље лаванде",
+ "plural_name": "уље лаванде"
},
"essential oil": {
"aliases": [],
"description": "",
- "name": "essential oil",
- "plural_name": "essential oil"
+ "name": "етерично уље",
+ "plural_name": "етерично уље"
},
"chicken essence": {
"aliases": [],
"description": "",
- "name": "chicken essence",
- "plural_name": "chicken essences"
+ "name": "пилећа есенција",
+ "plural_name": "пилеће есенције"
},
"caramel extract": {
"aliases": [],
"description": "",
- "name": "caramel extract",
- "plural_name": "caramel extract"
+ "name": "екстракт карамела",
+ "plural_name": "екстракт карамела"
},
"egg white powder": {
"aliases": [],
"description": "",
- "name": "egg white powder",
- "plural_name": "egg white powder"
+ "name": "прах беланаца",
+ "plural_name": "прах беланаца"
},
"cannabutter": {
"aliases": [],
"description": "",
- "name": "cannabutter",
- "plural_name": "cannabutter"
+ "name": "канабутер",
+ "plural_name": "канабутер"
},
"root beer extract": {
"aliases": [],
"description": "",
- "name": "root beer extract",
- "plural_name": "root beer extract"
+ "name": "екстракт кореновог пива",
+ "plural_name": "екстракт кореновог пива"
},
"vitamin c": {
"aliases": [],
"description": "",
- "name": "vitamin c",
- "plural_name": "vitamin cs"
+ "name": "витамин ц",
+ "plural_name": "витамин цс"
},
"acai powder": {
"aliases": [],
"description": "",
- "name": "acai powder",
- "plural_name": "acai powder"
+ "name": "ацаи прах",
+ "plural_name": "ацаи прах"
},
"hemp protein": {
"aliases": [],
"description": "",
- "name": "hemp protein",
- "plural_name": "hemp proteins"
+ "name": "протеин конопље",
+ "plural_name": "протеини конопље"
},
"ube flavoring": {
"aliases": [],
"description": "",
- "name": "ube flavoring",
- "plural_name": "ube flavorings"
+ "name": "убе арома",
+ "plural_name": "убе ароме"
},
"glucomannan": {
"aliases": [],
"description": "",
- "name": "glucomannan",
- "plural_name": "glucomannans"
+ "name": "глукоманан",
+ "plural_name": "глукоманани"
},
"hazelnut extract": {
"aliases": [],
"description": "",
- "name": "hazelnut extract",
- "plural_name": "hazelnut extract"
+ "name": "екстракт лешника",
+ "plural_name": "екстракт лешника"
},
"freeze-dried strawberry powder": {
"aliases": [],
"description": "",
- "name": "freeze-dried strawberry powder",
- "plural_name": "freeze-dried strawberry powder"
+ "name": "замрзнуте јагоде у праху",
+ "plural_name": "замрзнуте јагоде у праху"
},
"tamarind extract": {
"aliases": [],
"description": "",
- "name": "tamarind extract",
- "plural_name": "tamarind extract"
+ "name": "екстракт тамаринда",
+ "plural_name": "екстракт тамаринда"
},
"cherry extract": {
"aliases": [],
"description": "",
- "name": "cherry extract",
- "plural_name": "cherry extract"
+ "name": "екстракт трешње",
+ "plural_name": "екстракт трешње"
},
"butterscotch flavor": {
"aliases": [],
"description": "",
- "name": "butterscotch flavor",
- "plural_name": "butterscotch flavors"
+ "name": "укус буттерсцотцх",
+ "plural_name": "укуси буттерсцотцх"
},
"kewra water": {
"aliases": [],
"description": "",
- "name": "kewra water",
- "plural_name": "kewra water"
+ "name": "кевра ватер",
+ "plural_name": "кевра ватер"
},
"pineapple extract": {
"aliases": [],
"description": "",
- "name": "pineapple extract",
- "plural_name": "pineapple extract"
+ "name": "екстракт ананаса",
+ "plural_name": "екстракт ананаса"
},
"lemon juice concentrate": {
"aliases": [],
"description": "",
- "name": "lemon juice concentrate",
- "plural_name": "lemon juice concentrate"
+ "name": "концентрат лимуновог сока",
+ "plural_name": "концентрат лимуновог сока"
},
"chocolate collagen": {
"aliases": [],
"description": "",
- "name": "chocolate collagen",
- "plural_name": "chocolate collagens"
+ "name": "чоколадни колаген",
+ "plural_name": "чоколадни колаген"
},
"cinnamon extract": {
"aliases": [],
"description": "",
- "name": "cinnamon extract",
- "plural_name": "cinnamon extract"
+ "name": "екстракт цимета",
+ "plural_name": "екстракт цимета"
},
"cannabis milk": {
"aliases": [],
"description": "",
- "name": "cannabis milk",
- "plural_name": "cannabis milk"
+ "name": "млеко од канабиса",
+ "plural_name": "млеко од канабиса"
},
"malt extract": {
"aliases": [],
"description": "",
- "name": "malt extract",
- "plural_name": "malt extract"
+ "name": "екстракт слада",
+ "plural_name": "екстракт слада"
},
"kombucha starter": {
"aliases": [],
"description": "",
- "name": "kombucha starter",
- "plural_name": "kombucha starters"
+ "name": "комбуцха стартер",
+ "plural_name": "комбуцха предјела"
},
"pandan extract": {
"aliases": [],
"description": "",
- "name": "pandan extract",
- "plural_name": "pandan extract"
+ "name": "екстракт пандана",
+ "plural_name": "екстракт пандана"
},
"camu powder": {
"aliases": [],
"description": "",
- "name": "camu powder",
- "plural_name": "camu powder"
+ "name": "каму прах",
+ "plural_name": "каму прах"
},
"soy lecithin": {
"aliases": [],
"description": "",
- "name": "soy lecithin",
- "plural_name": "soy lecithins"
+ "name": "сојин лецитин",
+ "plural_name": "сојиних лецитина"
},
"wheatgrass powder": {
"aliases": [],
"description": "",
- "name": "wheatgrass powder",
- "plural_name": "wheatgrass powder"
+ "name": "прах пшеничне траве",
+ "plural_name": "прах пшеничне траве"
},
"ashwagandha": {
"aliases": [],
"description": "",
- "name": "ashwagandha",
- "plural_name": "ashwagandhas"
+ "name": "асхвагандха",
+ "plural_name": "асхвагандхас"
},
"casein": {
"aliases": [],
"description": "",
- "name": "casein",
- "plural_name": "caseins"
+ "name": "казеин",
+ "plural_name": "казеина"
},
"cbd oil": {
"aliases": [],
"description": "",
- "name": "cbd oil",
- "plural_name": "cbd oil"
+ "name": "цбд оил",
+ "plural_name": "цбд оил"
},
"chlorella": {
"aliases": [],
"description": "",
- "name": "chlorella",
- "plural_name": "chlorellas"
+ "name": "цхлорелла",
+ "plural_name": "хлореле"
},
"fish oil": {
"aliases": [],
"description": "",
- "name": "fish oil",
- "plural_name": "fish oil"
+ "name": "рибљег уља",
+ "plural_name": "рибљег уља"
},
"lime essential oil": {
"aliases": [],
"description": "",
- "name": "lime essential oil",
- "plural_name": "lime essential oil"
+ "name": "есенцијално уље лимете",
+ "plural_name": "есенцијално уље лимете"
},
"probiotic": {
"aliases": [],
"description": "",
- "name": "probiotic",
- "plural_name": "probiotics"
+ "name": "пробиотик",
+ "plural_name": "пробиотици"
},
"activated charcoal": {
"aliases": [],
"description": "",
- "name": "activated charcoal",
- "plural_name": "activated charcoals"
+ "name": "активни угаљ",
+ "plural_name": "активни угаљ"
},
"egg powder": {
"aliases": [],
"description": "",
- "name": "egg powder",
- "plural_name": "egg powder"
+ "name": "јаја у праху",
+ "plural_name": "јаја у праху"
},
"reishi mushroom": {
"aliases": [],
"description": "",
- "name": "reishi mushroom",
- "plural_name": "reishi mushrooms"
+ "name": "реисхи печурка",
+ "plural_name": "реисхи печурке"
},
"vitamin e": {
"aliases": [],
"description": "",
- "name": "vitamin e",
- "plural_name": "vitamin es"
+ "name": "витамин е",
+ "plural_name": "витамин ес"
},
"wine yeast": {
"aliases": [],
"description": "",
- "name": "wine yeast",
- "plural_name": "wine yeasts"
+ "name": "вински квасац",
+ "plural_name": "вински квасци"
},
"barley gras": {
"aliases": [],
"description": "",
- "name": "barley gras",
- "plural_name": "barley grass"
+ "name": "јечмена трава",
+ "plural_name": "јечмена трава"
},
"greens powder": {
"aliases": [],
"description": "",
- "name": "greens powder",
- "plural_name": "greens powder"
+ "name": "зелени прах",
+ "plural_name": "зелени прах"
},
"rice protein powder": {
"aliases": [],
"description": "",
- "name": "rice protein powder",
- "plural_name": "rice protein powder"
+ "name": "протеински прах пиринча",
+ "plural_name": "протеински прах пиринча"
},
"tea-tree oil": {
"aliases": [],
"description": "",
- "name": "tea-tree oil",
- "plural_name": "tea-tree oil"
+ "name": "уље чајевца",
+ "plural_name": "уље чајевца"
},
"vitamin d": {
"aliases": [],
"description": "",
- "name": "vitamin d",
- "plural_name": "vitamin ds"
+ "name": "витамин д",
+ "plural_name": "витамин дс"
},
"calcium lactate": {
"aliases": [],
"description": "",
- "name": "calcium lactate",
- "plural_name": "calcium lactates"
+ "name": "калцијум лактат",
+ "plural_name": "калцијум лактати"
},
"mango extract": {
"aliases": [],
"description": "",
- "name": "mango extract",
- "plural_name": "mango extract"
+ "name": "екстракт манга",
+ "plural_name": "екстракт манга"
},
"raspberry powder": {
"aliases": [],
"description": "",
- "name": "raspberry powder",
- "plural_name": "raspberry powder"
+ "name": "прах малине",
+ "plural_name": "прах малине"
},
"blueberry extract": {
"aliases": [],
"description": "",
- "name": "blueberry extract",
- "plural_name": "blueberry extract"
+ "name": "екстракт боровнице",
+ "plural_name": "екстракт боровнице"
},
"corn extract": {
"aliases": [],
"description": "",
- "name": "corn extract",
- "plural_name": "corn extract"
+ "name": "екстракт кукуруза",
+ "plural_name": "екстракт кукуруза"
},
"magnesium": {
"aliases": [],
"description": "",
- "name": "magnesium",
- "plural_name": "magnesiums"
+ "name": "магнезијум",
+ "plural_name": "магнезијума"
},
"creatine": {
"aliases": [],
"description": "",
- "name": "creatine",
- "plural_name": "creatines"
+ "name": "креатин",
+ "plural_name": "креатини"
},
"daily vitamin": {
"aliases": [],
"description": "",
- "name": "daily vitamin",
- "plural_name": "daily vitamins"
+ "name": "дневни витамин",
+ "plural_name": "дневни витамини"
},
"moringa powder": {
"aliases": [],
"description": "",
- "name": "moringa powder",
- "plural_name": "moringa powder"
+ "name": "моринга прах",
+ "plural_name": "моринга прах"
},
"pure lime extract": {
"aliases": [],
"description": "",
- "name": "pure lime extract",
- "plural_name": "pure lime extract"
+ "name": "чисти екстракт лимете",
+ "plural_name": "чисти екстракт лимете"
},
"sodium alginate": {
"aliases": [],
"description": "",
- "name": "sodium alginate",
- "plural_name": "sodium alginates"
+ "name": "натријум алгинат",
+ "plural_name": "натријум алгинати"
},
"sunflower lecithin": {
"aliases": [],
"description": "",
- "name": "sunflower lecithin",
- "plural_name": "sunflower lecithins"
+ "name": "сунцокретов лецитин",
+ "plural_name": "сунцокретов лецитин"
},
"thc": {
"aliases": [],
"description": "",
- "name": "thc",
- "plural_name": "thcs"
+ "name": "тхц",
+ "plural_name": "тхцс"
},
"berry powder": {
"aliases": [],
"description": "",
- "name": "berry powder",
- "plural_name": "berry powder"
+ "name": "бобица у праху",
+ "plural_name": "бобица у праху"
},
"champagne yeast": {
"aliases": [],
"description": "",
- "name": "champagne yeast",
- "plural_name": "champagne yeasts"
+ "name": "квасац за шампањац",
+ "plural_name": "квасац за шампањац"
},
"maqui": {
"aliases": [],
"description": "",
- "name": "maqui",
- "plural_name": "maquis"
+ "name": "макуи",
+ "plural_name": "макија"
},
"rose oil": {
"aliases": [],
diff --git a/mealie/repos/seed/resources/labels/locales/pl-PL.json b/mealie/repos/seed/resources/labels/locales/pl-PL.json
index b06fcd17d..51384f28a 100644
--- a/mealie/repos/seed/resources/labels/locales/pl-PL.json
+++ b/mealie/repos/seed/resources/labels/locales/pl-PL.json
@@ -1,6 +1,6 @@
[
{
- "name": "Wyroby"
+ "name": "Produkty świeże"
},
{
"name": "Ziarna"
@@ -24,10 +24,10 @@
"name": "Wyroby piekarnicze"
},
{
- "name": "Wyroby puszkowe"
+ "name": "Konserwy"
},
{
- "name": "Geurmiddels"
+ "name": "Przyprawy"
},
{
"name": "Wyroby cukiernicze"
@@ -36,13 +36,13 @@
"name": "Nabiał"
},
{
- "name": "Mrożona żywność"
+ "name": "Mrożonki"
},
{
- "name": "Żywność zdrowotna"
+ "name": "Zdrowa żywność"
},
{
- "name": "Wyroby gospodarstwa domowego"
+ "name": "Artykuły domowe"
},
{
"name": "Produkty mięsne"
diff --git a/mealie/repos/seed/resources/units/locales/ar-SA.json b/mealie/repos/seed/resources/units/locales/ar-SA.json
index 018da77d9..ccbfb9789 100644
--- a/mealie/repos/seed/resources/units/locales/ar-SA.json
+++ b/mealie/repos/seed/resources/units/locales/ar-SA.json
@@ -19,7 +19,7 @@
},
"fluid-ounce": {
"name": "أونصة سائل",
- "plural_name": "أونصة سائل",
+ "plural_name": "أونصات سائل",
"description": "",
"abbreviation": "أونصة سائل"
},
@@ -139,8 +139,8 @@
"abbreviation": ""
},
"sprig": {
- "name": "sprig",
- "plural_name": "sprigs",
+ "name": "غصن",
+ "plural_name": "أغصان",
"description": "",
"abbreviation": ""
}
diff --git a/mealie/repos/seed/resources/units/locales/pl-PL.json b/mealie/repos/seed/resources/units/locales/pl-PL.json
index 524fa27bd..b8758d86f 100644
--- a/mealie/repos/seed/resources/units/locales/pl-PL.json
+++ b/mealie/repos/seed/resources/units/locales/pl-PL.json
@@ -3,25 +3,25 @@
"name": "łyżeczka",
"plural_name": "łyżeczki",
"description": "",
- "abbreviation": "łyżeczka"
+ "abbreviation": "łyżecz."
},
"tablespoon": {
"name": "łyżka",
"plural_name": "łyżki",
"description": "",
- "abbreviation": "łyżka"
+ "abbreviation": "łyż."
},
"cup": {
"name": "szklanka",
"plural_name": "szklanki",
"description": "",
- "abbreviation": "szklanka"
+ "abbreviation": "szkl."
},
"fluid-ounce": {
- "name": "uncja",
- "plural_name": "uncje",
+ "name": "uncja płynna",
+ "plural_name": "uncje płynne",
"description": "",
- "abbreviation": "uncje"
+ "abbreviation": "fl oz"
},
"pint": {
"name": "pinta",
@@ -85,8 +85,8 @@
"abbreviation": "mg"
},
"splash": {
- "name": "kapka",
- "plural_name": "kapki",
+ "name": "odrobina",
+ "plural_name": "odrobiny",
"description": "",
"abbreviation": ""
},
diff --git a/mealie/services/scraper/scraper_strategies.py b/mealie/services/scraper/scraper_strategies.py
index 924bb1b4c..1a97b4198 100644
--- a/mealie/services/scraper/scraper_strategies.py
+++ b/mealie/services/scraper/scraper_strategies.py
@@ -76,7 +76,10 @@ async def safe_scrape_html(url: str) -> str:
html_bytes = b""
response = None
- transport = safehttp.AsyncSafeTransport(impersonate=impersonation)
+ transport = safehttp.AsyncSafeTransport(
+ impersonate=impersonation,
+ verify=False, # disable SSL verification since we can handle untrusted data and some sites don't have certs
+ )
async with AsyncClient(transport=transport) as client:
async with client.stream(
"GET",
diff --git a/pyproject.toml b/pyproject.toml
index e6c6e6e04..b47cdf2a4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ license = "AGPL-3.0-only"
requires-python = ">=3.12,<3.13"
dependencies = [
"Jinja2==3.1.6",
- "Pillow==12.1.1",
+ "Pillow==12.2.0",
"PyYAML==6.0.3",
"SQLAlchemy==2.0.48",
"aiofiles==25.1.0",
@@ -17,10 +17,10 @@ dependencies = [
"apprise==1.9.9",
"bcrypt==5.0.0",
"extruct==0.18.0",
- "fastapi==0.135.1",
+ "fastapi==0.135.3",
"httpx==0.28.1",
"lxml==6.0.2",
- "orjson==3.11.7",
+ "orjson==3.11.8",
"pydantic==2.12.5",
"pyhumps==3.8.0",
"python-dateutil==2.9.0.post0",
@@ -29,8 +29,8 @@ dependencies = [
"python-multipart==0.0.22",
"python-slugify==8.0.4",
"recipe-scrapers==15.11.0",
- "requests==2.33.0",
- "tzdata==2025.3",
+ "requests==2.33.1",
+ "tzdata==2026.1",
"uvicorn[standard]==0.42.0",
"beautifulsoup4==4.14.3",
"isodate==0.7.2",
@@ -42,7 +42,7 @@ dependencies = [
"pydantic-settings==2.13.1",
"pillow-heif==1.3.0",
"pyjwt==2.12.1",
- "openai==2.29.0",
+ "openai==2.30.0",
"typing-extensions==4.15.0",
"itsdangerous==2.2.0",
"yt-dlp==2026.3.17",
@@ -67,17 +67,17 @@ dev = [
"coverage==7.13.5",
"coveragepy-lcov==0.1.2",
"mkdocs-material==9.7.6",
- "mypy==1.19.1",
+ "mypy==1.20.0",
"pre-commit==4.5.1",
"pylint==4.0.5",
"pytest==9.0.2",
"pytest-asyncio==1.3.0",
"rich==14.3.3",
- "ruff==0.15.7",
+ "ruff==0.15.9",
"types-PyYAML==6.0.12.20250915",
- "types-python-dateutil==2.9.0.20260305",
+ "types-python-dateutil==2.9.0.20260402",
"types-python-slugify==8.0.2.20240310",
- "types-requests==2.32.4.20260107",
+ "types-requests==2.33.0.20260402",
"types-urllib3==1.26.25.14",
"pydantic-to-typescript2==1.0.6",
"freezegun==1.5.5",
diff --git a/uv.lock b/uv.lock
index 3ff4875e4..48d6c4a00 100644
--- a/uv.lock
+++ b/uv.lock
@@ -422,7 +422,7 @@ wheels = [
[[package]]
name = "fastapi"
-version = "0.135.1"
+version = "0.135.3"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "annotated-doc" },
@@ -431,9 +431,9 @@ dependencies = [
{ name = "typing-extensions" },
{ name = "typing-inspection" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/e7/7b/f8e0211e9380f7195ba3f3d40c292594fd81ba8ec4629e3854c353aaca45/fastapi-0.135.1.tar.gz", hash = "sha256:d04115b508d936d254cea545b7312ecaa58a7b3a0f84952535b4c9afae7668cd", size = 394962, upload-time = "2026-03-01T18:18:29.369Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/f7/e6/7adb4c5fa231e82c35b8f5741a9f2d055f520c29af5546fd70d3e8e1cd2e/fastapi-0.135.3.tar.gz", hash = "sha256:bd6d7caf1a2bdd8d676843cdcd2287729572a1ef524fc4d65c17ae002a1be654", size = 396524, upload-time = "2026-04-01T16:23:58.188Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/e4/72/42e900510195b23a56bde950d26a51f8b723846bfcaa0286e90287f0422b/fastapi-0.135.1-py3-none-any.whl", hash = "sha256:46e2fc5745924b7c840f71ddd277382af29ce1cdb7d5eab5bf697e3fb9999c9e", size = 116999, upload-time = "2026-03-01T18:18:30.831Z" },
+ { url = "https://files.pythonhosted.org/packages/84/a4/5caa2de7f917a04ada20018eccf60d6cc6145b0199d55ca3711b0fc08312/fastapi-0.135.3-py3-none-any.whl", hash = "sha256:9b0f590c813acd13d0ab43dd8494138eb58e484bfac405db1f3187cfc5810d98", size = 117734, upload-time = "2026-04-01T16:23:59.328Z" },
]
[[package]]
@@ -735,21 +735,23 @@ sdist = { url = "https://files.pythonhosted.org/packages/5f/c1/3791e39d65c39b4e0
[[package]]
name = "librt"
-version = "0.6.3"
+version = "0.8.1"
source = { registry = "https://pypi.org/simple" }
-sdist = { url = "https://files.pythonhosted.org/packages/37/c3/cdff3c10e2e608490dc0a310ccf11ba777b3943ad4fcead2a2ade98c21e1/librt-0.6.3.tar.gz", hash = "sha256:c724a884e642aa2bbad52bb0203ea40406ad742368a5f90da1b220e970384aae", size = 54209, upload-time = "2025-11-29T14:01:56.058Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/56/9c/b4b0c54d84da4a94b37bd44151e46d5e583c9534c7e02250b961b1b6d8a8/librt-0.8.1.tar.gz", hash = "sha256:be46a14693955b3bd96014ccbdb8339ee8c9346fbe11c1b78901b55125f14c73", size = 177471, upload-time = "2026-02-17T16:13:06.101Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/b4/2c/b59249c566f98fe90e178baf59e83f628d6c38fb8bc78319301fccda0b5e/librt-0.6.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:74418f718083009108dc9a42c21bf2e4802d49638a1249e13677585fcc9ca176", size = 27841, upload-time = "2025-11-29T14:00:58.925Z" },
- { url = "https://files.pythonhosted.org/packages/40/e8/9db01cafcd1a2872b76114c858f81cc29ce7ad606bc102020d6dabf470fb/librt-0.6.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:514f3f363d1ebc423357d36222c37e5c8e6674b6eae8d7195ac9a64903722057", size = 27844, upload-time = "2025-11-29T14:01:00.2Z" },
- { url = "https://files.pythonhosted.org/packages/59/4d/da449d3a7d83cc853af539dee42adc37b755d7eea4ad3880bacfd84b651d/librt-0.6.3-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:cf1115207a5049d1f4b7b4b72de0e52f228d6c696803d94843907111cbf80610", size = 84091, upload-time = "2025-11-29T14:01:01.118Z" },
- { url = "https://files.pythonhosted.org/packages/ea/6c/f90306906fb6cc6eaf4725870f0347115de05431e1f96d35114392d31fda/librt-0.6.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ad8ba80cdcea04bea7b78fcd4925bfbf408961e9d8397d2ee5d3ec121e20c08c", size = 88239, upload-time = "2025-11-29T14:01:02.11Z" },
- { url = "https://files.pythonhosted.org/packages/e7/ae/473ce7b423cfac2cb503851a89d9d2195bf615f534d5912bf86feeebbee7/librt-0.6.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4018904c83eab49c814e2494b4e22501a93cdb6c9f9425533fe693c3117126f9", size = 88815, upload-time = "2025-11-29T14:01:03.114Z" },
- { url = "https://files.pythonhosted.org/packages/c4/6d/934df738c87fb9617cabefe4891eece585a06abe6def25b4bca3b174429d/librt-0.6.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:8983c5c06ac9c990eac5eb97a9f03fe41dc7e9d7993df74d9e8682a1056f596c", size = 90598, upload-time = "2025-11-29T14:01:04.071Z" },
- { url = "https://files.pythonhosted.org/packages/72/89/eeaa124f5e0f431c2b39119550378ae817a4b1a3c93fd7122f0639336fff/librt-0.6.3-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:d7769c579663a6f8dbf34878969ac71befa42067ce6bf78e6370bf0d1194997c", size = 88603, upload-time = "2025-11-29T14:01:05.02Z" },
- { url = "https://files.pythonhosted.org/packages/4d/ed/c60b3c1cfc27d709bc0288af428ce58543fcb5053cf3eadbc773c24257f5/librt-0.6.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:d3c9a07eafdc70556f8c220da4a538e715668c0c63cabcc436a026e4e89950bf", size = 92112, upload-time = "2025-11-29T14:01:06.304Z" },
- { url = "https://files.pythonhosted.org/packages/c1/ab/f56169be5f716ef4ab0277be70bcb1874b4effc262e655d85b505af4884d/librt-0.6.3-cp312-cp312-win32.whl", hash = "sha256:38320386a48a15033da295df276aea93a92dfa94a862e06893f75ea1d8bbe89d", size = 20127, upload-time = "2025-11-29T14:01:07.283Z" },
- { url = "https://files.pythonhosted.org/packages/ff/8d/222750ce82bf95125529eaab585ac7e2829df252f3cfc05d68792fb1dd2c/librt-0.6.3-cp312-cp312-win_amd64.whl", hash = "sha256:c0ecf4786ad0404b072196b5df774b1bb23c8aacdcacb6c10b4128bc7b00bd01", size = 21545, upload-time = "2025-11-29T14:01:08.184Z" },
- { url = "https://files.pythonhosted.org/packages/72/c9/f731ddcfb72f446a92a8674c6b8e1e2242773cce43a04f41549bd8b958ff/librt-0.6.3-cp312-cp312-win_arm64.whl", hash = "sha256:9f2a6623057989ebc469cd9cc8fe436c40117a0147627568d03f84aef7854c55", size = 20946, upload-time = "2025-11-29T14:01:09.384Z" },
+ { url = "https://files.pythonhosted.org/packages/95/21/d39b0a87ac52fc98f621fb6f8060efb017a767ebbbac2f99fbcbc9ddc0d7/librt-0.8.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:a28f2612ab566b17f3698b0da021ff9960610301607c9a5e8eaca62f5e1c350a", size = 66516, upload-time = "2026-02-17T16:11:41.604Z" },
+ { url = "https://files.pythonhosted.org/packages/69/f1/46375e71441c43e8ae335905e069f1c54febee63a146278bcee8782c84fd/librt-0.8.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:60a78b694c9aee2a0f1aaeaa7d101cf713e92e8423a941d2897f4fa37908dab9", size = 68634, upload-time = "2026-02-17T16:11:43.268Z" },
+ { url = "https://files.pythonhosted.org/packages/0a/33/c510de7f93bf1fa19e13423a606d8189a02624a800710f6e6a0a0f0784b3/librt-0.8.1-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:758509ea3f1eba2a57558e7e98f4659d0ea7670bff49673b0dde18a3c7e6c0eb", size = 198941, upload-time = "2026-02-17T16:11:44.28Z" },
+ { url = "https://files.pythonhosted.org/packages/dd/36/e725903416409a533d92398e88ce665476f275081d0d7d42f9c4951999e5/librt-0.8.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:039b9f2c506bd0ab0f8725aa5ba339c6f0cd19d3b514b50d134789809c24285d", size = 209991, upload-time = "2026-02-17T16:11:45.462Z" },
+ { url = "https://files.pythonhosted.org/packages/30/7a/8d908a152e1875c9f8eac96c97a480df425e657cdb47854b9efaa4998889/librt-0.8.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5bb54f1205a3a6ab41a6fd71dfcdcbd278670d3a90ca502a30d9da583105b6f7", size = 224476, upload-time = "2026-02-17T16:11:46.542Z" },
+ { url = "https://files.pythonhosted.org/packages/a8/b8/a22c34f2c485b8903a06f3fe3315341fe6876ef3599792344669db98fcff/librt-0.8.1-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:05bd41cdee35b0c59c259f870f6da532a2c5ca57db95b5f23689fcb5c9e42440", size = 217518, upload-time = "2026-02-17T16:11:47.746Z" },
+ { url = "https://files.pythonhosted.org/packages/79/6f/5c6fea00357e4f82ba44f81dbfb027921f1ab10e320d4a64e1c408d035d9/librt-0.8.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:adfab487facf03f0d0857b8710cf82d0704a309d8ffc33b03d9302b4c64e91a9", size = 225116, upload-time = "2026-02-17T16:11:49.298Z" },
+ { url = "https://files.pythonhosted.org/packages/f2/a0/95ced4e7b1267fe1e2720a111685bcddf0e781f7e9e0ce59d751c44dcfe5/librt-0.8.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:153188fe98a72f206042be10a2c6026139852805215ed9539186312d50a8e972", size = 217751, upload-time = "2026-02-17T16:11:50.49Z" },
+ { url = "https://files.pythonhosted.org/packages/93/c2/0517281cb4d4101c27ab59472924e67f55e375bc46bedae94ac6dc6e1902/librt-0.8.1-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:dd3c41254ee98604b08bd5b3af5bf0a89740d4ee0711de95b65166bf44091921", size = 218378, upload-time = "2026-02-17T16:11:51.783Z" },
+ { url = "https://files.pythonhosted.org/packages/43/e8/37b3ac108e8976888e559a7b227d0ceac03c384cfd3e7a1c2ee248dbae79/librt-0.8.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e0d138c7ae532908cbb342162b2611dbd4d90c941cd25ab82084aaf71d2c0bd0", size = 241199, upload-time = "2026-02-17T16:11:53.561Z" },
+ { url = "https://files.pythonhosted.org/packages/4b/5b/35812d041c53967fedf551a39399271bbe4257e681236a2cf1a69c8e7fa1/librt-0.8.1-cp312-cp312-win32.whl", hash = "sha256:43353b943613c5d9c49a25aaffdba46f888ec354e71e3529a00cca3f04d66a7a", size = 54917, upload-time = "2026-02-17T16:11:54.758Z" },
+ { url = "https://files.pythonhosted.org/packages/de/d1/fa5d5331b862b9775aaf2a100f5ef86854e5d4407f71bddf102f4421e034/librt-0.8.1-cp312-cp312-win_amd64.whl", hash = "sha256:ff8baf1f8d3f4b6b7257fcb75a501f2a5499d0dda57645baa09d4d0d34b19444", size = 62017, upload-time = "2026-02-17T16:11:55.748Z" },
+ { url = "https://files.pythonhosted.org/packages/c7/7c/c614252f9acda59b01a66e2ddfd243ed1c7e1deab0293332dfbccf862808/librt-0.8.1-cp312-cp312-win_arm64.whl", hash = "sha256:0f2ae3725904f7377e11cc37722d5d401e8b3d5851fb9273d7f4fe04f6b3d37d", size = 52441, upload-time = "2026-02-17T16:11:56.801Z" },
]
[[package]]
@@ -950,7 +952,7 @@ requires-dist = [
{ name = "bcrypt", specifier = "==5.0.0" },
{ name = "beautifulsoup4", specifier = "==4.14.3" },
{ name = "extruct", specifier = "==0.18.0" },
- { name = "fastapi", specifier = "==0.135.1" },
+ { name = "fastapi", specifier = "==0.135.3" },
{ name = "html2text", specifier = "==2025.4.15" },
{ name = "httpx", specifier = "==0.28.1" },
{ name = "httpx-curl-cffi", specifier = "==0.1.5" },
@@ -959,10 +961,10 @@ requires-dist = [
{ name = "itsdangerous", specifier = "==2.2.0" },
{ name = "jinja2", specifier = "==3.1.6" },
{ name = "lxml", specifier = "==6.0.2" },
- { name = "openai", specifier = "==2.29.0" },
- { name = "orjson", specifier = "==3.11.7" },
+ { name = "openai", specifier = "==2.30.0" },
+ { name = "orjson", specifier = "==3.11.8" },
{ name = "paho-mqtt", specifier = "==1.6.1" },
- { name = "pillow", specifier = "==12.1.1" },
+ { name = "pillow", specifier = "==12.2.0" },
{ name = "pillow-heif", specifier = "==1.3.0" },
{ name = "pint", specifier = "==0.25.3" },
{ name = "psycopg2-binary", marker = "extra == 'pgsql'", specifier = "==2.9.11" },
@@ -978,11 +980,11 @@ requires-dist = [
{ name = "pyyaml", specifier = "==6.0.3" },
{ name = "rapidfuzz", specifier = "==3.14.3" },
{ name = "recipe-scrapers", specifier = "==15.11.0" },
- { name = "requests", specifier = "==2.33.0" },
+ { name = "requests", specifier = "==2.33.1" },
{ name = "sqlalchemy", specifier = "==2.0.48" },
{ name = "text-unidecode", specifier = "==1.3" },
{ name = "typing-extensions", specifier = "==4.15.0" },
- { name = "tzdata", specifier = "==2025.3" },
+ { name = "tzdata", specifier = "==2026.1" },
{ name = "uvicorn", extras = ["standard"], specifier = "==0.42.0" },
{ name = "yt-dlp", specifier = "==2026.3.17" },
]
@@ -994,18 +996,18 @@ dev = [
{ name = "coveragepy-lcov", specifier = "==0.1.2" },
{ name = "freezegun", specifier = "==1.5.5" },
{ name = "mkdocs-material", specifier = "==9.7.6" },
- { name = "mypy", specifier = "==1.19.1" },
+ { name = "mypy", specifier = "==1.20.0" },
{ name = "pre-commit", specifier = "==4.5.1" },
{ name = "pydantic-to-typescript2", specifier = "==1.0.6" },
{ name = "pylint", specifier = "==4.0.5" },
{ name = "pytest", specifier = "==9.0.2" },
{ name = "pytest-asyncio", specifier = "==1.3.0" },
{ name = "rich", specifier = "==14.3.3" },
- { name = "ruff", specifier = "==0.15.7" },
- { name = "types-python-dateutil", specifier = "==2.9.0.20260305" },
+ { name = "ruff", specifier = "==0.15.9" },
+ { name = "types-python-dateutil", specifier = "==2.9.0.20260402" },
{ name = "types-python-slugify", specifier = "==8.0.2.20240310" },
{ name = "types-pyyaml", specifier = "==6.0.12.20250915" },
- { name = "types-requests", specifier = "==2.32.4.20260107" },
+ { name = "types-requests", specifier = "==2.33.0.20260402" },
{ name = "types-urllib3", specifier = "==1.26.25.14" },
]
docs = [{ name = "mkdocs-material", specifier = "==9.7.6" }]
@@ -1104,7 +1106,7 @@ wheels = [
[[package]]
name = "mypy"
-version = "1.19.1"
+version = "1.20.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "librt", marker = "platform_python_implementation != 'PyPy'" },
@@ -1112,15 +1114,16 @@ dependencies = [
{ name = "pathspec" },
{ name = "typing-extensions" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/f5/db/4efed9504bc01309ab9c2da7e352cc223569f05478012b5d9ece38fd44d2/mypy-1.19.1.tar.gz", hash = "sha256:19d88bb05303fe63f71dd2c6270daca27cb9401c4ca8255fe50d1d920e0eb9ba", size = 3582404, upload-time = "2025-12-15T05:03:48.42Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/f8/5c/b0089fe7fef0a994ae5ee07029ced0526082c6cfaaa4c10d40a10e33b097/mypy-1.20.0.tar.gz", hash = "sha256:eb96c84efcc33f0b5e0e04beacf00129dd963b67226b01c00b9dfc8affb464c3", size = 3815028, upload-time = "2026-03-31T16:55:14.959Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/06/8a/19bfae96f6615aa8a0604915512e0289b1fad33d5909bf7244f02935d33a/mypy-1.19.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:a8174a03289288c1f6c46d55cef02379b478bfbc8e358e02047487cad44c6ca1", size = 13206053, upload-time = "2025-12-15T05:03:46.622Z" },
- { url = "https://files.pythonhosted.org/packages/a5/34/3e63879ab041602154ba2a9f99817bb0c85c4df19a23a1443c8986e4d565/mypy-1.19.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ffcebe56eb09ff0c0885e750036a095e23793ba6c2e894e7e63f6d89ad51f22e", size = 12219134, upload-time = "2025-12-15T05:03:24.367Z" },
- { url = "https://files.pythonhosted.org/packages/89/cc/2db6f0e95366b630364e09845672dbee0cbf0bbe753a204b29a944967cd9/mypy-1.19.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b64d987153888790bcdb03a6473d321820597ab8dd9243b27a92153c4fa50fd2", size = 12731616, upload-time = "2025-12-15T05:02:44.725Z" },
- { url = "https://files.pythonhosted.org/packages/00/be/dd56c1fd4807bc1eba1cf18b2a850d0de7bacb55e158755eb79f77c41f8e/mypy-1.19.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c35d298c2c4bba75feb2195655dfea8124d855dfd7343bf8b8c055421eaf0cf8", size = 13620847, upload-time = "2025-12-15T05:03:39.633Z" },
- { url = "https://files.pythonhosted.org/packages/6d/42/332951aae42b79329f743bf1da088cd75d8d4d9acc18fbcbd84f26c1af4e/mypy-1.19.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:34c81968774648ab5ac09c29a375fdede03ba253f8f8287847bd480782f73a6a", size = 13834976, upload-time = "2025-12-15T05:03:08.786Z" },
- { url = "https://files.pythonhosted.org/packages/6f/63/e7493e5f90e1e085c562bb06e2eb32cae27c5057b9653348d38b47daaecc/mypy-1.19.1-cp312-cp312-win_amd64.whl", hash = "sha256:b10e7c2cd7870ba4ad9b2d8a6102eb5ffc1f16ca35e3de6bfa390c1113029d13", size = 10118104, upload-time = "2025-12-15T05:03:10.834Z" },
- { url = "https://files.pythonhosted.org/packages/8d/f4/4ce9a05ce5ded1de3ec1c1d96cf9f9504a04e54ce0ed55cfa38619a32b8d/mypy-1.19.1-py3-none-any.whl", hash = "sha256:f1235f5ea01b7db5468d53ece6aaddf1ad0b88d9e7462b86ef96fe04995d7247", size = 2471239, upload-time = "2025-12-15T05:03:07.248Z" },
+ { url = "https://files.pythonhosted.org/packages/be/dd/3afa29b58c2e57c79116ed55d700721c3c3b15955e2b6251dd165d377c0e/mypy-1.20.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:002b613ae19f4ac7d18b7e168ffe1cb9013b37c57f7411984abbd3b817b0a214", size = 14509525, upload-time = "2026-03-31T16:55:01.824Z" },
+ { url = "https://files.pythonhosted.org/packages/54/eb/227b516ab8cad9f2a13c5e7a98d28cd6aa75e9c83e82776ae6c1c4c046c7/mypy-1.20.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a9336b5e6712f4adaf5afc3203a99a40b379049104349d747eb3e5a3aa23ac2e", size = 13326469, upload-time = "2026-03-31T16:51:41.23Z" },
+ { url = "https://files.pythonhosted.org/packages/57/d4/1ddb799860c1b5ac6117ec307b965f65deeb47044395ff01ab793248a591/mypy-1.20.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f13b3e41bce9d257eded794c0f12878af3129d80aacd8a3ee0dee51f3a978651", size = 13705953, upload-time = "2026-03-31T16:48:55.69Z" },
+ { url = "https://files.pythonhosted.org/packages/c5/b7/54a720f565a87b893182a2a393370289ae7149e4715859e10e1c05e49154/mypy-1.20.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9804c3ad27f78e54e58b32e7cb532d128b43dbfb9f3f9f06262b821a0f6bd3f5", size = 14710363, upload-time = "2026-03-31T16:53:26.948Z" },
+ { url = "https://files.pythonhosted.org/packages/b2/2a/74810274848d061f8a8ea4ac23aaad43bd3d8c1882457999c2e568341c57/mypy-1.20.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:697f102c5c1d526bdd761a69f17c6070f9892eebcb94b1a5963d679288c09e78", size = 14947005, upload-time = "2026-03-31T16:50:17.591Z" },
+ { url = "https://files.pythonhosted.org/packages/77/91/21b8ba75f958bcda75690951ce6fa6b7138b03471618959529d74b8544e2/mypy-1.20.0-cp312-cp312-win_amd64.whl", hash = "sha256:0ecd63f75fdd30327e4ad8b5704bd6d91fc6c1b2e029f8ee14705e1207212489", size = 10880616, upload-time = "2026-03-31T16:52:19.986Z" },
+ { url = "https://files.pythonhosted.org/packages/8a/15/3d8198ef97c1ca03aea010cce4f1d4f3bc5d9849e8c0140111ca2ead9fdd/mypy-1.20.0-cp312-cp312-win_arm64.whl", hash = "sha256:f194db59657c58593a3c47c6dfd7bad4ef4ac12dbc94d01b3a95521f78177e33", size = 9813091, upload-time = "2026-03-31T16:53:44.385Z" },
+ { url = "https://files.pythonhosted.org/packages/21/66/4d734961ce167f0fd8380769b3b7c06dbdd6ff54c2190f3f2ecd22528158/mypy-1.20.0-py3-none-any.whl", hash = "sha256:a6e0641147cbfa7e4e94efdb95c2dab1aff8cfc159ded13e07f308ddccc8c48e", size = 2636365, upload-time = "2026-03-31T16:51:44.911Z" },
]
[[package]]
@@ -1186,7 +1189,7 @@ wheels = [
[[package]]
name = "openai"
-version = "2.29.0"
+version = "2.30.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "anyio" },
@@ -1198,32 +1201,32 @@ dependencies = [
{ name = "tqdm" },
{ name = "typing-extensions" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/b4/15/203d537e58986b5673e7f232453a2a2f110f22757b15921cbdeea392e520/openai-2.29.0.tar.gz", hash = "sha256:32d09eb2f661b38d3edd7d7e1a2943d1633f572596febe64c0cd370c86d52bec", size = 671128, upload-time = "2026-03-17T17:53:49.599Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/88/15/52580c8fbc16d0675d516e8749806eda679b16de1e4434ea06fb6feaa610/openai-2.30.0.tar.gz", hash = "sha256:92f7661c990bda4b22a941806c83eabe4896c3094465030dd882a71abe80c885", size = 676084, upload-time = "2026-03-25T22:08:59.96Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/d0/b1/35b6f9c8cf9318e3dbb7146cc82dab4cf61182a8d5406fc9b50864362895/openai-2.29.0-py3-none-any.whl", hash = "sha256:b7c5de513c3286d17c5e29b92c4c98ceaf0d775244ac8159aeb1bddf840eb42a", size = 1141533, upload-time = "2026-03-17T17:53:47.348Z" },
+ { url = "https://files.pythonhosted.org/packages/2a/9e/5bfa2270f902d5b92ab7d41ce0475b8630572e71e349b2a4996d14bdda93/openai-2.30.0-py3-none-any.whl", hash = "sha256:9a5ae616888eb2748ec5e0c5b955a51592e0b201a11f4262db920f2a78c5231d", size = 1146656, upload-time = "2026-03-25T22:08:58.2Z" },
]
[[package]]
name = "orjson"
-version = "3.11.7"
+version = "3.11.8"
source = { registry = "https://pypi.org/simple" }
-sdist = { url = "https://files.pythonhosted.org/packages/53/45/b268004f745ede84e5798b48ee12b05129d19235d0e15267aa57dcdb400b/orjson-3.11.7.tar.gz", hash = "sha256:9b1a67243945819ce55d24a30b59d6a168e86220452d2c96f4d1f093e71c0c49", size = 6144992, upload-time = "2026-02-02T15:38:49.29Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/9d/1b/2024d06792d0779f9dbc51531b61c24f76c75b9f4ce05e6f3377a1814cea/orjson-3.11.8.tar.gz", hash = "sha256:96163d9cdc5a202703e9ad1b9ae757d5f0ca62f4fa0cc93d1f27b0e180cc404e", size = 5603832, upload-time = "2026-03-31T16:16:27.878Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/80/bf/76f4f1665f6983385938f0e2a5d7efa12a58171b8456c252f3bae8a4cf75/orjson-3.11.7-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:bd03ea7606833655048dab1a00734a2875e3e86c276e1d772b2a02556f0d895f", size = 228545, upload-time = "2026-02-02T15:37:46.376Z" },
- { url = "https://files.pythonhosted.org/packages/79/53/6c72c002cb13b5a978a068add59b25a8bdf2800ac1c9c8ecdb26d6d97064/orjson-3.11.7-cp312-cp312-macosx_15_0_arm64.whl", hash = "sha256:89e440ebc74ce8ab5c7bc4ce6757b4a6b1041becb127df818f6997b5c71aa60b", size = 125224, upload-time = "2026-02-02T15:37:47.697Z" },
- { url = "https://files.pythonhosted.org/packages/2c/83/10e48852865e5dd151bdfe652c06f7da484578ed02c5fca938e3632cb0b8/orjson-3.11.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5ede977b5fe5ac91b1dffc0a517ca4542d2ec8a6a4ff7b2652d94f640796342a", size = 128154, upload-time = "2026-02-02T15:37:48.954Z" },
- { url = "https://files.pythonhosted.org/packages/6e/52/a66e22a2b9abaa374b4a081d410edab6d1e30024707b87eab7c734afe28d/orjson-3.11.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b7b1dae39230a393df353827c855a5f176271c23434cfd2db74e0e424e693e10", size = 123548, upload-time = "2026-02-02T15:37:50.187Z" },
- { url = "https://files.pythonhosted.org/packages/de/38/605d371417021359f4910c496f764c48ceb8997605f8c25bf1dfe58c0ebe/orjson-3.11.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ed46f17096e28fb28d2975834836a639af7278aa87c84f68ab08fbe5b8bd75fa", size = 129000, upload-time = "2026-02-02T15:37:51.426Z" },
- { url = "https://files.pythonhosted.org/packages/44/98/af32e842b0ffd2335c89714d48ca4e3917b42f5d6ee5537832e069a4b3ac/orjson-3.11.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3726be79e36e526e3d9c1aceaadbfb4a04ee80a72ab47b3f3c17fefb9812e7b8", size = 141686, upload-time = "2026-02-02T15:37:52.607Z" },
- { url = "https://files.pythonhosted.org/packages/96/0b/fc793858dfa54be6feee940c1463370ece34b3c39c1ca0aa3845f5ba9892/orjson-3.11.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0724e265bc548af1dedebd9cb3d24b4e1c1e685a343be43e87ba922a5c5fff2f", size = 130812, upload-time = "2026-02-02T15:37:53.944Z" },
- { url = "https://files.pythonhosted.org/packages/dc/91/98a52415059db3f374757d0b7f0f16e3b5cd5976c90d1c2b56acaea039e6/orjson-3.11.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e7745312efa9e11c17fbd3cb3097262d079da26930ae9ae7ba28fb738367cbad", size = 133440, upload-time = "2026-02-02T15:37:55.615Z" },
- { url = "https://files.pythonhosted.org/packages/dc/b6/cb540117bda61791f46381f8c26c8f93e802892830a6055748d3bb1925ab/orjson-3.11.7-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:f904c24bdeabd4298f7a977ef14ca2a022ca921ed670b92ecd16ab6f3d01f867", size = 138386, upload-time = "2026-02-02T15:37:56.814Z" },
- { url = "https://files.pythonhosted.org/packages/63/1a/50a3201c334a7f17c231eee5f841342190723794e3b06293f26e7cf87d31/orjson-3.11.7-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:b9fc4d0f81f394689e0814617aadc4f2ea0e8025f38c226cbf22d3b5ddbf025d", size = 408853, upload-time = "2026-02-02T15:37:58.291Z" },
- { url = "https://files.pythonhosted.org/packages/87/cd/8de1c67d0be44fdc22701e5989c0d015a2adf391498ad42c4dc589cd3013/orjson-3.11.7-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:849e38203e5be40b776ed2718e587faf204d184fc9a008ae441f9442320c0cab", size = 144130, upload-time = "2026-02-02T15:38:00.163Z" },
- { url = "https://files.pythonhosted.org/packages/0f/fe/d605d700c35dd55f51710d159fc54516a280923cd1b7e47508982fbb387d/orjson-3.11.7-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:4682d1db3bcebd2b64757e0ddf9e87ae5f00d29d16c5cdf3a62f561d08cc3dd2", size = 134818, upload-time = "2026-02-02T15:38:01.507Z" },
- { url = "https://files.pythonhosted.org/packages/e4/e4/15ecc67edb3ddb3e2f46ae04475f2d294e8b60c1825fbe28a428b93b3fbd/orjson-3.11.7-cp312-cp312-win32.whl", hash = "sha256:f4f7c956b5215d949a1f65334cf9d7612dde38f20a95f2315deef167def91a6f", size = 127923, upload-time = "2026-02-02T15:38:02.75Z" },
- { url = "https://files.pythonhosted.org/packages/34/70/2e0855361f76198a3965273048c8e50a9695d88cd75811a5b46444895845/orjson-3.11.7-cp312-cp312-win_amd64.whl", hash = "sha256:bf742e149121dc5648ba0a08ea0871e87b660467ef168a3a5e53bc1fbd64bb74", size = 125007, upload-time = "2026-02-02T15:38:04.032Z" },
- { url = "https://files.pythonhosted.org/packages/68/40/c2051bd19fc467610fed469dc29e43ac65891571138f476834ca192bc290/orjson-3.11.7-cp312-cp312-win_arm64.whl", hash = "sha256:26c3b9132f783b7d7903bf1efb095fed8d4a3a85ec0d334ee8beff3d7a4749d5", size = 126089, upload-time = "2026-02-02T15:38:05.297Z" },
+ { url = "https://files.pythonhosted.org/packages/01/f6/8d58b32ab32d9215973a1688aebd098252ee8af1766c0e4e36e7831f0295/orjson-3.11.8-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:1cd0b77e77c95758f8e1100139844e99f3ccc87e71e6fc8e1c027e55807c549f", size = 229233, upload-time = "2026-03-31T16:15:12.762Z" },
+ { url = "https://files.pythonhosted.org/packages/a9/8b/2ffe35e71f6b92622e8ea4607bf33ecf7dfb51b3619dcfabfd36cbe2d0a5/orjson-3.11.8-cp312-cp312-macosx_15_0_arm64.whl", hash = "sha256:6a3d159d5ffa0e3961f353c4b036540996bf8b9697ccc38261c0eac1fd3347a6", size = 128772, upload-time = "2026-03-31T16:15:14.237Z" },
+ { url = "https://files.pythonhosted.org/packages/27/d2/1f8682ae50d5c6897a563cb96bc106da8c9cb5b7b6e81a52e4cc086679b9/orjson-3.11.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76070a76e9c5ae661e2d9848f216980d8d533e0f8143e6ed462807b242e3c5e8", size = 131946, upload-time = "2026-03-31T16:15:15.607Z" },
+ { url = "https://files.pythonhosted.org/packages/52/4b/5500f76f0eece84226e0689cb48dcde081104c2fa6e2483d17ca13685ffb/orjson-3.11.8-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:54153d21520a71a4c82a0dbb4523e468941d549d221dc173de0f019678cf3813", size = 130368, upload-time = "2026-03-31T16:15:17.066Z" },
+ { url = "https://files.pythonhosted.org/packages/da/4e/58b927e08fbe9840e6c920d9e299b051ea667463b1f39a56e668669f8508/orjson-3.11.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:469ac2125611b7c5741a0b3798cd9e5786cbad6345f9f400c77212be89563bec", size = 135540, upload-time = "2026-03-31T16:15:18.404Z" },
+ { url = "https://files.pythonhosted.org/packages/56/7c/ba7cb871cba1bcd5cd02ee34f98d894c6cea96353ad87466e5aef2429c60/orjson-3.11.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:14778ffd0f6896aa613951a7fbf4690229aa7a543cb2bfbe9f358e08aafa9546", size = 146877, upload-time = "2026-03-31T16:15:19.833Z" },
+ { url = "https://files.pythonhosted.org/packages/0b/5d/eb9c25fc1386696c6a342cd361c306452c75e0b55e86ad602dd4827a7fd7/orjson-3.11.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ea56a955056a6d6c550cf18b3348656a9d9a4f02e2d0c02cabf3c73f1055d506", size = 132837, upload-time = "2026-03-31T16:15:21.282Z" },
+ { url = "https://files.pythonhosted.org/packages/37/87/5ddeb7fc1fbd9004aeccab08426f34c81a5b4c25c7061281862b015fce2b/orjson-3.11.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:53a0f57e59a530d18a142f4d4ba6dfc708dc5fdedce45e98ff06b44930a2a48f", size = 133624, upload-time = "2026-03-31T16:15:22.641Z" },
+ { url = "https://files.pythonhosted.org/packages/22/09/90048793db94ee4b2fcec4ac8e5ddb077367637d6650be896b3494b79bb7/orjson-3.11.8-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9b48e274f8824567d74e2158199e269597edf00823a1b12b63d48462bbf5123e", size = 141904, upload-time = "2026-03-31T16:15:24.435Z" },
+ { url = "https://files.pythonhosted.org/packages/c0/cf/eb284847487821a5d415e54149a6449ba9bfc5872ce63ab7be41b8ec401c/orjson-3.11.8-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:3f262401086a3960586af06c054609365e98407151f5ea24a62893a40d80dbbb", size = 423742, upload-time = "2026-03-31T16:15:26.155Z" },
+ { url = "https://files.pythonhosted.org/packages/44/09/e12423d327071c851c13e76936f144a96adacfc037394dec35ac3fc8d1e8/orjson-3.11.8-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:8e8c6218b614badf8e229b697865df4301afa74b791b6c9ade01d19a9953a942", size = 147806, upload-time = "2026-03-31T16:15:27.909Z" },
+ { url = "https://files.pythonhosted.org/packages/b3/6d/37c2589ba864e582ffe7611643314785c6afb1f83c701654ef05daa8fcc7/orjson-3.11.8-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:093d489fa039ddade2db541097dbb484999fcc65fc2b0ff9819141e2ab364f25", size = 136485, upload-time = "2026-03-31T16:15:29.749Z" },
+ { url = "https://files.pythonhosted.org/packages/be/c9/135194a02ab76b04ed9a10f68624b7ebd238bbe55548878b11ff15a0f352/orjson-3.11.8-cp312-cp312-win32.whl", hash = "sha256:e0950ed1bcb9893f4293fd5c5a7ee10934fbf82c4101c70be360db23ce24b7d2", size = 131966, upload-time = "2026-03-31T16:15:31.687Z" },
+ { url = "https://files.pythonhosted.org/packages/ed/9a/9796f8fbe3cf30ce9cb696748dbb535e5c87be4bf4fe2e9ca498ef1fa8cf/orjson-3.11.8-cp312-cp312-win_amd64.whl", hash = "sha256:3cf17c141617b88ced4536b2135c552490f07799f6ad565948ea07bef0dcb9a6", size = 127441, upload-time = "2026-03-31T16:15:33.333Z" },
+ { url = "https://files.pythonhosted.org/packages/cc/47/5aaf54524a7a4a0dd09dd778f3fa65dd2108290615b652e23d944152bc8e/orjson-3.11.8-cp312-cp312-win_arm64.whl", hash = "sha256:48854463b0572cc87dac7d981aa72ed8bf6deedc0511853dc76b8bbd5482d36d", size = 127364, upload-time = "2026-03-31T16:15:34.748Z" },
]
[[package]]
@@ -1252,30 +1255,30 @@ sdist = { url = "https://files.pythonhosted.org/packages/f8/dd/4b75dcba025f8647b
[[package]]
name = "pathspec"
-version = "0.12.1"
+version = "1.0.4"
source = { registry = "https://pypi.org/simple" }
-sdist = { url = "https://files.pythonhosted.org/packages/ca/bc/f35b8446f4531a7cb215605d100cd88b7ac6f44ab3fc94870c120ab3adbf/pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712", size = 51043, upload-time = "2023-12-10T22:30:45Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/fa/36/e27608899f9b8d4dff0617b2d9ab17ca5608956ca44461ac14ac48b44015/pathspec-1.0.4.tar.gz", hash = "sha256:0210e2ae8a21a9137c0d470578cb0e595af87edaa6ebf12ff176f14a02e0e645", size = 131200, upload-time = "2026-01-27T03:59:46.938Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl", hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08", size = 31191, upload-time = "2023-12-10T22:30:43.14Z" },
+ { url = "https://files.pythonhosted.org/packages/ef/3c/2c197d226f9ea224a9ab8d197933f9da0ae0aac5b6e0f884e2b8d9c8e9f7/pathspec-1.0.4-py3-none-any.whl", hash = "sha256:fb6ae2fd4e7c921a165808a552060e722767cfa526f99ca5156ed2ce45a5c723", size = 55206, upload-time = "2026-01-27T03:59:45.137Z" },
]
[[package]]
name = "pillow"
-version = "12.1.1"
+version = "12.2.0"
source = { registry = "https://pypi.org/simple" }
-sdist = { url = "https://files.pythonhosted.org/packages/1f/42/5c74462b4fd957fcd7b13b04fb3205ff8349236ea74c7c375766d6c82288/pillow-12.1.1.tar.gz", hash = "sha256:9ad8fa5937ab05218e2b6a4cff30295ad35afd2f83ac592e68c0d871bb0fdbc4", size = 46980264, upload-time = "2026-02-11T04:23:07.146Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/8c/21/c2bcdd5906101a30244eaffc1b6e6ce71a31bd0742a01eb89e660ebfac2d/pillow-12.2.0.tar.gz", hash = "sha256:a830b1a40919539d07806aa58e1b114df53ddd43213d9c8b75847eee6c0182b5", size = 46987819, upload-time = "2026-04-01T14:46:17.687Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/07/d3/8df65da0d4df36b094351dce696f2989bec731d4f10e743b1c5f4da4d3bf/pillow-12.1.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:ab323b787d6e18b3d91a72fc99b1a2c28651e4358749842b8f8dfacd28ef2052", size = 5262803, upload-time = "2026-02-11T04:20:47.653Z" },
- { url = "https://files.pythonhosted.org/packages/d6/71/5026395b290ff404b836e636f51d7297e6c83beceaa87c592718747e670f/pillow-12.1.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:adebb5bee0f0af4909c30db0d890c773d1a92ffe83da908e2e9e720f8edf3984", size = 4657601, upload-time = "2026-02-11T04:20:49.328Z" },
- { url = "https://files.pythonhosted.org/packages/b1/2e/1001613d941c67442f745aff0f7cc66dd8df9a9c084eb497e6a543ee6f7e/pillow-12.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:bb66b7cc26f50977108790e2456b7921e773f23db5630261102233eb355a3b79", size = 6234995, upload-time = "2026-02-11T04:20:51.032Z" },
- { url = "https://files.pythonhosted.org/packages/07/26/246ab11455b2549b9233dbd44d358d033a2f780fa9007b61a913c5b2d24e/pillow-12.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:aee2810642b2898bb187ced9b349e95d2a7272930796e022efaf12e99dccd293", size = 8045012, upload-time = "2026-02-11T04:20:52.882Z" },
- { url = "https://files.pythonhosted.org/packages/b2/8b/07587069c27be7535ac1fe33874e32de118fbd34e2a73b7f83436a88368c/pillow-12.1.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a0b1cd6232e2b618adcc54d9882e4e662a089d5768cd188f7c245b4c8c44a397", size = 6349638, upload-time = "2026-02-11T04:20:54.444Z" },
- { url = "https://files.pythonhosted.org/packages/ff/79/6df7b2ee763d619cda2fb4fea498e5f79d984dae304d45a8999b80d6cf5c/pillow-12.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7aac39bcf8d4770d089588a2e1dd111cbaa42df5a94be3114222057d68336bd0", size = 7041540, upload-time = "2026-02-11T04:20:55.97Z" },
- { url = "https://files.pythonhosted.org/packages/2c/5e/2ba19e7e7236d7529f4d873bdaf317a318896bac289abebd4bb00ef247f0/pillow-12.1.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:ab174cd7d29a62dd139c44bf74b698039328f45cb03b4596c43473a46656b2f3", size = 6462613, upload-time = "2026-02-11T04:20:57.542Z" },
- { url = "https://files.pythonhosted.org/packages/03/03/31216ec124bb5c3dacd74ce8efff4cc7f52643653bad4825f8f08c697743/pillow-12.1.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:339ffdcb7cbeaa08221cd401d517d4b1fe7a9ed5d400e4a8039719238620ca35", size = 7166745, upload-time = "2026-02-11T04:20:59.196Z" },
- { url = "https://files.pythonhosted.org/packages/1f/e7/7c4552d80052337eb28653b617eafdef39adfb137c49dd7e831b8dc13bc5/pillow-12.1.1-cp312-cp312-win32.whl", hash = "sha256:5d1f9575a12bed9e9eedd9a4972834b08c97a352bd17955ccdebfeca5913fa0a", size = 6328823, upload-time = "2026-02-11T04:21:01.385Z" },
- { url = "https://files.pythonhosted.org/packages/3d/17/688626d192d7261bbbf98846fc98995726bddc2c945344b65bec3a29d731/pillow-12.1.1-cp312-cp312-win_amd64.whl", hash = "sha256:21329ec8c96c6e979cd0dfd29406c40c1d52521a90544463057d2aaa937d66a6", size = 7033367, upload-time = "2026-02-11T04:21:03.536Z" },
- { url = "https://files.pythonhosted.org/packages/ed/fe/a0ef1f73f939b0eca03ee2c108d0043a87468664770612602c63266a43c4/pillow-12.1.1-cp312-cp312-win_arm64.whl", hash = "sha256:af9a332e572978f0218686636610555ae3defd1633597be015ed50289a03c523", size = 2453811, upload-time = "2026-02-11T04:21:05.116Z" },
+ { url = "https://files.pythonhosted.org/packages/58/be/7482c8a5ebebbc6470b3eb791812fff7d5e0216c2be3827b30b8bb6603ed/pillow-12.2.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:2d192a155bbcec180f8564f693e6fd9bccff5a7af9b32e2e4bf8c9c69dbad6b5", size = 5308279, upload-time = "2026-04-01T14:43:13.246Z" },
+ { url = "https://files.pythonhosted.org/packages/d8/95/0a351b9289c2b5cbde0bacd4a83ebc44023e835490a727b2a3bd60ddc0f4/pillow-12.2.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f3f40b3c5a968281fd507d519e444c35f0ff171237f4fdde090dd60699458421", size = 4695490, upload-time = "2026-04-01T14:43:15.584Z" },
+ { url = "https://files.pythonhosted.org/packages/de/af/4e8e6869cbed569d43c416fad3dc4ecb944cb5d9492defaed89ddd6fe871/pillow-12.2.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:03e7e372d5240cc23e9f07deca4d775c0817bffc641b01e9c3af208dbd300987", size = 6284462, upload-time = "2026-04-01T14:43:18.268Z" },
+ { url = "https://files.pythonhosted.org/packages/e9/9e/c05e19657fd57841e476be1ab46c4d501bffbadbafdc31a6d665f8b737b6/pillow-12.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:b86024e52a1b269467a802258c25521e6d742349d760728092e1bc2d135b4d76", size = 8094744, upload-time = "2026-04-01T14:43:20.716Z" },
+ { url = "https://files.pythonhosted.org/packages/2b/54/1789c455ed10176066b6e7e6da1b01e50e36f94ba584dc68d9eebfe9156d/pillow-12.2.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7371b48c4fa448d20d2714c9a1f775a81155050d383333e0a6c15b1123dda005", size = 6398371, upload-time = "2026-04-01T14:43:23.443Z" },
+ { url = "https://files.pythonhosted.org/packages/43/e3/fdc657359e919462369869f1c9f0e973f353f9a9ee295a39b1fea8ee1a77/pillow-12.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:62f5409336adb0663b7caa0da5c7d9e7bdbaae9ce761d34669420c2a801b2780", size = 7087215, upload-time = "2026-04-01T14:43:26.758Z" },
+ { url = "https://files.pythonhosted.org/packages/8b/f8/2f6825e441d5b1959d2ca5adec984210f1ec086435b0ed5f52c19b3b8a6e/pillow-12.2.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:01afa7cf67f74f09523699b4e88c73fb55c13346d212a59a2db1f86b0a63e8c5", size = 6509783, upload-time = "2026-04-01T14:43:29.56Z" },
+ { url = "https://files.pythonhosted.org/packages/67/f9/029a27095ad20f854f9dba026b3ea6428548316e057e6fc3545409e86651/pillow-12.2.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fc3d34d4a8fbec3e88a79b92e5465e0f9b842b628675850d860b8bd300b159f5", size = 7212112, upload-time = "2026-04-01T14:43:32.091Z" },
+ { url = "https://files.pythonhosted.org/packages/be/42/025cfe05d1be22dbfdb4f264fe9de1ccda83f66e4fc3aac94748e784af04/pillow-12.2.0-cp312-cp312-win32.whl", hash = "sha256:58f62cc0f00fd29e64b29f4fd923ffdb3859c9f9e6105bfc37ba1d08994e8940", size = 6378489, upload-time = "2026-04-01T14:43:34.601Z" },
+ { url = "https://files.pythonhosted.org/packages/5d/7b/25a221d2c761c6a8ae21bfa3874988ff2583e19cf8a27bf2fee358df7942/pillow-12.2.0-cp312-cp312-win_amd64.whl", hash = "sha256:7f84204dee22a783350679a0333981df803dac21a0190d706a50475e361c93f5", size = 7084129, upload-time = "2026-04-01T14:43:37.213Z" },
+ { url = "https://files.pythonhosted.org/packages/10/e1/542a474affab20fd4a0f1836cb234e8493519da6b76899e30bcc5d990b8b/pillow-12.2.0-cp312-cp312-win_arm64.whl", hash = "sha256:af73337013e0b3b46f175e79492d96845b16126ddf79c438d7ea7ff27783a414", size = 2463612, upload-time = "2026-04-01T14:43:39.421Z" },
]
[[package]]
@@ -1742,7 +1745,7 @@ wheels = [
[[package]]
name = "requests"
-version = "2.33.0"
+version = "2.33.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "certifi" },
@@ -1750,9 +1753,9 @@ dependencies = [
{ name = "idna" },
{ name = "urllib3" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/34/64/8860370b167a9721e8956ae116825caff829224fbca0ca6e7bf8ddef8430/requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652", size = 134232, upload-time = "2026-03-25T15:10:41.586Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/5f/a4/98b9c7c6428a668bf7e42ebb7c79d576a1c3c1e3ae2d47e674b468388871/requests-2.33.1.tar.gz", hash = "sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517", size = 134120, upload-time = "2026-03-30T16:09:15.531Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/56/5d/c814546c2333ceea4ba42262d8c4d55763003e767fa169adc693bd524478/requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b", size = 65017, upload-time = "2026-03-25T15:10:40.382Z" },
+ { url = "https://files.pythonhosted.org/packages/d7/8e/7540e8a2036f79a125c1d2ebadf69ed7901608859186c856fa0388ef4197/requests-2.33.1-py3-none-any.whl", hash = "sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a", size = 64947, upload-time = "2026-03-30T16:09:13.83Z" },
]
[[package]]
@@ -1783,27 +1786,27 @@ wheels = [
[[package]]
name = "ruff"
-version = "0.15.7"
+version = "0.15.9"
source = { registry = "https://pypi.org/simple" }
-sdist = { url = "https://files.pythonhosted.org/packages/a1/22/9e4f66ee588588dc6c9af6a994e12d26e19efbe874d1a909d09a6dac7a59/ruff-0.15.7.tar.gz", hash = "sha256:04f1ae61fc20fe0b148617c324d9d009b5f63412c0b16474f3d5f1a1a665f7ac", size = 4601277, upload-time = "2026-03-19T16:26:22.605Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/e6/97/e9f1ca355108ef7194e38c812ef40ba98c7208f47b13ad78d023caa583da/ruff-0.15.9.tar.gz", hash = "sha256:29cbb1255a9797903f6dde5ba0188c707907ff44a9006eb273b5a17bfa0739a2", size = 4617361, upload-time = "2026-04-02T18:17:20.829Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/41/2f/0b08ced94412af091807b6119ca03755d651d3d93a242682bf020189db94/ruff-0.15.7-py3-none-linux_armv6l.whl", hash = "sha256:a81cc5b6910fb7dfc7c32d20652e50fa05963f6e13ead3c5915c41ac5d16668e", size = 10489037, upload-time = "2026-03-19T16:26:32.47Z" },
- { url = "https://files.pythonhosted.org/packages/91/4a/82e0fa632e5c8b1eba5ee86ecd929e8ff327bbdbfb3c6ac5d81631bef605/ruff-0.15.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:722d165bd52403f3bdabc0ce9e41fc47070ac56d7a91b4e0d097b516a53a3477", size = 10955433, upload-time = "2026-03-19T16:27:00.205Z" },
- { url = "https://files.pythonhosted.org/packages/ab/10/12586735d0ff42526ad78c049bf51d7428618c8b5c467e72508c694119df/ruff-0.15.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:7fbc2448094262552146cbe1b9643a92f66559d3761f1ad0656d4991491af49e", size = 10269302, upload-time = "2026-03-19T16:26:26.183Z" },
- { url = "https://files.pythonhosted.org/packages/eb/5d/32b5c44ccf149a26623671df49cbfbd0a0ae511ff3df9d9d2426966a8d57/ruff-0.15.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6b39329b60eba44156d138275323cc726bbfbddcec3063da57caa8a8b1d50adf", size = 10607625, upload-time = "2026-03-19T16:27:03.263Z" },
- { url = "https://files.pythonhosted.org/packages/5d/f1/f0001cabe86173aaacb6eb9bb734aa0605f9a6aa6fa7d43cb49cbc4af9c9/ruff-0.15.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:87768c151808505f2bfc93ae44e5f9e7c8518943e5074f76ac21558ef5627c85", size = 10324743, upload-time = "2026-03-19T16:27:09.791Z" },
- { url = "https://files.pythonhosted.org/packages/7a/87/b8a8f3d56b8d848008559e7c9d8bf367934d5367f6d932ba779456e2f73b/ruff-0.15.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fb0511670002c6c529ec66c0e30641c976c8963de26a113f3a30456b702468b0", size = 11138536, upload-time = "2026-03-19T16:27:06.101Z" },
- { url = "https://files.pythonhosted.org/packages/e4/f2/4fd0d05aab0c5934b2e1464784f85ba2eab9d54bffc53fb5430d1ed8b829/ruff-0.15.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e0d19644f801849229db8345180a71bee5407b429dd217f853ec515e968a6912", size = 11994292, upload-time = "2026-03-19T16:26:48.718Z" },
- { url = "https://files.pythonhosted.org/packages/64/22/fc4483871e767e5e95d1622ad83dad5ebb830f762ed0420fde7dfa9d9b08/ruff-0.15.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4806d8e09ef5e84eb19ba833d0442f7e300b23fe3f0981cae159a248a10f0036", size = 11398981, upload-time = "2026-03-19T16:26:54.513Z" },
- { url = "https://files.pythonhosted.org/packages/b0/99/66f0343176d5eab02c3f7fcd2de7a8e0dd7a41f0d982bee56cd1c24db62b/ruff-0.15.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dce0896488562f09a27b9c91b1f58a097457143931f3c4d519690dea54e624c5", size = 11242422, upload-time = "2026-03-19T16:26:29.277Z" },
- { url = "https://files.pythonhosted.org/packages/5d/3a/a7060f145bfdcce4c987ea27788b30c60e2c81d6e9a65157ca8afe646328/ruff-0.15.7-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:1852ce241d2bc89e5dc823e03cff4ce73d816b5c6cdadd27dbfe7b03217d2a12", size = 11232158, upload-time = "2026-03-19T16:26:42.321Z" },
- { url = "https://files.pythonhosted.org/packages/a7/53/90fbb9e08b29c048c403558d3cdd0adf2668b02ce9d50602452e187cd4af/ruff-0.15.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:5f3e4b221fb4bd293f79912fc5e93a9063ebd6d0dcbd528f91b89172a9b8436c", size = 10577861, upload-time = "2026-03-19T16:26:57.459Z" },
- { url = "https://files.pythonhosted.org/packages/2f/aa/5f486226538fe4d0f0439e2da1716e1acf895e2a232b26f2459c55f8ddad/ruff-0.15.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:b15e48602c9c1d9bdc504b472e90b90c97dc7d46c7028011ae67f3861ceba7b4", size = 10327310, upload-time = "2026-03-19T16:26:35.909Z" },
- { url = "https://files.pythonhosted.org/packages/99/9e/271afdffb81fe7bfc8c43ba079e9d96238f674380099457a74ccb3863857/ruff-0.15.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:1b4705e0e85cedc74b0a23cf6a179dbb3df184cb227761979cc76c0440b5ab0d", size = 10840752, upload-time = "2026-03-19T16:26:45.723Z" },
- { url = "https://files.pythonhosted.org/packages/bf/29/a4ae78394f76c7759953c47884eb44de271b03a66634148d9f7d11e721bd/ruff-0.15.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:112c1fa316a558bb34319282c1200a8bf0495f1b735aeb78bfcb2991e6087580", size = 11336961, upload-time = "2026-03-19T16:26:39.076Z" },
- { url = "https://files.pythonhosted.org/packages/26/6b/8786ba5736562220d588a2f6653e6c17e90c59ced34a2d7b512ef8956103/ruff-0.15.7-py3-none-win32.whl", hash = "sha256:6d39e2d3505b082323352f733599f28169d12e891f7dd407f2d4f54b4c2886de", size = 10582538, upload-time = "2026-03-19T16:26:15.992Z" },
- { url = "https://files.pythonhosted.org/packages/2b/e9/346d4d3fffc6871125e877dae8d9a1966b254fbd92a50f8561078b88b099/ruff-0.15.7-py3-none-win_amd64.whl", hash = "sha256:4d53d712ddebcd7dace1bc395367aec12c057aacfe9adbb6d832302575f4d3a1", size = 11755839, upload-time = "2026-03-19T16:26:19.897Z" },
- { url = "https://files.pythonhosted.org/packages/8f/e8/726643a3ea68c727da31570bde48c7a10f1aa60eddd628d94078fec586ff/ruff-0.15.7-py3-none-win_arm64.whl", hash = "sha256:18e8d73f1c3fdf27931497972250340f92e8c861722161a9caeb89a58ead6ed2", size = 11023304, upload-time = "2026-03-19T16:26:51.669Z" },
+ { url = "https://files.pythonhosted.org/packages/0b/1f/9cdfd0ac4b9d1e5a6cf09bedabdf0b56306ab5e333c85c87281273e7b041/ruff-0.15.9-py3-none-linux_armv6l.whl", hash = "sha256:6efbe303983441c51975c243e26dff328aca11f94b70992f35b093c2e71801e1", size = 10511206, upload-time = "2026-04-02T18:16:41.574Z" },
+ { url = "https://files.pythonhosted.org/packages/3d/f6/32bfe3e9c136b35f02e489778d94384118bb80fd92c6d92e7ccd97db12ce/ruff-0.15.9-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:4965bac6ac9ea86772f4e23587746f0b7a395eccabb823eb8bfacc3fa06069f7", size = 10923307, upload-time = "2026-04-02T18:17:08.645Z" },
+ { url = "https://files.pythonhosted.org/packages/ca/25/de55f52ab5535d12e7aaba1de37a84be6179fb20bddcbe71ec091b4a3243/ruff-0.15.9-py3-none-macosx_11_0_arm64.whl", hash = "sha256:eaf05aad70ca5b5a0a4b0e080df3a6b699803916d88f006efd1f5b46302daab8", size = 10316722, upload-time = "2026-04-02T18:16:44.206Z" },
+ { url = "https://files.pythonhosted.org/packages/48/11/690d75f3fd6278fe55fff7c9eb429c92d207e14b25d1cae4064a32677029/ruff-0.15.9-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9439a342adb8725f32f92732e2bafb6d5246bd7a5021101166b223d312e8fc59", size = 10623674, upload-time = "2026-04-02T18:16:50.951Z" },
+ { url = "https://files.pythonhosted.org/packages/bd/ec/176f6987be248fc5404199255522f57af1b4a5a1b57727e942479fec98ad/ruff-0.15.9-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9c5e6faf9d97c8edc43877c3f406f47446fc48c40e1442d58cfcdaba2acea745", size = 10351516, upload-time = "2026-04-02T18:16:57.206Z" },
+ { url = "https://files.pythonhosted.org/packages/b2/fc/51cffbd2b3f240accc380171d51446a32aa2ea43a40d4a45ada67368fbd2/ruff-0.15.9-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b34a9766aeec27a222373d0b055722900fbc0582b24f39661aa96f3fe6ad901", size = 11150202, upload-time = "2026-04-02T18:17:06.452Z" },
+ { url = "https://files.pythonhosted.org/packages/d6/d4/25292a6dfc125f6b6528fe6af31f5e996e19bf73ca8e3ce6eb7fa5b95885/ruff-0.15.9-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:89dd695bc72ae76ff484ae54b7e8b0f6b50f49046e198355e44ea656e521fef9", size = 11988891, upload-time = "2026-04-02T18:17:18.575Z" },
+ { url = "https://files.pythonhosted.org/packages/13/e1/1eebcb885c10e19f969dcb93d8413dfee8172578709d7ee933640f5e7147/ruff-0.15.9-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ce187224ef1de1bd225bc9a152ac7102a6171107f026e81f317e4257052916d5", size = 11480576, upload-time = "2026-04-02T18:16:52.986Z" },
+ { url = "https://files.pythonhosted.org/packages/ff/6b/a1548ac378a78332a4c3dcf4a134c2475a36d2a22ddfa272acd574140b50/ruff-0.15.9-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2b0c7c341f68adb01c488c3b7d4b49aa8ea97409eae6462d860a79cf55f431b6", size = 11254525, upload-time = "2026-04-02T18:17:02.041Z" },
+ { url = "https://files.pythonhosted.org/packages/42/aa/4bb3af8e61acd9b1281db2ab77e8b2c3c5e5599bf2a29d4a942f1c62b8d6/ruff-0.15.9-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:55cc15eee27dc0eebdfcb0d185a6153420efbedc15eb1d38fe5e685657b0f840", size = 11204072, upload-time = "2026-04-02T18:17:13.581Z" },
+ { url = "https://files.pythonhosted.org/packages/69/48/d550dc2aa6e423ea0bcc1d0ff0699325ffe8a811e2dba156bd80750b86dc/ruff-0.15.9-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:a6537f6eed5cda688c81073d46ffdfb962a5f29ecb6f7e770b2dc920598997ed", size = 10594998, upload-time = "2026-04-02T18:16:46.369Z" },
+ { url = "https://files.pythonhosted.org/packages/63/47/321167e17f5344ed5ec6b0aa2cff64efef5f9e985af8f5622cfa6536043f/ruff-0.15.9-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:6d3fcbca7388b066139c523bda744c822258ebdcfbba7d24410c3f454cc9af71", size = 10359769, upload-time = "2026-04-02T18:17:10.994Z" },
+ { url = "https://files.pythonhosted.org/packages/67/5e/074f00b9785d1d2c6f8c22a21e023d0c2c1817838cfca4c8243200a1fa87/ruff-0.15.9-py3-none-musllinux_1_2_i686.whl", hash = "sha256:058d8e99e1bfe79d8a0def0b481c56059ee6716214f7e425d8e737e412d69677", size = 10850236, upload-time = "2026-04-02T18:16:48.749Z" },
+ { url = "https://files.pythonhosted.org/packages/76/37/804c4135a2a2caf042925d30d5f68181bdbd4461fd0d7739da28305df593/ruff-0.15.9-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:8e1ddb11dbd61d5983fa2d7d6370ef3eb210951e443cace19594c01c72abab4c", size = 11358343, upload-time = "2026-04-02T18:16:55.068Z" },
+ { url = "https://files.pythonhosted.org/packages/88/3d/1364fcde8656962782aa9ea93c92d98682b1ecec2f184e625a965ad3b4a6/ruff-0.15.9-py3-none-win32.whl", hash = "sha256:bde6ff36eaf72b700f32b7196088970bf8fdb2b917b7accd8c371bfc0fd573ec", size = 10583382, upload-time = "2026-04-02T18:17:04.261Z" },
+ { url = "https://files.pythonhosted.org/packages/4c/56/5c7084299bd2cacaa07ae63a91c6f4ba66edc08bf28f356b24f6b717c799/ruff-0.15.9-py3-none-win_amd64.whl", hash = "sha256:45a70921b80e1c10cf0b734ef09421f71b5aa11d27404edc89d7e8a69505e43d", size = 11744969, upload-time = "2026-04-02T18:16:59.611Z" },
+ { url = "https://files.pythonhosted.org/packages/03/36/76704c4f312257d6dbaae3c959add2a622f63fcca9d864659ce6d8d97d3d/ruff-0.15.9-py3-none-win_arm64.whl", hash = "sha256:0694e601c028fd97dc5c6ee244675bc241aeefced7ef80cd9c6935a871078f53", size = 11005870, upload-time = "2026-04-02T18:17:15.773Z" },
]
[[package]]
@@ -1898,11 +1901,11 @@ wheels = [
[[package]]
name = "types-python-dateutil"
-version = "2.9.0.20260305"
+version = "2.9.0.20260402"
source = { registry = "https://pypi.org/simple" }
-sdist = { url = "https://files.pythonhosted.org/packages/1d/c7/025c624f347e10476b439a6619a95f1d200250ea88e7ccea6e09e48a7544/types_python_dateutil-2.9.0.20260305.tar.gz", hash = "sha256:389717c9f64d8f769f36d55a01873915b37e97e52ce21928198d210fbd393c8b", size = 16885, upload-time = "2026-03-05T04:00:47.409Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/a7/30/c5d9efbff5422b20c9551dc5af237d1ab0c3d33729a9b3239a876ca47dd4/types_python_dateutil-2.9.0.20260402.tar.gz", hash = "sha256:a980142b9966713acb382c467e35c5cc4208a2f91b10b8d785a0ae6765df6c0b", size = 16941, upload-time = "2026-04-02T04:18:35.834Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/0a/77/8c0d1ec97f0d9707ad3d8fa270ab8964e7b31b076d2f641c94987395cc75/types_python_dateutil-2.9.0.20260305-py3-none-any.whl", hash = "sha256:a3be9ca444d38cadabd756cfbb29780d8b338ae2a3020e73c266a83cc3025dd7", size = 18419, upload-time = "2026-03-05T04:00:46.392Z" },
+ { url = "https://files.pythonhosted.org/packages/e6/d7/fe753bf8329c8c3c1addcba1d2bf716c33898216757abb24f8b80f82d040/types_python_dateutil-2.9.0.20260402-py3-none-any.whl", hash = "sha256:7827e6a9c93587cc18e766944254d1351a2396262e4abe1510cbbd7601c5e01f", size = 18436, upload-time = "2026-04-02T04:18:34.806Z" },
]
[[package]]
@@ -1925,14 +1928,14 @@ wheels = [
[[package]]
name = "types-requests"
-version = "2.32.4.20260107"
+version = "2.33.0.20260402"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "urllib3" },
]
-sdist = { url = "https://files.pythonhosted.org/packages/0f/f3/a0663907082280664d745929205a89d41dffb29e89a50f753af7d57d0a96/types_requests-2.32.4.20260107.tar.gz", hash = "sha256:018a11ac158f801bfa84857ddec1650750e393df8a004a8a9ae2a9bec6fcb24f", size = 23165, upload-time = "2026-01-07T03:20:54.091Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/c1/7b/a06527d20af1441d813360b8e0ce152a75b7d8e4aab7c7d0a156f405d7ec/types_requests-2.33.0.20260402.tar.gz", hash = "sha256:1bdd3ada9b869741c5c4b887d2c8b4e38284a1449751823b5ebbccba3eefd9da", size = 23851, upload-time = "2026-04-02T04:19:55.942Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/1c/12/709ea261f2bf91ef0a26a9eed20f2623227a8ed85610c1e54c5805692ecb/types_requests-2.32.4.20260107-py3-none-any.whl", hash = "sha256:b703fe72f8ce5b31ef031264fe9395cac8f46a04661a79f7ed31a80fb308730d", size = 20676, upload-time = "2026-01-07T03:20:52.929Z" },
+ { url = "https://files.pythonhosted.org/packages/51/65/3853bb6bac5ae789dc7e28781154705c27859eccc8e46282c3f36780f5f5/types_requests-2.33.0.20260402-py3-none-any.whl", hash = "sha256:c98372d7124dd5d10af815ee25c013897592ff92af27b27e22c98984102c3254", size = 20739, upload-time = "2026-04-02T04:19:54.955Z" },
]
[[package]]
@@ -1967,11 +1970,11 @@ wheels = [
[[package]]
name = "tzdata"
-version = "2025.3"
+version = "2026.1"
source = { registry = "https://pypi.org/simple" }
-sdist = { url = "https://files.pythonhosted.org/packages/5e/a7/c202b344c5ca7daf398f3b8a477eeb205cf3b6f32e7ec3a6bac0629ca975/tzdata-2025.3.tar.gz", hash = "sha256:de39c2ca5dc7b0344f2eba86f49d614019d29f060fc4ebc8a417896a620b56a7", size = 196772, upload-time = "2025-12-13T17:45:35.667Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/19/f5/cd531b2d15a671a40c0f66cf06bc3570a12cd56eef98960068ebbad1bf5a/tzdata-2026.1.tar.gz", hash = "sha256:67658a1903c75917309e753fdc349ac0efd8c27db7a0cb406a25be4840f87f98", size = 197639, upload-time = "2026-04-03T11:25:22.002Z" }
wheels = [
- { url = "https://files.pythonhosted.org/packages/c7/b0/003792df09decd6849a5e39c28b513c06e84436a54440380862b5aeff25d/tzdata-2025.3-py2.py3-none-any.whl", hash = "sha256:06a47e5700f3081aab02b2e513160914ff0694bce9947d6b76ebd6bf57cfc5d1", size = 348521, upload-time = "2025-12-13T17:45:33.889Z" },
+ { url = "https://files.pythonhosted.org/packages/b0/70/d460bd685a170790ec89317e9bd33047988e4bce507b831f5db771e142de/tzdata-2026.1-py2.py3-none-any.whl", hash = "sha256:4b1d2be7ac37ceafd7327b961aa3a54e467efbdb563a23655fbfe0d39cfc42a9", size = 348952, upload-time = "2026-04-03T11:25:20.313Z" },
]
[[package]]