Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Localizable.strings « zh-Hans.lproj « LocalizedStrings « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77d436a42ae6fc692542d6341ef7f83074510a81 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
/**
 * Apple Strings File
 * Generated by Twine 0.10.1
 * Language: zh-Hans
 */

/********** Strings **********/

/* About button text (should be short) */
"about" = "关于";

/* Button text (should be short) */
"back" = "返回";

/* Button text (should be short) */
"cancel" = "取消";

/* Button which interrupts country download */
"cancel_download" = "取消下载";

/* Button which deletes downloaded country */
"delete" = "删除";

"download_maps" = "下载地图";

/* Settings/Downloader - info for country when download fails */
"download_has_failed" = "下载失败,重新轻触再试一次";

/* Settings/Downloader - info for country which started downloading */
"downloading" = "下载…";

/* Text to show occasionaly with a proposal to Like our program on Facebook */
"share_on_facebook_text" = "感谢您使用 MAPS.ME!您喜欢此应用吗?告诉您的好友们吧!这会是对我们最好的感谢。";

/* Choose measurement on first launch alert - choose metric system button */
"kilometres" = "千米";

/* Leave Review dialog - Review button */
"leave_a_review" = "发表评论";

/* View and button titles for accessibility */
"maps" = "地图";

/* View and button titles for accessibility */
"downloader_maps" = "地图:";

/* Settings/Downloader - size string, only strings different from English should be translated */
"mb" = "MB";

"gb" = "GB";

/* Choose measurement on first launch alert - choose imperial system button */
"miles" = "英里";

/* View and button titles for accessibility */
"my_position" = "我的位置";

"ok" = "确定";

/* Leave Review dialog - Not now button (remind me later) */
"remind_me_later" = "稍后提醒我";

/* Update maps later/Buy pro version later button text */
"later" = "稍后";

/* View and button titles for accessibility */
"search" = "搜索";

/* Search box placeholder text */
"search_map" = "搜索地图";

/* Settings/Downloader - 3G download warning dialog confirm button */
"use_cellular_data" = "是";

/* Location services are disabled by user alert - message */
"location_is_disabled_long_text" = "您目前有此设备的所有位置服务或应用已禁用。请在设置中启用它们。";

/* View and button titles for accessibility */
"zoom_to_country" = "在地图上显示";

/* Message to display at the center of the screen when the country is added to the downloading queue */
"country_status_added_to_queue" = "^\n添加至下载序列";

/* Message to display at the center of the screen when the country is downloading */
"country_status_downloading" = "下载 \n^\n^中";

/* Button text for the button at the center of the screen when the country is not downloaded */
"country_status_download" = "下载地图\n(^ ^)";

/* Button text for the button at the center of the screen when the country is not downloaded and the size should not be shown */
"country_status_download_without_size" = "下载地图";

/* Button text for the button at the center of the screen when the country is not downloaded */
"country_status_download_without_routing" = "下载不带路线的地图\n(^ ^)";

/* Message to display at the center of the screen when the country download has failed */
"country_status_download_failed" = "下载失败了";

/* Button text for the button under the country_status_download_failed message */
"try_again" = "重试";

"app_name" = "MAPS.ME";

"about_menu_title" = "关于 MAPS.ME";

"connection_settings" = "连接设置";

"close" = "关闭";

"unsupported_phone" = "硬件加速的 OpenGL 是必需的。遗憾的是您 的设备不支持。";

"download" = "下载";

"disconnect_usb_cable" = "请断开 USB 线或插入存储卡以使用 MAPS.ME";

"not_enough_free_space_on_sdcard" = "请在 SD 卡/ USB 储存设备上释放一些空间以 使用此应用";

"not_enough_memory" = "没有足够的内存来启动应用程序";

"download_resources" = "在您开始前请让我们下载通用世界地 图至您的设备中。\n它需要%@的 数据。";

"getting_position" = "获取当前位置";

"download_resources_continue" = "前往地图";

"downloading_country_can_proceed" = "下载 %@。您现在可\n前往地图。";

"download_country_ask" = "下载 %@?";

"update_country_ask" = "更新 %@?";

/* REMOVE THIS STRING AFTER REFACTORING */
"download_location_map_proposal" = "您可下载您目前位置的地图。";

/* REMOVE THIS_STRING AFTER REFACTORING */
"download_location_update_map_proposal" = "您可更新您目前位置的地图。";

/* REMOVE THIS STRING AFTER REFACTORING */
"download_location_map_up_to_date" = "您目前\n位置(%@) 的地图是最新的。";

/* REMOVE THIS STRING AFTER REFACTORING */
"pause" = "暂停";

/* REMOVE THIS STRING AFTER REFACTORING */
"continue_download" = "继续";

/* Show popup notification on app start when we have out-of-date maps */
"advise_update_maps" = "这些地图有更新版本:";

/* Show popup notification in Pro version that Lite can be deleted */
"suggest_uninstall_lite" = "您不再需要MAPS.ME Lite ,所以,您可以卸载它。";

/* Show popup notification on top of the map when country download has failed. */
"download_country_failed" = "%@下载失败";

/* Add New Bookmark Set dialog title */
"add_new_set" = "添加新的集合";

/* Bookmark Color dialog title */
"bookmark_color" = "书签颜色";

/* Add Bookmark Set dialog - hint when set name is empty */
"bookmark_set_name" = "书签集名称";

