Auto-push

This commit is contained in:
Matthias L. Jugel
2017-08-19 17:16:35 +02:00
parent e9d34f9af0
commit b028b1df5b
769 changed files with 509481 additions and 1 deletions

247
locales/en/strings.json Normal file
View File

@@ -0,0 +1,247 @@
{
"%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"
}

107
locales/en/website.json Normal file
View File

@@ -0,0 +1,107 @@
{
"# open a shell and run these commands pxt extract https:\/\/codethemicrobit.com\/@id@ cd @title@ code .":"# open a shell and run these commands pxt extract https:\/\/codethemicrobit.com\/@id@ cd @title@ code .",
"). The experience has a built-in progression from simple block-based editor, through in-browser text editor with robust auto-completion and auto-fixing, all the way to a professional integrated development environemnt (":"). The experience has a built-in progression from simple block-based editor, through in-browser text editor with robust auto-completion and auto-fixing, all the way to a professional integrated development environemnt (",
", or":", or",
"\/@id@":"\/@id@",
"\/thumbnail\/1024\/vimeo\/@ARGS@":"\/thumbnail\/1024\/vimeo\/@ARGS@",
"<b>You can share your regular scripts without signing in.<\/b> You only need to sign in if you wish to publish packages (libraries) to be used by others. To sign in, you will need a GitHub account, which is only available to persons 13 and older.":"<b>You can share your regular scripts without signing in.<\/b> You only need to sign in if you wish to publish packages (libraries) to be used by others. To sign in, you will need a GitHub account, which is only available to persons 13 and older.",
"@name@ \/@id@":"@name@ \/@id@",
"@title@ @byuser@":"@title@ @byuser@",
"About":"About",
"About PXT":"About PXT",
"Block Editor":"Block Editor",
"Build your programming experience":"Build your programming experience",
"CSV":"CSV",
"Cancel":"Cancel",
"Click on <b>Close &amp; Load<\/b>.":"Click on <b>Close &amp; Load<\/b>.",
"Click on <b>Data<\/b> » <b>New Query<\/b> » <b>From Other Sources<\/b> » <b>From Web<\/b>.":"Click on <b>Data<\/b> » <b>New Query<\/b> » <b>From Other Sources<\/b> » <b>From Web<\/b>.",
"Compatible with <b>BBC micro:bit<\/b>":"Compatible with <b>BBC micro:bit<\/b>",
"Contact Us":"Contact Us",
"Control your Kodu with the micro:bit! You can control character movement using the accelerometer, jump and shoot with a button press, display animations and scrolling text on the screen, interface with other devices through the IO pins, and much more..":"Control your Kodu with the micro:bit! You can control character movement using the accelerometer, jump and shoot with a button press, display animations and scrolling text on the screen, interface with other devices through the IO pins, and much more..",
"Create a <b>Blank Workbook<\/b> in Excel 2016":"Create a <b>Blank Workbook<\/b> in Excel 2016",
"Do you need help installing the tools?":"Do you need help installing the tools?",
"Download Kodu!":"Download Kodu!",
"Edit":"Edit",
"Edit in":"Edit in",
"Embed":"Embed",
"Enter the following URL and click on <b>Connect<\/b>.":"Enter the following URL and click on <b>Connect<\/b>.",
"Extra space for a call to action inside the footer that could help re-engage users.":"Extra space for a call to action inside the footer that could help re-engage users.",
"Follow these instructions!":"Follow these instructions!",
"Footer Header":"Footer Header",
"Get & Transform":"Get & Transform",
"Get started with a beginner friendly drag&amp;drop code editor.":"Get started with a beginner friendly drag&amp;drop code editor.",
"GitHub":"GitHub",
"Group 1":"Group 1",
"Group 2":"Group 2",
"Group 3":"Group 3",
"Houston, we have a problem.":"Houston, we have a problem.",
"I Agree":"I Agree",
"I consent to my GitHub user name <b>@USERNAME@<\/b> accompanying any library I publish":"I consent to my GitHub user name <b>@USERNAME@<\/b> accompanying any library I publish",
"I don't agree":"I don't agree",
"JSON":"JSON",
"JavaScript Editor":"JavaScript Editor",
"Kodu for micro:bit":"Kodu for micro:bit",
"Learn more":"Learn more",
"Link Four":"Link Four",
"Link One":"Link One",
"Link Three":"Link Three",
"Link Two":"Link Two",
"Live data powered by":"Live data powered by",
"Make sure you log out of Facebook, Office 365, Microsoft or Google if you're on a shared computer.":"Make sure you log out of Facebook, Office 365, Microsoft or Google if you're on a shared computer.",
"OK":"OK",
"PXT":"PXT",
"PXT - @name@":"PXT - @name@",
"PXT - @title@":"PXT - @title@",
"PXT - Sign in":"PXT - Sign in",
"PXT - Signed out":"PXT - Signed out",
"PXT targets, including one for the BBC micro:bit, define a set of blocks and JavaScript APIs available to users. Teachers and developers can extend existing targets by publishing packages or libraries with additional blocks and APIs as well as build completely new targets.":"PXT targets, including one for the BBC micro:bit, define a set of blocks and JavaScript APIs available to users. Teachers and developers can extend existing targets by publishing packages or libraries with additional blocks and APIs as well as build completely new targets.",
"Powered by PXT":"Powered by PXT",
"Privacy & Cookies":"Privacy & Cookies",
"Programming Experience Toolkit":"Programming Experience Toolkit",
"Programming Experience Toolkit Logo":"Programming Experience Toolkit Logo",
"Read the docs":"Read the docs",
"Report abuse":"Report abuse",
"Report sent":"Report sent",
"Sample":"Sample",
"Select <b>Anonymous<\/b> and click <b>Connect<\/b>.":"Select <b>Anonymous<\/b> and click <b>Connect<\/b>.",
"Show me the sample!":"Show me the sample!",
"Sign in":"Sign in",
"Start coding":"Start coding",
"Stream: @name@":"Stream: @name@",
"Stream: @name@ \/@id@":"Stream: @name@ \/@id@",
"Streaming data in Excel 2016":"Streaming data in Excel 2016",
"Submit":"Submit",
"Targets":"Targets",
"Terms Of Use":"Terms Of Use",
"Thank you for helping keep PXT a friendly place!":"Thank you for helping keep PXT a friendly place!",
"The Microsoft Programming Experience Toolkit (PXT) provides a programming experience based around JavaScript (technically, a subset of":"The Microsoft Programming Experience Toolkit (PXT) provides a programming experience based around JavaScript (technically, a subset of",
"The content below is provided by a PXT user, and is not endorsed by Microsoft. If you think it's not appropriate, please":"The content below is provided by a PXT user, and is not endorsed by Microsoft. If you think it's not appropriate, please",
"The data stored in this stream can easily be imported into an Excel 2016 spreadsheet using":"The data stored in this stream can easily be imported into an Excel 2016 spreadsheet using",
"Trademarks":"Trademarks",
"TypeScript":"TypeScript",
"URL":"URL",
"Upgrade to JavaScript thanks to our rich text editor with contextual help, background checks and auto-completion.":"Upgrade to JavaScript thanks to our rich text editor with contextual help, background checks and auto-completion.",
"Use PXT to provide a smooth coding experience for your project, in blocks and JavaScript. Build the APIs and the runtime and we will take care of the editor stuff.":"Use PXT to provide a smooth coding experience for your project, in blocks and JavaScript. Build the APIs and the runtime and we will take care of the editor stuff.",
"User-provided content":"User-provided content",
"Visual Studio Code":"Visual Studio Code",
"We collect your GitHub user name and will display it together with your libraries.":"We collect your GitHub user name and will display it together with your libraries.",
"We'll use your GitHub user name":"We'll use your GitHub user name",
"Why do you find it offensive?":"Why do you find it offensive?",
"You are now signed out from Programming Experience Toolkit":"You are now signed out from Programming Experience Toolkit",
"You can go back to":"You can go back to",
"You can still create scripts and":"You can still create scripts and",
"code the micro:bit":"code the micro:bit",
"contact us":"contact us",
"explore PXT":"explore PXT",
"https:\/\/img.youtube.com\/vi\/@ARGS@\/hqdefault.jpg":"https:\/\/img.youtube.com\/vi\/@ARGS@\/hqdefault.jpg",
"micro:bit":"micro:bit",
"or":"or",
"pxt.io":"pxt.io",
"report abuse":"report abuse",
"search docs...":"search docs...",
"sign in again":"sign in again",
"to save scripts to all your devices.":"to save scripts to all your devices.",
"tutorial":"tutorial",
"view":"view",
"© 2016 Microsoft":"© 2016 Microsoft"
}