You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ui/language/translations.js
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -235,6 +235,11 @@ const translations = {
235
235
yes: "Yes",
236
236
no: "No",
237
237
description: "This table shows the conditions that need to be met in order to be eligible for this benefit. The conditions are based on the data fields you provided in your profile.",
238
+
explanationRules: "Each condition is either an 'and' or an 'or' condition. An 'and' condition means that all of the conditions must be met, while an 'or' condition means that at least one of the conditions must be met. These can also be combined.",
239
+
orExplanationTitle: "Or-conditions",
240
+
orExplanationText: "At least one of the following conditions must be met",
241
+
andExplanationTitle: "And-Conditions",
242
+
andExplanationText: "All of the following conditions must be met",
238
243
andConditions: "All of the following conditions must be met",
239
244
orConditions: "At least one of the following conditions must be met",
240
245
datafieldQuestion: "Datafield question",
@@ -516,12 +521,17 @@ const translations = {
516
521
yes: "Ja",
517
522
no: "Nein",
518
523
description: "Diese Tabelle zeigt die Bedingungen, die erfüllt sein müssen, um für diese Leistung anspruchsberechtigt zu sein. Die Bedingungen basieren auf den Datenfeldern, die du in deinem Profil angegeben hast.",
519
-
andConditions: "Alle der folgenden Bedingungen müssen erfüllt sein",
520
-
orConditions: "Eine der folgenden Bedingungen muss erfüllt sein",
524
+
explanationRules: "Die Voraussetzungen für einen Anspruch können aus einfachen Bedingungen bestehen, die immer erfüllt sein müssen. Daneben gibt es Oder- und abhängige Bedingungen. Diese Bedingungen können auch kombiniert werden.",
525
+
orExplanationTitle: "Oder-Bedingungen",
526
+
orExplanationText: "Hier reicht es, eine von mehreren Möglichkeiten zu erfüllen.",
527
+
andExplanationTitle: "Und-Bedingungen",
528
+
andExplanationText: "Hier müssen alle Bedingungen erfüllt sein.",
0 commit comments