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

Localizable.strings « ja.lproj « LocalizedStrings « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 737433959f48c039236e5f55cd30c494a5bd0747 (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
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
/**
 * Apple Strings File
 * Generated by Twine 0.10.1
 * Language: ja
 */

/********** 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をダウンロード";

/* Settings/Downloader - Download confirmation button */
"download_x_mb" = "%quをダウンロード";

/* Settings/Downloader - info for country when download fails */
"download_has_failed" = "ダウンロードが失敗しました。もう一度試すには画面をタッチしてください。";

/* Settings/Downloader - info for downloaded country */
"downloaded_x_y_touch_to_delete" = "(%1$qu %2$@)をダウンロードしました。削除するには画面をタッチしてください。";

/* 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" = "マップ";

/* View and button titles for accessibility */
"downloader_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";

"gb" = "GB";

/* Choose measurement on first launch alert - choose imperial system button */
"miles" = "マイル";

/* View and button titles for accessibility */
"my_position" = "現在地";

"ok" = "OK";

/* 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" = "MAPS.MEを利用するにはUSBケーブルを抜くかメモリーカードを挿入してください";

"not_enough_free_space_on_sdcard" = "アプリを起動するにはSDカード/USBストレージの空き容量を確保する必要があります";

"not_enough_memory" = "メモリ不足のためアプリを起動できません";

"free_space_for_country" = "%2$@をダウンロードするにはデバイスに%1$@の空き容量が必要です";

"download_resources" = "利用を開始する前におおまかな世界地図をダウンロードします。これには%@の空き容量が必要です。";

"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" = "現在地のマップを\nダウンロードできます";

/* REMOVE THIS_STRING AFTER REFACTORING */
"download_location_update_map_proposal" = "現在地のマップを\n更新できます";

/* 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" = "表示色";

/* 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" = "ピンを削除";

/* 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マップ上をタップすればブックマークを追加できます。\nMAPS.ME以外のアプリで作成したブックマークの表示も可能です。KML/KMZ形式のピン情報をメールやDropbox、URLから取得してください。";

/* Text hint in Bookmarks dialog when at least one bookmark is added */
"bookmarks_usage_hint_import_only" = "MAPS.ME以外のアプリで作成したブックマークの表示も可能です。KML/KMZ形式のピン情報をメールやDropbox、URLから取得してください。";

/* 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" = "買い物";

/* Search Suggestion */
"hotel" = "ホテル";

/* Search Suggestion */
"tourism" = "観光";

/* Search Suggestion */
"entertainment" = "エンターテイメント";

/* Search Suggestion */
"atm" = "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" = "Eメールで共有";

/* Email Subject when sharing bookmarks category */
"share_bookmarks_email_subject" = "MAPS.MEの位置情報シェア";

/* Email text when sharing bookmarks category */
"share_bookmarks_email_body" = "MAPS.MEで作成したブックマークを添付ファイル\"%@.kmz\"で送付します。MAPS.ME がインストールされている端末でファイルを開いてみてください。インストールはこちらから http://maps.me/get?kmz iOSまたはAndroidデバイスで利用可能です。\n\nMAPS.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" = "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" = "私のピン情報はこの位置です。リンク: %1$@, %2$@";

/* 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" = "私は今ここにいます。リンク: %1$@, %2$@";

/* Subject for emailed bookmark */
"bookmark_share_email_subject" = "MAPS.MEでピン情報を確認";

/* Share one specific bookmark using EMail, %1$@ is bookmark's name, %2$@ is ge0:// link and %3$@ http://ge0.me */
"bookmark_share_email" = "オフラインマップ MAPS.ME でこの位置にピンを作成しました: %1$@\n\nリンク %2$@ または %3$@ をクリックするとマップ上で確認できます。";

/* 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" = "私は今ここにいます: %1$@\n\nリンクをクリックすると詳細がマップに表示されます。\n\n%2$@\n\n%3$@";

/* 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" = "Eメール";

/* 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" = "統計を送信";

/* 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 general group in settings screen */
"prefs_group_general" = "General settings";

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

/* 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" = "最近のルート";

"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" = "ご注意:この機能を有効にすると電池の使用量が増加します。";

"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\nSDカードのルートにある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 */
"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 */
"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" = "フィードバック";

/* 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" = "最新ニュース、アップデートとプロモーションにすいてまず知りたいです。いつでも購読をキャンセル出来ます。";

/* About text */
"about_text" = "MAPS.MEは世界の全ての国、全ての都市が載っている最速のオフラインマップ。どこにいてもMAPS.MEの地図上でユーザーの現在地が分かり、付近のレストラン、ホテル、銀行、ガソリンスタンドなどが見つけられるので、自信を持って旅行ができます。インターネット接続は必要ありません。\n\n弊社では常に新機能の開発に取り組んでいるので、MAPS.MEの改善についてユーザーの皆様からのご意見やご感想をお待ちしています。アプリで問題点が見つかった際は、お気軽にsupport@maps.meまでご連絡ください。どのようなリクエストにでも対応いたします!\n\nMAPS.MEが好きでサポートしていただけますか。シンプルで完全無料の方法がいくつかあります。\n\n- お使いのアプリマーケットでレビューを投稿\n- 弊社のFacebookページで「いいね!」をクリック:http://www.facebook.com/mapswithme\n- MAPS.MEのことをお母様、お友達、同僚の皆様に話す (^_^)\n\n弊社アプリをご利用いただきありがとうございます。皆様からのサポートに大変感謝しております!\n\n追伸:ウィキペディアのようにユーザーによる作成や編集が可能なマッピングプロジェクトOpenStreetMapの地図データを使用しています。地図上で欠けているものや誤りを見つけた場合、http://openstreetmap.orgでユーザーが直接修正ができます。このような変更はMAPS.MEのその後のバージョンリリースの際に反映されます。";

/* Alert text */
"email_error_body" = "このメールクライアントはセットアップされていません。設定するか、他の方法で%@にご連絡ください。";

/* Alert title */
"email_error_title" = "メール送信エラー";

/* Settings item title */
"pref_calibration_title" = "コンパスの調整";

/* Search Suggestion */
"wifi" = "無線LAN";

/* 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" = "利用可能";

/* Country queued for download */
"downloader_queued" = "待ち行列型の";

"downloader_near_me_subtitle" = "付近";

"downloader_status_maps" = "地図";

"downloader_download_all_button" = "全てをダウンロード";

"downloader_downloading" = "ダウンロード中:";

"downloader_search_results" = "見つかりました";

/* 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" = "地図を削除するにはナビゲーションを停止してください。";

/* 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" = "アプリケーションメニュー";

/* 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_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ダウンロードしようとしています。これにより、ご利用の通信会社の携帯データプランによっては追加料金が発生する可能性があります。";

/* bookmark button text */
"bookmark" = "お気に入り";

/* map is not downloaded */
"not_found_map" = "現在地の地図が見つかりません";

/* location service disabled */
"enable_location_services" = "位置情報サービスを有効化してください";

/* 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" = "案内ルートを作成できません。現在地のGPSコードを確認できません。";

"dialog_routing_location_turn_wifi" = "GPS信号をご確認ください。Wi-Fiを有効にするとより正確な位置情報を取得できます。";

"dialog_routing_location_turn_on" = "位置情報サービスを有効にしてください";

"dialog_routing_location_unknown_turn_on" = "現在地のGPSコードを確認できません。案内ルートを作成するには、位置情報サービスを有効にしてください。";

"dialog_routing_location_unknown" = "現在地のGPSコードを確認できません。";

"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" = "このマップの境界を越えて複数マップを利用すると、より最適なルートを作成できます。";

"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" = "オファーを表示";

/* 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" = "現在位置からのルートを作成しますか?";

"p2p_add_stop" = "Add stop";

"p2p_remove_stop" = "Remove stop";

"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" = "現在位置";

"editor_done_dialog_1" = "世界地図を変更しました。この変更を秘密にしないでください! 友達に教えて一緒に編集しましょう。";

"editor_done_dialog_2" = "これは2回目の地図改善。現在地図編集者リストで%d位です。";

"editor_done_dialog_3" = "地図を改善したので、友達に教えて一緒に編集しましょう。";

"share_with_friends" = "友達にシェア";

"editor_report_problem_desription_1" = "OpenStreeMapコミュニティがエラーを修正できるよう、問題の詳細を説明してください。";

"editor_report_problem_desription_2" = "または、このURLでご自身で修正してください 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" = "重複している場所";

"first_launch_congrats_title" = "MAPS.MEを使用する準備が整いました";

"first_launch_congrats_text" = "世界中どこでも無料で検索・ナビゲーションできます。";

"migrate_title" = "重要!";

/* Android uses image instead of text. */
"download_all" = "全てをダウンロード";

"delete_all" = "すべて削除";

"autodownload" = "自動ダウンロード";

"disable_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" = "ログインしてマップ上のオブジェクトの詳細を編集すると、何百万人もの他のユーザーがその情報を利用できるようになります。一緒により良い世界を作りましょう。";

/* Information text: "Last upload 11.01.2016" */
"last_upload" = "最終更新";

/* Motivates user to login/register, title above login buttons. */
"you_have_edited_your_first_object" = "初めてオブジェクトを編集しました!";

"thank_you" = "ありがとうございます";

"login_with_google" = "Googleでログイン";

"login_with_facebook" = "Facebookでログイン";

"login_with_openstreetmap" = "www.openstreetmap.orgでログインしてください";

"edit_place" = "場所を編集";

"place_name" = "場所の名前";

/* 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" = "もっと表示";

/* small button to close list with names in different languages */
"show_less" = "少なく表示";

"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" = "通りを選択";

"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_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" = "カテゴリ";

"detailed_problem_description" = "問題の詳細な説明";

"editor_report_problem_other_title" = "異なる問題";

"placepage_report_problem_button" = "問題を報告";

"placepage_add_business_button" = "団体を追加";

"whatsnew_smallmwm_header" = "皆様のご要望にお応えして、実現を果たしました";

"whatsnew_smallmwm_message" = "マップを分割し、国全体でなく個別の地域をダウンロードできるようにしました。";

"whatsnew_search_header" = "新しい検索機能";

"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" = "ナビゲーションやその他の機能の使用のために、アプリがGeolocationにアクセスする必要があります";

"onboarding_permissions_title" = "Allow MAPS.ME access to storage and location";

"onboarding_permissions_message" = "So you can download maps, see places and traffic near you and use navigation.";

"onboarding_storage_permissions_title" = "Grant access";

"onboarding_storage_permissions_message" = "Change permissions settings in your device. Needs a storage access to use MAPS.ME.";

"onboarding_detail_permissions_title" = "MAPS.ME needs access to";

"onboarding_detail_permissions_storage_title" = "Storage";

"onboarding_detail_permissions_storage_message" = "To save and use downloaded maps offline and save bookmarks.";

"onboarding_detail_permissions_location_title" = "Location";

"onboarding_detail_permissions_location_message" = "To see places and traffic near you and use navigation.";

"onboarding_detail_permissions_storage_path_message" = "You can also change a destination to save downloaded maps.";

"onboarding_welcome_title" = "Welcome to MAPS.ME";

"onboarding_welcome_first_subtitle" = "Free, fast, detailed and entirely offline maps with turn-by-turn navigation.";

"onboarding_welcome_second_subtitle" = "By launching the application, you agree to <a href=\"http://legal.my.com/us/maps/tou/\">Terms</a> of Use and <a href=\"https://legal.my.com/us/maps/privacy/\">Privacy Policy</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の地図を改善しました";

"editor_comment_will_be_sent" = "いただいたコメントを地図製作者に送ります。";

"editor_unsupported_category_message" = "現在未対応のカテゴリーの場所を追加しました。地図には後程表示されるようになります。";

/* Downloaded 10 **of** 20 <- it is that "of" */
"downloader_of" = "%2$d中%1$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" = "オペレーター";

"editor_tag_description" = "施設を管理する企業、組織または個人を入力してください。";

"editor_no_local_edits_title" = "ローカル編集はできません";

"editor_no_local_edits_description" = "これは、現在お使いのデバイスでのみアクセス可能な、マップ上に提案された変更の数を示しています。";

"editor_send_to_osm" = "OSMに送信";

"editor_remove" = "削除";

"downloader_my_maps_title" = "マイマップ";

"downloader_no_downloaded_maps_title" = "マップをダウンロードしていません";

"downloader_no_downloaded_maps_message" = "ロケーションの検索とオフラインナビゲートのためにマップをダウンロードしてください。";

"downloader_find_place_hint" = "都市や国を検索";

/* 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" = "お住まいの地域の検索中にエラーが発生しました。お使いのデバイスが正常に動作していることを確認してから再度試してください。";

"whatsnew_update_editor_title" = "マップエディタを更新しました";

"whatsnew_update_editor_message" = "MAPS.MEユーザーは200000マップの変更を行いました。我々は協力して、世界で最も詳細な地図を作っています。参加しませんか!";

/* Additional text in whats new */
"whatsnew_update_editor_message_update" = "マップエディタを利用するには、全てのアップをアップデートしてください。";

"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. アプリの使用中を選択してください";

"placepage_parking_surface" = "表面";

"placepage_parking_multistorey" = "複数階";

"placepage_parking_underground" = "地下";

"placepage_parking_rooftop" = "屋上";

"placepage_parking_sheds" = "小屋";

"placepage_parking_carports" = "カーポート";

"placepage_parking_boxes" = "ガレージボックス";

"placepage_parking_pay" = "支払い";

"placepage_parking_free" = "無料";

"placepage_parking_interval" = "支払間隔";

"placepage_entrance_number" = "番号";

"placepage_entrance_type" = "エントランス";

"placepage_flat" = "アプリ";

"placepage_open_24_7" = "24時間体制";

"place_page_booking_rating" = "評価:%s";

"place_page_starting_from" = "%sから";

"meter" = "m";

"kilometer" = "km";

"kilometers_per_hour" = "キロメートル毎時";

"mile" = "マイル";

"foot" = "フィート";

"miles_per_hour" = "マイル毎時";

"day" = "日";

"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_status_sending" = "送信中…";

"editor_place_doesnt_exist" = "存在しない場所";

"text_more_button" = "…続き";

/* Phone number error message */
"error_enter_correct_phone" = "正しい電話番号を入力してください";

"error_enter_correct_web" = "有効なウェブアドレスを入力してください";

"error_enter_correct_email" = "有効なメールアドレスを入力してください";

"error_enter_correct" = "有効な値を入力してください";

"editor_profile_changes_for_next_place" = "次の場所への変更:%d";

"editor_profile_rating_place" = "ランキングポジション";

"booking_dialog_not_connect_header" = "ホテルを予約するには、インターネット接続を有効にしてください";

"button_try" = "試してみる";

"refresh" = "更新";

"last_update" = "最終更新日: %s";

"booking_checkin" = "チェックイン:%s";

"booking_checkout" = "チェックアウト:%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" = "弊社で変更を確認します。質問がある場合はメールでご連絡します。";

"navigation_overview_button" = "概要";

"navigation_stop_button" = "停止";

/* Text on an empty bookmark page */
"bookmarks_empty_title" = "ブックマークを保存";

"bookmarks_empty_message_1" = "★をタップしてお気に入りの場所にクイックアクセス。";

"bookmarks_empty_message_2" = "メールやウェブからブックマークをインポートする。";

"bookmarks_empty_message_3" = "チェックアウト:%s";

/* Name of the group for booked hotels */
"bookmarks_group_name" = "予約したホテル";

"place_page_button_read_descriprion" = "詳細";

/* 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" = "ご覧ください";

"continue_recent_track_background_button" = "続行";

"recent_track_background_dialog_message" = "MAPS.MEは、あなたの位置情報をバックグラウンドで使用して最近の走行ルートを記録します。";

"whatsnew_car_navigation_header" = "ユーザーフレンドリーなカーナビゲーション";

"whatsnew_car_navigation_message" = "• ナビゲーションエレメントに必要なスペースが削減されました。\n• 速度の表示と自動ズームが追加されました。";

"whatsnew_cycle_navigation_2_header" = "自転車用ナビゲーション";

"whatsnew_cycle_navigation_2_message" = "• 自転車用ナビゲーションはサイクリングコースのデータも使用します。\n• 道の傾斜を考え、最も走りやすいルートを作成します。";

"whatsnew_booking_2_header" = "簡単ホテル検索";

"whatsnew_booking_2_message" = "検索結果にホテルの評価と宿泊料カテゴリーが表示されます。";

"whatsnew_cycle_navigation_header" = "バイクナビゲーション(ベータ版)";

"whatsnew_cycle_navigation_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";

/* "Report a bug" -> "Generaal Feedback" -> "Something is not working" */
"something_is_not_working" = "動作が変です";

/* For the first routing */
"accept" = "了解";

"accept_and_continue" = "Accept and continue";

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

"whats_new_route_profile_title" = "時は金なり。古きを捨て新しきを得よう。";

"whats_new_route_profile_message" = "歩行者とバイク用のルートに高度プロファイルが表示されるようになりました。";

"whats_new_booking_improve_title" = "ホテル予約時に節約しましょう";

"whats_new_booking_improve_message" = "ホテルの検索結果に価格のカテゴリーが表示されるようになりました。\nさらに、 110,000 軒を超えるホテルを追加しました。";

/* 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" = "近隣にタクシーは見つかりませんでした";

"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" = "さらに表示";

"booking_reviews" = "レビュー";

"booking_hotel" = "ホテル";

/* hotel room */
"booking_hotel_room" = "部屋";

/* A neologism for a chat based on geographical proximity */
"chat" = "ジオチャット";

/* Verb. Text on a button that opens the chat. */
"chat_open" = "開始";

"whatsnew_uber_header" = "MAPS.ME & Uber";

"whatsnew_uber_message" = "アプリから直接Uberの配車リクエストができます!";

"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" = "交通データを表示するには、地図を更新する必要があります。";

"traffic_outdated" = "交通データが古くなっています。";

"big_font" = "地図上のフォントサイズを大きく";

"traffic_update_app" = "MAPS.ME をアップデートしてください";

/* "traffic" as in road congestion */
"traffic_update_app_message" = "交通データを表示するには、アプリケーションをアップデートする必要があります。";

/* "traffic" as in "road congestion" */
"traffic_data_unavailable" = "交通データは利用できません";

"banner_deliveryclub_title" = "出前・宅配";

"banner_deliveryclub_message" = "4,000 軒のレストランから迅速にお届けします。Delivery Club からご注文ください。";

"banner_lamoda_title" = "衣料品と靴のオンライン店舗";

"banner_lamoda_message" = "1,000 件を超えるブランド。最大 70% オフ。全国無料配送。";

"banner_tutu_title" = "オンライン鉄道チケット";

"banner_tutu_message" = "どんな都市への鉄道チケットもオンラインで。価格を検索して、予約しましょう。";

"banner_geerbest_title" = "オンライン家電量販店";

"banner_geerbest_message" = "低価格で 50,000 件を超えるアイテムを素早く検索。";

"banner_rentalcars_title" = "オンラインでレンタカーを予約";

"banner_rentalcars_message" = "800 社のレンタカー会社による 49,000 カ所を超えるレンタカー店舗をご利用いただけます。";

"banner_viator_title" = "オンラインツアー検索";

"banner_viator_message" = "世界中から 50,000 件を超えるツアーを検索してください。";

/* december */
"whatsnew_traffic" = "36か国の交通データ";

/* december */
"whatsnew_traffic_text" = "最新の交通データと、データに基づく最速のドライブルートをご提供致します!";

/* december */
"whatsnew_traffic_roaming" = "ローミング中の交通情報";

/* december */
"whatsnew_traffic_roaming_text" = "移動毎に 1 MB 未満のモバイル帯域幅が必要です。";

/* december */
"whatsnew_order_taxi" = "タクシーの呼び出し";

/* december */
"whatsnew_order_taxi_text" = "ほとんど場所のページに、タクシーを呼ぶためのボタンが表示されるようになりました。";

/* january */
"whatsnew_improved_search" = "検索機能の向上";

/* january */
"whatsnew_improved_search_text" = "スペルミスのある検索を行なっても、正確な検索結果を表示します。";

/* january */
"whatsnew_filters_in_search" = "検索フィルター";

/* january */
"whatsnew_filters_in_search_text" = "価格と評価に基づくホテルの検索。";

/* january */
"whatsnew_font_size" = "フォントサイズ";

/* january */
"whatsnew_font_size_text" = "地図上のラベルを大きくすることができます。";

/* "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_more_info_on_hotels_title" = "ホテルの詳細情報";

"whatsnew_more_info_on_hotels_message" = "ホテルページの見映えを一新: 写真、ユーザーレビューやその他の情報をオンラインでチェックしてください。";

"whatsnew_better_routing_title" = "ルート選定処理を改善";

"whatsnew_better_routing_message" = "• より正確な到着時間の見積もりを出せるようになりました。\n• このアプリは制限区域や道路標識を考慮に入れています。";

"whatsnew_smaller_mwm_title" = "地図のサイズが小さくなりました";

"whatsnew_smaller_mwm_message" = "地図が必要とするストレージ容量が最大で 20% 少なくなりました。";

"whatsnew_waypoints_title" = "ルート上の経由地";

"whatsnew_waypoints_message" = "場所をタップしてルートに経由地を追加します。";

"whatsnew_viator_title" = "Viator title";

"whatsnew_viator_message" = "Viator message";

"whatsnew_driving_style_title" = "運転用の新しい地図のスタイル";

"whatsnew_driving_style_message" = "カーナビゲーションモードの使用がより簡単になりました。";

"more_on_bookingcom" = "さらに Booking.com で表示";

"details_on_bookingcom" = "Booking.com で詳細表示";

"reviews_on_bookingcom" = "Booking.com の詳細レビュー";

"offline_place_page_more_information" = "この場所に関する詳細情報を取得するには、インターネットに接続してください。";

"failed_load_information" = "情報の読み込みに失敗しました。";

"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" = "あとで手動で更新";

"search_hotel_filter_apartment" = "アパート";

"search_hotel_filter_camp_site" = "^キャンプ場";

"search_hotel_filter_chalet" = "シャレー|山小屋";

"search_hotel_filter_guest_house" = "ゲストハウス";

"search_hotel_filter_hostel" = "ホステル";

"search_hotel_filter_resort" = "リゾート";

"search_hotel_filter_hotel" = "ホテル";

"search_hotel_filter_motel" = "モーテル";

"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" = "アラビア語、ギリシャ語、ルーマニア語では Vocalizer TTS や SVOX Classics のような追加の TTS を Google Play からインストールする必要があるかもしれません(Google TTS がまだこれらの言語をサポートしていないため)。\n音声合成の設定を管理するには、お使いのデバイスで [設定] –> [言語と入力] –> [音声] –> [テキスト読み上げの出力] を開きます。こここで追加の言語パックをダウンロードしたり、お好みの音声合成エンジンを選択することができます。";

"prefs_languages_information_off_link" = "詳細については、このガイドをご確認ください。";

"whatsnew_transliteration_title" = "ラテン文字への字訳";

"whatsnew_transliteration_message" = "通り名や物件名をあなたの言語で表示できない場合、ラテン文字のアルファベットで綴られます。";

"learn_more" = "Learn more";

"exit" = "Exit";

"routing_add_start_point" = "Add start point to plan a route.";

"routing_add_finish_point" = "Add finish to plan a route.";

"use" = "Use";

"viator_title" = "Attractions and tours";