/* Bookmark Sets dialog title */
"bookmark_sets" = "书签集";

/* Bookmarks - dialog title */
"bookmarks" = "书签";

/* Default bookmarks set name */
"my_places" = "我的位置";

/* Add bookmark dialog - bookmark name */
"name" = "名字";

/* Editor title above street and house number */
"address" = "地址";

/* Add bookmark dialog - bookmark set, Bookmarks dialog - Bookmark set cell */
"set" = "集合";

/* Text hint in Bookmarks dialog when no any bookmarks are added */
"bookmarks_usage_hint" = "您还没有书签。\n在地图任何位置轻触以添 加一个书签。\n其他来源的书签也可载入并 显示在 MAPS.ME 中。从邮件、 Dropbox 或 weblink 中打开存储有图钉的 KML/KMZ 文 件。";

/* Text hint in Bookmarks dialog when at least one bookmark is added */
"bookmarks_usage_hint_import_only" = "其他来源的书签也可载入并显示在 MAPS.ME中。从邮件、Dropbox 或 weblink 中打开存储有图钉的 KML/KMZ 文件。";

/* Settings button in system menu */
"settings" = "设置";

/* Header of settings activity where user defines storage path */
"maps_storage" = "将地图保存到";

/* Detailed description of Maps Storage settings button */
"maps_storage_summary" = "选取地图应该下载的位置";

/* Question dialog for transferring maps from one storage to another */
"move_maps" = "移动地图?";

/* Ask to wait user several minutes (some long process in modal dialog). */
"wait_several_minutes" = "这可能需要几分钟的时间。\n请稍候…";

/* Show bookmarks from this category on a map or not */
"visible" = "可见";

/* Measurement units title in settings activity */
"measurement_units" = "测量单位";

/* Detailed description of Measurement Units settings button */
"measurement_units_summary" = "选择英里或公里";

/* Search Suggestion */
"food" = "食物";

/* Search Suggestion */
"transport" = "交通";

/* Search Suggestion */
"fuel" = "汽油";

/* Search Suggestion */
"parking" = "停车";

/* Search Suggestion */
"shop" = "商店";

/* Search Suggestion */
"hotel" = "旅店";

/* Search Suggestion */
"tourism" = "景点";

/* Search Suggestion */
"entertainment" = "娱乐";

/* Search Suggestion */
"atm" = "自动取款机";

/* Search Suggestion */
"bank" = "银行";

/* Search Suggestion */
"pharmacy" = "药店";

/* Search Suggestion */
"hospital" = "医院";

/* Search Suggestion */
"toilet" = "厕所";

/* Search Suggestion */
"post" = "邮政";

/* Search Suggestion */
"police" = "警察";

/* Notes field in Bookmarks view */
"description" = "注释";

/* Button text */
"share_by_email" = "邮件分享";

/* Email Subject when sharing bookmarks category */
"share_bookmarks_email_subject" = "MAPS.ME 书签已与您共享";

/* Email text when sharing bookmarks category */
"share_bookmarks_email_body" = "欢迎,\n\n附件是 MAPS.ME 离线地图中我 的书签。如果您已安装 MAPS.ME, 请打开它。若没有,请为您的 iOS 或安卓设 备下载此应用。下载链接: http://maps.me/get?kmz\n\n享 受 和 MAPS.ME 的旅行吧!";

/* message title of loading file */
"load_kmz_title" = "加载书签";

/* Kmz file successful loading */
"load_kmz_successful" = "书签加载成功!您可以在地图或书签管理窗 口中找到它们。";

/* Kml file loading failed */
"load_kmz_failed" = "书签上传失败。该文件可能已损坏或有缺陷。";

/* resource for context menu */
"edit" = "编辑";

/* Warning message when doing search around current position */
"unknown_current_position" = "您的位置尚未确定";

/* Warning message when location country isn't downloaded during search (see also download_location_map_proposal). */
"download_location_country" = "下载您所在位置的国家 (%@)";

/* Alert message that we can't run Map Storage settings due to some reasons. */
"cant_change_this_setting" = "抱歉,地图存储设置目前被禁用";

/* Alert message that downloading is in progress. */
"downloading_is_active" = "国家下载进行中。";

/* Share one specific bookmark using SMS, %1$@ contains ge0:// and %2$@ http://ge0.me link. @NOTE non-ascii symbols in the link will make 70 bytes sms instead of 140 */
"bookmark_share_sms" = "嘿,在 MAPS.ME 上查看我标注的图钉吧! %1$@ 或%2$@ 未安装离线地图?在此下 载: http://maps.me/get";

/* Share my position using SMS, %1$@ contains ge0:// and %2$@ http://ge0.me link WITHOUT NAME. @NOTE non-ascii symbols in the link will make 70 bytes sms instead of 140 */
"my_position_share_sms" = "嘿,在 MAPS.ME 上查看我目前的位置 吧!%1$@ 或%2$@ 未安装离线地图?在此 下载: http://maps.me/get";

/* Subject for emailed bookmark */
"bookmark_share_email_subject" = "嘿,在 MAPS.ME 上查看我标注的图钉吧!";

/* Subject for emailed position */
"my_position_share_email_subject" = "嗨,到 MAPS.ME 查看我的当前位置!";

/* Share my position using EMail, %1$@ is ge0:// and %2$@ is http://ge0.me link WITHOUT NAME */
"my_position_share_email" = "嗨,\n\n我现在在这:%1$@。点击此链 接%2$@或此链接 %3$@来查看在地图上的 位置。\n\n谢谢。";

