translation and idk

This commit is contained in:
Zypherift 2024-03-03 22:38:53 +01:00
parent 73d596c645
commit 12278c350f
3 changed files with 6 additions and 8 deletions

View File

@ -0,0 +1 @@
extensions:

View File

@ -21,15 +21,12 @@ class ErrorReportScreen extends StatelessWidget {
child: Column( child: Column(
children: [ children: [
const Spacer(), const Spacer(),
const Icon( Image.asset('assets/icons/ic_rounded.png', height: 40 ),
FeatherIcons.alertTriangle,
size: 100,
),
const Spacer(), const Spacer(),
Padding( Padding(
padding: const EdgeInsets.only(bottom: 4.0), padding: const EdgeInsets.only(bottom: 4.0),
child: Text( child: Text(
"uhoh".i18n, "ekretaYou".i18n,
style: const TextStyle( style: const TextStyle(
color: Colors.white, color: Colors.white,
fontSize: 32.0, fontSize: 32.0,

View File

@ -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": {
"uhoh": "Uh Oh!", "ekretaYou": "eKréta, you",
"description": "An error occurred!", "description": "An error occurred!",
"submit": "Submit", "submit": "Submit",
"goback": "Go back", "goback": "Go back",
@ -16,7 +16,7 @@ extension SettingsLocalization on String {
"done": "Done", "done": "Done",
}, },
"hu_hu": { "hu_hu": {
"uhoh": "Ajajj!", "ekretaYou": "eKréta, te",
"description": "Hiba történt!", "description": "Hiba történt!",
"submit": "Hiba jelentése", "submit": "Hiba jelentése",
"goback": "Vissza", "goback": "Vissza",
@ -28,7 +28,7 @@ extension SettingsLocalization on String {
"done": "Kész", "done": "Kész",
}, },
"de_de": { "de_de": {
"uhoh": "Uh Oh!", "ekretaYou": "eKréta, du",
"description": "Ein Fehler ist aufgetreten!", "description": "Ein Fehler ist aufgetreten!",
"submit": "Abschicken", "submit": "Abschicken",
"goback": "Zurück", "goback": "Zurück",