mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-06-01 04:36:12 -04:00
New Crowdin updates (#3635)
This commit is contained in:
parent
ca26639525
commit
d1c5a6ed8c
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Resep skraper weergawe",
|
"recipe-scraper-version": "Resep skraper weergawe",
|
||||||
"oidc-ready": "OIDC Klar",
|
"oidc-ready": "OIDC Klar",
|
||||||
"oidc-ready-error-text": "Ikke alle OIDC værdier er konfigureret. Dette kan ignoreres hvis du ikke bruger OIDC godkendelse.",
|
"oidc-ready-error-text": "Ikke alle OIDC værdier er konfigureret. Dette kan ignoreres hvis du ikke bruger OIDC godkendelse.",
|
||||||
"oidc-ready-success-text": "Krævede OIDC variabler er udfyldt."
|
"oidc-ready-success-text": "Krævede OIDC variabler er udfyldt.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Alle lyste",
|
"all-lists": "Alle lyste",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Voedsel",
|
"food": "Voedsel",
|
||||||
"note": "Nota",
|
"note": "Nota",
|
||||||
"label": "Etiket",
|
"label": "Etiket",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Hierdie item is gekoppel aan een of meer resepte. Die aanpassing van die eenhede of bestanddele sal onverwagte resultate lewer wanneer die resep van hierdie lys bygevoeg of verwyder word.",
|
"linked-item-warning": "Hierdie item is gekoppel aan een of meer resepte. Die aanpassing van die eenhede of bestanddele sal onverwagte resultate lewer wanneer die resep van hierdie lys bygevoeg of verwyder word.",
|
||||||
"toggle-food": "Voedsel skakelling",
|
"toggle-food": "Voedsel skakelling",
|
||||||
"manage-labels": "Bestuur etikette",
|
"manage-labels": "Bestuur etikette",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Dit is nie perfek nie, maar dit lewer oor die algemeen uitstekende resultate en is 'n goeie beginpunt vir die handverwerking van bestanddele in individuele velde. Jy kan ook die \"Brute\" verwerker gebruik wat 'n patroonpastegniek gebruik om bestanddele te identifiseer.",
|
"ingredients-natural-language-processor-explanation-2": "Dit is nie perfek nie, maar dit lewer oor die algemeen uitstekende resultate en is 'n goeie beginpunt vir die handverwerking van bestanddele in individuele velde. Jy kan ook die \"Brute\" verwerker gebruik wat 'n patroonpastegniek gebruik om bestanddele te identifiseer.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Wys individuele oortuiging",
|
"show-individual-confidence": "Wys individuele oortuiging",
|
||||||
"ingredient-text": "Bestanddeel teks",
|
"ingredient-text": "Bestanddeel teks",
|
||||||
"average-confident": "{0} oortuig",
|
"average-confident": "{0} oortuig",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "All Lists",
|
"all-lists": "All Lists",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Food",
|
"food": "Food",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
||||||
"toggle-food": "Toggle Food",
|
"toggle-food": "Toggle Food",
|
||||||
"manage-labels": "Manage Labels",
|
"manage-labels": "Manage Labels",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "Ingredient Text",
|
"ingredient-text": "Ingredient Text",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Версия на скрепер на рецепти",
|
"recipe-scraper-version": "Версия на скрепер на рецепти",
|
||||||
"oidc-ready": "Готов за OIDC",
|
"oidc-ready": "Готов за OIDC",
|
||||||
"oidc-ready-error-text": "Не всички OIDC стойности са конфигурирани. Това може да бъде игнорирано, ако не използвате OIDC удостоверяване.",
|
"oidc-ready-error-text": "Не всички OIDC стойности са конфигурирани. Това може да бъде игнорирано, ако не използвате OIDC удостоверяване.",
|
||||||
"oidc-ready-success-text": "Задължителните OIDC променливи са зададени."
|
"oidc-ready-success-text": "Задължителните OIDC променливи са зададени.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Всички списъци",
|
"all-lists": "Всички списъци",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Продукт",
|
"food": "Продукт",
|
||||||
"note": "Бележка",
|
"note": "Бележка",
|
||||||
"label": "Етикет",
|
"label": "Етикет",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Елементът е добавен към една или повече рецепти. Редактиране на единиците или храните ще се отрази с непредвидими резултати когато добавяте или премахвате рецепта от списъка.",
|
"linked-item-warning": "Елементът е добавен към една или повече рецепти. Редактиране на единиците или храните ще се отрази с непредвидими резултати когато добавяте или премахвате рецепта от списъка.",
|
||||||
"toggle-food": "Превключване на храна",
|
"toggle-food": "Превключване на храна",
|
||||||
"manage-labels": "Управление на етикети",
|
"manage-labels": "Управление на етикети",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Не е перфектно, но като цяло дава страхотни резултати и е добра отправна точка за ръчно анализиране на съставки в отделни полета. Като алтернатива можете също да използвате процесора \"Груб\", който използва техника за съвпадение на шаблони, за да идентифицира съставките.",
|
"ingredients-natural-language-processor-explanation-2": "Не е перфектно, но като цяло дава страхотни резултати и е добра отправна точка за ръчно анализиране на съставки в отделни полета. Като алтернатива можете също да използвате процесора \"Груб\", който използва техника за съвпадение на шаблони, за да идентифицира съставките.",
|
||||||
"nlp": "ПЕЕ",
|
"nlp": "ПЕЕ",
|
||||||
"brute": "Груб",
|
"brute": "Груб",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Покажи индивидуална увереност",
|
"show-individual-confidence": "Покажи индивидуална увереност",
|
||||||
"ingredient-text": "Текст на съставката",
|
"ingredient-text": "Текст на съставката",
|
||||||
"average-confident": "{0} Уверен",
|
"average-confident": "{0} Уверен",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "Analitzador d'OpenAI",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "Llest per OpenAI",
|
||||||
|
"openai-ready-error-text": "No tots els valors d'OpenAI estan configurats. Es pot ignorar si no s'estan utilitzant les funcionalitats d'OpenAI.",
|
||||||
|
"openai-ready-success-text": "Les variables requerides per OpenAI estan establertes."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Totes les llistes",
|
"all-lists": "Totes les llistes",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Aliments",
|
"food": "Aliments",
|
||||||
"note": "Nota",
|
"note": "Nota",
|
||||||
"label": "Etiqueta",
|
"label": "Etiqueta",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Aquest element està enllaçat amb una o més receptes. Modificar les unitats o els aliments pot provocar resultats inesperats en afegir o elimina la recepta del llistat.",
|
"linked-item-warning": "Aquest element està enllaçat amb una o més receptes. Modificar les unitats o els aliments pot provocar resultats inesperats en afegir o elimina la recepta del llistat.",
|
||||||
"toggle-food": "Mostra el nom de l'aliment",
|
"toggle-food": "Mostra el nom de l'aliment",
|
||||||
"manage-labels": "Gestiona etiquetes",
|
"manage-labels": "Gestiona etiquetes",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "Ingredient Text",
|
"ingredient-text": "Ingredient Text",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Všechny seznamy",
|
"all-lists": "Všechny seznamy",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Jídlo",
|
"food": "Jídlo",
|
||||||
"note": "Poznámka",
|
"note": "Poznámka",
|
||||||
"label": "Popisek",
|
"label": "Popisek",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Tato položka je propojena s jedním nebo více recepty. Úprava jednotky nebo jídla bude mít neočekávané důsledky při přidání nebo odebrání receptu z tohoto seznamu.",
|
"linked-item-warning": "Tato položka je propojena s jedním nebo více recepty. Úprava jednotky nebo jídla bude mít neočekávané důsledky při přidání nebo odebrání receptu z tohoto seznamu.",
|
||||||
"toggle-food": "Přepnout typ položky",
|
"toggle-food": "Přepnout typ položky",
|
||||||
"manage-labels": "Manage Labels",
|
"manage-labels": "Manage Labels",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Není to dokonalé, ale obecně to přináší skvělé výsledky a je dobrým výchozím bodem pro ruční zpracování ingrediencí do jednotlivých polí. Alternativně můžete také použít procesor \"Brute\", který používá metodu porovnávání vzorců pro idenfikaci ingrediencí.",
|
"ingredients-natural-language-processor-explanation-2": "Není to dokonalé, ale obecně to přináší skvělé výsledky a je dobrým výchozím bodem pro ruční zpracování ingrediencí do jednotlivých polí. Alternativně můžete také použít procesor \"Brute\", který používá metodu porovnávání vzorců pro idenfikaci ingrediencí.",
|
||||||
"nlp": "ZPJ",
|
"nlp": "ZPJ",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Zobrazit individuální důvěru",
|
"show-individual-confidence": "Zobrazit individuální důvěru",
|
||||||
"ingredient-text": "Text přísady",
|
"ingredient-text": "Text přísady",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Version på opskrift-indsamler",
|
"recipe-scraper-version": "Version på opskrift-indsamler",
|
||||||
"oidc-ready": "OIDC er Klar",
|
"oidc-ready": "OIDC er Klar",
|
||||||
"oidc-ready-error-text": "Ikke alle OIDC værdier er konfigureret. Dette kan ignoreres, hvis du ikke bruger OIDC godkendelse.",
|
"oidc-ready-error-text": "Ikke alle OIDC værdier er konfigureret. Dette kan ignoreres, hvis du ikke bruger OIDC godkendelse.",
|
||||||
"oidc-ready-success-text": "Alle påkrævede OIDC værdier er angivet."
|
"oidc-ready-success-text": "Alle påkrævede OIDC værdier er angivet.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Alle lister",
|
"all-lists": "Alle lister",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Fødevarer",
|
"food": "Fødevarer",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Etiket",
|
"label": "Etiket",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Dette element er tilknyttet en eller flere opskrifter. Justering af enheder eller fødevarer vil give uventede resultater, når du tilføjer eller fjerner opskriften fra denne liste.",
|
"linked-item-warning": "Dette element er tilknyttet en eller flere opskrifter. Justering af enheder eller fødevarer vil give uventede resultater, når du tilføjer eller fjerner opskriften fra denne liste.",
|
||||||
"toggle-food": "Slå fødevarer til/fra",
|
"toggle-food": "Slå fødevarer til/fra",
|
||||||
"manage-labels": "Håndter etiketter",
|
"manage-labels": "Håndter etiketter",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Det er ikke perfekt, men giver generelt gode resultater og er et godt udgangspunkt for manuel redigering af ingredienser i individuelle felter. Alternativt kan du også bruge \"Brute\" metoden, der bruger en mønstermatchende teknik til at identificere ingredienser.",
|
"ingredients-natural-language-processor-explanation-2": "Det er ikke perfekt, men giver generelt gode resultater og er et godt udgangspunkt for manuel redigering af ingredienser i individuelle felter. Alternativt kan du også bruge \"Brute\" metoden, der bruger en mønstermatchende teknik til at identificere ingredienser.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Vis individual konfidensscore",
|
"show-individual-confidence": "Vis individual konfidensscore",
|
||||||
"ingredient-text": "Ingredienstekst",
|
"ingredient-text": "Ingredienstekst",
|
||||||
"average-confident": "{0} konfidens",
|
"average-confident": "{0} konfidens",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Parser auswählen",
|
"select-parser": "Parser auswählen",
|
||||||
"natural-language-processor": "Natürliche Sprachverarbeitung (NLP)",
|
"natural-language-processor": "Natürliche Sprachverarbeitung (NLP)",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Alles parsen",
|
"parse-all": "Alles parsen",
|
||||||
"no-unit": "Keine Einheit",
|
"no-unit": "Keine Einheit",
|
||||||
"missing-unit": "Fehlende Einheit erstellen: {unit}",
|
"missing-unit": "Fehlende Einheit erstellen: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Rezept Scraper Version",
|
"recipe-scraper-version": "Rezept Scraper Version",
|
||||||
"oidc-ready": "OIDC bereit",
|
"oidc-ready": "OIDC bereit",
|
||||||
"oidc-ready-error-text": "Es sind nicht alle OIDC-Werte konfiguriert. Wenn du keine OIDC-Authentifizierung benutzt, kannst du das ignorieren.",
|
"oidc-ready-error-text": "Es sind nicht alle OIDC-Werte konfiguriert. Wenn du keine OIDC-Authentifizierung benutzt, kannst du das ignorieren.",
|
||||||
"oidc-ready-success-text": "Alle erforderlichen OIDC-Variablen sind gesetzt."
|
"oidc-ready-success-text": "Alle erforderlichen OIDC-Variablen sind gesetzt.",
|
||||||
|
"openai-ready": "OpenAI bereit",
|
||||||
|
"openai-ready-error-text": "Es sind nicht alle OpenAI-Werte konfiguriert. Wenn du die OpenAI Funktionen nicht benutzt, kannst du das ignorieren.",
|
||||||
|
"openai-ready-success-text": "Alle erforderlichen OpenAI-Variablen sind hinterlegt."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Alle Listen",
|
"all-lists": "Alle Listen",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Lebensmittel",
|
"food": "Lebensmittel",
|
||||||
"note": "Notiz",
|
"note": "Notiz",
|
||||||
"label": "Etikett",
|
"label": "Etikett",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Dieser Eintrag ist mit einem oder mehreren Rezepten verknüpft. Das Ändern der Einheiten oder Lebensmittel führt zu unerwarteten Ergebnissen, wenn das Rezept von dieser Einkaufsliste entfernt oder hinzugefügt wird.",
|
"linked-item-warning": "Dieser Eintrag ist mit einem oder mehreren Rezepten verknüpft. Das Ändern der Einheiten oder Lebensmittel führt zu unerwarteten Ergebnissen, wenn das Rezept von dieser Einkaufsliste entfernt oder hinzugefügt wird.",
|
||||||
"toggle-food": "Lebensmittel-Eingabe umschalten",
|
"toggle-food": "Lebensmittel-Eingabe umschalten",
|
||||||
"manage-labels": "Etiketten verwalten",
|
"manage-labels": "Etiketten verwalten",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Es ist nicht perfekt, aber es erzeugt meist sehr gute Ergebnisse und ist ein guter Anfang, um Zutaten manuell den einzelnen Feldern zuzuordnen. Alternativ kannst du auch den \"Brute\" Prozessor benutzen, der eine Musterabgleich-Technik verwendet, um Zutaten zu identifizieren.",
|
"ingredients-natural-language-processor-explanation-2": "Es ist nicht perfekt, aber es erzeugt meist sehr gute Ergebnisse und ist ein guter Anfang, um Zutaten manuell den einzelnen Feldern zuzuordnen. Alternativ kannst du auch den \"Brute\" Prozessor benutzen, der eine Musterabgleich-Technik verwendet, um Zutaten zu identifizieren.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Zeige individuelle Zuverlässigkeitswerte an",
|
"show-individual-confidence": "Zeige individuelle Zuverlässigkeitswerte an",
|
||||||
"ingredient-text": "Zutaten-Angabe",
|
"ingredient-text": "Zutaten-Angabe",
|
||||||
"average-confident": "{0} zuverlässig",
|
"average-confident": "{0} zuverlässig",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Επιλέξτε Αναλυτή",
|
"select-parser": "Επιλέξτε Αναλυτή",
|
||||||
"natural-language-processor": "Επεξεργαστής Φυσικής Γλώσσας",
|
"natural-language-processor": "Επεξεργαστής Φυσικής Γλώσσας",
|
||||||
"brute-parser": "Αναλυτής Ωμής Βίας",
|
"brute-parser": "Αναλυτής Ωμής Βίας",
|
||||||
|
"openai-parser": "Αναλυτής OpenAI",
|
||||||
"parse-all": "Ανάλυση Ολων",
|
"parse-all": "Ανάλυση Ολων",
|
||||||
"no-unit": "Καμία μονάδα",
|
"no-unit": "Καμία μονάδα",
|
||||||
"missing-unit": "Δημιουργία μονάδας που λείπει: {unit}",
|
"missing-unit": "Δημιουργία μονάδας που λείπει: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Δεν έχουν ρυθμιστεί όλες οι τιμές OpenAI. Αυτό μπορεί να αγνοηθεί αν δεν χρησιμοποιείτε τα χαρακτηριστικά του OpenAI.",
|
||||||
|
"openai-ready-success-text": "Ολες οι απαιτούμενες μεταβλητές OpenAI έχουν οριστεί."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Όλες οι λίστες",
|
"all-lists": "Όλες οι λίστες",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Food",
|
"food": "Food",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
|
"save-label": "Αποθήκεύση ετικέτας",
|
||||||
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
||||||
"toggle-food": "Toggle Food",
|
"toggle-food": "Toggle Food",
|
||||||
"manage-labels": "Manage Labels",
|
"manage-labels": "Manage Labels",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "Ingredient Text",
|
"ingredient-text": "Ingredient Text",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "All Lists",
|
"all-lists": "All Lists",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Food",
|
"food": "Food",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
||||||
"toggle-food": "Toggle Food",
|
"toggle-food": "Toggle Food",
|
||||||
"manage-labels": "Manage Labels",
|
"manage-labels": "Manage Labels",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "Ingredient Text",
|
"ingredient-text": "Ingredient Text",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Seleccionar Analizador",
|
"select-parser": "Seleccionar Analizador",
|
||||||
"natural-language-processor": "Procesador de Lenguaje Natural",
|
"natural-language-processor": "Procesador de Lenguaje Natural",
|
||||||
"brute-parser": "Analizador Bruto",
|
"brute-parser": "Analizador Bruto",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Analizar Todo",
|
"parse-all": "Analizar Todo",
|
||||||
"no-unit": "Sin unidad",
|
"no-unit": "Sin unidad",
|
||||||
"missing-unit": "Crear unidad faltante: {unit}",
|
"missing-unit": "Crear unidad faltante: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Versión de Analizador de Recetas",
|
"recipe-scraper-version": "Versión de Analizador de Recetas",
|
||||||
"oidc-ready": "OIDC Listo",
|
"oidc-ready": "OIDC Listo",
|
||||||
"oidc-ready-error-text": "No todos los valores OIDC están configurados. Puedes ignorar esto si no estás usando autenticación OIDC.",
|
"oidc-ready-error-text": "No todos los valores OIDC están configurados. Puedes ignorar esto si no estás usando autenticación OIDC.",
|
||||||
"oidc-ready-success-text": "Todas las variables OIDC requeridas están configuradas."
|
"oidc-ready-success-text": "Todas las variables OIDC requeridas están configuradas.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Todas las listas",
|
"all-lists": "Todas las listas",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Alimentos",
|
"food": "Alimentos",
|
||||||
"note": "Nota",
|
"note": "Nota",
|
||||||
"label": "Etiqueta",
|
"label": "Etiqueta",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Este elemento está vinculado a una o más recetas. Ajustar las unidades o los alimentos producirá resultados inesperados al añadir o quitar la receta de esta lista.",
|
"linked-item-warning": "Este elemento está vinculado a una o más recetas. Ajustar las unidades o los alimentos producirá resultados inesperados al añadir o quitar la receta de esta lista.",
|
||||||
"toggle-food": "Mostrar nombre del alimento",
|
"toggle-food": "Mostrar nombre del alimento",
|
||||||
"manage-labels": "Administrar etiquetas",
|
"manage-labels": "Administrar etiquetas",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Si bien no es perfecto, entrega buenos resultados en general y es un buen punto de partida para empezar a analizar ingredientes a campos individuales. Alternativamente puedes usar el procesador \"bruto\", que utiliza una técnica de reconocimiento de patrones para identificar ingredientes.",
|
"ingredients-natural-language-processor-explanation-2": "Si bien no es perfecto, entrega buenos resultados en general y es un buen punto de partida para empezar a analizar ingredientes a campos individuales. Alternativamente puedes usar el procesador \"bruto\", que utiliza una técnica de reconocimiento de patrones para identificar ingredientes.",
|
||||||
"nlp": "PLN",
|
"nlp": "PLN",
|
||||||
"brute": "En bruto",
|
"brute": "En bruto",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Mostrar confianza individual",
|
"show-individual-confidence": "Mostrar confianza individual",
|
||||||
"ingredient-text": "Texto del ingrediente",
|
"ingredient-text": "Texto del ingrediente",
|
||||||
"average-confident": "{0} Confianza",
|
"average-confident": "{0} Confianza",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Valitse jäsentäjätyökalu",
|
"select-parser": "Valitse jäsentäjätyökalu",
|
||||||
"natural-language-processor": "Luonnollisen kielen prosessointityökalu",
|
"natural-language-processor": "Luonnollisen kielen prosessointityökalu",
|
||||||
"brute-parser": "Voimakas jäsentäjätyökalu",
|
"brute-parser": "Voimakas jäsentäjätyökalu",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Jäsennä kaikki",
|
"parse-all": "Jäsennä kaikki",
|
||||||
"no-unit": "Ei yksikköä",
|
"no-unit": "Ei yksikköä",
|
||||||
"missing-unit": "Luo puuttuva yksikkö: {unit}",
|
"missing-unit": "Luo puuttuva yksikkö: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Reseptikaappaimen versio",
|
"recipe-scraper-version": "Reseptikaappaimen versio",
|
||||||
"oidc-ready": "OIDC valmis",
|
"oidc-ready": "OIDC valmis",
|
||||||
"oidc-ready-error-text": "Kaikkia OIDC-arvoja ei ole määritelty. Jos et käytä OIDC-todennusta, voidaan asia jättää huomiotta.",
|
"oidc-ready-error-text": "Kaikkia OIDC-arvoja ei ole määritelty. Jos et käytä OIDC-todennusta, voidaan asia jättää huomiotta.",
|
||||||
"oidc-ready-success-text": "Kaikki vaaditut OIDC-muuttujat asetettu."
|
"oidc-ready-success-text": "Kaikki vaaditut OIDC-muuttujat asetettu.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Kaikki ostoslistat",
|
"all-lists": "Kaikki ostoslistat",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Elintarvikkeet",
|
"food": "Elintarvikkeet",
|
||||||
"note": "Muistiinpano",
|
"note": "Muistiinpano",
|
||||||
"label": "Tunnus",
|
"label": "Tunnus",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Tämä kohde on linkitetty yhteen tai useampaan reseptiin. Yksikköjen tai elintarvikkeiden muuttaminen tuottaa odottamattomia tuloksia, kun reseptiä lisätään tai poistetaan tästä luettelosta.",
|
"linked-item-warning": "Tämä kohde on linkitetty yhteen tai useampaan reseptiin. Yksikköjen tai elintarvikkeiden muuttaminen tuottaa odottamattomia tuloksia, kun reseptiä lisätään tai poistetaan tästä luettelosta.",
|
||||||
"toggle-food": "Vaihda elintarvike",
|
"toggle-food": "Vaihda elintarvike",
|
||||||
"manage-labels": "Hallinnoi nimikkeitä",
|
"manage-labels": "Hallinnoi nimikkeitä",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Se ei ole täydellinen, mutta se tuottaa hyviä tuloksia yleensä ja on hyvä lähtökohta manuaalisesti jäsentää ainesosia yksittäisiin kenttiin. Vaihtoehtoisesti voit myös käyttää Brute-prosessori, joka käyttää kuvion täsmäystekniikkaa tunnistamaan ainesosia.",
|
"ingredients-natural-language-processor-explanation-2": "Se ei ole täydellinen, mutta se tuottaa hyviä tuloksia yleensä ja on hyvä lähtökohta manuaalisesti jäsentää ainesosia yksittäisiin kenttiin. Vaihtoehtoisesti voit myös käyttää Brute-prosessori, joka käyttää kuvion täsmäystekniikkaa tunnistamaan ainesosia.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Näytä yksilöllinen luottamus",
|
"show-individual-confidence": "Näytä yksilöllinen luottamus",
|
||||||
"ingredient-text": "Ainesosan Teksti",
|
"ingredient-text": "Ainesosan Teksti",
|
||||||
"average-confident": "{0} Luottamus",
|
"average-confident": "{0} Luottamus",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Sélectionner l'analyseur",
|
"select-parser": "Sélectionner l'analyseur",
|
||||||
"natural-language-processor": "Traitement du Langage Naturel",
|
"natural-language-processor": "Traitement du Langage Naturel",
|
||||||
"brute-parser": "Analyseur brut",
|
"brute-parser": "Analyseur brut",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Tout analyser",
|
"parse-all": "Tout analyser",
|
||||||
"no-unit": "Pas d'unité",
|
"no-unit": "Pas d'unité",
|
||||||
"missing-unit": "Créer une unité manquante : {unit}",
|
"missing-unit": "Créer une unité manquante : {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Version du Scraper de recette",
|
"recipe-scraper-version": "Version du Scraper de recette",
|
||||||
"oidc-ready": "Prêt pour OIDC",
|
"oidc-ready": "Prêt pour OIDC",
|
||||||
"oidc-ready-error-text": "Toutes les valeurs OIDC ne sont pas configurées. Vous pouvez ignorer cet avertissement si vous n’utilisez pas l’authentification OIDC.",
|
"oidc-ready-error-text": "Toutes les valeurs OIDC ne sont pas configurées. Vous pouvez ignorer cet avertissement si vous n’utilisez pas l’authentification OIDC.",
|
||||||
"oidc-ready-success-text": "Les variables OIDC obligatoires sont toutes définies."
|
"oidc-ready-success-text": "Les variables OIDC obligatoires sont toutes définies.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Toutes les listes",
|
"all-lists": "Toutes les listes",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Aliments",
|
"food": "Aliments",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Étiquette",
|
"label": "Étiquette",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Cet article est lié à une ou plusieurs recettes. Ajuster les unités ou les aliments donnera des résultats inattendus lors de l’ajout ou de la suppression de la recette de cette liste.",
|
"linked-item-warning": "Cet article est lié à une ou plusieurs recettes. Ajuster les unités ou les aliments donnera des résultats inattendus lors de l’ajout ou de la suppression de la recette de cette liste.",
|
||||||
"toggle-food": "Activer/Désactiver aliment",
|
"toggle-food": "Activer/Désactiver aliment",
|
||||||
"manage-labels": "Gérer les libellés",
|
"manage-labels": "Gérer les libellés",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Ce n'est pas parfait, mais cela donne de bons résultats en général et est un bon point de départ pour décomposer manuellement les ingrédients dans des champs individuels. Alternativement, vous pouvez également utiliser le processeur « Brut » qui utilise une technique de correspondance (patterns) pour identifier les ingrédients.",
|
"ingredients-natural-language-processor-explanation-2": "Ce n'est pas parfait, mais cela donne de bons résultats en général et est un bon point de départ pour décomposer manuellement les ingrédients dans des champs individuels. Alternativement, vous pouvez également utiliser le processeur « Brut » qui utilise une technique de correspondance (patterns) pour identifier les ingrédients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brut",
|
"brute": "Brut",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Afficher la confiance individuelle",
|
"show-individual-confidence": "Afficher la confiance individuelle",
|
||||||
"ingredient-text": "Texte de l'ingrédient",
|
"ingredient-text": "Texte de l'ingrédient",
|
||||||
"average-confident": "Confiant à {0}",
|
"average-confident": "Confiant à {0}",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Sélectionner l'analyseur",
|
"select-parser": "Sélectionner l'analyseur",
|
||||||
"natural-language-processor": "Traitement du Langage Naturel",
|
"natural-language-processor": "Traitement du Langage Naturel",
|
||||||
"brute-parser": "Analyseur brut",
|
"brute-parser": "Analyseur brut",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Tout analyser",
|
"parse-all": "Tout analyser",
|
||||||
"no-unit": "Pas d'unité",
|
"no-unit": "Pas d'unité",
|
||||||
"missing-unit": "Créer une unité manquante : {unit}",
|
"missing-unit": "Créer une unité manquante : {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Version du Scraper de recette",
|
"recipe-scraper-version": "Version du Scraper de recette",
|
||||||
"oidc-ready": "Prêt pour OIDC",
|
"oidc-ready": "Prêt pour OIDC",
|
||||||
"oidc-ready-error-text": "Toutes les valeurs OIDC ne sont pas configurées. Vous pouvez ignorer cet avertissement si vous n’utilisez pas l’authentification OIDC.",
|
"oidc-ready-error-text": "Toutes les valeurs OIDC ne sont pas configurées. Vous pouvez ignorer cet avertissement si vous n’utilisez pas l’authentification OIDC.",
|
||||||
"oidc-ready-success-text": "Les variables OIDC obligatoires sont toutes définies."
|
"oidc-ready-success-text": "Les variables OIDC obligatoires sont toutes définies.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Toutes les listes",
|
"all-lists": "Toutes les listes",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Aliment",
|
"food": "Aliment",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Étiquette",
|
"label": "Étiquette",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Cet article est lié à une ou plusieurs recettes. Ajuster les unités ou les aliments donnera des résultats inattendus lors de l’ajout ou de la suppression de la recette de cette liste.",
|
"linked-item-warning": "Cet article est lié à une ou plusieurs recettes. Ajuster les unités ou les aliments donnera des résultats inattendus lors de l’ajout ou de la suppression de la recette de cette liste.",
|
||||||
"toggle-food": "Activer/Désactiver aliment",
|
"toggle-food": "Activer/Désactiver aliment",
|
||||||
"manage-labels": "Gérer les libellés",
|
"manage-labels": "Gérer les libellés",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Ce n'est pas parfait, mais cela donne de bons résultats en général et est un bon point de départ pour décomposer manuellement les ingrédients dans des champs individuels. Alternativement, vous pouvez également utiliser le processeur « Brut » qui utilise une technique de correspondance (patterns) pour identifier les ingrédients.",
|
"ingredients-natural-language-processor-explanation-2": "Ce n'est pas parfait, mais cela donne de bons résultats en général et est un bon point de départ pour décomposer manuellement les ingrédients dans des champs individuels. Alternativement, vous pouvez également utiliser le processeur « Brut » qui utilise une technique de correspondance (patterns) pour identifier les ingrédients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brut",
|
"brute": "Brut",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Afficher la confiance individuelle",
|
"show-individual-confidence": "Afficher la confiance individuelle",
|
||||||
"ingredient-text": "Texte de l'ingrédient",
|
"ingredient-text": "Texte de l'ingrédient",
|
||||||
"average-confident": "Confiant à {0}",
|
"average-confident": "Confiant à {0}",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "All Lists",
|
"all-lists": "All Lists",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Food",
|
"food": "Food",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
||||||
"toggle-food": "Toggle Food",
|
"toggle-food": "Toggle Food",
|
||||||
"manage-labels": "Manage Labels",
|
"manage-labels": "Manage Labels",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "Ingredient Text",
|
"ingredient-text": "Ingredient Text",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "גרסת מפענך המתכונים",
|
"recipe-scraper-version": "גרסת מפענך המתכונים",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "כל הרשימות",
|
"all-lists": "כל הרשימות",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "אוכל",
|
"food": "אוכל",
|
||||||
"note": "הערה",
|
"note": "הערה",
|
||||||
"label": "תווית",
|
"label": "תווית",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "האובייקט הזה מקושר לאחד או יותר מתכונים. שינוי היחידות או האוכל יוביל לתוצאות בלתי צפויות בהוספה או הסרת מתכונים מהרשימה.",
|
"linked-item-warning": "האובייקט הזה מקושר לאחד או יותר מתכונים. שינוי היחידות או האוכל יוביל לתוצאות בלתי צפויות בהוספה או הסרת מתכונים מהרשימה.",
|
||||||
"toggle-food": "הצג/הסתר אוכל",
|
"toggle-food": "הצג/הסתר אוכל",
|
||||||
"manage-labels": "ניהול תויות",
|
"manage-labels": "ניהול תויות",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "זה לא מושלם, אבל מספק תוצאות טובות באופן כללי ומספק נקודת התחלה טובה עבור עיבוד ידני של מרכיבים לשדות נפרדים. לחילופין ניתן להשתמש בעיבוד \"נוקשה\" לזיהוי המרכיבים.",
|
"ingredients-natural-language-processor-explanation-2": "זה לא מושלם, אבל מספק תוצאות טובות באופן כללי ומספק נקודת התחלה טובה עבור עיבוד ידני של מרכיבים לשדות נפרדים. לחילופין ניתן להשתמש בעיבוד \"נוקשה\" לזיהוי המרכיבים.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "נוקשה",
|
"brute": "נוקשה",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "הראה תאימות בודדת",
|
"show-individual-confidence": "הראה תאימות בודדת",
|
||||||
"ingredient-text": "טקסט מרכיב",
|
"ingredient-text": "טקסט מרכיב",
|
||||||
"average-confident": "{0} דיוק",
|
"average-confident": "{0} דיוק",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Verzija skraper alata za recepte",
|
"recipe-scraper-version": "Verzija skraper alata za recepte",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Svi Popisi",
|
"all-lists": "Svi Popisi",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Namirnica",
|
"food": "Namirnica",
|
||||||
"note": "Bilješka",
|
"note": "Bilješka",
|
||||||
"label": "Oznaka",
|
"label": "Oznaka",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Ova stavka je povezana s jednim ili više recepata. Prilagođavanje jedinica ili namirnica može rezultirati neočekivanim rezultatima prilikom dodavanja ili uklanjanja recepta s ove liste.",
|
"linked-item-warning": "Ova stavka je povezana s jednim ili više recepata. Prilagođavanje jedinica ili namirnica može rezultirati neočekivanim rezultatima prilikom dodavanja ili uklanjanja recepta s ove liste.",
|
||||||
"toggle-food": "Prebaci prekidač Namirnice",
|
"toggle-food": "Prebaci prekidač Namirnice",
|
||||||
"manage-labels": "Upravljanje Oznakama",
|
"manage-labels": "Upravljanje Oznakama",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Nije savršen, ali općenito daje odlične rezultate i dobra je polazna točka za ručno parsiranje sastojaka u pojedinačna polja. Alternativno, možete koristiti \"Brute\" procesor koji koristi tehniku usklađivanja uzoraka za identifikaciju sastojaka.",
|
"ingredients-natural-language-processor-explanation-2": "Nije savršen, ali općenito daje odlične rezultate i dobra je polazna točka za ručno parsiranje sastojaka u pojedinačna polja. Alternativno, možete koristiti \"Brute\" procesor koji koristi tehniku usklađivanja uzoraka za identifikaciju sastojaka.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Prikaži pojedinačno povjerenje",
|
"show-individual-confidence": "Prikaži pojedinačno povjerenje",
|
||||||
"ingredient-text": "Tekst Sastojka",
|
"ingredient-text": "Tekst Sastojka",
|
||||||
"average-confident": "{0} - Siguran",
|
"average-confident": "{0} - Siguran",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Válasszon elemzőt",
|
"select-parser": "Válasszon elemzőt",
|
||||||
"natural-language-processor": "Természetes nyelvi feldolgozó",
|
"natural-language-processor": "Természetes nyelvi feldolgozó",
|
||||||
"brute-parser": "Brute elemző",
|
"brute-parser": "Brute elemző",
|
||||||
|
"openai-parser": "OpenAI elemző",
|
||||||
"parse-all": "Összes elemzése",
|
"parse-all": "Összes elemzése",
|
||||||
"no-unit": "Mértékegység nélkül",
|
"no-unit": "Mértékegység nélkül",
|
||||||
"missing-unit": "Hiányzó mértékegység létrehozása: {unit}",
|
"missing-unit": "Hiányzó mértékegység létrehozása: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Receptkinyerő verziója",
|
"recipe-scraper-version": "Receptkinyerő verziója",
|
||||||
"oidc-ready": "OIDC készen áll",
|
"oidc-ready": "OIDC készen áll",
|
||||||
"oidc-ready-error-text": "Nem minden OIDC érték van beállítva. Ezt figyelmen kívül lehet hagyni ha nem használ OIDC hitelesítést.",
|
"oidc-ready-error-text": "Nem minden OIDC érték van beállítva. Ezt figyelmen kívül lehet hagyni ha nem használ OIDC hitelesítést.",
|
||||||
"oidc-ready-success-text": "A szükséges OIDC változók mind beállítva."
|
"oidc-ready-success-text": "A szükséges OIDC változók mind beállítva.",
|
||||||
|
"openai-ready": "OpenAI készen áll",
|
||||||
|
"openai-ready-error-text": "Nem minden OpenAI érték van beállítva. Ez figyelmen kívül hagyható, ha nem használja az OpenAI funkcióit.",
|
||||||
|
"openai-ready-success-text": "Minden szükséges OpenAI változó beállítva."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Összes lista",
|
"all-lists": "Összes lista",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Étel",
|
"food": "Étel",
|
||||||
"note": "Megjegyzés",
|
"note": "Megjegyzés",
|
||||||
"label": "Címke",
|
"label": "Címke",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Ez a tétel egy vagy több recepthez kapcsolódik. A mennyiségi egységek vagy az alapanyagok átállítása nem várt eredményeket fog eredményezni, amikor hozzáadja vagy eltávolítja a receptet ebből a listából.",
|
"linked-item-warning": "Ez a tétel egy vagy több recepthez kapcsolódik. A mennyiségi egységek vagy az alapanyagok átállítása nem várt eredményeket fog eredményezni, amikor hozzáadja vagy eltávolítja a receptet ebből a listából.",
|
||||||
"toggle-food": "Váltás alapanyagokra",
|
"toggle-food": "Váltás alapanyagokra",
|
||||||
"manage-labels": "Címkék kezelése",
|
"manage-labels": "Címkék kezelése",
|
||||||
@ -1022,7 +1027,7 @@
|
|||||||
"recipe-actions-data": "Recipe Actions Data",
|
"recipe-actions-data": "Recipe Actions Data",
|
||||||
"new-recipe-action": "New Recipe Action",
|
"new-recipe-action": "New Recipe Action",
|
||||||
"edit-recipe-action": "Edit Recipe Action",
|
"edit-recipe-action": "Edit Recipe Action",
|
||||||
"action-type": "Action Type"
|
"action-type": "Művelet típusa"
|
||||||
},
|
},
|
||||||
"create-alias": "Alias készítése",
|
"create-alias": "Alias készítése",
|
||||||
"manage-aliases": "Alias kezelése",
|
"manage-aliases": "Alias kezelése",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Nem tökéletes, de általában nagyszerű eredményeket ad, és jó kiindulópont a hozzávalók kézi elemzésére az egyedi mezőkbe. Alternatívaként használhatja a \"Brute\" feldolgozót is, amely egy mintaillesztési technikát használ a hozzávalók azonosítására.",
|
"ingredients-natural-language-processor-explanation-2": "Nem tökéletes, de általában nagyszerű eredményeket ad, és jó kiindulópont a hozzávalók kézi elemzésére az egyedi mezőkbe. Alternatívaként használhatja a \"Brute\" feldolgozót is, amely egy mintaillesztési technikát használ a hozzávalók azonosítására.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "",
|
"show-individual-confidence": "",
|
||||||
"ingredient-text": "Hozzávaló szöveg",
|
"ingredient-text": "Hozzávaló szöveg",
|
||||||
"average-confident": "{0}-os bizonyosság",
|
"average-confident": "{0}-os bizonyosság",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "All Lists",
|
"all-lists": "All Lists",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Food",
|
"food": "Food",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
||||||
"toggle-food": "Toggle Food",
|
"toggle-food": "Toggle Food",
|
||||||
"manage-labels": "Manage Labels",
|
"manage-labels": "Manage Labels",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "Ingredient Text",
|
"ingredient-text": "Ingredient Text",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Seleziona Analizzatore",
|
"select-parser": "Seleziona Analizzatore",
|
||||||
"natural-language-processor": "Analizzatore di Linguaggio Naturale",
|
"natural-language-processor": "Analizzatore di Linguaggio Naturale",
|
||||||
"brute-parser": "Analizzatore brutale",
|
"brute-parser": "Analizzatore brutale",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Analizza tutto",
|
"parse-all": "Analizza tutto",
|
||||||
"no-unit": "Nessuna unità",
|
"no-unit": "Nessuna unità",
|
||||||
"missing-unit": "Crea unità mancante: {unit}",
|
"missing-unit": "Crea unità mancante: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Versione Recipe Scraper",
|
"recipe-scraper-version": "Versione Recipe Scraper",
|
||||||
"oidc-ready": "Pronto per OIDC",
|
"oidc-ready": "Pronto per OIDC",
|
||||||
"oidc-ready-error-text": "I valori OIDC non sono configurati. Questo può essere ignorato se non si utilizza Autenticazione OIDC.",
|
"oidc-ready-error-text": "I valori OIDC non sono configurati. Questo può essere ignorato se non si utilizza Autenticazione OIDC.",
|
||||||
"oidc-ready-success-text": "Le variabili OIDC richieste sono tutte impostate."
|
"oidc-ready-success-text": "Le variabili OIDC richieste sono tutte impostate.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Tutte le Liste",
|
"all-lists": "Tutte le Liste",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Alimenti",
|
"food": "Alimenti",
|
||||||
"note": "Nota",
|
"note": "Nota",
|
||||||
"label": "Etichetta",
|
"label": "Etichetta",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Questo elemento è collegato a una o più ricette. La modifica delle unità o degli alimenti potrebbe dare risultati inattesi quando si aggiunge o si rimuove la ricetta da questo elenco.",
|
"linked-item-warning": "Questo elemento è collegato a una o più ricette. La modifica delle unità o degli alimenti potrebbe dare risultati inattesi quando si aggiunge o si rimuove la ricetta da questo elenco.",
|
||||||
"toggle-food": "Attiva/Disattiva Alimento",
|
"toggle-food": "Attiva/Disattiva Alimento",
|
||||||
"manage-labels": "Gestisci Etichette",
|
"manage-labels": "Gestisci Etichette",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Non è perfetto, ma produce ottimi risultati in generale ed è un buon punto di partenza per separare manualmente gli ingredienti in singoli campi. In alternativa, è anche possibile utilizzare il processore \"Bruto\" che utilizza una tecnica di corrispondenza di modello per identificare gli ingredienti.",
|
"ingredients-natural-language-processor-explanation-2": "Non è perfetto, ma produce ottimi risultati in generale ed è un buon punto di partenza per separare manualmente gli ingredienti in singoli campi. In alternativa, è anche possibile utilizzare il processore \"Bruto\" che utilizza una tecnica di corrispondenza di modello per identificare gli ingredienti.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Bruto",
|
"brute": "Bruto",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Mostra fiducia individuale",
|
"show-individual-confidence": "Mostra fiducia individuale",
|
||||||
"ingredient-text": "Testo Ingrediente",
|
"ingredient-text": "Testo Ingrediente",
|
||||||
"average-confident": "{0} Fiducia",
|
"average-confident": "{0} Fiducia",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper バージョン",
|
"recipe-scraper-version": "Recipe Scraper バージョン",
|
||||||
"oidc-ready": "OIDC対応",
|
"oidc-ready": "OIDC対応",
|
||||||
"oidc-ready-error-text": "すべてのOIDC値が設定されていません。OIDC認証を使用していない場合は無視できます。",
|
"oidc-ready-error-text": "すべてのOIDC値が設定されていません。OIDC認証を使用していない場合は無視できます。",
|
||||||
"oidc-ready-success-text": "必要なOIDC変数はすべて設定されています。"
|
"oidc-ready-success-text": "必要なOIDC変数はすべて設定されています。",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "すべてのリスト",
|
"all-lists": "すべてのリスト",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "食料",
|
"food": "食料",
|
||||||
"note": "メモ",
|
"note": "メモ",
|
||||||
"label": "ラベル",
|
"label": "ラベル",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "このアイテムは 1 つ以上のレシピにリンクされています。このリストにレシピを追加または削除するときに、単位や食品を調整すると予期しない結果が生じることがあります。",
|
"linked-item-warning": "このアイテムは 1 つ以上のレシピにリンクされています。このリストにレシピを追加または削除するときに、単位や食品を調整すると予期しない結果が生じることがあります。",
|
||||||
"toggle-food": "食料の切り替え",
|
"toggle-food": "食料の切り替え",
|
||||||
"manage-labels": "ラベルの管理",
|
"manage-labels": "ラベルの管理",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "これは完璧ではありませんが、一般的に優れた結果が得られ、成分を手動で個別のフィールドに解析するための良い出発点となります。あるいは、パターン マッチング技術を使用して成分を識別する「Brute」プロセッサを使用することもできます。",
|
"ingredients-natural-language-processor-explanation-2": "これは完璧ではありませんが、一般的に優れた結果が得られ、成分を手動で個別のフィールドに解析するための良い出発点となります。あるいは、パターン マッチング技術を使用して成分を識別する「Brute」プロセッサを使用することもできます。",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "ブルート",
|
"brute": "ブルート",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "個々の信頼性を表示",
|
"show-individual-confidence": "個々の信頼性を表示",
|
||||||
"ingredient-text": "材料テキスト",
|
"ingredient-text": "材料テキスト",
|
||||||
"average-confident": "{0} 自信あり",
|
"average-confident": "{0} 自信あり",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "All Lists",
|
"all-lists": "All Lists",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Food",
|
"food": "Food",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
||||||
"toggle-food": "Toggle Food",
|
"toggle-food": "Toggle Food",
|
||||||
"manage-labels": "Manage Labels",
|
"manage-labels": "Manage Labels",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "Ingredient Text",
|
"ingredient-text": "Ingredient Text",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Visi sąrašai",
|
"all-lists": "Visi sąrašai",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Maistas",
|
"food": "Maistas",
|
||||||
"note": "Pastaba",
|
"note": "Pastaba",
|
||||||
"label": "Žyma",
|
"label": "Žyma",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Šis įrašas susietas su vienu ar keliais receptais. Jei pakeisite vienetus ar produktus, galimi nenumatyti rezultatai pridedant ar pašalinant receptą iš šio sąrašo.",
|
"linked-item-warning": "Šis įrašas susietas su vienu ar keliais receptais. Jei pakeisite vienetus ar produktus, galimi nenumatyti rezultatai pridedant ar pašalinant receptą iš šio sąrašo.",
|
||||||
"toggle-food": "Įjungti produktą",
|
"toggle-food": "Įjungti produktą",
|
||||||
"manage-labels": "Tvarkyti žymas",
|
"manage-labels": "Tvarkyti žymas",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Šiuo metu funkcionalumo veikimas tobulinamas, bet jau duoda pakankamai gerus rezultatus ir yra nebloga pradžia rankiniu būdu skirstant ingredientus į atskirus laukelius. Taip pat galima pasinaudoti funkcija \"Netikslus apdorojimas\", kuri atpažįsta ingredientus pagal šabloninį algoritmą.",
|
"ingredients-natural-language-processor-explanation-2": "Šiuo metu funkcionalumo veikimas tobulinamas, bet jau duoda pakankamai gerus rezultatus ir yra nebloga pradžia rankiniu būdu skirstant ingredientus į atskirus laukelius. Taip pat galima pasinaudoti funkcija \"Netikslus apdorojimas\", kuri atpažįsta ingredientus pagal šabloninį algoritmą.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Netikslus apdorojimas",
|
"brute": "Netikslus apdorojimas",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Rodyti individualų patikimumą",
|
"show-individual-confidence": "Rodyti individualų patikimumą",
|
||||||
"ingredient-text": "Ingrediento tekstas",
|
"ingredient-text": "Ingrediento tekstas",
|
||||||
"average-confident": "{0} patikimumas",
|
"average-confident": "{0} patikimumas",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "All Lists",
|
"all-lists": "All Lists",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Food",
|
"food": "Food",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
||||||
"toggle-food": "Toggle Food",
|
"toggle-food": "Toggle Food",
|
||||||
"manage-labels": "Manage Labels",
|
"manage-labels": "Manage Labels",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "Ingredient Text",
|
"ingredient-text": "Ingredient Text",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI verwerker",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Versie van de receptenscraper",
|
"recipe-scraper-version": "Versie van de receptenscraper",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI staat klaar",
|
||||||
|
"openai-ready-error-text": "Niet alle tekstvakken voor OpenAI zijn ingevuld. Als je geen OpenAI gebruikt kun je dit leeg laten.",
|
||||||
|
"openai-ready-success-text": "Verplichte tekstvakken voor OpenAI zijn ingevuld."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Alle lijsten",
|
"all-lists": "Alle lijsten",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Voedsel",
|
"food": "Voedsel",
|
||||||
"note": "Notitie",
|
"note": "Notitie",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Dit element is gekoppeld aan een of meer recepten. Het aanpassen van de eenheden of ingrediënten zal onverwachte resultaten opleveren bij het toevoegen of verwijderen van het recept uit deze lijst.",
|
"linked-item-warning": "Dit element is gekoppeld aan een of meer recepten. Het aanpassen van de eenheden of ingrediënten zal onverwachte resultaten opleveren bij het toevoegen of verwijderen van het recept uit deze lijst.",
|
||||||
"toggle-food": "Voedsel schakelen",
|
"toggle-food": "Voedsel schakelen",
|
||||||
"manage-labels": "Labels beheren",
|
"manage-labels": "Labels beheren",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Het is niet perfect, maar het levert uitstekende resultaten op in het algemeen en is een goed uitgangspunt voor het handmatig verwerken van ingrediënten in afzonderlijke velden. Je kunt ook de \"Brute\" processor gebruiken die een patroonovereenkomende techniek gebruikt om ingrediënten te identificeren.",
|
"ingredients-natural-language-processor-explanation-2": "Het is niet perfect, maar het levert uitstekende resultaten op in het algemeen en is een goed uitgangspunt voor het handmatig verwerken van ingrediënten in afzonderlijke velden. Je kunt ook de \"Brute\" processor gebruiken die een patroonovereenkomende techniek gebruikt om ingrediënten te identificeren.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI kunstmatige intelligentie",
|
||||||
"show-individual-confidence": "Individuele overtuiging tonen",
|
"show-individual-confidence": "Individuele overtuiging tonen",
|
||||||
"ingredient-text": "Ingrediënt tekst",
|
"ingredient-text": "Ingrediënt tekst",
|
||||||
"average-confident": "{0} overtuigd",
|
"average-confident": "{0} overtuigd",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Versjon på oppskrift-scraper",
|
"recipe-scraper-version": "Versjon på oppskrift-scraper",
|
||||||
"oidc-ready": "OIDC klar",
|
"oidc-ready": "OIDC klar",
|
||||||
"oidc-ready-error-text": "Ikke alle OIDC-verdier er konfigurert. Dette kan ignoreres hvis du ikke bruker OIDC-autentisering.",
|
"oidc-ready-error-text": "Ikke alle OIDC-verdier er konfigurert. Dette kan ignoreres hvis du ikke bruker OIDC-autentisering.",
|
||||||
"oidc-ready-success-text": "Alle obligratoriske OIDC-variabler er satt."
|
"oidc-ready-success-text": "Alle obligratoriske OIDC-variabler er satt.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Alle lister",
|
"all-lists": "Alle lister",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Matvare",
|
"food": "Matvare",
|
||||||
"note": "Notat",
|
"note": "Notat",
|
||||||
"label": "Etikett",
|
"label": "Etikett",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Dette elementet er koblet til én eller flere oppskrifter. Å endre enheter eller matvarer vil føre til uventede resultater når oppskriften legges til eller fjernes fra denne listen.",
|
"linked-item-warning": "Dette elementet er koblet til én eller flere oppskrifter. Å endre enheter eller matvarer vil føre til uventede resultater når oppskriften legges til eller fjernes fra denne listen.",
|
||||||
"toggle-food": "Vis/skjul matvare",
|
"toggle-food": "Vis/skjul matvare",
|
||||||
"manage-labels": "Administrer etiketter",
|
"manage-labels": "Administrer etiketter",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Modellen er ikke perfekt, men det gir generelt sett gode resultater og er et godt utgangspunkt for å manuelt analysere ingredienser i individuelle felt. Alternativt kan du også bruke 'Brute'-prosessoren som bruker mønstergjenkjennelsesteknikker for å identifisere ingredienser.",
|
"ingredients-natural-language-processor-explanation-2": "Modellen er ikke perfekt, men det gir generelt sett gode resultater og er et godt utgangspunkt for å manuelt analysere ingredienser i individuelle felt. Alternativt kan du også bruke 'Brute'-prosessoren som bruker mønstergjenkjennelsesteknikker for å identifisere ingredienser.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Vis individuell konfidens",
|
"show-individual-confidence": "Vis individuell konfidens",
|
||||||
"ingredient-text": "Ingredienstekst",
|
"ingredient-text": "Ingredienstekst",
|
||||||
"average-confident": "{0} Troverdig",
|
"average-confident": "{0} Troverdig",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Wersja Scrapera Przepisów",
|
"recipe-scraper-version": "Wersja Scrapera Przepisów",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Wszystkie listy",
|
"all-lists": "Wszystkie listy",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Jedzenie",
|
"food": "Jedzenie",
|
||||||
"note": "Notatka",
|
"note": "Notatka",
|
||||||
"label": "Etykieta",
|
"label": "Etykieta",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Ten przedmiot jest powiązany z jednym lub kilkoma przepisami. Dostosowanie jednostek lub żywności przyniesie niespodziewane wyniki podczas dodawania lub usuwania przepisu z tej listy.",
|
"linked-item-warning": "Ten przedmiot jest powiązany z jednym lub kilkoma przepisami. Dostosowanie jednostek lub żywności przyniesie niespodziewane wyniki podczas dodawania lub usuwania przepisu z tej listy.",
|
||||||
"toggle-food": "Przełącz Żywność",
|
"toggle-food": "Przełącz Żywność",
|
||||||
"manage-labels": "Zarządzaj Etykietami",
|
"manage-labels": "Zarządzaj Etykietami",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Nie jest on idealny, ale na ogół daje świetne wyniki i jest dobrym punktem wyjścia do ręcznego przydzielania składników w poszczególne pola. Alternatywnie możesz również użyć procesora \"Brut\", który używa dopasowywujący schemat do identyfikacji składników.",
|
"ingredients-natural-language-processor-explanation-2": "Nie jest on idealny, ale na ogół daje świetne wyniki i jest dobrym punktem wyjścia do ręcznego przydzielania składników w poszczególne pola. Alternatywnie możesz również użyć procesora \"Brut\", który używa dopasowywujący schemat do identyfikacji składników.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brut",
|
"brute": "Brut",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Pokaż pojedyncze pewności",
|
"show-individual-confidence": "Pokaż pojedyncze pewności",
|
||||||
"ingredient-text": "Tekst składnika",
|
"ingredient-text": "Tekst składnika",
|
||||||
"average-confident": "Pewność {0}",
|
"average-confident": "Pewność {0}",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Versão do receptor de receita",
|
"recipe-scraper-version": "Versão do receptor de receita",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Todas as Listas",
|
"all-lists": "Todas as Listas",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Comida",
|
"food": "Comida",
|
||||||
"note": "Nota",
|
"note": "Nota",
|
||||||
"label": "Marcador",
|
"label": "Marcador",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Este item está vinculado a uma ou mais receitas. Ajustar as unidades ou alimentos produzirá resultados inesperados ao adicionar ou remover a receita desta lista.",
|
"linked-item-warning": "Este item está vinculado a uma ou mais receitas. Ajustar as unidades ou alimentos produzirá resultados inesperados ao adicionar ou remover a receita desta lista.",
|
||||||
"toggle-food": "Mostrar nome da Comida",
|
"toggle-food": "Mostrar nome da Comida",
|
||||||
"manage-labels": "Gerenciar marcadores",
|
"manage-labels": "Gerenciar marcadores",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Não é perfeito, mas produz grandes resultados em geral e é um bom ponto de partida para analisar ingredientes manualmente em campos individuais. Como alternativa, você também pode usar o processador \"Brute\" que usa uma técnica de correspondência de padrões para identificar ingredientes.",
|
"ingredients-natural-language-processor-explanation-2": "Não é perfeito, mas produz grandes resultados em geral e é um bom ponto de partida para analisar ingredientes manualmente em campos individuais. Como alternativa, você também pode usar o processador \"Brute\" que usa uma técnica de correspondência de padrões para identificar ingredientes.",
|
||||||
"nlp": "PLN",
|
"nlp": "PLN",
|
||||||
"brute": "Bruto",
|
"brute": "Bruto",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Mostrar confiança individual",
|
"show-individual-confidence": "Mostrar confiança individual",
|
||||||
"ingredient-text": "Texto de Ingrediente",
|
"ingredient-text": "Texto de Ingrediente",
|
||||||
"average-confident": "{0} confiante",
|
"average-confident": "{0} confiante",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Versão do Scraper de receitas",
|
"recipe-scraper-version": "Versão do Scraper de receitas",
|
||||||
"oidc-ready": "Suporta OICD",
|
"oidc-ready": "Suporta OICD",
|
||||||
"oidc-ready-error-text": "Nem todos os valores OICD estão configurados. Pode ignorar isto se não estiver a utilizar autenticação OICD.",
|
"oidc-ready-error-text": "Nem todos os valores OICD estão configurados. Pode ignorar isto se não estiver a utilizar autenticação OICD.",
|
||||||
"oidc-ready-success-text": "As variáveis OICD necessárias estão definidas."
|
"oidc-ready-success-text": "As variáveis OICD necessárias estão definidas.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Todas as Listas",
|
"all-lists": "Todas as Listas",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Alimentos",
|
"food": "Alimentos",
|
||||||
"note": "Nota",
|
"note": "Nota",
|
||||||
"label": "Rótulo",
|
"label": "Rótulo",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Este item tem ligação a uma ou mais receitas. Ajustar as unidades ou alimentos irá produzir resultados inesperados quando adicionar ou remover a receita desta lista.",
|
"linked-item-warning": "Este item tem ligação a uma ou mais receitas. Ajustar as unidades ou alimentos irá produzir resultados inesperados quando adicionar ou remover a receita desta lista.",
|
||||||
"toggle-food": "Alternar Alimento",
|
"toggle-food": "Alternar Alimento",
|
||||||
"manage-labels": "Gerir Rótulos",
|
"manage-labels": "Gerir Rótulos",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Não é perfeito, mas produz bons resultados em geral e é um bom ponto de partida para, manualmente, fazer corresponder ingredientes a campos individuais. Em alternativa, também pode usar o processador \"Brute\" que usa uma técnica de correspondência de padrões para identificar ingredientes.",
|
"ingredients-natural-language-processor-explanation-2": "Não é perfeito, mas produz bons resultados em geral e é um bom ponto de partida para, manualmente, fazer corresponder ingredientes a campos individuais. Em alternativa, também pode usar o processador \"Brute\" que usa uma técnica de correspondência de padrões para identificar ingredientes.",
|
||||||
"nlp": "PLN",
|
"nlp": "PLN",
|
||||||
"brute": "Bruto",
|
"brute": "Bruto",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Mostrar confiança individual",
|
"show-individual-confidence": "Mostrar confiança individual",
|
||||||
"ingredient-text": "Texto de Ingrediente",
|
"ingredient-text": "Texto de Ingrediente",
|
||||||
"average-confident": "{0} Confiante",
|
"average-confident": "{0} Confiante",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "All Lists",
|
"all-lists": "All Lists",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Food",
|
"food": "Food",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
||||||
"toggle-food": "Toggle Food",
|
"toggle-food": "Toggle Food",
|
||||||
"manage-labels": "Manage Labels",
|
"manage-labels": "Manage Labels",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "Ingredient Text",
|
"ingredient-text": "Ingredient Text",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Версия скрейпера рецептов",
|
"recipe-scraper-version": "Версия скрейпера рецептов",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Все списки",
|
"all-lists": "Все списки",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Продукты",
|
"food": "Продукты",
|
||||||
"note": "Заметка",
|
"note": "Заметка",
|
||||||
"label": "Метка",
|
"label": "Метка",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Этот предмет связан с одним или несколькими рецептами. Обновление единиц измерения или продуктов приведет к неожиданным результатам при добавлении или удалении рецепта из этого списка.",
|
"linked-item-warning": "Этот предмет связан с одним или несколькими рецептами. Обновление единиц измерения или продуктов приведет к неожиданным результатам при добавлении или удалении рецепта из этого списка.",
|
||||||
"toggle-food": "Переключить продукты",
|
"toggle-food": "Переключить продукты",
|
||||||
"manage-labels": "Настройки меток",
|
"manage-labels": "Настройки меток",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Он не совершенен, но, в целом, дает хорошие результаты и является хорошей отправной точкой для ручного разбора ингредиентов в отдельных полях. Иначе, для определения ингредиентов можно использовать процессор \"Brute\", использующий технику сопоставления образцов (pattern matching).",
|
"ingredients-natural-language-processor-explanation-2": "Он не совершенен, но, в целом, дает хорошие результаты и является хорошей отправной точкой для ручного разбора ингредиентов в отдельных полях. Иначе, для определения ингредиентов можно использовать процессор \"Brute\", использующий технику сопоставления образцов (pattern matching).",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Показать уверенность каждого поля",
|
"show-individual-confidence": "Показать уверенность каждого поля",
|
||||||
"ingredient-text": "Описание ингредиента",
|
"ingredient-text": "Описание ингредиента",
|
||||||
"average-confident": "Уверенность {0}",
|
"average-confident": "Уверенность {0}",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Verzia scrapera receptov",
|
"recipe-scraper-version": "Verzia scrapera receptov",
|
||||||
"oidc-ready": "OIDC pripravené",
|
"oidc-ready": "OIDC pripravené",
|
||||||
"oidc-ready-error-text": "Niektoré z OIDC hodnôt nie sú nakonfigurované. Toto varovanie je možné ignorovať, ak nepoužívate OIDC autentifikáciu.",
|
"oidc-ready-error-text": "Niektoré z OIDC hodnôt nie sú nakonfigurované. Toto varovanie je možné ignorovať, ak nepoužívate OIDC autentifikáciu.",
|
||||||
"oidc-ready-success-text": "Všetky potrebné OIDC premenné sú nastavené."
|
"oidc-ready-success-text": "Všetky potrebné OIDC premenné sú nastavené.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Všetky zoznamy",
|
"all-lists": "Všetky zoznamy",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Jedlo",
|
"food": "Jedlo",
|
||||||
"note": "Poznámka",
|
"note": "Poznámka",
|
||||||
"label": "Štítok",
|
"label": "Štítok",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Táto položka je prepojená s jedným alebo viacerými receptami. Zmena jednotiek alebo jedál bude viesť k neželaným zmenám pri pridávaní alebo odoberaní receptov z tohto zoznamu.",
|
"linked-item-warning": "Táto položka je prepojená s jedným alebo viacerými receptami. Zmena jednotiek alebo jedál bude viesť k neželaným zmenám pri pridávaní alebo odoberaní receptov z tohto zoznamu.",
|
||||||
"toggle-food": "Prepnúť jedlo",
|
"toggle-food": "Prepnúť jedlo",
|
||||||
"manage-labels": "Spravovať štítky",
|
"manage-labels": "Spravovať štítky",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Napriek tomu, že nie je bezchybným, vo všeobecnosti poskytuje veľmi dobré výsledky, ktoré môžu slúžiť ako výborný štartovací bod manuálneho parsovania textov prísad do príslušných polí. Alternatívne tiež môžete využiť procesor založený na využití \"hrubej sily\", ktorý využíva na identifikáciu jednotlivých prísad metódu vyhľadávania vzorov v poskytnutom texte.",
|
"ingredients-natural-language-processor-explanation-2": "Napriek tomu, že nie je bezchybným, vo všeobecnosti poskytuje veľmi dobré výsledky, ktoré môžu slúžiť ako výborný štartovací bod manuálneho parsovania textov prísad do príslušných polí. Alternatívne tiež môžete využiť procesor založený na využití \"hrubej sily\", ktorý využíva na identifikáciu jednotlivých prísad metódu vyhľadávania vzorov v poskytnutom texte.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Hrubá sila",
|
"brute": "Hrubá sila",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Zobraziť individuálne miery spoľahlivosti",
|
"show-individual-confidence": "Zobraziť individuálne miery spoľahlivosti",
|
||||||
"ingredient-text": "Text prísady",
|
"ingredient-text": "Text prísady",
|
||||||
"average-confident": "{0} Spoľahlivý",
|
"average-confident": "{0} Spoľahlivý",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Izberi razčlenjevalnik",
|
"select-parser": "Izberi razčlenjevalnik",
|
||||||
"natural-language-processor": "Procesor naravnega jezika",
|
"natural-language-processor": "Procesor naravnega jezika",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Razčleni vse",
|
"parse-all": "Razčleni vse",
|
||||||
"no-unit": "Ni enote",
|
"no-unit": "Ni enote",
|
||||||
"missing-unit": "Ustvari manjkajočo enoto: {unit}",
|
"missing-unit": "Ustvari manjkajočo enoto: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Verzija strgalnika receptov",
|
"recipe-scraper-version": "Verzija strgalnika receptov",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Nekatere OIDC vrednosti niso nastavljene. To lahko ignoriraš, če ne uporabljaš OIDC avtentikacije.",
|
"oidc-ready-error-text": "Nekatere OIDC vrednosti niso nastavljene. To lahko ignoriraš, če ne uporabljaš OIDC avtentikacije.",
|
||||||
"oidc-ready-success-text": "Vse zahtevane OIDC spremenljivke so nastavljene."
|
"oidc-ready-success-text": "Vse zahtevane OIDC spremenljivke so nastavljene.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Vsi seznami",
|
"all-lists": "Vsi seznami",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Živilo",
|
"food": "Živilo",
|
||||||
"note": "Opomba",
|
"note": "Opomba",
|
||||||
"label": "Oznaka",
|
"label": "Oznaka",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Ta sestavina je povezana na en ali več receptov. Če spremenite enote količin, se lahko kaj podre, ko dodajate ali odstranjujete iz seznama.",
|
"linked-item-warning": "Ta sestavina je povezana na en ali več receptov. Če spremenite enote količin, se lahko kaj podre, ko dodajate ali odstranjujete iz seznama.",
|
||||||
"toggle-food": "Preklopi med hrano",
|
"toggle-food": "Preklopi med hrano",
|
||||||
"manage-labels": "Upravljanje oznak",
|
"manage-labels": "Upravljanje oznak",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Rezultati niso popolni, ampak so v splošnem uporabni in služijo kot dobro izhodišče za ročno urejanje sestavin v posamezna polja. Kot alternativo lahko uporabiš \"Brute\" procesor, ki deluje na osnovi ujemanja vzorcev za identifikacijo sestavin.",
|
"ingredients-natural-language-processor-explanation-2": "Rezultati niso popolni, ampak so v splošnem uporabni in služijo kot dobro izhodišče za ročno urejanje sestavin v posamezna polja. Kot alternativo lahko uporabiš \"Brute\" procesor, ki deluje na osnovi ujemanja vzorcev za identifikacijo sestavin.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Pokaži zaupanje v posamezne postavke",
|
"show-individual-confidence": "Pokaži zaupanje v posamezne postavke",
|
||||||
"ingredient-text": "Besedilo s sestavino",
|
"ingredient-text": "Besedilo s sestavino",
|
||||||
"average-confident": "{0} zanesljivost",
|
"average-confident": "{0} zanesljivost",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Сви спискови",
|
"all-lists": "Сви спискови",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Храна",
|
"food": "Храна",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Natpis",
|
"label": "Natpis",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
||||||
"toggle-food": "Toggle Food",
|
"toggle-food": "Toggle Food",
|
||||||
"manage-labels": "Управљај натписима",
|
"manage-labels": "Управљај натписима",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Није савршено, али даје одличне резултате и добра је почетна тачка за ручно разлагање саставних делова у појединачна поља. Као алтернативу, такође можете користити \"Брут\" процесор који користи технику усклађивања шаблона за идентификацију састојака.",
|
"ingredients-natural-language-processor-explanation-2": "Није савршено, али даје одличне резултате и добра је почетна тачка за ручно разлагање саставних делова у појединачна поља. Као алтернативу, такође можете користити \"Брут\" процесор који користи технику усклађивања шаблона за идентификацију састојака.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "Ingredient Text",
|
"ingredient-text": "Ingredient Text",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Välj tolk",
|
"select-parser": "Välj tolk",
|
||||||
"natural-language-processor": "Naturlig språkbehandlare",
|
"natural-language-processor": "Naturlig språkbehandlare",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Analysera allt",
|
"parse-all": "Analysera allt",
|
||||||
"no-unit": "Ingen enhet",
|
"no-unit": "Ingen enhet",
|
||||||
"missing-unit": "Skapa saknad enhet: {unit}",
|
"missing-unit": "Skapa saknad enhet: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Version av Recept-scraper",
|
"recipe-scraper-version": "Version av Recept-scraper",
|
||||||
"oidc-ready": "OIDC Klar",
|
"oidc-ready": "OIDC Klar",
|
||||||
"oidc-ready-error-text": "Alla OIDC-värden är inte konfigurerade. Detta kan ignoreras om du inte använder OIDC-autentisering.",
|
"oidc-ready-error-text": "Alla OIDC-värden är inte konfigurerade. Detta kan ignoreras om du inte använder OIDC-autentisering.",
|
||||||
"oidc-ready-success-text": "Alla obligatoriska OIDC-variabler är satta."
|
"oidc-ready-success-text": "Alla obligatoriska OIDC-variabler är satta.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Visa alla listor",
|
"all-lists": "Visa alla listor",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Mat",
|
"food": "Mat",
|
||||||
"note": "Anteckning",
|
"note": "Anteckning",
|
||||||
"label": "Etikett",
|
"label": "Etikett",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Denna artikel är länkad till ett eller flera recept. Justering av enheter eller livsmedel ger oväntade resultat när du lägger till eller tar bort receptet från denna lista.",
|
"linked-item-warning": "Denna artikel är länkad till ett eller flera recept. Justering av enheter eller livsmedel ger oväntade resultat när du lägger till eller tar bort receptet från denna lista.",
|
||||||
"toggle-food": "Växla mat",
|
"toggle-food": "Växla mat",
|
||||||
"manage-labels": "Hantera etiketter",
|
"manage-labels": "Hantera etiketter",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Det är inte perfekt, men det ger bra resultat i allmänhet och är en bra utgångspunkt för att manuellt tolka ingredienser i enskilda områden. Alternativt kan du också använda \"Brute\" processor som använder en mönstermatchningsteknik för att identifiera ingredienser.",
|
"ingredients-natural-language-processor-explanation-2": "Det är inte perfekt, men det ger bra resultat i allmänhet och är en bra utgångspunkt för att manuellt tolka ingredienser i enskilda områden. Alternativt kan du också använda \"Brute\" processor som använder en mönstermatchningsteknik för att identifiera ingredienser.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Visa individuella självförtroende",
|
"show-individual-confidence": "Visa individuella självförtroende",
|
||||||
"ingredient-text": "Ingrediens text",
|
"ingredient-text": "Ingrediens text",
|
||||||
"average-confident": "{0} Säker",
|
"average-confident": "{0} Säker",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Hazır",
|
"oidc-ready": "OIDC Hazır",
|
||||||
"oidc-ready-error-text": "Tüm OIDC Değerleri yapılandırılmamıştır. OIDC Kimlik Doğrulamasını kullanmıyorsanız bu göz ardı edilebilir.",
|
"oidc-ready-error-text": "Tüm OIDC Değerleri yapılandırılmamıştır. OIDC Kimlik Doğrulamasını kullanmıyorsanız bu göz ardı edilebilir.",
|
||||||
"oidc-ready-success-text": "Gerekli OIDC değişkenlerinin tümü ayarlanmıştır."
|
"oidc-ready-success-text": "Gerekli OIDC değişkenlerinin tümü ayarlanmıştır.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "All Lists",
|
"all-lists": "All Lists",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Food",
|
"food": "Food",
|
||||||
"note": "Not",
|
"note": "Not",
|
||||||
"label": "Etiket",
|
"label": "Etiket",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
||||||
"toggle-food": "Toggle Food",
|
"toggle-food": "Toggle Food",
|
||||||
"manage-labels": "Manage Labels",
|
"manage-labels": "Manage Labels",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Mükemmel değil, ancak genel olarak harika sonuçlar veriyor ve malzemeleri manuel olarak ayrı alanlara ayrıştırmak için iyi bir başlangıç noktası. Alternatif olarak, malzemeleri tanımlamak için bir model eşleştirme tekniği kullanan \"Brute\" işlemciyi de kullanabilirsiniz.",
|
"ingredients-natural-language-processor-explanation-2": "Mükemmel değil, ancak genel olarak harika sonuçlar veriyor ve malzemeleri manuel olarak ayrı alanlara ayrıştırmak için iyi bir başlangıç noktası. Alternatif olarak, malzemeleri tanımlamak için bir model eşleştirme tekniği kullanan \"Brute\" işlemciyi de kullanabilirsiniz.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Kaba",
|
"brute": "Kaba",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "İçerik Metni",
|
"ingredient-text": "İçerik Metni",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Вибрати аналізатор",
|
"select-parser": "Вибрати аналізатор",
|
||||||
"natural-language-processor": "Аналізатор природної мови",
|
"natural-language-processor": "Аналізатор природної мови",
|
||||||
"brute-parser": "Простий аналізатор",
|
"brute-parser": "Простий аналізатор",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Аналізувати все",
|
"parse-all": "Аналізувати все",
|
||||||
"no-unit": "Без одиниці",
|
"no-unit": "Без одиниці",
|
||||||
"missing-unit": "Створити відсутню одиниці: {unit}",
|
"missing-unit": "Створити відсутню одиниці: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Версія парсера рецептів",
|
"recipe-scraper-version": "Версія парсера рецептів",
|
||||||
"oidc-ready": "OIDC готово",
|
"oidc-ready": "OIDC готово",
|
||||||
"oidc-ready-error-text": "Не всі значення OIDC налаштовано. Це можна ігнорувати, якщо ви не використовуєте авторизацію OIDC.",
|
"oidc-ready-error-text": "Не всі значення OIDC налаштовано. Це можна ігнорувати, якщо ви не використовуєте авторизацію OIDC.",
|
||||||
"oidc-ready-success-text": "Всі необхідні змінні OIDC встановлені."
|
"oidc-ready-success-text": "Всі необхідні змінні OIDC встановлені.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "Всі списки",
|
"all-lists": "Всі списки",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Продукт",
|
"food": "Продукт",
|
||||||
"note": "Нотатка",
|
"note": "Нотатка",
|
||||||
"label": "Етикетка",
|
"label": "Етикетка",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "Цей предмет зв'язано з одним або більше рецептами. Зміна одиниць виміру або продуктів дасть неочікувані результати при додаванні або видаленні рецепту з цього списку.",
|
"linked-item-warning": "Цей предмет зв'язано з одним або більше рецептами. Зміна одиниць виміру або продуктів дасть неочікувані результати при додаванні або видаленні рецепту з цього списку.",
|
||||||
"toggle-food": "Перемкнути продукт",
|
"toggle-food": "Перемкнути продукт",
|
||||||
"manage-labels": "Керування етикетками",
|
"manage-labels": "Керування етикетками",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "Модель не ідеальна, але дає непогані результати в загальному і є хорошим початковим пунктом для ручного парсингу інгредієнтів в окремі поля. Крім того, ви можете використовувати \"Brute\" процесор, який використовує метод підбору для визначення інгредієнтів.",
|
"ingredients-natural-language-processor-explanation-2": "Модель не ідеальна, але дає непогані результати в загальному і є хорошим початковим пунктом для ручного парсингу інгредієнтів в окремі поля. Крім того, ви можете використовувати \"Brute\" процесор, який використовує метод підбору для визначення інгредієнтів.",
|
||||||
"nlp": "ОПМ",
|
"nlp": "ОПМ",
|
||||||
"brute": "Брут",
|
"brute": "Брут",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Показати індивідуальну впевненість",
|
"show-individual-confidence": "Показати індивідуальну впевненість",
|
||||||
"ingredient-text": "Текст інгредієнта",
|
"ingredient-text": "Текст інгредієнта",
|
||||||
"average-confident": "Впевненість {0}",
|
"average-confident": "Впевненість {0}",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "All Lists",
|
"all-lists": "All Lists",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Food",
|
"food": "Food",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
||||||
"toggle-food": "Toggle Food",
|
"toggle-food": "Toggle Food",
|
||||||
"manage-labels": "Manage Labels",
|
"manage-labels": "Manage Labels",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "Ingredient Text",
|
"ingredient-text": "Ingredient Text",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "选取解析器",
|
"select-parser": "选取解析器",
|
||||||
"natural-language-processor": "自然语言处理器",
|
"natural-language-processor": "自然语言处理器",
|
||||||
"brute-parser": "暴力解析器",
|
"brute-parser": "暴力解析器",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "全部解析",
|
"parse-all": "全部解析",
|
||||||
"no-unit": "没有计量单位",
|
"no-unit": "没有计量单位",
|
||||||
"missing-unit": "创建缺失的计量单位:{unit}",
|
"missing-unit": "创建缺失的计量单位:{unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "食谱刮削器版本",
|
"recipe-scraper-version": "食谱刮削器版本",
|
||||||
"oidc-ready": "OIDC 已就绪",
|
"oidc-ready": "OIDC 已就绪",
|
||||||
"oidc-ready-error-text": "某些OIDC环境变量尚未配置。(如果你不使用OIDC验证可以忽略该报错)",
|
"oidc-ready-error-text": "某些OIDC环境变量尚未配置。(如果你不使用OIDC验证可以忽略该报错)",
|
||||||
"oidc-ready-success-text": "OIDC所需的环境变量均已配置。"
|
"oidc-ready-success-text": "OIDC所需的环境变量均已配置。",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "所有购物清单",
|
"all-lists": "所有购物清单",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "食品",
|
"food": "食品",
|
||||||
"note": "备注",
|
"note": "备注",
|
||||||
"label": "标注",
|
"label": "标注",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "此条目已经与一个或多个食谱有关。若强行变更它的单位或食品,会在增减下方关联食谱份数时产生意外结果。",
|
"linked-item-warning": "此条目已经与一个或多个食谱有关。若强行变更它的单位或食品,会在增减下方关联食谱份数时产生意外结果。",
|
||||||
"toggle-food": "是否为数据库中的食品",
|
"toggle-food": "是否为数据库中的食品",
|
||||||
"manage-labels": "管理标签",
|
"manage-labels": "管理标签",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "它不完美,但通常来说结果还不错。推荐用它上手来把食材手动解析成独立字段。或者,你也可以选择“Brute解析器“,它使用一种模式匹配技术来识别食材。",
|
"ingredients-natural-language-processor-explanation-2": "它不完美,但通常来说结果还不错。推荐用它上手来把食材手动解析成独立字段。或者,你也可以选择“Brute解析器“,它使用一种模式匹配技术来识别食材。",
|
||||||
"nlp": "自然语言处理",
|
"nlp": "自然语言处理",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "显示个体置信度",
|
"show-individual-confidence": "显示个体置信度",
|
||||||
"ingredient-text": "食材文本",
|
"ingredient-text": "食材文本",
|
||||||
"average-confident": "{0}置信度",
|
"average-confident": "{0}置信度",
|
||||||
|
@ -594,6 +594,7 @@
|
|||||||
"select-parser": "Select Parser",
|
"select-parser": "Select Parser",
|
||||||
"natural-language-processor": "Natural Language Processor",
|
"natural-language-processor": "Natural Language Processor",
|
||||||
"brute-parser": "Brute Parser",
|
"brute-parser": "Brute Parser",
|
||||||
|
"openai-parser": "OpenAI Parser",
|
||||||
"parse-all": "Parse All",
|
"parse-all": "Parse All",
|
||||||
"no-unit": "No unit",
|
"no-unit": "No unit",
|
||||||
"missing-unit": "Create missing unit: {unit}",
|
"missing-unit": "Create missing unit: {unit}",
|
||||||
@ -764,7 +765,10 @@
|
|||||||
"recipe-scraper-version": "Recipe Scraper Version",
|
"recipe-scraper-version": "Recipe Scraper Version",
|
||||||
"oidc-ready": "OIDC Ready",
|
"oidc-ready": "OIDC Ready",
|
||||||
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
"oidc-ready-error-text": "Not all OIDC Values are configured. This can be ignored if you are not using OIDC Authentication.",
|
||||||
"oidc-ready-success-text": "Required OIDC variables are all set."
|
"oidc-ready-success-text": "Required OIDC variables are all set.",
|
||||||
|
"openai-ready": "OpenAI Ready",
|
||||||
|
"openai-ready-error-text": "Not all OpenAI Values are configured. This can be ignored if you are not using OpenAI features.",
|
||||||
|
"openai-ready-success-text": "Required OpenAI variables are all set."
|
||||||
},
|
},
|
||||||
"shopping-list": {
|
"shopping-list": {
|
||||||
"all-lists": "所有清單",
|
"all-lists": "所有清單",
|
||||||
@ -778,6 +782,7 @@
|
|||||||
"food": "Food",
|
"food": "Food",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"label": "Label",
|
"label": "Label",
|
||||||
|
"save-label": "Save Label",
|
||||||
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
"linked-item-warning": "This item is linked to one or more recipe. Adjusting the units or foods will yield unexpected results when adding or removing the recipe from this list.",
|
||||||
"toggle-food": "Toggle Food",
|
"toggle-food": "Toggle Food",
|
||||||
"manage-labels": "Manage Labels",
|
"manage-labels": "Manage Labels",
|
||||||
@ -1170,6 +1175,7 @@
|
|||||||
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
"ingredients-natural-language-processor-explanation-2": "It's not perfect, but it yields great results in general and is a good starting point for manually parsing ingredients into individual fields. Alternatively, you can also use the \"Brute\" processor that uses a pattern matching technique to identify ingredients.",
|
||||||
"nlp": "NLP",
|
"nlp": "NLP",
|
||||||
"brute": "Brute",
|
"brute": "Brute",
|
||||||
|
"openai": "OpenAI",
|
||||||
"show-individual-confidence": "Show individual confidence",
|
"show-individual-confidence": "Show individual confidence",
|
||||||
"ingredient-text": "Ingredient Text",
|
"ingredient-text": "Ingredient Text",
|
||||||
"average-confident": "{0} Confident",
|
"average-confident": "{0} Confident",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user