/* Android share by Message/SMS button text (including SMS) */
"share_by_message" = "通过消息分享";

/* Share button text which opens menu with more buttons, like Message, EMail, Facebook etc. */
"share" = "分享";

/* Share by email button text, also used in editor. */
"email" = "邮件";

/* Text for message when used successfully copied something */
"copied_to_clipboard" = "复制到剪贴板:%1$@";

/* Setting label for statistics turn on/off */
"allow_statistics" = "发送数据";

/* place preview title */
"info" = "信息";

/* Used for bookmark editing */
"done" = "完成";

/* Prints version number in About dialog */
"version" = "版本:%@";

/* Data version in «About» screen */
"data_version" = "Data version: %d";

/* Confirmation in downloading countries dialog */
"are_you_sure" = "您确定要继续吗?";

/* Title for tracks category in bookmarks manager */
"tracks" = "轨迹";

/* Length of track in cell that describes route */
"length" = "长度";

"share_my_location" = "共享我的位置";

/* Settings general group in settings screen */
"prefs_group_general" = "General settings";

/* Settings information group in settings screen */
"prefs_group_information" = "Information";

"prefs_group_route" = "导航";

"pref_zoom_title" = "缩放按钮";

"pref_zoom_summary" = "在屏幕上显示";

/* Settings «Map» category: «Night style» title */
"pref_map_style_title" = "夜间模式";

/* «Map style» entry value */
"pref_map_style_default" = "关闭";

/* «Map style» entry value */
"pref_map_style_night" = "开启";

/* «Map style» entry value */
"pref_map_style_auto" = "自动";

/* Settings «Map» category: «Perspective view» title */
"pref_map_3d_title" = "透视图";

/* Settings «Map» category: «3D buildings» title */
"pref_map_3d_buildings_title" = "3D 建筑";

/* Settings «Route» category: «Tts enabled» title */
"pref_tts_enable_title" = "语音指导";

/* Settings «Route» category: «Tts language» title */
"pref_tts_language_title" = "语音语言";

/* Settings «Route» category: «Tts unavailable» subtitle */
"pref_tts_unavailable" = "无法使用";

/* Title for "Other" section in TTS settings. */
"pref_tts_other_section_title" = "其他";

"pref_tts_how_to_set_up_voice" = "如何设置语音";

/* Settings «Map» category: «Record track» title */
"pref_track_record_title" = "最近的路径";

"pref_map_auto_zoom" = "自动缩放";

"duration_disabled" = "关闭";

"duration_1_hour" = "1小时";

"duration_2_hours" = "2小时";

"duration_6_hours" = "6小时";

"duration_12_hours" = "12小时";

"duration_1_day" = "1天";

"recent_track_help_text" = "它允许您记录一定时间段内的旅行路径,并在地图上查看。请注意:激活此功能会导致电量消耗加快。过期后,轨迹将从地图中自动移除。";

"search_show_on_map" = "在地图上查看";

/* Used to warn user when fixing KitKat issue */
"kitkat_migrate_ok" = "地图数据存储已优化。请重启应用。\n\nSD 卡根目录中的 MAPS.ME 文件夹已不再需要, 您可以删除它了。";

/* Used to warn user when fixing KitKat issue */
"kitkat_migrate_failed" = "由于安卓 4.4 的更改,我们需要优化地图的数 据存储,但现在没有足够的空间用于拷贝地 图数据。\n\n请释放存储空间,否则地图将 在只读模式中提供。";

/* Used to warn user when fixing KitKat issue */
"kitkat_optimization_in_progress" = "您的地图存储正在被优化。请稍后,它可能 需要几分钟的时间。";

/* category title */
"routes" = "路线";

/* text of notification */
"download_map_notification" = "下载您所在地方的地图";

/* Text in menu */
"website" = "网站";

/* Text in menu */
"like_on_facebook" = "在Facebook 上点赞";

/* Text in menu */
"follow_on_twitter" = "在Twitter 上关注";

/* Settings: Send feedback button and dialog title */
"feedback" = "反馈";

/* Text in menu */
"subscribe_to_news" = "订阅我们的新闻";

/* Text in menu */
"rate_the_app" = "为该应用打分";

/* Text in menu */
"help" = "帮助";

/* Text in menu */
"copyright" = "版权";

/* Text in menu */
"report_a_bug" = "报告漏洞";

/* Email subject */
"subscribe_me_subject" = "请帮我订阅MAPS.ME简报";

/* Email body */
"subscribe_me_body" = "我想率先了解最新新闻、更新及促销活动。订阅可随时取消。";

/* Alert text */
"email_error_body" = "电子邮件客户端尚未建立。请配置或使用任何其他方式与我们联系%@";

/* Alert title */
"email_error_title" = "电子邮件发送错误";

/* Settings item title */
"pref_calibration_title" = "指南针校准";

/* Search Suggestion */
"wifi" = "无线网络";

/* Update all button text */
"downloader_update_all_button" = "更新全部";

/* Cancel all button text */
"downloader_cancel_all" = "全部取消";

/* Downloaded maps category */
"downloader_downloaded_subtitle" = "已下载";

/* Downloaded maps category */
"downloader_available_maps" = "可用";

/* Country queued for download */
"downloader_queued" = "已排队";

"downloader_near_me_subtitle" = "在我附近";

"downloader_status_maps" = "地图";

