From e6f7728e42852d2ef05b94c90b467593283c79fa Mon Sep 17 00:00:00 2001 From: balint1414 Date: Fri, 14 Jun 2024 11:27:29 +0200 Subject: [PATCH] =?UTF-8?q?Hiba=20ablak=20sz=C3=B6veg=C3=A9nek=20megv?= =?UTF-8?q?=C3=A1ltoztat=C3=A1sa.=20(3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- refilc_mobile_ui/lib/screens/error_report_screen.dart | 2 +- refilc_mobile_ui/lib/screens/error_report_screen.i18n.dart | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/refilc_mobile_ui/lib/screens/error_report_screen.dart b/refilc_mobile_ui/lib/screens/error_report_screen.dart index e64a5f5..aed20d1 100644 --- a/refilc_mobile_ui/lib/screens/error_report_screen.dart +++ b/refilc_mobile_ui/lib/screens/error_report_screen.dart @@ -29,7 +29,7 @@ class ErrorReportScreen extends StatelessWidget { Padding( padding: const EdgeInsets.only(bottom: 4.0), child: Text( - "title".i18n, + "ekretaYou".i18n, style: TextStyle( color: AppColors.of(context).text.withOpacity(0.7), fontSize: 24.0, diff --git a/refilc_mobile_ui/lib/screens/error_report_screen.i18n.dart b/refilc_mobile_ui/lib/screens/error_report_screen.i18n.dart index a198376..8089fd3 100644 --- a/refilc_mobile_ui/lib/screens/error_report_screen.i18n.dart +++ b/refilc_mobile_ui/lib/screens/error_report_screen.i18n.dart @@ -4,7 +4,7 @@ extension SettingsLocalization on String { static final _t = Translations.byLocale("hu_hu") + { "en_en": { - "title": "Unexpected error.", + "ekretaYou": "e-KRÉTA, you", "description": "Unexpected error while using the application!", "submit": "Submit", "goback": "Go back", @@ -18,7 +18,7 @@ extension SettingsLocalization on String { "An unexpected error occurred while using the app.", }, "hu_hu": { - "title": "Váratlan hiba.", + "ekretaYou": "e-KRÉTA, te", "description": "Váratlan hiba az alkalmazás használata közben!", "submit": "Hiba jelentése", "goback": "Vissza", @@ -32,7 +32,7 @@ extension SettingsLocalization on String { "Nem várt hiba következett be az alkalmazás használata közben.", }, "de_de": { - "title": "Unerwartetes Problem.", + "ekretaYou": "e-KRÉTA, du", "description": "Unerwarteter Fehler bei der Benutzung der Anwendung!", "submit": "Abschicken", "goback": "Zurück",