forked from Schnittcher/FullyKioskBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocale.json
78 lines (77 loc) · 3.28 KB
/
locale.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"translations": {
"de": {
"Host": "Host",
"Port": "Port",
"Password": "Passwort",
"Updateinterval": "Updateintervall",
"Apps to start with this module:": "Apps, welche mit dem Modul gestartet werden sollen:",
"Apps": "Apps",
"Package": "Package",
"Device ID": "Geräte ID",
"Devicename": "Gerätename",
"Altidude": "Höhe",
"Longitude": "Längengrad",
"Latitude": "Breitengrad",
"Location Provide":"Standort ermittelt durch",
"Battery": "Batterie",
"Battery Temperature": "Batterie Temperatur",
"isPlugged": "Gerätekabel gesteckt",
"Plugged": "Gerätekabel gesteckt",
"SSID": "SSID",
"MAC Address": "MAC Adresse",
"IPv4":"IPv4",
"IPv6":"IPv6",
"Hostname IPv4": "Hostname IPv4",
"Hostname IPv6": "Hostname IPv6",
"Wifi Signal Level": "Wifi Signalpegel",
"Mobile Data": "Mobile Daten",
"screenOrientation": "Bildschirmausrichtung",
"screenBrightness": "Bildschirmhelligkeit",
"screenLocked": "Bildschirm gesperrt",
"screenOn": "Bildschirm aktiv",
"keyguardLocked": "Keyguard aktiv",
"locale": "Sprache",
"serial": "Seriennummer",
"version": "Version",
"versionCode": "Versionsnummer",
"build": "Build",
"model": "Model",
"manufacturer": "Hersteller",
"androidVersion": "Android Version",
"SDK": "SDK",
"webviewUA": "Browser",
"foreground": "Vordergrund",
"toForeground": "In den Vordergrund",
"foregroundActivity": "Vordergrundaktivität",
"motionDetectorStatus": "Bewegungssensor Status",
"isDeviceAdmin": "Geräte Administrator",
"isDeviceOwner": "Geräte Eigentümer",
"internalStorageFreeSpace": "Interner Speicher frei",
"internalStorageTotalSpace": "interner Speicher gesamt",
"ramUsedMemory": "RAM-Speicher genutzt",
"ramFreeMemory": "RAM-Speicher frei",
"ramTotalMemory": "RAM-Speicher total",
"appUsedMemory": "APP-Speicher genutzt",
"appFreeMemory": "APP-Speicher frei",
"appTotalMemory": "APP-Speicher gesamt",
"displayHeightPixel": "Auflösung Höhe",
"displayWidthPixels": "Auflösung Breite",
"isMenuOpen": "Menü geöffnet",
"topFragmentTag": "Top Fragment Tag",
"isInDaydream": "Daydream-Hardware vorhanden",
"appStartTime": "APP läuft seit",
"isRooted": "Gerät gerootet",
"is Licensed": "Lizenz vorhanden",
"isInScreensaver": "Bildschirmschoner aktiv",
"kioskLocked": "Kioskmodus gesichert",
"isInForcedSleep": "Befindet sich im Standby-modus",
"maintenanceMode": "Wartungsmodus",
"kioskMode": "Kioskmodus aktiv",
"startUrl": "Start-URL",
"currentTabIndex": "Aktuelle Tab",
"currentPageUrl": "Aktuelle Webseite",
"textToSpeech": "Vorlesen"
}
}
}