pxt-calliope/locales/en/strings.json

247 lines
16 KiB
JSON
Raw Normal View History

2017-08-19 17:16:35 +02:00
{
"%1 of %2 and %3": "%1 of %2 and %3",
"'{0}' doesn't look like a semantic version number": "'{0}' doesn't look like a semantic version number",
".hex file upload, please try again.": ".hex file upload, please try again.",
"A letter, word, or line of text.": "A letter, word, or line of text.",
"About {0}": "About {0}",
"About...": "About...",
"Add Comment": "Add Comment",
"Add Package...": "Add Package...",
"All synced": "All synced",
"Almost there!": "Almost there!",
"Analyze Data": "Analyze Data",
"Any": "Any",
"Blocks": "Blocks",
"By using this site you agree to the use of cookies for analytics.": "By using this site you agree to the use of cookies for analytics.",
"Cancel": "Cancel",
"Cannot load package: {0}": "Cannot load package: {0}",
"Changes the value of the variable by this amount": "Changes the value of the variable by this amount",
"Click here if the download hasn't started.": "Click here if the download hasn't started.",
"Close": "Close",
"Collapse Block": "Collapse Block",
"Compilation failed, please check your code for errors.": "Compilation failed, please check your code for errors.",
"Connect your {0} to your PC using the USB cable.": "Connect your {0} to your PC using the USB cable.",
"Continue": "Continue",
"Copied!": "Copied!",
"Copy": "Copy",
"Copy the <code>.hex</code> file to your {0} drive.": "Copy the <code>.hex</code> file to your {0} drive.",
"Copy this HTML to your website or blog.": "Copy this HTML to your website or blog.",
"Create 'get %1'": "Create 'get %1'",
"Create 'get {0}'": "Create 'get {0}'",
"Create 'set %1'": "Create 'set %1'",
"Delete": "Delete",
"Delete %1 Blocks": "Delete %1 Blocks",
"Delete Block": "Delete Block",
"Delete Project": "Delete Project",
"Delete all {0} blocks?": "Delete all {0} blocks?",
"Delete {0} Blocks": "Delete {0} Blocks",
"Description": "Description",
"Disable Block": "Disable Block",
"Discard and go to Blocks": "Discard and go to Blocks",
"Do some statements several times.": "Do some statements several times.",
"Done!": "Done!",
"Download": "Download",
"Download data": "Download data",
"Download your code to the {0}...": "Download your code to the {0}...",
"Drag and drop the <code>.hex</code> file to your {0} drive in Finder": "Drag and drop the <code>.hex</code> file to your {0} drive in Finder",
"Edit Settings As text": "Edit Settings As text",
"Edit this page on GitHub": "Edit this page on GitHub",
"Embed Project": "Embed Project",
"Embed Project...": "Embed Project...",
"Enable Block": "Enable Block",
"Everything seems fine!\n": "Everything seems fine!",
"Expand Block": "Expand Block",
"Explorer": "Explorer",
"External Inputs": "External Inputs",
"Go ahead!": "Go ahead!",
"Hardware": "Hardware",
"Have the variable '{0}' take on the values from 0 to the end number, counting by 1, and do the specified blocks.": "Have the variable '{0}' take on the values from 0 to the end number, counting by 1, and do the specified blocks.",
"Help": "Help",
"If a value is true, then do some statements.": "If a value is true, then do some statements.",
"If a value is true, then do the first block of statements. Otherwise, do the second block of statements.": "If a value is true, then do the first block of statements. Otherwise, do the second block of statements.",
"If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements.": "If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements.",
"If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements. If none of the values are true, do the last block of statements.": "If the first value is true, then do the first block of statements. Otherwise, if the second value is true, do the second block of statements. If none of the values are true, do the last block of statements.",
"Inline Inputs": "Inline Inputs",
"Invalid first argument; should be of type '{0}', but is '{1}'": "Invalid first argument; should be of type '{0}', but is '{1}'",
"It will be deleted for good. No undo.": "It will be deleted for good. No undo.",
"JavaScript": "JavaScript",
"Learn more": "Learn more",
"Loading...": "Loading...",
"Local File": "Local File",
"Make": "Make",
"Network request failed; you appear to be offline": "Network request failed; you appear to be offline",
"New Project...": "New Project...",
"Oops, something went wrong trying to convert your code.": "Oops, something went wrong trying to convert your code.",
"Oops, there is a problem converting your code.": "Oops, there is a problem converting your code.",
"Oops, we could not create the stream. Please try again later.": "Oops, we could not create the stream. Please try again later.",
"Oops, we could not run this project. Please check your code for errors.": "Oops, we could not run this project. Please check your code for errors.",
"Oops, we could not upload your data...": "Oops, we could not upload your data...",
"Open documentation in new tab": "Open documentation in new tab",
"Package {0} requires target version {1} (you are running {2})": "Package {0} requires target version {1} (you are running {2})",
"Package {0}:\n": "Package {0}:",
"Packages '{0}' and '{1}' cannot be used together, because they use incompatible settings ({2}).": "Packages '{0}' and '{1}' cannot be used together, because they use incompatible settings ({2}).",
"Packages cannot be used together": "Packages cannot be used together",
"Pause": "Pause",
"Pause execution on the next instruction": "Pause execution on the next instruction",
"Please wait": "Please wait",
"Privacy & Cookies": "Privacy & Cookies",
"Program Error: {0}": "Program Error: {0}",
"Project URL": "Project URL",
"Project loaded: {0}": "Project loaded: {0}",
"Publish project": "Publish project",
"Redo": "Redo",
"Remove Comment": "Remove Comment",
"Remove it": "Remove it",
"Remove {0}": "Remove {0}",
"Remove {0} package": "Remove {0} package",
"Reset": "Reset",
"Resume": "Resume",
"Resume execution": "Resume execution",
"Return the difference of the two numbers.": "Return the difference of the two numbers.",
"Return the first number raised to the power of the second number.": "Return the first number raised to the power of the second number.",
"Return the product of the two numbers.": "Return the product of the two numbers.",
"Return the quotient of the two numbers.": "Return the quotient of the two numbers.",
"Return the remainder from dividing the two numbers.": "Return the remainder from dividing the two numbers.",
"Return the sum of the two numbers.": "Return the sum of the two numbers.",
"Return true if at least one of the inputs is true.": "Return true if at least one of the inputs is true.",
"Return true if both inputs are not equal to each other.": "Return true if both inputs are not equal to each other.",
"Return true if both inputs are true.": "Return true if both inputs are true.",
"Return true if both inputs equal each other.": "Return true if both inputs equal each other.",
"Return true if the first input is greater than or equal to the second input.": "Return true if the first input is greater than or equal to the second input.",
"Return true if the first input is greater than the second input.": "Return true if the first input is greater than the second input.",
"Return true if the first input is smaller than or equal to the second input.": "Return true if the first input is smaller than or equal to the second input.",
"Return true if the first input is smaller than the second input.": "Return true if the first input is smaller than the second input.",
"Returns a random integer between 0 and the specified bound (inclusive).": "Returns a random integer between 0 and the specified bound (inclusive).",
"Returns either true or false.": "Returns either true or false.",
"Returns the number of letters (including spaces) in the provided text.": "Returns the number of letters (including spaces) in the provided text.",
"Returns the value of this variable.": "Returns the value of this variable.",
"Returns true if the input is false. Returns false if the input is true.": "Returns true if the input is false. Returns false if the input is true.",
"Right click on the file in Windows Explorer, click 'Send To', and select {0}": "Right click on the file in Windows Explorer, click 'Send To', and select {0}",
"Run Simulator": "Run Simulator",
"Run the same sequence of actions while the condition is met.": "Run the same sequence of actions while the condition is met.",
"Run this command from a shell.": "Run this command from a shell.",
"Save": "Save",
"Save failed!": "Save failed!",
"Save the <code>.hex</code> file to your computer.": "Save the <code>.hex</code> file to your computer.",
"Save the data to your 'Downloads' folder.": "Save the data to your 'Downloads' folder.",
"Search": "Search",
"Search...": "Search...",
"Sets this variable to be equal to the input.": "Sets this variable to be equal to the input.",
"Show/Hide side documentation": "Show/Hide side documentation",
"Shuffle Blocks": "Shuffle Blocks",
"Software": "Software",
"Sorry, we could not import this project.": "Sorry, we could not import this project.",
"Sorry, we could not recognize this file.": "Sorry, we could not recognize this file.",
"Sorry, we were not able to convert this program.": "Sorry, we were not able to convert this program.",
"Start": "Start",
"Stay in JavaScript": "Stay in JavaScript",
"Step into": "Step into",
"Step into next function call": "Step into next function call",
"Step over": "Step over",
"Step over next function call": "Step over next function call",
"Stop": "Stop",
"Stored in the cloud. Click to sync.": "Stored in the cloud. Click to sync.",
"Stream to Cloud": "Stream to Cloud",
"Syncing": "Syncing",
"Syncing done": "Syncing done",
"Terms Of Use": "Terms Of Use",
"The list must have at least one element": "The list must have at least one element",
"Undo": "Undo",
"Untitled": "Untitled",
"Update download complete. Reloading...": "Update download complete. Reloading...",
"Upload your data to Microsoft Azure to analyze it.": "Upload your data to Microsoft Azure to analyze it.",
"Uploading .hex file...": "Uploading .hex file...",
"Uploading...": "Uploading...",
"We are unable to convert your JavaScript code back to blocks. You can keep working in JavaScript or discard your changes and go back to the previous Blocks version.": "We are unable to convert your JavaScript code back to blocks. You can keep working in JavaScript or discard your changes and go back to the previous Blocks version.",
"We are uploading your data to Microsoft Azure every minute.": "We are uploading your data to Microsoft Azure every minute.",
"We couldn't find any packages matching '{0}'": "We couldn't find any packages matching '{0}'",
"We couldn't find any projects matching '{0}'": "We couldn't find any projects matching '{0}'",
"Will upload. Click to sync.": "Will upload. Click to sync.",
"Would you like to delete '{0}'?": "Would you like to delete '{0}'?",
"You acknowledge having consent to publish this project.": "You acknowledge having consent to publish this project.",
"You are about to clear all projects. Are you sure? This operation cannot be undone.": "You are about to clear all projects. Are you sure? This operation cannot be undone.",
"You are about to remove a file from your project. Are you sure?": "You are about to remove a file from your project. Are you sure?",
"You are about to remove a package from your project. Are you sure?": "You are about to remove a package from your project. Are you sure?",
"You need to publish your project to share it or embed it in other web pages.": "You need to publish your project to share it or embed it in other web pages.",
"Zoom In": "Zoom In",
"Zoom Out": "Zoom Out",
"a `true` or `false` value": "a `true` or `false` value",
"a conditional statement": "a conditional statement",
"a decimal number": "a decimal number",
"a loop that repeats and increments an index": "a loop that repeats and increments an index",
"a loop that repeats the number of times you say": "a loop that repeats the number of times you say",
"a loop that repeats while the condition is true": "a loop that repeats while the condition is true",
"a piece of text": "a piece of text",
"absolute number": "absolute number",
"absolute of %1": "absolute of %1",
"absolute value of a number": "absolute value of a number",
"an integer number": "an integer number",
"arithmetic operation": "arithmetic operation",
"assign the value of a variable": "assign the value of a variable",
"boolean operation": "boolean operation",
"change %1 by %2": "change %1 by %2",
"comparing two numbers": "comparing two numbers",
"conflict on yotta setting {0} between packages {1} and {2}": "conflict on yotta setting {0} between packages {1} and {2}",
"creating new project...": "creating new project...",
"creating stream in Microsoft Azure...": "creating stream in Microsoft Azure...",
"division remainder": "division remainder",
"downloading package...": "downloading package...",
"error": "error",
"for %1 from 0 to %2": "for %1 from 0 to %2",
"get the value of a variable": "get the value of a variable",
"globals": "globals",
"larger value of 2 numbers": "larger value of 2 numbers",
"length of %1": "length of %1",
"loading project...": "loading project...",
"loading...": "loading...",
"logical negation": "logical negation",
"message": "message",
"minimum or maximum of 2 numbers": "minimum or maximum of 2 numbers",
"not %1": "not %1",
"number of characters in the string": "number of characters in the string",
"pick random 0 to %1": "pick random 0 to %1",
"pick random number": "pick random number",
"please add '{0}' to \"files\" in {1}": "please add '{0}' to \"files\" in {1}",
"remainder of %1 ÷ %2": "remainder of %1 ÷ %2",
"repeat %1 times": "repeat %1 times",
"saving file failed...": "saving file failed...",
"set %1 to %2": "set %1 to %2",
"smaller value of 2 numbers": "smaller value of 2 numbers",
"streaming off": "streaming off",
"streaming to cloud": "streaming to cloud",
"switching to JavaScript...": "switching to JavaScript...",
"switching to blocks...": "switching to blocks...",
"update the value of a number variable": "update the value of a number variable",
"version not specified for {0}": "version not specified for {0}",
"warning": "warning",
"while %1": "while %1",
"{0} down": "{0} down",
"{0} up": "{0} up",
"{id:block}Duplicate": "{id:block}Duplicate",
"{id:block}number": "{id:block}number",
"{id:boolean}false": "{id:boolean}false",
"{id:boolean}true": "{id:boolean}true",
"{id:category}Lists": "{id:category}Lists",
"{id:category}Logic": "{id:category}Logic",
"{id:category}Loops": "{id:category}Loops",
"{id:category}Math": "{id:category}Math",
"{id:category}Text": "{id:category}Text",
"{id:category}Variables": "{id:category}Variables",
"{id:for}do": "{id:for}do",
"{id:logic}else": "{id:logic}else",
"{id:logic}else if": "{id:logic}else if",
"{id:logic}if": "{id:logic}if",
"{id:logic}then": "{id:logic}then",
"{id:op}+": "{id:op}+",
"{id:op}-": "{id:op}-",
"{id:op}^": "{id:op}^",
"{id:op}and": "{id:op}and",
"{id:op}max": "{id:op}max",
"{id:op}min": "{id:op}min",
"{id:op}or": "{id:op}or",
"{id:op}×": "{id:op}×",
"{id:op}÷": "{id:op}÷",
"{id:repeat}do": "{id:repeat}do",
"{id:var}item": "{id:var}item",
"{id:while}do": "{id:while}do"
}