"downloader_download_all_button" = "下载全部";

"downloader_downloading" = "正在下载:";

"downloader_search_results" = "找到";

/* Status of outdated country in the list */
"downloader_status_outdated" = "下载";

/* Status of failed country in the list */
"downloader_status_failed" = "下载失败";

/* Displayed in a dialog that appears when a user tries to delete a map while the app is in the follow route mode */
"downloader_delete_map_while_routing_dialog" = "要删除地图,请停止导航。";

/* Show when user try build route, but we don't know where he */
"routing_failed_unknown_my_position" = "当前地点未定。请明确地点以创建路线。";

/* Show if use has not routing file, or InconsistentMWMandRoute */
"routing_failed_has_no_routing_file" = "需要额外的数据才能创建路线。开始下载吗?";

/* StartPointNotFound */
"routing_failed_start_point_not_found" = "无法计算路线。没有在您起点附近的路。";

/* EndPointNotFound */
"routing_failed_dst_point_not_found" = "无法计算路线。没有在您终点附近的路。";

/* PointsInDifferentMWM */
"routing_failed_cross_mwm_building" = "路程只能完全处在同一地图里时才能被创建。";

/* RouteNotFound */
"routing_failed_route_not_found" = "找不到所选起点和终点间的路程。请选择不同的起点或终点。";

/* InternalError */
"routing_failed_internal_error" = "出现内部错误。请尝试删除并再次下载地图。如果还有问题请联系我们:support@maps.me。";

/* Context menu item for downloader. */
"downloader_download_map" = "下载地图";

/* Item status in downloader. */
"downloader_retry" = "重复";

/* Item in context menu. */
"downloader_delete_map" = "删除地图";

/* Item in context menu. */
"downloader_update_map" = "更新地图";

/* Preference text */
"pref_use_google_play" = "使用Google Play服务以获取您的当前位置。";

/* Text for rating dialog */
"rating_just_rated" = "我刚刚评价了您的应用";

/* Text for rating dialog */
"rating_user_since" = "我是从%@年起的MAPS.ME用户";

/* Text for rating dialog */
"rating_do_like_maps" = "您喜欢MAPS.ME吗?";

/* Text for rating dialog */
"rating_tap_star" = "点击星星给我们应用评分。";

/* Text for rating dialog */
"rating_thanks" = "谢谢您!";

/* Text for rating dialog */
"rating_share_ideas" = "分享任何主意或问题,这样我们可以为您改善应用。";

/* Text for rating dialog */
"rating_send_feedback" = "发送反馈";

/* Text for g+ dialog */
"rating_google_plus" = "点击g+向您的朋友们告知这款应用。";

/* Text for routing error dialog */
"routing_download_maps_along" = "下载沿线地图";

/* Text for routing error dialog */
"routing_requires_all_map" = "创建路线需要下载并更新好所有从您的位置到目的地的地图。";

/* bookmark button text */
"bookmark" = "书签";

/* location service disabled */
"enable_location_services" = "请启用位置服务";

/* download failed */
"download_failed" = "下载失败";

"save" = "保存";

"edit_description_hint" = "您的描述(文本或html)";

/* red color */
"red" = "红色";

/* yellow color */
"yellow" = "黄色";

/* blue color */
"blue" = "蓝色";

/* green color */
"green" = "绿色";

/* purple color */
"purple" = "紫色";

/* orange color */
"orange" = "橘红色";

/* brown color */
"brown" = "棕色";

/* pink color */
"pink" = "粉色";

/* Wi-Fi available */
"WiFi_available" = "是";


/********** Routing dialogs strings **********/

"dialog_routing_disclaimer_title" = "按照路线行进时,请谨记:";

"dialog_routing_disclaimer_priority" = "— 路况、交通法规和路标始终优先于导航建议;";

"dialog_routing_disclaimer_precision" = "— 地图可能不准确,建议的路线可能并非总是去往目的地的最佳路径;";

"dialog_routing_disclaimer_recommendations" = "— 建议的路线仅作为推荐路线供您采纳。;";

"dialog_routing_disclaimer_borders" = "— 小心对待国界区的路线:我们应用创造的路线有时会在未经授权的地方跨越国界;";

"dialog_routing_disclaimer_beware" = "上路时请当心,祝您一路平安!";

"dialog_routing_check_gps" = "检查 GPS 信号";

"dialog_routing_error_location_not_found" = "无法创建路线。当前 GPS 坐标无法识别。";

"dialog_routing_location_turn_wifi" = "请检查您的 GPS 信号。启用 Wi-Fi 将改善您的定位精度。";

"dialog_routing_location_turn_on" = "启用定位服务";

"dialog_routing_location_unknown_turn_on" = "无法定位当前 GPS 坐标。请启用定位服务以计算路线。";

"dialog_routing_download_files" = "下载所需文件";

"dialog_routing_download_and_update_all" = "下载和更新所有地图和预定路径沿途的路线信息,以计算路线。";

"dialog_routing_unable_locate_route" = "无法定位路线";

"dialog_routing_cant_build_route" = "无法创建路线。";

"dialog_routing_change_start_or_end" = "请调整您的起点或目的地。";

"dialog_routing_change_start" = "调整出发点";

"dialog_routing_start_not_determined" = "路线未创建。无法定位起点。";

"dialog_routing_select_closer_start" = "请选择更靠近公路的起点。";

"dialog_routing_change_end" = "调整目的地";

