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

Localizable.strings « zh-Hant.lproj « LocalizedStrings « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a5e608ad5c9bf716def72094c8da3f109702f83 (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-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" = "刪除";

"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 線或插入 SD 卡以使用 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" = "正在下載 %@。您現在 可以繼續使用地圖了";

"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 或網站連結開啟有著已儲存書籤的 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" = "可見";

/* 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 離線地圖中所夾帶的「%@.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" = "下載您目前所在位置的國家 地圖 (%@)";

/* 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" = "資料版本: %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\n不再需要 SD 卡根目錄中的 MapsWithMe 資料夾,您可以將它刪除。";

/* Used to warn user when fixing KitKat issue */
"kitkat_migrate_failed" = "由於 Android 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" = "維基百科";

"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" = "沒有 OpenStreeMap 帳號嗎?";

"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" = "我們使用系統 TTS 提供語音指示。許多 Android 裝置使用 Google TTS,您可從 Google Play 下載或更新 (https://play.google.com/store/apps/details?id=com.google.android.tts)";

"prefs_languages_information_off" = "對於某些語言,您將需要從 App 商店 (Google Play Market, Samsung Apps) 安裝其他語音合成器或額外的語言套件。\n開啟您裝置的設定 → 語言與輸入 → 語音 → 文字轉換語音輸出。\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";