From 26eb394d8c65de194334295956df78f7b3cc3454 Mon Sep 17 00:00:00 2001 From: Guillaume Louel Date: Thu, 7 Feb 2019 18:07:20 +0100 Subject: [PATCH 1/2] New JSON format for en.json, temporarily removing es.json --- Aerial.xcodeproj/project.pbxproj | 6 - Aerial/App/Resources/Info.plist | 2 +- .../PreferencesWindowController.swift | 3 +- .../Models/Cache/PoiStringProvider.swift | 10 +- Resources/Community/en.json | 686 ++++++++---------- Resources/Community/es.json | 437 ----------- Resources/Info.plist | 4 +- 7 files changed, 315 insertions(+), 833 deletions(-) delete mode 100644 Resources/Community/es.json diff --git a/Aerial.xcodeproj/project.pbxproj b/Aerial.xcodeproj/project.pbxproj index fd96a0a6..cc21f6d0 100644 --- a/Aerial.xcodeproj/project.pbxproj +++ b/Aerial.xcodeproj/project.pbxproj @@ -29,8 +29,6 @@ 0369985E2196129C00E359D3 /* missingvideos.json in Resources */ = {isa = PBXBuildFile; fileRef = 0369985C2196103300E359D3 /* missingvideos.json */; }; 03893CB3217749F0008E7125 /* ErrorLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03893CB2217749F0008E7125 /* ErrorLog.swift */; }; 03893CB4217753AC008E7125 /* ErrorLog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03893CB2217749F0008E7125 /* ErrorLog.swift */; }; - 038F36AB220489BC000D17EB /* es.json in Resources */ = {isa = PBXBuildFile; fileRef = 038F36AA220489BC000D17EB /* es.json */; }; - 038F36AC220489BC000D17EB /* es.json in Resources */ = {isa = PBXBuildFile; fileRef = 038F36AA220489BC000D17EB /* es.json */; }; 0393857A2175D4B80040B850 /* AVPlayerViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 039385792175D4B80040B850 /* AVPlayerViewExtension.swift */; }; 0393857B2175D4B80040B850 /* AVPlayerViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 039385792175D4B80040B850 /* AVPlayerViewExtension.swift */; }; 0393857C2175D4B80040B850 /* AVPlayerViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 039385792175D4B80040B850 /* AVPlayerViewExtension.swift */; }; @@ -106,7 +104,6 @@ 03510C722185EF76008F74F2 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; }; 0369985C2196103300E359D3 /* missingvideos.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = missingvideos.json; sourceTree = ""; }; 03893CB2217749F0008E7125 /* ErrorLog.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorLog.swift; sourceTree = ""; }; - 038F36AA220489BC000D17EB /* es.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = es.json; sourceTree = ""; }; 039385792175D4B80040B850 /* AVPlayerViewExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AVPlayerViewExtension.swift; sourceTree = ""; }; 03958348217F4416008E8F9C /* Solar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Solar.swift; sourceTree = ""; }; 0395835121807D1F008E8F9C /* thumbnail@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "thumbnail@2x.png"; sourceTree = ""; }; @@ -187,7 +184,6 @@ 033192DF217B77E90073B580 /* Community */ = { isa = PBXGroup; children = ( - 038F36AA220489BC000D17EB /* es.json */, 033192E0217B78240073B580 /* en.json */, 0369985C2196103300E359D3 /* missingvideos.json */, ); @@ -505,7 +501,6 @@ 033192E2217B78240073B580 /* en.json in Resources */, FAC36F541BE1756D007F2A20 /* PreferencesWindow.xib in Resources */, FAC36F4E1BE1756D007F2A20 /* icon-day.pdf in Resources */, - 038F36AC220489BC000D17EB /* es.json in Resources */, 0369985E2196129C00E359D3 /* missingvideos.json in Resources */, 033D62B0216CAE2C00F3AF83 /* icon-night-dark.pdf in Resources */, 0395835621807D1F008E8F9C /* thumbnail.png in Resources */, @@ -535,7 +530,6 @@ 033D62AB216CADCD00F3AF83 /* icon-day-dark.pdf in Resources */, 0395835321807D1F008E8F9C /* thumbnail@2x.png in Resources */, 0395835521807D1F008E8F9C /* thumbnail.png in Resources */, - 038F36AB220489BC000D17EB /* es.json in Resources */, 033D62AF216CAE2C00F3AF83 /* icon-night-dark.pdf in Resources */, 0369985D2196103300E359D3 /* missingvideos.json in Resources */, FAC36F4F1BE1756D007F2A20 /* icon-night.pdf in Resources */, diff --git a/Aerial/App/Resources/Info.plist b/Aerial/App/Resources/Info.plist index 564eb326..b571ad8d 100644 --- a/Aerial/App/Resources/Info.plist +++ b/Aerial/App/Resources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.4.7beta4 + 1.4.7test8 CFBundleSignature ???? CFBundleVersion diff --git a/Aerial/Source/Controllers/PreferencesWindowController.swift b/Aerial/Source/Controllers/PreferencesWindowController.swift index c8441936..b64a196d 100644 --- a/Aerial/Source/Controllers/PreferencesWindowController.swift +++ b/Aerial/Source/Controllers/PreferencesWindowController.swift @@ -244,13 +244,12 @@ final class PreferencesWindowController: NSWindowController, NSOutlineViewDataSo // MARK: - Lifecycle - // swiftlint:disable:next cyclomatic_complexity override func awakeFromNib() { super.awakeFromNib() sparkleUpdater = SUUpdater.init(for: Bundle(for: PreferencesWindowController.self)) //sparkleUpdater?.delegate = self - + // tmp let tm = TimeManagement.sharedInstance debugLog("isonbattery") diff --git a/Aerial/Source/Models/Cache/PoiStringProvider.swift b/Aerial/Source/Models/Cache/PoiStringProvider.swift index 11fcf733..12793ae1 100644 --- a/Aerial/Source/Models/Cache/PoiStringProvider.swift +++ b/Aerial/Source/Models/Cache/PoiStringProvider.swift @@ -195,11 +195,11 @@ final class PoiStringProvider { return } - let assets = batch["assets"] as! [NSDictionary] - for item in assets { - let id = item["id"] as! String - let name = item["name"] as! String - let poi = item["pointsOfInterest"] as? [String: String] + for item in batch { + let id = item.key as! String + let name = (item.value as! NSDictionary)["name"] as! String + let poi = (item.value as! NSDictionary)["pointsOfInterest"] as? [String: String] + communityStrings.append(CommunityStrings(id: id, name: name, poi: poi ?? [:])) } } catch { diff --git a/Resources/Community/en.json b/Resources/Community/en.json index c9138569..2ac6cfb8 100644 --- a/Resources/Community/en.json +++ b/Resources/Community/en.json @@ -1,384 +1,310 @@ { - "version" : "0", - "language" : "en", - "assets" : [ - { - "id" : "009BA758-7060-4479-8EE8-FB9B40C8FB97", - "name" : "Korea and Japan Night" - }, - { - "id" : "B1B5DDC5-73C8-4920-8133-BACCE38A08DE", - "name" : "Mexico City to New York" - }, - { - "id" : "7719B48A-2005-4011-9280-2F64EEC6FD91", - "name" : "Northern California to Baja" - }, - { - "id" : "B876B645-3955-420E-99DF-60139E451CF3", - "name" : "Wulingyuan National Park 1" - }, - { - "id" : "9CCB8297-E9F5-4699-AE1F-890CFBD5E29C", - "name" : "Longji Rice Terraces" - }, - { - "id" : "D5E76230-81A3-4F65-A1BA-51B8CADED625", - "name" : "Wulingyuan National Park 2" - }, - { - "id" : "F0236EC5-EE72-4058-A6CE-1F7D2E8253BF", - "name" : "Great Wall 1" - }, - { - "id" : "22162A9B-DB90-4517-867C-C676BC3E8E95", - "name" : "Great Wall 2" - }, - { - "id" : "044AD56C-A107-41B2-90CC-E60CCACFBCF5", - "name" : "Great Wall 3" - }, - { - "id" : "876D51F4-3D78-4221-8AD2-F9E78C0FD9B9", - "name" : "Sheikh Zayed Road" - }, - { - "id" : "E991AC0C-F272-44D8-88F3-05F44EDFE3AE", - "name" : "Marina 1" - }, - { - "id" : "00BA71CD-2C54-415A-A68A-8358E677D750", - "name" : "Downtown" - }, - { - "id" : "3FFA2A97-7D28-49EA-AA39-5BC9051B2745", - "name" : "Marina 2" - }, - { - "id" : "9680B8EB-CE2A-4395-AF41-402801F4D6A6", - "name" : "Approaching Burj Khalifa" - }, - { - "id" : "2F11E857-4F77-4476-8033-4A1E4610AFCC", - "name" : "Sheikh Zayed Road", - "pointsOfInterest" : { - "0" : "Traveling along Sheikh Zayed Road in Dubai, United Arab Emirates" - } - }, - { - "id" : "B8F204CE-6024-49AB-85F9-7CA2F6DCD226", - "name" : "Nuussuaq Peninsula" - }, - { - "id" : "2F52E34C-39D4-4AB1-9025-8F7141FAA720", - "name" : "Ilulissat Icefjord" - }, - - { - "id" : "EE01F02D-1413-436C-AB05-410F224A5B7B", - "name" : "Ilulissat Icefjord" - }, - - { - "id" : "499995FA-E51A-4ACE-8DFD-BDF8AFF6C943", - "name" : "Waimanu Valley" - }, - { - "id" : "12E0343D-2CD9-48EA-AB57-4D680FB6D0C7", - "name" : "Laupāhoehoe Nui" - }, - { - "id" : "b2-2", - "name" : "Honopū Valley" - }, - { - "id" : "258A6797-CC13-4C3A-AB35-4F25CA3BF474", - "name" : "Pu‘u O ‘Umi" - }, - - { - "id" : "3D729CFC-9000-48D3-A052-C5BD5B7A6842", - "name" : "Kohala Coastline" - }, - { - "id" : "82BD33C9-B6D2-47E7-9C42-AA3B7758921A", - "name" : "Pu‘u O ‘Umi" - }, - - { - "id" : "FE8E1F9D-59BA-4207-B626-28E34D810D0A", - "name" : "Victoria Harbour 1" - }, - { - "id" : "C8559883-6F3E-4AF2-8960-903710CD47B7", - "name" : "Victoria Peak" - }, - { - "id" : "024891DE-B7F6-4187-BFE0-E6D237702EF0", - "name" : "Wan Chai" - }, - { - "id" : "64EA30BD-C4B5-4CDD-86D7-DFE47E9CB9AA", - "name" : "Victoria Harbour 2" - }, - - { - "id" : "E99FA658-A59A-4A2D-9F3B-58E7BDC71A9A", - "name" : "Victoria Harbour" - }, - { - "id" : "001C94AE-2BA4-4E77-A202-F7DE60E8B1C8", - "name" : "Liwa Oasis 1" - }, - { - "id" : "AFA22C08-A486-4CE8-9A13-E355B6C38559", - "name" : "Liwa Oasis 2" - }, - { - "id" : "58754319-8709-4AB0-8674-B34F04E7FFE2", - "name" : "River Thames", - "pointsOfInterest" : { - "0" : "Approaching Tower Bridge on the River Thames in London", - "40" : "Passing the Gherkin in the City of London, on the right", - "70" : "Passing over Tower Bridge on the River Thames, with City Hall behind and the Tower of London to the right", - "85" : "Approaching HMS Belfast in the River Thames, passing the Walkie-Talkie on the right", - "115" : "Traveling west up the River Thames, with The Shard on the left and Saint Paul’s Cathedral on the right", - "135" : "Passing over Southwark Cathedral, with Saint Paul’s Cathedral on the right", - "175" : "Passing Shakespeare’s Globe in Southwark (right foreground)", - "230" : "Passing Waterloo Station on the left, with the Palace of Westminster (Houses of Parliament) across the Thames behind", - "260" : "Passing BFI IMAX in the left foreground, with the London Eye behind", - "280" : "Heading towards Westminster over the River Thames", - "300" : "Approaching Charing Cross Station in the right foreground", - "312" : "Approaching Horse Guards Parade and Saint James’s Park in the left mid-ground", - "324" : "Passing Saint Martin-in-the-Fields on the right, with Admiralty Arch, Nelson’s Column, and Trafalgar Square to its left" - } - }, - { - "id" : "A5AAFF5D-8887-42BB-8AFD-867EF557ED85", - "name" :"Buckingham Palace", - "pointsOfInterest" : { - "0" : "Passing Wellington Arch in London on the left", - "12" : "Flying over the Buckingham Palace Gardens, with Green Park on the left", - "24" : "Flying over Buckingham Palace in London", - "40" : "Flying over the Victoria Memorial, passing Wellington Barracks on the right", - "55" : "Following Birdcage Walk along Saint James’s Park", - "90" : "Passing over the Foreign & Commonwealth Office in Whitehall, with Horse Guards Parade on the left and Her Majesty’s Treasury on the right", - "102" : "Passing over the Cenotaph, with the Ministry of Defence on the left and Big Ben and the Palace of Westminster (Houses of Parliament) on the right", - "125" : "Crossing the River Thames, flying over the London Eye", - "160" : "Passing over Waterloo Station in South London, with BFI IMAX on the left", - "270" : "Passing Southwark Cathedral on the left", - "285" : "Passing The Shard on the right", - "305" : "Passing the cruiser HMS Belfast in the River Thames", - "330" : "Crossing the River Thames at Tower Bridge, with City Hall on the right and the Tower of London on the left" - } - }, - - { - "id" : "F604AF56-EA77-4960-AEF7-82533CC1A8B3", - "name" : "River Thames near Sunset", - "pointsOfInterest" : { - "0" : "Heading up the River Thames towards Tower Bridge, with the Tower of London to the right", - "25" : "Crossing the River Thames and passing over City Hall", - "35" : "Passing the cruiser HMS Belfast in the River Thames", - "60" : "Approaching The Shard", - "92" : "Flying west over Southwark towards Lambeth in South London", - "200" : "Passing Lambeth Palace on the left and Waterloo Station on the right", - "245" : "Crossing the River Thames towards the Palace of Westminster (Houses of Parliament)", - "265" : "Passing the Palace of Westminster (Houses of Parliament), with Westminster Abbey behind" - } - }, - { - "id" : "7F4C26C2-67C2-4C3A-8F07-8A7BF6148C97", - "name" : "River Thames at Dusk", - "pointsOfInterest" : { - "0": "Heading up the River Thames towards Tower Bridge, with the Tower of London to the right", - "28" : "Traveling west up the River Thames, past City Hall on the left", - "40" : "Passing HMS Belfast in the River Thames, with The Shard on the left and the Walkie-Talkie on the right", - "75" : "Passing Southwark Cathedral on the left", - "110" : "Passing Saint Paul’s Cathedral on the right", - "130" : "Passing Shakespeare’s Globe in the left foreground", - "210" : "Continuing up the River Thames towards Westminster", - "300" : "Passing the London Eye on the River Thames", - "315" : "Approaching Big Ben and the Houses of Parliament, with Westminster Abbey to the right" - } - }, - - { - "id" : "CE279831-1CA7-4A83-A97B-FF1E20234396", - "name" : "Los Angeles Int’l Airport", - "pointsOfInterest" : { - "0" : "Heading west over Los Angeles International Airport", - "80" : "Passing over the Theme Building", - "210" : "Passing over the Tom Bradley International Terminal" - } - }, - { - "id" : "35693AEA-F8C4-4A80-B77D-C94B20A68956", - "name" : "Harbor Freeway", - "pointsOfInterest" : { - "0" :"Following the Harbor Freeway (Interstate 110) north through South Los Angeles", - "50" : "Crossing the Century Freeway (Interstate 105)", - "65" : "Passing over the Harbor Freeway Station on the Metro Green Line, which runs along the Century Freeway", - "170" : "Crossing Imperial Highway" - } - }, - { - "id" : "92E48DE9-13A1-4172-B560-29B4668A87EE", - "name" : "Santa Monica Beach" - }, - - { - "id" : "89B1643B-06DD-4DEC-B1B0-774493B0F7B7", - "name" : "Griffith Observatory" - }, - { - "id" : "EC67726A-8212-4C5E-83CF-8412932740D2", - "name" : "Hollywood Hills", - "pointsOfInterest" : { - "0" : "Traveling north along Beachwood Drive through the Hollywood Hills in Los Angeles", - "60" : "Continuing north through Beachwood Canyon", - "250" : "Passing the Mount Lee Communications Center, heading towards Burbank, California" - } - }, - { - "id" : "F5804DD6-5963-40DA-9FA0-39C0C6E6DEF9", - "name" : "Downtown", - "pointsOfInterest" : { - "0" : "Approaching Downtown Los Angeles, with the MTA Building (in yellow) and Union Station (in pink) in the left mid-ground", - "35": "Passing the Cathedral of Our Lady of the Angels (in the center)", - "55": "Passing the Los Angeles County Music Center (in the center)", - "65": "Crossing the Hollywood Freeway, traveling south through Downtown along the Harbor Freeway", - "105": "Passing the Walt Disney Concert Hall (in the center)", - "120": "Passing City Hall (in pale blue, in the left mid-ground)", - "180": "Passing the Library Tower (in the center)", - "200": "Passing the Bonaventure Hotel (in the center)", - "230": "The Los Angeles Central Library, brightly lit, appears from behind the Bonaventure Hotel", - "275": "Passing the Wilshire Grand Center (under construction)", - "365": "Passing L.A. Live", - "395": "Passing the Ritz-Carlton Hotel and Staples Center", - "425": "Passing the Los Angeles Convention Center", - "495": "Approaching the Santa Monica Freeway" - } - }, - - { - "id" : "3BA0CFC7-E460-4B59-A817-B97F9EBB9B89", - "name" : "Central Park" - }, - { - "id" : "b1-3", - "name" : "Lower Manhattan" - }, - { - "id" : "840FE8E4-D952-4680-B1A7-AC5BACA2C1F8", - "name" : "Upper East Side" - }, - - { - "id" : "44166C39-8566-4ECA-BD16-43159429B52F", - "name" : "Seventh Avenue" - }, - { - "id" : "640DFB00-FBB9-45DA-9444-9F663859F4BC", - "name" : "Lower Manhattan" - }, - - { - "id" : "b8-2", - "name" : "Marin Headlands" - }, - { - "id" : "EE533FBD-90AE-419A-AD13-D7A60E2015D6", - "name" : "Marin Headlands in Fog", - "pointsOfInterest" : { - "0" : "Moving over the Marin Headlands along Highway 101 towards the Golden Gate Bridge", - "20" : "Horseshoe Cove appearing on the left", - "105" : "Passing Battery Spencer on the right", - "155" : "Crossing the Golden Gate Bridge towards San Francisco" - } - }, - { - "id" : "DE851E6D-C2BE-4D9F-AB54-0F9CE994DC51", - "name" : "Bay and Golden Gate" - }, - { - "id" : "b8-3", - "name" : "Alamo Square", - "pointsOfInterest" : { - "0" : "Painted Ladies across from Alamo Square in San Francisco", - "35" : "Saint Mary’s Cathedral in the left mid-ground, with downtown SF in the background", - "70" : "The dome of City Hall appearing in the right mid-ground", - "210" : "The dome of City Hall clear in the right mid-ground" - } - }, - { - "id" : "85CE77BF-3413-4A7B-9B0F-732E96229A73", - "name" : "Embarcadero, Market Street", - "pointsOfInterest" : { - "0" : "Heading southwest over San Francisco Bay to the San Francisco Ferry Building", - "150" : "Approaching the Port of San Francisco Ferry Building and the Embarcadero", - "210" : "Heading southwest along Market Street in downtown San Francisco" - } - }, - { - "id" : "b4-3", - "name" : "Presidio to Golden Gate", - "pointsOfInterest" : { - "0" : "Moving along the Presidio of San Francisco towards the Golden Gate Bridge", - "190" : "Crossing the Golden Gate Bridge towards the Marin Headlands" - } - }, - { - "id" : "72B4390D-DF1D-4D51-B179-229BBAEFFF2C", - "name" : "Golden Gate from SF" - }, - { - "id" : "b6-4", - "name" : "Downtown and Coit Tower", - "pointsOfInterest" : { - "0" : "Downtown San Francisco with the Transamerica Pyramid in the center", - "100" : "Downtown San Francisco with Coit Tower coming into view" - } - }, - { - "id" : "29BDF297-EB43-403A-8719-A78DA11A2948", - "name" : "Fisherman’s Wharf", - "pointsOfInterest" : { - "0" : "Heading southeast over Fisherman’s Wharf in San Francisco", - "27" : "Passing the Liberty ship SS Jeremiah O’Brien", - "47" : "Passing over the submarine USS Pampanito", - "80" : "Passing over North Beach in San Francisco", - "115" : "Approaching Coit Tower on Telegraph Hill, with the Bay Bridge and downtown SF in the background", - "135" : "Approaching Coit Tower on Telegraph Hill, with Saints Peter and Paul Church in the right mid-ground" - } - }, - { - "id" : "b5-3", - "name" : "Embarcadero, Market Street", - "pointsOfInterest" : { - "0" : "Heading southwest over San Francisco Bay to the San Francisco Ferry Building", - "150" : "Approaching the Port of San Francisco Ferry Building and the Embarcadero", - "210" : "Heading southwest along Market Street in San Francisco" - } - }, - { - "id" : "3E94AE98-EAF2-4B09-96E3-452F46BC114E", - "name" : "Bay Bridge" - }, - { - "id" : "b2-4", - "name" : "Downtown and Sutro Tower", - "pointsOfInterest" : { - "0" : "Heading into San Francisco’s Financial District, with Sutro Tower in the background", - "10" : "Passing the Transamerica Pyramid", - "50" : "Former Bank of America headquarters blotting out the sun" - } - }, - { - "id" : "4AD99907-9E76-408D-A7FC-8429FF014201", - "name" : "Bay and Embarcadero" + "009BA758-7060-4479-8EE8-FB9B40C8FB97": { + "name": "Korea and Japan Night" + }, + "B1B5DDC5-73C8-4920-8133-BACCE38A08DE": { + "name": "Mexico City to New York" + }, + "7719B48A-2005-4011-9280-2F64EEC6FD91": { + "name": "Northern California to Baja" + }, + "B876B645-3955-420E-99DF-60139E451CF3": { + "name": "Wulingyuan National Park 1" + }, + "9CCB8297-E9F5-4699-AE1F-890CFBD5E29C": { + "name": "Longji Rice Terraces" + }, + "D5E76230-81A3-4F65-A1BA-51B8CADED625": { + "name": "Wulingyuan National Park 2" + }, + "F0236EC5-EE72-4058-A6CE-1F7D2E8253BF": { + "name": "Great Wall 1" + }, + "22162A9B-DB90-4517-867C-C676BC3E8E95": { + "name": "Great Wall 2" + }, + "044AD56C-A107-41B2-90CC-E60CCACFBCF5": { + "name": "Great Wall 3" + }, + "876D51F4-3D78-4221-8AD2-F9E78C0FD9B9": { + "name": "Sheikh Zayed Road" + }, + "E991AC0C-F272-44D8-88F3-05F44EDFE3AE": { + "name": "Marina 1" + }, + "00BA71CD-2C54-415A-A68A-8358E677D750": { + "name": "Downtown" + }, + "3FFA2A97-7D28-49EA-AA39-5BC9051B2745": { + "name": "Marina 2" + }, + "9680B8EB-CE2A-4395-AF41-402801F4D6A6": { + "name": "Approaching Burj Khalifa" + }, + "2F11E857-4F77-4476-8033-4A1E4610AFCC": { + "name": "Sheikh Zayed Road", + "pointsOfInterest": { + "0": "Traveling along Sheikh Zayed Road in Dubai, United Arab Emirates" + } + }, + "B8F204CE-6024-49AB-85F9-7CA2F6DCD226": { + "name": "Nuussuaq Peninsula" + }, + "2F52E34C-39D4-4AB1-9025-8F7141FAA720": { + "name": "Ilulissat Icefjord" + }, + "EE01F02D-1413-436C-AB05-410F224A5B7B": { + "name": "Ilulissat Icefjord" + }, + "499995FA-E51A-4ACE-8DFD-BDF8AFF6C943": { + "name": "Waimanu Valley" + }, + "12E0343D-2CD9-48EA-AB57-4D680FB6D0C7": { + "name": "Laupāhoehoe Nui" + }, + "b2-2": { + "name": "Honopū Valley" + }, + "258A6797-CC13-4C3A-AB35-4F25CA3BF474": { + "name": "Pu‘u O ‘Umi" + }, + "3D729CFC-9000-48D3-A052-C5BD5B7A6842": { + "name": "Kohala Coastline" + }, + "82BD33C9-B6D2-47E7-9C42-AA3B7758921A": { + "name": "Pu‘u O ‘Umi" + }, + "FE8E1F9D-59BA-4207-B626-28E34D810D0A": { + "name": "Victoria Harbour 1" + }, + "C8559883-6F3E-4AF2-8960-903710CD47B7": { + "name": "Victoria Peak" + }, + "024891DE-B7F6-4187-BFE0-E6D237702EF0": { + "name": "Wan Chai" + }, + "64EA30BD-C4B5-4CDD-86D7-DFE47E9CB9AA": { + "name": "Victoria Harbour 2" + }, + "E99FA658-A59A-4A2D-9F3B-58E7BDC71A9A": { + "name": "Victoria Harbour" + }, + "001C94AE-2BA4-4E77-A202-F7DE60E8B1C8": { + "name": "Liwa Oasis 1" + }, + "AFA22C08-A486-4CE8-9A13-E355B6C38559": { + "name": "Liwa Oasis 2" + }, + "58754319-8709-4AB0-8674-B34F04E7FFE2": { + "name": "River Thames", + "pointsOfInterest": { + "0": "Approaching Tower Bridge on the River Thames in London", + "40": "Passing the Gherkin in the City of London, on the right", + "70": "Passing over Tower Bridge on the River Thames, with City Hall behind and the Tower of London to the right", + "85": "Approaching HMS Belfast in the River Thames, passing the Walkie-Talkie on the right", + "115": "Traveling west up the River Thames, with The Shard on the left and Saint Paul’s Cathedral on the right", + "135": "Passing over Southwark Cathedral, with Saint Paul’s Cathedral on the right", + "175": "Passing Shakespeare’s Globe in Southwark (right foreground)", + "230": "Passing Waterloo Station on the left, with the Palace of Westminster (Houses of Parliament) across the Thames behind", + "260": "Passing BFI IMAX in the left foreground, with the London Eye behind", + "280": "Heading towards Westminster over the River Thames", + "300": "Approaching Charing Cross Station in the right foreground", + "312": "Approaching Horse Guards Parade and Saint James’s Park in the left mid-ground", + "324": "Passing Saint Martin-in-the-Fields on the right, with Admiralty Arch, Nelson’s Column, and Trafalgar Square to its left" + } + }, + "A5AAFF5D-8887-42BB-8AFD-867EF557ED85": { + "name": "Buckingham Palace", + "pointsOfInterest": { + "0": "Passing Wellington Arch in London on the left", + "12": "Flying over the Buckingham Palace Gardens, with Green Park on the left", + "24": "Flying over Buckingham Palace in London", + "40": "Flying over the Victoria Memorial, passing Wellington Barracks on the right", + "55": "Following Birdcage Walk along Saint James’s Park", + "90": "Passing over the Foreign & Commonwealth Office in Whitehall, with Horse Guards Parade on the left and Her Majesty’s Treasury on the right", + "102": "Passing over the Cenotaph, with the Ministry of Defence on the left and Big Ben and the Palace of Westminster (Houses of Parliament) on the right", + "125": "Crossing the River Thames, flying over the London Eye", + "160": "Passing over Waterloo Station in South London, with BFI IMAX on the left", + "270": "Passing Southwark Cathedral on the left", + "285": "Passing The Shard on the right", + "305": "Passing the cruiser HMS Belfast in the River Thames", + "330": "Crossing the River Thames at Tower Bridge, with City Hall on the right and the Tower of London on the left" + } + }, + "F604AF56-EA77-4960-AEF7-82533CC1A8B3": { + "name": "River Thames near Sunset", + "pointsOfInterest": { + "0": "Heading up the River Thames towards Tower Bridge, with the Tower of London to the right", + "25": "Crossing the River Thames and passing over City Hall", + "35": "Passing the cruiser HMS Belfast in the River Thames", + "60": "Approaching The Shard", + "92": "Flying west over Southwark towards Lambeth in South London", + "200": "Passing Lambeth Palace on the left and Waterloo Station on the right", + "245": "Crossing the River Thames towards the Palace of Westminster (Houses of Parliament)", + "265": "Passing the Palace of Westminster (Houses of Parliament), with Westminster Abbey behind" } - ] + }, + "7F4C26C2-67C2-4C3A-8F07-8A7BF6148C97": { + "name": "River Thames at Dusk", + "pointsOfInterest": { + "0": "Heading up the River Thames towards Tower Bridge, with the Tower of London to the right", + "28": "Traveling west up the River Thames, past City Hall on the left", + "40": "Passing HMS Belfast in the River Thames, with The Shard on the left and the Walkie-Talkie on the right", + "75": "Passing Southwark Cathedral on the left", + "110": "Passing Saint Paul’s Cathedral on the right", + "130": "Passing Shakespeare’s Globe in the left foreground", + "210": "Continuing up the River Thames towards Westminster", + "300": "Passing the London Eye on the River Thames", + "315": "Approaching Big Ben and the Houses of Parliament, with Westminster Abbey to the right" + } + }, + "CE279831-1CA7-4A83-A97B-FF1E20234396": { + "name": "Los Angeles Int’l Airport", + "pointsOfInterest": { + "0": "Heading west over Los Angeles International Airport", + "80": "Passing over the Theme Building", + "210": "Passing over the Tom Bradley International Terminal" + } + }, + "35693AEA-F8C4-4A80-B77D-C94B20A68956": { + "name": "Harbor Freeway", + "pointsOfInterest": { + "0": "Following the Harbor Freeway (Interstate 110) north through South Los Angeles", + "50": "Crossing the Century Freeway (Interstate 105)", + "65": "Passing over the Harbor Freeway Station on the Metro Green Line, which runs along the Century Freeway", + "170": "Crossing Imperial Highway" + } + }, + "92E48DE9-13A1-4172-B560-29B4668A87EE": { + "name": "Santa Monica Beach" + }, + "89B1643B-06DD-4DEC-B1B0-774493B0F7B7": { + "name": "Griffith Observatory" + }, + "EC67726A-8212-4C5E-83CF-8412932740D2": { + "name": "Hollywood Hills", + "pointsOfInterest": { + "0": "Traveling north along Beachwood Drive through the Hollywood Hills in Los Angeles", + "60": "Continuing north through Beachwood Canyon", + "250": "Passing the Mount Lee Communications Center, heading towards Burbank, California" + } + }, + "F5804DD6-5963-40DA-9FA0-39C0C6E6DEF9": { + "name": "Downtown", + "pointsOfInterest": { + "0": "Approaching Downtown Los Angeles, with the MTA Building (in yellow) and Union Station (in pink) in the left mid-ground", + "35": "Passing the Cathedral of Our Lady of the Angels (in the center)", + "55": "Passing the Los Angeles County Music Center (in the center)", + "65": "Crossing the Hollywood Freeway, traveling south through Downtown along the Harbor Freeway", + "105": "Passing the Walt Disney Concert Hall (in the center)", + "120": "Passing City Hall (in pale blue, in the left mid-ground)", + "180": "Passing the Library Tower (in the center)", + "200": "Passing the Bonaventure Hotel (in the center)", + "230": "The Los Angeles Central Library, brightly lit, appears from behind the Bonaventure Hotel", + "275": "Passing the Wilshire Grand Center (under construction)", + "365": "Passing L.A. Live", + "395": "Passing the Ritz-Carlton Hotel and Staples Center", + "425": "Passing the Los Angeles Convention Center", + "495": "Approaching the Santa Monica Freeway" + } + }, + "3BA0CFC7-E460-4B59-A817-B97F9EBB9B89": { + "name": "Central Park" + }, + "b1-3": { + "name": "Lower Manhattan" + }, + "840FE8E4-D952-4680-B1A7-AC5BACA2C1F8": { + "name": "Upper East Side" + }, + + "44166C39-8566-4ECA-BD16-43159429B52F": { + "name": "Seventh Avenue" + }, + "640DFB00-FBB9-45DA-9444-9F663859F4BC": { + "name": "Lower Manhattan" + }, + "b8-2": { + "name": "Marin Headlands" + }, + "EE533FBD-90AE-419A-AD13-D7A60E2015D6": { + "name": "Marin Headlands in Fog", + "pointsOfInterest": { + "0": "Moving over the Marin Headlands along Highway 101 towards the Golden Gate Bridge", + "20": "Horseshoe Cove appearing on the left", + "105": "Passing Battery Spencer on the right", + "155": "Crossing the Golden Gate Bridge towards San Francisco" + } + }, + "DE851E6D-C2BE-4D9F-AB54-0F9CE994DC51": { + "name": "Bay and Golden Gate" + }, + "b8-3": { + "name": "Alamo Square", + "pointsOfInterest": { + "0": "Painted Ladies across from Alamo Square in San Francisco", + "35": "Saint Mary’s Cathedral in the left mid-ground, with downtown SF in the background", + "70": "The dome of City Hall appearing in the right mid-ground", + "210": "The dome of City Hall clear in the right mid-ground" + } + }, + "85CE77BF-3413-4A7B-9B0F-732E96229A73": { + "name": "Embarcadero, Market Street", + "pointsOfInterest": { + "0": "Heading southwest over San Francisco Bay to the San Francisco Ferry Building", + "150": "Approaching the Port of San Francisco Ferry Building and the Embarcadero", + "210": "Heading southwest along Market Street in downtown San Francisco" + } + }, + "b4-3": { + "name": "Presidio to Golden Gate", + "pointsOfInterest": { + "0": "Moving along the Presidio of San Francisco towards the Golden Gate Bridge", + "190": "Crossing the Golden Gate Bridge towards the Marin Headlands" + } + }, + "72B4390D-DF1D-4D51-B179-229BBAEFFF2C": { + "name": "Golden Gate from SF" + }, + "b6-4": { + "name": "Downtown and Coit Tower", + "pointsOfInterest": { + "0": "Downtown San Francisco with the Transamerica Pyramid in the center", + "100": "Downtown San Francisco with Coit Tower coming into view" + } + }, + "29BDF297-EB43-403A-8719-A78DA11A2948": { + "name": "Fisherman’s Wharf", + "pointsOfInterest": { + "0": "Heading southeast over Fisherman’s Wharf in San Francisco", + "27": "Passing the Liberty ship SS Jeremiah O’Brien", + "47": "Passing over the submarine USS Pampanito", + "80": "Passing over North Beach in San Francisco", + "115": "Approaching Coit Tower on Telegraph Hill, with the Bay Bridge and downtown SF in the background", + "135": "Approaching Coit Tower on Telegraph Hill, with Saints Peter and Paul Church in the right mid-ground" + } + }, + "b5-3": { + "name": "Embarcadero, Market Street", + "pointsOfInterest": { + "0": "Heading southwest over San Francisco Bay to the San Francisco Ferry Building", + "150": "Approaching the Port of San Francisco Ferry Building and the Embarcadero", + "210": "Heading southwest along Market Street in San Francisco" + } + }, + "3E94AE98-EAF2-4B09-96E3-452F46BC114E": { + "name": "Bay Bridge" + }, + "b2-4": { + "name": "Downtown and Sutro Tower", + "pointsOfInterest": { + "0": "Heading into San Francisco’s Financial District, with Sutro Tower in the background", + "10": "Passing the Transamerica Pyramid", + "50": "Former Bank of America headquarters blotting out the sun" + } + }, + "4AD99907-9E76-408D-A7FC-8429FF014201": { + "name": "Bay and Embarcadero" + } } - diff --git a/Resources/Community/es.json b/Resources/Community/es.json deleted file mode 100644 index dabaed6b..00000000 --- a/Resources/Community/es.json +++ /dev/null @@ -1,437 +0,0 @@ -{ - "version": "0", - "language": "es", - "assets": [{ - "id": "009BA758-7060-4479-8EE8-FB9B40C8FB97", - "name": "Korea y Japon de noche" - }, - { - "id": "B1B5DDC5-73C8-4920-8133-BACCE38A08DE", - "name": "De Ciudad de México a Nueva York" - }, - { - "id": "7719B48A-2005-4011-9280-2F64EEC6FD91", - "name": "Del Norte de California a Baja" - }, - { - "id": "B876B645-3955-420E-99DF-60139E451CF3", - "name": "Parque Nacional de Wulingyuan 1" - }, - { - "id": "9CCB8297-E9F5-4699-AE1F-890CFBD5E29C", - "name": "Las terrazas de arroz de Longsheng" - }, - { - "id": "D5E76230-81A3-4F65-A1BA-51B8CADED625", - "name": "Parque Nacional de Wulingyuan 2" - }, - { - "id": "F0236EC5-EE72-4058-A6CE-1F7D2E8253BF", - "name": "La Gran Muralla 1" - }, - { - "id": "22162A9B-DB90-4517-867C-C676BC3E8E95", - "name": "La Gran Muralla 2" - }, - { - "id": "044AD56C-A107-41B2-90CC-E60CCACFBCF5", - "name": "La Gran Muralla 3" - }, - { - "id": "876D51F4-3D78-4221-8AD2-F9E78C0FD9B9", - "name": "Carretera Sheikh Zayed" - }, - { - "id": "E991AC0C-F272-44D8-88F3-05F44EDFE3AE", - "name": "Marina 1" - }, - { - "id": "00BA71CD-2C54-415A-A68A-8358E677D750", - "name": "Downtown" - }, - { - "id": "3FFA2A97-7D28-49EA-AA39-5BC9051B2745", - "name": "Marina 2" - }, - { - "id": "9680B8EB-CE2A-4395-AF41-402801F4D6A6", - "name": "Acercándose a Burj Khalifa" - }, - { - "id": "2F11E857-4F77-4476-8033-4A1E4610AFCC", - "name": "Carretera Sheikh Zayed", - "pointsOfInterest": { - "0": "Viajando a lo largo de la carretera Sheikh Zayed Road en Dubai, Emiratos Árabes Unidos" - } - }, - { - "id": "B8F204CE-6024-49AB-85F9-7CA2F6DCD226", - "name": "Península de Nuussuaq" - }, - { - "id": "2F52E34C-39D4-4AB1-9025-8F7141FAA720", - "name": "Fiordo de Ilulissat" - }, - - { - "id": "EE01F02D-1413-436C-AB05-410F224A5B7B", - "name": "Fiordo de Ilulissat" - }, - - { - "id": "499995FA-E51A-4ACE-8DFD-BDF8AFF6C943", - "name": "Valle Waimanu" - }, - { - "id": "12E0343D-2CD9-48EA-AB57-4D680FB6D0C7", - "name": "Laupāhoehoe Nui" - }, - { - "id": "b2-2", - "name": "Honopū Valley" - }, - { - "id": "258A6797-CC13-4C3A-AB35-4F25CA3BF474", - "name": "Pu‘u O ‘Umi" - }, - - { - "id": "3D729CFC-9000-48D3-A052-C5BD5B7A6842", - "name": "La costa de Kohala" - }, - { - "id": "82BD33C9-B6D2-47E7-9C42-AA3B7758921A", - "name": "Pu‘u O ‘Umi" - }, - - { - "id": "FE8E1F9D-59BA-4207-B626-28E34D810D0A", - "name": "Puerto Victoria 1" - }, - { - "id": "C8559883-6F3E-4AF2-8960-903710CD47B7", - "name": "Cumbre Victoria" - }, - { - "id": "024891DE-B7F6-4187-BFE0-E6D237702EF0", - "name": "Wan Chai" - }, - { - "id": "64EA30BD-C4B5-4CDD-86D7-DFE47E9CB9AA", - "name": "Puerto Victoria 2" - }, - - { - "id": "E99FA658-A59A-4A2D-9F3B-58E7BDC71A9A", - "name": "Puerto Victoria" - }, - { - "id": "001C94AE-2BA4-4E77-A202-F7DE60E8B1C8", - "name": "El oasis de Liwa 1" - }, - { - "id": "AFA22C08-A486-4CE8-9A13-E355B6C38559", - "name": "El oasis de Liwa 2" - }, - { - "id": "58754319-8709-4AB0-8674-B34F04E7FFE2", - "name": "Río Támesis", - "pointsOfInterest": { - "0": "Acercándose al Puente de la Torre sobre el río Támesis en Londres", - "40": "Pasando a la derecha el Gherkin, en la ciudad de Londres", - "70": "Pasando sobre el Puente de la Torre en el río Támesis, con el Ayuntamiento detrás y la Torre de Londres a la derecha", - "85": "Acercándose al HMS Belfast el el río Támesis, pasando el Walkie-Talkie a la derecha", - "115": "Viajando hacia el oeste por el río Támesis, con The Shard a la izquierda y Catedral de San Pablo a la derecha", - "135": "Pasando sobre la Catedral de Southwark, con la Catedral de San Pablo a la derecha", - "175": "Pasando Shakespeare’s Globe en Southwark (en primer plano a la derecha)", - "230": "Pasando la estación de Waterloo a la izquierda, con el Palacio de Westminster (Parlamento del Reino Unido) detrás al otro lado del Támesis", - "260": "Pasando el BFI IMAX en primer plano a la izquierda, con el London Eye detrás", - "280": "Dirigiéndose hacia Westminster sobre el río Támesis", - "300": "Acercándose a la estación de Charing Cross, en primer plano a la derecha", - "312": "Acercándose a Horse Guards Parade y Saint James's Park en la parte central izquierda.", - "324": "Pasando Saint Martin-in-the-Fields a la derecha, con el Arco del Almirantazgo, la Columna de Nelson y Trafalgar Square a su izquierda" - } - }, - { - "id": "A5AAFF5D-8887-42BB-8AFD-867EF557ED85", - "name": "Palacio de Buckingham", - "pointsOfInterest": { - "0": "Pasando el Arco de Wellington en Londres a la izquierda", - "12": "Sobrevolando los jardines del Palacio de Buckingham, con Green Park a la izquierda", - "24": "Volando sobre el Palacio de Buckingham en Londres", - "40": "Volando sobre el Victoria Memorial, pasando Wellington Barracks a la derecha", - "55": "Siguiendo Birdcage Walk a lo largo de St. James's Park", - "90": "Pasando por encima de la Oficina de Asuntos Exteriores y de la Commonwealth en Whitehall, con Horse Guards Parade a la izquierda y el Her Majesty’s Treasury a la derecha", - "102": "Pasando el Cenotafio, con el Ministerio de Defensa a la izquierda y el Big Ben y el Palacio de Westminster (Parlamento del Reino Unido) a la derecha", - "125": "Cruzando el río Támesis, volando sobre el London Eye", - "160": "Pasando por la estación de Waterloo en el sur de Londres, con BFI IMAX a la izquierda", - "270": "Pasando la Catedral de Southwark a la izquierda", - "285": "Pasando The Shard a la derecha", - "305": "Pasando el crucero HMS Belfast en el río Támesis", - "330": "Cruzando el río Támesis en el Puente de la Torre, con el Ayuntamiento a la derecha y la Torre de Londres a la izquierda" - } - }, - - { - "id": "F604AF56-EA77-4960-AEF7-82533CC1A8B3", - "name": "El río Támesis al atardecer", - "pointsOfInterest": { - "0": "Subiendo por el río Támesis hacia el Puente de la Torre, con la Torre de Londres a la derecha", - "25": "Cruzando el río Támesis y pasando por el ayuntamiento", - "35": "Passing the cruiser HMS Belfast in the River Thames", - "60": "Acercándose a The Shard", - "92": "Volando hacia el oeste sobre Southwark hacia Lambeth en el sur de Londres", - "200": "Pasando el palacio de Lambeth a la izquierda y la estación de Waterloo a la derecha", - "245": "Cruzando el río Támesis hacia el Palacio de Westminster (Parlamento del Reino Unido)", - "265": "Pasando el Palacio de Westminster (Parlamento del Reino Unido), con la Abadía de Westminster detrás" - } - }, - { - "id": "7F4C26C2-67C2-4C3A-8F07-8A7BF6148C97", - "name": "El río Támesis al anochecer", - "pointsOfInterest": { - "0": "Subiendo por el río Támesis hacia el Puente de la Torre, con la Torre de Londres a la derecha", - "28": "Viajando hacia el oeste por el río Támesis, pasando el Ayuntamiento a la izquierda", - "40": "Pasando el crucero HMS Belfast en el río Támesis, con The Shard a la izquierda y el Walkie-Talkie a la derecha", - "75": "Pasando la catedral de Southwark a la izquierda", - "110": "Pasando la Catedral de San Pablo a la derecha", - "130": "Pasando Shakespeare’s Globe a la izquierda en primer plano", - "210": "Continuando por el río Támesis hacia Westminster", - "300": "Pasando el London Eye en el río Támesis", - "315": "Acercándose al Big Ben y al Parlamento del Reino Unido, con la Abadía de Westminster a la derecha" - } - }, - - { - "id": "CE279831-1CA7-4A83-A97B-FF1E20234396", - "name": "Aeropuerto Internacional de Los Angeles", - "pointsOfInterest": { - "0": "Hacia el oeste sobre el aeropuerto internacional de Los Ángeles", - "80": "Pasando sobre Theme Building", - "210": "Pasando sobre la terminal internacional Tom Bradley" - } - }, - { - "id": "35693AEA-F8C4-4A80-B77D-C94B20A68956", - "name": "Harbor Freeway", - "pointsOfInterest": { - "0": "Siguiendo la Harbor Freeway (Interestatal 110) hacia el Norte a traves del sur de Los Ángeles", - "50": "Cruzando the Century Freeway (Interestatal 105)", - "65": "Pasando por encima de la estación Harbor Freeway en la Línea Verde del Metro, que transcurre paralela a Century Freeway", - "170": "Cruzando Imperial Highway" - } - }, - { - "id": "92E48DE9-13A1-4172-B560-29B4668A87EE", - "name": "Playa de Santa Monica" - }, - - { - "id": "89B1643B-06DD-4DEC-B1B0-774493B0F7B7", - "name": "Observatorio Griffith" - }, - { - "id": "EC67726A-8212-4C5E-83CF-8412932740D2", - "name": "Hollywood Hills", - "pointsOfInterest": { - "0": "Viajando hacia el norte a lo largo de Beachwood Drive a través de Hollywood Hills en Los Ángeles", - "60": "Siguiendo hacia el norte a traves de Beachwood Canyon", - "250": "Pasando el centro de comunicaciones del Monte Lee, dirigiéndose hacia Burbank, California" - } - }, - { - "id": "F5804DD6-5963-40DA-9FA0-39C0C6E6DEF9", - "name": "El Downtown de Los Ángeles", - "pointsOfInterest": { - "0": "Acercándose al Downtown de Los ángeles, con el edificio MTA (en amarillo) y Union Station (en rosa) en la parte central izquierda", - "35": "Pasando la Catedral de Nuestra Señora de los Ángeles (en el centro)", - "55": "Pasando el Centro de Música de Los Ángeles (en el centro)", - "65": "Cruzando Hollywood Freeway, viajando hacia el sur a través del Downtown y a lo largo de la Harbor Freeway", - "105": "Pasando el Walt Disney Concert Hall (en el centro)", - "120": "Pasando el ayuntamiento (en azul pálido, a la izquierda)", - "180": "Pasando la Library Tower (en el centro)", - "200": "Passing el hotel Westin Bonaventure (en el centro)", - "230": "La biblioteca central de Los Ángeles, iluminada, aparece detrás del hotel Westin Bonaventure.", - "275": "Pasando el Wilshire Grand Center (en construcción)", - "365": "Pasando L.A. Live", - "395": "Pasando el hotel Ritz-Carlton Hotel y el Staples Center", - "425": "Pasando el centro de convenciones de Los Ángeles", - "495": "Acercándose a la Santa Monica Freeway" - } - }, - - { - "id": "3BA0CFC7-E460-4B59-A817-B97F9EBB9B89", - "name": "Central Park" - }, - { - "id": "b1-3", - "name": "Bajo Manhattan" - }, - { - "id": "840FE8E4-D952-4680-B1A7-AC5BACA2C1F8", - "name": "Upper East Side" - }, - - { - "id": "44166C39-8566-4ECA-BD16-43159429B52F", - "name": "Séptima Avenida" - }, - { - "id": "640DFB00-FBB9-45DA-9444-9F663859F4BC", - "name": "Bajo Manhattan" - }, - - { - "id": "b8-2", - "name": "Marin Headlands" - }, - { - "id": "EE533FBD-90AE-419A-AD13-D7A60E2015D6", - "name": "Marin Headlands en la niebla", - "pointsOfInterest": { - "0": "Pasando por Marin Headlands a lo largo de la autopista 101 hacia el puente Golden Gate", - "20": "Horseshoe Cove apareciendo a la izquierda", - "105": "Pasando Battery Spencer a la izquierda", - "155": "Cruzando el puente Golden Gate hacia San Francisco" - } - }, - { - "id": "DE851E6D-C2BE-4D9F-AB54-0F9CE994DC51", - "name": "Bahía de San Francisco y el Golden Gate" - }, - { - "id": "b8-3", - "name": "Alamo Square", - "pointsOfInterest": { - "0": "Painted Ladies frente a Alamo Square en San Francisco", - "35": "Catedral de Santa María a la izquierda en segundo plano, con el downtown de San Francisco al fondo", - "70": "La cúpula del Ayuntamiento apareciendo en segundo plano a la derecha", - "210": "La cúpula del Ayuntamiento en segundo plano a la derecha" - } - }, - { - "id": "85CE77BF-3413-4A7B-9B0F-732E96229A73", - "name": "Embarcadero, Market Street", - "pointsOfInterest": { - "0": "Hacia el suroeste sobre la Bahía de San Francisco y la terminal de ferries del puerto de San Francisco", - "150": "Acercándose a la terminal de ferries del puerto de San Francisco y Embarcadero", - "210": "Hacia el suroeste por Market Street en el downtown de San Francisco" - } - }, - { - "id": "b4-3", - "name": "Del Presidio al Golden Gate", - "pointsOfInterest": { - "0": "Avanzando por el Presidio de San Francisco hacia el puente Golden Gate", - "190": "Cruzando el puente Golden Gate hacia las Marin Headlands" - } - }, - { - "id": "72B4390D-DF1D-4D51-B179-229BBAEFFF2C", - "name": "El Golden Gate desde San Francisco" - }, - { - "id": "b6-4", - "name": "Downtown y la Torre Coit", - "pointsOfInterest": { - "0": "El Downtown de San Francisco con la Pirámide Transamerica en el centro", - "100": "El Downtown de San Francisco con la Torre Coit apareciendo" - } - }, - { - "id": "29BDF297-EB43-403A-8719-A78DA11A2948", - "name": "Fisherman’s Wharf", - "pointsOfInterest": { - "0": "Dirigiéndose hacía el sudeste sobrevolando Fisherman’s Wharf en San Francisco", - "27": "Pasando el buque clase Liberty SS Jeremiah O’Brien", - "47": "Pasando el submarino USS Pampanito", - "80": "Pasando sobre North Beach en San Francisco", - "115": "Acercándose a la Torre Coit en Telegraph Hill, con el puente de la Bahía y el Downtown de San Francisco al fondo", - "135": "Acercándose a Torre Coit en Telegraph Hill, con el iglesia de San Pedro y San Pablo a la derecha en segundo plano" - } - }, - { - "id": "b5-3", - "name": "Embarcadero, Market Street", - "pointsOfInterest": { - "0": "Dirigiéndose hacia el suroeste sobre la Bahía de San Francisco hacia Ferry Building", - "150": "Acercándose al Ferry Building y Embarcadero", - "210": "Dirigiéndose al suroeste por Market Street en San Francisco" - } - }, - { - "id": "3E94AE98-EAF2-4B09-96E3-452F46BC114E", - "name": "Puente de la Bahía" - }, - { - "id": "b2-4", - "name": "Downtown y la Torre Sutro", - "pointsOfInterest": { - "0": "Dirigiéndose al distrito financiero de San Francisco, con la Torre Sutro al fondo", - "10": "Pasando la Pirámide Transamerica", - "50": "La antigua sede del Bank of America ocultando el sol" - } - }, - { - "id": "4AD99907-9E76-408D-A7FC-8429FF014201", - "name": "Bahía de San Francisco y Embarcadero" - }, - { - "id": "03EC0F5E-CCA8-4E0A-9FEC-5BD1CE151182", - "name": "Antártida" - }, - { - "id": "737E9E24-49BE-4104-9B72-F352DE1AD2BF", - "name": "Aurora Boreal Norteamericana" - }, - { - "id": "A837FA8C-C643-4705-AE92-074EFDD067F7", - "name": "Noche Africana" - }, - { - "id": "2F72BC1E-3D76-456C-81EB-842EBA488C27", - "name": "Africa y Oriente Medio por la noche." - }, - { - "id": "12318CCB-3F78-43B7-A854-EFDCCE5312CD", - "name": "De California a Las Vegas" - }, - { - "id": "D5CFB2FF-5F8C-4637-816B-3E42FC1229B8", - "name": "El Caribe" - }, - { - "id": "4F881F8B-A7D9-4FDB-A917-17BF6AC5A589", - "name": "El Caribe de dia" - }, - { - "id": "7825C73A-658F-48EE-B14C-EC56673094AC", - "name": "China" - }, - { - "id": "E5DB138A-F04E-4619-B896-DE5CB538C534", - "name": "De Italia a Asia" - }, - { - "id": "F439B0A7-D18C-4B14-9681-6520E6A74FE9", - "name": "Irán y Afganistán" - }, - { - "id": "7C643A39-C0B2-4BA0-8BC2-2EAA47CC580E", - "name": "De Irlanda a Asia" - }, - { - "id": "63C042F0-90EF-4A95-B7CC-CC9A64BF8421", - "name": "De África Occidental a los Alpes" - }, - { - "id": "78911B7E-3C69-47AD-B635-9C2486F6301D", - "name": "Nueva Zelanda" - }, - { - "id": "E556BBC5-D0A0-4DB1-AC77-BC76E4A526F4", - "name": "El Sahara e Italia" - } - ] -} diff --git a/Resources/Info.plist b/Resources/Info.plist index 764cb125..c3dce846 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.4.7beta4 + 1.4.7test8 CFBundleSignature ???? CFBundleVersion - 1.4.7beta4 + 1.4.7test8 LSApplicationCategoryType LSMinimumSystemVersion From a8d6697a63edb76d341d824c54096c5ba6afffb0 Mon Sep 17 00:00:00 2001 From: Guillaume Louel Date: Wed, 13 Feb 2019 15:04:50 +0100 Subject: [PATCH 2/2] French, Spanish and English translations from Localize --- Aerial.xcodeproj/project.pbxproj | 12 + .../Models/Cache/PoiStringProvider.swift | 3 +- Resources/Community/en.json | 46 ++- Resources/Community/es.json | 350 ++++++++++++++++++ Resources/Community/fr.json | 350 ++++++++++++++++++ 5 files changed, 757 insertions(+), 4 deletions(-) create mode 100644 Resources/Community/es.json create mode 100644 Resources/Community/fr.json diff --git a/Aerial.xcodeproj/project.pbxproj b/Aerial.xcodeproj/project.pbxproj index cc21f6d0..675c48ea 100644 --- a/Aerial.xcodeproj/project.pbxproj +++ b/Aerial.xcodeproj/project.pbxproj @@ -40,6 +40,10 @@ 0395835621807D1F008E8F9C /* thumbnail.png in Resources */ = {isa = PBXBuildFile; fileRef = 0395835221807D1F008E8F9C /* thumbnail.png */; }; 03A2CB9C216BA9AF0061E8E8 /* VideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03A2CB9B216BA9AF0061E8E8 /* VideoManager.swift */; }; 03A2CB9D216BB1490061E8E8 /* VideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03A2CB9B216BA9AF0061E8E8 /* VideoManager.swift */; }; + 03D37FD922145487005A146F /* es.json in Resources */ = {isa = PBXBuildFile; fileRef = 03D37FD722145487005A146F /* es.json */; }; + 03D37FDA22145487005A146F /* es.json in Resources */ = {isa = PBXBuildFile; fileRef = 03D37FD722145487005A146F /* es.json */; }; + 03D37FDB22145487005A146F /* fr.json in Resources */ = {isa = PBXBuildFile; fileRef = 03D37FD822145487005A146F /* fr.json */; }; + 03D37FDC22145487005A146F /* fr.json in Resources */ = {isa = PBXBuildFile; fileRef = 03D37FD822145487005A146F /* fr.json */; }; 03E8730C2165013C002B469B /* DownloadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03E8730B2165013C002B469B /* DownloadManager.swift */; }; 03E8730F216501ED002B469B /* AsynchronousOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03E8730E216501ED002B469B /* AsynchronousOperation.swift */; }; 03E8731021662AEB002B469B /* DownloadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03E8730B2165013C002B469B /* DownloadManager.swift */; }; @@ -109,6 +113,8 @@ 0395835121807D1F008E8F9C /* thumbnail@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "thumbnail@2x.png"; sourceTree = ""; }; 0395835221807D1F008E8F9C /* thumbnail.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = thumbnail.png; sourceTree = ""; }; 03A2CB9B216BA9AF0061E8E8 /* VideoManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VideoManager.swift; sourceTree = ""; }; + 03D37FD722145487005A146F /* es.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = es.json; sourceTree = ""; }; + 03D37FD822145487005A146F /* fr.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = fr.json; sourceTree = ""; }; 03E8730B2165013C002B469B /* DownloadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadManager.swift; sourceTree = ""; }; 03E8730E216501ED002B469B /* AsynchronousOperation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsynchronousOperation.swift; sourceTree = ""; }; 03E8731221675FE0002B469B /* TimeManagement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeManagement.swift; sourceTree = ""; }; @@ -184,6 +190,8 @@ 033192DF217B77E90073B580 /* Community */ = { isa = PBXGroup; children = ( + 03D37FD722145487005A146F /* es.json */, + 03D37FD822145487005A146F /* fr.json */, 033192E0217B78240073B580 /* en.json */, 0369985C2196103300E359D3 /* missingvideos.json */, ); @@ -501,6 +509,7 @@ 033192E2217B78240073B580 /* en.json in Resources */, FAC36F541BE1756D007F2A20 /* PreferencesWindow.xib in Resources */, FAC36F4E1BE1756D007F2A20 /* icon-day.pdf in Resources */, + 03D37FDA22145487005A146F /* es.json in Resources */, 0369985E2196129C00E359D3 /* missingvideos.json in Resources */, 033D62B0216CAE2C00F3AF83 /* icon-night-dark.pdf in Resources */, 0395835621807D1F008E8F9C /* thumbnail.png in Resources */, @@ -509,6 +518,7 @@ FAC36F4A1BE1756D007F2A20 /* MainMenu.xib in Resources */, FAC36F501BE1756D007F2A20 /* icon-night.pdf in Resources */, 0395835421807D1F008E8F9C /* thumbnail@2x.png in Resources */, + 03D37FDC22145487005A146F /* fr.json in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -526,10 +536,12 @@ buildActionMask = 2147483647; files = ( FAC36F531BE1756D007F2A20 /* PreferencesWindow.xib in Resources */, + 03D37FDB22145487005A146F /* fr.json in Resources */, FAC36F4D1BE1756D007F2A20 /* icon-day.pdf in Resources */, 033D62AB216CADCD00F3AF83 /* icon-day-dark.pdf in Resources */, 0395835321807D1F008E8F9C /* thumbnail@2x.png in Resources */, 0395835521807D1F008E8F9C /* thumbnail.png in Resources */, + 03D37FD922145487005A146F /* es.json in Resources */, 033D62AF216CAE2C00F3AF83 /* icon-night-dark.pdf in Resources */, 0369985D2196103300E359D3 /* missingvideos.json in Resources */, FAC36F4F1BE1756D007F2A20 /* icon-night.pdf in Resources */, diff --git a/Aerial/Source/Models/Cache/PoiStringProvider.swift b/Aerial/Source/Models/Cache/PoiStringProvider.swift index 12793ae1..4dd070bc 100644 --- a/Aerial/Source/Models/Cache/PoiStringProvider.swift +++ b/Aerial/Source/Models/Cache/PoiStringProvider.swift @@ -162,7 +162,8 @@ final class PoiStringProvider { debugLog("Defaulting to bundle") let cc = locale.languageCode // Just in case, cause we had a crash earlier with the fr one for some reason... - if cc == "en" || cc == "es" { + // This is probably no longer needed + if cc == "en" || cc == "es" || cc == "fr" { if preferences.localizeDescriptions { let path = Bundle(for: PoiStringProvider.self).path(forResource: cc, ofType: "json") if path != nil { diff --git a/Resources/Community/en.json b/Resources/Community/en.json index 2ac6cfb8..ef9fa411 100644 --- a/Resources/Community/en.json +++ b/Resources/Community/en.json @@ -217,7 +217,6 @@ "840FE8E4-D952-4680-B1A7-AC5BACA2C1F8": { "name": "Upper East Side" }, - "44166C39-8566-4ECA-BD16-43159429B52F": { "name": "Seventh Avenue" }, @@ -305,6 +304,47 @@ }, "4AD99907-9E76-408D-A7FC-8429FF014201": { "name": "Bay and Embarcadero" + }, + "03EC0F5E-CCA8-4E0A-9FEC-5BD1CE151182": { + "name": "Antartica" + }, + "737E9E24-49BE-4104-9B72-F352DE1AD2BF": { + "name": "North America Aurora" + }, + "A837FA8C-C643-4705-AE92-074EFDD067F7": { + "name": "Africa Night" + }, + "2F72BC1E-3D76-456C-81EB-842EBA488C27": { + "name": "Africa and the Middle East" + }, + "12318CCB-3F78-43B7-A854-EFDCCE5312CD": { + "name": "California to Vegas" + }, + "D5CFB2FF-5F8C-4637-816B-3E42FC1229B8": { + "name": "Caribbean" + }, + "4F881F8B-A7D9-4FDB-A917-17BF6AC5A589": { + "name": "Caribbean Day" + }, + "7825C73A-658F-48EE-B14C-EC56673094AC": { + "name": "China" + }, + "E5DB138A-F04E-4619-B896-DE5CB538C534": { + "name": "Italy to Asia" + }, + "F439B0A7-D18C-4B14-9681-6520E6A74FE9": { + "name": "Iran and Afghanistan" + }, + "7C643A39-C0B2-4BA0-8BC2-2EAA47CC580E": { + "name": "Ireland to Asia" + }, + "63C042F0-90EF-4A95-B7CC-CC9A64BF8421": { + "name": "West Africa to the Alps" + }, + "78911B7E-3C69-47AD-B635-9C2486F6301D": { + "name": "New Zealand" + }, + "E556BBC5-D0A0-4DB1-AC77-BC76E4A526F4": { + "name": "Sahara and Italy" } -} - +} \ No newline at end of file diff --git a/Resources/Community/es.json b/Resources/Community/es.json new file mode 100644 index 00000000..53ec6f53 --- /dev/null +++ b/Resources/Community/es.json @@ -0,0 +1,350 @@ +{ + "009BA758-7060-4479-8EE8-FB9B40C8FB97": { + "name": "Korea y Japon de noche" + }, + "B1B5DDC5-73C8-4920-8133-BACCE38A08DE": { + "name": "De Ciudad de México a Nueva York" + }, + "7719B48A-2005-4011-9280-2F64EEC6FD91": { + "name": "Del Norte de California a Baja" + }, + "B876B645-3955-420E-99DF-60139E451CF3": { + "name": "Parque Nacional de Wulingyuan 1" + }, + "9CCB8297-E9F5-4699-AE1F-890CFBD5E29C": { + "name": "Las terrazas de arroz de Longsheng" + }, + "D5E76230-81A3-4F65-A1BA-51B8CADED625": { + "name": "Parque Nacional de Wulingyuan 2" + }, + "F0236EC5-EE72-4058-A6CE-1F7D2E8253BF": { + "name": "La Gran Muralla 1" + }, + "22162A9B-DB90-4517-867C-C676BC3E8E95": { + "name": "La Gran Muralla 2" + }, + "044AD56C-A107-41B2-90CC-E60CCACFBCF5": { + "name": "La Gran Muralla 3" + }, + "876D51F4-3D78-4221-8AD2-F9E78C0FD9B9": { + "name": "Carretera Sheikh Zayed" + }, + "E991AC0C-F272-44D8-88F3-05F44EDFE3AE": { + "name": "Marina 1" + }, + "00BA71CD-2C54-415A-A68A-8358E677D750": { + "name": "Downtown" + }, + "3FFA2A97-7D28-49EA-AA39-5BC9051B2745": { + "name": "Marina 2" + }, + "9680B8EB-CE2A-4395-AF41-402801F4D6A6": { + "name": "Acercándose a Burj Khalifa" + }, + "2F11E857-4F77-4476-8033-4A1E4610AFCC": { + "name": "Carretera Sheikh Zayed", + "pointsOfInterest": { + "0": "Viajando a lo largo de la carretera Sheikh Zayed Road en Dubai, Emiratos Árabes Unidos" + } + }, + "B8F204CE-6024-49AB-85F9-7CA2F6DCD226": { + "name": "Península de Nuussuaq" + }, + "2F52E34C-39D4-4AB1-9025-8F7141FAA720": { + "name": "Fiordo de Ilulissat" + }, + "EE01F02D-1413-436C-AB05-410F224A5B7B": { + "name": "Fiordo de Ilulissat" + }, + "499995FA-E51A-4ACE-8DFD-BDF8AFF6C943": { + "name": "Valle Waimanu" + }, + "12E0343D-2CD9-48EA-AB57-4D680FB6D0C7": { + "name": "Laupāhoehoe Nui" + }, + "b2-2": { + "name": "Valle Honopū" + }, + "258A6797-CC13-4C3A-AB35-4F25CA3BF474": { + "name": "Pu‘u O ‘Umi" + }, + "3D729CFC-9000-48D3-A052-C5BD5B7A6842": { + "name": "La costa de Kohala" + }, + "82BD33C9-B6D2-47E7-9C42-AA3B7758921A": { + "name": "Pu‘u O ‘Umi" + }, + "FE8E1F9D-59BA-4207-B626-28E34D810D0A": { + "name": "Puerto Victoria 1" + }, + "C8559883-6F3E-4AF2-8960-903710CD47B7": { + "name": "Cumbre Victoria" + }, + "024891DE-B7F6-4187-BFE0-E6D237702EF0": { + "name": "Wan Chai" + }, + "64EA30BD-C4B5-4CDD-86D7-DFE47E9CB9AA": { + "name": "Puerto Victoria 2" + }, + "E99FA658-A59A-4A2D-9F3B-58E7BDC71A9A": { + "name": "Puerto Victoria" + }, + "001C94AE-2BA4-4E77-A202-F7DE60E8B1C8": { + "name": "El oasis de Liwa 1" + }, + "AFA22C08-A486-4CE8-9A13-E355B6C38559": { + "name": "El oasis de Liwa 2" + }, + "58754319-8709-4AB0-8674-B34F04E7FFE2": { + "name": "Río Támesis", + "pointsOfInterest": { + "0": "Acercándose al Puente de la Torre sobre el río Támesis en Londres", + "40": "Pasando a la derecha el Gherkin, en la ciudad de Londres", + "70": "Pasando sobre el Puente de la Torre en el río Támesis, con el Ayuntamiento detrás y la Torre de Londres a la derecha", + "85": "Acercándose al HMS Belfast el el río Támesis, pasando el Walkie-Talkie a la derecha", + "115": "Viajando hacia el oeste por el río Támesis, con The Shard a la izquierda y Catedral de San Pablo a la derecha", + "135": "Pasando sobre la Catedral de Southwark, con la Catedral de San Pablo a la derecha", + "175": "Pasando Shakespeare’s Globe en Southwark (en primer plano a la derecha)", + "230": "Pasando la estación de Waterloo a la izquierda, con el Palacio de Westminster (Parlamento del Reino Unido) detrás al otro lado del Támesis", + "260": "Pasando el BFI IMAX en primer plano a la izquierda, con el London Eye detrás", + "280": "Dirigiéndose hacia Westminster sobre el río Támesis", + "300": "Acercándose a la estación de Charing Cross, en primer plano a la derecha", + "312": "Acercándose a Horse Guards Parade y Saint James's Park en la parte central izquierda.", + "324": "Pasando Saint Martin-in-the-Fields a la derecha, con el Arco del Almirantazgo, la Columna de Nelson y Trafalgar Square a su izquierda" + } + }, + "A5AAFF5D-8887-42BB-8AFD-867EF557ED85": { + "name": "Palacio de Buckingham", + "pointsOfInterest": { + "0": "Pasando el Arco de Wellington en Londres a la izquierda", + "12": "Sobrevolando los jardines del Palacio de Buckingham, con Green Park a la izquierda", + "24": "Volando sobre el Palacio de Buckingham en Londres", + "40": "Volando sobre el Victoria Memorial, pasando Wellington Barracks a la derecha", + "55": "Siguiendo Birdcage Walk a lo largo de St. James's Park", + "90": "Pasando por encima de la Oficina de Asuntos Exteriores y de la Commonwealth en Whitehall, con Horse Guards Parade a la izquierda y el Her Majesty’s Treasury a la derecha", + "102": "Pasando el Cenotafio, con el Ministerio de Defensa a la izquierda y el Big Ben y el Palacio de Westminster (Parlamento del Reino Unido) a la derecha", + "125": "Cruzando el río Támesis, volando sobre el London Eye", + "160": "Pasando por la estación de Waterloo en el sur de Londres, con BFI IMAX a la izquierda", + "270": "Pasando la Catedral de Southwark a la izquierda", + "285": "Pasando The Shard a la derecha", + "305": "Pasando el crucero HMS Belfast en el río Támesis", + "330": "Cruzando el río Támesis en el Puente de la Torre, con el Ayuntamiento a la derecha y la Torre de Londres a la izquierda" + } + }, + "F604AF56-EA77-4960-AEF7-82533CC1A8B3": { + "name": "El río Támesis al atardecer", + "pointsOfInterest": { + "0": "Subiendo por el río Támesis hacia el Puente de la Torre, con la Torre de Londres a la derecha", + "25": "Cruzando el río Támesis y pasando por el ayuntamiento", + "35": "Pasando el crucero HMS Belfast en el río Támesis", + "60": "Acercándose a The Shard", + "92": "Volando hacia el oeste sobre Southwark hacia Lambeth en el sur de Londres", + "200": "Pasando el palacio de Lambeth a la izquierda y la estación de Waterloo a la derecha", + "245": "Cruzando el río Támesis hacia el Palacio de Westminster (Parlamento del Reino Unido)", + "265": "Pasando el Palacio de Westminster (Parlamento del Reino Unido), con la Abadía de Westminster detrás" + } + }, + "7F4C26C2-67C2-4C3A-8F07-8A7BF6148C97": { + "name": "El río Támesis al anochecer", + "pointsOfInterest": { + "0": "Subiendo por el río Támesis hacia el Puente de la Torre, con la Torre de Londres a la derecha", + "28": "Viajando hacia el oeste por el río Támesis, pasando el Ayuntamiento a la izquierda", + "40": "Pasando el crucero HMS Belfast en el río Támesis, con The Shard a la izquierda y el Walkie-Talkie a la derecha", + "75": "Pasando la catedral de Southwark a la izquierda", + "110": "Pasando la Catedral de San Pablo a la derecha", + "130": "Pasando Shakespeare’s Globe a la izquierda en primer plano", + "210": "Continuando por el río Támesis hacia Westminster", + "300": "Pasando el London Eye en el río Támesis", + "315": "Acercándose al Big Ben y al Parlamento del Reino Unido, con la Abadía de Westminster a la derecha" + } + }, + "CE279831-1CA7-4A83-A97B-FF1E20234396": { + "name": "Aeropuerto Internacional de Los Angeles", + "pointsOfInterest": { + "0": "Hacia el oeste sobre el aeropuerto internacional de Los Ángeles", + "80": "Pasando sobre Theme Building", + "210": "Pasando sobre la terminal internacional Tom Bradley" + } + }, + "35693AEA-F8C4-4A80-B77D-C94B20A68956": { + "name": "Harbor Freeway", + "pointsOfInterest": { + "0": "Siguiendo la Harbor Freeway (Interestatal 110) hacia el Norte a traves del sur de Los Ángeles", + "50": "Cruzando the Century Freeway (Interestatal 105)", + "65": "Pasando por encima de la estación Harbor Freeway en la Línea Verde del Metro, que transcurre paralela a Century Freeway", + "170": "Cruzando Imperial Highway" + } + }, + "92E48DE9-13A1-4172-B560-29B4668A87EE": { + "name": "Playa de Santa Monica" + }, + "89B1643B-06DD-4DEC-B1B0-774493B0F7B7": { + "name": "Observatorio Griffith" + }, + "EC67726A-8212-4C5E-83CF-8412932740D2": { + "name": "Hollywood Hills", + "pointsOfInterest": { + "0": "Viajando hacia el norte a lo largo de Beachwood Drive a través de Hollywood Hills en Los Ángeles", + "60": "Siguiendo hacia el norte a traves de Beachwood Canyon", + "250": "Pasando el centro de comunicaciones del Monte Lee, dirigiéndose hacia Burbank, California" + } + }, + "F5804DD6-5963-40DA-9FA0-39C0C6E6DEF9": { + "name": "El Downtown de Los Ángeles", + "pointsOfInterest": { + "0": "Acercándose al Downtown de Los ángeles, con el edificio MTA (en amarillo) y Union Station (en rosa) en la parte central izquierda", + "35": "Pasando la Catedral de Nuestra Señora de los Ángeles (en el centro)", + "55": "Pasando el Centro de Música de Los Ángeles (en el centro)", + "65": "Cruzando Hollywood Freeway, viajando hacia el sur a través del Downtown y a lo largo de la Harbor Freeway", + "105": "Pasando el Walt Disney Concert Hall (en el centro)", + "120": "Pasando el ayuntamiento (en azul pálido, a la izquierda)", + "180": "Pasando la Library Tower (en el centro)", + "200": "Pasando el hotel Westin Bonaventure (en el centro)", + "230": "La biblioteca central de Los Ángeles, iluminada, aparece detrás del hotel Westin Bonaventure.", + "275": "Pasando el Wilshire Grand Center (en construcción)", + "365": "Pasando L.A. Live", + "395": "Pasando el hotel Ritz-Carlton Hotel y el Staples Center", + "425": "Pasando el centro de convenciones de Los Ángeles", + "495": "Acercándose a la Santa Monica Freeway" + } + }, + "3BA0CFC7-E460-4B59-A817-B97F9EBB9B89": { + "name": "Central Park" + }, + "b1-3": { + "name": "Bajo Manhattan" + }, + "840FE8E4-D952-4680-B1A7-AC5BACA2C1F8": { + "name": "Upper East Side" + }, + "44166C39-8566-4ECA-BD16-43159429B52F": { + "name": "Séptima Avenida" + }, + "640DFB00-FBB9-45DA-9444-9F663859F4BC": { + "name": "Bajo Manhattan" + }, + "b8-2": { + "name": "Marin Headlands" + }, + "EE533FBD-90AE-419A-AD13-D7A60E2015D6": { + "name": "Marin Headlands en la niebla", + "pointsOfInterest": { + "0": "Pasando por Marin Headlands a lo largo de la autopista 101 hacia el puente Golden Gate", + "20": "Horseshoe Cove apareciendo a la izquierda", + "105": "Pasando Battery Spencer a la izquierda", + "155": "Cruzando el puente Golden Gate hacia San Francisco" + } + }, + "DE851E6D-C2BE-4D9F-AB54-0F9CE994DC51": { + "name": "Bahía de San Francisco y el Golden Gate" + }, + "b8-3": { + "name": "Alamo Square", + "pointsOfInterest": { + "0": "Painted Ladies frente a Alamo Square en San Francisco", + "35": "Catedral de Santa María a la izquierda en segundo plano, con el downtown de San Francisco al fondo", + "70": "La cúpula del Ayuntamiento apareciendo en segundo plano a la derecha", + "210": "La cúpula del Ayuntamiento en segundo plano a la derecha" + } + }, + "85CE77BF-3413-4A7B-9B0F-732E96229A73": { + "name": "Embarcadero, Market Street", + "pointsOfInterest": { + "0": "Hacia el suroeste sobre la Bahía de San Francisco y la terminal de ferries del puerto de San Francisco", + "150": "Acercándose a la terminal de ferries del puerto de San Francisco y Embarcadero", + "210": "Hacia el suroeste por Market Street en el downtown de San Francisco" + } + }, + "b4-3": { + "name": "De Presidio al Golden Gate", + "pointsOfInterest": { + "0": "Avanzando por el Presidio de San Francisco hacia el puente Golden Gate\"", + "190": "Cruzando el puente Golden Gate hacia las Marin Headlands" + } + }, + "72B4390D-DF1D-4D51-B179-229BBAEFFF2C": { + "name": "El Golden Gate desde San Francisco" + }, + "b6-4": { + "name": "Downtown y la Torre Coit", + "pointsOfInterest": { + "0": "El Downtown de San Francisco con la Pirámide Transamerica en el centro", + "100": "El Downtown de San Francisco con la Torre Coit apareciendo" + } + }, + "29BDF297-EB43-403A-8719-A78DA11A2948": { + "name": "Fisherman’s Wharf", + "pointsOfInterest": { + "0": "Dirigiéndose hacía el sudeste sobrevolando Fisherman’s Wharf en San Francisco", + "27": "Pasando el buque clase Liberty SS Jeremiah O’Brien", + "47": "Pasando el submarino USS Pampanito", + "80": "Pasando sobre North Beach en San Francisco", + "115": "Acercándose a la Torre Coit en Telegraph Hill, con el puente de la Bahía y el Downtown de San Francisco al fondo", + "135": "Acercándose a la Torre Coit en Telegraph Hill, con el iglesia de San Pedro y San Pablo a la derecha en segundo plano" + } + }, + "b5-3": { + "name": "Embarcadero, Market Street", + "pointsOfInterest": { + "0": "Dirigiéndose hacia el suroeste sobre la Bahía de San Francisco hacia Ferry Building", + "150": "Acercándose al Ferry Building y Embarcadero", + "210": "Dirigiéndose al suroeste por Market Street en San Francisco" + } + }, + "3E94AE98-EAF2-4B09-96E3-452F46BC114E": { + "name": "Puente de la Bahía" + }, + "b2-4": { + "name": "Downtown y la Torre Sutro", + "pointsOfInterest": { + "0": "Dirigiéndose al distrito financiero de San Francisco, con la Torre Sutro al fondo", + "10": "Pasando la Pirámide Transamerica", + "50": "La antigua sede del Bank of America ocultando el sol" + } + }, + "4AD99907-9E76-408D-A7FC-8429FF014201": { + "name": "Bahía de San Francisco y Embarcadero" + }, + "03EC0F5E-CCA8-4E0A-9FEC-5BD1CE151182": { + "name": "Antártida" + }, + "737E9E24-49BE-4104-9B72-F352DE1AD2BF": { + "name": "Aurora Boreal Norteamericana" + }, + "A837FA8C-C643-4705-AE92-074EFDD067F7": { + "name": "Noche Africana" + }, + "2F72BC1E-3D76-456C-81EB-842EBA488C27": { + "name": "Africa y Oriente Medio" + }, + "12318CCB-3F78-43B7-A854-EFDCCE5312CD": { + "name": "De California a Las Vegas" + }, + "D5CFB2FF-5F8C-4637-816B-3E42FC1229B8": { + "name": "El Caribe" + }, + "4F881F8B-A7D9-4FDB-A917-17BF6AC5A589": { + "name": "El Caribe de dia" + }, + "7825C73A-658F-48EE-B14C-EC56673094AC": { + "name": "China" + }, + "E5DB138A-F04E-4619-B896-DE5CB538C534": { + "name": "De Italia a Asia" + }, + "F439B0A7-D18C-4B14-9681-6520E6A74FE9": { + "name": "Irán y Afganistán" + }, + "7C643A39-C0B2-4BA0-8BC2-2EAA47CC580E": { + "name": "De Irlanda a Asia" + }, + "63C042F0-90EF-4A95-B7CC-CC9A64BF8421": { + "name": "De África Occidental a los Alpes" + }, + "78911B7E-3C69-47AD-B635-9C2486F6301D": { + "name": "Nueva Zelanda" + }, + "E556BBC5-D0A0-4DB1-AC77-BC76E4A526F4": { + "name": "El Sahara e Italia" + } +} \ No newline at end of file diff --git a/Resources/Community/fr.json b/Resources/Community/fr.json new file mode 100644 index 00000000..5bca6c77 --- /dev/null +++ b/Resources/Community/fr.json @@ -0,0 +1,350 @@ +{ + "009BA758-7060-4479-8EE8-FB9B40C8FB97": { + "name": "Corée et Japon" + }, + "B1B5DDC5-73C8-4920-8133-BACCE38A08DE": { + "name": "Mexico City vers New York" + }, + "7719B48A-2005-4011-9280-2F64EEC6FD91": { + "name": "Californie vers Baja" + }, + "B876B645-3955-420E-99DF-60139E451CF3": { + "name": "Parc National Wulingyuan 1" + }, + "9CCB8297-E9F5-4699-AE1F-890CFBD5E29C": { + "name": "Rizières en terrasses de Longji" + }, + "D5E76230-81A3-4F65-A1BA-51B8CADED625": { + "name": "Parc National Wulingyuan 2" + }, + "F0236EC5-EE72-4058-A6CE-1F7D2E8253BF": { + "name": "Grande Muraille 1" + }, + "22162A9B-DB90-4517-867C-C676BC3E8E95": { + "name": "Grande Muraille 2" + }, + "044AD56C-A107-41B2-90CC-E60CCACFBCF5": { + "name": "Grande Muraille 3" + }, + "876D51F4-3D78-4221-8AD2-F9E78C0FD9B9": { + "name": "Route Sheikh Zayed" + }, + "E991AC0C-F272-44D8-88F3-05F44EDFE3AE": { + "name": "Marina 1" + }, + "00BA71CD-2C54-415A-A68A-8358E677D750": { + "name": "Centre ville" + }, + "3FFA2A97-7D28-49EA-AA39-5BC9051B2745": { + "name": "Marina 2" + }, + "9680B8EB-CE2A-4395-AF41-402801F4D6A6": { + "name": "A l'approche de la Burj Khalifa" + }, + "2F11E857-4F77-4476-8033-4A1E4610AFCC": { + "name": "Route Sheikh Zayed", + "pointsOfInterest": { + "0": "Au-dessus de la Route Sheikh Zayed à Dubai, aux Emirats Arabes Unis" + } + }, + "B8F204CE-6024-49AB-85F9-7CA2F6DCD226": { + "name": "Péninsule Nuussuaq" + }, + "2F52E34C-39D4-4AB1-9025-8F7141FAA720": { + "name": "Fjord glacé d'Ilulissat" + }, + "EE01F02D-1413-436C-AB05-410F224A5B7B": { + "name": "Fjord glacé d'Ilulissat" + }, + "499995FA-E51A-4ACE-8DFD-BDF8AFF6C943": { + "name": "Vallée Waimanu" + }, + "12E0343D-2CD9-48EA-AB57-4D680FB6D0C7": { + "name": "Laupāhoehoe Nui" + }, + "b2-2": { + "name": "Vallée Honopū" + }, + "258A6797-CC13-4C3A-AB35-4F25CA3BF474": { + "name": "Pu‘u O ‘Umi" + }, + "3D729CFC-9000-48D3-A052-C5BD5B7A6842": { + "name": "Côte Kohala" + }, + "82BD33C9-B6D2-47E7-9C42-AA3B7758921A": { + "name": "Pu‘u O ‘Umi" + }, + "FE8E1F9D-59BA-4207-B626-28E34D810D0A": { + "name": "Port Victoria 1" + }, + "C8559883-6F3E-4AF2-8960-903710CD47B7": { + "name": "Pic Victoria" + }, + "024891DE-B7F6-4187-BFE0-E6D237702EF0": { + "name": "Wan Chai" + }, + "64EA30BD-C4B5-4CDD-86D7-DFE47E9CB9AA": { + "name": "Port Victoria 2" + }, + "E99FA658-A59A-4A2D-9F3B-58E7BDC71A9A": { + "name": "Port Victoria" + }, + "001C94AE-2BA4-4E77-A202-F7DE60E8B1C8": { + "name": "Oasis de Liwa 1" + }, + "AFA22C08-A486-4CE8-9A13-E355B6C38559": { + "name": "Oasis de Liwa 2" + }, + "58754319-8709-4AB0-8674-B34F04E7FFE2": { + "name": "Tamise", + "pointsOfInterest": { + "0": "A l'approche de Tower Bridge sur la Tamise, à Londres", + "40": "Passage à côté du Gherkin, à droite, dans la Cité de Londres", + "70": "Survol de Tower Bridge sur la Tamise, avec City Hall en arrière plan et la Tour de Londres sur la droite", + "85": "A l'approche du HMS Belfast sur la Tamise, avec le Walkie-Talkie sur la droite", + "115": "En voyage vers l'ouest sur la Tamise, avec The Shard sur la gauche et la Cathédrale St Paul à droite", + "135": "Au-dessus de la Cathédrale Southwark, avec la Cathédrale St Paul sur la droite", + "175": "Près du Globe Shakespeare à Southwark (premier plan à droite)", + "230": "Près de Waterloo Station sur la gauche, avec le Palais de Westminster en arrière plan", + "260": "Près de l'IMAX du BFI sur la gauche, avec le London Eye à l'arrière", + "280": "En direction de Westminster sur la Tamise", + "300": "A l'approche de Charing Cross Station sur la droite", + "312": "Près de la parade des Horse Guards et de Saint James’s Park sur la gauche", + "324": "Survol de Saint Martin-in-the-Fields sur la droite, avec l'Admiralty Arch, la Nelson’s Column, et Trafalgar Square à gauche" + } + }, + "A5AAFF5D-8887-42BB-8AFD-867EF557ED85": { + "name": "Palais de Buckingham", + "pointsOfInterest": { + "0": "Près de Wellington Arch à Londres, sur la gauche", + "12": "Au-dessus des jardins du Palais de Buckingham, avec le Green Park sur la gauche", + "24": "Au-dessus du Palais de Buckingham à Londres", + "40": "Au-dessus du Mémorial Victoria, avec les Wellington Barracks sur la droite", + "55": "Dans le Parc St James, le long de Birdcage Walk", + "90": "Au-dessus du Bureau des Affaires Etrangères et du Commonwealth à Whitehall, avec la parade des Horse Guards à gauche et le Trésor de Sa Majesté à droite", + "102": "Au-dessus du Cenotaph, avec le Ministère de la Défense sur la gauche et Big Ben et le Palais de Westiminster à droite", + "125": "Traversant la Tamise, passant au-dessus du London Eye", + "160": "Au-dessus de la Gare de Waterloo dans le Sud de Londres, avec l'IMAX du BFI sur la gauche", + "270": "Près de la Cathédrale Southwark sur la gauche", + "285": "Au-dessus de The Shard sur la droite", + "305": "Au-dessus du croiseur HMS Belfast sur la Tamise", + "330": "Traversant la Tamise à Tower Bridge, avec City Hall sur la droite et la Tour de Londres à gauche" + } + }, + "F604AF56-EA77-4960-AEF7-82533CC1A8B3": { + "name": "Tamise au coucher du soleil", + "pointsOfInterest": { + "0": "En direction de Tower Bridge sur la Tamise, avec la Tour de Londres sur la droite", + "25": "Traversée de la Tamise en passant au-dessus de City Hall", + "35": "Passage au-dessus du HMS Belfast sur la Tamise", + "60": "En approche de The Shard", + "92": "En voyage vers l'ouest au-dessus de Southwark, en direction de Lambeth dans le Sud de Londres", + "200": "Le Palais Lambeth sur la gauche, et la Gare de Waterloo sur la droite", + "245": "Traversée de la Tamise vers le Palais de Westminster", + "265": "Près du Palais de Westminster, avec son Abbaye en arrière-plan" + } + }, + "7F4C26C2-67C2-4C3A-8F07-8A7BF6148C97": { + "name": "Tamise au crépuscule", + "pointsOfInterest": { + "0": "Remontée de la Tamise vers Tower Bridge, avec la Tour de Londres sur la droite", + "28": "En voyage vers l'ouest sur la Tamise, passant City Hall sur la gauche", + "40": "Au-dessus du HMS Belfast sur la Tamise, avec The Shard sur la gauche et le Walkie-Talkie sur la droite", + "75": "A côté de la Cathédrale Southwark sur la gauche", + "110": "A côté de la Cathédrale St Paul sur la droite", + "130": "Près du Globe de Shakespeare au premier plan à gauche", + "210": "Remontée de la Tamise vers Westminster", + "300": "Au-dessus du London Eye sur la Tamise", + "315": "Passage à côté de Big Ben et des Parlements, avec l'Abbaye de Westminster sur la droite" + } + }, + "CE279831-1CA7-4A83-A97B-FF1E20234396": { + "name": "Aéroport de Los Angeles", + "pointsOfInterest": { + "0": "En voyage vers l'ouest, au-dessus de l'Aeroport International de Los Angeles (LAX)", + "80": "Passage au-dessus du Theme Building", + "210": "Passage au-dessus du Terminal International Tom Bradley" + } + }, + "35693AEA-F8C4-4A80-B77D-C94B20A68956": { + "name": "Harbor Freeway (I-110)", + "pointsOfInterest": { + "0": "Survol de Harbor Freeway (Interstate 110) au Sud de Los Angeles", + "50": "Croisement avec Century Freeway (Interstate 105)", + "65": "Au-dessus de la Station de Metro Harbor Freeway sur la Green Line du Metro, qui suit le long de Century Freeway", + "170": "Croisement avec l'Imperial Highway" + } + }, + "92E48DE9-13A1-4172-B560-29B4668A87EE": { + "name": "Plage Santa Monica" + }, + "89B1643B-06DD-4DEC-B1B0-774493B0F7B7": { + "name": "Observatoire Griffith" + }, + "EC67726A-8212-4C5E-83CF-8412932740D2": { + "name": "Collines d'Hollywood", + "pointsOfInterest": { + "0": "En voyage vers le nord, le long de Beachwood Drive au travers des Hollywood Hills à Los Angeles", + "60": "Continuant vers le nord, traversant Beachwood Canyon", + "250": "Au-dessus du Centre de Communications Mount Lee, en direction de Burbank en California" + } + }, + "F5804DD6-5963-40DA-9FA0-39C0C6E6DEF9": { + "name": "Centre ville", + "pointsOfInterest": { + "0": "En approche du centre de Los Angeles, avec le building MTA (en jaune) et Union Station (en rose) sur la gauche", + "35": "Près de la Cathédrale Notre Dame des Anges (au centre)", + "55": "Au-dessus du Los Angeles County Music Center (au centre)", + "65": "Traversée de Hollywood Freeway, en direction du sur vers le centre le long de Harbor Freeway", + "105": "Près du Walt Disney Concert Hall (au centre)", + "120": "Près de City Hall (en bleu clair, sur la gauche)", + "180": "Près de Library Tower (au centre)", + "200": "Près de l'Hotel Bonaventure (au centre)", + "230": "La Bibliothèque Centrale de Los Angeles, illuminée, se distingue derrière l'Hotel Bonaventure", + "275": "Près du site de construction du Wilshire Grand Center", + "365": "Au-dessus du L.A. Live", + "395": "Près de l'Hotel Ritz-Carlton et du Staples Center", + "425": "Près du Centre de Convention de Los Angeles", + "495": "En approche de Santa Monica Freeway" + } + }, + "3BA0CFC7-E460-4B59-A817-B97F9EBB9B89": { + "name": "Central Park" + }, + "b1-3": { + "name": "Sud de Manhattan" + }, + "840FE8E4-D952-4680-B1A7-AC5BACA2C1F8": { + "name": "Upper East Side" + }, + "44166C39-8566-4ECA-BD16-43159429B52F": { + "name": "Septième Avenue" + }, + "640DFB00-FBB9-45DA-9444-9F663859F4BC": { + "name": "Sud de Manhattan" + }, + "b8-2": { + "name": "Marin Headlands" + }, + "EE533FBD-90AE-419A-AD13-D7A60E2015D6": { + "name": "Marin Headlands dans le brouillard", + "pointsOfInterest": { + "0": "Au-dessus des Marin Headlands le long de la Highway 101, en direction du Golden Gate", + "20": "Horseshoe Cove se distingue sur la gauche", + "105": "Au-dessus de Battery Spencer", + "155": "Traversée du Golden Gate vers San Francisco" + } + }, + "DE851E6D-C2BE-4D9F-AB54-0F9CE994DC51": { + "name": "Bay et Golden Gate" + }, + "b8-3": { + "name": "Parc d'Alamo Square", + "pointsOfInterest": { + "0": "Les « Dames Peintes » derrière Alamo Square à San Francisco", + "35": "La Cathédrale St Mary sur la gauche, avec le centre de San Francisco en arrière plan", + "70": "Le dôme de City Hall commence à apparaitre sur la droite", + "210": "Le dôme de City Hall, visible sur la droite" + } + }, + "85CE77BF-3413-4A7B-9B0F-732E96229A73": { + "name": "Embarcadero, Market Street", + "pointsOfInterest": { + "0": "En direction du sud-ouest sur la baie de San Francisco, vers le \"Ferry Building\"", + "150": "En approche du \"Ferry Building\" de San Francisco et de l’Embarcadero", + "210": "En direction du sud-ouest sur Market Street, dans le centre-ville de San Francisco" + } + }, + "b4-3": { + "name": "Presidio vers Golden Gate", + "pointsOfInterest": { + "0": "Le long du Presidio de San Francisco en direction du Golden Gate", + "190": "Traversée du Golden Gate en direction de Marin Headlands" + } + }, + "72B4390D-DF1D-4D51-B179-229BBAEFFF2C": { + "name": "Golden Gate depuis SF" + }, + "b6-4": { + "name": "Centre ville et Tour Coit", + "pointsOfInterest": { + "0": "Centre-ville de San Francisco avec la \"Transamerica Pyramid\" au centre", + "100": "La Coit Tower se laisse entrevoir dans le Centre-ville de San Francisco" + } + }, + "29BDF297-EB43-403A-8719-A78DA11A2948": { + "name": "Fisherman's Wharf", + "pointsOfInterest": { + "0": "En direction du sud-est au dessus de Fisherman's Wharf à San Francisco", + "27": "Passage du navire Liberty SS Jeremiah O'Brien", + "47": "Passage au dessus du sous-marin USS Pampanito", + "80": "En passant par le quartier North Beach à San Francisco", + "115": "A l'approche de Coit Tower sur Telegraph Hill, avec le Bay Bridge et le centre-ville de SF en arrière-plan", + "135": "A l'approche de Coit Tower sur Telegraph Hill, avec l'église Saint-Pierre-et Saint-Paul à mi-chemin à droite" + } + }, + "b5-3": { + "name": "Embarcadero, Market Street", + "pointsOfInterest": { + "0": "En direction du sud-ouest sur la baie de San Francisco, vers le \"Ferry Building\"", + "150": "En approche du \"Ferry Building\" de San Francisco et de l’Embarcadero", + "210": "En direction du sud-ouest sur Market Street, dans San Francisco" + } + }, + "3E94AE98-EAF2-4B09-96E3-452F46BC114E": { + "name": "Bay Bridge" + }, + "b2-4": { + "name": "Centre-ville et tour Sutro", + "pointsOfInterest": { + "0": "Vers le quartier financier de San Francisco, avec la tour Sutro à l'arrière-plan", + "10": "En passant la \"Transamerica Pyramid\"", + "50": "L'ancien siège de la Bank of America éclipsant le soleil" + } + }, + "4AD99907-9E76-408D-A7FC-8429FF014201": { + "name": "Bay et Embarcadero" + }, + "03EC0F5E-CCA8-4E0A-9FEC-5BD1CE151182": { + "name": "Antarctique" + }, + "737E9E24-49BE-4104-9B72-F352DE1AD2BF": { + "name": "Aurore en Amérique du Nord" + }, + "A837FA8C-C643-4705-AE92-074EFDD067F7": { + "name": "Nuit Africaine" + }, + "2F72BC1E-3D76-456C-81EB-842EBA488C27": { + "name": "Afrique et Moyen-Orient" + }, + "12318CCB-3F78-43B7-A854-EFDCCE5312CD": { + "name": "Californie vers Vegas" + }, + "D5CFB2FF-5F8C-4637-816B-3E42FC1229B8": { + "name": "Caraïbes" + }, + "4F881F8B-A7D9-4FDB-A917-17BF6AC5A589": { + "name": "Caraïbes de jour" + }, + "7825C73A-658F-48EE-B14C-EC56673094AC": { + "name": "Chine" + }, + "E5DB138A-F04E-4619-B896-DE5CB538C534": { + "name": "Italie vers l’Asie" + }, + "F439B0A7-D18C-4B14-9681-6520E6A74FE9": { + "name": "Iran et Afghanistan" + }, + "7C643A39-C0B2-4BA0-8BC2-2EAA47CC580E": { + "name": "Irlande vers l’Asie" + }, + "63C042F0-90EF-4A95-B7CC-CC9A64BF8421": { + "name": "Afrique de l'Ouest vers les Alpes" + }, + "78911B7E-3C69-47AD-B635-9C2486F6301D": { + "name": "Nouvelle-Zélande" + }, + "E556BBC5-D0A0-4DB1-AC77-BC76E4A526F4": { + "name": "Sahara et Italie" + } +} \ No newline at end of file