Some localization changes

This commit is contained in:
Pearoo 2023-10-15 18:43:29 +02:00
parent d27c059b23
commit be4737f9db
5 changed files with 37 additions and 37 deletions

View File

@ -7,17 +7,17 @@ extension Localization on String {
"Grades": "Grades", "Grades": "Grades",
"Ghost Grades": "Grades", "Ghost Grades": "Grades",
"Subjects": "Subjects", "Subjects": "Subjects",
"Subjects_changes": "Subject Differences", "Subjects_changes": "Subject differences",
"empty": "You don't have any subjects.", "empty": "You don't have any subjects.",
"annual_average": "Annual average", "annual_average": "Annual average",
"3_months_average": "3 Monthly Average", "3_months_average": "3 monthly average",
"30_days_average": "Monthly Average", "30_days_average": "Monthly average",
"14_days_average": "2 Weekly Average", "14_days_average": "2 weekly average",
"7_days_average": "Weekly Average", "7_days_average": "Weekly average",
"subjectavg": "Subject Average", "subjectavg": "Subject average",
"classavg": "Class Average", "classavg": "Class average",
"fail_warning": "Failure warning", "fail_warning": "Failure warning",
"fail_warning_description": "You are failing %d subject(s)", "fail_warning_description": "You are failing %d subjects.".one("You are failing a subject."),
}, },
"hu_hu": { "hu_hu": {
"Grades": "Jegyek", "Grades": "Jegyek",
@ -33,7 +33,7 @@ extension Localization on String {
"subjectavg": "Tantárgyi átlag", "subjectavg": "Tantárgyi átlag",
"classavg": "Osztályátlag", "classavg": "Osztályátlag",
"fail_warning": "Bukás figyelmeztető", "fail_warning": "Bukás figyelmeztető",
"fail_warning_description": "Bukásra állsz %d tantárgyból", "fail_warning_description": "Bukásra állsz %d tantárgyból.".one("Bukásra állsz egy tantárgyból."),
}, },
"de_de": { "de_de": {
"Grades": "Noten", "Grades": "Noten",
@ -49,7 +49,7 @@ extension Localization on String {
"subjectavg": "Fächer Durchschnitt", "subjectavg": "Fächer Durchschnitt",
"classavg": "Klassendurchschnitt", "classavg": "Klassendurchschnitt",
"fail_warning": "Ausfallwarnung", "fail_warning": "Ausfallwarnung",
"fail_warning_description": "Sie werden in %d des Fachs durchfallen", "fail_warning_description": "Du fällst in %d Fächern durch.".one("Du fällst in einem Fach durch."),
}, },
}; };

View File

@ -8,7 +8,7 @@ extension Localization on String {
"goodafternoon": "Good afternoon, %s!", "goodafternoon": "Good afternoon, %s!",
"goodevening": "Good evening, %s!", "goodevening": "Good evening, %s!",
"goodrest": "⛱️ Have a nice holiday, %s!", "goodrest": "⛱️ Have a nice holiday, %s!",
"happybirthday": "🎂 Happy birthday, %s!", "happybirthday": "🎂 Happy Birthday, %s!",
"merryxmas": "🎄 Merry Christmas, %s!", "merryxmas": "🎄 Merry Christmas, %s!",
"happynewyear": "🎉 Happy New Year, %s!", "happynewyear": "🎉 Happy New Year, %s!",
"empty": "Nothing to see here.", "empty": "Nothing to see here.",

View File

@ -11,8 +11,8 @@ extension Localization on String {
"school": "School", "school": "School",
"login": "Log in", "login": "Log in",
"welcome": "Welcome, %s!", "welcome": "Welcome, %s!",
"missing_fields": "Missing Fields!", "missing_fields": "Missing fields!",
"invalid_grant": "Invalid Username/Password!", "invalid_grant": "Invalid username/password!",
"error": "Failed to log in.", "error": "Failed to log in.",
"schools_error": "Failed to get schools." "schools_error": "Failed to get schools."
}, },
@ -25,7 +25,7 @@ extension Localization on String {
"login": "Belépés", "login": "Belépés",
"welcome": "Üdv, %s!", "welcome": "Üdv, %s!",
"missing_fields": "Hiányzó adatok!", "missing_fields": "Hiányzó adatok!",
"invalid_grant": "Helytelen Felhasználónév/Jelszó!", "invalid_grant": "Helytelen felhasználónév/jelszó!",
"error": "Sikertelen bejelentkezés.", "error": "Sikertelen bejelentkezés.",
"schools_error": "Nem sikerült lekérni az iskolákat." "schools_error": "Nem sikerült lekérni az iskolákat."
}, },

View File