"dialog_routing_end_not_determined" = "路线未创建。无法定位目的地。";

"dialog_routing_select_closer_end" = "请选择更靠近公路的目的地位置。";

"dialog_routing_change_intermediate" = "无法定位中间点。";

"dialog_routing_intermediate_not_determined" = "请调整您的中间点。";

"dialog_routing_system_error" = "系统错误";

"dialog_routing_application_error" = "由于应用程序错误,无法创建路线。";

"dialog_routing_try_again" = "请重试";

"not_now" = "现在不用";

"dialog_routing_download_and_build_cross_route" = "您是否要下载地图并创建一条跨越多张地图的更佳路线?";

"dialog_routing_download_cross_route" = "下载地图,创建一条跨越此地图边缘的更佳路线。";


/********** Strings for downloading map from search **********/

"search_without_internet_advertisement" = "要开始搜索和创建路线,请下载地图,那您就不再需要网络连接了。";

"search_select_map" = "选择地图";

/* «Show» context menu */
"show" = "显示";

/* «Hide» context menu */
"hide" = "隐藏";

/* «Rename» context menu */
"rename" = "重命名";

/* Failed planning route message in navigation view */
"routing_planning_error" = "路线计划失败";

"rate_alert_title" = "喜欢这个应用吗?";

"rate_alert_default_message" = "感谢您使用 MAPS.ME。请,评价该应用。您的反馈帮助我们变得更好。";

"rate_alert_five_star_message" = "太棒了!我们也爱您!";

"rate_alert_four_star_message" = "谢谢您,我们会尽可能做好!";

"rate_alert_less_than_four_star_message" = "有没有想法我们能怎么把它变得更好?";

"categories" = "类别";

"history" = "历史";

"closed" = "已关闭";

"back_to" = "回到 %@";

"search_not_found" = "抱歉,没有找到任何东西。";

"search_not_found_query" = "请尝试其它查询。";

"search_history_title" = "搜索历史";

"search_history_text" = "快速访问最近的搜索查询。";

"clear_search" = "清除历史搜索";

/* Title for settings to enable/disable showcase menu button */
"showcase_settings_title" = "显示优惠";

/* Place Page link to Wikipedia article (if map object has it). */
"read_in_wikipedia" = "Wikipedia";

"p2p_your_location" = "您的位置";

"p2p_start" = "开始";

"p2p_from_here" = "从";

"p2p_to_here" = "发送至";

"p2p_only_from_current" = "导航只能从您目前的位置开始。";

"p2p_reroute_from_current" = "你是否想要规划当前位置的路线?";

"whats_new_next_button" = "下一页";

"editor_time_add" = "添加计划";

"editor_time_delete" = "删除计划";

/* Text for allday switch. */
"editor_time_allday" = "全天(24小时)";

"editor_time_open" = "营业中";

"editor_time_close" = "未营业";

"editor_time_add_closed" = "添加不营业时间";

"editor_time_title" = "营业时间";

"editor_time_advanced" = "高级模式";

"editor_time_simple" = "简单模式";

"editor_hours_closed" = "不营业时间";

"editor_example_values" = "示例值";

"editor_correct_mistake" = "纠正错误";

"editor_add_select_location" = "位置";

"editor_done_dialog_1" = "您已经改变了世界地图。请不要隐藏这一点!告诉您的朋友们并一起编辑它。";

"editor_done_dialog_2" = "这是您的第二个地图改进。现在您在地图编辑者排行榜中排在第%d名。把它告诉您的朋友们。";

"share_with_friends" = "与朋友分享";

"editor_report_problem_desription_1" = "请详细描述此问题以便OpenStreeMap社区能够修复此错误。";

"editor_report_problem_desription_2" = "或者在http://www.openstreetmap.org/上亲自修复此错误。";

"editor_report_problem_send_button" = "发送";

"editor_report_problem_title" = "问题";

"editor_report_problem_no_place_title" = "该地点不存在";

"editor_report_problem_under_construction_title" = "因维护而关闭";

"editor_report_problem_duplicate_place_title" = "重复的地点";

"migrate_title" = "重要!";

"autodownload" = "自动下载";

/* Place Page opening hours text */
"closed_now" = "现在关门";

/* Place Page opening hours text */
"daily" = "每天";

"twentyfour_seven" = "白天和黑夜";

"day_off_today" = "今天没有营业";

"day_off" = "没有营业";

"today" = "今天";

"add_opening_hours" = "添加工作时间";

"edit_opening_hours" = "编辑工作时间";

"profile" = "资料";

"no_osm_account" = "OpenStreetMap上没有账户吗?";

"register_at_openstreetmap" = "注册";

"password_8_chars_min" = "密码(最少8个字符)";

"invalid_username_or_password" = "无效的用户名或密码。";

"login" = "登录";

"password" = "密码";

"forgot_password" = "忘记密码";

"osm_account" = "OSM账户";

"logout" = "登出";

/* Information text: "Last upload 11.01.2016" */
"last_upload" = "上次上传";

"thank_you" = "谢谢您";

"edit_place" = "编辑地点";

"place_name" = "地点名";

"add_language" = "添加语言";

"street" = "街道";

/* Editable House Number text field (in address block). */
"house_number" = "门牌号码";

"details" = "细节";

/* Text field to enter non-existing street name, below list of known streets around */
"add_street" = "添加街道";

"choose_language" = "选择语言";

