luc sitzung

This commit is contained in:
nico
2024-03-20 23:19:07 +01:00
parent d157757893
commit bfabdee84b
12 changed files with 203 additions and 77 deletions

View File

@@ -1,17 +1,17 @@
{
"homePageTitle": "FFOrte",
"addCam": "Kamera hinzufügen",
"addplace": "Standort hinzufügen",
"completed": "Vollständig",
"uncompleted": "Unvollständig",
"deleteEverything": "Alles löschen?",
"deleteEverythingContent": "Alle Kameras werden lokal gelöscht!",
"deleteEverythingContent": "Alle Standorte werden lokal gelöscht!",
"camLink": "ID der Kamera",
"firstStep": "KAMERA, TERRITORIUM",
"secondStep": "DATUM, KONTAKT",
"firstStep": "STANDORT, KAMERA, TERRITORIUM",
"secondStep": "DATUM, KONTAKT, ORT",
"date": "DATUM",
"kontakt": "KONTAKT",
"status": "Status",
"viewCamsAppbar": "Kameras ansehen",
"viewplacesappbar": "Standorte ansehen",
"locations": "STANDORT",
"rudel": "Territorium",
"namevorname": "Name",
@@ -24,8 +24,8 @@
"aktiv": "Aktiv",
"inaktiv": "Inaktiv",
"opportunistisch": "opportunistisch",
"systematic": "systematisch",
"fftyp": "Fotofallentyp",
"systematisch": "systematisch",
"fftyp": "Modell der Kamera",
"foto": "Foto",
"film": "Film",
"sommerzeit": "Sommerzeit",
@@ -50,7 +50,7 @@
"fkontakt2": "FKontakt 2",
"fkontakt3": "FKontakt 3",
"hofgarten": "Hof/Garten",
"altstort": "Alter Standort",
"altstort": "Standort",
"wiesefeld": "Wiese/Feld/offenfläche",
"ausvon": "Aus von",
"nichts": "---",
@@ -58,9 +58,9 @@
"ktage1": "KTage 1",
"ktage2": "KTage 2",
"eugrid": "EUGrid",
"pickDate": "Datum Aufstelung",
"pickDate": "Datum Aufstellung",
"pickTime": "Zeit auswählen",
"delAll": "Alle Kameras löschen",
"delAll": "Alle Standorte löschen",
"fieldEmpty": "Folgendes Feld ist leer:",
"cancel": "Abbrechen",
"template": "Als Vorlage speichern",
@@ -72,12 +72,14 @@
"markerSet": "Marker gesetzt auf",
"kontsum": "Kontrollsumme",
"bearsafe": "Bearsafe",
"sttyp": "Status",
"sttyp": "Wahl des Standortes",
"ort": "Ort",
"continueB": "Weiter",
"settings": "Einstellungen",
"changenamestate": "Name und Bundesland ändern",
"saveasfile": "Als Datei speichern",
"sendtoserver": "Zum Server senden",
"savemethod": "Speichermethode auswählen"
"savemethod": "Speichermethode auswählen",
"viewplaces": "Standorte anzeigen",
"showloginscreen": "Login-Bildschirm Anzeigen"
}

View File

@@ -3,23 +3,23 @@
"@homePageTitle": {
"description": "The title of the homepage"
},
"addCam": "add Cam",
"@addCam": {
"description": "Button to add a camera"
"addplace": "add Place",
"@addplace": {
"description": "Button to add a place"
},
"completed": "Completed",
"@completed": {
"description": "View cams tab titel"
"description": "View place tab titel"
},
"uncompleted": "Uncompleted",
"@uncompleted": {
"description": "View cams tab titel"
"description": "View place tab titel"
},
"deleteEverything": "Delete everything?",
"@deleteEverything": {
"description": "Delete everything Alert Dialog title"
},
"deleteEverythingContent": "Every camera will deleted locally!",
"deleteEverythingContent": "Every place will deleted locally!",
"@deleteEverythingContent": {
"description": "Delete everything Alert Dialog content"
},
@@ -27,7 +27,7 @@
"@camLink": {
"description": "Camera link textfield"
},
"firstStep": "Camera, pack",
"firstStep": "PLACE, CAMERA, TERRITORY",
"@firstStep": {
"description": "title first step"
},
@@ -51,9 +51,9 @@
"@secondStep": {
"description": "title second step"
},
"viewCamsAppbar": "View cams",
"@viewCamsAppbar": {
"description": "view cams appbar"
"viewplacesappbar": "View Places",
"@viewplacesappbar": {
"description": "view places appbar"
},
"locations": "Location",
"@locations": {
@@ -113,11 +113,11 @@
},
"systematisch": "systematic",
"@systematic": {
"@systematisch": {
"description": "systematic radiobutton"
},
"fftyp": "Photo trap type",
"fftyp": "Camera model",
"@fftyp": {
"description": "FFTyp textfield"
},
@@ -237,7 +237,7 @@
"description": "fkontakt3 textfield"
},
"altstort": "AltStOrt",
"altstort": "Place",
"@altstort": {
"description": "altstort textfield"
},
@@ -299,9 +299,9 @@
"@pickTime": {
"description": "Pick time button"
},
"delAll": "Delete all cams",
"delAll": "Delete all places",
"@delAll": {
"description": "Delete all Cams"
"description": "Delete all Places"
},
"fieldEmpty": "Following Field is empty:",
"@fieldEmpty": {
@@ -345,7 +345,7 @@
"description": "Bearsafe header"
},
"sttyp": "STTyp",
"sttyp": "Selection of location",
"@sttyp": {
"description": "sttyp header"
},
@@ -357,7 +357,7 @@
"ort": "Place",
"@ort": {
"description": "View specific cam appbar text"
"description": "View specific place appbar text"
},
"continueB": "continue",
@@ -377,7 +377,17 @@
"savemethod": "Choose safe method",
"@savemethod": {
"description": "Title of save mthod popup"
"description": "Title of save method popup"
},
"viewplaces": "View Places",
"@viewplaces": {
"description": "View places button"
},
"showloginscreen": "Show login Screen",
"@showloginscreen": {
"description": "show login screen popup menu item"
}
}