Fix english absence error + comment bugreports
This commit is contained in:
@@ -17,6 +17,7 @@ extension ScreensLocalization on String {
|
||||
"Subjects": "Subjects",
|
||||
"attention": "Attention!",
|
||||
"attention_body": "Percentage calculations are only an approximation so they may not be accurate.",
|
||||
"lesson_not_found": "Cannot find lesson",
|
||||
},
|
||||
"hu_hu": {
|
||||
"Absences": "Hiányzások",
|
||||
@@ -32,6 +33,7 @@ extension ScreensLocalization on String {
|
||||
"Subjects": "Tantárgyak",
|
||||
"attention": "Figyelem!",
|
||||
"attention_body": "A százalékos számítások csak közelítések, ezért előfordulhat, hogy nem pontosak.",
|
||||
"lesson_not_found": "Nem található óra",
|
||||
},
|
||||
"de_de": {
|
||||
"Absences": "Fehlen",
|
||||
@@ -47,6 +49,7 @@ extension ScreensLocalization on String {
|
||||
"Subjects": "Fächer",
|
||||
"attention": "Achtung!",
|
||||
"attention_body": "Prozentberechnungen sind nur eine Annäherung und können daher ungenau sein.",
|
||||
"lesson_not_found": "Lektion kann nicht gefunden werden",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user