forked from firka/student-legacy
translation and idk
This commit is contained in:
parent
73d596c645
commit
12278c350f
1
refilc/devtools_options.yaml
Normal file
1
refilc/devtools_options.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
extensions:
|
@ -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,
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user