Skip to content

Commit f23b376

Browse files
authored
Add files via upload
1 parent 6ad0b17 commit f23b376

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed

custom_components/cloud_gps/translations/en.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
},
6060
"sensors": {
6161
"options": {
62+
"lastruntime": "Last Run Time",
6263
"laststoptime": "Last Stop Time",
6364
"parkingtime": "Parking Duration",
6465
"lastseen": "Last Seen Time",
@@ -151,6 +152,9 @@
151152
"latest_report_time": {
152153
"name": "Latest Report Time"
153154
},
155+
"lastruntime": {
156+
"name": "lastruntime"
157+
},
154158
"laststoptime": {
155159
"name": "Last Stop Time"
156160
},
@@ -176,7 +180,7 @@
176180
"name": "defence"
177181
},
178182
"shake": {
179-
"name": "震动状态"
183+
"name": "shake"
180184
},
181185
"powerStatus": {
182186
"name": "Power Status"
@@ -235,7 +239,15 @@
235239
}
236240
}
237241
},
238-
"laststoptime": {
242+
"lastruntime": {
243+
"name": "Last Run Time",
244+
"state_attributes": {
245+
"querytime": {
246+
"name": "Query Time"
247+
}
248+
}
249+
},
250+
"laststoptime": {
239251
"name": "Last Stop Time",
240252
"state_attributes": {
241253
"querytime": {

custom_components/cloud_gps/translations/zh-Hans.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
},
6060
"sensors": {
6161
"options": {
62-
"laststoptime": "上次停止时间",
62+
"lastruntime": "上次开车时间",
63+
"laststoptime": "上次停车时间",
6364
"parkingtime": "停车时长",
6465
"lastseen": "最后出现时间",
6566
"latest_report_time": "最后上报时间",
@@ -151,8 +152,11 @@
151152
"latest_report_time": {
152153
"name": "最后上报时间"
153154
},
155+
"lastruntime": {
156+
"name": "上次开车时间"
157+
},
154158
"laststoptime": {
155-
"name": "停车时间"
159+
"name": "上次停车时间"
156160
},
157161
"parkingtime": {
158162
"name": "停车时长"
@@ -235,8 +239,16 @@
235239
}
236240
}
237241
},
238-
"laststoptime": {
239-
"name": "上次停止时间",
242+
"lastruntime": {
243+
"name": "上次开车时间",
244+
"state_attributes": {
245+
"querytime": {
246+
"name": "查询时间"
247+
}
248+
}
249+
},
250+
"laststoptime": {
251+
"name": "上次停车时间",
240252
"state_attributes": {
241253
"querytime": {
242254
"name": "查询时间"

0 commit comments

Comments
 (0)