@ -10,8 +10,8 @@ extension SettingsLocalization on String {
"Messages": "Messages", "Messages": "Messages",
"Absences": "Absences", "Absences": "Absences",
"Settings": "Settings", "Settings": "Settings",
"adduser": "Add User", "adduser": "Add user",
"logout": "Log Out", "logout": "Log out",
}, },
"hu_hu": { "hu_hu": {
"Home": "Kezdőlap", "Home": "Kezdőlap",

View File

@ -4,17 +4,17 @@ extension SettingsLocalization on String {
static final _t = Translations.byLocale("hu_hu") + static final _t = Translations.byLocale("hu_hu") +
{ {
"en_en": { "en_en": {
"personal_details": "Personal Details", "personal_details": "Personal details",
"open_dkt": "Open DCS", "open_dkt": "Open DKT (Digital Collaboration Space)",
"edit_nickname": "Edit Nickname", "edit_nickname": "Edit nickname",
"edit_profile_picture": "Edit Profile Picture", "edit_profile_picture": "Edit profile picture",
"remove_profile_picture": "Remove Profile Picture", "remove_profile_picture": "Remove profile picture",
"light": "Light", "light": "Light",
"dark": "Dark", "dark": "Dark",
"system": "System", "system": "System",
"add_user": "Add User", "add_user": "Add user",
"log_out": "Log Out", "log_out": "Log out",
"update_available": "Update Available", "update_available": "Update available",
"general": "General", "general": "General",
"language": "Language", "language": "Language",
"startpage": "Startpage", "startpage": "Startpage",
@ -22,7 +22,7 @@ extension SettingsLocalization on String {
"appearance": "Appearance", "appearance": "Appearance",
"theme": "Theme", "theme": "Theme",
"color": "Color", "color": "Color",
"grade_colors": "Grade Colors", "grade_colors": "Grade colors",
"notifications": "Notifications", "notifications": "Notifications",
"news": "News", "news": "News",
"extras": "Extras", "extras": "Extras",
@ -40,28 +40,28 @@ extension SettingsLocalization on String {
"reset": "Reset", "reset": "Reset",
"open": "Open", "open": "Open",
"data_collected": "data_collected":
"Data collected: Platform (eg. Android), App version (eg. 3.0.0), Unique Install Identifier", "Data collected: Platform (eg. Android), app version (eg. 3.0.0), unique install identifier",
"Analytics": "Analytics", "Analytics": "Analytics",
"Anonymous Usage Analytics": "Anonymous Usage Analytics", "Anonymous Usage Analytics": "Anonymous usage analytics",
"graph_class_avg": "Class average on graph", "graph_class_avg": "Class average on graph",
"goodstudent": "Good student mode", "goodstudent": "Good student mode",
"attention": "Attention!", "attention": "Attention!",
"goodstudent_disclaimer": "goodstudent_disclaimer":
"reFilc can not be held liable for the usage of this feature.\n\n(if your mother beats you up because you showed her fake grades, you can only blame yourself for it)", "reFilc can not be held liable for the usage of this feature.\n\n(if your mother beats you up because you showed her fake grades, you can only blame yourself for it)",
"understand": "I understand", "understand": "I understand",
"secret": "Secret Settings", "secret": "Secret settings",
"bell_delay": "Bell Delay", "bell_delay": "Bell delay",
"delay": "Delay", "delay": "Delay",
"hurry": "Hurry", "hurry": "Hurry",
"sync": "Synchronize", "sync": "Synchronize",
"sync_help": "Press the Synchronize button when the bell rings.", "sync_help": "Press the Synchronize button when the bell rings.",
"surprise_grades": "Surprise Grades", "surprise_grades": "Surprise grades",
"icon_pack": "Icon Pack", "icon_pack": "Icon pack",
"change_username": "Set a nickname", "change_username": "Set a nickname",
"Accent Color": "Accent Color", "Accent Color": "Accent color",
"Background Color": "Background Color", "Background Color": "Background color",
"Highlight Color": "Highlight Color", "Highlight Color": "Highlight color",
"Adaptive Theme": "Adaptive Theme", "Adaptive Theme": "Adaptive theme",
}, },
"hu_hu": { "hu_hu": {
"personal_details": "Személyes információk", "personal_details": "Személyes információk",
@ -88,7 +88,7 @@ extension SettingsLocalization on String {
"extras": "Extrák", "extras": "Extrák",
"about": "Névjegy", "about": "Névjegy",
"supporters": "Támogatók", "supporters": "Támogatók",
"privacy": "Adatvédelmi irányelvek", "privacy": "Adatvédelmi Irányelvek",
"licenses": "Licenszek", "licenses": "Licenszek",
"vibrate": "Rezgés", "vibrate": "Rezgés",
"voff": "Kikapcsolás", "voff": "Kikapcsolás",
@ -100,7 +100,7 @@ extension SettingsLocalization on String {
"reset": "Visszaállítás", "reset": "Visszaállítás",
"open": "Megnyitás", "open": "Megnyitás",
"data_collected": "data_collected":
"Gyűjtött adat: Platform (pl. Android), App verzió (pl. 3.0.0), Egyedi telepítési azonosító", "Gyűjtött adat: Platform (pl. Android), App verzió (pl. 3.0.0), egyedi telepítési azonosító",
"Analytics": "Analitika", "Analytics": "Analitika",
"Anonymous Usage Analytics": "Névtelen használati analitika", "Anonymous Usage Analytics": "Névtelen használati analitika",
"graph_class_avg": "Osztályátlag a grafikonon", "graph_class_avg": "Osztályátlag a grafikonon",