{
    "global": {
        "loading": "Loading...",
        "back": "BACK",
        "continue": "CONTINUE",
        "next": "Next",
        "close": "Close",
        "try_again": "Try again",
        "play": "Play",
        "yes": "Yes",
        "no": "No"
    },
    "sign_in": {
        "name": "Name",
        "user": "Username",
        "password": "Password",
        "erro_email": "Email invalid ",
        "erro_fields": "Please fill all the fields",
        "erro_login": "This login is already in use, please choose another!",
        "success": "User created successfully, please log in!",
        "sign_in": "Register"
    },
    "login": {
        "user": "Username",
        "password": "Password",
        "erro": "Username and\/or password invalid",
        "sucesso": "Welcome ",
        "login": "Log in"
    },
    "loading": {
        "loading": "Loading game",
        "success": "Game loaded!",
        "error": "Error loading game!"
    },
    "save": {
        "loading": "Saving game",
        "success": "Game saved!",
        "error": "Error saving game!"
    },
    "levels": {
        "level": "LEVEL",
        "level_1": "Part One",
        "level_2": "Part Two",
        "level_3": "Part Three",
        "continue": "Continue",
        "restart": "Restart"
    },
    "menu": {
        "title": "2AI",
        "new_game": "NEW GAME",
        "skip": "CONTINUE",
        "load_game": "CONTINUE GAME",
        "credits": "CREDITS",
        "login": "LOG IN",
        "sign_in": "REGISTER"
    },
    "quiz": {
        "percentage": "Percentage of correct answers"
    },
    "glossary": {
        "G01": {
            "title": "Artificial Intelligence (AI)",
            "text": "Using computers to do things that usually require human intelligence."
        },
        "G02": {
            "title": "Super AI",
            "text": "A form of AI in the future that would improve on human intelligence."
        },
        "G03": {
            "title": "Natural Language Processing",
            "text": "A computer system that understands natural language."
        },
        "G04": {
            "title": "Agent",
            "text": "Agent refers to an autonomous entity that acts, directing its activity towards achieving goals."
        },
        "G05": {
            "title": "Data",
            "text": "A collection of facts, such as numbers, words, measurements, observations, etc."
        },
        "G06": {
            "title": "Neural Networks",
            "text": "Any computer system that mimics the working of a living brain."
        },
        "G07": {
            "title": "Self Driving Car",
            "text": "Car that does not need a human driver."
        },
        "G08": {
            "title": "Database",
            "text": " Data stored on a computer system."
        },
        "G09": {
            "title": "Analytics",
            "text": "The discovery, interpretation, and communication of meaningful patterns of data."
        },
        "G10": {
            "title": "Data Mining",
            "text": "Using large sets of data to provide useful information."
        },
        "G11": {
            "title": "Input",
            "text": "Information given to a computer."
        },
        "G12": {
            "title": "Algorithm ",
            "text": "A set of instructions to solve a problem. In AI, for example, an algorithm tells the machine how to go about finding answers to a question or solutions to a problem."
        },
        "G13": {
            "title": "Programming",
            "text": "Coding instructions for a computer."
        },
        "G14": {
            "title": "HVAC",
            "text": "Heating, ventilation, and air conditioning (HVAC)."
        },
        "G15": {
            "title": "Machine Learning",
            "text": "Teaching an AI system how to act."
        },
        "G16": {
            "title": "Sensor",
            "text": "An electronic component that can detect changes in its environment such as temperature and light levels. For example, infrared sensors, 3D cameras, Lidar sensors, etc"
        },
        "G17": {
            "title": "Drone",
            "text": " An unmanned aircraft without a pilot, that can be controlled from the ground. "
        },
        "G18": {
            "title": "Autonomous",
            "text": "Something that works without a human controlling it. In AI, a machine or vehicle is referred to as autonomous if it doesn\u2019t require input from a human operator to function properly."
        },
        "G19": {
            "title": "Deep Learning",
            "text": "A subset of machine learning that uses specialized algorithms to model and understand complex structures and relationships among data and datasets."
        },
        "G20": {
            "title": "Strong AI",
            "text": "A form of AI in the future where machines would have human-like intelligence and thoughts."
        },
        "G21": {
            "title": "Weak\/Narrow AI",
            "text": "A limited form of AI focussed on a single or small set of tasks. Most AI in use today is weak AI."
        },
        "G22": {
            "title": "Turing Test",
            "text": "Testing a computer system to see if it can chat like a human (developed by Alan Turing). "
        },
        "G23": {
            "title": "Trolley Problem",
            "text": "Testing a computer system to see if it can behave in an ethical way."
        },
        "G24": {
            "title": "Chatbot",
            "text": "A computer program which uses AI to have a human conversation."
        },
        "G25": {
            "title": "Data Bias",
            "text": "Unreliable data."
        },
        "G26": {
            "title": "Supervised Learning",
            "text": "Algorithms that are trained with data labelled by human intervention."
        },
        "G27": {
            "title": "Unsupervised Learning",
            "text": "Algorithms that operate on data that is not explicitly labelled."
        },
        "G28": {
            "title": "Labelled Data",
            "text": "A group of samples that have been tagged with one or more labels, such as pictures."
        },
        "G29": {
            "title": "Unlabelled Data",
            "text": "Data that comes with no tags."
        },
        "G30": {
            "title": "Speech Recognition",
            "text": "A computer that can understand speech."
        },
        "G31": {
            "title": "Speech Generation",
            "text": "A computer that can speak."
        },
        "G32": {
            "title": "Lidar Sensor",
            "text": "A distance sensor (like a parking sensor) that uses laser pulses."
        },
        "G33": {
            "title": "Algorithmic Bias",
            "text": "A set of instructions to solve a problem that are not always fair in every case."
        },
        "G34": {
            "title": "Robot",
            "text": " A machine that can perform series of tasks by itself, such as walking, talking, interacting with others, etc."
        }
    }
}