Skip to content

Commit be3eecb

Browse files
committed
New translations enum.properties (German, Switzerland)
1 parent c6510e4 commit be3eecb

1 file changed

Lines changed: 74 additions & 0 deletions

File tree

sormas-api/src/main/resources/enum_de-CH.properties

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@ AnimalContactType.SCRATCH=Kratzer
113113
AnimalContactType.LICK=Lecken
114114
AnimalContactType.OTHER=Andere
115115

116+
# AnimalLocation
117+
AnimalLocation.ZOO = Zoo
118+
AnimalLocation.FARM = Farm
119+
AnimalLocation.PARK = Park
120+
AnimalLocation.FOREST = Forest
121+
AnimalLocation.OTHER = Other
122+
116123
# ApproximateAgeType
117124
ApproximateAgeType.DAYS = Tage
118125
ApproximateAgeType.MONTHS = Monate
@@ -546,6 +553,8 @@ Disease.INVASIVE_MENINGOCOCCAL_INFECTION = Invasive Meningococcal Infection
546553
Disease.POST_IMMUNIZATION_ADVERSE_EVENTS_MILD = Milde Nebenwirkungen nach Immunisierung
547554
Disease.POST_IMMUNIZATION_ADVERSE_EVENTS_SEVERE = Schwere Nebenwirkungen nach Immunisierung
548555
Disease.FHA = FHA (Funktionelle Hypothalamische Amenorrhoe)
556+
Disease.GIARDIASIS=Giardiasis
557+
Disease.CRYPTOSPORIDIOSIS=Cryptosporidiosis
549558
Disease.Short.AFP = AFP
550559
Disease.Short.CHOLERA = Cholera
551560
Disease.Short.CONGENITAL_RUBELLA = CRS
@@ -610,6 +619,8 @@ Disease.Short.POST_IMMUNIZATION_ADVERSE_EVENTS_SEVERE = Schwere Nebenwirkungen n
610619
Disease.Short.FHA = FHA
611620
Disease.Short.INVASIVE_PNEUMOCOCCAL_INFECTION = IPI
612621
Disease.Short.INVASIVE_MENINGOCOCCAL_INFECTION = IMI
622+
Disease.Short.GIARDIASIS=Giardia
623+
Disease.Short.CRYPTOSPORIDIOSIS=Cryptosporidiosis
613624

614625
DiseaseTransmissionMode.HUMAN_TO_HUMAN = Hauptsächlich von Mensch zu Mensch
615626
DiseaseTransmissionMode.ANIMAL = Hauptsächlich über Tier
@@ -764,6 +775,11 @@ ExposureType.BURIAL=Bestattung
764775
ExposureType.ANIMAL_CONTACT=Tierkontakt
765776
ExposureType.OTHER=Andere
766777
ExposureType.UNKNOWN=Unbekannt
778+
ExposureType.RECREATIONAL_WATER=Exposure to recreational water
779+
ExposureType.FOOD=Exposure to food
780+
ExposureType.SEXUAL_CONTACT=Sexual exposure
781+
ExposureType.SYMPTOMATIC_CONTACT=Contact with symptomatic individuals
782+
ExposureType.FLOOD_EXPOSURE=Flooded area
767783

768784
# FacilityType
769785
FacilityType.ASSOCIATION=Verein, Klub
@@ -901,6 +917,9 @@ GenoTypeResult.GENOTYPE_G2 = Genotype G2
901917
GenoTypeResult.GENOTYPE_G3 = Genotype G3
902918
GenoTypeResult.GENOTYPE_H1 = Genotype H1
903919
GenoTypeResult.GENOTYPE_H2 = Genotype H2
920+
GenoTypeResult.CRYPTOSPORIDIUM_HOMINIS = Cryptosporidium hominis
921+
GenoTypeResult.CRYPTOSPORIDIUM_PARVUM = Cryptosporidium parvum
922+
GenoTypeResult.CRYPTOSPORIDIUM_SPECIES = Cryptosporidium species
904923
GenoTypeResult.OTHER = Other
905924
GenoTypeResult.UNKNOWN = Unknown
906925

@@ -930,6 +949,12 @@ ImmunizationDateType.RECOVERY_DATE=Datum der Genesung
930949
ImmunizationDateType.REPORT_DATE=Meldedatum
931950
ImmunizationDateType.VALID_UNTIL=Gültig bis
932951

952+
# InfectionSource
953+
InfectionSource.ANIMAL=Animal
954+
InfectionSource.NOT_APPLICABLE=Not applicable
955+
InfectionSource.FOOD=Food
956+
InfectionSource.OTHER=Other
957+
933958
# InvestigationStatus
934959
InvestigationStatus.DISCARDED=Untersuchung verworfen
935960
InvestigationStatus.DONE=Untersuchung durchgeführt
@@ -1011,6 +1036,22 @@ MessageSubject.EVENT_GROUP_CREATED = Ereignisgruppe erstellt
10111036
MessageSubject.EVENT_ADDED_TO_EVENT_GROUP = Ereignis zur Ereignisgruppe hinzugefügt
10121037
MessageSubject.EVENT_REMOVED_FROM_EVENT_GROUP = Ereignis aus der Ereignisgruppe entfernt
10131038

