@@ -7,9 +7,10 @@ export const de = {
7
7
...validatorsLocalesDE ,
8
8
...CompanyTypeOptions ,
9
9
10
- coronaTestSelectOptions0 : 'kein Test notwendig' ,
11
- coronaTestSelectOptions24 : 'maximal 24 Stunden alter Test notwendig' ,
12
- coronaTestSelectOptions48 : 'maximal 48 Stunden alter Test notwendig' ,
10
+ coronaTestSelectOptions0 : 'Kein Nachweis notwendig' ,
11
+ coronaTestSelectOptions24 : 'Genesen, Geimpt oder Getested (24 Stunden)' ,
12
+ coronaTestSelectOptions48 : 'Genesen, Geimpt oder Getested (48 Stunden)' ,
13
+ coronaTestSelectOptionsRecovered : 'Genesen oder Geimpt' ,
13
14
14
15
or : 'oder' ,
15
16
@@ -95,9 +96,12 @@ export const en: typeof de = {
95
96
public_building : 'public building' ,
96
97
educational_institution : 'educational institution' ,
97
98
98
- coronaTestSelectOptions0 : 'no test necessary' ,
99
- coronaTestSelectOptions24 : 'maximum 24 hours old test necessary' ,
100
- coronaTestSelectOptions48 : 'maximum 48 hours old test necessary' ,
99
+ coronaTestSelectOptions0 : 'No proof required' ,
100
+ coronaTestSelectOptions24 :
101
+ 'Proof of recovery, Vaccination or test (24 hours)' ,
102
+ coronaTestSelectOptions48 :
103
+ 'Proof of recovery, Vaccination or test (48 hours)' ,
104
+ coronaTestSelectOptionsRecovered : 'Proof of recovery or vaccination' ,
101
105
}
102
106
103
107
export default { de, en }
0 commit comments