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

311
locales/ja/strings.json Normal file
View File

@ -0,0 +1,311 @@
{
"%1 of %2 and %3": "%2と%3のうち%1",
"'{0}' doesn't look like a semantic version number": "'{0}'はバージョン番号として認識できません。",
".hex file upload failed, please try again.": ".hexファイルの書き込みが失敗しました。もう一度ためしてください。",
"A letter, word, or line of text.": "文字、単語、または文字の行。",
"A new version is available. Select 'Check for updates...' in the menu.": "このアプリの新しいバージョンがあります。メニューの「新しいバージョンを確認...」を選んでください。",
"A new version of {0} is available from the website.": "{0}の新しいバージョンは、ウェブサイトから入手可能です。",
"A new version of {0} is ready to download and install. The app will restart during the update. Update now?": "{0}の新しいバージョンは、ダウンロードしてインストールする準備ができています。このアプリは、インストールの途中で再起動します。いますぐインストールしますか?",
"About {0}": "{0}について",
"About...": "このアプリについて...",
"Add Comment": "コメントを追加する",
"Add Package": "パッケージを追加する",
"Add Package...": "パッケージを追加する...",
"Alert": "警告",
"All synced": "同期が完了しました。",
"Analyze Data": "データの分析",
"Blocks": "ブロック",
"By using this site you agree to the use of cookies for analytics.": "このサイトを使うには、ブラウザークッキーによって使用状況の解析が行われる事に同意する必要があります。",
"Cancel": "キャンセル",
"Cannot load package: {0}": "パッケージ「{0}」を読み込めません",
"Changes the value of the variable by this amount": "この変数の値を、指示された数だけ増減します。",
"Check for updates...": "新しいバージョンを確認...",
"Close": "閉じる",
"Collapse Block": "ブロックを折りたたむ",
"Command line": "コマンドライン",
"Compilation failed": "コンパイルが失敗しました。",
"Compilation failed, please check your code for errors.": "コンパイルが失敗しました。エラーコードを確認してください。",
"Compilation failed, please contact support.": "コンパイルが失敗しました。サポートに連絡してください。",
"Confirm": "確認",
"Convert code to Blocks": "プログラムをブロックに変換する。",
"Convert code to JavaScript": "プログラムをJavaScriptに変換する。",
"Copied!": "コピーしました!",
"Copy": "コピー",
"Copy this HTML to your website or blog.": "あなたのウェブサイトやブログにこのHTMLをコピーしてください。",
"Create 'get %1'": "「%1を読みだす」ブロックを追加する",
"Create 'get {0}'": "「{0}を読みだす」ブロックを追加する",
"Create 'set %1'": "「%1を設定する」ブロックを追加する",
"Creates a new empty project": "からっぽの新しいプロジェクトを作成します。",
"Critical update required": "新しいバージョンに更新する必要があります。",
"Delete": "削除",
"Delete %1 Blocks": "合計%1個のブロックを削除する",
"Delete Block": "ブロックを削除する",
"Delete Project": "プロジェクトを削除する...",
"Delete all {0} blocks?": "全部で合計{0}個のブロックを削除しますか?",
"Delete {0} Blocks": "合計{0}個のブロックを削除する",
"Disable Block": "ブロックを無効にする",
"Discard and go to Blocks": "変更を破棄してブロックを表示する",
"Do some statements several times.": "中のブロックを繰り返します。",
"Done!": "完了!",
"Download": "ダウンロード",
"Download Screenshot": "画面コピーをダウンロードする",
"Download data": "データをダウンロード",
"Download your code to the {0}": "プログラムを{0}に書き込む。",
"Downloading update...": "新しいバージョンをダウンロードしています...",
"Edit Settings As text": "設定をテキストで編集する",
"Edit this page on GitHub": "GitHub上でこのページを編集する",
"Enable Block": "ブロックを有効にする",
"Everything seems fine!\n": "問題は見あたりません。",
"Exit fullscreen mode": "全画面表示を終了します。",
"Exit tutorial": "チュートリアルを終了します。",
"Expand Block": "ブロックを展開する",
"Explorer": "エクスプローラー",
"External Inputs": "外部入力型のブロックに変更する",
"Flashing device...": "マイコンボードに書き込んでいます...",
"Format Code": "プログラムを整形する",
"Getting Started": "はじめましょう",
"Go ahead!": "つづける",
"Go to website": "ウェブサイトを開く",
"Good to go!": "準備ばんたん!",
"Have the variable '{0}' take on the values from 0 to the end number, counting by 1, and do the specified blocks.": "変数「{0}」の値を0から終わりの値まで1ずつ増やしながら、中のブロックを動かします。",
"Help": "ヘルプ",
"Hide the simulator": "シミュレーターを隠す",
"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 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.": "最初の値が真の場合には、最初のかたまりのブロックを動かします。そうでない場合で、二番目の値が真なら、二番目のかたまりのブロックを動かします。どちらの値も真でない場合には、最後のかたまりのブロックを動かします。",
"Import File...": "ファイルを読み込む...",
"Inline Inputs": "インライン入力型のブロックに変更する",
"Invalid first argument; should be of type '{0}', but is '{1}'": "最初の引数が間違っています。型が「{1}」ですが、「{0}」である必要があります。",
"It will be deleted for good. No undo.": "完全に削除されます。元に戻すことはできません。",
"JavaScript": "JavaScript",
"Launch in fullscreen": "全画面表示にする",
"Learn more": "詳しい説明",
"Local File": "パソコンのファイルに保存",
"Make": "作り方",
"Make a Variable": "変数を追加する",
"More": "さらに表示",
"More...": "その他...",
"My Stuff": "自分のプロジェクト",
"Network request failed": "ネットワークアクセスが失敗しました。",
"Network request failed; you appear to be offline": "ネットワークアクセスが失敗しました。オフラインだと思われます。",
"New Project...": "新しいプロジェクト...",
"No": "いいえ",
"No search results...": "検索しましたが、みつかりません。",
"Not now": "今はやらない",
"Number entered is either too large or too small": "入力された数値は、大きすぎまたは小さすぎです。",
"Ok": "OK",
"Ooops, looks like there are errors in your program.": "あなたのプログラムには、間違いがあるようです。",
"Ooops, no screenshot available.": "画面コピーはありません。",
"Oops, don't know how to load this file!": "このファイルを読み込む方法がわかりません。",
"Oops, something went wrong trying to convert 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 run this project. Please check your code for errors.": "このプロジェクトを動かすことができませんでした。プログラムが正しいかどうかチェックしてください。",
"Oops, we could not upload your data...": "データをアップロードできませんでした。",
"Open .hex file": ".hexファイルを開く",
"Open assembly instructions": "組み立て方を表示する",
"Open beginner tutorial": "初心者向けチュートリアルを表示する",
"Open documentation in new tab": "新しいタブでドキュメントを開く",
"Open files from your computer": "パソコン上のファイルを開く",
"Package {0} requires target version {1} (you are running {2})": "パッケージ「{0}」を使うには、ターゲットのバージョン{1}が必要です(いま使っているバージョンは{2})。",
"Package {0}:\n": "パッケージ{0}:",
"Packages '{0}' and '{1}' cannot be used together, because they use incompatible settings ({2}).": "パッケージ「{0}」と「{1}」は、互換性の無い設定({2})を使うため、同時に使うことができません。",
"Packages cannot be used together": "パッケージを同時に使うことができません。",
"Pause": "一時停止",
"Pause execution on the next instruction": "次の命令で一時停止",
"Please connect your {0} to your computer and try again": "コンピューターに{0}を接続してから、もう一度試してください。",
"Please ensure you are connected to the Internet and try again later.": "インターネットにつながっている事を確認してからやり直してください。",
"Please wait": "お待ちください",
"Powered by {0}": "{0}が提供",
"Privacy": "プライバシー",
"Privacy & Cookies": "プライバシーとクッキー",
"Program Error: {0}": "プログラムのエラー:{0}",
"Project Settings": "プロジェクトの設定",
"Projects": "プロジェクト",
"Publish project": "プロジェクトを公開する",
"Quit": "終了",
"Redo": "元に戻したののやり直し",
"Reference, lessons, ...": "マニュアル、チュートリアルなど",
"Remove Comment": "コメントを削除する",
"Remove it": "削除します",
"Remove {0}": "{0}を削除します",
"Remove {0} package": "パッケージ「{0}」を削除",
"Removing {0}...": "{0}を削除しています...",
"Reset": "リセット",
"Restart the simulator": "シミュレーターを再起動する",
"Resume": "再開",
"Resume execution": "実行を再開する",
"Return the difference of the two numbers.": "左の値から右の値を引いた結果を返します。",
"Return the first number raised to the power of the second number.": "左の値を、右の値の回数だけかけ合わせた値(べき乗)を返します。",
"Return the product of the two numbers.": "ふたつの値をかけ合わせた結果を返します。",
"Return the quotient of the two numbers.": "左の値を右の値で割った結果を返します。",
"Return the remainder from dividing the two numbers.": "左の値を右の値で割ったあまりを返します。",
"Return the sum of the two numbers.": "ふたつの数の合計を返します。",
"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 true.": "両方が真の場合に真を返します。",
"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 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.": "左の値が右の値より小さい場合に真を返します。",
"Returns a random integer between 0 and the specified bound (inclusive).": "0と指定された値の間両端を含むの乱数を返します。",
"Returns either true or false.": "真または偽の値を持ちます。",
"Returns the number of letters (including spaces) in the provided text.": "文字列に含まれる文字の数(空白文字を含む)を返します。",
"Returns the value of this variable.": "この変数の値を返します。",
"Returns true if the input is false. Returns false if the input is true.": "入力が真なら偽、偽なら真を返します。",
"Run Simulator": "シミュレーターを動かす",
"Run code when the program starts": "プログラムの起動時に実行する内容",
"Run the same sequence of actions while the condition is met.": "条件が成り立つ限り、同じ動作をくりかえします。",
"Run this command from a shell.": "シェルで、このコマンドを実行してください。",
"Save": "保存",
"Save failed!": "保存が失敗しました!",
"Save the data to your 'Downloads' folder.": "パソコンの「ダウンロード」フォルダにデータを保存します。",
"Screenshot": "画面コピー",
"Search": "検索",
"Search...": "検索...",
"Select a .hex file to open.": "開く.hexファイルを選んでください。",
"Sets this variable to be equal to the input.": "変数の値を、与えられた値と同じにします。",
"Share": "共有",
"Share Project": "プロジェクトを共有",
"Show the simulator": "シミュレーターを表示する",
"Show/Hide side documentation": "画面横のドキュメントを表示または非表示",
"Shuffle Blocks": "ブロックの場所をシャッフルする",
"Simulator": "シミュレーター",
"Sorry, we could not import this project.": "このプロジェクトを読み込む事ができませんでした。",
"Sorry, we could not recognize this file.": "このファイルを認識する事ができませんでした。",
"Sorry, we were not able to convert this program.": "このプログラムを変換する事ができませんでした。",
"Start": "スタート",
"Start the simulator": "シミュレーターを開始する",
"Stay in JavaScript": "JavaScriptの編集をつづける",
"Step into": "中に進む",
"Step into next function call": "関数呼び出しの中に進む",
"Step over": "つぎに進む",
"Step over next function call": "関数呼び出しの中に入らず、つぎに進む",
"Stop the simulator": "シミュレーターを停止する",
"Stored in the cloud. Click to sync.": "クラウドに保存しました。クリックすると同期します。",
"Stream to Cloud": "クラウドにストリーミングする",
"Syncing": "同期しています",
"Syncing done": "同期が完了しました",
"Terms Of Use": "利用規約",
"Terms of Use": "利用規約",
"The list must have at least one element": "リストには、少なくとも1個の要素が必要です。",
"There was a problem, please try again": "問題が発生しました。もういちどためしてください。",
"There was an error downloading the update": "新しいバージョンのダウンロード中にエラーが発生しました。",
"To continue using {0}, you must install an update from the website.": "{0}を使用するには、ウェブサイトから新しいバージョンをダウンロードしてインストールする必要があります。",
"To continue using {0}, you must install an update.": "{0}を使用するには、新しいバージョンをインストールする必要があります。",
"USB error on device {0} ({1})": "デバイス{0}でUSBエラーが発生しました{1})。",
"USB/HID error on device {0} ({1})": "デバイス{0}でUSB HIDエラーが発生しました{1})。",
"Unable to check for updates": "新しいバージョンの有無を確認する事ができません。",
"Undo": "元に戻す",
"Untitled": "題名未設定",
"Update": "新しいバージョンをインストールする",
"Update available from website": "ウェブサイトに新しいバージョンがあります。",
"Update download complete. Reloading...": "新バージョンのダウンロードが完了しました。読み込み直しています...",
"Upload your data to Microsoft Azure to analyze it.": "Microsoft Azureにデータをアップロードして分析します。",
"Uploading .hex file...": ".hexファイルを書き込んでいます...",
"Uploading...": "アップロードしています...",
"Version {0} available": "バージョン{0}があります。",
"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.": "JavaScriptのプログラムをブロックに変換することができません。JavaScriptの編集に戻るか、これまでの変更を無かったことにして以前の状態のブロックに戻るか、どちらかを選んでください。",
"We are uploading your data to Microsoft Azure every minute.": "1分に1回、Microsoft Azureにデータをアップロードしています。",
"We couldn't find any packages matching '{0}'": "「{0}」を含むパッケージはみつかりません。",
"We couldn't find any projects matching '{0}'": "「{0}」を含むプロジェクトはみつかりません。",
"Will upload. Click to sync.": "アップロードします。クリックすると同期します。",
"Would you like to delete '{0}'?": "プロジェクト「{0}」を削除しますか?",
"Yes": "はい",
"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 remove a package from your project. Are you sure?": "プロジェクトからパッケージを削除しようとしています。本当に削除しますか?",
"You are using the latest version available.": "このアプリは最新バージョンです。",
"You need to publish your project to share it or embed it in other web pages.": "プロジェクトを誰かと共有したり、他のウェブページに埋め込んだりするには、その前にプロジェクトを公開する必要があります。",
"Your project is ready! Use the address below to share your projects.": "プロジェクトの準備が完了しました下のURLを使って、プロジェクトを共有しましょう。",
"Zoom In": "拡大表示",
"Zoom Out": "縮小表示",
"a `true` or `false` value": "真偽値",
"a conditional statement": "条件判断",
"a decimal number": "十進数",
"a loop that repeats and increments an index": "変数を増やしながらくりかえすループ",
"a loop that repeats the number of times you say": "決められた回数だけくりかえすループ",
"a loop that repeats while the condition is true": "条件が成り立つ限りくりかえすループ",
"a piece of text": "文字が並んだもの",
"absolute number": "絶対値",
"absolute of %1": "%1の絶対値",
"absolute value of a number": "数値の絶対値",
"an integer number": "整数",
"arithmetic operation": "計算",
"assign the value of a variable": "変数に値を設定する",
"boolean operation": "真偽値の計算",
"change %1 by %2": "変数%1を%2だけ増減する",
"comparing two numbers": "2個の値の比較",
"conflict on yotta setting {0} between packages {1} and {2}": "パッケージ{1}と{2}で、yottaの設定項目{0}で競合しています。",
"creating new project...": "新しいプロジェクトを作成しています...",
"creating stream in Microsoft Azure...": "Microsoft Azureのストリームを作成しています.",
"division remainder": "割り算のあまり",
"downloading package...": "パッケージをダウンロードしています...",
"error": "エラー",
"exiting tutorial...": "チュートリアルを終了しています...",
"for %1 from 0 to %2": "変数%1を0%2に変えてくりかえす",
"get the value of a variable": "変数の値を読みだす",
"globals": "グローバル変数",
"larger value of 2 numbers": "2個の数のうち、大きい方",
"length of %1": "%1の長さ",
"loading project...": "プロジェクトを読み込んでいます...",
"loading...": "読み込んでいます...",
"logical negation": "論理反転",
"message": "メッセージ",
"minimum or maximum of 2 numbers": "2個の数のうち、小さい方または大きい方",
"not %1": "%1ではない",
"number of characters in the string": "文字列に含まれる文字の数",
"on start %1 %2": "最初だけ %1 %2",
"on start event": "開始イベント",
"pick random 0 to %1": "0%1の範囲の乱数",
"pick random number": "乱数を作る",
"please add '{0}' to \"files\" in {1}": "{1}の\"files\"に「{0}」を追加してください。",
"remainder of %1 ÷ %2": "%1 ÷ %2のあまり",
"rendering...": "作成中...",
"repeat %1 times": "くりかえし%1回",
"saving file failed...": "ファイルの保存に失敗しました。",
"screenshot": "画面コピー",
"set %1 to %2": "変数%1を%2にする",
"smaller value of 2 numbers": "2個の数のうち、小さい方",
"starting tutorial...": "チュートリアルを開始しています...",
"streaming off": "ストリーミング停止中",
"streaming to cloud": "クラウドに対してストリーミング中",
"switching to JavaScript...": "JavaScriptに切り替えています...",
"switching to blocks...": "ブロックに切り替えています...",
"this application": "このアプリ",
"update the value of a number variable": "数値の変数の値を増減します。",
"version not specified for {0}": "「{0}」にバージョンが指定されていません。",
"warning": "警告",
"while %1": "もし%1ならくりかえし",
"{0} down": "ダウンロード{0}個",
"{0} up": "アップロード{0}個",
"{id:block}Duplicate": "複製する",
"{id:block}number": "数値",
"{id:boolean}false": "偽",
"{id:boolean}true": "真",
"{id:category}Add Package": "パッケージを追加する",
"{id:category}Advanced": "高度なブロック",
"{id:category}Lists": "リスト",
"{id:category}Logic": "論理",
"{id:category}Loops": "ループ",
"{id:category}Math": "計算",
"{id:category}More…": "その他…",
"{id:category}Text": "文字列",
"{id:category}Variables": "変数",
"{id:logic}else": "でなければ",
"{id:logic}else if": "でなければもし",
"{id:logic}if": "もし",
"{id:logic}then": "なら",
"{id:op}+": "",
"{id:op}-": "",
"{id:op}^": "^",
"{id:op}and": "かつ",
"{id:op}max": "大きい方",
"{id:op}min": "小さい方",
"{id:op}or": "または",
"{id:op}×": "×",
"{id:op}÷": "÷",
"{id:var}item": "item"
}