1039+
# ModeOfTransmission
1040+
ModeOfTransmission.ANIMAL_TO_HUMAN = Animal to human
1041+
ModeOfTransmission.FOOD_OR_WATER = Food including drinking water
1042+
ModeOfTransmission.PERSON_TO_PERSON = Person-to-person (faecal-oral, excluding mother-to-child and sexual transmission)
1043+
ModeOfTransmission.RECREATIONAL_WATER = Recreational water
1044+
ModeOfTransmission.HEALTHCARE_ASSOCIATED = Healthcare associated
1045+
ModeOfTransmission.INJECTING_DRUG_USERS = Injecting drug users
1046+
ModeOfTransmission.LAB_OCCUPATIONAL_EXPOSURE = Transmission in a laboratory due to occupational exposure
1047+
ModeOfTransmission.MOTHER_TO_CHILD = Transmission from mother to child during pregnancy or at birth
1048+
ModeOfTransmission.SEXUAL = Sexual transmission
1049+
ModeOfTransmission.TRANSFUSION_RECIPIENT = Transfusion recipient
1050+
ModeOfTransmission.ORGAN_RECIPIENT = Organ recipient
1051+
ModeOfTransmission.UNKNOWN = Unknown
1052+
ModeOfTransmission.OTHER = Other
1053+
1054+
10141055
# Month
10151056
Month.JANUARY = Januar
10161057
Month.FEBRUARY = Februar
@@ -1274,6 +1315,9 @@ SampleMaterial.DRY_BLOOD = Dried blood spot
12741315
SampleMaterial.AMNIOTIC_FLUID = Amniotic fluid
12751316
SampleMaterial.THROAT_ASPIRATE = Throat aspirate
12761317
SampleMaterial.EDTA_WHOLE_BLOOD = EDTA Whole Blood
1318+
SampleMaterial.INTESTINAL_FLUID = Intestinal Fluid
1319+
SampleMaterial.DUODENUM_FLUID = Duodenum fluid
1320+
SampleMaterial.BIOPSY = Biopsy
12771321
# SampleSource
12781322
SampleSource.ANIMAL=Tier
12791323
SampleSource.ENVIRONMENT=Umgebung
@@ -1397,11 +1441,24 @@ StatisticsVisualizationType.TABLE = Tabelle
13971441
SurveillanceEpiCurveMode.CASE_STATUS = Fall-Status
13981442
SurveillanceEpiCurveMode.ALIVE_OR_DEAD = Lebendig oder verstorben
13991443

1444+
# SwimmingLocation
1445+
SwimmingLocation.PUBLIC = Public pool
1446+
SwimmingLocation.PRIVATE = Private pool
1447+
SwimmingLocation.LAKE = Lake
1448+
SwimmingLocation.RIVER = River
1449+
SwimmingLocation.OCEAN = Ocean
1450+
SwimmingLocation.WATER_PARK = Water Park
1451+
SwimmingLocation.OTHER = Other
1452+
1453+
14001454
# SymptomState
14011455
SymptomState.NO = Nein
14021456
SymptomState.UNKNOWN = Unbekannt
14031457
SymptomState.YES = Ja
14041458

1459+
1460+
1461+
14051462
# TaskAssignee
14061463
TaskAssignee.ALL = Alle Aufgaben
14071464
TaskAssignee.CURRENT_USER = Aufgaben, die mir zugewiesen wurden
@@ -1476,6 +1533,13 @@ TracingApp.UNKNOWN = Unbekannt
14761533
TravelType.ABROAD = Ausland
14771534
TravelType.WITHIN_COUNTRY = Innerhalb des Landes
14781535

1536+
# TravelAccommodation
1537+
TravelAccommodation.HOTEL = Hotel
1538+
TravelAccommodation.CAMPING = Camping site
1539+
TravelAccommodation.RENTED_APARTMENT_OR_HOUSE = Rented apartment/ house
1540+
TravelAccommodation.FRIENDS_OR_FAMILY = Friends/Family
1541+
TravelAccommodation.OTHER = Other
1542+
14791543
# TreatmentRoute
14801544
TreatmentRoute.ORAL = Oral
14811545
TreatmentRoute.IV = i.v.
@@ -1514,6 +1578,10 @@ TypeOfAnimal.RABBIT=Kaninchen
15141578
TypeOfAnimal.RODENT=Nagetiere oder ihre Ausscheidungen
15151579
TypeOfAnimal.FLEA=Floh
15161580
TypeOfAnimal.TICK=Zecke
1581+
TypeOfAnimal.BIRDS=Birds
1582+
TypeOfAnimal.GOAT=Goat
1583+
TypeOfAnimal.HORSE=Horse
1584+
TypeOfAnimal.SHEEP=Sheep
15171585
TypeOfAnimal.OTHER=Andere
15181586

15191587
TypeOfChildcareFacility.NURSERY_CRECHE=Nursery/Creche
@@ -2168,6 +2236,12 @@ WorkEnvironment.BUILDING_SECTOR = Baugewerbe
21682236
WorkEnvironment.LOGISTICS_CENTER = Logistikzentrum
21692237
WorkEnvironment.OTHER = Sonstiges
21702238

2239+
# WorkPlace
2240+
WorkPlace.SCHOOL = School
2241+
WorkPlace.NURSERY = Nursery
2242+
WorkPlace.UNKNOWN = Unknown
2243+
WorkPlace.OTHER = Other
2244+
21712245
# YesNoUnknown
21722246
YesNoUnknown.NO = Nein
21732247
YesNoUnknown.UNKNOWN = Unbekannt

0 commit comments

Comments
 (0)