mirror of
https://github.com/QwIT-Development/firka-extension.git
synced 2026-06-12 03:41:39 +02:00
.
This commit is contained in:
28
i18n/en.json
28
i18n/en.json
@@ -43,6 +43,7 @@
|
||||
"homework": "Homework",
|
||||
"absences": "Absences",
|
||||
"other": "Other",
|
||||
"messages": "Messages",
|
||||
"profile": "Profile",
|
||||
"settings": "Settings",
|
||||
"logout": "Logout",
|
||||
@@ -130,7 +131,8 @@
|
||||
"no_homework": "No homework to display.",
|
||||
"no_filtered_homework": "No homework matching the filter criteria.",
|
||||
"teacher": "Teacher",
|
||||
"no_matching_homework": "No homework matching the filter criteria."
|
||||
"no_matching_homework": "No homework matching the filter criteria.",
|
||||
"items": "items"
|
||||
},
|
||||
"absences": {
|
||||
"title": "Absences",
|
||||
@@ -146,7 +148,13 @@
|
||||
"subject": "Subject",
|
||||
"justification": "Justification",
|
||||
"hours": "hours",
|
||||
"page_transform_error": "An error occurred while transforming the page"
|
||||
"page_transform_error": "An error occurred while transforming the page",
|
||||
"time_period": "Time period",
|
||||
"all_periods": "All periods",
|
||||
"current_month": "Current month",
|
||||
"last_month": "Last month",
|
||||
"current_semester": "Current semester",
|
||||
"last_30_days": "Last 30 days"
|
||||
},
|
||||
"profile": {
|
||||
"title": "Profile",
|
||||
@@ -315,5 +323,21 @@
|
||||
"app": {
|
||||
"title": "Firka - KRÉTA",
|
||||
"settings_title": "Firka - Settings"
|
||||
},
|
||||
"forgotpassword": {
|
||||
"title": "Forgot Password",
|
||||
"om_id_label": "OM ID",
|
||||
"om_id_placeholder": "Enter your OM ID",
|
||||
"om_id_required": "OM ID is required",
|
||||
"email_label": "Email address",
|
||||
"email_placeholder": "Enter your email address",
|
||||
"email_required": "Email address is required",
|
||||
"back_to_login": "Back to login",
|
||||
"reset_button": "Reset password",
|
||||
"error_message": "An error occurred during password reset",
|
||||
"success_message": "Password reset link sent to your email address",
|
||||
"invalid_data": "Invalid data",
|
||||
"invalid_email": "Invalid email address format",
|
||||
"recaptcha_required": "Please complete the reCAPTCHA"
|
||||
}
|
||||
}
|
||||
28
i18n/hu.json
28
i18n/hu.json
@@ -43,6 +43,7 @@
|
||||
"homework": "Házi feladatok",
|
||||
"absences": "Mulasztások",
|
||||
"other": "Egyéb",
|
||||
"messages": "Üzenetek",
|
||||
"profile": "Profil",
|
||||
"settings": "Beállítások",
|
||||
"logout": "Kijelentkezés",
|
||||
@@ -130,7 +131,8 @@
|
||||
"no_homework": "Nincs megjeleníthető házi feladat.",
|
||||
"no_filtered_homework": "Nincs a szűrési feltételeknek megfelelő házi feladat.",
|
||||
"teacher": "Tanár",
|
||||
"no_matching_homework": "Nincs a szűrési feltételeknek megfelelő házi feladat."
|
||||
"no_matching_homework": "Nincs a szűrési feltételeknek megfelelő házi feladat.",
|
||||
"items": "feladat"
|
||||
},
|
||||
"absences": {
|
||||
"title": "Hiányzások",
|
||||
@@ -146,7 +148,13 @@
|
||||
"subject": "Tantárgy",
|
||||
"justification": "Igazolás",
|
||||
"hours": "óra",
|
||||
"page_transform_error": "Hiba történt az oldal átalakítása során"
|
||||
"page_transform_error": "Hiba történt az oldal átalakítása során",
|
||||
"time_period": "Időszak",
|
||||
"all_periods": "Összes időszak",
|
||||
"current_month": "Aktuális hónap",
|
||||
"last_month": "Előző hónap",
|
||||
"current_semester": "Aktuális félév",
|
||||
"last_30_days": "Utolsó 30 nap"
|
||||
},
|
||||
"profile": {
|
||||
"title": "Profil",
|
||||
@@ -315,5 +323,21 @@
|
||||
"app": {
|
||||
"title": "Firka - KRÉTA",
|
||||
"settings_title": "Firxa - Beállítások"
|
||||
},
|
||||
"forgotpassword": {
|
||||
"title": "Elfelejtett jelszó",
|
||||
"om_id_label": "OM azonosító",
|
||||
"om_id_placeholder": "Adja meg az OM azonosítóját",
|
||||
"om_id_required": "Az OM azonosító megadása kötelező",
|
||||
"email_label": "E-mail cím",
|
||||
"email_placeholder": "Adja meg az e-mail címét",
|
||||
"email_required": "Az e-mail cím megadása kötelező",
|
||||
"back_to_login": "Vissza a bejelentkezéshez",
|
||||
"reset_button": "Jelszó visszaállítása",
|
||||
"error_message": "Hiba történt a jelszó visszaállítása során",
|
||||
"success_message": "A jelszó visszaállítási link elküldve az e-mail címére",
|
||||
"invalid_data": "Hibás adatok",
|
||||
"invalid_email": "Érvénytelen e-mail cím formátum",
|
||||
"recaptcha_required": "Kérjük, töltse ki a reCAPTCHA-t"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user