-
Notifications
You must be signed in to change notification settings - Fork 83
/
zh_cn.json
2186 lines (2186 loc) · 124 KB
/
zh_cn.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"starting_point_placeholder": "旅行的起点",
"ending_point_placeholder": "旅行的结束",
"waypoint_placeholder": "沿途的某个地方",
"waypoint": "航点",
"guidepoint": "指南",
"starting_point": "初始点",
"device_connected": "连接的",
"device_not_connected": "未连接",
"device_registering": "注册",
"device_unauthorized": "未经授权",
"device_registration_generic_error": "发生未知错误",
"quit_registration": "您确定要退出注册过程吗?",
"close_dialog": "关闭对话?",
"or": "或者",
"scan_your_barcode": "在下面扫描条形码",
"use_this_serial_number": "使用此序列号",
"device_serial_input_mobile": "手动输入序列号",
"device_serial_input_web": "{{deviceName}}序列号",
"scan_barcode": "扫描条形码",
"serial_input_options": "您有两种添加序列号的方法",
"device_serial_number_needed": "首先,我们需要您{{deviceName}}的序列号",
"connect_device_to_ABRP": "将您的{{deviceName}}连接到更好的RoutePlanner",
"register_device": "注册设备",
"initial_device_configuration": "现在,该设备已注册,乘汽车乘坐短短的五分钟车程,以便{{deviceName}}可以了解您的汽车。您应该尽快开始查看数据填充。如果在第一次驱动器之后未出现数据,请拔下{{deviceName}} 30秒钟,然后将其插入并插入另一个短五分钟的驱动器。",
"device_registration_successful": "您的{{deviceName}}已成功注册!",
"order_device_here": "在这里订购一个!",
"no_device": "还没有{{deviceName}}吗?",
"device_registration_title": "{{deviceName}}设置",
"registration_intro_copy": "感谢您将汽车的数据与更好的RoutePlanner连接起来!我们使用您发送的数据来改善我们的建模并改善为您生成的计划。",
"registration_problems": "有问题?给我们发送电子邮件",
"registering_device": "用序列号{{serialNumber}}注册{{deviceName}}",
"owned_by_other_user": "该设备已经由另一个用户所有",
"no_such_device": "没有找到此序列号的设备",
"registration_unsucessful": "抱歉,您的注册没有成功",
"reattempt_registration": "重新注册",
"yes": "是的",
"no": "不",
"settings": "设置",
"start_driving": "开始驾驶",
"charger": {
"zero": "不收费",
"one": "一笔费用",
"other": "{{count}}费用"
},
"charges_zero": "不收费",
"charges_one": "一笔费用",
"charges_other": "{{count}}费用",
"drives": {
"zero": "没有开车",
"one": "一个驱动器",
"other": "{{count}}驱动器"
},
"rides_zero": "没有开车",
"rides_one": "一个驱动器",
"rides_other": "{{count}}驱动器",
"charge": "收费",
"drive": "驾驶",
"step_by_step": "一步步",
"my_position": "我的位置",
"position_on_map": "地图上的点",
"car_model": "汽车模型",
"select_car_model": "选择汽车型号",
"plan_settings": "计划设置",
"common_settings": "通用设置",
"other_settings": "其他设置",
"done": "完毕",
"select_your_car": "选择汽车型号",
"add_my_car": "加我的车",
"add_my_car_description": "添加并保存自己的汽车",
"battery_and_chargers": "电池和充电器",
"speed": "速度",
"road_conditions": "道路条件",
"departure_soc": "出发社会",
"departure_soc_description": "汽车的开门。",
"charging_stops_slider_description": "如果您想在较长的驾驶距离或较短的驾驶距离和更多停靠站的情况下,将滑块移动以选择。",
"reference_consumption": "参考消耗",
"reference_consumption_short": "参考消耗",
"reference_consumption_description": "汽车的参考消耗。",
"fast_chargers": "快速充电器",
"slow_chargers": "目标充电器显示",
"fast_charger_description": "在路线规划中使用的充电器类型。",
"destination_arrival_soc": "目的地到达SoC",
"destination_arrival_soc_description": "到达最终目的地时允许的最低SOC。",
"charger_arrival_soc": "充电器到达SOC",
"charger_arrival_soc_description": "到达任何充电器或航路点时允许的最低SOC。",
"battery_degradation": "电池降解",
"battery_degradation_description": "与全新的电池相比,汽车的电池电量降解。",
"battery_capacity_description": "电池的实时数据容量直接通过汽车测量。从实时数据中删除以恢复为退化。",
"time_charge_port": "开销",
"time_charge_port_description": "每次充电停止时间的高架时间:定位充电站,连接和启动充电。此处更高的价值将导致更少但更长的费用停止。",
"reference_speed": "参考速度",
"reference_speed_description": "速度因子相对于速度限制或道路估计速度。",
"maximum_speed": "最大速度",
"maximum_speed_description": "允许的最大速度,即使速度限制允许更多。",
"max": "最大限度",
"adjust_speed": "调整速度",
"adjust_speed_description": "如果需要到达下一个充电器,则允许计划者降低单个腿的最大速度。",
"realtime_traffic": "实时流量",
"realtime_traffic_description": "在旅行的第一条腿上使用实时交通速度",
"temperature": "温度",
"temperature_description": "该计划的外部温度。",
"vehicle_temperature": "初始车辆温度",
"vehicle_temperature_description": "计划开始时的车辆温度 - 例如初始加热。",
"wind": "风",
"wind_description": "速度和方向。",
"road_conditions_description": "这将增加消费。",
"dry_roads": "干道",
"rain_or_snow": "雨或雪",
"heavy_rain_or_snow": "大雨或雪",
"avoid_on_route": "避免在路线上",
"avoid_on_route_description": "选择要避免的路线的选项",
"ferries": "渡轮和汽车火车",
"highways": "高速公路",
"tolls": "收费",
"extra_weight": "额外的重量",
"extra_weight_description": "其他人或行李的重量(驾驶员已经占)。",
"add": "添加",
"add_waypoint": "添加航点",
"treat_as_charger": "将其视为充电器",
"save": "节省",
"saved": "保存",
"saved_plans": "保存的计划",
"save_current": "保存当前计划",
"my_plans": "我的计划",
"replan": "重兰",
"to_plan": "计划",
"back": "后退",
"invalid_format": "无效的格式",
"log_in": "登录",
"log_in_qr": "使用ABRP应用登录",
"log_in_qr_details": "在已经登录的设备上选择Scan ABRP QR login",
"log_in_with_app_details": "在已经登录的设备上选择 {{title}} ",
"log_in_failed": "抱歉,我们无法登录您,请重试。",
"create_an_account": "创建一个帐户",
"email": "电子邮件",
"password": "密码",
"repeat_password": "重复输入密码",
"full_name": "全名",
"forgot_your_password": "忘记密码了吗?",
"reset_password": "重设密码",
"reset_password_description": "我们只是向您发送了一封电子邮件,其中包含指令以还原密码。",
"reset_plan": "清除",
"close": "关闭",
"abrp_log_in": "ABRP登录",
"abrp_log_out": "ABRP注销",
"app_settings": "应用设置",
"select_your_language": "选择你的语言",
"units": "单位",
"map_settings": "地图类型",
"language": "语言",
"standard": "标准",
"satellite": "卫星",
"hybrid": "杂交种",
"terrain": "地形",
"metric": "公制单位",
"imperial": "帝国单位",
"british": "英国单位",
"about_abrp": "关于ABRP",
"routes_planned": "计划的路线",
"social": "请与我们联系!",
"version": "版本",
"app_version": "ABRP版本",
"release_notes": "发行说明",
"acknowledgements": "致谢",
"integrity_policy": "诚信政策",
"coming_soon": "即将出来!",
"coming_soon_description": "我们正在研究此功能",
"premium_feature": "优质功能",
"premium_feature_description": "您需要成为ABRP高级会员才能使用此功能。",
"get_premium": "获得溢价",
"cancel": "取消",
"avoid_charger": "避免使用此充电器",
"restaurant_nearby": "餐厅附近",
"hotel_nearby": "附近的酒店",
"login_error": "电子邮箱或者密码错误。",
"abrp_account": "ABRP帐户",
"log_out": "登出",
"logged_in_as": "登录为",
"forgot_email_sent": "密码重置电子邮件已发送",
"provide_email": "请提供电子邮件",
"provide_fullname": "请提供您的全名",
"password_error": "请选择一个更强的密码",
"password_mismatch": "密码不匹配",
"register_email_used": "用户电子邮件已经注册",
"register_error": "用户注册失败",
"invalid_addresses": "无效的地址",
"error_one_address": "您不能计划一个地址的路线",
"custom_marker": "自定义标记",
"elevation": "海拔",
"region": "地区",
"zoom_level_to_show_chargers": "变焦级别显示充电器",
"type_of_chargers": "充电器的类型",
"type_of_chargers_tooltip": "这是您的汽车支持的充电插头,或者您有可用的适配器",
"europe": "欧洲",
"north_america": "北美",
"world": "世界",
"country": "国家",
"city": "城市",
"street": "街道",
"planner_error": "计划者服务器错误",
"invalid_plan": "找不到有效计划 - 这是最好的尝试",
"plan_not_found": "找不到工作计划。请检查您的设置,例如,添加其他充电器类型会大大增加您获得计划的机会 - 如果问题仍然存在,则可以使用下面的按钮向我们报告问题。",
"plan_not_found_none_premium": "找不到工作计划。请检查您的设置,例如,添加其他充电器类型会大大增加您获得计划的机会。请阅读我们的常见问题解答以找到常见问题和问题的答案。",
"address_not_found": "找不到一个或多个地址。",
"address_different_regions": "给出的地址/航路点位于世界的不同地区。请查看您选择了正确的位置。",
"could_not_calculate_plan": "我们无法计算您的计划",
"car_live_data": "汽车实时数据",
"use_live_data": "使用实时数据",
"add_live_data": "添加实时数据",
"left": "左边",
"max_speed": "最大速度",
"already_on_saved_plans": "该计划已经在您保存的计划中",
"save_new_or_replace": "另存为新的还是替换现有计划?",
"save_as_new_plan": "保存为新计划",
"replace_existing_plan": "替换现有计划",
"select_plan_to_replace": "选择更换的计划",
"plan_saved": "计划保存",
"saved_on": "保存",
"sort_by": "排序方式",
"custom": "风俗",
"to": "到",
"edit_saved_plan": "编辑保存的计划",
"plan_title": "计划标题",
"remove": "消除",
"give_feedback": "支持和反馈",
"support_feedback_description": "需要帮助,有建议或想报告错误?",
"support_main_premium": "联系支持",
"support_main_no_premium": "给予反馈",
"support_bug": "报告一个错误",
"support_feature": "建议",
"support_forum": "在我们的论坛上找到帮助",
"translate": "纠正翻译",
"select_your_vehicle": "选择您的车辆",
"no_gps_position": "我们还没有找到您的GPS职位",
"next_steps": "下一步",
"planned": "计划",
"current": "当前的",
"to_next_stop": "下一站",
"to_destination": "到达目的地",
"set_home_work_title": "设置回家和工作地址",
"set_home_work_description": "要设置您的房屋或工作地址,请输入并选择一个有效的地址,然后再次单击地址以查看按钮",
"set_as_home": "设为首页",
"set_as_work": "设置工作",
"home": "家",
"work": "工作",
"edit_car_name": "编辑汽车名称",
"vehicle_owner": "车主的所有者",
"inside_temp": "内部温度",
"outside_temp": "外部温度",
"batt_temp": "电池温度",
"degradation": "降解",
"range": "范围",
"last_update": "最后更新",
"live_data": "实时数据",
"share": "分享",
"share_car": "共享汽车",
"share_car_description": "您可以与另一个ABRP帐户共享您的汽车,以便另一个用户可以计划使用此汽车并在地图上查看。",
"delete": "删除",
"charging": "收费",
"power": "力量",
"voltage": "电压",
"location": "地点",
"link": "关联",
"link_tesla": "链接特斯拉",
"link_tesla_description": "请登录到您的特斯拉帐户,以便我们可以将您的车辆与ABRP联系起来。",
"mytesla_email": "特斯拉电子邮件",
"mytesla_password": "特斯拉密码",
"mytesla_mfa_device": "多因素验证设备",
"mytesla_mfa_code": "多因素验证代码",
"mytesla_login_app_only": "在网络上不支持Tesla凭据登录,请使用我们的ANDROID/iOS应用程序应用程序或提供令牌。",
"sign_in_with_tesla": "与特斯拉登录",
"logout_mytesla": "从特斯拉注销",
"access_token": "特斯拉刷新令牌 - 保持登录直到注销",
"actual_access_token": "特斯拉访问令牌 - 将随时到期",
"unlink": "删除链接",
"quick_select_car": "快速选择汽车模型而无需保存",
"provide_token_instead": "提供令牌",
"provide_mytesla_instead": "改为提供特斯拉",
"provide_tesla_token": "提供特斯拉令牌",
"link_description": "将您的汽车链接到使用实时数据以获得更好的计划体验。",
"select": "选择",
"error": "错误",
"could_not_login": "无法登录。请仔细检查您的电子邮件和密码。",
"could_not_link_token": "无法链接令牌。请仔细检查您提供有效的刷新令牌。",
"could_not_set_vehicle": "无法设置车辆",
"must_be_logged_in": "您必须登录以使用此功能。",
"goto_login": "转到ABRP登录",
"previous": "以前的",
"next": "下一个",
"map_mode": "地图模式",
"send_to_tesla": "发送到特斯拉",
"destination_sent": "目的地发送",
"not_set": "没有设置",
"headwind": "逆风",
"tailwind": "尾风",
"charger_plan_info": "计划此充电器的信息",
"charger_outlets": "充电器出口",
"charge_here": "在这里收费",
"departure_options": "出发选项",
"departure_time": "出发时间",
"departure": "离开",
"arrival_time": "到达时间",
"arrival_soc": "到达Soc",
"change_charger": "更改充电器",
"charge_cost": "费用",
"eat_here": "在这里吃",
"sleep_here": "在这里睡",
"actions": "动作",
"charge_up_to": "充电",
"change_departure_time": "离开",
"planned_speed": "进度",
"time": "时间",
"charge_to": "收费",
"charge_at": "收费",
"must_select_value": "您必须选择一个值",
"not_yet": "还没有",
"sharing_not_yet": "共享尚未实施",
"missing_power": "缺少电源",
"missing_time_or_battery": "缺少时间或电池",
"invalid_duration": "持续时间无效",
"invalid_power": "无效的力量",
"invalid_battery_level": "无效的电池水平",
"invalid_departure_time": "无效的离开时间",
"charger_limited_access": "该充电器的访问或功能有限,并且不用于自动计划。检查网页!",
"about_1": "更好的路由旗(ABRP)是世界上最受尊敬的计划,学习和梦想电动汽车-EV的服务。",
"about_2": "只需选择车辆型号,输入目的地,然后打算获得完整的旅行计划,包括电费停止和行程持续时间。",
"about_3": "当您准备驾驶时,只需转到驾驶模式并使用ABR作为实时计划后续工具,甚至是Navigator,请根据需要进行重新启动,然后连续更新有关旅行的信息。",
"about_4": "ABRP是由Iternio开发的,Iternio于2023年成为Rivian的一部分。请访问我们的网站探索我们的业务API!",
"about_classic": "Looking for the classic ABRP web service? It has just moved to a new home, http://abetterrouteplanner.com/classic ",
"about_signature": "Bo和Iternio团队",
"could_not_update_vehicle": "我们无法更新车辆",
"could_not_logout": "我们无法注销",
"could_not_connect_car": "我们无法连接到您的车",
"please_link_car_again": "请再次链接你的车",
"unnamed_car": "未命名的汽车",
"no_effect": "没有效果",
"charging_final_destination_instructions": "在最终目的地的收费未考虑。请记住,您可以通过进入设置并更改“目的地到达SoC”来改变到达SOC",
"departure_time_destination_instructions": "您无法在最终目的地设置出发时间",
"need_to_be_onroute": "你需要上路",
"share_abrp_link": "共享ABRP链接",
"share_map_app": "分享映射",
"share_external_app": "分享到应用程序",
"share_google_link": "在Google Maps中打开",
"share_apple_link": "在苹果地图中打开",
"calib_ref_cons": "校准参考消耗",
"confirm_deletion": "确认删除",
"confirm_deletion_description": "您确定要删除这辆车吗?",
"reset": "重置",
"reset_calibration": "重置校准",
"reset_calibration_description": "我们不断估计您的车辆在以不同的速度行驶时如何消耗能量。这将重置该估计的汽车模型的默认消耗模型。",
"live_data_not_available": "实时数据不可用",
"live_data_not_available_description": "我们还不能为此汽车模型获取实时数据。",
"mytesla_poll_description": "我们将对您的特斯拉进行调查,以查看它是否活跃,但是如果它睡着了,我们将永远不会醒来。在您使用该应用程序后的最多24小时后,我们将把轮询减少到最低限度,以降低吸血鬼排水的风险。这一切都是为您提供最好的服务。",
"select_tesla": "选择你的特斯拉",
"select_tesla_description": "选择您想从中获取实时数据的车辆",
"set_as": "设置",
"avoid_this_charger": "避免使用此充电器",
"prefer_or_avoid": "喜欢或避免",
"how_to_treat": "您想如何处理{{network}}充电器?",
"prefer_or_avoid_3": "专门使用",
"prefer_or_avoid_3_description": "仅使用这些网络并更喜欢这个网络",
"prefer_or_avoid_3_warning": "使用此设置可能会导致计划由于充电器不足而失败",
"prefer_or_avoid_2": "专门使用",
"prefer_or_avoid_2_description": "仅使用这些网络不包括其他所有网络",
"prefer_or_avoid_2_warning": "使用此设置可能会导致计划由于充电器不足而失败",
"prefer_or_avoid_1": "更喜欢",
"prefer_or_avoid_1_description": "喜欢使用这些网络的充电器",
"prefer_or_avoid_0": "不在乎",
"prefer_or_avoid_0_description": "不偏爱这些网络",
"prefer_or_avoid_-1": "宁愿不使用此网络",
"prefer_or_avoid_-1_description": "尽可能避免这些网络",
"prefer_or_avoid_-2": "切勿使用此网络",
"prefer_or_avoid_-2_description": "这些网络在计划时不会使用",
"prefer_or_avoid_-2_warning": "使用此设置将始终避免网络,这可能会导致更长的路线",
"display_mode": "显示主题",
"display_mode_dark": "黑暗的",
"display_mode_light": "光",
"display_mode_system": "设备设置",
"display_mode_automatic": "自动(白天/晚上)",
"display_mode_map": "地图遵循主题",
"network_preferences": "网络首选项",
"network_preferences_description": "避免,喜欢或仅使用某些网络。",
"no_network_preferences": "您没有任何网络首选项。使用搜索或单击地图上或计划中的充电器来更改此操作。",
"allow_this_charger": "允许此充电器",
"offline": "离线",
"charger_url": "充电器网站",
"charts": "图表",
"calendar": "日历",
"duration": "期间",
"distance": "距离",
"avg_speed": "平均速度",
"avg_voltage": "平均电压",
"export": "出口",
"tag": "标签",
"favourite": "最喜欢的",
"business": "商业",
"pleasure": "乐趣",
"speed_limit": "速度极限",
"edit_on_OSM": "在OSM中进行编辑",
"edit_charger": "编辑",
"full_calendar": "完整日历",
"average_consumption": "avg。消耗",
"available": "可用的",
"in_use": "正在使用",
"operational": "操作",
"broken": "破碎的",
"unknown": "未知",
"no_saved_drives": "这一天没有保存的驱动器或收费",
"my_drives": "我的驱动器",
"my_drives_description": "完成驱动器后,它将在这里保存。检查您的历史驱动器和费用。",
"view_all": "查看全部",
"save_my_activity": "保存我的活动",
"save_my_activity_description": "您将能够访问您的历史驱动器和收费",
"delete_all_activities": "删除保存的活动",
"delete_all_activities_description": "与这辆车相关的所有保存活动将被删除",
"delete_all_activities_dialog": "您确定要删除与此车辆相关的所有活动吗?",
"delete_activities_rejected": "无法删除活动",
"delete_all_activities_warning": "此操作无法撤消",
"delete_all_activities_warning_description": "删除的活动无法恢复。您确定要删除以下车辆的所有活动吗",
"deleting_activities": "删除活动",
"delete_activity": "删除活动",
"delete_activity_description": "您确定要删除此活动吗?",
"delete_activity_rejected": "活动无法删除",
"delete_activity_fulfilled": "活动已成功删除",
"reset_ref_consumption": "重置消耗",
"reset_ref_consumption_description": "将校准的参考消耗重置为默认值",
"route_directions": "路线方向",
"route_directions_description": "在开车时显示路线指示。",
"share_historical_data": "共享历史数据",
"share_historical_data_description": "用户将能够看到您过去的驱动器,充电并调整车辆设置。",
"shared_with": "和...分享",
"new_share": "新份额",
"delete_share": "删除共享连接",
"delete_share_description": "您确定要删除此共享连接吗?",
"vehicle": "车辆",
"daily_summary": "每日摘要",
"charging_session": "充电会话",
"date": "日期",
"automatic_settings": "自动设置",
"automatic_settings_description": "使用实时SOC,校准的参考消费,天气和交通。",
"automatic_settings_notlm_description": "使用实时天气和流量数据以及默认值进行参考消耗和SOC。",
"realtime_weather": "实时天气",
"realtime_weather_description": "使用实时温度和天气信息。",
"seasonal_weather": "季节性天气",
"seasonal_weather_description": "使用典型的季节性温度信息。",
"charger_information": "充电器信息",
"route_actions": "路线动作",
"waypoint_actions": "Waypoint动作",
"mode": "模式",
"content_mode": "内容模式",
"table": "桌子",
"chart": "图表",
"north": "北",
"rotate": "旋转",
"next_step": "下一步",
"destination": "目的地",
"3d_perspective": "3D观点",
"alternatives": "备择方案",
"charger_departure_soc": "充电器Max Soc",
"charger_departure_soc_description": "充电时允许的最大SOC。",
"incorrect_speed_limit_or_map_data": "不正确的速度限制还是地图数据?",
"edit_on_open_street_map": "在开放式街道地图上进行编辑",
"copy": "复制",
"best_option": "最佳选择",
"to_the_charger": "到充电器",
"trip_distance": "旅行距离",
"charge_duration": "充电持续时间",
"odometer": "里程表",
"firmware_version": "固件",
"cookies_message": "该网站使用Cookie来改善您的浏览体验并分析网站流量。使用cookie时,将非常小的文本文件存储在您的设备上。通过单击“接受”您同意我们使用cookie。如果您单击“拒绝”,我们将仅使用严格必要的cookie。通过单击“自定义”,您将能够管理您的cookie首选项。",
"cookies_ok": "好的",
"realtime_chargers": "充电器可用性",
"realtime_chargers_description": "在计划中使用实时充电器可用性和预测。",
"charger_busy_low": "不忙",
"charger_busy_medium": "中度忙碌",
"charger_busy_high": "很忙",
"migrate_tesla_title": "迁移你的特斯拉",
"migrate_tesla_description": "您想将现有的特斯拉保存在新的ABRP版本中吗?",
"out_of_order": "失败",
"our_app": "下载我们的应用!",
"crash_message": "哎呀! ABRP崩溃了,但已向开发人员发送了一份报告,我们将尽快将其修复。\n \nplease重新加载页面或杀死应用程序。",
"no_position": "没有位置",
"no_position_description": "我们无法访问您当前的职位。确保允许地理位置权限或编写特定地址。",
"table_heading": [
"Waypoint",
"Arrival SoC",
"Depart SoC",
"Cost",
"Charge Card",
"Charge duration",
"Distance",
"Drive duration",
"Arrival",
"Departure",
"Notes"
],
"premium": "优质的",
"premium_on_app": "要了解有关高级会员资格的更多信息,请访问一个更好的Routeplanner网站。",
"manage_subscriptions": "管理ABR会员资格",
"manage_subscriptions_on_app": "要管理您的订阅,请访问一个更好的RoutePlanner网站。",
"export_excel": "导出到Excel",
"suggest_create_an_account": "如果您创建一个帐户,您将能够保存计划,保存汽车等等。",
"abrp_premium_membership": "ABRP高级会员资格",
"go_premium_description": "基本ABRP功能将始终是免费的。但是,通过升级到溢价,您可以从计划者那里获得更多好处。",
"daily_summary_export_header": [
"Activity",
"Start time",
"End Time",
"Duration",
"Distance",
"Start Location",
"End Location",
"Start SoC",
"End SoC",
"Energy added",
"Start odometer",
"End odometer",
"Vehicle"
],
"on_free_trial": "ABRP高级免费试用",
"provide_payment_method_description": "您需要在{{count}}天内提供付款方式。",
"provide_payment_method_on_app": "要提供付款方式,请在ABRP网站上单击此横幅。",
"x_days_left": "{{count}}免费试用的天",
"not_now": "现在不要",
"provide_payment_method": "提供付款方式",
"timestamp": "时间戳",
"latitude": "纬度",
"longitude": "经度",
"soc": "Soc",
"multiple_vehicles": "多辆车",
"multiple_vehicles_1": "您的所有车辆都在一个帐户中。",
"multiple_vehicles_2": "在地图上查看它们,并轻松选择要计划的。",
"my_drives_1": "保存所有活动并随时访问。",
"my_drives_2": "共享历史活动或将其导出到Excel文件。",
"weather_forecast": "天气预报",
"weather_forecast_1": "实时天气数据用于计划。",
"weather_forecast_2": "查看计划中预测的风和温度,并查看其对旅行的影响。",
"realtime_traffic_1": "使用最新的流量数据,以提高准确性。",
"realtime_traffic_2": "将流量不仅考虑到行程持续时间,而且还要沿着路线使用电源。",
"suc_availability": "实时充电器可用性和预测",
"suc_availability_1": "根据历史使用,在计划中使用充电器可用性。",
"suc_availability_2": "避免繁忙的充电器,并在总旅行时间内包括等待时间。",
"sharing_vehicle_data": "共享车辆数据",
"sharing_vehicle_data_1": "与另一个ABRP用户共享您的实时数据。",
"sharing_vehicle_data_2": "非常适合共享汽车,或与朋友或家人分享您的驱动器状态。",
"apple_watch": "Apple Watch",
"apple_watch_1": "非常适合观察您的进度。",
"apple_watch_2": "在手表上查看您最新的费用或驱动状态,而无需在手机上摆弄。",
"abrp_email": "ABRP帐户电子邮件",
"share_error": "我们无法与该用户共享 - ABRP帐户可能不存在。",
"premium_new_member": "欢迎作为高级会员!如果您还没有,请在下面看看所有等待您的好东西:",
"long_break": "长休息",
"low_speed": "低速",
"medium_speed": "中速",
"high_speed": "高速",
"calib_ref_cons_confidence": "校准参考消费信心",
"calib_ref_cons_confidence_description": "校准基于在不同条件下驾驶的汽车测量的基础。例如,我们需要一定数量的低,中和高速驾驶才能完整地了解消费。置信号越接近100%,就越确定我们的消费量。",
"not_on_route": "你不在路上",
"owned_by": "由",
"reset_settings": "重新设置",
"reset_settings_description": "将所有计划设置重置为默认值。",
"reset_settings_confirm": "您确定要重置设置吗?\n \n您需要再次登录。",
"x_min_to_complete_charging": "{{count}}最小收费完成",
"charging_complete": "收费完成!",
"notification_next_stop": "下一个:{{duration}} to {{destination}}",
"your_car": "你的车",
"notifications": "通知",
"charging_trip_notifications": "在旅行中充电",
"charging_trip_notifications_description": "在剩下10和5分钟的时间继续您的旅行时获得通知。",
"charging_complete_notifications": "收费完成",
"charging_complete_notifications_description": "当您的汽车电池装满时,请通知。",
"home_notifications": "家",
"home_notifications_description": "当您的汽车到达或离开家时得到通知。",
"work_notifications": "工作",
"work_notifications_description": "当您的汽车到达或离开工作时得到通知。",
"car_arrived_location": "{{car}}到达{{location}}",
"car_left_location": "{{car}}离开{{location}}",
"no_drives_on_this_day": "这一天没有活动",
"verify_email": "验证我的电子邮件",
"verify_email_sent": "发送的验证电子邮件发送。",
"battery_capacity": "电池容量",
"new_password": "新密码",
"old_password": "旧密码",
"change_password": "更改密码",
"change_password_failed": "更改密码失败",
"add_ferry_line": "添加渡轮线",
"share_map_app_picker": "您想使用什么应用?",
"there_is_a_faster_route": "有一条更快的路线",
"there_is_a_xx_faster_route": "有一个{{duration}}更快的路线",
"view_alternatives": "查看替代方案",
"tap_to_view_alternatives": "点击查看替代方案",
"tap_notification_alternatives": "点击通知以查看替代方案。",
"alternative_route_tts": "有一条更快的路线。",
"plan_no_longer_viable": "该计划不再可行",
"plan_off_by_time": "您的计划不在{{duration}}",
"always_log": "始终登录",
"always_log_description": "您有一些带有实时数据的车辆。您可以激活“保存我的活动”选项以访问历史数据。您可以从“车辆设置”页面上执行此操作。",
"activate_for_all_cars": "激活所有汽车",
"understood": "理解",
"use_updated_plan": "使用更新的计划",
"url_has_been_copied": "URL已复制到剪贴板",
"charging_notifications_premium": "收费通知",
"charging_notifications_premium_1": "在剩下10和5分钟的时间继续您的旅行时获得通知。",
"charging_notifications_premium_2": "",
"geofence_notifications": "地理上的通知",
"geofence_notifications_1": "当您的汽车到达或离开某些位置时,被通知。",
"geofence_notifications_2": "例如,您的房屋和工作地址。",
"show_setup": "显示实时数据说明",
"show_setup_description": "显示或隐藏卡片以更好的Routeplanner重新连接您的汽车",
"advanced": "详细的",
"save_advanced_settings": "保持详细的设置?",
"save_advanced_settings_description": "您想在详细的设置中保留所做的更改吗?",
"no_use_default": "不,使用默认设置",
"link_mytesla": "您有特斯拉帐户吗?",
"link_mytesla_description": "如果这样做,您可以将其链接起来,以便我们可以从您的汽车中获取实时数据 - 它使计划和驾驶更加顺畅。",
"eat": "吃",
"sleep": "睡觉",
"shopping": "购物",
"from_charger": "来自充电器",
"car_comparison": "汽车比较",
"features": "特征",
"live_data_comparison": "实时数据比较",
"go_to_the_planner": "去计划者",
"abrp_premium_membership_description": "基本的ABRP功能将始终是免费的。<br />但是,通过升级到Premium,您可以从计划者那里获得更多好处!",
"no_active_premium_subscription": "没有主动的高级订阅",
"you_have_a_valid_payment": "您有一个有效的付款方式",
"monthly": "每月",
"yearly": "每年",
"month": "月",
"year": "年",
"change_to_yearly": "更改年度",
"change_to_monthly": "更改为每月",
"this_feature_requires": "此功能需要",
"abrp_premium_features": "ABRP高级功能",
"about": "关于",
"terms_of_use": "使用条款",
"thanks_for_subscribing": "感谢您的订阅",
"thanks_for_subscribing_1": "我们很高兴您想尝试更好的Routeplanner Premium会员资格!",
"thanks_for_subscribing_2": "您将需要在试用期内提供有效的付款方式。在免费试用期结束之前,我们不会向您收费。",
"thanks_for_subscribing_3": "我们希望您喜欢更好的Routeplanner Premium会员资格!感谢您对我们的支持。",
"i_will_do_it_later": "我稍后再做",
"do_it_now": "现在做",
"abrp_subscription_login_1": "请登录您的ABR帐户,以便能够启用高级服务。",
"abrp_subscription_login_2": "我们将将您重定向到ABRP Web登录,并在完成后立即将您带回这里。",
"go_to_web_and_login": "转到ABRP Web并登录",
"working_on_it": "努力...",
"14_days_free_trial": "14天免费试用",
"select_this": "选择此",
"active": "积极的",
"annually": "每年",
"thanks": "谢谢",
"abrp_map": "ABRP地图",
"vehicle_configuration": "配置",
"configurations": "配置",
"select_configuration": "选择配置",
"vehicle_configuration_description": "添加配置(例如拖车或滑雪框)",
"add_new_configuration": "添加新配置",
"configuration_already_exists": "配置已经存在",
"configuration_name": "配置名称",
"configuration_default": "标准",
"configuration_type": "车辆配置类型",
"configuration_normal": "普通的",
"configuration_tyres": "特殊轮胎/轮辋",
"configuration_cargo_back": "货运货物",
"configuration_cargo_top": "屋顶上的货物",
"configuration_bicycle_back": "背部自行车",
"configuration_bicycle_top": "屋顶上的自行车",
"configuration_trailer_small": "小拖车",
"configuration_trailer_medium": "中型拖车",
"configuration_trailer_large": "大型拖车/大篷车",
"configuration_role": "活动/角色",
"configuration_other": "其他",
"confirm_configuration_deletion": "您确定要删除此配置吗?",
"live_data_notify_me": "可用时通知我",
"continue": "继续",
"continue_to_app": "继续应用",
"continue_to_app_description": "单击“继续”以完成应用程序上的登录过程",
"no_name": "无名",
"add_new_vehicle": "在您的帐户中添加新车?",
"multiple_amenities": "多种设施",
"multiple_amenities_description": "您已经选择了另一个便利设施。要处理多个设施停止,您首先需要计划。然后返回并添加其他便利设施停止。",
"x_left_to_y": "{{x}}左至{{y}}",
"charge_for_x_up_to_y_at_z": "{{x}}的收费最大为{{y}} at {{z}}",
"dismiss": "解雇",
"xx_minutes": "{{x}}最小",
"rest_of_drive": "其余的驱动器",
"dismiss_for": "解雇",
"selected_vehicle": "选定的车辆",
"my_drives_selected_vehicle": "选择支持“我的驱动器”功能的车辆",
"choose_referral_code": "选择推荐代码",
"for": "为了",
"at": "在",
"till": "直到",
"country_borders": "国家边界(alpha)",
"waypoint_notes": "笔记",
"waypoint_notes_placeholder": "注释,重要细节等。",
"need_to_have_an_account": "您需要有一个帐户。请先登录或创建一个帐户。",
"get_monthly_premium": "获得每月保费",
"get_yearly_premium": "获得年度保费",
"add_login_method": "添加登录方法",
"add_login_method_description": "添加另一个登录方法",
"add_login_method_already_linked_another": "此登录已经链接到另一个帐户。",
"simple": "简单的",
"loading": "加载中",
"replanning": "重新植物",
"navigate_to": "导航",
"permission_request_title": "我们真的需要您的许可",
"automotive_missing_permission_msg": "ABRP可以直接从汽车中读取电池状态和其他重要信息,这使使用ABRP变得更好。但是我们需要您的许可才能这样做。",
"automotive_missing_permission_positive": "再次请求权限",
"automotive_missing_permission_negative": "不,真的,不",
"permission_request_again": "再次请求权限",
"permission_nope": "不,真的,不",
"permission_location_msg": "一个更好的Routeplanner请友好地要求访问您的位置以改善您的体验。",
"from": "从",
"To": "到",
"missing_date": "缺少日期",
"search_network": "类型网络名称",
"please_wait_for_networks": "请在加载网络时等待",
"set_destination": "设置目的地",
"no_blocked_chargers": "您没有选择避免的充电器。从地图上选择一个充电器来更改此功能。",
"charger_preferences_description": "管理您选择避免的充电器。",
"charger_preferences": "充电器要避免",
"please_wait_for_chargers": "请在加载充电器时等待",
"invalid_plan_check_preferences_title": "检查首选项",
"invalid_plan_check_preferences_description": "您的充电器或网络偏好可能会阻止有效计划。",
"select_vehicle": "选择您的车辆",
"select_vehicle_description": "选择您想从中获取实时数据的车辆",
"unlink_live_data": "UNLINK实时数据",
"charged_energy": "能量充电",
"tronity": "Tronity",
"tronity_description": "Tronity使用车辆的内置蜂窝连接来支持各种各样的车辆的实时数据。它是免费试用!",
"tronity_disclaimer": "这些数据来自Tronity,并传达到ABRP。它受您与Tronity之间的服务条款的约束。活动数据不会存储在ABRP中,但可用于Tronity。",
"voice_output": "语音指导",
"voice_output_description": "阅读说明",
"direction_left": "左边",
"direction_sharp_left": "锋利",
"direction_slight_left": "剩下的小",
"direction_straight": "直的",
"direction_right": "正确的",
"direction_sharp_right": "锋利的",
"direction_slight_right": "轻微",
"direction_left_variant": "在左侧",
"direction_sharp_left_variant": "锋利",
"direction_slight_left_variant": "剩下的小",
"direction_straight_variant": "直行",
"direction_right_variant": "在右侧",
"direction_sharp_right_variant": "锋利的",
"direction_slight_right_variant": "轻微",
"direction_return": "后退",
"direction_return_variant": "后退",
"direction_uturn": "掉头",
"direction_turn": "转动{{direction}}",
"direction_turn_ref_destination": "将{{direction}}转到{{ref}}转向{{destination}}",
"direction_turn_destination": "将{{direction}}转向{{destination}}",
"direction_turn_ref": "将{{direction}}转到{{ref}}",
"direction_count_x": "第一第二第三第四",
"direction_count_1": "第一的",
"direction_count_2": "第二",
"direction_count_3": "第三",
"direction_count_4": "第四",
"direction_count_nth": "{{count}} th",
"direction_roundabout": "在回旋处,{{exit}}出口",
"direction_roundabout_ref_destination": "在回旋处,{{exit}}出口到{{ref}}到{{destination}}",
"direction_roundabout_ref": "在回旋处,{{exit}}出口到{{ref}}",
"direction_roundabout_destination": "在回旋处,{{exit}}退出{{destination}}",
"direction_roundabout_short": "{{exit}}退出",
"direction_roundabout_exit": "退出回旋处",
"direction_continue": "继续{{direction}}",
"direction_fork": "将{{方向}}保持在叉",
"direction_fork_ref_destination": "将{{direction}}保持到{{ref}} {{destination}}",
"direction_fork_destination": "将{{direction}}保持{{destination}}",
"direction_fork_ref": "将{{direction}}保持到{{Ref}}",
"direction_arrival": "目的地为{{direction_variant}}",
"direction_arrival_no_dir": "你已到达",
"direction_arrival_charger": "对{{duration}}的收费到{{to_soc}}%。",
"direction_offramp": "取坡道{{direction}}",
"direction_offramp_ref_destination": "将坡道{{direction}}延伸到{{ref}} {{destination}}",
"direction_offramp_destination": "将坡道{{direction}}伸向{{destination}}",
"direction_offramp_ref": "将坡道{{direction}}到{{ref}}",
"direction_offramp_exit": "出口{{exit}}",
"direction_offramp_exit_destination": "将退出{{exit}}伸向{{destination}}",
"direction_offramp_exit_ref": "将退出{{exit}}到{{ref}}",
"direction_offramp_exit_direction": "取出{{exit}} {{direction}}",
"direction_offramp_exit_ref_destination": "将退出{{exit}}伸向{{ref}} {{destination}}",
"direction_to_name": "命名}}",
"direction_in_distance": "在{{distance}}",
"direction_next_instruction": "然后",
"kilometers": "公里",
"kilometer": "公里",
"meters": "仪表",
"miles": "英里",
"mile": "英里",
"feet": "脚",
"three-quarters": "四分之三",
"half": "一半",
"quarter": "四分之一",
"speed_calib_factor": "速度过度报告因素",
"max_distance_from_charger": "距充电器的最大距离",
"long_press_rearrange": "按住手柄重新安排计划",
"invalid_amenity_options_title": "无效的便利选择",
"invalid_amenity_options_desc": "确保填充所有字段以获得便利设施。",
"retry": "重试",
"live_data_other_sources": "其他实时数据源",
"live_data_other_sources_description": "寻找另一种实时数据方法?",
"stop_at": "停在",
"got_it": "知道了",
"nearby_amenities": "附近的设施",
"alt_charger_options": "充电器选项",
"select_all": "全选",
"deselect_all": "取消选择",
"add_an_amenity_charge_stop": "添加设施费用",
"add_an_amenity_charge_stop_subtitle": "安排靠近餐厅,酒店或购物的停靠站",
"amenities_description": "搜索附近的便利设施",
"save_plan": "保存计划",
"load_plan": "负载计划",
"prefer_or_avoid_network": "喜欢或避免{{name}}网络",
"charger_information_and_amenities": "充电器信息和便利设施附近",
"manage_my_subscriptions": "管理我的订阅",
"no_amenities_found": "找不到便利设施",
"website": "网站",
"hotel": "酒店",
"hostel": "旅馆",
"campground": "营地",
"stop_after": "停下来",
"and_stay_for": "并留下来",
"not_further_than": "不远",
"from_a_charger": "来自充电器",
"overnight_accommodations": "隔夜住宿",
"food_and_drink": "饮食",
"restaurant": "餐厅",
"cafe": "咖啡店",
"winery": "酒厂",
"brewery": "啤酒厂",
"distillery": "酒厂",
"mall": "购物中心",
"department_store": "百货商店",
"add_a_stop_around_this_waypoint": "在此方向上添加停止",
"update": "更新",
"remove_stop": "删除停止",
"stay_for": "留下来",
"you_must_select_at_least_one_category": "您必须至少选择一个类别",
"amenity": "便利",
"north-american": "北美",
"american": "美国人",
"mexican": "墨西哥",
"asian": "亚洲",
"chinese": "中国人",
"indian": "印度人",
"japanese": "日本人",
"sushi": "寿司",
"thai": "泰国",
"vietnamese": "越南人",
"korean": "韩国人",
"european": "欧洲的",
"french": "法语",
"german": "德语",
"greek": "希腊语",
"italian": "意大利人",
"spanish": "西班牙语",
"scandinavian": "斯堪的纳维亚语",
"mediterranean": "地中海",
"balkan": "巴尔干",
"south-american": "南美洲的",
"african": "非洲人",
"general": "一般的",
"pizza": "比萨",
"snacks": "小吃",
"icecream": "冰淇淋",
"burgers": "汉堡",
"vegetarian": "素食主义者",
"bistro": "小酒馆",
"steakhouse": "牛排屋",
"international": "国际的",
"type_of_amenity": "便利类型",
"type_of_food": "食物类型",
"all_types": "所有类型",
"accept_terms_and_conditions": "通过创建一个帐户,您同意",
"terms_and_conditions": "ABRP使用条款",
"device_sleeping": "睡眠",
"lost_mytesla_connection": "ABRP丢失了与特斯拉的连接,请再次登录以链接您的特斯拉帐户。",
"chargers_with_amenities": "具有便利设施的充电器",
"latest_plan": "最新计划",
"plan": "计划",
"calculating_route": "计算路线...",
"premium_required_cp_description": "Apple Carplay是ABRP高级功能。",
"premium_required": "需要保费",
"open_premium_page": "开放高级页面",
"premium_refresh": "我得到了它。刷新",
"favourites": "最爱",
"recent": "最近的",
"search": "搜索",
"not_ready_yet": "我们还没有准备好",
"try_again_after_alert": "此警报消失后,请重试",
"end_navigation": "结束导航",
"driving": "驾驶",
"navigating": "导航",
"charger_stop": "充电",
"charger_stops": "充电停止",
"launch": "发射",
"route_alternatives": "路线替代方案",
"route_details": "路线详细信息",
"where_to_go": "你要去哪里?",
"missing_home": "缺少家庭住址",
"missing_home_description": "您尚未设置任何家庭住址。",
"missing_work": "缺少工作地址",
"missing_work_description": "您尚未设置任何工作地址。",
"voice_streetnames": "包括街道名称",
"voice_streetnames_description": "也阅读街道名称",
"navigation_category": "导航",
"test_drive_mode_enabled": "启用了测试驱动器模式 - 汽车遵循您的计划。",
"add_to_calendar": "添加到日历",
"error_adding_to_calendar": "错误添加到日历",
"calendar_set_departure_time": "设置未来的出发日期将计划导出到日历。",
"all_time": "整天",
"subscription_purchased": "您的订阅现在活跃。",
"change_email": "更改电子邮件",
"change_email_failed": "更改电子邮件失败",
"new_email": "新邮件",
"current_password_security": "您的密码,用于安全",
"email_used": "已经使用的电子邮件",
"missing_password": "缺少密码",
"wrong_password": "密码错误",
"missing_email": "缺少电子邮件",
"change_full_name": "更改全名",
"change_full_name_failed": "更改全名失败",
"missing_full_name": "缺少全名",
"yard": "院子",
"yards": "院子",
"max_speed_limited": "保持最大{{speed}}到达目标。",
"import": "进口",
"data_source": "数据源",
"file": "文件",
"drag_here_or_click_to_select": "将其拖动或单击以选择它",
"missing_file": "缺少文件",
"wrong_file_format": "错误的文件格式",
"json_file_format": "该文件需要是一个JSON文件。",
"missing_data_source": "缺少数据源",
"reading_aborted": "文件阅读中断",
"reading_failed": "文件读数失败",
"import_finished": "进口完成",
"import_result": "导入的摘要\n活动添加:{{activities_added}} \n由于重复而跳过的活动:{{activities_not_added_repeated}} \n-由于数据格式而导致的跳过的活动",
"delete_configuration": "删除配置",
"delete_configuration_description": "这将永久删除您的配置。\n\n您确定吗?",
"delete_account": "删除帐户",
"delete_account_description": "这将永久删除您的ABR帐户",
"delete_account_premium": "如果您已经取消了高级订阅,则可以删除您的ABR帐户。",
"delete_account_for_real_description": "非常肯定?这将永远删除您的帐户。",
"yes_absolutely_sure": "是的,我绝对确定!",
"delete_account_error": "错误删除帐户,请稍后再试。",
"delete_account_cancel_subscription_first": "您有一个主动订阅,请在删除帐户之前先取消它。",
"sent_to_android_auto": "发送到Android Auto。",
"available_selected_networks": "在选定的网络上可用",
"apple_carplay": "Apple Carplay",
"apple_carplay_1": "使用Apple Carplay沿着汽车屏幕的路线行驶。",
"android_auto": "Android Auto",
"android_auto_1": "使用Android Auto沿着汽车屏幕的路线行驶。",
"coordinates": "坐标",
"address": "地址",
"long_press_set_destination": "提示:长按以将目的地设置为目的地。",
"invalid_network_replaced": "网络不再有效,请删除它,然后使用{{replaced_by}}。",
"invalid_network": "网络不再有效,请删除它以避免计划问题。",
"missing_tlm_details": "抱歉,您的车辆没有提供足够的数据来在此处为您提供更多详细信息。",
"geofence_notifications_description": "当您的汽车到达或离开某些地方时,接收推送通知。",
"error_adding_trigger": "添加触发器的错误",
"x_location_not_set": "{{name}}位置未设置",
"low_soc_notifications": "电池电量低",
"low_soc_notifications_description": "当您的SOC少于10%时,请通知。无论您身在何处,我们都会向您发送最接近的充电器。",
"low_soc_notifications_title": "{{vehicle_name}}电池电量小于10%",
"low_soc_notifications_body": "最近的充电器是{}。姓名: {}。地址: {}",
"charging_complete_notifications_title": "{{vehicle_name}}电池已满",
"charging_complete_notifications_body": "电池水平为100%",
"geofence_notification_body": "电池水平:{}%",
"radius": "半径",
"radius_description": "当您的车辆进入/离开此半径时,我们将通知您。确保包括停车位。",
"add_guidepoint": "添加指南",
"callout_same_duration": "同时",
"callout_invalid": "不可驾驶",
"captcha": "验证码",
"captcha_description": "输入上面的字母",
"connect_session_title": "登录远程应用",
"connect_session_confirmation": "您确定要允许远程应用程序登录此帐户吗?",
"connect_session_ok": "好的",
"connect_session_not_logged_in": "您必须登录才能批准在远程应用中登录",
"stops_preference": "充电停止",
"charge_break_preference_fewest_stops": "停止更少",
"charge_break_preference_least_time": "最快到达",
"charge_break_preference_shorter_legs": "腿较短",
"preferred_minimum_nbr_charger_stalls_title": "最小充电器摊位",
"preferred_minimum_nbr_charger_stalls_description": "在充电位置首选的最低充电器摊位数量",
"nearby_chargers": "附近充电器",
"month_names": [
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",