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

Localizable.strings « zh-Hant.lproj « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a749b3ec51a15ea90a76a44c496771caf241c5a5 (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
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
/**
 * Apple Strings File
 * Generated by Twine 0.6.0
 * Language: zh-Hant
 */

/********** 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" = "刪除";

/* Button to dismiss dialog forever */
"do_not_ask_me_again" = "別再問我";

/* Button "do not interrupt download" if user touched actively downloading country */
"do_nothing" = "繼續";

"download_maps" = "下載地圖";

/* Settings/Downloader - Download confirmation button */
"download_x_kb" = "下載 %qu kB";

/* Settings/Downloader - Download confirmation button */
"download_x_mb" = "下載 %qu MB";

/* Settings/Downloader - info for country when download fails */
"download_has_failed" = "下載失敗,請再試一次";

/* Settings/Downloader - info for downloaded country */
"downloaded_x_y_touch_to_delete" = "已下載的 (%qu %@), 輕觸以刪除";

/* Settings/Downloader - country info current download progress */
"downloading_x_touch_to_cancel" = "正在下載 %qu%%, 輕觸以取消";

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

"get_it_now" = "馬上取得";

/* Text to show occasionaly with a proposal to Like our program on Facebook */
"share_on_facebook_text" = "感謝您使用 MAPS.ME!您喜歡該應用嗎?告訴您的好友們吧!這會是對我們最好的感謝。";

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

/* 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" = "地圖";

/* Settings/Downloader - info for country in the download queue */
"marked_for_downloading" = "標記為下載,輕觸以取消";

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

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

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

/* Settings/Downloader - 3G download warning dialog title */
"no_wifi_ask_cellular_download" = "未發現WiFi訊號!您想使用其他的網路連線方式(GPRS, EDGE, 3G 或 LTE)來下載嗎 %@?";

"ok" = "好";

/* not used? Search View - Location is disabled by user warning text */
"enable_location_services" = "請啟動位置服務";

/* Settings/Downloader - No free space dialog message */
"free_disk_space_for_country_x" = "如要下載%@ ,請先釋放一些空間!";

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

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

/* Don't show some dialog any more */
"never" = "不再提醒";

/* Leave Review dialog - Complain button (goes to support site) */
"report_an_issue" = "回饋問題";

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

/* Search box placeholder text */
"search_map" = "搜尋地圖";

/* Settings/Downloader - info for not downloaded country */
"touch_to_download" = "輕觸後下載";

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

/* Settings/Downloader - No internet connection dialog message */
"use_wifi_recommendation_text" = "我們建議透過WiFi連線來下載較大的地圖";

/* Choose measurement on first launch alert - title */
"which_measurement_system" = "您偏好哪種測量單位系統?";

/* Location services are disabled by user alert - message */
"location_is_disabled_long_text" = "您目前裝置所有的定位服務或相關應用程式是處於停用的狀態,請從系統設定中選擇啟用。";

/* Location Services are not available on the device alert - message */
"device_doesnot_support_location_services" = "你的裝置不支援定位服務唷!";

/* 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";

"downloading_touch_to_cancel" = "正在下載 %d%%, 輕觸以取消";

"downloaded_touch_to_delete" = "已下載的 (%@), 輕觸以刪除";

"connection_settings" = "連線設定";

"download_mb_or_kb" = "下載 %@";

"close" = "關閉";

"unsupported_phone" = "需要OpenGL硬體加速功能的支援。但很不幸的,您的裝置並不支援此功能!";

"download" = "下載";

"external_storage_is_not_available" = "SD 卡/USB 無法有效儲存下載的地圖";

"disconnect_usb_cable" = "請拔除USB線或插入SD卡以使用MAPS.ME";

"not_enough_free_space_on_sdcard" = "如要繼續使用,請先釋放一些SD卡/ USB儲存空間";

"not_enough_memory" = "沒有足夠的記憶體以啟用程式";

"free_space_for_country" = "請先釋放 %1$@ 系統空間以下載 %2$@";

"download_resources" = "在您開始之前 , 先讓我們下載世界地圖到您的裝置中以便瀏覽。\n這需要資料的 %@。";

"getting_position" = "取得目前所在位置";

"download_resources_continue" = "跳到地圖";

"downloading_country_can_proceed" = "正在下載 %@. 您現在 可以繼續使用地圖了";

"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" = "繼續";

"downloaded_touch_to_update" = "下載 (%@), 輕觸以更新或刪除";

"update_mb_or_kb" = "更新 %@";

/* Show popup notification when we have downloaded countries without search (from Lite version) */
"search_update_maps" = "您需要更新地圖以使用搜尋功能:";

/* 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 was downloaded. */
"download_country_success" = "%@ 已成功下載";

/* 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" = "新增收藏夾";

/* Place Page - Add To Bookmarks button */
"add_to_bookmarks" = "添加到書簽";

/* 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" = "書籤";

/* Add bookmark dialog - bookmark color */
"color" = "顏色";

/* Unknown Dropped Pin title, when name can't be determined */
"dropped_pin" = "設下PIN";

/* Default bookmarks set name */
"my_places" = "我的地點";

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

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

/* Place Page - Remove Pin button */
"remove_pin" = "移除PIN";

/* 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 或網站連結所保存的密碼可打開KML/KMZ文件。";

/* Text hint in Bookmarks dialog when at least one bookmark is added */
"bookmarks_usage_hint_import_only" = "其他來源的書簽也可在MAPS.ME應用中導入並顯示。使用郵件、Dropbox 或網站連結所保存的密碼可打開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" = "看得到的";

/* Toast which is displayed when GPS has been deactivated */
"gps_is_disabled_long_text" = "GPS 目前是關閉的,請在系統中設定為開啟使用";

/* Measurement units title in settings activity */
"measurement_units" = "測量單位";

/* Detailed description of Measurement Units settings button */
"measurement_units_summary" = "請選擇公里或英哩";

/* Do search in all sources */
"search_mode_all" = "任何地方";

/* Do search near my position only */
"search_mode_nearme" = "我的附近";

/* Do search in current viewport only */
"search_mode_viewport" = "畫面中的地圖";

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

/* Search Suggestion */
"transport" = "運輸";

/* Search Suggestion */
"fuel" = "加油站";

/* Search Suggestion */
"parking" = "停車場";

/* Search Suggestion */
"shop" = "購物";

"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" = "警察局";

/* String in search result list, when nothing found */
"no_search_results_found" = "找不到搜尋結果";

/* Notes field in Bookmarks view */
"description" = "描述說明";

/* Button text */
"share_by_email" = "以 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離線地圖中所夾帶的 \"%@.kmz\" 書籤檔案。若您已安裝MAPS.ME的話請開啟它,否則請先從 http://maps.me/get?kmz 這個連結下載iOS或Android平台的應用程式。\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" = "下載您目前所在位置的國家 地圖 (%@)";

/* Warning message when viewport country isn't downloaded during search */
"download_viewport_country_to_search" = "下載您正在搜尋的國家 地圖 (%@)";

/* 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" = "國家地圖正在進行下載";

/* Message that will be shown in alert view, when we ask user to leave review on App Store */
"appStore_message" = "祝您使用 MAPS.ME愉快! 方便的話,請到App Store幫我們評分或寫寫評論。在這短短的時間當中卻能夠真正的協助我們改善,再次感謝您的支持!";

/* No, thanks */
"no_thanks" = "不, 謝了!";

/* 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" = "Hey, check out my pin at MAPS.ME! %1$@ or %2$@ Don't have offline maps installed? Download here: 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" = "Hey, check out my current location at MAPS.ME! %1$@ or %2$@ Don't have offline maps? Download here: http://maps.me/get";

/* Subject for emailed bookmark */
"bookmark_share_email_subject" = "Hey, check out my pin at MAPS.ME map!";

/* Share one specific bookmark using EMail, %1$@ is bookmark's name, %2$@ is ge0:// link and %3$@ http://ge0.me */
"bookmark_share_email" = "Hi,\n\nI pinned: %1$@ at MAPS.ME, world offline maps. Click this link %2$@ or this one %3$@ to see the place on the map.\n\nThanks.";

/* Subject for emailed position */
"my_position_share_email_subject" = "Hey, check out my current location at MAPS.ME map!";

/* Share my position using EMail, %1$@ is ge0:// and %2$@ is http://ge0.me link WITHOUT NAME */
"my_position_share_email" = "Hi,\n\nI'm here now: %1$@. Click this link %2$@ or this one %3$@ to see the place on the map.\n\nThanks.";

/* 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" = "分享";

/* iOS share by Message button text (including SMS) */
"message" = "消息";

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

/* Copy Link */
"copy_link" = "拷贝链接";

/* Text for the button that returns to caller application */
"more_info" = "显示更多信息";

/* Text for message when used successfully copied something */
"copied_to_clipboard" = "已複製到剪貼板:%1$@";

/* Setting label for statistics turn on/off */
"allow_statistics" = "啟用匿名使用數據";

/* Hint near allow statictics checkbox */
"allow_statistics_hint" = "它幫助我們打造更好的應用程序";

/* place preview title */
"info" = "简介";

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

/* Summary for preferences in MWM */
"yopme_pref_summary" = "Choose Back Screen settings";

/* Title for yopme preferences in MWM */
"yopme_pref_title" = "Back Screen Settings";

/* Hint for upper-right icon p2b */
"show_on_backscreen" = "Show on Back screen";

/* 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" = "分享我的位置";

"menu_search" = "搜尋";

/* Settings screen: "Map" category title */
"prefs_group_map" = "地圖";

/* Settings screen: "Miscellaneous" category title */
"prefs_group_misc" = "其他";

"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 «Map» category: «3D buildings» summary */
"pref_map_3d_buildings_subtitle" = "影響電池壽命";

/* 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" = "最近的軌跡";

"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" = "請注意:啟動此功能會導致用電量增加。";

"pref_track_ios_caption" = "近期軌跡顯示您的行進道路。";

"pref_track_ios_subcaption" = "請選擇保存軌跡的時間範圍。";

"placepage_distance" = "距离";

"placepage_coordinates" = "坐标";

"placepage_unsorted" = "未分类的";

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

/* Used to warn user when fixing KitKat issue */
"kitkat_migrate_ok" = "地圖數據存儲已被優化。請重啟應用。\n\n不再需要SD卡根目錄中的MapsWithMe資料夾,您可以將它 刪除。";

/* Used to warn user when fixing KitKat issue */
"kitkat_migrate_failed" = "由於安卓4.4版本有所更改,我們需要對地圖數據存儲進行優化,但沒有足夠的空間複製地圖數據。\n\n請釋放一些內存,否則將只能以只讀模式使用地圖。";

/* Used to warn user when fixing KitKat issue */
"bookmark_move_fail" = "我們需要將您的書籤移至內存儲器中,但沒有足夠的存儲空間。請釋放一些內存,否則,書籤將不可用。";

/* Used to warn user when fixing KitKat issue */
"kitkat_optimization_in_progress" = "正在優化您的地圖存儲。請等待,這可能需要幾分鐘的時間。";

/* Used in More Apps menu */
"free" = "免費";

/* Used in More Apps menu */
"buy" = "購買";

/* 1st search button-like result */
"search_on_map" = "在地圖上搜尋";

/* toast with an error */
"no_route_found" = "找不到路線";

/* route title */
"route" = "路線";

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

/* Show on first launch. */
"maps_licence_info" = "此應用程序使用從OpenStreetMap專案擷取之地理數據(包括地圖、商家資訊、興趣點、國家和地區邊界等)。我們不保證OpenStreetMap數據的一致性、準確性、完整性、或適用性。";

/* Show on first launch. */
"agree" = "我同意";

/* Show on first launch */
"disagree" = "我不同意";

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

/* text of notification */
"pro_version_is_free_today" = "完整版MAPS.ME是免費的今天!馬上下載并告訴您的朋友。";

/* Dialog for transferring maps from lite to pro. */
"move_lite_maps_to_pro" = "我們正在將您從MAPS.ME Lite下載的地圖傳輸至 MAPS.ME。這可能需要幾分鐘的時間。";

/* Message to display when maps moved. */
"move_lite_maps_to_pro_ok" = "您下載的地圖已成功傳輸至MAPS.ME。";

/* Message to display when maps move failed. */
"move_lite_maps_to_pro_failed" = "您的地圖傳輸失敗。請刪除MAPS.ME Lite,然後再次下載地圖。";

/* Text in menu */
"settings_and_more" = "設定及更多";

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

/* Text in menu */
"blog" = "Blog";

/* Text in menu */
"maps_me_community" = "MAPS.ME社區";

/* Text in menu */
"like_on_facebook" = "在Facebook 上點贊";

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

/* Text in menu */
"contact_us" = "聯絡我們";

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

/* Settings: "Send general feedback" button */
"feedback_general" = "General feedback";

/* Text in menu */
"subscribe_to_news" = "訂閱我們的新聞";

/* Text in menu */
"rate_the_app" = "為該應用打分";

/* Rate in Google Play (Android only) */
"rate_gp" = "Rate on Google Play";

/* Share with friends: menu item title */
"tell_friends" = "Tell a Friend";

/* Share with friends: sharing text */
"tell_friends_text" = "Hi! Install Maps.me!";

/* 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" = "我想搶先了解最新新聞、更新和促銷活動。我可以隨時取消我的訂閱。";

/* About short text (below logo) */
"about_description" = "Joined efforts of Mail.Ru Group and OpenStreetMap make the most useful application for travelers!";

/* About text */
"about_text" = "MAPS.ME提供全球所有國家和所有城市的最快速的離線地圖。充滿自信地出行:無論您在哪, MAPS.ME都能夠幫助您在地圖上找到您自己的位置,找到最近的餐館、酒店、銀行、加油站,等等。無需網路連接。 我們始終在為添加新功能而努力,并希望能夠聽到您對我們應如何改進MAPS.ME的想法。若您在使用本應用時遇到任何問題,請隨時聯繫我們:support@maps.me。我們會回覆每一條請求!\n\n您喜歡MAPS.ME并希望支持我們嗎?以下為一些簡單且完全免費的方法:\n- 在您的App Market上發表評論\n- 在我們的Facebook頁面http://www.facebook.com/mapswithme上贊我們\n- 或者向您的母親、朋友,以及同事介紹 MAPS.ME :)\n\n感謝您與我們在一起。非常感謝您的支持。\n\n附言:我們從OpenStreetMap獲取地圖信息,這是一個類似于Wikipedia的地圖繪製項目,能夠讓用戶創建并編輯地圖。若您看到地圖上缺少了什麽或者有什麽錯誤,可以直接在http://openstreetmap.org上進行糾正。在下一個版本發佈時,您做出的更改便會出現在MAPS.ME應用中。";

/* Alert text */
"email_error_body" = "電子郵件用戶端尚未建立。請設定或使用任何其他方式與我們聯絡%@";

/* Alert title */
"email_error_title" = "電子郵件發送錯誤";

/* Settings item title */
"pref_calibration_title" = "指南針校準";

/* Search Suggestion */
"wifi" = "無線網絡";

/* Update map suggestion */
"routing_map_outdated" = "請更新地圖以創建一條路線。";

/* Update maps suggestion */
"routing_update_maps" = "使用新版本的MAPS.ME可以創建從您的當前位置至一個目的地的路線。請更新地圖以使用該功能。";

/* 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" = "Available";

/* Country queued for download */
"downloader_queued" = "已佇列";

"downloader_near_me_subtitle" = "在我附近";

"downloader_status_maps" = "地圖";

"downloader_download_all_button" = "下載全部";

/* Disclaimer message */
"routing_disclaimer" = "在MAPS.ME應用中制定路線時請謹記以下幾點:\n\n  - 建議路線僅可當作推薦路線。\n - 路況、交通規則以及標誌應優先於導航建議。\n - 地圖可能會不正確或者過時,路線也可能不是以最佳可能方式制定的。\n\n  行車安全,請照顧好您自己!";

/* Outdated maps category */
"downloader_outdated_maps" = "過時的";

/* Up to date maps category */
"downloader_uptodate_maps" = "最新的";

/* 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" = "To delete map please stop the navigation.";

/* 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_and_routing" = "下載地圖 + 佈置路線";

/* Context menu item for downloader. */
"downloader_download_routing" = "下載路線";

/* Context menu item for downloader. */
"downloader_delete_routing" = "刪除路線";

/* Context menu item for downloader. */
"downloader_download_map" = "下載地圖";

"downloader_download_map_no_routing" = "下載不帶路線的地圖";

/* Button for routing. */
"routing_go" = "開始!";

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

/* Item in context menu. */
"downloader_map_and_routing" = "地圖 + 布置路線";

/* Item in context menu. */
"downloader_delete_map" = "刪除地圖";

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

/* Item in context menu. */
"downloader_update_map_and_routing" = "更新地圖 + 布置路線";

/* Item in context menu. */
"downloader_map_only" = "只有地圖";

/* Toolbar title */
"toolbar_application_menu" = "Application menu";

/* Preference text */
"pref_use_google_play" = "Use Google Play Services to get your current location";

/* 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_download_map" = "獲取地圖";

/* Text for routing error dialog */
"routing_download_map_and_routing" = "下載更新的地圖和路線數據,獲取所有MAPS.ME的特色功能。";

/* Text for routing error dialog */
"routing_get_routing_data" = "獲取所需的路線數據";

/* Text for routing error dialog */
"routing_get_additional_data" = "更多數據,從您的位置創建路線。";

/* Text for routing error dialog */
"routing_requires_all_map" = "創建路線需要下載並更新好所有從您的位置到目的地的地圖。";

/* Text for routing error dialog */
"routing_not_enough_space" = "空間不夠";

/* Text for routing error dialog */
"routing_download_more_than_avail" = "您需要下載%@ MB,但只有%@ MB空間。";

/* Text for routing error dialog */
"routing_download_roaming" = "您將使用移動數據下載%@ MB(漫遊)。這取決於您的移動數據方案運營商,可能會產生額外的費用。";

/* Cuisine */
"cuisine_regional" = "地区的";

/* Cuisine */
"cuisine_pizza" = "匹薩";

/* Cuisine */
"cuisine_burger" = "漢堡包";

/* Cuisine */
"cuisine_italian" = "意大利的";

/* Cuisine */
"cuisine_chinese" = "中国的";

/* Cuisine */
"cuisine_coffee_shop" = "咖啡";

/* Cuisine */
"cuisine_sandwich" = "三明治";

/* Cuisine */
"cuisine_german" = "德国的";

/* Cuisine */
"cuisine_japanese" = "日本的";

/* Cuisine */
"cuisine_kebab" = "烤肉";

/* Cuisine */
"cuisine_mexican" = "墨西哥的";

/* Cuisine */
"cuisine_indian" = "印度的";

/* Cuisine */
"cuisine_american" = "美國菜";

/* Cuisine */
"cuisine_french" = "法國菜";

/* Cuisine */
"cuisine_ice_cream" = "冰_淇淋";

/* Cuisine */
"cuisine_asian" = "亞洲的";

/* Cuisine */
"cuisine_chicken" = "雞";

/* Cuisine */
"cuisine_greek" = "希臘菜";

/* Cuisine */
"cuisine_thai" = "泰國菜";

/* Cuisine */
"cuisine_international" = "國際菜肴";

/* Cuisine */
"cuisine_sushi" = "壽司";

/* Cuisine */
"cuisine_fish_and_chips" = "炸魚 和 薯條";

/* Cuisine */
"cuisine_turkish" = "土耳其菜";

/* Cuisine */
"cuisine_seafood" = "海鮮";

/* Cuisine */
"cuisine_steak_house" = "牛排_館";

/* Cuisine */
"cuisine_spanish" = "西班牙菜";

/* Cuisine */
"cuisine_fish" = "魚";

/* Cuisine */
"cuisine_vietnamese" = "越南菜";

/* Cuisine */
"cuisine_noodles" = "面";

/* Cuisine */
"cuisine_vegetarian" = "素菜";

/* Cuisine */
"cuisine_korean" = "韓國菜";

/* Cuisine */
"cuisine_friture" = "油炸";

/* Cuisine */
"cuisine_barbecue" = "燒烤";

/* Cuisine */
"cuisine_bavarian" = "巴伐利亞菜";

/* Cuisine */
"cuisine_ramen" = "拉面";

/* Cuisine */
"cuisine_italian_pizza" = "意大利菜;匹薩";

/* Cuisine */
"cuisine_mediterranean" = "地中海菜";

/* Cuisine */
"cuisine_donut" = "甜甜圈";

/* Cuisine */
"cuisine_beef_bowl" = "牛肉 碗";

/* Cuisine */
"cuisine_cake" = "蛋糕";

/* Cuisine */
"cuisine_crepe" = "千層餅";

/* Cuisine */
"cuisine_heuriger" = "霍里格";

/* Cuisine */
"cuisine_lebanese" = "黎巴嫩菜";

/* Cuisine */
"cuisine_local" = "本地菜";

/* Cuisine */
"cuisine_curry" = "咖喱";

/* Cuisine */
"cuisine_filipino" = "菲律賓菜";

/* Cuisine */
"cuisine_russian" = "俄羅斯菜";

/* Cuisine */
"cuisine_breakfast" = "早餐";

/* Cuisine */
"cuisine_tapas" = "塔帕斯";

/* Cuisine */
"cuisine_bagel" = "貝格";

/* Cuisine */
"cuisine_pasta" = "意大利面";

/* Cuisine */
"cuisine_buschenschank" = "酒莊";

/* Cuisine */
"cuisine_sausage" = "火腿";

/* Cuisine */
"cuisine_portuguese" = "葡萄牙菜";

/* Cuisine */
"cuisine_grill" = "烤";

/* Cuisine */
"cuisine_pancake" = "煎餅";

/* Cuisine */
"cuisine_malagasy" = "馬達加斯加的";

/* Cuisine */
"cuisine_polish" = "波蘭菜";

/* Cuisine */
"cuisine_diner" = "飯店";

/* Cuisine */
"cuisine_african" = "非洲菜";

/* Cuisine */
"cuisine_georgian" = "格魯吉亞菜";

/* Cuisine */
"cuisine_croatian" = "克羅地亞菜";

/* Cuisine */
"cuisine_arab" = "阿拉伯菜";

/* Cuisine */
"cuisine_balkan" = "巴爾幹菜";

/* Cuisine */
"cuisine_brazilian" = "巴西菜";

/* Cuisine */
"cuisine_caribbean" = "加勒比菜";

/* Cuisine */
"cuisine_austrian" = "奧地利菜";

/* Cuisine */
"cuisine_vegan" = "全素菜";

/* Cuisine */
"cuisine_argentinian" = "阿根廷菜";

/* Cuisine */
"cuisine_persian" = "波斯菜";

/* Cuisine */
"cuisine_soba" = "蕎麥面";

/* Cuisine */
"cuisine_malaysian" = "馬來西亞菜";

/* Cuisine */
"cuisine_indonesian" = "印度尼西亞菜";

/* Cuisine */
"cuisine_ethiopian" = "埃塞俄比亞菜";

/* Cuisine */
"cuisine_deli" = "熟食店";

/* Cuisine */
"cuisine_irish" = "愛爾蘭菜";

/* Cuisine */
"cuisine_hungarian" = "匈牙利菜";

/* Cuisine */
"cuisine_lao" = "老撾菜";

/* Cuisine */
"cuisine_hotdog" = "熱狗";

/* Cuisine */
"cuisine_oriental" = "東方菜";

/* Cuisine */
"cuisine_savory_pancakes" = "鹹的 煎餅";

/* Cuisine */
"cuisine_moroccan" = "摩洛哥菜";

/* Cuisine */
"cuisine_peruvian" = "秘魯的";

/* Cuisine */
"cuisine_fine_dining" = "高級 餐飲";

/* Cuisine */
"cuisine_tea" = "茶";

/* bookmark button text */
"bookmark" = "書籤";

/* map is not downloaded */
"not_found_map" = "您地點的地圖沒有被下載";

/* location service disabled */
"enable_location_service" = "請啟動位置服務";

/* download map */
"download_map" = "為您的地點下載地圖";

/* download map on iPhone */
"download_map_iphone" = "在您的iPhone上下載當前位置的地圖";

/* clear pin */
"nearby" = "附近的";

/* clear pin */
"clear_pin" = "清除針";

/* location is undefined */
"undefined_location" = "當前地點未定。";

/* download country of your location */
"download_country" = "下載您目前所在位置的國家 地圖";

/* download failed */
"download_failed" = "下載失敗";

/* get the map */
"get_the_map" = "獲取地圖";

"save" = "保存";

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

"new_group" = "新組";

"create" = "創建";

/* 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" = "未產生路線。 目前位置尚未定義。";

"dialog_routing_location_turn_wifi" = "請查看 GPS。 為提升地理位置定位品質,請啟用 Wi-Fi。";

"dialog_routing_location_turn_on" = "啟用位置定位";

"dialog_routing_location_unknown_turn_on" = "目前位置尚未定義。 若要產生路線,請啟用位置定位。";

"dialog_routing_location_unknown" = "目前位置尚未定義。";

"dialog_routing_download_files" = "下載所需檔案";

"dialog_routing_download_and_update_all" = "若要產生路線,請下載並更新所有地圖及沿路線的路線檔案。";

"dialog_routing_routes_size" = "路線檔案";

"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_system_error" = "系統錯誤";

"dialog_routing_application_error" = "由於此錯誤,尚未建立路線。";

"dialog_routing_try_again" = "請再試一次";

"dialog_routing_send_error" = "提報問題";

"dialog_routing_if_get_cross_route" = "您想產生跨越邊界的更好路線嗎?";

"dialog_routing_cross_route_is_optimal" = "跨越邊界的路線更為理想。";

"dialog_routing_always_cross_that_border" = "一律跨越邊界。";

"not_now" = "先不要";

"dialog_routing_build_route" = "產生";

"dialog_routing_download_and_build_cross_route" = "您是否要下載地圖,產生跨越邊界的更好路線?";

"dialog_routing_download_cross_route" = "若要產生跨越邊界的更理想路線,您需要下載地圖。";

"dialog_routing_cross_route_always" = "一律跨越此邊界";

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

"search_without_internet_advertisement" = "要開始搜索和創建路線,請下載地圖,那您就不再需要網絡連接了。";

"search_select_map" = "選擇地圖";

"search_select_other_map" = "選擇另一個地圖";

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

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

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

/* Bottom sheet: expand button (should be short) */
"bottom_sheet_more" = "更多…";

/* Failed planning route message in navigation view */
"routing_planning_error" = "路線計劃失敗";

/* Arrive routing message in navigation view */
"routing_arrive" = "抵達:%s";

/* Text for routing::IRouter::FileTooOld dialog. */
"dialog_routing_download_and_update_maps" = "要創建路線,請下載並更新所有沿路線的地圖。";

"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" = "記錄";

"next_turn_then" = "然後";

"closed" = "關閉";

"back_to" = "返回 %@";

"search_not_found" = "很抱歉,我找不到任何東西。";

"search_not_found_query" = "請試另一條問題。";

"search_not_found_map" = "請下載你搜尋的地圖。";

"search_not_found_location" = "下載你當前位置的地圖。";

"search_history_title" = "搜尋歷史紀錄";

"search_history_text" = "快速存取最近搜尋的問題。";

"clear_search" = "清除搜尋記錄";

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

/* Showcase menu item. */
"showcase_plan_your_trip" = "Plan your trip";

"showcase_more_apps" = "更多My.com 應用";

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

"p2p_route_planning" = "路線計劃";

"p2p_your_location" = "您的位置";

"p2p_from" = "出發地點";

"p2p_to" = "目的地點";

"p2p_start" = "開始";

"p2p_planning" = "計劃中…";

"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_correct_mistake_message" = "編輯時出錯。請修正或切換到簡易模式。";

"editor_add_select_location" = "Location";

"migrate_title" = "重要!";

/* Android uses image instead of text. */
"download_all" = "全部下載。";

"delete_all" = "刪除全部";

"autodownload" = "自動下載";

/* Place Page opening hours text */
"closed_now" = "現在關門";

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

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

"day_off_today" = "今天休息日";

"day_off" = "休息日";

"today" = "今天";

"sunrise_to_sunset" = "從日出到日落";

"sunset_to_sunrise" = "從日落到日出";

"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" = "忘記密碼";

/* Forgot Password dialog title */
"restore_password" = "恢復密碼";

"enter_email_address_to_reset_password" = "輸入您在註冊時所用的郵箱地址,我們會給您發送鏈接更新密碼";

"reset_password" = "重置密碼";

"username" = "用戶名";

"osm_account" = "OSM賬戶";

"logout" = "登出";

"login_and_edit_map_motivation_message" = "登錄並編輯地圖上的物品信息,我們就會讓數百萬其他用戶看到。";

"not_sent" = "讓我們共同把世界變得更美好。";

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

/* The number of changes made. As in "changes: 123". */
"changes" = "次改變";

/* Motivates user to login/register, title above login buttons. */
"you_have_edited_your_first_object" = "您已編輯您的第一件物品!";

"thank_you" = "謝謝您";

"login_with_google" = "用谷歌登陸";

"login_with_facebook" = "用臉書登陸";

"login_with_openstreetmap" = "登錄到www.openstreetmap.org";

"edit_place" = "編輯地點";

"place_name" = "地點名稱";

"place_name_caption" = "輸入標識或名牌上的名稱";

/* title above languages list cells in the editor, below editable name text field. */
"other_languages" = "其他語言";

/* small button to open list with names in different languages */
"show_more" = "Show More";

/* small button to close list with names in different languages */
"show_less" = "Show Less";

"add_language" = "添加語言";

"street" = "街道";

/* Editable House Number text field (in address block). */
"house" = "樓房";

"details" = "詳細資訊";

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

"choose_language" = "選擇語言";

"choose_street" = "選擇街道";

"postal_code" = "郵政編碼";

"cuisine" = "菜肴";

"select_cuisine" = "選擇菜肴";

/* login text field */
"email_or_username" = "郵箱或用戶名";

"phone" = "電話";

"please_note" = "請註意";

"common_no_wifi_dialog" = "無WiFi連接。您想繼續使用移動數據進行連接嗎?";

"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_prefetch_status" = "正在準備地圖更新…";

"migration_download_error_dialog" = "下載錯誤";

"common_check_internet_connection_dialog" = "請檢查您的設置並確保您的設備已連接至網絡。";

"downloader_no_space_title" = "無足夠的空間";

"downloader_no_space_message" = "請刪除不必要的數據";

"editor_general_auth_error_dialog" = "一般登錄錯誤。";

"editor_login_error_dialog" = "登錄錯誤。";

"editor_login_failed_dialog" = "登錄失敗";

"editor_username_error_dialog" = "用戶名不存在";

"editor_place_edited_dialog" = "您已編輯了一個對象!";

"editor_login_with_osm" = "使用OpenStreetMap進行登錄";

"editor_profile_changes" = "更改:";

"editor_profile_unsent_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" = "類別";

"placepage_add_place_button" = "添加一個地點";

"placepage_report_problem_button" = "報告一個問題";

"whatsnew_smallmwm_header" = "您一直在尋求,而我們已經完成";

"whatsnew_smallmwm_message" = "我們已將地圖分為若干部分。現在,您可下載各個地區,而非整個國家的地圖。";

"whatsnew_search_header" = "New search!";

"whatsnew_search_message" = "我們已明顯改進了按地址的搜索。親自看看。";

"whatsnew_editor_title" = "編輯此地圖*";

"whatsnew_editor_message_1" = "添加新地點到該地圖,並直接通過此應用編輯已存在的地點。";

"whatsnew_editor_message_2" = "* MAPS.ME使用OpenStreetMap社區的數據。";

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

"onboarding_offline_navigation_message" = "規劃最佳的駕車和步行路線,即使在沒有網絡連接的情況下!";

"onboarding_offline_navigation_title_2" = "離線導航";

"onboarding_offline_navigation_message_2" = "規劃最佳的駕車和步行路線。";

"onboarding_offline_maps_title" = "MAPS.ME - 離線地圖";

"onboarding_offline_maps_message" = "一次下載所需地區的地圖,無需網絡連接就能使用導航和搜索功能。";

"onboarding_notifications_message" = "為了接收最新的地圖,請獲取更新通知";

"onboarding_notifications_title" = "啟用更新通知";

"onboarding_location_title" = "幫我們找到您";

"onboarding_location_message" = "如要使用導航和其他功能,我們需要能獲取您的地理位置.";

"dialog_incorrect_feature_position" = "Change the location";

"message_ivalid_feature_position" = "A place cannot be situated in this location.";