de top-level property
final
Map of string containing German translation of the application.
Implementation
final Map<String, String> de = <String, String>{
"canton": "Kanton",
"selection": "Wählen Sie",
"level": "Niveau",
"testApplication": "Schulung",
"mode": "Modus",
"newSession": "Erstellen Sie eine Klassensitzung",
"oldSession": "Fortsetzung Sie eine Klassensitzung",
"newStudent": "Beginnt die Aktivität des Schülers",
"oldStudent": "Fortsetzung der Aktivität des Schülers",
"sessionID": "Sitzung-ID",
"studentID": "Schüler-ID",
"student": "Schüler",
"session": "Sitzung",
"sessionData": "Sitzungsdaten",
"studentData": "Schülerdaten",
"errorMessage": "Obligatorisches Feld",
"results": "Ergebnisse",
"requestStudentID": "Schüler-ID eingeben, um fortzufahren",
"continueStudentID": "Fortsetzung",
"requestSessionID": "Sitzungs-ID eingeben, um fortzufahren",
"continueSessionID": "Fortsetzung",
"errorMessageSession": "Die Sitzung existiert nicht",
"errorMessageStudent": "Der Schüler existiert nicht",
}
..addAll(_firstForm)
..addAll(_secondForm)
..addAll(_resultsScreen)
..addAll(_questions)
..addAll(_descriptions);