1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-07 14:35:25 +02:00

chore(l10n): New Crowdin updates (#4387)

This commit is contained in:
Hayden 2024-10-18 02:18:04 -05:00 committed by GitHub
parent 292ff8313b
commit 007c99c77a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 1208 additions and 128 deletions

View file

@ -212,7 +212,11 @@
"clipboard-copy-failure": "Fehler beim Kopieren in die Zwischenablage.",
"confirm-delete-generic-items": "Bist du dir sicher, dass du die folgenden Einträge löschen möchtest?",
"organizers": "Organisieren",
"caution": "Vorsicht"
"caution": "Vorsicht",
"show-advanced": "Show Advanced",
"add-field": "Add Field",
"date-created": "Date Created",
"date-updated": "Date Updated"
},
"group": {
"are-you-sure-you-want-to-delete-the-group": "Bist du dir sicher, dass du die Gruppe <b>{groupName}<b/> löschen möchtest?",
@ -351,7 +355,7 @@
"for-type-meal-types": "für {0}",
"meal-plan-rules": "Essensplan Regeln",
"new-rule": "Neue Regel",
"meal-plan-rules-description": "Du kannst Regeln für die automatische Auswahl von Rezepten für deine Mahlzeiten erstellen. Anhand dieser Regeln wird das Programm passende Rezepte suchen, die nach dem Zufallsprinzip bei der Erstellung von Essensplänen ausgewählt werden. Beachte, dass bei Regeln mit denselben Tag-/Mahlzeiten-Einschränkungen die Kategorien der Regeln zusammengeführt werden. In der Praxis ist es nicht notwendig, doppelte Regeln zu erstellen, aber es ist möglich.",
"meal-plan-rules-description": "You can create rules for auto selecting recipes for your meal plans. These rules are used by the server to determine the random pool of recipes to select from when creating meal plans. Note that if rules have the same day/type constraints then the rule filters will be merged. In practice, it's unnecessary to create duplicate rules, but it's possible to do so.",
"new-rule-description": "Wenn du eine neue Regel für einen Essensplan erstellst, kannst du die Regel für einen bestimmten Wochentag und/oder eine bestimmte Mahlzeit einschränken. Um eine Regel auf alle Tage oder alle Mahlzeiten anzuwenden, kannst du die Regel auf \"Alle\" setzen, damit sämtliche Tage und/oder Mahlzeiten berücksichtigt werden.",
"recipe-rules": "Rezeptregeln",
"applies-to-all-days": "Gilt an allen Tagen",
@ -1319,7 +1323,7 @@
},
"cookbook": {
"cookbooks": "Kochbücher",
"description": "Kochbücher sind eine weitere Möglichkeit, die Rezeptsammlung anhand von Rezepten und Schlagwörtern zu organisieren. Ein neues Kochbuch wird in die Seitenleiste hinzugefügt und alle Rezepte mit den ausgewählten Tags und Kategorien werden im Kochbuch angezeigt.",
"description": "Cookbooks are another way to organize recipes by creating cross sections of recipes, organizers, and other filters. Creating a cookbook will add an entry to the side-bar and all the recipes with the filters chosen will be displayed in the cookbook.",
"public-cookbook": "Öffentliches Kochbuch",
"public-cookbook-description": "Öffentliche Kochbücher können mit Nicht-Mealie-Benutzern geteilt werden und werden auf deiner Gruppenseite angezeigt.",
"filter-options": "Filteroptionen",
@ -1332,5 +1336,28 @@
"household-cookbook-name": "{0} Kochbuch {1}",
"create-a-cookbook": "Ein Kochbuch erstellen",
"cookbook": "Kochbuch"
},
"query-filter": {
"logical-operators": {
"and": "AND",
"or": "OR"
},
"relational-operators": {
"equals": "equals",
"does-not-equal": "does not equal",
"is-greater-than": "is greater than",
"is-greater-than-or-equal-to": "is greater than or equal to",
"is-less-than": "is less than",
"is-less-than-or-equal-to": "is less than or equal to"
},
"relational-keywords": {
"is": "is",
"is-not": "is not",
"is-one-of": "is one of",
"is-not-one-of": "is not one of",
"contains-all-of": "contains all of",
"is-like": "is like",
"is-not-like": "is not like"
}
}
}