107
locales/ja/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 .":"# は、シェルを開き、pxt 抽出 https:\/\/codethemicrobit.com\/@id@ cd @title @ コードこれらのコマンドを実行します。",
"). 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":"、または",
"\/@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 は、in.<\/b> 他の人によって使用されるパッケージ (ライブラリ) を公開する場合、サインインするだけの署名なしの正規のスクリプトを共有できます。サインインは、13 と古い人の方こそ GitHub のアカウントが必要になります。",
"@name@ \/@id@":"@name @\/@id @",
"@title@ @byuser@":"@ @byuser @ @title",
"About":"について",
"About PXT":"PXT について",
"Block Editor":"ブロック エディター",
"Build your programming experience":"あなたのプログラミング エクスペリエンスを構築します。",
"CSV":"CSV",
"Cancel":"キャンセル",
"Click on <b>Close &amp; Load<\/b>.":"<b>Close &amp; Load<\/b> をクリックします。",
"Click on <b>Data<\/b> » <b>New Query<\/b> » <b>From Other Sources<\/b> » <b>From Web<\/b>.":"<b>New の <b>Data<\/b> をクリックして» Query<\/b>» <b>From 他 Sources<\/b>» <b>From Web<\/b>。",
"Compatible with <b>BBC micro:bit<\/b>":"<b>BBC マイクロ: bit<\/b> との互換性",
"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..":"マイクロ: ビットとあなたの Kodu をコントロール!加速度計を使用してキャラクターの動きを制御しジャンプ、ボタンを押すだけで撮影、アニメーションの表示、IO ピン、および大いに多くを他のデバイスとのインタ フェース、画面上のテキストをスクロールすることができます.",
"Create a <b>Blank Workbook<\/b> in Excel 2016":"Excel 2016 年に <b>Blank Workbook<\/b> を作成します。",
"Do you need help installing the tools?":"あなたはツールをインストールするヘルプが必要ですか。",
"Download Kodu!":"Kodu をダウンロード!",
"Edit":"編集",
"Edit in":"を編集します。",
"Embed":"埋め込み",
"Enter the following URL and click on <b>Connect<\/b>.":"次の URL を入力し、<b>Connect<\/b> をクリックします。",
"Extra space for a call to action inside the footer that could help re-engage users.":"助けることができるフッター内部でアクションへの呼び出しのための余分なスペースは、ユーザーを再従事します。",
"Follow these instructions!":"これらの指示に従ってください!",
"Footer Header":"フッター ヘッダー",
"Get & Transform":"取得・変換",
"Get started with a beginner friendly drag&amp;drop code editor.":"初心者フレンドリーな drag&amp;drop コード エディターを開始します。",
"GitHub":"GitHub",
"Group 1":"グループ 1",
"Group 2":"グループ 2",
"Group 3":"グループ 3",
"Houston, we have a problem.":"ヒューストン, 我々 は問題を抱えています。",
"I Agree":"賛成です",
"I consent to my GitHub user name <b>@USERNAME@<\/b> accompanying any library I publish":"私 GitHub ユーザー名 <b> @USERNAME@<\/b> 発行の任意のライブラリに付属に同意します。",
"I don't agree":"私は同意しません。",
"JSON":"JSON",
"JavaScript Editor":"Java スクリプトの設定エディター",
"Kodu for micro:bit":"Kodu ではマイクロ: ビット",
"Learn more":"詳細情報",
"Link Four":"リンク 4",
"Link One":"リンク 1",
"Link Three":"リンク 3",
"Link Two":"リンク 2",
"Live data powered by":"ライブ データを搭載",
"Make sure you log out of Facebook, Office 365, Microsoft or Google if you're on a shared computer.":"共有コンピューターの場合は、Facebook は、Office 365、Microsoft や Google からログアウトするかどうかを確認します。",
"OK":"わかりました",
"PXT":"PXT",
"PXT - @name@":"PXT - @name @",
"PXT - @title@":"PXT - @ @title",
"PXT - Sign in":"PXT - サインイン",
"PXT - Signed out":"PXT - ログアウト",
"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.":"BBC マイクロ: ビットの 1 つを含む PXT ターゲット ユーザーにブロックと利用可能な JavaScript Api のセットを定義します。教師と開発者ことができます発行のパッケージまたは他のブロックおよび Api とライブラリで既存のターゲットを拡張し同様完全に新しいターゲットをビルドします。",
"Powered by PXT":"PXT によって供給",
"Privacy & Cookies":"プライバシー ・ クッキー",
"Programming Experience Toolkit":"プログラミング経験ツールキット",
"Programming Experience Toolkit Logo":"プログラミング経験ツールキット ロゴ",
"Read the docs":"ドキュメントを読む",
"Report abuse":"不正使用を報告",
"Report sent":"レポートの送信",
"Sample":"サンプル",
"Select <b>Anonymous<\/b> and click <b>Connect<\/b>.":"<b>Anonymous<\/b> を選択し、[<b>Connect<\/b>] をクリックします。",
"Show me the sample!":"サンプルを見せて!",
"Sign in":"サインイン",
"Start coding":"コーディングを開始します。",
"Stream: @name@":"ストリーム: @name @",
"Stream: @name@ \/@id@":"ストリーム: @name @\/@id @",
"Streaming data in Excel 2016":"2016 年 Excel にデータをストリーミング",
"Submit":"送信",
"Targets":"ターゲット",
"Terms Of Use":"利用規約",
"Thank you for helping keep PXT a friendly place!":"PXT の友好的な場所を保つ助けをありがとう!",
"The Microsoft Programming Experience Toolkit (PXT) provides a programming experience based around JavaScript (technically, a subset of":"Microsoft プログラミング経験ツールキット (PXT) JavaScript (技術的には、サブセットのまわりで基づいてプログラミング経験を提供します。",
"The content below is provided by a PXT user, and is not endorsed by Microsoft. If you think it's not appropriate, please":"以下のコンテンツは PXT ユーザーによって提供され、マイクロソフトによって承認されていません。くださいが適切でないと思うなら",
"The data stored in this stream can easily be imported into an Excel 2016 spreadsheet using":"このストリームに格納されているデータは、Excel 2016 スプレッドシートが使用してに簡単にインポートできます。",
"Trademarks":"商標",
"TypeScript":"TypeScript",
"URL":"URL",
"Upgrade to JavaScript thanks to our rich text editor with contextual help, background checks and auto-completion.":"Java スクリプトの設定ヘルプ、バック グラウンド チェック、自動補完、リッチ テキスト エディターのおかげでアップグレードします。",
"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.":"PXT をブロックと JavaScript で、プロジェクトのスムーズなコーディング エクスペリエンスを提供するために使用します。Api とランタイムを構築し、我々 はエディターのものの世話します。",
"User-provided content":"ユーザーが提供したコンテンツ",
"Visual Studio Code":"Visual Studio コード",
"We collect your GitHub user name and will display it together with your libraries.":"GitHub ユーザー名を収集し、一緒にあなたのライブラリが表示されます。",
"We'll use your GitHub user name":"我々 は、GitHub のユーザー名を使用します",
"Why do you find it offensive?":"なぜ見つけるかそれ攻撃?",
"You are now signed out from Programming Experience Toolkit":"今プログラミング経験ツールキットからサインアウトして",
"You can go back to":"戻ることができます。",
"You can still create scripts and":"スクリプトを作成することができますまだと",
"code the micro:bit":"マイクロ: ビットのコード",
"contact us":"お問い合わせ",
"explore PXT":"PXT を探索します。",
"https:\/\/img.youtube.com\/vi\/@ARGS@\/hqdefault.jpg":"https:\/\/img.youtube.com\/vi\/@ARGS@\/hqdefault.jpg",
"micro:bit":"マイクロ: ビット",
"or":"または",
"pxt.io":"pxt.io",
"report abuse":"不正使用を報告",
"search docs...":"ドキュメントを検索.",
"sign in again":"もう一度サインインします。",
"to save scripts to all your devices.":"すべてのデバイスにスクリプトを保存します。",
"tutorial":"チュートリアル",
"view":"ビュー",
"© 2016 Microsoft":"© 2016年マイクロソフト"
}