Hiba ablak szövegének megváltoztatása. (3)
This commit is contained in:
parent
ac11da1744
commit
e6f7728e42
@ -29,7 +29,7 @@ class ErrorReportScreen extends StatelessWidget {
|
|||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(bottom: 4.0),
|
padding: const EdgeInsets.only(bottom: 4.0),
|
||||||
child: Text(
|
child: Text(
|
||||||
"title".i18n,
|
"ekretaYou".i18n,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: AppColors.of(context).text.withOpacity(0.7),
|
color: AppColors.of(context).text.withOpacity(0.7),
|
||||||
fontSize: 24.0,
|
fontSize: 24.0,
|
||||||
|
@ -4,7 +4,7 @@ extension SettingsLocalization on String {
|
|||||||
static final _t = Translations.byLocale("hu_hu") +
|
static final _t = Translations.byLocale("hu_hu") +
|
||||||
{
|
{
|
||||||
"en_en": {
|
"en_en": {
|
||||||
"title": "Unexpected error.",
|
"ekretaYou": "e-KRÉTA, you",
|
||||||
"description": "Unexpected error while using the application!",
|
"description": "Unexpected error while using the application!",
|
||||||
"submit": "Submit",
|
"submit": "Submit",
|
||||||
"goback": "Go back",
|
"goback": "Go back",
|
||||||
@ -18,7 +18,7 @@ extension SettingsLocalization on String {
|
|||||||
"An unexpected error occurred while using the app.",
|
"An unexpected error occurred while using the app.",
|
||||||
},
|
},
|
||||||
"hu_hu": {
|
"hu_hu": {
|
||||||
"title": "Váratlan hiba.",
|
"ekretaYou": "e-KRÉTA, te",
|
||||||
"description": "Váratlan hiba az alkalmazás használata közben!",
|
"description": "Váratlan hiba az alkalmazás használata közben!",
|
||||||
"submit": "Hiba jelentése",
|
"submit": "Hiba jelentése",
|
||||||
"goback": "Vissza",
|
"goback": "Vissza",
|
||||||
@ -32,7 +32,7 @@ extension SettingsLocalization on String {
|
|||||||
"Nem várt hiba következett be az alkalmazás használata közben.",
|
"Nem várt hiba következett be az alkalmazás használata közben.",
|
||||||
},
|
},
|
||||||
"de_de": {
|
"de_de": {
|
||||||
"title": "Unerwartetes Problem.",
|
"ekretaYou": "e-KRÉTA, du",
|
||||||
"description": "Unerwarteter Fehler bei der Benutzung der Anwendung!",
|
"description": "Unerwarteter Fehler bei der Benutzung der Anwendung!",
|
||||||
"submit": "Abschicken",
|
"submit": "Abschicken",
|
||||||
"goback": "Zurück",
|
"goback": "Zurück",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user