"choose_street" = "选择街道";

"cuisine" = "菜肴";

"select_cuisine" = "选择菜肴";

/* login text field */
"email_or_username" = "邮箱或用户名";

"phone" = "电话";

"please_note" = "请注意";

"downloader_delete_map_dialog" = "所有对地图的修改都将与地图一起被删除。";

"downloader_update_maps" = "更新地图";

"downloader_mwm_migration_dialog" = "为了创建路线,您需要更新全部地图并重新规划路线。";

"downloader_search_field_hint" = "找到地图";

"migration_update_all_button" = "更新全部地图";

"migration_delete_all_download_current_button" = "下载当前地图并删除旧地图";

"migration_download_error_dialog" = "下载错误";

"common_check_internet_connection_dialog" = "请检查您的设置并确保您的设备已连接至网络。";

"downloader_no_space_title" = "无足够的空间";

"downloader_no_space_message" = "请删除不必要的数据";

"editor_login_error_dialog" = "登录错误。";

"editor_profile_changes" = "已验证的更改";

"editor_focus_map_on_location" = "拖动地图以选择此对象的正确位置。";

"editor_add_select_category" = "选择类别";

"editor_add_select_category_popular_subtitle" = "受欢迎的";

"editor_add_select_category_all_subtitle" = "所有类别";

"editor_edit_place_title" = "编辑中";

"editor_add_place_title" = "添加中";

"editor_edit_place_name_hint" = "该地点的名称";

"editor_edit_place_category_title" = "类别";

"detailed_problem_description" = "问题的详细描述";

"editor_report_problem_other_title" = "一个不同的问题";

"placepage_add_business_button" = "添加组织";

"whatsnew_smallmwm_header" = "我们满足了您一直以来的要求";

"whatsnew_smallmwm_message" = "我们将地图分成了几部分。现在,您可以下载独立的区域,而不是整个国家。";

"whatsnew_editor_message_1" = "添加新地点到该地图,并直接通过此应用编辑已存在的地点。";

"onboarding_offline_navigation_title" = "您将不再迷路";

"onboarding_offline_navigation_message" = "规划最佳的驾车和步行路线,即使在没有网络连接的情况下!";

"onboarding_offline_maps_title" = "MAPS.ME — 无需互联网获取全球地图";

"onboarding_offline_maps_message" = "下载一次所需区域的地图,您便可以在无网络连接的情况下使用导航和搜索功能。";

"onboarding_permissions_title" = "允许 MAPS.ME 访问存储空间和地点";

"onboarding_permissions_message" = "因此,您可以下载地图,查看您附近的地点和交通状况并使用导航。";

"onboarding_welcome_title" = "欢迎使用 MAPS.ME";

"onboarding_welcome_first_subtitle" = "免费、快速、详细且完全离线的地图,并且带有精细导航功能。";

"onboarding_welcome_second_subtitle" = "启动应用程序即表明您同意<a href=\"http://legal.my.com/us/maps/tou/\">使用条款</a>和<a href=\"https://legal.my.com/us/maps/privacy/\">隐私政策</a>。";

"dialog_incorrect_feature_position" = "改变位置";

"message_invalid_feature_position" = "对象无法设置在这里";

"login_to_make_edits_visible" = "登陆,让其他用户能看到您所作出的修改。";

"no_migration_during_navigation" = "导航中禁止更新。";

/* Error dialog no space */
"migration_no_space_message" = "为了下载,您需要更多的空间。请删除不必要的数据。";

"editor_sharing_title" = "我改进了MAPS.ME地图";

/* Downloaded 10 **of** 20 <- it is that "of" */
"downloader_of" = "%1$d个/共%2$d个";

"download_over_mobile_header" = "用手机网络连接下载吗?";

"download_over_mobile_message" = "用一些方案或漫游的话这可能相当昂贵。";

"error_enter_correct_house_number" = "输入正确的房屋号";

"editor_storey_number" = "楼号 (最大 %d)";

/* Error message in Editor when a user tries to set the number of floors for a building higher than 25 */
"error_enter_correct_storey_number" = "编辑最多 25 层的建筑";

"editor_zip_code" = "邮编";

"error_enter_correct_zip_code" = "输入正确的邮编";

/* Place Page title for long tap */
"placepage_unknown_place" = "未知位置";

"editor_other_info" = "附加信息";

"editor_detailed_description_hint" = "详细备注";

"editor_detailed_description" = "您建议的更改将发送至 OpenStreetMap 社区。说明无法在 MAPS.ME 编辑的详情。";

"editor_more_about_osm" = "关于 OpenStreetMap 的更多信息";

"editor_operator" = "运营者";

"downloader_my_maps_title" = "我的地图";

"downloader_no_downloaded_maps_title" = "您尚未下载任何地图";

"downloader_no_downloaded_maps_message" = "下载地图来查找位置和离线浏览";

/* Error title that appears after certain time without location. */
"current_location_unknown_title" = "继续检测您的当前位置?";

/* Error that appears after certain time without location. */
"current_location_unknown_message" = "当前位置未知,可能您在建筑内或隧道内。";

"current_location_unknown_continue_button" = "继续";

"current_location_unknown_stop_button" = "停止";

"current_location_unknown_error_title" = "当前位置未知";

"current_location_unknown_error_message" = "搜索您的位置时发生错误。请检查您的设备是否工作正常,然后重试。";

"location_services_disabled_header" = "地点定位被禁用";

