{
    "en-US": {
        "translation": {
            "start.narration": "Welcome to the Alexa Presentation Language Demo for Skill Flow Builder. \n    <break time='1.0s'/>    \n    You can now easily add visuals to your Alexa Skill using APL templates, custom commands, and animations. \n    <break time='1.0s'/>\n    In addition, the dynamic pager system makes it easy to create slide shows using built in layouts, as well as mix and match custom layouts that you create. \n    <break time='1.0s'/>\n    Are you ready to hear more?",
            "start.reprompt": "Are you ready to hear more?",
            "utterance-yes": "yes",
            "utterance-continue": "continue",
            "utterance-ready": "ready",
            "utterance-i am ready": "i am ready",
            "utterance-let's go": "let's go",
            "utterance-sure": "sure",
            "utterance-no": "no",
            "utterance-nope": "nope",
            "utterance-stop": "stop",
            "utterance-no thank you": "no thank you",
            "templates.narration": "Great! Starting with a simple scene in skill flow builder,\n    <break time='1.0s'/>",
            "commands.narration": "You can add a *show section to any scene to add visuals to that scene.  \n    <break time='1.0s'/>",
            "commands-0.narration": "Further show sections can invoke commands on your loaded APL file,\n    <break time='1.0s'/>",
            "commands-1.narration": "to trigger actions, such as making an image appear on the screen.",
            "commands-2.narration": "Or starting animations to bring your screens to life.\n    <break time='1.0s'/>\n    Are you ready to hear more?",
            "commands-2.reprompt": "Are you ready to hear more?",
            "dynamic-pager.narration": "To make life easier, the dynamic pager template allows you to create a slideshow out of a collection of layouts,",
            "dynamic-pager-0.narration": "allowing you to easily customize the look and feel of each scene.",
            "dynamic-pager-1.narration": "The first example layout is called the Background Layout, you can use it to display full screen images.",
            "dynamic-pager-2.narration": "And intermix spoken text along with the slide show.",
            "sequence.narration": "Next is the Sequence layout, used for listing items, such as for a shop in the game, or actions to take. The user can interact via voice or by touch events.",
            "sequence-1.narration": "Or create your own layouts to customize your visuals. Like making a dice roll in your game.",
            "sequence-2.narration": "<audio src='https://sfb-framework.s3.amazonaws.com/examples/sounds/dice_roll_sfx.mp3' />\n    <break time='3.0s'/>",
            "sequence-3.narration": "Using APL with Skill Flow Builder is easy, that's it for now.\n\n    I'll leave you with a dice demo just for fun.",
            "dice-menu.narration": "Please choose from one of the dice shown on the screen, or touch them to select.",
            "dice-menu.reprompt": "Please choose from one of the dice shown on the screen, or touch them to select.",
            "utterance-roll a {num_sides} sided die": "roll a {num_sides} sided die",
            "utterance-roll a {num_sides} sided dice": "roll a {num_sides} sided dice",
            "utterance-{num_sides} sided": "{num_sides} sided",
            "utterance-{num_sides} sides": "{num_sides} sides",
            "utterance-{num_sides}": "{num_sides}",
            "utterance-roll a D4": "roll a D4",
            "utterance-D4": "D4",
            "utterance-roll a D6": "roll a D6",
            "utterance-D6": "D6",
            "utterance-roll a D20": "roll a D20",
            "utterance-D20": "D20",
            "dice-roll-1.narration": "Rolling a {number_of_sides} sided die.",
            "dice-roll-1-2.narration": "<audio src='https://sfb-framework.s3.amazonaws.com/examples/sounds/dice_roll_sfx.mp3' />",
            "dice-roll-2.narration": "You got a {roll_value}.",
            "say-end-of-demo-message.narration": "That's the end of the demo, you can keep rolling for fun.",
            "end.narration": "Thank you, goodbye."
        }
    }
}