changed intro screen appbar and fixed german exkusion translation
changed homepage title forgot that file
This commit is contained in:
@@ -25,7 +25,7 @@ class HomePage extends StatelessWidget {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: Text(AppLocalizations.of(context)!.homePageTitle),
|
title: const Text("LUPUS"),
|
||||||
actions: [
|
actions: [
|
||||||
PopupMenuButton(
|
PopupMenuButton(
|
||||||
onSelected: (value) {
|
onSelected: (value) {
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"homePageTitle": "Wildtiermonitoring",
|
|
||||||
"addplace": "Standort hinzufügen",
|
"addplace": "Standort hinzufügen",
|
||||||
"completed": "Vollständig",
|
"completed": "Vollständig",
|
||||||
"uncompleted": "Unvollständig",
|
"uncompleted": "Unvollständig",
|
||||||
@@ -79,7 +78,7 @@
|
|||||||
"sendtoserver": "Zum Server senden",
|
"sendtoserver": "Zum Server senden",
|
||||||
"savemethod": "Speichermethode auswählen",
|
"savemethod": "Speichermethode auswählen",
|
||||||
"viewplaces": "Standorte anzeigen",
|
"viewplaces": "Standorte anzeigen",
|
||||||
"viewExcursionen": "Excursionen anzeigen",
|
"viewExcursionen": "Exkursionen anzeigen",
|
||||||
"showloginscreen": "Login-Bildschirm Anzeigen",
|
"showloginscreen": "Login-Bildschirm Anzeigen",
|
||||||
"apiaddress": "Api-Adresse",
|
"apiaddress": "Api-Adresse",
|
||||||
"benutzername": "Benutzername",
|
"benutzername": "Benutzername",
|
||||||
@@ -90,7 +89,7 @@
|
|||||||
"sendfile": "Datei zum Server senden",
|
"sendfile": "Datei zum Server senden",
|
||||||
"pickfile": "Datei auswählen",
|
"pickfile": "Datei auswählen",
|
||||||
"placedata": "Standortdaten",
|
"placedata": "Standortdaten",
|
||||||
"excursionData": "Exursions daten",
|
"excursionData": "Exkursions daten",
|
||||||
"sent": "Gesendet",
|
"sent": "Gesendet",
|
||||||
"fileSaved": "Datei gespeichtert bei: ",
|
"fileSaved": "Datei gespeichtert bei: ",
|
||||||
"savefilefailed": "Fehler. Bitte nochmal versuchen",
|
"savefilefailed": "Fehler. Bitte nochmal versuchen",
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ class _IntroScreenState extends State<IntroScreen> {
|
|||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: AppBar(
|
appBar: AppBar(
|
||||||
title: const Text('FFOrte'),
|
title: Text('LUPUS'),
|
||||||
),
|
),
|
||||||
body: Center(
|
body: Center(
|
||||||
child: Container(
|
child: Container(
|
||||||
|
|||||||
Reference in New Issue
Block a user