{
	"locale.name": "English",
	"routes.home": "/",
	"routes.error": "/error/",
	"routes.user": "/user/",
	"routes.flow": "/flow/",
	"routes.block": "/block/",
	"routes.text": "/text/",
	"routes.reset-password": "/reset-password/",
	"routes.confirm-email": "/confirm-email/",
	"routes.download": "/download/",
	"routes.md.cookie-policy": "/cookie-policy/",
	"routes.md.privacy-policy": "/privacy-policy/",
	"routes.md.terms-of-use": "/terms/",
	"routes.simulator-sandbox": "/simulator-sandbox/",
	"error.og.title": "Not found",
	"ui.sb_cloud.delete_account.dialog.title": "Delete Strawbees Cloud account",
	"ui.sb_cloud.delete_account.dialog.description": "You are about to delete your account and all your data **PERMANENTLY**!\n\nAre you sure you want to proceed?",
	"ui.sb_cloud.delete_account.dialog.confirm": "Delete my account",
	"ui.sb_cloud.signup.cta": "Sign up",
	"ui.sb_cloud.signup.title": "Sign up to Strawbees Cloud",
	"ui.sb_cloud.signin.cta": "Login",
	"ui.sb_cloud.signin.title": "Login to Strawbees Cloud",
	"ui.sb_cloud.signup.age.label": "How old are you?",
	"ui.sb_cloud.signup.age.tip": "We need to be aware of your age for legal reasons.",
	"ui.sb_cloud.signup.age.error.blank": "You need to fill in your age.",
	"ui.sb_cloud.signup.age.error.under": "You need to be at least 13 to create an account. But don't worry, you can still program as a *Guest*!",
	"ui.sb_cloud.signup.username.label": "Username",
	"ui.sb_cloud.signup.username.tip": "Pick something that doesn't reveal your identity.",
	"ui.sb_cloud.signup.username.error.blank": "You need to fill in your username.",
	"ui.sb_cloud.signup.username.error.too_long": "Username can be up to 30 characters long.",
	"ui.sb_cloud.signup.username.error.invalid": "Username can only contain letters, numbers, '-' and '_'.",
	"ui.sb_cloud.signup.username.error.unique": "This username is already taken.",
	"ui.sb_cloud.signup.email.label": "Email",
	"ui.sb_cloud.signup.email.tip": "So we can communicate with you about your account.",
	"ui.sb_cloud.signup.email.error.blank": "You need to fill in your email.",
	"ui.sb_cloud.signup.email.error.invalid": "Invalid email",
	"ui.sb_cloud.signup.email_confirm.label": "Confirm email",
	"ui.sb_cloud.signup.email_confirm.error.blank": "You need to fill in your email.",
	"ui.sb_cloud.signup.email_confirm.error.missmatch": "Email doesn't match.",
	"ui.sb_cloud.signup.password.label": "Password",
	"ui.sb_cloud.signup.password.error.blank": "You need to fill in your password.",
	"ui.sb_cloud.signup.password.error.short": "Password needs to be at least 6 characters long.",
	"ui.sb_cloud.signup.password_confirm.label": "Confirm password",
	"ui.sb_cloud.signup.password_confirm.error.blank": "You need to fill in your password.",
	"ui.sb_cloud.signup.password_confirm.error.missmatch": "Password doesn't match.",
	"ui.sb_cloud.signup.terms.label": "Terms and conditions",
	"ui.sb_cloud.signup.terms.tip": "I've read and accepted the <a href='/terms' target=_blank>terms of use</a>, <a href='/privacy-policy' target=_blank>privacy policy</a> and <a href='/cookie-policy' target=_blank>cookie policy</a>.",
	"ui.sb_cloud.signup.terms.error.agree": "You must read and accept the terms and conditions.",
	"ui.sb_cloud.signup.submit": "Sign up",
	"ui.sb_cloud.signup.submit.error.network": "There seems to be a connection problem.",
	"ui.sb_cloud.signup.submit.error.server": "Server is not responding.",
	"ui.sb_cloud.signup.submit.error.unhandled": "We are having problems, please try again later.",
	"ui.sb_cloud.signin.username.label": "Username",
	"ui.sb_cloud.signin.username.error.blank": "You need to fill in your username.",
	"ui.sb_cloud.signin.password.label": "Password",
	"ui.sb_cloud.signin.password.error.blank": "You need to fill in your password.",
	"ui.sb_cloud.signin.submit": "Login",
	"ui.sb_cloud.signin.submit.error.network": "There seems to be a connection problem.",
	"ui.sb_cloud.signin.submit.error.server": "Server is not responding.",
	"ui.sb_cloud.signin.submit.error.unhandled": "We are having problems, please try again later.",
	"ui.sb_cloud.signin.submit.error.not_authorized": "Invalid username or password.",
	"ui.sb_cloud.forgot.title": "Forgot password?",
	"ui.sb_cloud.forgot.username.label": "Username",
	"ui.sb_cloud.forgot.username.error.blank": "You need to fill in your username.",
	"ui.sb_cloud.forgot.submit": "Reset password",
	"ui.sb_cloud.forgot.submit.error.network": "There seems to be a connection problem.",
	"ui.sb_cloud.forgot.submit.error.server": "Server is not responding.",
	"ui.sb_cloud.forgot.submit.error.unhandled": "We are having problems, please try again later.",
	"ui.sb_cloud.forgot.submit.error.user_not_found": "This username is not registered.",
	"ui.sb_cloud.forgot.submit.success": "Check your email for instructions on how to reset your password.",
	"ui.sb_cloud.reset_password.password.label": "New password",
	"ui.sb_cloud.reset_password.password.error.blank": "You need to fill in your new password.",
	"ui.sb_cloud.reset_password.password.error.short": "Password needs to be at least 6 characters long.",
	"ui.sb_cloud.reset_password.submit": "Reset password",
	"ui.sb_cloud.reset_password.submit.error.network": "There seems to be a connection problem.",
	"ui.sb_cloud.reset_password.submit.error.server": "Server is not responding.",
	"ui.sb_cloud.reset_password.submit.error.unhandled": "We are having problems, please try again later.",
	"ui.sb_cloud.reset_password.submit.error.invalid_link": "This reset password link is expired.",
	"ui.sb_cloud.reset_password.submit.success": "Your password was updated.",
	"ui.sb_cloud.confirm_email.title": "Confirm email",
	"ui.sb_cloud.confirm_email.submit.error.network": "There seems to be a connection problem.",
	"ui.sb_cloud.confirm_email.submit.error.server": "Server is not responding.",
	"ui.sb_cloud.confirm_email.submit.error.unhandled": "We are having problems, please try again later.",
	"ui.sb_cloud.confirm_email.submit.error.invalid_link": "This confirmation link is invalid.",
	"ui.sb_cloud.confirm_email.submit.success": "Your email is confirmed.",
	"ui.sb_cloud.change_password.title": "Change password",
	"ui.sb_cloud.change_password.password.label": "New password",
	"ui.sb_cloud.change_password.password.error.blank": "You need to fill in your password.",
	"ui.sb_cloud.change_password.password.error.short": "Password needs to be at least 6 characters long.",
	"ui.sb_cloud.change_password.password_confirm.label": "Confirm new password",
	"ui.sb_cloud.change_password.password_confirm.error.blank": "You need to fill in your password.",
	"ui.sb_cloud.change_password.password_confirm.error.missmatch": "Password doesn't match.",
	"ui.sb_cloud.change_password.submit": "Sign up",
	"ui.sb_cloud.change_password.submit.error.network": "There seems to be a connection problem.",
	"ui.sb_cloud.change_password.submit.error.server": "Server is not responding.",
	"ui.sb_cloud.change_password.submit.error.unhandled": "We are having problems, please try again later.",
	"ui.sb_cloud.change_password.submit.success": "Your password is changed!",
	"ui.program_creator.title": "Create a program",
	"ui.program_creator.import": "Load from computer",
	"ui.header_menu.options.upload": "Upload",
	"ui.header_menu.options.save": "Save",
	"ui.program_list.controls.type": "type",
	"ui.program_list.controls.name": "name",
	"ui.program_list.controls.updated": "last modified",
	"ui.file_menu.title": "File",
	"ui.file_menu.options.new_flow": "New Flow program",
	"ui.file_menu.options.new_block": "New Block program",
	"ui.file_menu.options.new_text": "New Text program",
	"ui.file_menu.options.upload": "Upload to Quirkbot...",
	"ui.file_menu.options.upload-factory": "Upload Factory Program...",
	"ui.file_menu.options.upload-bootloader-updater": "Update firmware...",
	"ui.file_menu.options.save": "Save",
	"ui.file_menu.options.autosaved": "Autosaved",
	"ui.file_menu.options.duplicate": "Save as a copy...",
	"ui.file_menu.options.share": "Share...",
	"ui.file_menu.options.import": "Load from computer...",
	"ui.file_menu.options.export": "Save to computer",
	"ui.file_menu.options.remove": "Delete...",
	"ui.help_menu.title": "Tutorials",
	"ui.help_menu.options.intro_code.title": "Using Strawbees CODE",
	"ui.help_menu.options.coding_cards.flow.title": "Flow coding cards...",
	"ui.help_menu.options.coding_cards.block.title": "Block coding cards...",
	"ui.help_menu.options.intro_code.video": "https://www.youtube.com/watch?v=-D9FhCw9OVA",
	"ui.help_menu.options.intro_flow.title": "Flow programming",
	"ui.help_menu.options.intro_flow.video": "https://www.youtube.com/watch?v=-D9FhCw9OVA",
	"ui.help_menu.options.intro_block.title": "Block programming",
	"ui.help_menu.options.intro_block.video": "https://www.youtube.com/watch?v=-D9FhCw9OVA",
	"ui.help_menu.options.intro_text.title": "Text programming",
	"ui.help_menu.options.intro_text.video": "https://www.youtube.com/watch?v=-D9FhCw9OVA",
	"ui.help_menu.options.troubleshooting.title": "Troubleshooting",
	"ui.help_menu.options.troubleshooting.video": "https://www.youtube.com/watch?v=-D9FhCw9OVA",
	"ui.help_menu.options.learning_platform": "Visit Strawbees Learning",
	"ui.help_menu.options.learning_platform.url": "https://learning.strawbees.com",
	"ui.dialog.upload.title": "Upload to Quirkbot",
	"ui.dialog.duplicate.title": "Save as a copy",
	"ui.dialog.duplicate.field": "New name",
	"ui.dialog.duplicate.confirm": "Save",
	"ui.dialog.share.title": "Share",
	"ui.dialog.share.dynamic_url.title": "Link to this program",
	"ui.dialog.import.title": "Load from computer",
	"ui.dialog.import.drag_file": "Drop your program file here.",
	"ui.dialog.import.drop_file": "Drop it!",
	"ui.dialog.import.open_file": "Open file",
	"ui.dialog.import.reject": "This file format is not accepted.",
	"ui.dialog.import.invalid": "This file is invalid.",
	"ui.dialog.import.success": "Click on the program to open it.",
	"ui.dialog.export.title": "Save to computer",
	"ui.dialog.remove.title": "Delete program",
	"ui.dialog.remove.description": "Are you sure you want to delete this program?",
	"ui.dialog.remove.confirm": "Delete",
	"ui.dialog.discard.title": "Program not saved!",
	"ui.dialog.discard.description": "You are about to leave the current editor and your changes will be lost. Do you want to proceed?",
	"ui.dialog.discard.confirm": "Proceed",
	"ui.dialog.anonymous_copy_programs.title": "Copy existing programs?",
	"ui.dialog.anonymous_copy_programs.description": "Would you like to copy the existing programs to your account?",
	"ui.dialog.anonymous_copy_programs.confirm": "Yes, copy programs",
	"ui.dialog.anonymous_copy_programs.cancel": "No",
	"ui.program_list.title.storage": "My programs",
	"ui.program_list.empty": "No programs saved yet.",
	"ui.program_list.sort.type": "type",
	"ui.program_list.sort.name": "name",
	"ui.program_list.sort.modified": "last modified",
	"ui.editor.program_placeholder_name": "Untitled Program",
	"ui.user.anon_username": "Guest",
	"ui.user.account_settings.button": "Account settings",
	"ui.user.account_settings.annon": "Login",
	"ui.user.account_settings.profile": "View profile",
	"ui.user.account_settings.signin": "Login",
	"ui.user.account_settings.signup": "Sign up",
	"ui.user.account_settings.logout": "Log out",
	"ui.user.account_settings.download_data": "Download all my data",
	"ui.user.account_settings.change_password": "Change password",
	"ui.user.account_settings.danger_zone": "Danger zone",
	"ui.user.account_settings.delete_account": "Delete my account and data",
	"ui.user.account_settings.public_profile.title": "Public profile link",
	"ui.user.account_settings.public_profile.description": "Use this link to share a list of your programs.",
	"ui.editor.text_preview.button": "Preview text program",
	"ui.editor.text_preview.title": "Text program preview",
	"ui.editor.text_preview.description": "This is the text version of your visual program. To modify it, open it in the Text editor.",
	"ui.editor.text_preview.create": "Open in text editor",
	"ui.buttons.cancel": "Cancel",
	"ui.buttons.confirm": "OK",
	"ui.copyable_url.instruction.iddle": "Click to copy",
	"ui.copyable_url.instruction.copied": "Copied to clipboard!",
	"ui.board.status.notConnected": "Not detected",
	"ui.board.status.notReady": "Missing helper, click to install.",
	"ui.board.status.notAllowed": "Click here to allow access",
	"ui.board.status.notAvailable": "Browser not supported",
	"ui.board.status.ok": "Ready",
	"ui.board.status.busy": "Busy",
	"ui.board.status.problem": "Error",
	"ui.board.status.bootloader": "Recovery Mode",
	"ui.board.dependencies.serial.title.not_supported": "Browser not supported.",
	"ui.board.dependencies.serial.title.allow_web_serial_access": "Allow access to Quirkbot",
	"ui.board.dependencies.serial.title.missing": "Add Strawbees CODE helper",
	"ui.board.dependencies.serial.title.ready": "Ready to use",
	"ui.board.dependencies.serial.not_supported": "In order to be able to communicate with your Quirkbot, please use the *Google Chrome Broswer*.",
	"ui.board.dependencies.serial.ready": "We are ready to communicate with your Quirkbot!",
	"ui.board.dependencies.serial.allow_web_serial_access.text": "To be able to communicate with your Quirkbot, you need to allow this device to connect to serial ports first. Please follow these steps:\n\n1. **Turn ON** your Quirkbot.\n2. **Connect it via the USB cable** to this device.\n3. Press the **Connect to serial** button bellow (you may be required to do it multiple times).",
	"ui.board.dependencies.serial.allow_web_serial_access.cta": "Connect to serial",
	"ui.board.dependencies.serial.allow_web_serial_access.reset-permissions": "Reset permissions",
	"ui.board.dependencies.serial.install.text": "To be able to communicate with your Quirkbot, you need to first add the **Strawbees CODE Helper** from the *Chrome Web Store*.",
	"ui.board.dependencies.serial.install.cta": "Go to Web Store and add helper",
	"ui.board.dependencies.serial.no_boards_detected": "We could not detect any Quirkbots. If your Quirkbot is connected, make sure it is ON and attached to a working USB port.\n\nIf the problem persists, view **TUTORIALS > Troubleshooting**.",
	"ui.board.dependencies.serial.windows_driver": "**Windows** require drivers, have you already installed them?\n\n**Click here to install the Quirkbot drivers for Windows**.",
	"ui.board.upload.start": "Start upload",
	"ui.board.upload.restart": "Restart upload",
	"ui.board.upload.status.NO_HEX": "Preparing program...",
	"ui.board.upload.status.IDDLE": "Waiting to start...",
	"ui.board.upload.status.BUSY": "Waiting upload to finish...",
	"ui.board.upload.status.UPLOADING": "Uploading...",
	"ui.board.upload.status.NOT_COMPATIBLE": "Board not compatible.",
	"ui.board.upload.status.SUCCESS": "Upload complete!",
	"ui.board.upload.status.ERROR": "Upload failed.",
	"ui.board.upload.compiler.progress": "Preparing program...",
	"ui.board.upload.compiler.error.UNHANDLED": "This is embarrassing... could you please try again?",
	"ui.board.upload.compiler.error.CONNECTION": "There seems to have a problem with the internet connection.",
	"ui.board.upload.compiler.error.TIMEOUT": "We are having problems connecting our server. Please try again.",
	"ui.board.upload.compiler.error.SERVER": "Hum... there's something wrong with our server. Please try again.",
	"ui.board.upload.compiler.error.ROM_MAX": "Whoa! Your program is too big to fit the Quirkbot's memory, try reducing it.",
	"ui.board.upload.compiler.error.RAM_MAX": "Whoa! Your program is too big to fit the Quirkbot's memory, try reducing it.",
	"ui.board.upload.compiler.error.COMPILATION_ERROR": "There seems to be an error on your code, please revise it and try again.",
	"ui.board.upload.uploader.error.UNHANDLED": "Weird... something went wrong.\n\nIf the problem persists check **TUTORIALS > Troubleshooting**.",
	"ui.board.upload.disconnect_warning": "Please don't disconnect your Quirkbot.",
	"ui.board.upload.not_compatible_warning": "Your board model is not compatible with this uploader.",
	"coding_cards.flow.title": "Flow coding cards",
	"coding_cards.block.title": "Block coding cards",
	"coding_cards.back-to-coding-cards": "Back to cards",
	"coding_cards.open-program": "Open in editor",
	"coding_cards.hardware.built-in-led.title": "Built-in LED",
	"coding_cards.hardware.dual-color-led.title": "Dual color LED",
	"coding_cards.hardware.servo-motor.title": "Servo Motor",
	"coding_cards.hardware.key-press.title": "Key Press",
	"coding_cards.hardware.buzzer.title": "Buzzer",
	"coding_cards.hardware.circuit-touch.title": "Circuit Touch",
	"coding_cards.hardware.light-sensor.title": "Light Sensor",
	"coding_cards.block.slide.code-and-hardware.title": "Code & Hardware Requirements",
	"coding_cards.block.slide.assembly.title": "How to use the hardware",
	"coding_cards.block.card.blink.title": "Blink",
	"coding_cards.block.card.touch-and-wink.title": "Touch and wink",
	"coding_cards.block.card.touch-to-shine.title": "Touch to shine",
	"coding_cards.block.card.shine-in-the-dark.title": "Shine in the dark",
	"coding_cards.block.card.flicker.title": "Flicker",
	"coding_cards.block.card.glow.title": "Glow",
	"coding_cards.block.card.light-switch.title": "Light switch",
	"coding_cards.block.card.switching-colors.title": "Switching colors",
	"coding_cards.block.card.touch-to-siren-light.title": "Touch to siren light",
	"coding_cards.block.card.touch-to-change-color.title": "Touch to change color",
	"coding_cards.block.card.change-color-in-the-dark.title": "Change color in the dark",
	"coding_cards.block.card.flickering-color.title": "Flickering color",
	"coding_cards.block.card.fading-colors.title": "Fading colors",
	"coding_cards.block.card.mood-light-switch.title": "Mood light switch",
	"coding_cards.block.card.back-and-forth.title": "Back and forth",
	"coding_cards.block.card.touch-and-trap.title": "Touch and trap",
	"coding_cards.block.card.touch-to-hold-position.title": "Touch to hold position",
	"coding_cards.block.card.shake-in-the-dark.title": "Shake in the dark",
	"coding_cards.block.card.shake.title": "Shake",
	"coding_cards.block.card.sweep.title": "Sweep",
	"coding_cards.block.card.touch-to-switch-position.title": "Touch to switch position",
	"coding_cards.block.card.type-a-key-over-and-over.title": "Type a key over and over",
	"coding_cards.block.card.touch-to-write-a-word.title": "Touch to write a word",
	"coding_cards.block.card.touch-to-steer.title": "Touch to steer",
	"coding_cards.block.card.press-a-key-in-the-dark.title": "Press a key in the dark",
	"coding_cards.block.card.laughter-generator.title": "Laughter generator",
	"coding_cards.block.card.type-a-sequence-of-letters.title": "Type a sequence of letters",
	"coding_cards.block.card.touch-to-alternate-keys.title": "Touch to alternate keys",
	"coding_cards.flow.card.advance-motor-position.title": "Advance motor position",
	"coding_cards.flow.card.back-and-forth.title": "Back and forth",
	"coding_cards.flow.card.blink-randomly-30percent-of-the-time.title": "Blink randomly 30% of the time",
	"coding_cards.flow.card.blink.title": "Blink",
	"coding_cards.flow.card.change-both-color-and-brightness.title": "Change both color and brightness",
	"coding_cards.flow.card.change-fade-speed.title": "Change fade speed",
	"coding_cards.flow.card.change-movement-amplitude.title": "Change movement amplitude",
	"coding_cards.flow.card.circle-leds.title": "Circle LEDs",
	"coding_cards.flow.card.complex-brightness-change.title": "Complex brightness change",
	"coding_cards.flow.card.control-2-leds.title": "Control 2 LEDs",
	"coding_cards.flow.card.control-motor-and-led.title": "Control Motor and LED",
	"coding_cards.flow.card.double-oscillation.title": "Double oscillation",
	"coding_cards.flow.card.flicker.title": "Flicker",
	"coding_cards.flow.card.light-to-different-movements.title": "Light to different movements",
	"coding_cards.flow.card.move-randomly.title": "Move Randomly",
	"coding_cards.flow.card.move-and-blink-independently.title": "Move and blink independently",
	"coding_cards.flow.card.move-in-the-dark.title": "Move in the dark",
	"coding_cards.flow.card.press-left-and-right-keys.title": "Press left and right keys",
	"coding_cards.flow.card.random-color.title": "Random Color",
	"coding_cards.flow.card.shake.title": "Shake",
	"coding_cards.flow.card.shine-in-the-dark.title": "Shine in the dark",
	"coding_cards.flow.card.switch-fast-and-slow-movement.title": "Switch fast and slow movement",
	"coding_cards.flow.card.switch-steady-and-random-light.title": "Switch steady and random light",
	"coding_cards.flow.card.switch-twinkle-eye.title": "Switch twinkle eye",
	"coding_cards.flow.card.touch-light-switch.title": "Touch light switch",
	"coding_cards.flow.card.touch-to-change-color-10-times.title": "Touch to change color 10 times",
	"coding_cards.flow.card.touch-to-light.title": "Touch to light",
	"coding_cards.flow.card.touch-to-move.title": "Touch to move",
	"coding_cards.flow.card.touch-to-siren-light.title": "Touch to siren light",
	"coding_cards.flow.card.touch-to-wave.title": "Touch to wave",
	"coding_cards.flow.card.touch-to-wink.title": "Touch to wink",
	"coding_cards.flow.card.trigger-movement-pattern.title": "Trigger movement pattern",
	"coding_cards.flow.card.twinkle-for-4-seconds-at-startup.title": "Twinkle for 4 seconds at startup",
	"coding_cards.flow.card.type-key-over-and-over.title": "Type key over and over",
	"coding_cards.flow.card.wave-quick-ands-slow.title": "Wave quick ands slow",
	"coding_cards.flow.card.write-hello-in-one-second.title": "Write HELLO in one second",
	"block.og.title": "Block Programming",
	"block.og.image": "/static/og/block.png",
	"block.base.title": "Block",
	"block.toolbox.category.input": "Input",
	"block.toolbox.category.output": "Output",
	"block.blocks.event_power_on.message0": "when program starts",
	"block.blocks.event_when.message0": "when %1",
	"block.blocks.input_circuit_touch.message0": "value of circuit touch %1",
	"block.blocks.input_circuit_touch_touched.message0": "%1 is touched",
	"block.blocks.input_light_sensor.message0": "value of light sensor %1",
	"block.blocks.output_continuous_servo_direction.message0": "set continuous servo %1 direction to %2",
	"block.blocks.output_continuous_servo_speed.message0": "set continuous servo %1 speed to %2",
	"block.blocks.output_led.message0": "set led %1 light to %2",
	"block.blocks.output_led_dual_color_color.message0": "set dual color led %1 color to %2",
	"block.blocks.output_led_dual_color_light.message0": "set dual color led %1 light to %2",
	"block.blocks.output_servo.message0": "set servo %1 position to %2",
	"block.blocks.output_servo_transition.message0": "transition servo %1 position to %2 over %3 seconds %4",
	"block.blocks.output_key_press.message0": "press key %1",
	"block.blocks.output_key_release.message0": "release key %1",
	"block.blocks.output_key_tap.message0": "tap key %1",
	"block.blocks.output_key_hold.message0": "hold key %1 for %2 seconds",
	"block.blocks.easing.linear": "linear",
	"block.blocks.easing.sine-in": "sine in",
	"block.blocks.easing.sine-out": "sine out",
	"block.blocks.easing.sine-in-out": "sine in out",
	"block.blocks.easing.quad-in": "quad in",
	"block.blocks.easing.quad-out": "quad out",
	"block.blocks.easing.quad-in-out": "quad in out",
	"block.blocks.easing.cubic-in": "cubic in",
	"block.blocks.easing.cubic-out": "cubic out",
	"block.blocks.easing.cubic-in-out": "cubic in out",
	"block.blocks.easing.quart-in": "quart in",
	"block.blocks.easing.quart-out": "quart out",
	"block.blocks.easing.quart-in-out": "quart in out",
	"block.blocks.easing.quint-in": "quint in",
	"block.blocks.easing.quint-out": "quint out",
	"block.blocks.easing.quint-in-out": "quint in out",
	"block.blocks.easing.expo-in": "expo in",
	"block.blocks.easing.expo-out": "expo out",
	"block.blocks.easing.expo-in-out": "expo in out",
	"block.blocks.easing.circ-in": "circ in",
	"block.blocks.easing.circ-out": "circ out",
	"block.blocks.easing.circ-in-out": "circ in out",
	"block.blocks.easing.back-in": "back in",
	"block.blocks.easing.back-out": "back out",
	"block.blocks.easing.back-in-out": "back in out",
	"block.blocks.easing.elastic-in": "elastic in",
	"block.blocks.easing.elastic-out": "elastic out",
	"block.blocks.easing.elastic-in-out": "elastic in out",
	"block.blocks.easing.bounce-in": "bounce in",
	"block.blocks.easing.bounce-out": "bounce out",
	"block.blocks.easing.bounce-in-out": "bounce in out",
	"block.blocks.direction.clockwise": "clockwise",
	"block.blocks.direction.counter_clockwise": "counter-clockwise",
	"block.blocks.places.left_eye": "left eye",
	"block.blocks.places.right_eye": "right eye",
	"block.blocks.places.left_mouth": "left mouth",
	"block.blocks.places.right_mouth": "right mouth",
	"block.blocks.places.left_arm": "left arm",
	"block.blocks.places.left_leg": "left leg",
	"block.blocks.places.right_arm": "right arm",
	"block.blocks.places.right_leg": "right leg",
	"block.blocks.places.horn": "horn",
	"block.blocks.places.servor_motor_1": "1",
	"block.blocks.places.servor_motor_2": "2",
	"block.blocks.keys.no-key": "No key",
	"block.blocks.keys.key-0": "0",
	"block.blocks.keys.key-1": "1",
	"block.blocks.keys.key-2": "2",
	"block.blocks.keys.key-3": "3",
	"block.blocks.keys.key-4": "4",
	"block.blocks.keys.key-5": "5",
	"block.blocks.keys.key-6": "6",
	"block.blocks.keys.key-7": "7",
	"block.blocks.keys.key-8": "8",
	"block.blocks.keys.key-9": "9",
	"block.blocks.keys.key-a": "A",
	"block.blocks.keys.key-b": "B",
	"block.blocks.keys.key-c": "C",
	"block.blocks.keys.key-d": "D",
	"block.blocks.keys.key-e": "E",
	"block.blocks.keys.key-f": "F",
	"block.blocks.keys.key-g": "G",
	"block.blocks.keys.key-h": "H",
	"block.blocks.keys.key-i": "I",
	"block.blocks.keys.key-j": "J",
	"block.blocks.keys.key-k": "K",
	"block.blocks.keys.key-l": "L",
	"block.blocks.keys.key-m": "M",
	"block.blocks.keys.key-n": "N",
	"block.blocks.keys.key-o": "O",
	"block.blocks.keys.key-p": "P",
	"block.blocks.keys.key-q": "Q",
	"block.blocks.keys.key-r": "R",
	"block.blocks.keys.key-s": "S",
	"block.blocks.keys.key-t": "T",
	"block.blocks.keys.key-u": "U",
	"block.blocks.keys.key-v": "V",
	"block.blocks.keys.key-w": "W",
	"block.blocks.keys.key-x": "X",
	"block.blocks.keys.key-y": "Y",
	"block.blocks.keys.key-z": "Z",
	"block.blocks.keys.key-left_ctrl": "Left CTRL",
	"block.blocks.keys.key-left_shift": "Left SHIFT",
	"block.blocks.keys.key-left_alt": "Left ALT",
	"block.blocks.keys.key-left_gui": "Left GUI",
	"block.blocks.keys.key-right_ctrl": "Right CTRL",
	"block.blocks.keys.key-right_shift": "Right SHIFT",
	"block.blocks.keys.key-right_alt": "Right ALT",
	"block.blocks.keys.key-right_gui": "Right GUI",
	"block.blocks.keys.key-up": "Up",
	"block.blocks.keys.key-down": "Down",
	"block.blocks.keys.key-left": "Left",
	"block.blocks.keys.key-right": "Right",
	"block.blocks.keys.key-backspace": "Backspace",
	"block.blocks.keys.key-tab": "Tab",
	"block.blocks.keys.key-return": "Return",
	"block.blocks.keys.key-esc": "ESC",
	"block.blocks.keys.key-insert": "Insert",
	"block.blocks.keys.key-delete": "Delete",
	"block.blocks.keys.key-page_up": "Page up",
	"block.blocks.keys.key-page_down": "Page down",
	"block.blocks.keys.key-home": "Home",
	"block.blocks.keys.key-end": "End",
	"block.blocks.keys.key-caps_lock": "Caps lock",
	"block.blocks.keys.key-f1": "F1",
	"block.blocks.keys.key-f2": "F2",
	"block.blocks.keys.key-f3": "F3",
	"block.blocks.keys.key-f4": "F4",
	"block.blocks.keys.key-f5": "F5",
	"block.blocks.keys.key-f6": "F6",
	"block.blocks.keys.key-f7": "F7",
	"block.blocks.keys.key-f8": "F8",
	"block.blocks.keys.key-f9": "F9",
	"block.blocks.keys.key-f10": "F10",
	"block.blocks.keys.key-f11": "F11",
	"block.blocks.keys.key-f12": "F12",
	"block.blocks.keys.key-space": "SPACE",
	"block.blocks.keys.key-exclamation_point": "!",
	"block.blocks.keys.key-double_quotes": "\"",
	"block.blocks.keys.key-number_sign": "#",
	"block.blocks.keys.key-dollar_sign": "$",
	"block.blocks.keys.key-percent_sign": "%",
	"block.blocks.keys.key-ampersand": "&",
	"block.blocks.keys.key-single_quote": "'",
	"block.blocks.keys.key-opening_parenthesis": "(",
	"block.blocks.keys.key-closing_parenthesis": ")",
	"block.blocks.keys.key-asterisk": "*",
	"block.blocks.keys.key-plus_sign": "+",
	"block.blocks.keys.key-comma": ",",
	"block.blocks.keys.key-minus_sign": "-",
	"block.blocks.keys.key-period": ".",
	"block.blocks.keys.key-slash": "/",
	"block.blocks.keys.key-colon": ":",
	"block.blocks.keys.key-semicolon": ";",
	"block.blocks.keys.key-less_than_sign": "<",
	"block.blocks.keys.key-equal_sign": "=",
	"block.blocks.keys.key-greater_than_sign": ">",
	"block.blocks.keys.key-question_mark": "?",
	"block.blocks.keys.key-at_symbol": "@",
	"block.blocks.keys.key-opening_bracket": "[",
	"block.blocks.keys.key-backslash": "\\",
	"block.blocks.keys.key-closing_bracket": "]",
	"block.blocks.keys.key-caret": "^",
	"block.blocks.keys.key-underscore": "_",
	"block.blocks.keys.key-grave_accent": "`",
	"block.blocks.keys.key-opening_brace": "{",
	"block.blocks.keys.key-vertical_bar": "|",
	"block.blocks.keys.key-closing_brace": "}",
	"block.blocks.keys.key-tilde": "~",
	"block.procedures.title": "Make a block",
	"block.procedures.add_number": "Number",
	"block.procedures.add_boolean": "Boolean",
	"block.procedures.add_label": "Label",
	"block.procedures.confirm": "Create block",
	"block.procedures.edit.title": "Edit block",
	"block.procedures.edit.confirm": "Save",
	"block.procedures.error.existing.description": "A block with this name already exists.",
	"flow.og.title": "Flow Programming",
	"flow.og.image": "/static/og/flow.png",
	"flow.base.title": "Flow",
	"flow.menu.toggle.simple": "simple",
	"flow.menu.toggle.advanced": "advanced",
	"flow.category.brains": "Brains",
	"flow.category.input": "Input",
	"flow.category.output": "Output",
	"flow.node.analog-sensor": "Analog Sensor",
	"flow.node.buzzer": "Buzzer",
	"flow.node.continuous-servo": "Continuous Servo",
	"flow.node.comparison": "Comparison",
	"flow.node.constrain": "Constrain",
	"flow.node.converter": "Converter",
	"flow.node.counter": "Counter",
	"flow.node.digital-sensor": "Digital Sensor",
	"flow.node.dual-color-led": "Dual Color LED",
	"flow.node.gate": "Gate",
	"flow.node.ir-proximity": "IR Proximity",
	"flow.node.key-press": "Key Press",
	"flow.node.key-sequence": "Key Sequence",
	"flow.node.led": "LED",
	"flow.node.light-sensor": "Light Sensor",
	"flow.node.list": "List",
	"flow.node.logic": "Logic",
	"flow.node.makey-touch": "Circuit Touch",
	"flow.node.math": "Math",
	"flow.node.randomizer": "Randomizer",
	"flow.node.sequence": "Sequence",
	"flow.node.servo-motor": "Servo Motor",
	"flow.node.sonar": "Sonar",
	"flow.node.squeeze-sensor": "Squeeze Sensor",
	"flow.node.statistics": "Statistics",
	"flow.node.voltage-output": "Voltage Output",
	"flow.node.wave": "Wave",
	"flow.node.time": "Time",
	"flow.parameter.in": "in",
	"flow.parameter.light": "light intensity",
	"flow.parameter.color": "color",
	"flow.parameter.items": "items",
	"flow.parameter.operation": "operation",
	"flow.parameter.place": "place",
	"flow.parameter.position": "position",
	"flow.parameter.sensitivity": "sensitivity",
	"flow.parameter.speed": "speed",
	"flow.parameter.direction": "direction",
	"flow.parameter.duration": "duration (s)",
	"flow.parameter.length": "length (s)",
	"flow.parameter.meters": "max distance (m)",
	"flow.parameter.interval": "interval (s)",
	"flow.parameter.type": "type",
	"flow.parameter.min": "min",
	"flow.parameter.max": "max",
	"flow.parameter.inMin": "in min",
	"flow.parameter.inMax": "in max",
	"flow.parameter.outMin": "out min",
	"flow.parameter.outMax": "out max",
	"flow.parameter.trigger": "trigger",
	"flow.parameter.value": "value",
	"flow.parameter.key": "key",
	"flow.parameter.note": "note",
	"flow.parameter.holdTime": "hold time",
	"flow.parameter.offset": "offset",
	"flow.parameter.channel": "channel",
	"flow.parameter.ifThen": "then",
	"flow.parameter.ifElse": "else",
	"flow.parameter.amount": "amount",
	"flow.parameter.open": "open",
	"flow.parameter.close": "close",
	"flow.outlet.out": "outlet",
	"flow.constant.logic-and": "AND",
	"flow.constant.logic-or": "OR",
	"flow.constant.logic-xor": "XOR",
	"flow.constant.math-add": "Add",
	"flow.constant.math-subtract": "Subtract",
	"flow.constant.math-multiply": "Multiply",
	"flow.constant.math-divide": "Divide",
	"flow.constant.math-modulo": "Modulo",
	"flow.constant.comparison-equal": "Equal",
	"flow.constant.comparison-diff": "Different",
	"flow.constant.comparison-greater": "Greater",
	"flow.constant.comparison-greater-equal": "Greater or equal",
	"flow.constant.comparison-less": "Less",
	"flow.constant.comparison-less-equal": "Less or equal",
	"flow.constant.statistics-avg": "Average",
	"flow.constant.statistics-min": "Minimum",
	"flow.constant.statistics-max": "Maximum",
	"flow.constant.statistics-sum": "Summation",
	"flow.constant.wave-sine": "Sine",
	"flow.constant.wave-square": "Square",
	"flow.constant.wave-triangle": "Triangle",
	"flow.constant.wave-pulse": "Pulse",
	"flow.constant.wave-ramp-up": "Ramp Up",
	"flow.constant.wave-ramp-down": "Ramp Down",
	"flow.constant.servo-motor-1": "Servo 1",
	"flow.constant.servo-motor-2": "Servo 2",
	"flow.constant.disconnected": "Disconnected",
	"flow.constant.place-left-eye": "Left eye",
	"flow.constant.place-right-eye": "Right eye",
	"flow.constant.place-left-mouth": "Left mouth",
	"flow.constant.place-right-mouth": "Right mouth",
	"flow.constant.place-horn": "Horn",
	"flow.constant.place-left-arm": "Left arm",
	"flow.constant.place-right-arm": "Right arm",
	"flow.constant.place-left-leg": "Left leg",
	"flow.constant.place-right-leg": "Right leg",
	"flow.constant.place-horn-front": "Horn Front",
	"flow.constant.place-left-arm-front": "Left Arm Front",
	"flow.constant.place-right-arm-front": "Right Arm Front",
	"flow.constant.place-left-leg-front": "Left Leg Front",
	"flow.constant.place-right-leg-front": "Right Leg Front",
	"flow.constant.place-horn-back": "Horn Back",
	"flow.constant.place-left-arm-back": "Left Arm Back",
	"flow.constant.place-right-arm-back": "Right Arm Back",
	"flow.constant.place-left-leg-back": "Left Leg Back",
	"flow.constant.place-right-leg-back": "Right Leg Back",
	"flow.constant.place-backpack-1": "Backpack 1",
	"flow.constant.place-backpack-2": "Backpack 2",
	"flow.constant.place-backpack-3": "Backpack 3",
	"flow.constant.place-backpack-4": "Backpack 4",
	"flow.constant.place-backpack-5": "Backpack 5",
	"flow.constant.place-backpack-6": "Backpack 6",
	"flow.constant.no-note": "No note",
	"flow.constant.note-a1": "A1",
	"flow.constant.note-as1": "A#1",
	"flow.constant.note-b1": "B1",
	"flow.constant.note-c2": "C2",
	"flow.constant.note-cs2": "C#2",
	"flow.constant.note-d2": "D2",
	"flow.constant.note-ds2": "D#2",
	"flow.constant.note-e2": "E2",
	"flow.constant.note-f2": "F2",
	"flow.constant.note-fs2": "F#2",
	"flow.constant.note-g2": "G2",
	"flow.constant.note-gs2": "G#2",
	"flow.constant.note-a2": "A2",
	"flow.constant.note-as2": "A#2",
	"flow.constant.note-b2": "B2",
	"flow.constant.note-c3": "C3",
	"flow.constant.note-cs3": "C#3",
	"flow.constant.note-d3": "D3",
	"flow.constant.note-ds3": "D#3",
	"flow.constant.note-e3": "E3",
	"flow.constant.note-f3": "F3",
	"flow.constant.note-fs3": "F#3",
	"flow.constant.note-g3": "G3",
	"flow.constant.note-gs3": "G#3",
	"flow.constant.note-a3": "A3",
	"flow.constant.note-as3": "A#3",
	"flow.constant.note-b3": "B3",
	"flow.constant.note-c4": "C4",
	"flow.constant.note-cs4": "C#4",
	"flow.constant.note-d4": "D4",
	"flow.constant.note-ds4": "D#4",
	"flow.constant.note-e4": "E4",
	"flow.constant.note-f4": "F4",
	"flow.constant.note-fs4": "F#4",
	"flow.constant.note-g4": "G4",
	"flow.constant.note-gs4": "G#4",
	"flow.constant.note-a4": "A4",
	"flow.constant.note-as4": "A#4",
	"flow.constant.note-b4": "B4",
	"flow.constant.note-c5": "C5",
	"flow.constant.note-cs5": "C#5",
	"flow.constant.note-d5": "D5",
	"flow.constant.note-ds5": "D#5",
	"flow.constant.note-e5": "E5",
	"flow.constant.note-f5": "F5",
	"flow.constant.note-fs5": "F#5",
	"flow.constant.note-g5": "G5",
	"flow.constant.note-gs5": "G#5",
	"flow.constant.note-a5": "A5",
	"flow.constant.note-as5": "A#5",
	"flow.constant.note-b5": "B5",
	"flow.constant.note-c6": "C6",
	"flow.constant.note-cs6": "C#6",
	"flow.constant.note-d6": "D6",
	"flow.constant.note-ds6": "D#6",
	"flow.constant.note-e6": "E6",
	"flow.constant.note-f6": "F6",
	"flow.constant.note-fs6": "F#6",
	"flow.constant.note-g6": "G6",
	"flow.constant.note-gs6": "G#6",
	"flow.constant.note-a6": "A6",
	"flow.constant.note-as6": "A#6",
	"flow.constant.note-b6": "B6",
	"flow.constant.note-c7": "C7",
	"flow.constant.note-cs7": "C#7",
	"flow.constant.note-d7": "D7",
	"flow.constant.note-ds7": "D#7",
	"flow.constant.note-e7": "E7",
	"flow.constant.note-f7": "F7",
	"flow.constant.note-fs7": "F#7",
	"flow.constant.note-g7": "G7",
	"flow.constant.note-gs7": "G#7",
	"flow.constant.note-a7": "A7",
	"flow.constant.note-as7": "A#7",
	"flow.constant.note-b7": "B7",
	"flow.constant.note-c8": "C8",
	"flow.constant.note-cs8": "C#8",
	"flow.constant.note-d8": "D8",
	"flow.constant.note-ds8": "D#8",
	"flow.constant.no-key": "No key",
	"flow.constant.key-0": "0",
	"flow.constant.key-1": "1",
	"flow.constant.key-2": "2",
	"flow.constant.key-3": "3",
	"flow.constant.key-4": "4",
	"flow.constant.key-5": "5",
	"flow.constant.key-6": "6",
	"flow.constant.key-7": "7",
	"flow.constant.key-8": "8",
	"flow.constant.key-9": "9",
	"flow.constant.key-a": "A",
	"flow.constant.key-b": "B",
	"flow.constant.key-c": "C",
	"flow.constant.key-d": "D",
	"flow.constant.key-e": "E",
	"flow.constant.key-f": "F",
	"flow.constant.key-g": "G",
	"flow.constant.key-h": "H",
	"flow.constant.key-i": "I",
	"flow.constant.key-j": "J",
	"flow.constant.key-k": "K",
	"flow.constant.key-l": "L",
	"flow.constant.key-m": "M",
	"flow.constant.key-n": "N",
	"flow.constant.key-o": "O",
	"flow.constant.key-p": "P",
	"flow.constant.key-q": "Q",
	"flow.constant.key-r": "R",
	"flow.constant.key-s": "S",
	"flow.constant.key-t": "T",
	"flow.constant.key-u": "U",
	"flow.constant.key-v": "V",
	"flow.constant.key-w": "W",
	"flow.constant.key-x": "X",
	"flow.constant.key-y": "Y",
	"flow.constant.key-z": "Z",
	"flow.constant.key-left_ctrl": "Left CTRL",
	"flow.constant.key-left_shift": "Left SHIFT",
	"flow.constant.key-left_alt": "Left ALT",
	"flow.constant.key-left_gui": "Left GUI",
	"flow.constant.key-right_ctrl": "Right CTRL",
	"flow.constant.key-right_shift": "Right SHIFT",
	"flow.constant.key-right_alt": "Right ALT",
	"flow.constant.key-right_gui": "Right GUI",
	"flow.constant.key-up": "Up",
	"flow.constant.key-down": "Down",
	"flow.constant.key-left": "Left",
	"flow.constant.key-right": "Right",
	"flow.constant.key-backspace": "Backspace",
	"flow.constant.key-tab": "Tab",
	"flow.constant.key-return": "Return",
	"flow.constant.key-esc": "ESC",
	"flow.constant.key-insert": "Insert",
	"flow.constant.key-delete": "Delete",
	"flow.constant.key-page_up": "Page up",
	"flow.constant.key-page_down": "Page down",
	"flow.constant.key-home": "Home",
	"flow.constant.key-end": "End",
	"flow.constant.key-caps_lock": "Caps lock",
	"flow.constant.key-f1": "F1",
	"flow.constant.key-f2": "F2",
	"flow.constant.key-f3": "F3",
	"flow.constant.key-f4": "F4",
	"flow.constant.key-f5": "F5",
	"flow.constant.key-f6": "F6",
	"flow.constant.key-f7": "F7",
	"flow.constant.key-f8": "F8",
	"flow.constant.key-f9": "F9",
	"flow.constant.key-f10": "F10",
	"flow.constant.key-f11": "F11",
	"flow.constant.key-f12": "F12",
	"flow.constant.key-space": "SPACE",
	"flow.constant.key-exclamation_point": "!",
	"flow.constant.key-double_quotes": "\"",
	"flow.constant.key-number_sign": "#",
	"flow.constant.key-dollar_sign": "$",
	"flow.constant.key-percent_sign": "%",
	"flow.constant.key-ampersand": "&",
	"flow.constant.key-single_quote": "'",
	"flow.constant.key-opening_parenthesis": "(",
	"flow.constant.key-closing_parenthesis": ")",
	"flow.constant.key-asterisk": "*",
	"flow.constant.key-plus_sign": "+",
	"flow.constant.key-comma": ",",
	"flow.constant.key-minus_sign": "-",
	"flow.constant.key-period": ".",
	"flow.constant.key-slash": "/",
	"flow.constant.key-colon": ":",
	"flow.constant.key-semicolon": ";",
	"flow.constant.key-less_than_sign": "<",
	"flow.constant.key-equal_sign": "=",
	"flow.constant.key-greater_than_sign": ">",
	"flow.constant.key-question_mark": "?",
	"flow.constant.key-at_symbol": "@",
	"flow.constant.key-opening_bracket": "[",
	"flow.constant.key-backslash": "\\",
	"flow.constant.key-closing_bracket": "]",
	"flow.constant.key-caret": "^",
	"flow.constant.key-underscore": "_",
	"flow.constant.key-grave_accent": "`",
	"flow.constant.key-opening_brace": "{",
	"flow.constant.key-vertical_bar": "|",
	"flow.constant.key-closing_brace": "}",
	"flow.constant.key-tilde": "~",
	"flow.constant.no-channel": "No Channel",
	"flow.constant.channel-1": "Channel 1",
	"flow.constant.channel-2": "Channel 2",
	"flow.constant.channel-3": "Channel 3",
	"flow.constant.channel-4": "Channel 4",
	"flow.constant.easing-linear": "linear",
	"flow.constant.easing-sine-in": "sine in",
	"flow.constant.easing-sine-out": "sine out",
	"flow.constant.easing-sine-in-out": "sine in out",
	"flow.constant.easing-quad-in": "quad in",
	"flow.constant.easing-quad-out": "quad out",
	"flow.constant.easing-quad-in-out": "quad in out",
	"flow.constant.easing-cubic-in": "cubic in",
	"flow.constant.easing-cubic-out": "cubic out",
	"flow.constant.easing-cubic-in-out": "cubic in out",
	"flow.constant.easing-quart-in": "quart in",
	"flow.constant.easing-quart-out": "quart out",
	"flow.constant.easing-quart-in-out": "quart in out",
	"flow.constant.easing-quint-in": "quint in",
	"flow.constant.easing-quint-out": "quint out",
	"flow.constant.easing-quint-in-out": "quint in out",
	"flow.constant.easing-expo-in": "expo in",
	"flow.constant.easing-expo-out": "expo out",
	"flow.constant.easing-expo-in-out": "expo in out",
	"flow.constant.easing-circ-in": "circ in",
	"flow.constant.easing-circ-out": "circ out",
	"flow.constant.easing-circ-in-out": "circ in out",
	"flow.constant.easing-back-in": "back in",
	"flow.constant.easing-back-out": "back out",
	"flow.constant.easing-back-in-out": "back in out",
	"flow.constant.easing-elastic-in": "elastic in",
	"flow.constant.easing-elastic-out": "elastic out",
	"flow.constant.easing-elastic-in-out": "elastic in out",
	"flow.constant.easing-bounce-in": "bounce in",
	"flow.constant.easing-bounce-out": "bounce out",
	"flow.constant.easing-bounce-in-out": "bounce in out",
	"flow.constant.direction-clockwise": "clockwise",
	"flow.constant.direction-counter-clockwise": "counter-clockwise",
	"text.og.title": "Text Programming",
	"text.og.image": "/static/og/text.png",
	"text.base.title": "Text",
	"md.cookie-policy.og.title": "Cookie Policy",
	"md.cookie-policy.base.title": "Cookie Policy",
	"md.privacy-policy.og.title": "Privacy Policy",
	"md.privacy-policy.base.title": "Privacy Policy",
	"md.terms-of-use.og.title": "Terms of Use",
	"md.terms-of-use.base.title": "Terms of Use",
	"download.og.title": "Download",
	"download.base.title": "Download Strawbees CODE",
	"download.base.description": "Download the Strawbees CODE app to be able program anytime, even wihtout an internet connection!",
	"download.platform.darwin": "macOS",
	"download.platform.win32": "Windows 7 and above",
	"download.download-cta": "Download",
	"email-confirmation.og.title": "Confirm Email",
	"email-confirmation.base.title": "Confirm Email",
	"home.og.title": "Strawbees CODE",
	"home.og.image": "/static/og/code.png",
	"password-reset.og.title": "Reset Password",
	"password-reset.base.title": "Reset Password",
	"user.og.title": "Public Profile",
	"simulator.button.show_hide": "Simulator",
	"simulator.error.same-place": "**%1** has more than one component.",
	"simulator.warning.disconnected": "**%1** is disconnected.",
	"md.cookie-policy.content": "# Cookie Policy of Strawbees CODE\n\n*Last updated: May 23th 2018*\n\n## What Are Cookies\n\nAs is common practice this application uses cookies, which are tiny files that are downloaded to your computer, to improve your experience. This page describes what information they gather, how we use it and why we sometimes need to store these cookies. We will also share how you can prevent these cookies from being stored however this may downgrade or 'break' certain elements of the sites functionality.\n\nFor more general information on cookies see the Wikipedia article on HTTP Cookies.\n\n## How We Use Cookies\n\nWe use cookies for a variety of reasons detailed below. Unfortunately in most cases there are no industry standard options for disabling cookies without completely disabling the functionality and features they add to this site. It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are used to provide a service that you use.\n\n## Disabling Cookies\n\nYou can prevent the setting of cookies by adjusting the settings on your browser (see your browser Help for how to do this). Be aware that disabling cookies will affect the functionality of this and many other websites that you visit. Disabling cookies will usually result in also disabling certain functionality and features of the this site. Therefore it is recommended that you do not disable cookies.\n\nIf you are logged in, you can opt-out from the analytics cookies (described below) in the Account Settings section of your profile page.\n\n### The Cookies We Set\n\n#### Necessary Cookies\n\nIf you create an account with us then we will use cookies for the management of the signup process and general administration. These cookies will usually be deleted when you log out however in some cases they may remain afterwards to remember your site preferences when logged out.\n\nWe use cookies when you are logged in so that we can remember this fact. This prevents you from having to log in every single time you visit a new page. These cookies are typically removed or cleared when you log out to ensure that you can only access restricted features and areas when logged in.\n\nTo know what programs you have saved locally and what parts of the interface you are currently using we use cookies. Without that data the interface cannot work correctly.\n\nAll the necessary cookies are installed in the local storage of your browser (so they are actually not technically \"cookies\").\n\n### Third Party Cookies\n\nIn some special cases we also use cookies provided by trusted third parties. The following section details which third party cookies you might encounter through this site.\n\n#### Analytics Cookies\nThis site uses Google Analytics which is one of the most widespread and trusted analytics solution on the web for helping us to understand how you use the site and ways that we can improve your experience. These cookies may track things such as how long you spend on the app, the parts of the interface you use or if you have any errors so we can continue improving the interface.\n\nHere is a detailed description of the third party cookies that are used:\n\n| Cookie name             | Description                                         | Default Expiration Time |\n|-------------------------|-----------------------------------------------------|-------------------------|\n| _ga                     | Used to distinguish users.                          | 2 years                 |\n| _gid                    | Used to distinguish users.                          | 24 hours                |\n| _gat                    | Used to throttle request rate.                      | 1 minute                |\n| AMP_TOKEN               | Retrieve a Client ID from AMP Client ID service.    | 30 seconds  to 1 year   |\n| _gat_gtag_UA_50042401_3 | Contains campaign related information for the user. | 90 days                 |\n",
	"md.privacy-policy.content": "# Privacy Policy of Strawbees CODE\nThis Application collects some Personal Data from its Users.\n\n*Last updated: May 23th 2018*\n\n-------------------\n\n## Owner and Data Controller\nStrawbees AB, Stenkolsgatan 1B, 417 07 Gothenburg, Sweden\n\nOwner contact email: privacy@strawbees.com\n\n-------------------\n\n## Types of Data collected\nAmong the types of Personal Data that this Application collects, by itself or through third parties, there are: Cookies, Usage Data, username, email address, User ID and date of birth.\n\nComplete details on each type of Personal Data collected are provided in the dedicated sections of this privacy policy or by specific explanation texts displayed prior to the Data collection.\n\nPersonal Data may be freely provided by the User, or, in case of Usage Data, collected automatically when using this Application.\n\nUnless specified otherwise, all Data requested by this Application is mandatory and failure to provide this Data may make it impossible for this Application to provide its services. In cases where this Application specifically states that some Data is not mandatory, Users are free not to communicate this Data without consequences to the availability or the functioning of the Service.\n\nUsers who are uncertain about which Personal Data is mandatory are welcome to contact the Owner.\n\nAny use of Cookies – or of other tracking tools – by this Application or by the owners of third-party services used by this Application serves the purpose of providing the Service required by the User, in addition to any other purposes described in the present document and in the [cookie policy](/cookie-policy).\n\nUsers are responsible for any third-party Personal Data obtained, published or shared through this Application and confirm that they have the third party's consent to provide the Data to the Owner.\n\n-------------------\n\n## Mode and place of processing the Data\n\n### Methods of processing\nThe Owner takes appropriate security measures to prevent unauthorized access, disclosure, modification, or unauthorized destruction of the Data.\n\nThe Data processing is carried out using computers and/or IT enabled tools, following organizational procedures and modes strictly related to the purposes indicated. In addition to the Owner, in some cases, the Data may be accessible to certain types of persons in charge, involved with the operation of this Application (administration, sales, marketing, legal, system administration) or external parties (such as third-party technical service providers, mail carriers, hosting providers, IT companies, communications agencies) appointed, if necessary, as Data Processors by the Owner. The updated list of these parties may be requested from the Owner at any time.\n\n### Legal basis of processing\nThe Owner may process Personal Data relating to Users if one of the following applies:\n\n- Users have given their consent for one or more specific purposes. Note: Under some legislations the Owner may be allowed to process Personal Data until the User objects to such processing (“opt-out”), without having to rely on consent or any other of the following legal bases. This, however, does not apply, whenever the processing of Personal Data is subject to European data protection law;\n- provision of Data is necessary for the performance of an agreement with the User and/or for any pre-contractual obligations thereof;\n- processing is necessary for compliance with a legal obligation to which the Owner is subject;\nprocessing is related to a task that is carried out in the public interest or in the exercise of official authority vested in the Owner;\n- processing is necessary for the purposes of the legitimate interests pursued by the Owner or by a third party.\n\nIn any case, the Owner will gladly help to clarify the specific legal basis that applies to the processing, and in particular whether the provision of Personal Data is a statutory or contractual requirement, or a requirement necessary to enter into a contract.\n\n### Place\nThe Data is processed at the Owner's operating offices and in any other places where the parties involved in the processing are located.\n\nDepending on the User's location, data transfers may involve transferring the User's Data to a country other than their own. To find out more about the place of processing of such transferred Data, Users can check the section containing details about the processing of Personal Data.\n\nUsers are also entitled to learn about the legal basis of Data transfers to a country outside the European Union or to any international organization governed by public international law or set up by two or more countries, such as the UN, and about the security measures taken by the Owner to safeguard their Data.\n\nIf any such transfer takes place, Users can find out more by checking the relevant sections of this document or inquire with the Owner using the information provided in the contact section.\n\n\n### Retention time\nPersonal Data shall be processed and stored for as long as required by the purpose they have been collected for.\n\nTherefore:\n\n- Personal Data collected for purposes related to the performance of a contract between the Owner and the User shall be retained until such contract has been fully performed.\n- Personal Data collected for the purposes of the Owner’s legitimate interests shall be retained as long as needed to fulfill such purposes. Users may find specific information regarding the legitimate interests pursued by the Owner within the relevant sections of this document or by contacting the Owner.\n\nThe Owner may be allowed to retain Personal Data for a longer period whenever the User has given consent to such processing, as long as such consent is not withdrawn. Furthermore, the Owner may be obliged to retain Personal Data for a longer period whenever required to do so for the performance of a legal obligation or upon order of an authority.\n\nOnce the retention period expires, Personal Data shall be deleted. Therefore, the right to access, the right to erasure, the right to rectification and the right to data portability cannot be enforced after expiration of the retention period.\n\n----------------\n\n## The purposes of processing\nThe Data concerning the User is collected to allow the Owner to provide its Services, as well as for the following purposes: Analytics, Access to third-party accounts and Registration and authentication.\n\nUsers can find further detailed information about such purposes of processing and about the specific Personal Data used for each purpose in the respective sections of this document.\n\n----------------\n\n## Detailed information on the processing of Personal Data\nPersonal Data is collected for the following purposes and using the following services:\n\n\n### Registration and authentication\nBy registering or authenticating, Users allow this Application to identify them and give them access to dedicated services.\n\nDepending on what is described below, third parties may provide registration and authentication services. In this case, this Application will be able to access some Data, stored by these third-party services, for registration or identification purposes.\n\n#### Direct registration (this Application)\nThe User registers by filling out the registration form and providing the Personal Data directly to this Application.\nPersonal Data collected: date of birth, email address, User ID and username.\n\n### Analytics\nThe services contained in this section enable the Owner to monitor and analyze web traffic and can be used to keep track of User behavior.\n\n#### Google Analytics (Google Inc.)\nGoogle Analytics is a web analysis service provided by Google Inc. (“Google”). Google utilizes the Data collected to track and examine the use of this Application, to prepare reports on its activities and share them with other Google services.\n\nGoogle may use the Data collected to contextualize and personalize the ads of its own advertising network.\n\nPersonal Data collected: Cookies and Usage Data.\n\nPlace of processing: United States – [Privacy Policy](https://www.google.com/intl/en/policies/privacy/) – [Opt Out](https://tools.google.com/dlpage/gaoptout?hl=en). Privacy Shield participant.\n\n### Access to third-party accounts\nThis type of service allows this Application to access Data from your account on a third-party service and perform actions with it.\nThese services are not activated automatically, but require explicit authorization by the User.\n\n#### Google Drive account access (Google Inc.)\nThis service allows this Application to connect with the User's account on Google Drive, provided by Google, Inc.\nPersonal Data collected: various types of Data as specified in the privacy policy of the service.\n\nPlace of processing: United States – [Privacy Policy](https://support.google.com/drive/answer/2450387?hl=en). Privacy Shield participant.\n\n--------------\n\n## The rights of Users\nUsers may exercise certain rights regarding their Data processed by the Owner.\n\nIn particular, Users have the right to do the following:\n- **Withdraw their consent at any time.** Users have the right to withdraw consent where they have previously given their consent to the processing of their Personal Data.\n- **Object to processing of their Data.** Users have the right to object to the processing of their Data if the processing is carried out on a legal basis other than consent. Further details are provided in the dedicated section below.\n- **Access their Data.** Users have the right to learn if Data is being processed by the Owner, obtain disclosure regarding certain aspects of the processing and obtain a copy of the Data undergoing processing.\n- **Verify and seek rectification.** Users have the right to verify the accuracy of their Data and ask for it to be updated or corrected.\n- **Restrict the processing of their Data.** Users have the right, under certain circumstances, to restrict the processing of their Data. In this case, the Owner will not process their Data for any purpose other than storing it.\n- **Have their Personal Data deleted or otherwise removed.** Users have the right, under certain circumstances, to obtain the erasure of their Data from the Owner.\n- **Receive their Data and have it transferred to another controller.** Users have the right to receive their Data in a structured, commonly used and machine readable format and, if technically feasible, to have it transmitted to another controller without any hindrance. This provision is applicable provided that the Data is processed by automated means and that the processing is based on the User's consent, on a contract which the User is part of or on pre-contractual obligations thereof.\n- **Lodge a complaint.** Users have the right to bring a claim before their competent data protection authority.\n\n### Details about the right to object to processing\nWhere Personal Data is processed for a public interest, in the exercise of an official authority vested in the Owner or for the purposes of the legitimate interests pursued by the Owner, Users may object to such processing by providing a ground related to their particular situation to justify the objection.\n\nUsers must know that, however, should their Personal Data be processed for direct marketing purposes, they can object to that processing at any time without providing any justification. To learn, whether the Owner is processing Personal Data for direct marketing purposes, Users may refer to the relevant sections of this document.\n\n### How to exercise these rights\nAny requests to exercise User rights can be directed to the Owner through the contact details provided in this document. These requests can be exercised free of charge and will be addressed by the Owner as early as possible and always within one month.\n\n----------------\n\n## Additional information about Data collection and processing\n\n### Legal action\nThe User's Personal Data may be used for legal purposes by the Owner in Court or in the stages leading to possible legal action arising from improper use of this Application or the related Services.\n\nThe User declares to be aware that the Owner may be required to reveal personal data upon request of public authorities.\n\n### Additional information about User's Personal Data\nIn addition to the information contained in this privacy policy, this Application may provide the User with additional and contextual information concerning particular Services or the collection and processing of Personal Data upon request.\n\n### System logs and maintenance\nFor operation and maintenance purposes, this Application and any third-party services may collect files that record interaction with this Application (System logs) use other Personal Data (such as the IP Address) for this purpose.\n\n### Information not contained in this policy\nMore details concerning the collection or processing of Personal Data may be requested from the Owner at any time. Please see the contact information at the beginning of this document.\n\n### How “Do Not Track” requests are handled\nThis Application does not support “Do Not Track” requests.\n\nTo determine whether any of the third-party services it uses honor the “Do Not Track” requests, please read their privacy policies.\n\n### Changes to this privacy policy\nThe Owner reserves the right to make changes to this privacy policy at any time by giving notice to its Users on this page and possibly within this Application and/or - as far as technically and legally feasible - sending a notice to Users via any contact information available to the Owner. It is strongly recommended to check this page often, referring to the date of the last modification listed at the top.\n\nShould the changes affect processing activities performed on the basis of the User’s consent, the Owner shall collect new consent from the User, where required.\n\n-------------\n\n## Definitions and legal references\n\n### Personal Data (or Data)\nAny information that directly, indirectly, or in connection with other information — including a personal identification number — allows for the identification or identifiability of a natural person.\n\n### Usage Data\nInformation collected automatically through this Application (or third-party services employed in this Application), which can include: the IP addresses or domain names of the computers utilized by the Users who use this Application, the URI addresses (Uniform Resource Identifier), the time of the request, the method utilized to submit the request to the server, the size of the file received in response, the numerical code indicating the status of the server's answer (successful outcome, error, etc.), the country of origin, the features of the browser and the operating system utilized by the User, the various time details per visit (e.g., the time spent on each page within the Application) and the details about the path followed within the Application with special reference to the sequence of pages visited, and other parameters about the device operating system and/or the User's IT environment.\n\n### User\nThe individual using this Application who, unless otherwise specified, coincides with the Data Subject.\n\n### Data Subject\nThe natural person to whom the Personal Data refers.\n\n### Data Processor (or Data Supervisor)\nThe natural or legal person, public authority, agency or other body which processes Personal Data on behalf of the Controller, as described in this privacy policy.\n\n### Data Controller (or Owner)\nThe natural or legal person, public authority, agency or other body which, alone or jointly with others, determines the purposes and means of the processing of Personal Data, including the security measures concerning the operation and use of this Application. The Data Controller, unless otherwise specified, is the Owner of this Application.\n\n### This Application\nThe means by which the Personal Data of the User is collected and processed.\n\n### Service\nThe service provided by this Application as described in the relative terms (if available) and on this site/application.\n\n### European Union (or EU)\nUnless otherwise specified, all references made within this document to the European Union include all current member states to the European Union and the European Economic Area.\n\n### Cookies\nSmall sets of data stored in the User's device.\n\n----------------\n\n#### Legal information\nThis privacy statement has been prepared based on provisions of multiple legislations, including Art. 13/14 of Regulation (EU) 2016/679 (General Data Protection Regulation).\n\nThis privacy policy relates solely to this Application, if not stated otherwise within this document.\n",
	"md.terms-of-use.content": "# Terms of Use of Strawbees CODE\n\n*Last updated: July 8th 2020*\n\n## 1. User Agreement\n\n**1.1** These Terms of Use constitute an agreement between you and Strawbees AB (collectively \"Strawbees\", \"we\", \"us\" or \"ours\") that governs your use of Strawbees CODE and all associated services (collectively \"platform\"). Strawbees AB is a company that provide solutions for developing a powerful skillset through hands-on exploration and working with design, construction, electronics and programming. Our organization number is 556983-8914 and we are registered under the address Strawbees AB, Stenkolsgatan 1B, 417 07 Gothenburg, Sweden. Please read the Terms of Use carefully. By using the platform you affirm that you have read, understood, and accepted the terms and conditions in the Terms of Use. If you do not agree with any of these conditions, please do not the platform.\n\n**1.2** Your privacy is important to us. Please read our Privacy Policy, which identifies how we use, collect, and store information it collects through the platform. By using the platform, you additionally agree that you are comfortable with our [privacy policy](/privacy-policy) and [cookie policy](/cookie-policy).\n\n**1.3** We reserve the right to make changes to this privacy policy at any time by giving notice to its Users on this page and possibly within this Application and/or - as far as technically and legally feasible - sending a notice to Users via any contact information available to the Owner. It is strongly recommended to check this page often, referring to the date of the last modification listed at the top. Should the changes affect processing activities performed on the basis of the User’s consent, the Owner shall collect new consent from the User, where required.\n\n\n## 2. Account Creation and Maintenance\n\n**2.1** In order to use some features of the platform, you will need to register and create an account. Creating an account is optional, but without an account you will not be able to save programs. When registering for a personal account, you will be asked to provide certain personal information, such as your email address, age, username. Please see our [privacy policy](/privacy-policy). for the data retention and usage policies.\n\n**2.2** You are responsible for keeping your password secret and your account secure. You are solely responsible for any use of your account, even if your account is used by another person. If any use of your account violates the Terms of Use, your account may be suspended or deleted.\n\n**2.3** You may not use another person's Quirkbot account without their permission.\n\n**2.4** Account usernames cannot be changed. If you want a different account username, create a new account.\n\n**2.5** If you have reason to believe that your account is no longer secure (for example, in the event of a loss, theft, or unauthorized disclosure of your password), promptly change your password. If you cannot access your account to change your password, notify us at support@strawbees.com\n\n## 3. Rules of Usage\n\n**3.1** You may not use the platform in any way, that: Promotes bigotry, discrimination, hatred, or violence against any individual or group; Threatens, harasses, or intimidates any other person, whether that person is a platform user or not; Contains foul language or personal attacks; Contains sexually explicit or graphically violent material; Provides instructions on how to commit illegal activities or obtain illegal products; Except in connection with organizing Strawbees events, asks any other user for personally identifying information, contact information, or passwords; or Exposes any others person's personally identifying information, contact information, or passwords without that person's permission.\n\n**3.2** You agree to comply with all applicable laws and regulations when you use the platform. You may not use the platform in any unlawful way, including to harass, stalk, or defame any other person.\n\n**3.3** You may not impersonate, imitate or pretend to be somebody else when using the platform.\n\n**3.4** You agree not to use the platform in any way intended to disrupt the platform, gain unauthorized access to the platform, or interfere with any other user's ability to use the platform.\n\n**3.5** You agree to confirm your account's email address after your register your account.\n\n**3.6** Commercial use of the platform, user-generated content, and support materials is permitted under the Creative Commons Attribution-ShareAlike 4.0 license. However, we reserve the right to block any commercial use the platform that, in our sole discretion, is harmful to the community. Harmful commercial use includes spamming or repeated advertisement through projects, comments, or forum posts.\n\n**3.7** You agree not to post links to any content outside of the platform, if to do so would violate any part of the Terms of Use.\n\n## 4. User-Generated Content and Licensing\n\n**4.1** For the purposes of the Terms of Use, \"user-generated content\" includes any program that a user submits to the platform.\n\n**4.2** We encourages everyone to foster creativity by freely sharing programs. However, we also understand the need for individuals and companies to protect their intellectual property rights. You are responsible for making sure you have the necessary rights, licenses, or permission for any user-generated content you submit to the platform.\n\n**4.3** All user-generated content you submit to the platform is licensed to and through the platform under the Creative Commons Attribution-ShareAlike 4.0 license. This allows others to view and remix your content. This license also allows us to display, distribute, and reproduce your content on the platform, through social media channels and elsewhere. If you do not want to license your content under this license, then do not share it on the platform.\n\n**4.4** Although we require all users to comply with these Terms of Use, some inappropriate user-generated content may be submitted and displayed on the platform. You understand that when you use the platform you may be exposed to user-generated content that you find objectionable or offensive. If you see any content that violates the Community Guidelines or Terms of Use, please let us know by reporting it in the [forum](http://forum.quirkbot.com).\n\n**4.5** In addition to reviewing reported user-generated content, we reserve the right, but are not obligated, to monitor all uses of the platform. We may edit, move, or delete any content that violates the Terms of Use, without notice.\n\n**4.6** All user-generated content is provided as-is. We makes no warranties about the accuracy or reliability of any user-generated content available through the platform. We don't not endorse any views, opinions, or advice expressed in user-generated content available through the platform. You agree to relieve us of any and all liability arising from content available through the platform..\n\n## 5. Content and Licensing\n\n**5.1** Except for any user-generated content, we own and retain all rights in and to the platform, the design, functionality, and architecture, and any software or content provided through the platform (collectively \"the Strawbees IP\"). If you want to use the platform in a way that is not allowed by these Terms of Use, you must first contact us. Except for any rights explicitly granted under these Terms of Use, you are not granted any rights in and to any Strawbees IP.\n\n**5.2** We might provide support materials, including images, sounds, video, and sample code, to help users build projects. Such support materials are licensed under the Creative Commons Attribution-ShareAlike 4.0 license. You may also use screenshots of the platform under the same license. Please note that this does not apply to materials that are also trademarked by us or other parties as described in parts 5.4 and 5.5, below. The Creative Commons Attribution-ShareAlike 4.0 license requires you to attribute any material you use to the original author. When you use our support materials, or screenshots of the platform, please use the following attribution: \"By Strawbees. See https://strawbees.com\".\n\n**5.4** The Strawbees name & logo and the Quirkbot name & logo are Trademarks owned by us. Unless you are licensed by us under a specific licensing program or agreement, you many not use these logos to label, promote, or endorse any product or service. You may use the Strawbeesand Quirkbot logos to refer to the platform.\n\n**5.5** Our support materials library may contain images and sounds that are trademarked by third parties. The fact that materials are included in the Quirkbot support materials library does not in any way limit or reduce intellectual property rights, including trademark rights, otherwise available to the materials' owners. Nothing in these Terms of Use or the Creative Commons Attribution-ShareAlike 4.0 license will be construed to limit or reduce any party's rights in that party's valid trademarks. You may not use these materials to label, promote, or endorse any product or service. You are solely responsible for any violation of a third party's intellectual property rights caused by your misuse of these materials.\n\n## 6. Digital Millennium Copyright Act (DMCA)\n\n**6.1** If you are a copyright holder and believe that content the platform violates your rights, you may send a DMCA notification to info@strawbees.com. For more information, including the information that must be included in a DMCA notification, see the text of the DMCA, 17 U.S.C. § 512.\n\n**6.2** If you are a user and you believe that your content did not constitute a copyright violation and was taken down in error, you may send a notification to info@strawbees.com Please include:\nYour username and email address;\nThe specific content you believe was taken down in error; and\nA brief statement of why you believe there was no copyright violation (e.g., the content was not copyrighted, you had permission to use the content, or your use of the content was a \"fair use\").\n\n## 7. Termination of Accounts\n\n**7.1** We have the right to delete your account for violations of the Terms of Use. We reserve the sole right to determine what constitutes a violation of the Terms of Use. We reserve the right to delete any account used to circumvent prior enforcement of the Terms of Use. We reserve the right to delete accounts that are considered inactive, that is, account that have not saved any programs (or have only saved empty programs) for 60 consecutive days. We reserve the right to delete accounts that have not verified their email address.\n\n**7.2** If you want to delete your account, click on the \"Delete my Account\" button on your profile page\n\n## 8. Third Party Websites\n\nContent on the platform, including user-generated content, may include links to third party websites. We is not capable of reviewing or managing third party websites, and assumes no responsibility for the privacy practices, content, or functionality of third party websites. You agree to relieve us of any and all liability arising from third party websites.\n\n## 9. Indemnification\n\nYou agree to indemnify us and all our affiliates, employees, faculty members, fellows, students, agents, representatives, third party service providers, and members of their governing boards (all of which are \"Strawbees Entities\"), and to defend and hold each of them harmless, from any and all claims and liabilities (including attorneys' fees) arising out of or related to your breach of the Terms of Use or your use of the platform.\n\nFor federal government agencies, provisions in the Terms of Use relating to Indemnification shall not apply to your Official Use, except to the extent expressly authorized by federal law. For state and local government agencies in the United States, Terms of Use relating to Indemnification shall apply to your Official Use only to the extent authorized by the laws of your jurisdiction.\n\n## 10. Disclaimer of Warranty\n\nYou acknowledge that you are using the platform at your own risk. The platform is provided \"as is,\" and the Strawbees Entities hereby expressly disclaim any and all warranties, express and implied, including but not limited to any warranties of accuracy, reliability, title, merchantability, non-infringement, fitness for a particular purpose or any other warranty, condition, guarantee or representation, whether oral, in writing or in electronic form, including but not limited to the accuracy or completeness of any information contained therein or provided by the platform. Without limiting the foregoing, the Strawbees Entities disclaim any and all warranties, express and implied, regarding user-generated content and our events. The Strawbees Entities and their third party service providers do not represent or warrant that access to the platform will be uninterrupted or that there will be no failures, errors or omissions or loss of transmitted information, or that no viruses will be transmitted through the platform.\n\n## 11. Limitation of Liability\n\nThe Strawbees Entities shall not be liable to you or any third parties for any direct, indirect, special, consequential or punitive damages of any kind, regardless of the type of claim or the nature of the cause of action, even if we have been advised of the possibility of such damages. Without limiting the foregoing, the Strawbees Entites shall have no liability to you or any third parties for damages or harms arising out of user-generated content or our events.\n\n## 12. Jurisdiction\n\nThe platform is offered by the us from its facilities in Sweden. We makes no representations that the platform is appropriate or available for use in other locations. Those who access or use the platform are responsible for compliance with local law.\n\n## 13. Choice of Law and Venue\n\nYou agree that these Terms of Use, for all purposes, shall be governed and construed in accordance with the laws of Sweden, applicable to contracts to be wholly performed therein, and any action based on, relating to, or alleging a breach of the Terms of Use must be brought in a federal Swedish court. In addition, both parties agree to submit to the exclusive personal jurisdiction and venue of such courts.\n\nIf you are a federal, state, or local government entity in the United States using Strawbees CODE in your official capacity and legally unable to accept the controlling law, jurisdiction or venue clauses above, then those clauses do not apply to you. For such U.S. federal government entities, these Terms and any action related thereto will be governed by the laws of the United States of America (without reference to conflict of laws) and, in the absence of federal law and to the extent permitted under federal law, the laws of Sweden (excluding choice of law).\n\n## 14. Choice of Language\n\nIf the we provide you with a translation of the English language version of these Terms of Use, the Privacy Policy, or any other policy, then you agree that the translation is provided for informational purposes only and does not modify the English language version. In the event of a conflict between a translation and the English version, the English version will govern.\n\n## 15. No Waiver\n\nNo waiver of any term of these Terms of Use shall be deemed a further or continuing waiver of such term or any other term, and our failure to assert any right or provision under these Terms of Use shall not constitute a waiver of such right or provision.\n\n## 16. Entire Agreement\n\nThis document, together with all appendices, constitutes the entire Terms of Use and supersedes all previous agreements with us relating to the use of the platform.\n",
	"_scracth-blocks": {
		"CONTROL_FOREVER": "forever",
		"CONTROL_REPEAT": "repeat %1",
		"CONTROL_IF": "if %1 then",
		"CONTROL_ELSE": "else",
		"CONTROL_STOP": "stop",
		"CONTROL_STOP_ALL": "all",
		"CONTROL_STOP_THIS": "this script",
		"CONTROL_STOP_OTHER": "other scripts in sprite",
		"CONTROL_WAIT": "wait %1 seconds",
		"CONTROL_WAITUNTIL": "wait until %1",
		"CONTROL_REPEATUNTIL": "repeat until %1",
		"CONTROL_WHILE": "while %1",
		"CONTROL_FOREACH": "for each %1 in %2",
		"CONTROL_STARTASCLONE": "when I start as a clone",
		"CONTROL_CREATECLONEOF": "create clone of %1",
		"CONTROL_CREATECLONEOF_MYSELF": "myself",
		"CONTROL_DELETETHISCLONE": "delete this clone",
		"CONTROL_COUNTER": "counter",
		"CONTROL_INCRCOUNTER": "increment counter",
		"CONTROL_CLEARCOUNTER": "clear counter",
		"CONTROL_ALLATONCE": "all at once",
		"DATA_SETVARIABLETO": "set %1 to %2",
		"DATA_CHANGEVARIABLEBY": "change %1 by %2",
		"DATA_SHOWVARIABLE": "show variable %1",
		"DATA_HIDEVARIABLE": "hide variable %1",
		"DATA_ADDTOLIST": "add %1 to %2",
		"DATA_DELETEOFLIST": "delete %1 of %2",
		"DATA_DELETEALLOFLIST": "delete all of %1",
		"DATA_INSERTATLIST": "insert %1 at %2 of %3",
		"DATA_REPLACEITEMOFLIST": "replace item %1 of %2 with %3",
		"DATA_ITEMOFLIST": "item %1 of %2",
		"DATA_ITEMNUMOFLIST": "item # of %1 in %2",
		"DATA_LENGTHOFLIST": "length of %1",
		"DATA_LISTCONTAINSITEM": "%1 contains %2?",
		"DATA_SHOWLIST": "show list %1",
		"DATA_HIDELIST": "hide list %1",
		"DATA_INDEX_ALL": "all",
		"DATA_INDEX_LAST": "last",
		"DATA_INDEX_RANDOM": "random",
		"EVENT_WHENFLAGCLICKED": "when %1 clicked",
		"EVENT_WHENTHISSPRITECLICKED": "when this sprite clicked",
		"EVENT_WHENSTAGECLICKED": "when stage clicked",
		"EVENT_WHENTOUCHINGOBJECT": "when this sprite touches %1",
		"EVENT_WHENBROADCASTRECEIVED": "when I receive %1",
		"EVENT_WHENBACKDROPSWITCHESTO": "when backdrop switches to %1",
		"EVENT_WHENGREATERTHAN": "when %1 > %2",
		"EVENT_WHENGREATERTHAN_TIMER": "timer",
		"EVENT_WHENGREATERTHAN_LOUDNESS": "loudness",
		"EVENT_BROADCAST": "broadcast %1",
		"EVENT_BROADCASTANDWAIT": "broadcast %1 and wait",
		"EVENT_WHENKEYPRESSED": "when %1 key pressed",
		"EVENT_WHENKEYPRESSED_SPACE": "space",
		"EVENT_WHENKEYPRESSED_LEFT": "left arrow",
		"EVENT_WHENKEYPRESSED_RIGHT": "right arrow",
		"EVENT_WHENKEYPRESSED_DOWN": "down arrow",
		"EVENT_WHENKEYPRESSED_UP": "up arrow",
		"EVENT_WHENKEYPRESSED_ANY": "any",
		"LOOKS_SAYFORSECS": "say %1 for %2 seconds",
		"LOOKS_SAY": "say %1",
		"LOOKS_HELLO": "Hello!",
		"LOOKS_THINKFORSECS": "think %1 for %2 seconds",
		"LOOKS_THINK": "think %1",
		"LOOKS_HMM": "Hmm...",
		"LOOKS_SHOW": "show",
		"LOOKS_HIDE": "hide",
		"LOOKS_HIDEALLSPRITES": "hide all sprites",
		"LOOKS_EFFECT_COLOR": "color",
		"LOOKS_EFFECT_FISHEYE": "fisheye",
		"LOOKS_EFFECT_WHIRL": "whirl",
		"LOOKS_EFFECT_PIXELATE": "pixelate",
		"LOOKS_EFFECT_MOSAIC": "mosaic",
		"LOOKS_EFFECT_BRIGHTNESS": "brightness",
		"LOOKS_EFFECT_GHOST": "ghost",
		"LOOKS_CHANGEEFFECTBY": "change %1 effect by %2",
		"LOOKS_SETEFFECTTO": "set %1 effect to %2",
		"LOOKS_CLEARGRAPHICEFFECTS": "clear graphic effects",
		"LOOKS_CHANGESIZEBY": "change size by %1",
		"LOOKS_SETSIZETO": "set size to %1 %",
		"LOOKS_SIZE": "size",
		"LOOKS_CHANGESTRETCHBY": "change stretch by %1",
		"LOOKS_SETSTRETCHTO": "set stretch to %1 %",
		"LOOKS_SWITCHCOSTUMETO": "switch costume to %1",
		"LOOKS_NEXTCOSTUME": "next costume",
		"LOOKS_SWITCHBACKDROPTO": "switch backdrop to %1",
		"LOOKS_GOTOFRONTBACK": "go to %1 layer",
		"LOOKS_GOTOFRONTBACK_FRONT": "front",
		"LOOKS_GOTOFRONTBACK_BACK": "back",
		"LOOKS_GOFORWARDBACKWARDLAYERS": "go %1 %2 layers",
		"LOOKS_GOFORWARDBACKWARDLAYERS_FORWARD": "forward",
		"LOOKS_GOFORWARDBACKWARDLAYERS_BACKWARD": "backward",
		"LOOKS_BACKDROPNUMBERNAME": "backdrop %1",
		"LOOKS_COSTUMENUMBERNAME": "costume %1",
		"LOOKS_NUMBERNAME_NUMBER": "number",
		"LOOKS_NUMBERNAME_NAME": "name",
		"LOOKS_SWITCHBACKDROPTOANDWAIT": "switch backdrop to %1 and wait",
		"LOOKS_NEXTBACKDROP_BLOCK": "next backdrop",
		"LOOKS_NEXTBACKDROP": "next backdrop",
		"LOOKS_PREVIOUSBACKDROP": "previous backdrop",
		"LOOKS_RANDOMBACKDROP": "random backdrop",
		"MOTION_MOVESTEPS": "move %1 steps",
		"MOTION_TURNLEFT": "turn %1 %2 degrees",
		"MOTION_TURNRIGHT": "turn %1 %2 degrees",
		"MOTION_POINTINDIRECTION": "point in direction %1",
		"MOTION_POINTTOWARDS": "point towards %1",
		"MOTION_POINTTOWARDS_POINTER": "mouse-pointer",
		"MOTION_POINTTOWARDS_RANDOM": "random direction",
		"MOTION_GOTO": "go to %1",
		"MOTION_GOTO_POINTER": "mouse-pointer",
		"MOTION_GOTO_RANDOM": "random position",
		"MOTION_GOTOXY": "go to x: %1 y: %2",
		"MOTION_GLIDESECSTOXY": "glide %1 secs to x: %2 y: %3",
		"MOTION_GLIDETO": "glide %1 secs to %2",
		"MOTION_GLIDETO_POINTER": "mouse-pointer",
		"MOTION_GLIDETO_RANDOM": "random position",
		"MOTION_CHANGEXBY": "change x by %1",
		"MOTION_SETX": "set x to %1",
		"MOTION_CHANGEYBY": "change y by %1",
		"MOTION_SETY": "set y to %1",
		"MOTION_IFONEDGEBOUNCE": "if on edge, bounce",
		"MOTION_SETROTATIONSTYLE": "set rotation style %1",
		"MOTION_SETROTATIONSTYLE_LEFTRIGHT": "left-right",
		"MOTION_SETROTATIONSTYLE_DONTROTATE": "don't rotate",
		"MOTION_SETROTATIONSTYLE_ALLAROUND": "all around",
		"MOTION_XPOSITION": "x position",
		"MOTION_YPOSITION": "y position",
		"MOTION_DIRECTION": "direction",
		"MOTION_SCROLLRIGHT": "scroll right %1",
		"MOTION_SCROLLUP": "scroll up %1",
		"MOTION_ALIGNSCENE": "align scene %1",
		"MOTION_ALIGNSCENE_BOTTOMLEFT": "bottom-left",
		"MOTION_ALIGNSCENE_BOTTOMRIGHT": "bottom-right",
		"MOTION_ALIGNSCENE_MIDDLE": "middle",
		"MOTION_ALIGNSCENE_TOPLEFT": "top-left",
		"MOTION_ALIGNSCENE_TOPRIGHT": "top-right",
		"MOTION_XSCROLL": "x scroll",
		"MOTION_YSCROLL": "y scroll",
		"MOTION_STAGE_SELECTED": "Stage selected: no motion blocks",
		"OPERATORS_ADD": "%1 + %2",
		"OPERATORS_SUBTRACT": "%1 - %2",
		"OPERATORS_MULTIPLY": "%1 * %2",
		"OPERATORS_DIVIDE": "%1 / %2",
		"OPERATORS_RANDOM": "pick random %1 to %2",
		"OPERATORS_GT": "%1 > %2",
		"OPERATORS_LT": "%1 < %2",
		"OPERATORS_EQUALS": "%1 = %2",
		"OPERATORS_AND": "%1 and %2",
		"OPERATORS_OR": "%1 or %2",
		"OPERATORS_NOT": "not %1",
		"OPERATORS_JOIN": "join %1 %2",
		"OPERATORS_JOIN_APPLE": "apple",
		"OPERATORS_JOIN_BANANA": "banana",
		"OPERATORS_LETTEROF": "letter %1 of %2",
		"OPERATORS_LETTEROF_APPLE": "a",
		"OPERATORS_LENGTH": "length of %1",
		"OPERATORS_CONTAINS": "%1 contains %2?",
		"OPERATORS_MOD": "%1 mod %2",
		"OPERATORS_ROUND": "round %1",
		"OPERATORS_MATHOP": "%1 of %2",
		"OPERATORS_MATHOP_ABS": "abs",
		"OPERATORS_MATHOP_FLOOR": "floor",
		"OPERATORS_MATHOP_CEILING": "ceiling",
		"OPERATORS_MATHOP_SQRT": "sqrt",
		"OPERATORS_MATHOP_SIN": "sin",
		"OPERATORS_MATHOP_COS": "cos",
		"OPERATORS_MATHOP_TAN": "tan",
		"OPERATORS_MATHOP_ASIN": "asin",
		"OPERATORS_MATHOP_ACOS": "acos",
		"OPERATORS_MATHOP_ATAN": "atan",
		"OPERATORS_MATHOP_LN": "ln",
		"OPERATORS_MATHOP_LOG": "log",
		"OPERATORS_MATHOP_EEXP": "e ^",
		"OPERATORS_MATHOP_10EXP": "10 ^",
		"PROCEDURES_DEFINITION": "define %1",
		"SENSING_TOUCHINGOBJECT": "touching %1?",
		"SENSING_TOUCHINGOBJECT_POINTER": "mouse-pointer",
		"SENSING_TOUCHINGOBJECT_EDGE": "edge",
		"SENSING_TOUCHINGCOLOR": "touching color %1?",
		"SENSING_COLORISTOUCHINGCOLOR": "color %1 is touching %2?",
		"SENSING_DISTANCETO": "distance to %1",
		"SENSING_DISTANCETO_POINTER": "mouse-pointer",
		"SENSING_ASKANDWAIT": "ask %1 and wait",
		"SENSING_ASK_TEXT": "What's your name?",
		"SENSING_ANSWER": "answer",
		"SENSING_KEYPRESSED": "key %1 pressed?",
		"SENSING_MOUSEDOWN": "mouse down?",
		"SENSING_MOUSEX": "mouse x",
		"SENSING_MOUSEY": "mouse y",
		"SENSING_SETDRAGMODE": "set drag mode %1",
		"SENSING_SETDRAGMODE_DRAGGABLE": "draggable",
		"SENSING_SETDRAGMODE_NOTDRAGGABLE": "not draggable",
		"SENSING_LOUDNESS": "loudness",
		"SENSING_LOUD": "loud?",
		"SENSING_TIMER": "timer",
		"SENSING_RESETTIMER": "reset timer",
		"SENSING_OF": "%1 of %2",
		"SENSING_OF_XPOSITION": "x position",
		"SENSING_OF_YPOSITION": "y position",
		"SENSING_OF_DIRECTION": "direction",
		"SENSING_OF_COSTUMENUMBER": "costume #",
		"SENSING_OF_COSTUMENAME": "costume name",
		"SENSING_OF_SIZE": "size",
		"SENSING_OF_VOLUME": "volume",
		"SENSING_OF_BACKDROPNUMBER": "backdrop #",
		"SENSING_OF_BACKDROPNAME": "backdrop name",
		"SENSING_OF_STAGE": "Stage",
		"SENSING_CURRENT": "current %1",
		"SENSING_CURRENT_YEAR": "year",
		"SENSING_CURRENT_MONTH": "month",
		"SENSING_CURRENT_DATE": "date",
		"SENSING_CURRENT_DAYOFWEEK": "day of week",
		"SENSING_CURRENT_HOUR": "hour",
		"SENSING_CURRENT_MINUTE": "minute",
		"SENSING_CURRENT_SECOND": "second",
		"SENSING_DAYSSINCE2000": "days since 2000",
		"SENSING_USERNAME": "username",
		"SENSING_USERID": "user id",
		"SOUND_PLAY": "start sound %1",
		"SOUND_PLAYUNTILDONE": "play sound %1 until done",
		"SOUND_STOPALLSOUNDS": "stop all sounds",
		"SOUND_SETEFFECTO": "set %1 effect to %2",
		"SOUND_CHANGEEFFECTBY": "change %1 effect by %2",
		"SOUND_CLEAREFFECTS": "clear sound effects",
		"SOUND_EFFECTS_PITCH": "pitch",
		"SOUND_EFFECTS_PAN": "pan left/right",
		"SOUND_CHANGEVOLUMEBY": "change volume by %1",
		"SOUND_SETVOLUMETO": "set volume to %1%",
		"SOUND_VOLUME": "volume",
		"SOUND_RECORD": "record...",
		"CATEGORY_MOTION": "Motion",
		"CATEGORY_LOOKS": "Looks",
		"CATEGORY_SOUND": "Sound",
		"CATEGORY_EVENTS": "Events",
		"CATEGORY_CONTROL": "Control",
		"CATEGORY_SENSING": "Sensing",
		"CATEGORY_OPERATORS": "Operators",
		"CATEGORY_VARIABLES": "Variables",
		"CATEGORY_MYBLOCKS": "My Blocks",
		"DUPLICATE": "Duplicate",
		"DELETE": "Delete",
		"ADD_COMMENT": "Add Comment",
		"REMOVE_COMMENT": "Remove Comment",
		"DELETE_BLOCK": "Delete Block",
		"DELETE_X_BLOCKS": "Delete %1 Blocks",
		"DELETE_ALL_BLOCKS": "Delete all %1 blocks?",
		"CLEAN_UP": "Clean up Blocks",
		"HELP": "Help",
		"UNDO": "Undo",
		"REDO": "Redo",
		"EDIT_PROCEDURE": "Edit",
		"SHOW_PROCEDURE_DEFINITION": "Go to definition",
		"WORKSPACE_COMMENT_DEFAULT_TEXT": "Say something...",
		"COLOUR_HUE_LABEL": "Color",
		"COLOUR_SATURATION_LABEL": "Saturation",
		"COLOUR_BRIGHTNESS_LABEL": "Brightness",
		"CHANGE_VALUE_TITLE": "Change value:",
		"RENAME_VARIABLE": "Rename variable",
		"RENAME_VARIABLE_TITLE": "Rename all \"%1\" variables to:",
		"RENAME_VARIABLE_MODAL_TITLE": "Rename Variable",
		"NEW_VARIABLE": "Make a Variable",
		"NEW_VARIABLE_TITLE": "New variable name:",
		"VARIABLE_MODAL_TITLE": "New Variable",
		"VARIABLE_ALREADY_EXISTS": "A variable named \"%1\" already exists.",
		"VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE": "A variable named \"%1\" already exists for another variable of type \"%2\".",
		"DELETE_VARIABLE_CONFIRMATION": "Delete %1 uses of the \"%2\" variable?",
		"CANNOT_DELETE_VARIABLE_PROCEDURE": "Can't delete the variable \"%1\" because it's part of the definition of the function \"%2\"",
		"DELETE_VARIABLE": "Delete the \"%1\" variable",
		"NEW_PROCEDURE": "Make a Block",
		"PROCEDURE_ALREADY_EXISTS": "A procedure named \"%1\" already exists.",
		"PROCEDURE_DEFAULT_NAME": "block name",
		"PROCEDURE_USED": "To delete a block definition, first remove all uses of the block",
		"NEW_LIST": "Make a List",
		"NEW_LIST_TITLE": "New list name:",
		"LIST_MODAL_TITLE": "New List",
		"LIST_ALREADY_EXISTS": "A list named \"%1\" already exists.",
		"RENAME_LIST_TITLE": "Rename all \"%1\" lists to:",
		"RENAME_LIST_MODAL_TITLE": "Rename List",
		"DEFAULT_LIST_ITEM": "thing",
		"DELETE_LIST": "Delete the \"%1\" list",
		"RENAME_LIST": "Rename list",
		"NEW_BROADCAST_MESSAGE": "New message",
		"NEW_BROADCAST_MESSAGE_TITLE": "New message name:",
		"BROADCAST_MODAL_TITLE": "New Message",
		"DEFAULT_BROADCAST_MESSAGE_NAME": "message1"
	}
}