From 8e09ea9e422fb3955cc447c6ccdddf69efcbd183 Mon Sep 17 00:00:00 2001 From: Will Cohen Date: Wed, 24 Jul 2024 12:11:48 -0400 Subject: [PATCH 1/2] Add camp_pitch Signed-off-by: Will Cohen --- data/editor.config | 3 ++ data/mapcss-mapping.csv | 2 +- data/strings/types_strings.txt | 35 +++++++++++++++++++ .../include/priorities_4_overlays.prio.txt | 1 + .../include/priorities_4_overlays.prio.txt | 1 + generator/generator_tests/osm_type_test.cpp | 1 + 6 files changed, 42 insertions(+), 1 deletion(-) diff --git a/data/editor.config b/data/editor.config index 1213162e6a..866b8565d4 100644 --- a/data/editor.config +++ b/data/editor.config @@ -991,6 +991,9 @@ + + + diff --git a/data/mapcss-mapping.csv b/data/mapcss-mapping.csv index b29dd41606..404350da38 100644 --- a/data/mapcss-mapping.csv +++ b/data/mapcss-mapping.csv @@ -582,7 +582,7 @@ railway|monorail|bridge;[railway=monorail][bridge?];;name;int_name;469; area:highway|steps;470; # ~90k usages. amenity|telephone;471; -deprecated|deprecated;472;x +tourism|camp_pitch;472; deprecated|deprecated;473;x natural|grassland;474; deprecated|deprecated;475;x diff --git a/data/strings/types_strings.txt b/data/strings/types_strings.txt index a7e53717fa..b995325520 100644 --- a/data/strings/types_strings.txt +++ b/data/strings/types_strings.txt @@ -29855,6 +29855,41 @@ [type.tourism.attraction.specified] ref = type.tourism.attraction + [type.tourism.camp_pitch] + en = Camp Pitch + en-GB = Camp Pitch + af = Kampeerplek + ar = ملعب للتخييم + az = Düşərgə meydançası + cs = Kemp + de = Campingplatz + el = Γήπεδο κάμπινγκ + es = Parcela de camping + et = Telkimisplats + eu = Kanpin-zelaia + fa = زمین کمپینگ + fi = Leirintäalue + fr = Emplacement de camping + hu = Kemping pálya + id = Tempat berkemah + it = Piazzola da campeggio + ja = キャンプ場 + ko = 캠핑장 + mr = कॅम्पिंग खेळपट्टी + nb = Campingplass + nl = Kampeerplaats + pl = Miejsce na kemping + pt = Campo de acampamento + pt-BR = Parcela de acampamento + ru = Место для кемпинга + sk = Kempingové ihrisko + th = สนามกางเต็นท์ + tr = Kamp Alanı + uk = Місце для кемпінгу + vi = Sân cắm trại + zh-Hans = 露营地 + zh-Hant = 露營地 + [type.tourism.camp_site] en = Campground en-GB = Campsite diff --git a/data/styles/default/include/priorities_4_overlays.prio.txt b/data/styles/default/include/priorities_4_overlays.prio.txt index 7b791132b2..c4929b1f19 100644 --- a/data/styles/default/include/priorities_4_overlays.prio.txt +++ b/data/styles/default/include/priorities_4_overlays.prio.txt @@ -1504,6 +1504,7 @@ leisure-swimming_pool-private # icon z17- (also has captio # === -6100 # highway-rest_area # caption(optional) z15- (also has icon z15-) +# tourism-camp_pitch # caption(optional) z16- # tourism-camp_site # caption(optional) z16- (also has icon z16-) # tourism-caravan_site # caption(optional) z16- (also has icon z16-) # tourism-chalet # caption(optional) z16- (also has icon z16-) diff --git a/data/styles/outdoors/include/priorities_4_overlays.prio.txt b/data/styles/outdoors/include/priorities_4_overlays.prio.txt index 51c785860a..7c4e664f1b 100644 --- a/data/styles/outdoors/include/priorities_4_overlays.prio.txt +++ b/data/styles/outdoors/include/priorities_4_overlays.prio.txt @@ -1504,6 +1504,7 @@ leisure-swimming_pool-private # icon z17- (also has captio # === -6100 # highway-rest_area # caption(optional) z15- (also has icon z14-) +# tourism-camp_pitch # caption(optional) z13- # tourism-camp_site # caption(optional) z13- (also has icon z13-) # tourism-caravan_site # caption(optional) z13- (also has icon z13-) # tourism-chalet # caption(optional) z14- (also has icon z14-) diff --git a/generator/generator_tests/osm_type_test.cpp b/generator/generator_tests/osm_type_test.cpp index 55dfcee87c..21a567411f 100644 --- a/generator/generator_tests/osm_type_test.cpp +++ b/generator/generator_tests/osm_type_test.cpp @@ -2689,6 +2689,7 @@ UNIT_CLASS_TEST(TestWithClassificator, OsmType_SimpleTypesSmoke) {"tourism", "apartment"}, {"tourism", "artwork"}, {"tourism", "attraction"}, + {"tourism", "camp_pitch"}, {"tourism", "camp_site"}, {"tourism", "caravan_site"}, {"tourism", "chalet"}, -- 2.45.3 From e91b81fcd07e30f651b0201913638f059f34ff13 Mon Sep 17 00:00:00 2001 From: Will Cohen Date: Wed, 24 Jul 2024 12:12:13 -0400 Subject: [PATCH 2/2] [strings] regenerated Signed-off-by: Will Cohen --- android/app/src/main/res/values-ar/strings.xml | 1 + android/app/src/main/res/values-az/strings.xml | 1 + android/app/src/main/res/values-cs/strings.xml | 1 + android/app/src/main/res/values-de/strings.xml | 1 + android/app/src/main/res/values-el/strings.xml | 1 + android/app/src/main/res/values-en-rGB/strings.xml | 1 + android/app/src/main/res/values-es/strings.xml | 1 + android/app/src/main/res/values-et/strings.xml | 1 + android/app/src/main/res/values-eu/strings.xml | 1 + android/app/src/main/res/values-fa/strings.xml | 1 + android/app/src/main/res/values-fi/strings.xml | 1 + android/app/src/main/res/values-fr/strings.xml | 1 + android/app/src/main/res/values-hu/strings.xml | 1 + android/app/src/main/res/values-in/strings.xml | 1 + android/app/src/main/res/values-it/strings.xml | 1 + android/app/src/main/res/values-ja/strings.xml | 1 + android/app/src/main/res/values-ko/strings.xml | 1 + android/app/src/main/res/values-mr/strings.xml | 1 + android/app/src/main/res/values-nb/strings.xml | 1 + android/app/src/main/res/values-nl/strings.xml | 1 + android/app/src/main/res/values-pl/strings.xml | 1 + android/app/src/main/res/values-pt-rBR/strings.xml | 1 + android/app/src/main/res/values-pt/strings.xml | 1 + android/app/src/main/res/values-ru/strings.xml | 1 + android/app/src/main/res/values-sk/strings.xml | 1 + android/app/src/main/res/values-th/strings.xml | 1 + android/app/src/main/res/values-tr/strings.xml | 1 + android/app/src/main/res/values-uk/strings.xml | 1 + android/app/src/main/res/values-vi/strings.xml | 1 + android/app/src/main/res/values-zh-rTW/strings.xml | 1 + android/app/src/main/res/values-zh/strings.xml | 1 + android/app/src/main/res/values/strings.xml | 1 + iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/az.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/hi.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings | 2 ++ iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings | 2 ++ 74 files changed, 116 insertions(+) diff --git a/android/app/src/main/res/values-ar/strings.xml b/android/app/src/main/res/values-ar/strings.xml index a3de99914d..35fc823268 100644 --- a/android/app/src/main/res/values-ar/strings.xml +++ b/android/app/src/main/res/values-ar/strings.xml @@ -2011,6 +2011,7 @@ مكان جذاب الضميمة الحيوانية مكان جذاب + ملعب للتخييم مخيّم موقع لمراكب ترفيه diff --git a/android/app/src/main/res/values-az/strings.xml b/android/app/src/main/res/values-az/strings.xml index 066094f19c..cd5a46eb26 100644 --- a/android/app/src/main/res/values-az/strings.xml +++ b/android/app/src/main/res/values-az/strings.xml @@ -2021,6 +2021,7 @@ Attraksionlar Heyvan mühafizəsi Attraksionlar + Düşərgə meydançası Düşərgə sahəsi Treyler parkı diff --git a/android/app/src/main/res/values-cs/strings.xml b/android/app/src/main/res/values-cs/strings.xml index 6ad738872d..2dff463f69 100644 --- a/android/app/src/main/res/values-cs/strings.xml +++ b/android/app/src/main/res/values-cs/strings.xml @@ -1866,6 +1866,7 @@ Atrakce Ohrada pro zvířata Atrakce + Kemp Kempování Kemp pro obytné přívěsy diff --git a/android/app/src/main/res/values-de/strings.xml b/android/app/src/main/res/values-de/strings.xml index 5b2da85a2b..ad1cd32b52 100644 --- a/android/app/src/main/res/values-de/strings.xml +++ b/android/app/src/main/res/values-de/strings.xml @@ -2035,6 +2035,7 @@ Sehenswürdigkeit Tiergehege Sehenswürdigkeit + Campingplatz Campingplatz Wohnmobilstellplatz diff --git a/android/app/src/main/res/values-el/strings.xml b/android/app/src/main/res/values-el/strings.xml index 933caefd5c..afd4757839 100644 --- a/android/app/src/main/res/values-el/strings.xml +++ b/android/app/src/main/res/values-el/strings.xml @@ -1911,6 +1911,7 @@ Αξιοθέατα Περίφραξη ζώων Αξιοθέατα + Γήπεδο κάμπινγκ Κάμπινγκ Χώρος για τροχόσπιτα diff --git a/android/app/src/main/res/values-en-rGB/strings.xml b/android/app/src/main/res/values-en-rGB/strings.xml index c279390210..bb5b0ed725 100644 --- a/android/app/src/main/res/values-en-rGB/strings.xml +++ b/android/app/src/main/res/values-en-rGB/strings.xml @@ -331,6 +331,7 @@ Watch Shop Wholesale Shop Football + Camp Pitch Campsite Caravan Park diff --git a/android/app/src/main/res/values-es/strings.xml b/android/app/src/main/res/values-es/strings.xml index 1d3db11a8f..40882b1cd7 100644 --- a/android/app/src/main/res/values-es/strings.xml +++ b/android/app/src/main/res/values-es/strings.xml @@ -2052,6 +2052,7 @@ Atracción turística Recinto de animales Atracción turística + Parcela de camping Camping Zona de caravanas diff --git a/android/app/src/main/res/values-et/strings.xml b/android/app/src/main/res/values-et/strings.xml index 4d8e5a9738..be38857544 100644 --- a/android/app/src/main/res/values-et/strings.xml +++ b/android/app/src/main/res/values-et/strings.xml @@ -2051,6 +2051,7 @@ Turismiatraktsioon Loomade aedik Turismiatraktsioon + Telkimisplats Telkimine Haagiselamute park diff --git a/android/app/src/main/res/values-eu/strings.xml b/android/app/src/main/res/values-eu/strings.xml index 986fc35642..a513abce47 100644 --- a/android/app/src/main/res/values-eu/strings.xml +++ b/android/app/src/main/res/values-eu/strings.xml @@ -1959,6 +1959,7 @@ Erakarpen turistikoa Animalien itxitura Erakarpen turistikoa + Kanpin-zelaia Kanpalekua Karabana gunea diff --git a/android/app/src/main/res/values-fa/strings.xml b/android/app/src/main/res/values-fa/strings.xml index 8e3c51b146..718d11d1dd 100644 --- a/android/app/src/main/res/values-fa/strings.xml +++ b/android/app/src/main/res/values-fa/strings.xml @@ -1774,6 +1774,7 @@ گردشگری محوطه حیوانات گردشگری + زمین کمپینگ محل چادر زنی کلبه تعطیلات diff --git a/android/app/src/main/res/values-fi/strings.xml b/android/app/src/main/res/values-fi/strings.xml index 1398e25da9..89f25f0861 100644 --- a/android/app/src/main/res/values-fi/strings.xml +++ b/android/app/src/main/res/values-fi/strings.xml @@ -1984,6 +1984,7 @@ Nähtävyys Eläinsuoja Nähtävyys + Leirintäalue Retkeily Asuntovaunupaikka diff --git a/android/app/src/main/res/values-fr/strings.xml b/android/app/src/main/res/values-fr/strings.xml index e53bd27dad..6b7d7a7d69 100644 --- a/android/app/src/main/res/values-fr/strings.xml +++ b/android/app/src/main/res/values-fr/strings.xml @@ -2018,6 +2018,7 @@ Œuvre Œuvre Enclos pour animaux + Emplacement de camping Camping Aire de camping-car diff --git a/android/app/src/main/res/values-hu/strings.xml b/android/app/src/main/res/values-hu/strings.xml index 47a3c0a772..cf3db9a1a6 100644 --- a/android/app/src/main/res/values-hu/strings.xml +++ b/android/app/src/main/res/values-hu/strings.xml @@ -1879,6 +1879,7 @@ Látnivaló Állatok tartása Látnivaló + Kemping pálya Kemping Karaván pihenő diff --git a/android/app/src/main/res/values-in/strings.xml b/android/app/src/main/res/values-in/strings.xml index 21e9381534..49aaecb754 100644 --- a/android/app/src/main/res/values-in/strings.xml +++ b/android/app/src/main/res/values-in/strings.xml @@ -1852,6 +1852,7 @@ Atraksi Kandang Hewan Atraksi + Tempat berkemah Perkemahan Lokasi perkemahan diff --git a/android/app/src/main/res/values-it/strings.xml b/android/app/src/main/res/values-it/strings.xml index 50bd706ae4..8ff3b6b5fe 100644 --- a/android/app/src/main/res/values-it/strings.xml +++ b/android/app/src/main/res/values-it/strings.xml @@ -2007,6 +2007,7 @@ Attrattiva Recinto per animali Attrattiva + Piazzola da campeggio Campeggio Area per campeggiatori diff --git a/android/app/src/main/res/values-ja/strings.xml b/android/app/src/main/res/values-ja/strings.xml index f98db314e7..ad0fa429b2 100644 --- a/android/app/src/main/res/values-ja/strings.xml +++ b/android/app/src/main/res/values-ja/strings.xml @@ -2019,6 +2019,7 @@ アトラクション アニマル・エンクロージャー アトラクション + キャンプ場 キャンプ場 オートキャンプ場 diff --git a/android/app/src/main/res/values-ko/strings.xml b/android/app/src/main/res/values-ko/strings.xml index 74e6dc7d0e..8126b06551 100644 --- a/android/app/src/main/res/values-ko/strings.xml +++ b/android/app/src/main/res/values-ko/strings.xml @@ -1862,6 +1862,7 @@ 관광 명소 동물 인클로저 관광 명소 + 캠핑장 캠핑 카라반 사용가능 캠핑장 diff --git a/android/app/src/main/res/values-mr/strings.xml b/android/app/src/main/res/values-mr/strings.xml index 2310f31900..0cfa7a2eb9 100644 --- a/android/app/src/main/res/values-mr/strings.xml +++ b/android/app/src/main/res/values-mr/strings.xml @@ -1866,6 +1866,7 @@ आकर्षण प्राणी संलग्न आकर्षण + कॅम्पिंग खेळपट्टी शिबिरवास(कॅम्पिंग) हॉलिडे कॉटेज diff --git a/android/app/src/main/res/values-nb/strings.xml b/android/app/src/main/res/values-nb/strings.xml index 83499d3c49..0c5aa4b910 100644 --- a/android/app/src/main/res/values-nb/strings.xml +++ b/android/app/src/main/res/values-nb/strings.xml @@ -1917,6 +1917,7 @@ Attraksjon Innhegning for dyr Attraksjon + Campingplass Campingplass Camping diff --git a/android/app/src/main/res/values-nl/strings.xml b/android/app/src/main/res/values-nl/strings.xml index 2f4fbb8211..421d7bf2fe 100644 --- a/android/app/src/main/res/values-nl/strings.xml +++ b/android/app/src/main/res/values-nl/strings.xml @@ -2055,6 +2055,7 @@ Attractie Dierenverblijf Attractie + Kampeerplaats Kampeerterrein Caravan site diff --git a/android/app/src/main/res/values-pl/strings.xml b/android/app/src/main/res/values-pl/strings.xml index d3760181ed..cd02f17c3a 100644 --- a/android/app/src/main/res/values-pl/strings.xml +++ b/android/app/src/main/res/values-pl/strings.xml @@ -2030,6 +2030,7 @@ Atrakcja turystyczna Atrakcje zwierzęce Atrakcja turystyczna + Miejsce na kemping Kamping Pole namiotowe diff --git a/android/app/src/main/res/values-pt-rBR/strings.xml b/android/app/src/main/res/values-pt-rBR/strings.xml index 9020cf0741..1a6d08b11c 100644 --- a/android/app/src/main/res/values-pt-rBR/strings.xml +++ b/android/app/src/main/res/values-pt-rBR/strings.xml @@ -1782,6 +1782,7 @@ Alojamento na montanha Apartamento de temporada Arte arquitetônica + Parcela de acampamento Local de camping Área de trailers Pousada diff --git a/android/app/src/main/res/values-pt/strings.xml b/android/app/src/main/res/values-pt/strings.xml index ccc5a6109c..b890dde048 100644 --- a/android/app/src/main/res/values-pt/strings.xml +++ b/android/app/src/main/res/values-pt/strings.xml @@ -2001,6 +2001,7 @@ Atração turística Recinto para animais Atração turística + Campo de acampamento Parque de campismo Parque de caravanas diff --git a/android/app/src/main/res/values-ru/strings.xml b/android/app/src/main/res/values-ru/strings.xml index 00fb02d25d..ce91243f56 100644 --- a/android/app/src/main/res/values-ru/strings.xml +++ b/android/app/src/main/res/values-ru/strings.xml @@ -2083,6 +2083,7 @@ Достопримечательность Вольер для животных Достопримечательность + Место для кемпинга Кемпинг Кемпинг для автодомов diff --git a/android/app/src/main/res/values-sk/strings.xml b/android/app/src/main/res/values-sk/strings.xml index ef666233dc..c67e69f8b8 100644 --- a/android/app/src/main/res/values-sk/strings.xml +++ b/android/app/src/main/res/values-sk/strings.xml @@ -2015,6 +2015,7 @@ Atrakcia Zvieracia ohrada Atrakcia + Kempingové ihrisko Kemp Kemp pre karavany diff --git a/android/app/src/main/res/values-th/strings.xml b/android/app/src/main/res/values-th/strings.xml index 5d82f4787a..6449469501 100644 --- a/android/app/src/main/res/values-th/strings.xml +++ b/android/app/src/main/res/values-th/strings.xml @@ -1860,6 +1860,7 @@ การท่องเที่ยว สิ่งที่แนบมากับสัตว์ การท่องเที่ยว + สนามกางเต็นท์ การตั้งแคมป์ ขบวนนักเดินทาง diff --git a/android/app/src/main/res/values-tr/strings.xml b/android/app/src/main/res/values-tr/strings.xml index 5d15c64204..48ec8945a4 100644 --- a/android/app/src/main/res/values-tr/strings.xml +++ b/android/app/src/main/res/values-tr/strings.xml @@ -2055,6 +2055,7 @@ Görülecek Yerler Hayvan Muhafazası Görülecek Yerler + Kamp Alanı Kamp Alanı Karavan Parkı diff --git a/android/app/src/main/res/values-uk/strings.xml b/android/app/src/main/res/values-uk/strings.xml index 5ee95c0fe2..6c7a2030c5 100644 --- a/android/app/src/main/res/values-uk/strings.xml +++ b/android/app/src/main/res/values-uk/strings.xml @@ -2062,6 +2062,7 @@ Пам’ятне місце Вольєр для тварин Пам’ятне місце + Місце для кемпінгу Кемпінг Кемпінг для автобудинків diff --git a/android/app/src/main/res/values-vi/strings.xml b/android/app/src/main/res/values-vi/strings.xml index e28f29926b..d66482e3c9 100644 --- a/android/app/src/main/res/values-vi/strings.xml +++ b/android/app/src/main/res/values-vi/strings.xml @@ -1856,6 +1856,7 @@ Hấp dẫn Bao vây động vật Hấp dẫn + Sân cắm trại Cắm trại Khu lễ hội hóa trang diff --git a/android/app/src/main/res/values-zh-rTW/strings.xml b/android/app/src/main/res/values-zh-rTW/strings.xml index 760c9976c0..32e8102af0 100644 --- a/android/app/src/main/res/values-zh-rTW/strings.xml +++ b/android/app/src/main/res/values-zh-rTW/strings.xml @@ -1912,6 +1912,7 @@ 景點 動物圍欄 景點 + 露營地 露營 營區 diff --git a/android/app/src/main/res/values-zh/strings.xml b/android/app/src/main/res/values-zh/strings.xml index ce5740a34c..1ef313e667 100644 --- a/android/app/src/main/res/values-zh/strings.xml +++ b/android/app/src/main/res/values-zh/strings.xml @@ -1990,6 +1990,7 @@ 景点 动物围栏 景点 + 露营地 宿营场地 房车宿营地 diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 1c27365acf..77e9538c13 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -2125,6 +2125,7 @@ Attraction Animal Enclosure Attraction + Camp Pitch Campground RV Park diff --git a/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings index 2e8882c785..a65406f3da 100644 --- a/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ar.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "مكان جذاب"; +"type.tourism.camp_pitch" = "ملعب للتخييم"; + "type.tourism.camp_site" = "مخيّم"; "type.tourism.caravan_site" = "موقع لمراكب ترفيه"; diff --git a/iphone/Maps/LocalizedStrings/az.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/az.lproj/Localizable.strings index 82b5f82e5e..65932bdecb 100644 --- a/iphone/Maps/LocalizedStrings/az.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/az.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attraksionlar"; +"type.tourism.camp_pitch" = "Düşərgə meydançası"; + "type.tourism.camp_site" = "Düşərgə sahəsi"; "type.tourism.caravan_site" = "Treyler parkı"; diff --git a/iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings index 6aef09ae14..2912cc2a07 100644 --- a/iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/be.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attraction"; +"type.tourism.camp_pitch" = "Camp Pitch"; + "type.tourism.camp_site" = "Campground"; "type.tourism.caravan_site" = "Кемпінг для аўтадамоў"; diff --git a/iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings index ffb5893dea..eec5acfc1b 100644 --- a/iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/bg.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attraction"; +"type.tourism.camp_pitch" = "Camp Pitch"; + "type.tourism.camp_site" = "Campground"; "type.tourism.caravan_site" = "RV Park"; diff --git a/iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings index e15fa45db7..6c72ebf32c 100644 --- a/iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attraction"; +"type.tourism.camp_pitch" = "Camp Pitch"; + "type.tourism.camp_site" = "Campground"; "type.tourism.caravan_site" = "RV Park"; diff --git a/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings index 3e4279fb08..cec1840f00 100644 --- a/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Atrakce"; +"type.tourism.camp_pitch" = "Kemp"; + "type.tourism.camp_site" = "Kempování"; "type.tourism.caravan_site" = "Kemp pro obytné přívěsy"; diff --git a/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings index 410a9af4e2..d7421c9cf0 100644 --- a/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/da.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attraktioner"; +"type.tourism.camp_pitch" = "Camp Pitch"; + "type.tourism.camp_site" = "Campground"; "type.tourism.caravan_site" = "Autocamperplads"; diff --git a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings index 29948f741b..b6801deccf 100644 --- a/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/de.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Sehenswürdigkeit"; +"type.tourism.camp_pitch" = "Campingplatz"; + "type.tourism.camp_site" = "Campingplatz"; "type.tourism.caravan_site" = "Wohnmobilstellplatz"; diff --git a/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings index c77e3e5463..30d8758a72 100644 --- a/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/el.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Αξιοθέατα"; +"type.tourism.camp_pitch" = "Γήπεδο κάμπινγκ"; + "type.tourism.camp_site" = "Κάμπινγκ"; "type.tourism.caravan_site" = "Χώρος για τροχόσπιτα"; diff --git a/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings index b92a83918b..148c277f5d 100644 --- a/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/en-GB.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attraction"; +"type.tourism.camp_pitch" = "Camp Pitch"; + "type.tourism.camp_site" = "Campsite"; "type.tourism.caravan_site" = "Caravan Park"; diff --git a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings index a12fe081de..5efad2865a 100644 --- a/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/en.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attraction"; +"type.tourism.camp_pitch" = "Camp Pitch"; + "type.tourism.camp_site" = "Campground"; "type.tourism.caravan_site" = "RV Park"; diff --git a/iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings index 78ab2c46f5..0964172bf4 100644 --- a/iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/es-MX.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Atracción turística"; +"type.tourism.camp_pitch" = "Parcela de camping"; + "type.tourism.camp_site" = "Camping"; "type.tourism.caravan_site" = "Zona de caravanas"; diff --git a/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings index 640d51d3e3..6c2ad51d89 100644 --- a/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/es.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Atracción turística"; +"type.tourism.camp_pitch" = "Parcela de camping"; + "type.tourism.camp_site" = "Camping"; "type.tourism.caravan_site" = "Zona de caravanas"; diff --git a/iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings index 90c572d48c..260eb64ed6 100644 --- a/iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/et.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Turismiatraktsioon"; +"type.tourism.camp_pitch" = "Telkimisplats"; + "type.tourism.camp_site" = "Telkimine"; "type.tourism.caravan_site" = "Haagiselamute park"; diff --git a/iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings index fa35c72ec8..9d74412c54 100644 --- a/iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/eu.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Erakarpen turistikoa"; +"type.tourism.camp_pitch" = "Kanpin-zelaia"; + "type.tourism.camp_site" = "Kanpalekua"; "type.tourism.caravan_site" = "Karabana gunea"; diff --git a/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings index 3c302c9e48..da71a0c944 100644 --- a/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/fa.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "گردشگری"; +"type.tourism.camp_pitch" = "زمین کمپینگ"; + "type.tourism.camp_site" = "محل چادر زنی"; "type.tourism.caravan_site" = "RV Park"; diff --git a/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings index a87280524d..847ea1c1c2 100644 --- a/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/fi.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Nähtävyys"; +"type.tourism.camp_pitch" = "Leirintäalue"; + "type.tourism.camp_site" = "Retkeily"; "type.tourism.caravan_site" = "Asuntovaunupaikka"; diff --git a/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings index 34fa2d55ed..90d4991ba2 100644 --- a/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/fr.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attraction"; +"type.tourism.camp_pitch" = "Emplacement de camping"; + "type.tourism.camp_site" = "Camping"; "type.tourism.caravan_site" = "Aire de camping-car"; diff --git a/iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings index 096d355f62..491fac92c7 100644 --- a/iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/he.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attraction"; +"type.tourism.camp_pitch" = "Camp Pitch"; + "type.tourism.camp_site" = "Campground"; "type.tourism.caravan_site" = "RV Park"; diff --git a/iphone/Maps/LocalizedStrings/hi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/hi.lproj/Localizable.strings index aa95fa95d6..31fac34895 100644 --- a/iphone/Maps/LocalizedStrings/hi.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/hi.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "पर्यटन स्थल"; +"type.tourism.camp_pitch" = "Camp Pitch"; + "type.tourism.camp_site" = "Campground"; "type.tourism.caravan_site" = "कारवां स्थल"; diff --git a/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings index fb6ecbf2bf..8091752e77 100644 --- a/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/hu.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Látnivaló"; +"type.tourism.camp_pitch" = "Kemping pálya"; + "type.tourism.camp_site" = "Kemping"; "type.tourism.caravan_site" = "Karaván pihenő"; diff --git a/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings index cce7318b20..0c32b6e02a 100644 --- a/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/id.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Atraksi"; +"type.tourism.camp_pitch" = "Tempat berkemah"; + "type.tourism.camp_site" = "Perkemahan"; "type.tourism.caravan_site" = "Lokasi perkemahan"; diff --git a/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings index d5f48c64b7..1e92c6cfa0 100644 --- a/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attrattiva"; +"type.tourism.camp_pitch" = "Piazzola da campeggio"; + "type.tourism.camp_site" = "Campeggio"; "type.tourism.caravan_site" = "Area per campeggiatori"; diff --git a/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings index cd900c9f34..262f6f21dc 100644 --- a/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ja.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "アトラクション"; +"type.tourism.camp_pitch" = "キャンプ場"; + "type.tourism.camp_site" = "キャンプ場"; "type.tourism.caravan_site" = "オートキャンプ場"; diff --git a/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings index 6b13c59e88..428681580c 100644 --- a/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ko.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "관광 명소"; +"type.tourism.camp_pitch" = "캠핑장"; + "type.tourism.camp_site" = "캠핑"; "type.tourism.caravan_site" = "카라반 사용가능 캠핑장"; diff --git a/iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings index d3a47b5e54..5678744c86 100644 --- a/iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "आकर्षण"; +"type.tourism.camp_pitch" = "कॅम्पिंग खेळपट्टी"; + "type.tourism.camp_site" = "शिबिरवास(कॅम्पिंग)"; "type.tourism.caravan_site" = "RV Park"; diff --git a/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings index 89d023d59b..dd7964cc9d 100644 --- a/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/nb.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attraksjon"; +"type.tourism.camp_pitch" = "Campingplass"; + "type.tourism.camp_site" = "Campingplass"; "type.tourism.caravan_site" = "Camping"; diff --git a/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings index b500b9b399..043e8994b0 100644 --- a/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/nl.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attractie"; +"type.tourism.camp_pitch" = "Kampeerplaats"; + "type.tourism.camp_site" = "Kampeerterrein"; "type.tourism.caravan_site" = "Caravan site"; diff --git a/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings index 6d10018c41..7779fd93f4 100644 --- a/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/pl.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Atrakcja turystyczna"; +"type.tourism.camp_pitch" = "Miejsce na kemping"; + "type.tourism.camp_site" = "Kamping"; "type.tourism.caravan_site" = "Pole namiotowe"; diff --git a/iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings index 5e53c259e4..99169bf02a 100644 --- a/iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Atração turística"; +"type.tourism.camp_pitch" = "Parcela de acampamento"; + "type.tourism.camp_site" = "Local de camping"; "type.tourism.caravan_site" = "Área de trailers"; diff --git a/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings index 578e81ffb6..2cd57b7144 100644 --- a/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/pt.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Atração turística"; +"type.tourism.camp_pitch" = "Campo de acampamento"; + "type.tourism.camp_site" = "Parque de campismo"; "type.tourism.caravan_site" = "Parque de caravanas"; diff --git a/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings index 036e5a0cb8..315651f469 100644 --- a/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ro.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Punct de atracție"; +"type.tourism.camp_pitch" = "Camp Pitch"; + "type.tourism.camp_site" = "Campground"; "type.tourism.caravan_site" = "Teren pentru campare"; diff --git a/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings index e0279f0277..025a4c6eb2 100644 --- a/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/ru.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Достопримечательность"; +"type.tourism.camp_pitch" = "Место для кемпинга"; + "type.tourism.camp_site" = "Кемпинг"; "type.tourism.caravan_site" = "Кемпинг для автодомов"; diff --git a/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings index 8bf8cfb998..9b0e63ec5f 100644 --- a/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/sk.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Atrakcia"; +"type.tourism.camp_pitch" = "Kempingové ihrisko"; + "type.tourism.camp_site" = "Kemp"; "type.tourism.caravan_site" = "Kemp pre karavany"; diff --git a/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings index 7cdcf667a6..d749ee60c7 100644 --- a/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/sv.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attraktion"; +"type.tourism.camp_pitch" = "Camp Pitch"; + "type.tourism.camp_site" = "Campground"; "type.tourism.caravan_site" = "Husvagnsplats"; diff --git a/iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings index 8a48136692..4c9db69831 100644 --- a/iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/sw.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Attraction"; +"type.tourism.camp_pitch" = "Camp Pitch"; + "type.tourism.camp_site" = "Campground"; "type.tourism.caravan_site" = "RV Park"; diff --git a/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings index 584ec484c4..4114ec6944 100644 --- a/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/th.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "การท่องเที่ยว"; +"type.tourism.camp_pitch" = "สนามกางเต็นท์"; + "type.tourism.camp_site" = "การตั้งแคมป์"; "type.tourism.caravan_site" = "ขบวนนักเดินทาง"; diff --git a/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings index fc993c01f0..7590a4a5be 100644 --- a/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/tr.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Görülecek Yerler"; +"type.tourism.camp_pitch" = "Kamp Alanı"; + "type.tourism.camp_site" = "Kamp Alanı"; "type.tourism.caravan_site" = "Karavan Parkı"; diff --git a/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings index 17342862ce..ca9a104a58 100644 --- a/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/uk.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Пам’ятне місце"; +"type.tourism.camp_pitch" = "Місце для кемпінгу"; + "type.tourism.camp_site" = "Кемпінг"; "type.tourism.caravan_site" = "Кемпінг для автобудинків"; diff --git a/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings index c50287f109..5d1df8d0ac 100644 --- a/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/vi.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "Hấp dẫn"; +"type.tourism.camp_pitch" = "Sân cắm trại"; + "type.tourism.camp_site" = "Cắm trại"; "type.tourism.caravan_site" = "Khu lễ hội hóa trang"; diff --git a/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings index 6f3e364b70..34bfe7b3bc 100644 --- a/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/zh-Hans.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "景点"; +"type.tourism.camp_pitch" = "露营地"; + "type.tourism.camp_site" = "宿营场地"; "type.tourism.caravan_site" = "房车宿营地"; diff --git a/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings b/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings index c458216b6d..e1f046082a 100644 --- a/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings +++ b/iphone/Maps/LocalizedStrings/zh-Hant.lproj/Localizable.strings @@ -3817,6 +3817,8 @@ "type.tourism.attraction.specified" = "景點"; +"type.tourism.camp_pitch" = "露營地"; + "type.tourism.camp_site" = "露營"; "type.tourism.caravan_site" = "營區"; -- 2.45.3