"location_services_disabled_message" = "启用设备设置中的地理位置定位";

"location_services_disabled_1" = "1. 打开设置";

"location_services_disabled_2" = "2. 点击位置";

/* iOS Dialog for the case when the location permission is not granted */
"location_services_disabled_3" = "3. 使用应用时选择";

"place_page_booking_rating" = "评价: %s";

"place_page_starting_from" = "从 %s";

"meter" = "米";

"foot" = "英尺";

"hour" = "小時";

"minute" = "分鐘";

"placepage_place_description" = "说明";

"placepage_more_button" = "更多";

"placepage_more_reviews_button" = "More Reviews";

"book_button" = "预約";

"placepage_call_button" = "呼叫";

"placepage_edit_bookmark_button" = "编辑书签";

"placepage_bookmark_name_hint" = "书签名称";

"placepage_personal_notes_hint" = "个人备注";

"placepage_delete_bookmark_button" = "删除书签";

"editor_edits_sent_message" = "您的建议已发送";

"editor_comment_hint" = "备注…";

"editor_reset_edits_message" = "重置所有本地更改?";

"editor_reset_edits_button" = "重置";

"editor_remove_place_message" = "删除已添加的位置?";

"editor_remove_place_button" = "删除";

"editor_place_doesnt_exist" = "位置不存在";

"text_more_button" = "…更多";

/* Phone number error message */
"error_enter_correct_phone" = "输入正确的电话号码";

"error_enter_correct_web" = "输入有效网址";

"error_enter_correct_email" = "输入有效电子邮箱";

"editor_profile_changes_for_next_place" = "升到下一级所需更改: %d";

"editor_profile_rating_place" = "排名位置";

"refresh" = "更新";

"last_update" = "上次更新于:%s";

"placepage_add_place_button" = "添加地点到地图上";

/* Displayed when saving some edits to the map to warn against publishing personal data */
"editor_share_to_all_dialog_title" = "您想要发给所有用户吗?";

/* iOS Dialog before publishing the modifications to the public map. */
"editor_share_to_all_dialog_message_1" = "确保您没有输入任何个人数据。";

"editor_share_to_all_dialog_message_2" = "我们会检查更改。如果我们有任何问题,我们会邮件与您联系。";

/* Text on an empty bookmark page */
"bookmarks_empty_title" = "保存书签";

/* iOS dialog for the case when recent track recording is on and the app comes back from background */
"recent_track_background_dialog_title" = "禁止记录您最近去过的路径?";

/* If a hotel is being shared */
"sharing_booking" = "或者在booking.com上预订";

"off_recent_track_background_button" = "禁用";

/* For sharing via SMS and so on */
"sharing_call_action_look" = "来看看";

"recent_track_background_dialog_message" = "MAPS.ME使用背景中的地理位置记录您最近去过的路径。";

/* Rate on Google Play (Android only) */
"rate_gp" = "在 Google Play 上的评分";

/* Share with friends: menu item title */
"tell_friends" = "告诉朋友";

/* Share with friends: sharing text */
"tell_friends_text" = "您好!安装 MAPS.ME!";

/* About short text (below logo) */
"about_description" = "MAPS.ME 是一款基本的离线旅行应用。MAPS.ME 基于 OpenStreetMap 数据并且允许对其进行编辑。";

/* Text in menu */
"blog" = "博客";

/* Hint near allow statictics checkbox */
"allow_statistics_hint" = "收集匿名使用统计数据有助于我们改进应用。";

"general_settings" = "常规设置";

"date" = "日期 %d";

/* For the first routing */
"accept" = "接受";

"accept_and_continue" = "Accept and continue";

/* For the first routing */
"decline" = "拒绝";

/* For place page hotel facilities block */
"placepage_hotel_facilities" = "设施";

/* For place page hotel nearby block */
"placepage_hotel_nearby" = "附近";

/* For ordering a taxi (as opposed to hotels or other things) */
"taxi_order" = "预订出租车";

/* How long it is until the taxi arrives */
"taxi_wait" = "预计 %s后到达";

/* When there are no available taxis nearby */
"taxi_not_found" = "无法在附近找到出租车";

/* When there are no available taxi providers nearby */
"taxi_no_providers" = "这里无法预约出租车";

"install_app" = "安装";

/* `Filter` is a noun here */
"booking_filters" = "筛选器";

"booking_filters_reset" = "重置";

/* Beginning from a particular value and */
"booking_filters_rating" = "最低评分";

"booking_filters_rating_any" = "任意";

"booking_filters_ragting_good" = "好";

"booking_filters_rating_very_good" = "很好";

"booking_filters_rating_excellent" = "极好";

"booking_filters_price_category" = "价格类别";

"search_no_results_title" = "未找到任何结果";

"search_no_results_message" = "尝试一个更普通的搜索词、缩小显示或重置筛选器。";

"search_no_results_expand_area_button" = "缩小";

"search_no_results_reset_button" = "重置筛选器";

/* noun */
"search_in_table" = "列表";

"booking_based_on_reviews" = "根据 %d 条酒店点评";

"booking_show_more" = "显示更多";

"dialog_taxi_offline" = "叫出租车服务在离线模式下无法使用。";

"dialog_taxi_error" = "叫出租车服务暂时无法使用。";

/* Abbreviated for all languages. */
"advertisement" = "AD";

"mobile_data_dialog" = "使用移动网络显示详细信息?";

