46 lines
934 B
Plaintext
46 lines
934 B
Plaintext
|
{
|
||
|
"@@locale": "en",
|
||
|
|
||
|
"appName": "GPS BLoC",
|
||
|
"@appName": {
|
||
|
"description": "App Name"
|
||
|
},
|
||
|
"noData": "No Data",
|
||
|
"@noData": {
|
||
|
"description": "Message when no GPS data are available"
|
||
|
},
|
||
|
"date": "Date",
|
||
|
"@date": {
|
||
|
"description": "The current timestamp"
|
||
|
},
|
||
|
"lat": "Latitude",
|
||
|
"@lat": {
|
||
|
"description": "Current latitude"
|
||
|
},
|
||
|
"lon": "Longitude",
|
||
|
"@lon": {
|
||
|
"description": "Current longitude"
|
||
|
},
|
||
|
"heading": "Heading",
|
||
|
"@heading": {
|
||
|
"description": "Orientation in degree"
|
||
|
},
|
||
|
"accuracy": "Accuracy",
|
||
|
"@accuracy": {
|
||
|
"description": "Accuracy of GPS signal"
|
||
|
},
|
||
|
"speed": "Speed",
|
||
|
"@speed": {
|
||
|
"description": "Current speed in m/s"
|
||
|
},
|
||
|
"satNo": "Satellite number",
|
||
|
"@satNo": {
|
||
|
"description": "Number of satellites from which the position was computed"
|
||
|
},
|
||
|
"provider": "Provider",
|
||
|
"@provider": {
|
||
|
"description": "Data provider, e.g. GPS, Glonass, ..."
|
||
|
}
|
||
|
}
|
||
|
|