dictionary property

Map<String, Map<String, String>> dictionary
getter/setter pair

Implementation

static Map<String, Map<String, String>> dictionary = {
  'en': {
    'scan': 'SCAN',
    'scan_text': 'Unable to locate you. \n to locate :',
    'point': 'POINT',
    'pass': 'PASS',
    'or': 'OR',
    'scan_required': 'Unable to locate you',
    'rescan': 'Rescan',
    'conveying_msg':
        'We have detected that you are on an escalator or in an elevator and we are no longer able to provide you with an accurate position.'
            ' Please relocate once you have exited.',
    'alr_localized':
        'You are already geolocated. \n Are you sure you want to relocate ?',
    'search': 'Search',
    'my_pos': 'My position',
    'ar_1': 'You enter an experience of ',
    'ar_2': 'augmented reality',
    'ar_3':
        "For this experience, access to your camera, its position, and orientation are required.",
    'camera': 'camera',
    'its': 'its',
    'ar_6': ' and its ',
    'ar_4': ' are required.',
    'ar_5':
        "Be careful! Be aware of your surroundings when using augmented reality.",
    'cancel': 'CANCEL',
    'got_it': 'GOT IT !',
    'arrival_msg': 'You have arrived !',
    'review': 'Did you find this experience useful ?',
    'thanks': 'Thanks',
    'go_there': 'Go there  ',
    'iti_failed': "Unable to calculate a route to this point.",
    'clear': "CLEAR",
    'filter': "FILTER",
    'nav_ask': "Do you want to start navigation for this route ?",
    'start': "Start",
    'scanning': "Scan the environment around you within the station.",
    'no_result': "No results. Modify your search for more results.",
    'results': "results",
    'itinerary': "Itinerary",
    'prm': "PRM",
    'level': "level",
    'arrival': "Arrival",
    'details': "Details",
    'vps_bad_internet': "it takes longer than expected \n"
        "and could be due to your internet connection",
    'vps_no_internet': "VPS Failed \n"
        "Check your internet connection",
    'vps_timeout': "it takes longer than expected",
    'choose_start': "Choose a starting point.",
    'map_data_failed': "Failed to load map data, try again."
  },
  'fr': {
    'scan': 'SCANNER',
    'scan_text': 'Localisation imprécise.  \n Pour vous localiser :',
    'point': 'POINTER',
    'pass': 'PASSER',
    'or': 'OU',
    'scan_required': 'Impossible de vous géolocaliser',
    'rescan': 'Re-Scanner',
    'conveying_msg':
        'Nous avons détecté que vous étiez dans un escalator ou un ascenseur et nous ne sommes plus en capacité de vous fournir une position précise.'
            ' Veuillez vous relocaliser une fois que vous en êtes descendu',
    'alr_localized':
        'Vous êtes déjà géolocalisé(e) \n Êtes-vous sûr de vouloir relocaliser ?',
    'search': 'Rechercher',
    'my_pos': 'Ma position',
    'ar_1': 'Vous entrez dans une expérience de ',
    'ar_2': 'réalité augmentée',
    'ar_3':
        "Pour cette expérience, l'accès à votre caméra, sa position et son orientation sont nécessaires ",
    'camera': 'caméra',
    'its': 'sa',
    'ar_6': ' et son ',
    'ar_4': ' sont nécessaires.',
    'ar_5':
        "Soyez prudent ! Restez attentif à votre environnement lors de l'utilisation de la réalité augmentée.",
    'cancel': 'ANNULER',
    'got_it': 'COMPRIS !',
    'arrival_msg': 'Vous êtes arrivé(e) !',
    'review': 'Avez-vous trouvé cette expérience utile ?',
    'thanks': 'Merci',
    'go_there': 'Y aller  ',
    'iti_failed': "Impossible de calculer un itinéraire jusqu'à ce point",
    'clear': "EFFACER",
    'filter': "Filtrer",
    'nav_ask': "Souhaitez-vous démarrer la navigation pour cet itinéraire ?",
    'start': "Démarrer",
    'scanning':
        "Scannez l'environnement autour de vous au sein de la station",
    'no_result':
        "Aucun résultat. Modifiez votre recherche pour plus de résultats.",
    'results': "résultats",
    'itinerary': "Itinéraire",
    'prm': "PMR",
    'level': "niveau",
    'arrival': "Arrivée",
    'details': "Détails",
    'vps_bad_internet': "Il faut plus de temps que prévu \n "
        "et cela pourrait être dû à votre connexion Internet.",
    'vps_no_internet': "Échec du VPS \n"
        "Vérifiez votre connexion Internet.",
    'vps_timeout': "Il faut plus de temps que prévu",
    'choose_start': "Choisir un lieu de départ",
    'map_data_failed': "Échec du chargement des données de la carte, veuillez réessayer."
  },
};