"mobile_data_option_always" = "始终使用";

"mobile_data_option_today" = "仅在今天";

"mobile_data_option_not_today" = "今天不使用";

"mobile_data" = "移动网络";

"mobile_data_description" = "要显示地点的详细信息(例如照片、价格和评价),需要使用移动网络。";

"mobile_data_option_never" = "从不使用";

"mobile_data_option_ask" = "总是询问";

"traffic_update_maps_text" = "要显示交通数据,必须更新地图。";

"big_font" = "增大地图上的字体大小";

"traffic_update_app" = "请更新 MAPS.ME";

/* "traffic" as in road congestion */
"traffic_update_app_message" = "要显示交通数据,必须更新应用。";

/* "traffic" as in "road congestion" */
"traffic_data_unavailable" = "交通数据不可用";

/* "Translation is no needed, because it's a company name" */
"uber" = "Uber";

/* Seven points and higher */
"booking_filter_rating_num_good" = "7.0+";

/* Eight points and higher */
"booking_filter_rating_num_very_good" = "8.0+";

/* Nine points and higher */
"booking_filter_rating_num_excellent" = "9.0+";

"booking_filter_price_low" = "$";

"booking_filter_price_medium" = "$$";

"booking_filter_price_high" = "$$$";

/* Simplified colour scheme for traffic information, fewer colours are used to display traffic jams on the map. The string should be kept as short as possible */
"pref_traffic_simplified_colors_title" = "简化的交通状况颜色";

"enable_logging" = "启用记录";

"whatsnew_viator_title" = "预订游览";

"whatsnew_viator_message" = "选择全世界旅游城市的热门游览。";

"more_on_bookingcom" = "Booking.com 上的更多信息";

"details_on_bookingcom" = "Booking.com 上的详细信息";

"reviews_on_bookingcom" = "Booking.com 上的更多评价";

"booking_search" = "Booking.com";

"whats_new_auto_update_updating_maps" = "正在更新地图";

"whats_new_auto_update_title" = "更新已下载的地图";

"whats_new_auto_update_message" = "更新地图可以让对象的信息保持最新状态";

"whats_new_auto_update_button_size" = "更新 (%s)";

"whats_new_auto_update_button_later" = "稍后手动更新";

"create_campaign_button" = "认领此商家";

"view_campaign_button" = "商家已推广";

"search_hotel_filters_type" = "类型";

/* Settings: "Send general feedback" button */
"feedback_general" = "一般反馈";

"on" = "开";

"off" = "关";

"prefs_languages_information" = "我们为语音指令使用“文字转语音”系统。许多 Android 设备使用 Google 文字转语音,您可以从 Google Play (https://play.google.com/store/apps/details?id=com.google.android.tts) 下载或更新这一功能";

"prefs_languages_information_off" = "对于某些语言,您需要从应用商店(Google Play Market、Samsung Apps)中安装其他语音合成器或语言包。\n打开您的设备的设置 → 语言和输入法 → 语音 → 文字转语音 (TTS) 输出。\n您可以在这里管理语音合成的设置(例如,下载语言包供离线使用)和选择其他文字转语音引擎。";

"prefs_languages_information_off_link" = "如需了解更多信息,请查阅此指南。";

"whatsnew_transliteration_title" = "直译成拉丁文";

"yandex_taxi_title" = "Yandex.Taxi";

"learn_more" = "了解更多";

"exit" = "退出";

"routing_add_start_point" = "添加起点以规划路线";

"routing_add_finish_point" = "添加终点以规划路线";

"onboarding_storage_permissions_title" = "授予访问权限";

"onboarding_storage_permissions_message" = "更改您的设备中的权限设置。需要存储空间访问权限才能使用 MAPS.ME。";

"onboarding_detail_permissions_title" = "MAPS.ME 需要以下访问权限";

/* Default permission's name from Android settings. */
"onboarding_detail_permissions_storage_title" = "存储空间";

"onboarding_detail_permissions_storage_message" = "保存并离线使用已下载的地图,保存书签。";

/* Default permission's name from Android settings. */
"onboarding_detail_permissions_location_title" = "地点";

"onboarding_detail_permissions_location_message" = "查看您附近的地点和交通状况并使用导航。";

"onboarding_detail_permissions_storage_path_message" = "您还可以在设置中更改已下载地图的目标存储位置。";

"place_page_viator_title" = "景点和游览";

"placepage_remove_stop" = "移除";

"placepage_add_stop" = "添加经停点";

"whatsnew_intermediate_point_title" = "其他经停点";

"whatsnew_intermediate_point_message" = "规划带中间点的路线。";

/* Only ru/en are needed */
"subtitle_rent" = "Rent";

/* Only ru/en are needed */
"rub_month" = "RUB/month";

/* Only ru/en are needed */
"room" = "%s-room apt.";

/* Only ru/en are needed */
"real_estate" = "Real estate";

/* Only ru/en are needed */
"preloader_cian_title" = "Verified real estate";

/* Only ru/en are needed */
"preloader_cian_message" = "Find out rental prices in this area";

/* Only ru/en are needed */
"preloader_cian_button" = "Learn more";

"add_my_position" = "Add my position";

"choose_start_point" = "Choose a starting point";

"choose_destination" = "Choose a destination";

"preloader_viator_title" = "Discover tours and unusual activities";

"preloader_viator_message" = "Tours, activities, sightseeing and more";

"preloader_viator_button" = "Learn more";