mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
Applied the new utility for the ja resource.
This commit is contained in:
parent
d5203f56c2
commit
4e908326af
@ -17,69 +17,25 @@ msgstr ""
|
||||
"Language: ja_JP\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: Base.java:191
|
||||
msgid "Non-fatal error while setting the Look & Feel."
|
||||
msgstr "GUIの挙動の設定中にエラーが発生しましたが、重大ではありません。"
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
msgid " (requires restart of Arduino)"
|
||||
msgstr " 変更の反映にはArduino IDEの再起動が必要"
|
||||
|
||||
#: Base.java:192
|
||||
msgid "The error message follows, however Arduino should run fine."
|
||||
msgstr "エラーメッセージは以下の通りです。Arduino IDEの動作に問題はありません。"
|
||||
#: debug/Compiler.java:455
|
||||
msgid "'Keyboard' only supported on the Arduino Leonardo"
|
||||
msgstr "「Keyboard」はArduino Leonardoだけで使えます。"
|
||||
|
||||
#: Base.java:227
|
||||
msgid "Problem Setting the Platform"
|
||||
msgstr "プラットフォームを設定する際に問題が発生しました。"
|
||||
#: debug/Compiler.java:450
|
||||
msgid "'Mouse' only supported on the Arduino Leonardo"
|
||||
msgstr "「Mouse」はArduino Leonardoだけで使えます。"
|
||||
|
||||
#: Base.java:228
|
||||
msgid ""
|
||||
"An unknown error occurred while trying to load\n"
|
||||
"platform-specific code for your machine."
|
||||
msgstr "プラットフォーム依存の機能を読み込む際に、\n何らかのエラーが発生しました。"
|
||||
#: Preferences.java:478
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
msgstr "編集する際には、Arduino IDEを終了させておいてください。"
|
||||
|
||||
#: Base.java:239
|
||||
msgid "Please install JDK 1.5 or later"
|
||||
msgstr "JDKのバージョン1.5以降をインストールしてください。"
|
||||
|
||||
#: Base.java:240
|
||||
msgid ""
|
||||
"Arduino requires a full JDK (not just a JRE)\n"
|
||||
"to run. Please install JDK 1.5 or later.\n"
|
||||
"More information can be found in the reference."
|
||||
msgstr "Arduino IDEを実行するにはJDKが必要です。\nJREでは動作しません。\nJDKのバージョン1.5以降をインストールしてください。\n詳しくはリファレンスマニュアルをご覧ください。"
|
||||
|
||||
#: Base.java:258
|
||||
msgid "Sketchbook folder disappeared"
|
||||
msgstr "スケッチブックの保存場所フォルダが無くなってしまいました。"
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
"The sketchbook folder no longer exists.\n"
|
||||
"Arduino will switch to the default sketchbook\n"
|
||||
"location, and create a new sketchbook folder if\n"
|
||||
"necessary. Arduino will then stop talking about\n"
|
||||
"himself in the third person."
|
||||
msgstr "スケッチブックの保存場所フォルダが有りません。\nデフォルトの場所にスケッチブックの保存場所\nフォルダを作成し、今後はこちらを使用します。"
|
||||
|
||||
#: Base.java:535
|
||||
msgid "Time for a Break"
|
||||
msgstr "そろそろ休みましょう"
|
||||
|
||||
#: Base.java:536
|
||||
msgid ""
|
||||
"You've reached the limit for auto naming of new sketches\n"
|
||||
"for the day. How about going for a walk instead?"
|
||||
msgstr "今日はもう、これ以上、新しいスケッチに自動的に名前を付ける\n事ができません。そろそろ、お休みにしませんか?"
|
||||
|
||||
#: Base.java:540
|
||||
msgid "Sunshine"
|
||||
msgstr "終わりにしましょう"
|
||||
|
||||
#: Base.java:541
|
||||
msgid "No really, time for some fresh air for you."
|
||||
msgstr "先程も指摘したように、今日は頑張りすぎです。"
|
||||
|
||||
#: Base.java:636
|
||||
msgid "Open an Arduino sketch..."
|
||||
msgstr "Arduinoのスケッチを開く..."
|
||||
#: Sketch.java:746
|
||||
msgid ".pde -> .ino"
|
||||
msgstr ".pdeから.inoへ"
|
||||
|
||||
#: Base.java:773
|
||||
msgid ""
|
||||
@ -88,317 +44,65 @@ msgid ""
|
||||
"sure you want to Quit?</b><p>Closing the last open sketch will quit Arduino."
|
||||
msgstr "<html> <head> <style type=\"text/css\">b { font: 13pt \"Lucida Grande\" }p { font: 11pt \"Lucida Grande\"; margin-top: 8px }</style> </head><b>本当に終了しますか?</b><p>開かれている最後のスケッチを閉じると、Arduino IDEは終了します。"
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
msgid "Quit"
|
||||
msgstr "終了"
|
||||
#: Editor.java:2053
|
||||
msgid ""
|
||||
"<html> <head> <style type=\"text/css\">b { font: 13pt \"Lucida Grande\" }p {"
|
||||
" font: 11pt \"Lucida Grande\"; margin-top: 8px }</style> </head><b>Do you "
|
||||
"want to save changes to this sketch<BR> before closing?</b><p>If you don't "
|
||||
"save, your changes will be lost."
|
||||
msgstr "<html> <head> <style type=\"text/css\">b { font: 13pt \"Lucida Grande\" }p { font: 11pt \"Lucida Grande\"; margin-top: 8px }</style> </head><b>閉じる前にスケッチに加えた変更内容を保存しますか?</b><p>保存しないと、変更内容は失われます。"
|
||||
|
||||
#: Base.java:903 Editor.java:501
|
||||
msgid "Open..."
|
||||
msgstr "開く..."
|
||||
|
||||
#: Base.java:963
|
||||
msgid "Add Library..."
|
||||
msgstr "ライブラリをインストール..."
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#: Sketch.java:398
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library names must contain only basic letters and numbers.\n"
|
||||
"(ASCII only and no spaces, and it cannot start with a number)"
|
||||
msgstr "「{0}」という名前のライブラリは使用できません。\nライブラリ名には半角文字と数字のみが使用可能です。\n(ASCII文字のみ、スペースを除きます。数字で始まる名前は使えません。)"
|
||||
msgid "A file named \"{0}\" already exists in \"{1}\""
|
||||
msgstr "「{0}」というファイルは、すでにフォルダ「{1}」内に存在します。"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "使用できないファイル名のライブラリは無視します。"
|
||||
|
||||
#: Base.java:1411
|
||||
msgid "Sketch Does Not Exist"
|
||||
msgstr "スケッチが存在しません。"
|
||||
|
||||
#: Base.java:1412
|
||||
msgid ""
|
||||
"The selected sketch no longer exists.\n"
|
||||
"You may need to restart Arduino to update\n"
|
||||
"the sketchbook menu."
|
||||
msgstr "選択したスケッチが存在しません。\nスケッチブックメニューを更新するにはArduino IDEを再起動して下さい。"
|
||||
|
||||
#: Base.java:1430
|
||||
#: Editor.java:2169
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The sketch \"{0}\" cannot be used.\n"
|
||||
"Sketch names must contain only basic letters and numbers\n"
|
||||
"(ASCII-only with no spaces, and it cannot start with a number).\n"
|
||||
"To get rid of this message, remove the sketch from\n"
|
||||
"{1}"
|
||||
msgstr "「{0}」という名前をスケッチに付けることはできません。\nスケッチ名には半角文字と数字のみが使用可能です。\n(ASCII文字のみ、スペースを除きます。数字で始まる名前は使えません。)\nこのメッセージを表示しないようにするには、「{1}」からスケッチを削除\nして下さい。"
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
msgstr "使用できない名前のスケッチは無視します。"
|
||||
|
||||
#: Base.java:1673
|
||||
msgid "Problem getting data folder"
|
||||
msgstr "データフォルダを読み込めません。"
|
||||
|
||||
#: Base.java:1674
|
||||
msgid "Error getting the Arduino data folder."
|
||||
msgstr "Arduino IDEデータフォルダを読み込めません。"
|
||||
|
||||
#: Base.java:1681
|
||||
msgid "Settings issues"
|
||||
msgstr "設定に関する問題"
|
||||
|
||||
#: Base.java:1682
|
||||
msgid ""
|
||||
"Arduino cannot run because it could not\n"
|
||||
"create a folder to store your settings."
|
||||
msgstr "設定を保存するためのフォルダを作成できないため、動作を停止します。"
|
||||
|
||||
#: Base.java:1851
|
||||
msgid ""
|
||||
"For information on installing libraries, see: "
|
||||
"http://arduino.cc/en/Guide/Libraries\n"
|
||||
msgstr "ライブラリのインストール方法については、以下のページをご覧ください。http://arduino.cc/en/Guide/Libraries\n"
|
||||
|
||||
#: Base.java:1888
|
||||
msgid "You forgot your sketchbook"
|
||||
msgstr "スケッチブック行方不明"
|
||||
|
||||
#: Base.java:1889
|
||||
msgid ""
|
||||
"Arduino cannot run because it could not\n"
|
||||
"create a folder to store your sketchbook."
|
||||
msgstr "スケッチブックを保存するフォルダを作成できないので、\nArduino IDEは動作できません。"
|
||||
|
||||
#: Base.java:1909
|
||||
msgid "Select (or create new) folder for sketches..."
|
||||
msgstr "スケッチを保存するフォルダを選択するか作成してください。"
|
||||
|
||||
#: Base.java:1933
|
||||
msgid "Problem Opening URL"
|
||||
msgstr "指定のURLを開くことができませんでした。"
|
||||
|
||||
#: Base.java:1934
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Could not open the URL\n"
|
||||
"{0}"
|
||||
msgstr "URL「{0}」を開くことができませんでした。"
|
||||
|
||||
#: Base.java:1957
|
||||
msgid "Problem Opening Folder"
|
||||
msgstr "フォルダを開くことができませんでした。"
|
||||
|
||||
#: Base.java:1958
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Could not open the folder\n"
|
||||
"{0}"
|
||||
msgstr "フォルダ「{0}」を開くことができませんでした。"
|
||||
|
||||
#: Base.java:2071
|
||||
msgid "Guide_MacOSX.html"
|
||||
msgstr "Guide_MacOSX.html"
|
||||
|
||||
#: Base.java:2073
|
||||
msgid "Guide_Windows.html"
|
||||
msgstr "Guide_Windows.html"
|
||||
|
||||
#: Base.java:2075
|
||||
msgid "http://www.arduino.cc/playground/Learning/Linux"
|
||||
msgstr "http://www.arduino.cc/playground/Learning/Linux"
|
||||
|
||||
#: Base.java:2080
|
||||
msgid "index.html"
|
||||
msgstr "index.html"
|
||||
|
||||
#: Base.java:2085
|
||||
msgid "Guide_Environment.html"
|
||||
msgstr "Guide_Environment.html"
|
||||
|
||||
#: Base.java:2090
|
||||
msgid "environment"
|
||||
msgstr "environment"
|
||||
|
||||
#: Base.java:2090
|
||||
msgid "platforms.html"
|
||||
msgstr "platforms.html"
|
||||
|
||||
#: Base.java:2095
|
||||
msgid "Guide_Troubleshooting.html"
|
||||
msgstr "Guide_Troubleshooting.html"
|
||||
|
||||
#: Base.java:2100
|
||||
msgid "FAQ.html"
|
||||
msgstr "FAQ.html"
|
||||
|
||||
#: Base.java:2112
|
||||
msgid "Message"
|
||||
msgstr "メッセージ"
|
||||
|
||||
#: Base.java:2128
|
||||
msgid "Warning"
|
||||
msgstr "警告"
|
||||
|
||||
#: Base.java:2147 Preferences.java:256 Sketch.java:475 Sketch.java:481
|
||||
#: Sketch.java:496 Sketch.java:503 Sketch.java:526 Sketch.java:543
|
||||
#: Editor.java:2167 Editor.java:2178 Editor.java:2188 Editor.java:2206
|
||||
msgid "Error"
|
||||
msgstr "エラー"
|
||||
|
||||
#: Base.java:2482
|
||||
#, java-format
|
||||
msgid "Could not remove old version of {0}"
|
||||
msgstr "「{0}」の古いバージョンを削除できませんでした。"
|
||||
|
||||
#: Base.java:2492
|
||||
#, java-format
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "「{0}」を置き換える事ができませんでした。"
|
||||
|
||||
#: Base.java:2533 Base.java:2556
|
||||
#, java-format
|
||||
msgid "Could not delete {0}"
|
||||
msgstr "「{0}」を削除できませんでした。"
|
||||
|
||||
#: Base.java:2636
|
||||
msgid "Select a zip file or a folder containing the library you'd like to add"
|
||||
msgstr "インストールするライブラリを含むZIPファイルまたはフォルダを指定してください。"
|
||||
|
||||
#: Base.java:2638
|
||||
msgid "ZIP files or folders"
|
||||
msgstr "ZIPファイルまたはフォルダ"
|
||||
|
||||
#: Base.java:2661
|
||||
msgid "Zip doesn't contain a library"
|
||||
msgstr "指定されたZIPファイルにはライブラリが含まれていません。"
|
||||
|
||||
#: Base.java:2683
|
||||
msgid "Not a valid library: no header files found"
|
||||
msgstr "正しいライブラリではありません:ヘッダファイルがありません。"
|
||||
msgid "A folder named \"{0}\" already exists. Can't open sketch."
|
||||
msgstr "「{0}」という名前のフォルダはすでに存在します。スケッチを開けません。"
|
||||
|
||||
#: Base.java:2690
|
||||
#, java-format
|
||||
msgid "A library named {0} already exists"
|
||||
msgstr "「{0}」というライブラリはすでに存在します。"
|
||||
|
||||
#: Base.java:2699
|
||||
msgid "Library added to your libraries. Check \"Import library\" menu"
|
||||
msgstr "ライブラリをインストールしました。メニューの「ライブラリを使用」を見てください。"
|
||||
|
||||
#: SketchCode.java:83
|
||||
#, java-format
|
||||
msgid "Error while loading code {0}"
|
||||
msgstr "「{0}」からコードを読み込む際にエラーが発生しました。"
|
||||
|
||||
#: SketchCode.java:258
|
||||
#, java-format
|
||||
#: UpdateCheck.java:103
|
||||
msgid ""
|
||||
"\"{0}\" contains unrecognized characters.If this code was created with an "
|
||||
"older version of Processing,you may need to use Tools -> Fix Encoding & "
|
||||
"Reload to updatethe sketch to use UTF-8 encoding. If not, you may need "
|
||||
"todelete the bad characters to get rid of this warning."
|
||||
msgstr "「{0}」には、認識できない文字が含まれています。もしも、古いバージョンのIDEでこのスケッチを作成していた場合には、「ツール」メニューの「エンコーディングの修正」を実行する事によって、ファイルのエンコーディングをUTF-8に変更してください。そうでない場合には、これらの認識できない文字を手作業で削除していただく必要があります。"
|
||||
"A new version of Arduino is available,\n"
|
||||
"would you like to visit the Arduino download page?"
|
||||
msgstr "Arduino IDEの新しいバージョンが入手可能になりました。\nダウンロードページを開きますか?"
|
||||
|
||||
#: FindReplace.java:80
|
||||
msgid "Find:"
|
||||
msgstr "検索テキスト:"
|
||||
#: EditorConsole.java:153
|
||||
msgid ""
|
||||
"A problem occurred while trying to open the\n"
|
||||
"files used to store the console output."
|
||||
msgstr "コンソール出力を保存するファイルを開く際に、\n問題が発生しました。"
|
||||
|
||||
#: FindReplace.java:81
|
||||
msgid "Replace with:"
|
||||
msgstr "置換テキスト:"
|
||||
#: Editor.java:1116
|
||||
msgid "About Arduino"
|
||||
msgstr "Arduinoについて..."
|
||||
|
||||
#: FindReplace.java:96
|
||||
msgid "Ignore Case"
|
||||
msgstr "大文字小文字を区別しない"
|
||||
#: Editor.java:650
|
||||
msgid "Add File..."
|
||||
msgstr "ファイルを追加..."
|
||||
|
||||
#: FindReplace.java:105
|
||||
msgid "Wrap Around"
|
||||
msgstr "行末を折り曲げる"
|
||||
#: Base.java:963
|
||||
msgid "Add Library..."
|
||||
msgstr "ライブラリをインストール..."
|
||||
|
||||
#: FindReplace.java:120 FindReplace.java:131
|
||||
msgid "Replace All"
|
||||
msgstr "全て置換"
|
||||
#: tools/FixEncoding.java:77
|
||||
msgid ""
|
||||
"An error occurred while trying to fix the file encoding.\n"
|
||||
"Do not attempt to save this sketch as it may overwrite\n"
|
||||
"the old version. Use Open to re-open the sketch and try again.\n"
|
||||
msgstr "エンコーディングを修正しようとしましたが、エラーが発生しました。\n今ここで保存すると、修正前のスケッチをおかしな内容で上書きしてしまう\n可能性があります。スケッチを開き直して、もう一度エンコーディングの\n修正をしてみてください。\n"
|
||||
|
||||
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1046
|
||||
msgid "Replace"
|
||||
msgstr "置換"
|
||||
|
||||
#: FindReplace.java:122 FindReplace.java:129
|
||||
msgid "Replace & Find"
|
||||
msgstr "置換して次"
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
msgid "Previous"
|
||||
msgstr "前"
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
msgid "Find"
|
||||
msgstr "検索"
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46
|
||||
msgid "Verify"
|
||||
msgstr "検証"
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
msgid "Upload"
|
||||
msgstr "マイコンボードに書き込む"
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:493
|
||||
msgid "New"
|
||||
msgstr "新規ファイル"
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
msgid "Open"
|
||||
msgstr "開く"
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:529
|
||||
#: Editor.java:2064 Editor.java:2468
|
||||
msgid "Save"
|
||||
msgstr "保存"
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "シリアルモニタ"
|
||||
|
||||
#: EditorToolbar.java:46 Editor.java:553
|
||||
msgid "Upload Using Programmer"
|
||||
msgstr "書込装置を使って書き込む"
|
||||
|
||||
#: EditorToolbar.java:46
|
||||
msgid "New Editor Window"
|
||||
msgstr "新規ウィンドウ"
|
||||
|
||||
#: EditorToolbar.java:46
|
||||
msgid "Open in Another Window"
|
||||
msgstr "新規ウィンドウでファイルを開く"
|
||||
|
||||
#: Preferences.java:77 UpdateCheck.java:108
|
||||
msgid "Yes"
|
||||
msgstr "はい"
|
||||
|
||||
#: Preferences.java:78 UpdateCheck.java:108
|
||||
msgid "No"
|
||||
msgstr "いいえ"
|
||||
|
||||
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
|
||||
msgid "Cancel"
|
||||
msgstr "キャンセル"
|
||||
|
||||
#: Preferences.java:80 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2145 Editor.java:2465
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: Preferences.java:81
|
||||
msgid "Browse"
|
||||
msgstr "参照"
|
||||
|
||||
#: Preferences.java:84
|
||||
msgid "System Default"
|
||||
msgstr "パソコンの設定に従う"
|
||||
#: Base.java:228
|
||||
msgid ""
|
||||
"An unknown error occurred while trying to load\n"
|
||||
"platform-specific code for your machine."
|
||||
msgstr "プラットフォーム依存の機能を読み込む際に、\n何らかのエラーが発生しました。"
|
||||
|
||||
#: Preferences.java:85
|
||||
msgid "Arabic"
|
||||
@ -408,10 +112,163 @@ msgstr "アラビア語"
|
||||
msgid "Aragonese"
|
||||
msgstr "アラゴン語"
|
||||
|
||||
#: tools/Archiver.java:48
|
||||
msgid "Archive Sketch"
|
||||
msgstr "スケッチをアーカイブする"
|
||||
|
||||
#: tools/Archiver.java:109
|
||||
msgid "Archive sketch as:"
|
||||
msgstr "スケッチをアーカイブする名前:"
|
||||
|
||||
#: tools/Archiver.java:139
|
||||
msgid "Archive sketch canceled."
|
||||
msgstr "スケッチのアーカイブを中止しました"
|
||||
|
||||
#: tools/Archiver.java:75
|
||||
msgid ""
|
||||
"Archiving the sketch has been canceled because\n"
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "スケッチを保存できなかったため、スケッチのアーカイブを中止しました。"
|
||||
|
||||
#: ../Base.java:1089
|
||||
msgid "Arduino ARM (32-bits) Boards"
|
||||
msgstr ""
|
||||
|
||||
#: ../Base.java:1088
|
||||
msgid "Arduino AVR Boards"
|
||||
msgstr ""
|
||||
|
||||
#: Base.java:1682
|
||||
msgid ""
|
||||
"Arduino cannot run because it could not\n"
|
||||
"create a folder to store your settings."
|
||||
msgstr "設定を保存するためのフォルダを作成できないため、動作を停止します。"
|
||||
|
||||
#: Base.java:1889
|
||||
msgid ""
|
||||
"Arduino cannot run because it could not\n"
|
||||
"create a folder to store your sketchbook."
|
||||
msgstr "スケッチブックを保存するフォルダを作成できないので、\nArduino IDEは動作できません。"
|
||||
|
||||
#: Base.java:240
|
||||
msgid ""
|
||||
"Arduino requires a full JDK (not just a JRE)\n"
|
||||
"to run. Please install JDK 1.5 or later.\n"
|
||||
"More information can be found in the reference."
|
||||
msgstr "Arduino IDEを実行するにはJDKが必要です。\nJREでは動作しません。\nJDKのバージョン1.5以降をインストールしてください。\n詳しくはリファレンスマニュアルをご覧ください。"
|
||||
|
||||
#: Sketch.java:588
|
||||
#, java-format
|
||||
msgid "Are you sure you want to delete \"{0}\"?"
|
||||
msgstr "「{0}」を本当に削除しますか?"
|
||||
|
||||
#: Sketch.java:587
|
||||
msgid "Are you sure you want to delete this sketch?"
|
||||
msgstr "このスケッチを本当に削除しますか?"
|
||||
|
||||
#: tools/AutoFormat.java:91
|
||||
msgid "Auto Format"
|
||||
msgstr "自動整形"
|
||||
|
||||
#: tools/AutoFormat.java:934
|
||||
msgid "Auto Format Canceled: Too many left curly braces."
|
||||
msgstr "「{」が多すぎるため、自動整形を中止しました。"
|
||||
|
||||
#: tools/AutoFormat.java:925
|
||||
msgid "Auto Format Canceled: Too many left parentheses."
|
||||
msgstr "「(」が多すぎるため、自動整形を中止しました。"
|
||||
|
||||
#: tools/AutoFormat.java:931
|
||||
msgid "Auto Format Canceled: Too many right curly braces."
|
||||
msgstr "「}」が多すぎるため、自動整形を中止しました。"
|
||||
|
||||
#: tools/AutoFormat.java:922
|
||||
msgid "Auto Format Canceled: Too many right parentheses."
|
||||
msgstr "「)」が多すぎるため、自動整形を中止しました。"
|
||||
|
||||
#: tools/AutoFormat.java:944
|
||||
msgid "Auto Format finished."
|
||||
msgstr "自動整形が完了しました。"
|
||||
|
||||
#: Preferences.java:439
|
||||
msgid "Automatically associate .ino files with Arduino"
|
||||
msgstr ".inoファイルをArduino IDEに関連づける"
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
msgid "Autoscroll"
|
||||
msgstr "自動スクロール"
|
||||
|
||||
#: Editor.java:2619
|
||||
#, java-format
|
||||
msgid "Bad error line: {0}"
|
||||
msgstr "エラーの行番号「{0}」は範囲外です。"
|
||||
|
||||
#: Editor.java:2136
|
||||
msgid "Bad file selected"
|
||||
msgstr "間違ったファイルを開きました。"
|
||||
|
||||
#: ../Sketch.java:1625
|
||||
#, java-format
|
||||
msgid "Binary sketch size: {0} bytes (of a {1} byte maximum) - {2}% used"
|
||||
msgstr ""
|
||||
|
||||
#: ../Base.java:1215
|
||||
msgid "Board"
|
||||
msgstr ""
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Both NL & CR"
|
||||
msgstr "CRおよびLF"
|
||||
|
||||
#: Preferences.java:81
|
||||
msgid "Browse"
|
||||
msgstr "参照"
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
msgid "Build folder disappeared or could not be written"
|
||||
msgstr "ビルド用のフォルダが消えてしまったか、書き込みができません。"
|
||||
|
||||
#: ../Preferences.java:80
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:708
|
||||
msgid "Burn Bootloader"
|
||||
msgstr "ブートローダを書き込む"
|
||||
|
||||
#: Editor.java:2504
|
||||
msgid "Burning bootloader to I/O Board (this may take a minute)..."
|
||||
msgstr "マイコンボードにブートローダを書き込んでいます..."
|
||||
|
||||
#: ../Base.java:348
|
||||
msgid "Can't open source sketch!"
|
||||
msgstr ""
|
||||
|
||||
#: ../Preferences.java:92
|
||||
msgid "Canadian French"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
|
||||
msgid "Cancel"
|
||||
msgstr "キャンセル"
|
||||
|
||||
#: Sketch.java:455
|
||||
msgid "Cannot Rename"
|
||||
msgstr "名前を変更できません。"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Carriage return"
|
||||
msgstr "CRのみ"
|
||||
|
||||
#: Preferences.java:87
|
||||
msgid "Catalan"
|
||||
msgstr "カタルーニャ語"
|
||||
|
||||
#: Preferences.java:419
|
||||
msgid "Check for updates on startup"
|
||||
msgstr "起動時に最新バージョンの有無をチェックする"
|
||||
|
||||
#: Preferences.java:88
|
||||
msgid "Chinese Simplified"
|
||||
msgstr "中国語(簡体字)"
|
||||
@ -420,50 +277,461 @@ msgstr "中国語(簡体字)"
|
||||
msgid "Chinese Traditional"
|
||||
msgstr "中国語(繁体字)"
|
||||
|
||||
#: Editor.java:521 Editor.java:2024
|
||||
msgid "Close"
|
||||
msgstr "閉じる"
|
||||
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "コメント化・復帰"
|
||||
|
||||
#: debug/Compiler.java:49 debug/Uploader.java:45
|
||||
#, java-format
|
||||
msgid "Compiler error, please submit this code to {0}"
|
||||
msgstr "コンパイラのエラーです。問題の起きたスケッチを{0}に送ってください。"
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "スケッチをコンパイルしています..."
|
||||
|
||||
#: EditorConsole.java:152
|
||||
msgid "Console Error"
|
||||
msgstr "コンソールの異常"
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "コピー"
|
||||
|
||||
#: Editor.java:1177 Editor.java:2723
|
||||
msgid "Copy as HTML"
|
||||
msgstr "HTML形式でコピーする"
|
||||
|
||||
#: Editor.java:1165 Editor.java:2715
|
||||
msgid "Copy for Forum"
|
||||
msgstr "フォーラム投稿形式でコピーする"
|
||||
|
||||
#: Sketch.java:1089
|
||||
#, java-format
|
||||
msgid "Could not add ''{0}'' to the sketch."
|
||||
msgstr "ファイル「{0}」をスケッチに加えることができませんでした。"
|
||||
|
||||
#: Editor.java:2188
|
||||
msgid "Could not copy to a proper location."
|
||||
msgstr "コピーするべきフォルダにファイルをコピーできませんでした。"
|
||||
|
||||
#: Editor.java:2179
|
||||
msgid "Could not create the sketch folder."
|
||||
msgstr "スケッチフォルダを作成できません。"
|
||||
|
||||
#: Editor.java:2206
|
||||
msgid "Could not create the sketch."
|
||||
msgstr "スケッチを作成できません。"
|
||||
|
||||
#: Sketch.java:617
|
||||
#, java-format
|
||||
msgid "Could not delete \"{0}\"."
|
||||
msgstr "「{0}」を削除できませんでした。"
|
||||
|
||||
#: Sketch.java:1066
|
||||
#, java-format
|
||||
msgid "Could not delete the existing ''{0}'' file."
|
||||
msgstr "既存の「{0}」というファイルを削除できませんでした。"
|
||||
|
||||
#: Base.java:2533 Base.java:2556
|
||||
#, java-format
|
||||
msgid "Could not delete {0}"
|
||||
msgstr "「{0}」を削除できませんでした。"
|
||||
|
||||
#: Base.java:1934
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Could not open the URL\n"
|
||||
"{0}"
|
||||
msgstr "URL「{0}」を開くことができませんでした。"
|
||||
|
||||
#: Base.java:1958
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Could not open the folder\n"
|
||||
"{0}"
|
||||
msgstr "フォルダ「{0}」を開くことができませんでした。"
|
||||
|
||||
#: Sketch.java:1769
|
||||
msgid ""
|
||||
"Could not properly re-save the sketch. You may be in trouble at this point,\n"
|
||||
"and it might be time to copy and paste your code to another text editor."
|
||||
msgstr "スケッチを正常に保存することができませんでした。\n保存先に問題がある可能性があります。\n別のテキストエディタでスケッチを開き、コードをコピー&ペーストして別のファイルに保存することをおすすめします。"
|
||||
|
||||
#: Sketch.java:1768
|
||||
msgid "Could not re-save sketch"
|
||||
msgstr "スケッチを保存し直すことができませんでした。"
|
||||
|
||||
#: Theme.java:52
|
||||
msgid ""
|
||||
"Could not read color theme settings.\n"
|
||||
"You'll need to reinstall Processing."
|
||||
msgstr "カラーテーマの設定を読み込めません。\nArduino IDEを再インストールしてください。"
|
||||
|
||||
#: Preferences.java:219
|
||||
msgid ""
|
||||
"Could not read default settings.\n"
|
||||
"You'll need to reinstall Arduino."
|
||||
msgstr "既定の設定を読み込むことができませんでした。\nArduino IDEをもう一度インストールしてください。"
|
||||
|
||||
#: Preferences.java:258
|
||||
#, java-format
|
||||
msgid "Could not read preferences from {0}"
|
||||
msgstr "「{0}」から設定を読み込めませんでした。"
|
||||
|
||||
#: Base.java:2482
|
||||
#, java-format
|
||||
msgid "Could not remove old version of {0}"
|
||||
msgstr "「{0}」の古いバージョンを削除できませんでした。"
|
||||
|
||||
#: Sketch.java:483 Sketch.java:528
|
||||
#, java-format
|
||||
msgid "Could not rename \"{0}\" to \"{1}\""
|
||||
msgstr "「{0}」の名前を「{1}」に変更できませんでした。"
|
||||
|
||||
#: Sketch.java:475
|
||||
msgid "Could not rename the sketch. (0)"
|
||||
msgstr "スケッチの名前を変更できませんでした。(0)"
|
||||
|
||||
#: Sketch.java:496
|
||||
msgid "Could not rename the sketch. (1)"
|
||||
msgstr "スケッチの名前を変更できませんでした。(1)"
|
||||
|
||||
#: Sketch.java:503
|
||||
msgid "Could not rename the sketch. (2)"
|
||||
msgstr "スケッチの名前を変更できませんでした。(2)"
|
||||
|
||||
#: Base.java:2492
|
||||
#, java-format
|
||||
msgid "Could not replace {0}"
|
||||
msgstr "「{0}」を置き換える事ができませんでした。"
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "スケッチをアーカイブできませんでした。"
|
||||
|
||||
#: Sketch.java:1647
|
||||
msgid "Couldn't determine program size: {0}"
|
||||
msgstr "コンパイル後のサイズがわかりません:{0}"
|
||||
|
||||
#: Sketch.java:616
|
||||
msgid "Couldn't do it"
|
||||
msgstr "それは実行できませんでした。"
|
||||
|
||||
#: debug/BasicUploader.java:209
|
||||
msgid ""
|
||||
"Couldn't find a Board on the selected port. Check that you have the correct "
|
||||
"port selected. If it is correct, try pressing the board's reset button "
|
||||
"after initiating the upload."
|
||||
msgstr "指定されたポートには、マイコンボードが接続されていません。正しいポートを選んである事を確認してください。もしも正しいポートを選んである場合には、書き込みを開始した直後にマイコンボードのリセットボタンを押してみてください。"
|
||||
|
||||
#: ../Preferences.java:82
|
||||
msgid "Croatian"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1149 Editor.java:2699
|
||||
msgid "Cut"
|
||||
msgstr "切り取り"
|
||||
|
||||
#: ../Preferences.java:83
|
||||
msgid "Czech"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:90
|
||||
msgid "Danish"
|
||||
msgstr "デンマーク語"
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "インデントを減らす"
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "削除"
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
"the board right before exporting"
|
||||
msgstr "マイコンボードが応答しません。シリアルポートが正しく選択されている事を確認してください。また、書き込みの直前にマイコンボードのリセットボタンを押してみてください。"
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "未保存の変更を破棄してスケッチを読み込み直しますか?"
|
||||
|
||||
#: Editor.java:2064
|
||||
msgid "Don't Save"
|
||||
msgstr "保存しない"
|
||||
|
||||
#: Editor.java:2275 Editor.java:2311
|
||||
msgid "Done Saving."
|
||||
msgstr "保存しました。"
|
||||
|
||||
#: Editor.java:2510
|
||||
msgid "Done burning bootloader."
|
||||
msgstr "ブートローダの書き込みが完了しました。"
|
||||
|
||||
#: Editor.java:1911 Editor.java:1928
|
||||
msgid "Done compiling."
|
||||
msgstr "コンパイル終了。"
|
||||
|
||||
#: Editor.java:2564
|
||||
msgid "Done printing."
|
||||
msgstr "印刷が完了しました。"
|
||||
|
||||
#: Editor.java:2395 Editor.java:2431
|
||||
msgid "Done uploading."
|
||||
msgstr "マイコンボードへの書き込みが完了しました。"
|
||||
|
||||
#: Preferences.java:91
|
||||
msgid "Dutch"
|
||||
msgstr "オランダ語"
|
||||
|
||||
#: Editor.java:1130
|
||||
msgid "Edit"
|
||||
msgstr "編集"
|
||||
|
||||
#: Preferences.java:370
|
||||
msgid "Editor font size: "
|
||||
msgstr "エディタの文字の大きさ:"
|
||||
|
||||
#: Preferences.java:353
|
||||
msgid "Editor language: "
|
||||
msgstr "言語設定:"
|
||||
|
||||
#: Preferences.java:92
|
||||
msgid "English"
|
||||
msgstr "英語"
|
||||
|
||||
#: Editor.java:1062
|
||||
msgid "Environment"
|
||||
msgstr "このソフトの使い方について"
|
||||
|
||||
#: Base.java:2147 Preferences.java:256 Sketch.java:475 Sketch.java:481
|
||||
#: Sketch.java:496 Sketch.java:503 Sketch.java:526 Sketch.java:543
|
||||
#: Editor.java:2167 Editor.java:2178 Editor.java:2188 Editor.java:2206
|
||||
msgid "Error"
|
||||
msgstr "エラー"
|
||||
|
||||
#: Sketch.java:1065 Sketch.java:1088
|
||||
msgid "Error adding file"
|
||||
msgstr "ファイルを追加する際にエラーが発生しました。"
|
||||
|
||||
#: debug/Compiler.java:369
|
||||
msgid "Error compiling."
|
||||
msgstr "コンパイル時にエラーが発生しました。"
|
||||
|
||||
#: Base.java:1674
|
||||
msgid "Error getting the Arduino data folder."
|
||||
msgstr "Arduino IDEデータフォルダを読み込めません。"
|
||||
|
||||
#: Serial.java:593
|
||||
#, java-format
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Serial.{0}()でエラー"
|
||||
|
||||
#: Serial.java:181
|
||||
#, java-format
|
||||
msgid "Error opening serial port ''{0}''."
|
||||
msgstr "シリアルポート「{0}」が開けません。"
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "設定ファイルを読み込む際にエラーが発生しました。"
|
||||
|
||||
#: Preferences.java:279
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading the preferences file. Please delete (or move)\n"
|
||||
"{0} and restart Arduino."
|
||||
msgstr "初期設定ファイルを読み込む際にエラーが発生しました。「{0}」を削除または移動してから、Arduino IDEを再起動してください。"
|
||||
|
||||
#: Serial.java:125
|
||||
#, java-format
|
||||
msgid "Error touching serial port ''{0}''."
|
||||
msgstr "シリアルポート「{0}」をタッチできませんでした。"
|
||||
|
||||
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
|
||||
msgid "Error while burning bootloader."
|
||||
msgstr "ブートローダの書き込み中にエラーが発生しました。"
|
||||
|
||||
#: SketchCode.java:83
|
||||
#, java-format
|
||||
msgid "Error while loading code {0}"
|
||||
msgstr "「{0}」からコードを読み込む際にエラーが発生しました。"
|
||||
|
||||
#: Editor.java:2567
|
||||
msgid "Error while printing."
|
||||
msgstr "印刷中にエラーが発生しました。"
|
||||
|
||||
#: Preferences.java:93
|
||||
msgid "Estonian"
|
||||
msgstr "エストニア語"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "スケッチの例"
|
||||
|
||||
#: Editor.java:2482
|
||||
msgid "Export canceled, changes must first be saved."
|
||||
msgstr "エクスポートを中止しました。エクスポートを行う前に保存する必要があります。"
|
||||
|
||||
#: Base.java:2100
|
||||
msgid "FAQ.html"
|
||||
msgstr "FAQ.html"
|
||||
|
||||
#: Editor.java:491
|
||||
msgid "File"
|
||||
msgstr "ファイル"
|
||||
|
||||
#: Preferences.java:94
|
||||
msgid "Filipino"
|
||||
msgstr "フィリピン語"
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
msgid "Find"
|
||||
msgstr "検索"
|
||||
|
||||
#: Editor.java:1249
|
||||
msgid "Find Next"
|
||||
msgstr "次を検索"
|
||||
|
||||
#: Editor.java:1259
|
||||
msgid "Find Previous"
|
||||
msgstr "前を検索"
|
||||
|
||||
#: Editor.java:1086 Editor.java:2775
|
||||
msgid "Find in Reference"
|
||||
msgstr "リファレンスで検索"
|
||||
|
||||
#: Editor.java:1234
|
||||
msgid "Find..."
|
||||
msgstr "検索..."
|
||||
|
||||
#: FindReplace.java:80
|
||||
msgid "Find:"
|
||||
msgstr "検索テキスト:"
|
||||
|
||||
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
|
||||
#: tools/FixEncoding.java:79
|
||||
msgid "Fix Encoding & Reload"
|
||||
msgstr "エンコーディングを修正"
|
||||
|
||||
#: Base.java:1851
|
||||
msgid ""
|
||||
"For information on installing libraries, see: "
|
||||
"http://arduino.cc/en/Guide/Libraries\n"
|
||||
msgstr "ライブラリのインストール方法については、以下のページをご覧ください。http://arduino.cc/en/Guide/Libraries\n"
|
||||
|
||||
#: debug/BasicUploader.java:80
|
||||
msgid "Forcing reset using 1200bps open/close on port "
|
||||
msgstr "シリアルポートを1200bpsで開閉する事により、リセットを行なっています。"
|
||||
|
||||
#: Preferences.java:95
|
||||
msgid "French"
|
||||
msgstr "フランス語"
|
||||
|
||||
#: Editor.java:1097
|
||||
msgid "Frequently Asked Questions"
|
||||
msgstr "よくある質問"
|
||||
|
||||
#: Preferences.java:96
|
||||
msgid "Galician"
|
||||
msgstr "ガリシア語"
|
||||
|
||||
#: ../Preferences.java:94
|
||||
msgid "Georgian"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:97
|
||||
msgid "German"
|
||||
msgstr "ドイツ語"
|
||||
|
||||
#: Editor.java:1054
|
||||
msgid "Getting Started"
|
||||
msgstr "初心者向けガイド"
|
||||
|
||||
#: Preferences.java:98
|
||||
msgid "Greek"
|
||||
msgstr "ギリシア語"
|
||||
|
||||
#: Base.java:2085
|
||||
msgid "Guide_Environment.html"
|
||||
msgstr "Guide_Environment.html"
|
||||
|
||||
#: Base.java:2071
|
||||
msgid "Guide_MacOSX.html"
|
||||
msgstr "Guide_MacOSX.html"
|
||||
|
||||
#: Base.java:2095
|
||||
msgid "Guide_Troubleshooting.html"
|
||||
msgstr "Guide_Troubleshooting.html"
|
||||
|
||||
#: Base.java:2073
|
||||
msgid "Guide_Windows.html"
|
||||
msgstr "Guide_Windows.html"
|
||||
|
||||
#: ../Preferences.java:95
|
||||
msgid "Hebrew"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:1015
|
||||
msgid "Help"
|
||||
msgstr "ヘルプ"
|
||||
|
||||
#: Preferences.java:99
|
||||
msgid "Hindi"
|
||||
msgstr "ヒンディー語"
|
||||
|
||||
#: Sketch.java:295
|
||||
msgid ""
|
||||
"How about saving the sketch first \n"
|
||||
"before trying to rename it?"
|
||||
msgstr "スケッチの名前を変更する前に、スケッチを保存しますか?"
|
||||
|
||||
#: Sketch.java:882
|
||||
msgid "How very Borges of you"
|
||||
msgstr "それはムリです"
|
||||
|
||||
#: Preferences.java:100
|
||||
msgid "Hungarian"
|
||||
msgstr "ハンガリー語"
|
||||
|
||||
#: FindReplace.java:96
|
||||
msgid "Ignore Case"
|
||||
msgstr "大文字小文字を区別しない"
|
||||
|
||||
#: Base.java:1058
|
||||
msgid "Ignoring bad library name"
|
||||
msgstr "使用できないファイル名のライブラリは無視します。"
|
||||
|
||||
#: Base.java:1436
|
||||
msgid "Ignoring sketch with bad name"
|
||||
msgstr "使用できない名前のスケッチは無視します。"
|
||||
|
||||
#: Editor.java:636
|
||||
msgid "Import Library..."
|
||||
msgstr "ライブラリを使用"
|
||||
|
||||
#: Sketch.java:739
|
||||
msgid ""
|
||||
"In Arduino 1.0, the default file extension has changed\n"
|
||||
"from .pde to .ino. New sketches (including those created\n"
|
||||
"by \"Save-As\" will use the new extension. The extension\n"
|
||||
"of existing sketches will be updated on save, but you can\n"
|
||||
"disable this in the Preferences dialog.\n"
|
||||
"\n"
|
||||
"Save sketch and update its extension?"
|
||||
msgstr "Arduino 1.0では、スケッチのファイルの拡張子を.pdeから.inoに\n変更しました。新しいスケッチおよび「名前を付けて保存」で保存\nしたスケッチには、新しい拡張子が使われます。また、既存のスケッチ\nを開いてから保存すると、新しい拡張子に自動的に変更されます。\nこの機能は、「環境設定」で無効にする事ができます。\n\n拡張子を変更してスケッチを保存しますか?"
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
msgid "Increase Indent"
|
||||
msgstr "インデントを増やす"
|
||||
|
||||
#: Preferences.java:101
|
||||
msgid "Indonesian"
|
||||
msgstr "インドネシア語"
|
||||
@ -484,6 +752,10 @@ msgstr "韓国語"
|
||||
msgid "Latvian"
|
||||
msgstr "ラトビア語"
|
||||
|
||||
#: Base.java:2699
|
||||
msgid "Library added to your libraries. Check \"Import library\" menu"
|
||||
msgstr "ライブラリをインストールしました。メニューの「ライブラリを使用」を見てください。"
|
||||
|
||||
#: Preferences.java:106
|
||||
msgid "Lithuaninan"
|
||||
msgstr "リトアニア語"
|
||||
@ -492,14 +764,144 @@ msgstr "リトアニア語"
|
||||
msgid "Marathi"
|
||||
msgstr "マラーティ語"
|
||||
|
||||
#: Base.java:2112
|
||||
msgid "Message"
|
||||
msgstr "メッセージ"
|
||||
|
||||
#: Sketch.java:1712
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
msgstr "「/* */」形式のコメントの「*/」がありません。"
|
||||
|
||||
#: Preferences.java:449
|
||||
msgid "More preferences can be edited directly in the file"
|
||||
msgstr "以下のファイルを直接編集すれば、より多くの設定を行うことができます。"
|
||||
|
||||
#: Editor.java:2156
|
||||
msgid "Moving"
|
||||
msgstr "移動中"
|
||||
|
||||
#: Sketch.java:282
|
||||
msgid "Name for new file:"
|
||||
msgstr "新規ファイルの名前:"
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:493
|
||||
msgid "New"
|
||||
msgstr "新規ファイル"
|
||||
|
||||
#: EditorToolbar.java:46
|
||||
msgid "New Editor Window"
|
||||
msgstr "新規ウィンドウ"
|
||||
|
||||
#: EditorHeader.java:292
|
||||
msgid "New Tab"
|
||||
msgstr "新規タブ"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Newline"
|
||||
msgstr "LFのみ"
|
||||
|
||||
#: EditorHeader.java:340
|
||||
msgid "Next Tab"
|
||||
msgstr "次のタブ"
|
||||
|
||||
#: Preferences.java:78 UpdateCheck.java:108
|
||||
msgid "No"
|
||||
msgstr "いいえ"
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
msgstr "マイコンボードが選ばれていません。「ツール」メニューの「マイコンボード」の選択肢から、マイコンボードを選んでください。"
|
||||
|
||||
#: tools/format/src/AutoFormat.java:54 tools/AutoFormat.java:916
|
||||
msgid "No changes necessary for Auto Format."
|
||||
msgstr "整形の必要はありませんでした。"
|
||||
|
||||
#: Editor.java:373
|
||||
msgid "No files were added to the sketch."
|
||||
msgstr "スケッチにファイルは追加されませんでした。"
|
||||
|
||||
#: Platform.java:167
|
||||
msgid "No launcher available"
|
||||
msgstr "外部プログラム起動ツールが有りません。"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "No line ending"
|
||||
msgstr "改行なし"
|
||||
|
||||
#: Base.java:541
|
||||
msgid "No really, time for some fresh air for you."
|
||||
msgstr "先程も指摘したように、今日は頑張りすぎです。"
|
||||
|
||||
#: Editor.java:1872
|
||||
#, java-format
|
||||
msgid "No reference available for \"{0}\""
|
||||
msgstr "リファレンスマニュアルに「{0}」はありません。"
|
||||
|
||||
#: Base.java:191
|
||||
msgid "Non-fatal error while setting the Look & Feel."
|
||||
msgstr "GUIの挙動の設定中にエラーが発生しましたが、重大ではありません。"
|
||||
|
||||
#: Sketch.java:396 Sketch.java:410 Sketch.java:419 Sketch.java:859
|
||||
msgid "Nope"
|
||||
msgstr "エラー"
|
||||
|
||||
#: Preferences.java:108
|
||||
msgid "Norwegian"
|
||||
msgstr "ノルウェイ語"
|
||||
|
||||
#: ../Preferences.java:108
|
||||
msgid "Norwegian Bokmål"
|
||||
msgstr ""
|
||||
|
||||
#: Preferences.java:80 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2145 Editor.java:2465
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: Sketch.java:992 Editor.java:376
|
||||
msgid "One file added to the sketch."
|
||||
msgstr "スケッチにファイルを1個追加しました。"
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
msgid "Open"
|
||||
msgstr "開く"
|
||||
|
||||
#: Editor.java:2688
|
||||
msgid "Open URL"
|
||||
msgstr "URLを開く"
|
||||
|
||||
#: Base.java:636
|
||||
msgid "Open an Arduino sketch..."
|
||||
msgstr "Arduinoのスケッチを開く..."
|
||||
|
||||
#: EditorToolbar.java:46
|
||||
msgid "Open in Another Window"
|
||||
msgstr "新規ウィンドウでファイルを開く"
|
||||
|
||||
#: Base.java:903 Editor.java:501
|
||||
msgid "Open..."
|
||||
msgstr "開く..."
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "プリンタの設定..."
|
||||
|
||||
#: Editor.java:1189 Editor.java:2731
|
||||
msgid "Paste"
|
||||
msgstr "貼り付け"
|
||||
|
||||
#: Preferences.java:109
|
||||
msgid "Persian"
|
||||
msgstr "ペルシャ語"
|
||||
|
||||
#: debug/Compiler.java:408
|
||||
msgid "Please import the SPI library from the Sketch > Import Library menu."
|
||||
msgstr "「スケッチ」メニューの「ライブラリを使用」で、SPIライブラリを読み込んでください。"
|
||||
|
||||
#: Base.java:239
|
||||
msgid "Please install JDK 1.5 or later"
|
||||
msgstr "JDKのバージョン1.5以降をインストールしてください。"
|
||||
|
||||
#: Preferences.java:110
|
||||
msgid "Polish"
|
||||
msgstr "ポーランド語"
|
||||
@ -508,6 +910,112 @@ msgstr "ポーランド語"
|
||||
msgid "Portuguese"
|
||||
msgstr "ポルトガル語"
|
||||
|
||||
#: Preferences.java:295 Editor.java:583
|
||||
msgid "Preferences"
|
||||
msgstr "環境設定"
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
msgid "Previous"
|
||||
msgstr "前"
|
||||
|
||||
#: EditorHeader.java:326
|
||||
msgid "Previous Tab"
|
||||
msgstr "前のタブ"
|
||||
|
||||
#: Editor.java:571
|
||||
msgid "Print"
|
||||
msgstr "印刷..."
|
||||
|
||||
#: Editor.java:2571
|
||||
msgid "Printing canceled."
|
||||
msgstr "印刷を中止しました。"
|
||||
|
||||
#: Editor.java:2547
|
||||
msgid "Printing..."
|
||||
msgstr "印刷しています..."
|
||||
|
||||
#: Base.java:1957
|
||||
msgid "Problem Opening Folder"
|
||||
msgstr "フォルダを開くことができませんでした。"
|
||||
|
||||
#: Base.java:1933
|
||||
msgid "Problem Opening URL"
|
||||
msgstr "指定のURLを開くことができませんでした。"
|
||||
|
||||
#: Base.java:227
|
||||
msgid "Problem Setting the Platform"
|
||||
msgstr "プラットフォームを設定する際に問題が発生しました。"
|
||||
|
||||
#: Base.java:1673
|
||||
msgid "Problem getting data folder"
|
||||
msgstr "データフォルダを読み込めません。"
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
msgid "Problem moving {0} to the build folder"
|
||||
msgstr "「{0}」をビルドフォルダに移動できませんでした。"
|
||||
|
||||
#: debug/Uploader.java:209
|
||||
msgid ""
|
||||
"Problem uploading to board. See "
|
||||
"http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions."
|
||||
msgstr "マイコンボードに書き込もうとしましたが、エラーが発生しました。\nこのページを参考にしてください。\nhttp://www.arduino.cc/en/Guide/Troubleshooting#upload"
|
||||
|
||||
#: Sketch.java:355 Sketch.java:362 Sketch.java:373
|
||||
msgid "Problem with rename"
|
||||
msgstr "スケッチの名前を変更できませんでした。"
|
||||
|
||||
#: Editor.java:2137
|
||||
msgid ""
|
||||
"Processing can only open its own sketches\n"
|
||||
"and other files ending in .ino or .pde"
|
||||
msgstr "このIDEは、ファイル名が拡張子.inoまたは.pdeで\n終わるファイルだけを開くことができます。"
|
||||
|
||||
#: ../debug/TargetPlatform.java:53
|
||||
msgid "Processor"
|
||||
msgstr ""
|
||||
|
||||
#: Editor.java:704
|
||||
msgid "Programmer"
|
||||
msgstr "書込装置"
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
msgid "Quit"
|
||||
msgstr "終了"
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "やり直し"
|
||||
|
||||
#: Editor.java:1078
|
||||
msgid "Reference"
|
||||
msgstr "リファレンス"
|
||||
|
||||
#: EditorHeader.java:300
|
||||
msgid "Rename"
|
||||
msgstr "名前を変更"
|
||||
|
||||
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1046
|
||||
msgid "Replace"
|
||||
msgstr "置換"
|
||||
|
||||
#: FindReplace.java:122 FindReplace.java:129
|
||||
msgid "Replace & Find"
|
||||
msgstr "置換して次"
|
||||
|
||||
#: FindReplace.java:120 FindReplace.java:131
|
||||
msgid "Replace All"
|
||||
msgstr "全て置換"
|
||||
|
||||
#: Sketch.java:1043
|
||||
#, java-format
|
||||
msgid "Replace the existing version of {0}?"
|
||||
msgstr "すでに同じ「{0}」という名前のファイルがスケッチの中にありますが、置き換えますか?"
|
||||
|
||||
#: FindReplace.java:81
|
||||
msgid "Replace with:"
|
||||
msgstr "置換テキスト:"
|
||||
|
||||
#: Preferences.java:113
|
||||
msgid "Romanian"
|
||||
msgstr "ルーマニア語"
|
||||
@ -516,129 +1024,150 @@ msgstr "ルーマニア語"
|
||||
msgid "Russian"
|
||||
msgstr "ロシア語"
|
||||
|
||||
#: Preferences.java:115
|
||||
msgid "Spanish"
|
||||
msgstr "スペイン語"
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:529
|
||||
#: Editor.java:2064 Editor.java:2468
|
||||
msgid "Save"
|
||||
msgstr "保存"
|
||||
|
||||
#: Preferences.java:116
|
||||
msgid "Tamil"
|
||||
msgstr "タミル語"
|
||||
#: Editor.java:537
|
||||
msgid "Save As..."
|
||||
msgstr "名前を付けて保存"
|
||||
|
||||
#: Preferences.java:219
|
||||
msgid ""
|
||||
"Could not read default settings.\n"
|
||||
"You'll need to reinstall Arduino."
|
||||
msgstr "既定の設定を読み込むことができませんでした。\nArduino IDEをもう一度インストールしてください。"
|
||||
#: Editor.java:2317
|
||||
msgid "Save Canceled."
|
||||
msgstr "保存を中止しました。"
|
||||
|
||||
#: Preferences.java:258
|
||||
#: Editor.java:2467
|
||||
msgid "Save changes before export?"
|
||||
msgstr "エクスポートを行う前に保存しますか?"
|
||||
|
||||
#: Editor.java:2020
|
||||
#, java-format
|
||||
msgid "Could not read preferences from {0}"
|
||||
msgstr "「{0}」から設定を読み込めませんでした。"
|
||||
msgid "Save changes to \"{0}\"? "
|
||||
msgstr "変更内容を「{0}」に書き込みますか?"
|
||||
|
||||
#: Preferences.java:277
|
||||
msgid "Error reading preferences"
|
||||
msgstr "設定ファイルを読み込む際にエラーが発生しました。"
|
||||
#: Sketch.java:825
|
||||
msgid "Save sketch folder as..."
|
||||
msgstr "スケッチのフォルダの保存先..."
|
||||
|
||||
#: Preferences.java:279
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Error reading the preferences file. Please delete (or move)\n"
|
||||
"{0} and restart Arduino."
|
||||
msgstr "初期設定ファイルを読み込む際にエラーが発生しました。「{0}」を削除または移動してから、Arduino IDEを再起動してください。"
|
||||
#: Editor.java:2270 Editor.java:2308
|
||||
msgid "Saving..."
|
||||
msgstr "保存中です..."
|
||||
|
||||
#: Preferences.java:295 Editor.java:583
|
||||
msgid "Preferences"
|
||||
msgstr "環境設定"
|
||||
#: Base.java:1909
|
||||
msgid "Select (or create new) folder for sketches..."
|
||||
msgstr "スケッチを保存するフォルダを選択するか作成してください。"
|
||||
|
||||
#: Preferences.java:315
|
||||
msgid "Sketchbook location:"
|
||||
msgstr "スケッチブックの保存場所:"
|
||||
#: Editor.java:1198 Editor.java:2739
|
||||
msgid "Select All"
|
||||
msgstr "全て選択"
|
||||
|
||||
#: Base.java:2636
|
||||
msgid "Select a zip file or a folder containing the library you'd like to add"
|
||||
msgstr "インストールするライブラリを含むZIPファイルまたはフォルダを指定してください。"
|
||||
|
||||
#: Sketch.java:975
|
||||
msgid "Select an image or other data file to copy to your sketch"
|
||||
msgstr "画像など、スケッチの一部としてコピーして加えたいファイルを選択してください。"
|
||||
|
||||
#: Preferences.java:330
|
||||
msgid "Select new sketchbook location"
|
||||
msgstr "スケッチブックの保存場所を決める"
|
||||
|
||||
#: Preferences.java:353
|
||||
msgid "Editor language: "
|
||||
msgstr "言語設定:"
|
||||
#: SerialMonitor.java:93
|
||||
msgid "Send"
|
||||
msgstr "送信"
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
msgid " (requires restart of Arduino)"
|
||||
msgstr " 変更の反映にはArduino IDEの再起動が必要"
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
msgid "Serial Monitor"
|
||||
msgstr "シリアルモニタ"
|
||||
|
||||
#: Preferences.java:370
|
||||
msgid "Editor font size: "
|
||||
msgstr "エディタの文字の大きさ:"
|
||||
#: Editor.java:699
|
||||
msgid "Serial Port"
|
||||
msgstr "シリアルポート"
|
||||
|
||||
#: Serial.java:174
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Serial port ''{0}'' already in use. Try quiting any programs that may be "
|
||||
"using it."
|
||||
msgstr "シリアルポート「{0}」は、ほかのアプリケーションが使用中です。シリアルポートを使っている可能性のあるアプリケーションを終了してみてください。"
|
||||
|
||||
#: Serial.java:121
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Serial port ''{0}'' already in use. Try quitting any programs that may be "
|
||||
"using it."
|
||||
msgstr "シリアルポート「{0}」は、他のソフトウェアで使われています。シリアルポートを使っている可能性の有るソフトウェアを終了させてみてください。"
|
||||
|
||||
#: Serial.java:194
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Serial port ''{0}'' not found. Did you select the right one from the Tools >"
|
||||
" Serial Port menu?"
|
||||
msgstr "シリアルポート「{0}」が存在しません。「ツール」メニューの「シリアルポート」で、正しいシリアルポートを選んでありますか?"
|
||||
|
||||
#: Editor.java:2343
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Serial port {0} not found.\n"
|
||||
"Retry the upload with another serial port?"
|
||||
msgstr "シリアルポート「{0}」が存在しません。\nシリアルポートを変更して、もう一度書き込みますか?"
|
||||
|
||||
#: Base.java:1681
|
||||
msgid "Settings issues"
|
||||
msgstr "設定に関する問題"
|
||||
|
||||
#: Editor.java:641
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "スケッチのフォルダを表示"
|
||||
|
||||
#: Preferences.java:387
|
||||
msgid "Show verbose output during: "
|
||||
msgstr "より詳細な情報を表示する:"
|
||||
|
||||
#: Preferences.java:389
|
||||
msgid "compilation "
|
||||
msgstr "コンパイル "
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "スケッチ"
|
||||
|
||||
#: Preferences.java:391
|
||||
msgid "upload"
|
||||
msgstr "書き込み"
|
||||
#: Sketch.java:1754
|
||||
msgid "Sketch Disappeared"
|
||||
msgstr "スケッチが消滅してしまいました。"
|
||||
|
||||
#: Preferences.java:400
|
||||
msgid "Verify code after upload"
|
||||
msgstr "書き込みを検証する"
|
||||
|
||||
#: Preferences.java:409
|
||||
msgid "Use external editor"
|
||||
msgstr "外部のエディタを使用する"
|
||||
|
||||
#: Preferences.java:419
|
||||
msgid "Check for updates on startup"
|
||||
msgstr "起動時に最新バージョンの有無をチェックする"
|
||||
|
||||
#: Preferences.java:428
|
||||
msgid "Update sketch files to new extension on save (.pde -> .ino)"
|
||||
msgstr "スケッチを保存する際に、拡張子を.pdeから.inoに変更する"
|
||||
|
||||
#: Preferences.java:439
|
||||
msgid "Automatically associate .ino files with Arduino"
|
||||
msgstr ".inoファイルをArduino IDEに関連づける"
|
||||
|
||||
#: Preferences.java:449
|
||||
msgid "More preferences can be edited directly in the file"
|
||||
msgstr "以下のファイルを直接編集すれば、より多くの設定を行うことができます。"
|
||||
|
||||
#: Preferences.java:478
|
||||
msgid "(edit only when Arduino is not running)"
|
||||
msgstr "編集する際には、Arduino IDEを終了させておいてください。"
|
||||
|
||||
#: Preferences.java:625
|
||||
#, java-format
|
||||
msgid "ignoring invalid font size {0}"
|
||||
msgstr "フォントサイズの指定「{0}」が異常なので無視します。"
|
||||
|
||||
#: EditorHeader.java:292
|
||||
msgid "New Tab"
|
||||
msgstr "新規タブ"
|
||||
|
||||
#: EditorHeader.java:300
|
||||
msgid "Rename"
|
||||
msgstr "名前を変更"
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
msgid "Delete"
|
||||
msgstr "削除"
|
||||
|
||||
#: EditorHeader.java:326
|
||||
msgid "Previous Tab"
|
||||
msgstr "前のタブ"
|
||||
|
||||
#: EditorHeader.java:340
|
||||
msgid "Next Tab"
|
||||
msgstr "次のタブ"
|
||||
#: Base.java:1411
|
||||
msgid "Sketch Does Not Exist"
|
||||
msgstr "スケッチが存在しません。"
|
||||
|
||||
#: Sketch.java:274 Sketch.java:303 Sketch.java:577 Sketch.java:966
|
||||
msgid "Sketch is Read-Only"
|
||||
msgstr "スケッチに書き込めません。"
|
||||
|
||||
#: Sketch.java:294
|
||||
msgid "Sketch is Untitled"
|
||||
msgstr "スケッチには、まだ名前がありません。"
|
||||
|
||||
#: Sketch.java:720
|
||||
msgid "Sketch is read-only"
|
||||
msgstr "スケッチに書き込めません。"
|
||||
|
||||
#: Sketch.java:1653
|
||||
msgid ""
|
||||
"Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for "
|
||||
"tips on reducing it."
|
||||
msgstr "スケッチが大きすぎます。http://www.arduino.cc/en/Guide/Troubleshooting#size には、小さくするコツが書いてあります。"
|
||||
|
||||
#: Editor.java:510
|
||||
msgid "Sketchbook"
|
||||
msgstr "スケッチブック"
|
||||
|
||||
#: Base.java:258
|
||||
msgid "Sketchbook folder disappeared"
|
||||
msgstr "スケッチブックの保存場所フォルダが無くなってしまいました。"
|
||||
|
||||
#: Preferences.java:315
|
||||
msgid "Sketchbook location:"
|
||||
msgstr "スケッチブックの保存場所:"
|
||||
|
||||
#: Sketch.java:275 Sketch.java:304 Sketch.java:578 Sketch.java:967
|
||||
msgid ""
|
||||
"Some files are marked \"read-only\", so you'll\n"
|
||||
@ -646,32 +1175,68 @@ msgid ""
|
||||
"and try again."
|
||||
msgstr "読込専用に設定されたファイルがあります。\nスケッチを別の場所に保存してください。"
|
||||
|
||||
#: Sketch.java:282
|
||||
msgid "Name for new file:"
|
||||
msgstr "新規ファイルの名前:"
|
||||
|
||||
#: Sketch.java:294
|
||||
msgid "Sketch is Untitled"
|
||||
msgstr "スケッチには、まだ名前がありません。"
|
||||
|
||||
#: Sketch.java:295
|
||||
#: Sketch.java:721
|
||||
msgid ""
|
||||
"How about saving the sketch first \n"
|
||||
"before trying to rename it?"
|
||||
msgstr "スケッチの名前を変更する前に、スケッチを保存しますか?"
|
||||
"Some files are marked \"read-only\", so you'll\n"
|
||||
"need to re-save this sketch to another location."
|
||||
msgstr "書き込み先の場所には、書き込み禁止のファイルがあります。このため、このスケッチは別の場所に保存し直してください。"
|
||||
|
||||
#: Sketch.java:355 Sketch.java:362 Sketch.java:373
|
||||
msgid "Problem with rename"
|
||||
msgstr "スケッチの名前を変更できませんでした。"
|
||||
|
||||
#: Sketch.java:356
|
||||
msgid "The name cannot start with a period."
|
||||
msgstr "スケッチの名前の先頭はピリオド「.」にしてはいけません。"
|
||||
|
||||
#: Sketch.java:364
|
||||
#: Sketch.java:457
|
||||
#, java-format
|
||||
msgid "\".{0}\" is not a valid extension."
|
||||
msgstr "拡張子「.{0}」は、使えません。"
|
||||
msgid "Sorry, a sketch (or folder) named \"{0}\" already exists."
|
||||
msgstr "すでに「{0}」という名前のスケッチまたはフォルダが存在します。"
|
||||
|
||||
#: Preferences.java:115
|
||||
msgid "Spanish"
|
||||
msgstr "スペイン語"
|
||||
|
||||
#: Base.java:540
|
||||
msgid "Sunshine"
|
||||
msgstr "終わりにしましょう"
|
||||
|
||||
#: Preferences.java:84
|
||||
msgid "System Default"
|
||||
msgstr "パソコンの設定に従う"
|
||||
|
||||
#: Preferences.java:116
|
||||
msgid "Tamil"
|
||||
msgstr "タミル語"
|
||||
|
||||
#: debug/Compiler.java:414
|
||||
msgid "The 'BYTE' keyword is no longer supported."
|
||||
msgstr "「BYTE」キーワードは、使用できなくなりました。"
|
||||
|
||||
#: debug/Compiler.java:426
|
||||
msgid "The Client class has been renamed EthernetClient."
|
||||
msgstr "「Client」クラスは「EthernetClient」に名称変更されました。"
|
||||
|
||||
#: debug/Compiler.java:420
|
||||
msgid "The Server class has been renamed EthernetServer."
|
||||
msgstr "「Server」クラスは「EthernetServer」に名称変更されました。"
|
||||
|
||||
#: debug/Compiler.java:432
|
||||
msgid "The Udp class has been renamed EthernetUdp."
|
||||
msgstr "「Udp」クラスは「EthernetUdp」に名称変更されました。"
|
||||
|
||||
#: Base.java:192
|
||||
msgid "The error message follows, however Arduino should run fine."
|
||||
msgstr "エラーメッセージは以下の通りです。Arduino IDEの動作に問題はありません。"
|
||||
|
||||
#: Editor.java:2147
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The file \"{0}\" needs to be inside\n"
|
||||
"a sketch folder named \"{1}\".\n"
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "「{0}」というファイルは、「{1}」という名前のフォルダの中にある必要があります。自動的にこのフォルダを作って、ファイルを中に入れますか?"
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The library \"{0}\" cannot be used.\n"
|
||||
"Library names must contain only basic letters and numbers.\n"
|
||||
"(ASCII only and no spaces, and it cannot start with a number)"
|
||||
msgstr "「{0}」という名前のライブラリは使用できません。\nライブラリ名には半角文字と数字のみが使用可能です。\n(ASCII文字のみ、スペースを除きます。数字で始まる名前は使えません。)"
|
||||
|
||||
#: Sketch.java:374
|
||||
msgid ""
|
||||
@ -680,14 +1245,174 @@ msgid ""
|
||||
"\"real\" programming environment)"
|
||||
msgstr "スケッチのメインのファイルには、拡張子を指定できません。"
|
||||
|
||||
#: Sketch.java:396 Sketch.java:410 Sketch.java:419 Sketch.java:859
|
||||
msgid "Nope"
|
||||
msgstr "エラー"
|
||||
#: Sketch.java:356
|
||||
msgid "The name cannot start with a period."
|
||||
msgstr "スケッチの名前の先頭はピリオド「.」にしてはいけません。"
|
||||
|
||||
#: Sketch.java:398
|
||||
#: Base.java:1412
|
||||
msgid ""
|
||||
"The selected sketch no longer exists.\n"
|
||||
"You may need to restart Arduino to update\n"
|
||||
"the sketchbook menu."
|
||||
msgstr "選択したスケッチが存在しません。\nスケッチブックメニューを更新するにはArduino IDEを再起動して下さい。"
|
||||
|
||||
#: Base.java:1430
|
||||
#, java-format
|
||||
msgid "A file named \"{0}\" already exists in \"{1}\""
|
||||
msgstr "「{0}」というファイルは、すでにフォルダ「{1}」内に存在します。"
|
||||
msgid ""
|
||||
"The sketch \"{0}\" cannot be used.\n"
|
||||
"Sketch names must contain only basic letters and numbers\n"
|
||||
"(ASCII-only with no spaces, and it cannot start with a number).\n"
|
||||
"To get rid of this message, remove the sketch from\n"
|
||||
"{1}"
|
||||
msgstr "「{0}」という名前をスケッチに付けることはできません。\nスケッチ名には半角文字と数字のみが使用可能です。\n(ASCII文字のみ、スペースを除きます。数字で始まる名前は使えません。)\nこのメッセージを表示しないようにするには、「{1}」からスケッチを削除\nして下さい。"
|
||||
|
||||
#: Sketch.java:1755
|
||||
msgid ""
|
||||
"The sketch folder has disappeared.\n"
|
||||
" Will attempt to re-save in the same location,\n"
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "スケッチブックの保存場所フォルダが無くなってしまいました。\n環境設定で指定している保存場所に保存し直します。\nこのスケッチと一緒に保存していたファイルは失われるかもしれません。"
|
||||
|
||||
#: Sketch.java:2018
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers (but cannot start with a number).\n"
|
||||
"They should also be less less than 64 characters long."
|
||||
msgstr "都合により、スケッチの名前を変更しました。\nスケッチの名前に使える文字は半角英数字です(数字は先頭を除く)。\nまた、64文字以下であることが必要です。"
|
||||
|
||||
#: Base.java:259
|
||||
msgid ""
|
||||
"The sketchbook folder no longer exists.\n"
|
||||
"Arduino will switch to the default sketchbook\n"
|
||||
"location, and create a new sketchbook folder if\n"
|
||||
"necessary. Arduino will then stop talking about\n"
|
||||
"himself in the third person."
|
||||
msgstr "スケッチブックの保存場所フォルダが有りません。\nデフォルトの場所にスケッチブックの保存場所\nフォルダを作成し、今後はこちらを使用します。"
|
||||
|
||||
#: Sketch.java:1075
|
||||
msgid ""
|
||||
"This file has already been copied to the\n"
|
||||
"location from which where you're trying to add it.\n"
|
||||
"I ain't not doin nuthin'."
|
||||
msgstr "このファイルはすでにコピーされてスケッチの中にあります。まだ、何もしてませんよ!"
|
||||
|
||||
#: Base.java:535
|
||||
msgid "Time for a Break"
|
||||
msgstr "そろそろ休みましょう"
|
||||
|
||||
#: Editor.java:663
|
||||
msgid "Tools"
|
||||
msgstr "ツール"
|
||||
|
||||
#: Editor.java:1070
|
||||
msgid "Troubleshooting"
|
||||
msgstr "トラブルシューティング"
|
||||
|
||||
#: ../Preferences.java:117
|
||||
msgid "Turkish"
|
||||
msgstr ""
|
||||
|
||||
#: ../Preferences.java:118
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
msgid "Uncaught exception type: {0}"
|
||||
msgstr "想定外の例外「{0}」が発生しました。"
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "元に戻す"
|
||||
|
||||
#: Platform.java:168
|
||||
msgid ""
|
||||
"Unspecified platform, no launcher available.\n"
|
||||
"To enable opening URLs or folders, add a \n"
|
||||
"\"launcher=/path/to/app\" line to preferences.txt"
|
||||
msgstr "外部プログラム起動ツールが有りません。URLやフォルダを自動的に開く機能を有効にするには、preferences.txtに\"launcher=/path/to/app\"の設定行を追加してください。"
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
msgid "Update"
|
||||
msgstr "更新"
|
||||
|
||||
#: Preferences.java:428
|
||||
msgid "Update sketch files to new extension on save (.pde -> .ino)"
|
||||
msgstr "スケッチを保存する際に、拡張子を.pdeから.inoに変更する"
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
msgid "Upload"
|
||||
msgstr "マイコンボードに書き込む"
|
||||
|
||||
#: EditorToolbar.java:46 Editor.java:553
|
||||
msgid "Upload Using Programmer"
|
||||
msgstr "書込装置を使って書き込む"
|
||||
|
||||
#: Editor.java:2403 Editor.java:2439
|
||||
msgid "Upload canceled."
|
||||
msgstr "書き込みを中止しました。"
|
||||
|
||||
#: Editor.java:2378
|
||||
msgid "Uploading to I/O Board..."
|
||||
msgstr "マイコンボードに書き込んでいます..."
|
||||
|
||||
#: Sketch.java:1622
|
||||
msgid "Uploading..."
|
||||
msgstr "マイコンボードに書き込んでいます..."
|
||||
|
||||
#: Editor.java:1269
|
||||
msgid "Use Selection For Find"
|
||||
msgstr "選択されている文字列を検索"
|
||||
|
||||
#: Preferences.java:409
|
||||
msgid "Use external editor"
|
||||
msgstr "外部のエディタを使用する"
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46
|
||||
msgid "Verify"
|
||||
msgstr "検証"
|
||||
|
||||
#: Editor.java:609
|
||||
msgid "Verify / Compile"
|
||||
msgstr "検証・コンパイル"
|
||||
|
||||
#: Preferences.java:400
|
||||
msgid "Verify code after upload"
|
||||
msgstr "書き込みを検証する"
|
||||
|
||||
#: Editor.java:1105
|
||||
msgid "Visit Arduino.cc"
|
||||
msgstr "Arduino.ccウェブサイトを開く"
|
||||
|
||||
#: Base.java:2128
|
||||
msgid "Warning"
|
||||
msgstr "警告"
|
||||
|
||||
#: debug/Compiler.java:444
|
||||
msgid "Wire.receive() has been renamed Wire.read()."
|
||||
msgstr "「Wire.receive()」は、「Wire.read()」に名称変更されました。"
|
||||
|
||||
#: debug/Compiler.java:438
|
||||
msgid "Wire.send() has been renamed Wire.write()."
|
||||
msgstr "「Wire.send()」は、「Wire.write()」に名称変更されました。"
|
||||
|
||||
#: FindReplace.java:105
|
||||
msgid "Wrap Around"
|
||||
msgstr "行末を折り曲げる"
|
||||
|
||||
#: debug/Uploader.java:213
|
||||
msgid ""
|
||||
"Wrong microcontroller found. Did you select the right board from the Tools "
|
||||
"> Board menu?"
|
||||
msgstr "マイコンボードと通信したところ、選択と異なるマイコンチップが応答しました。「ツール」メニューの「マイコンボード」の選択肢から、正しいマイコンボードを選んでください。"
|
||||
|
||||
#: Preferences.java:77 UpdateCheck.java:108
|
||||
msgid "Yes"
|
||||
msgstr "はい"
|
||||
|
||||
#: Sketch.java:1074
|
||||
msgid "You can't fool me"
|
||||
msgstr "ヘンなことしちゃだめです"
|
||||
|
||||
#: Sketch.java:411
|
||||
msgid "You can't have a .cpp file with the same name as the sketch."
|
||||
@ -699,267 +1424,49 @@ msgid ""
|
||||
"because the sketch already has a .cpp file with that name."
|
||||
msgstr "このスケッチには、すでにその名前の.cppファイルが存在するため、スケッチの名前を「{0}」に変更する事ができません。"
|
||||
|
||||
#: Sketch.java:455
|
||||
msgid "Cannot Rename"
|
||||
msgstr "名前を変更できません。"
|
||||
|
||||
#: Sketch.java:457
|
||||
#, java-format
|
||||
msgid "Sorry, a sketch (or folder) named \"{0}\" already exists."
|
||||
msgstr "すでに「{0}」という名前のスケッチまたはフォルダが存在します。"
|
||||
|
||||
#: Sketch.java:475
|
||||
msgid "Could not rename the sketch. (0)"
|
||||
msgstr "スケッチの名前を変更できませんでした。(0)"
|
||||
|
||||
#: Sketch.java:483 Sketch.java:528
|
||||
#, java-format
|
||||
msgid "Could not rename \"{0}\" to \"{1}\""
|
||||
msgstr "「{0}」の名前を「{1}」に変更できませんでした。"
|
||||
|
||||
#: Sketch.java:496
|
||||
msgid "Could not rename the sketch. (1)"
|
||||
msgstr "スケッチの名前を変更できませんでした。(1)"
|
||||
|
||||
#: Sketch.java:503
|
||||
msgid "Could not rename the sketch. (2)"
|
||||
msgstr "スケッチの名前を変更できませんでした。(2)"
|
||||
|
||||
#: Sketch.java:540
|
||||
msgid "createNewFile() returned false"
|
||||
msgstr "createNewFile()がfalseを返しました。"
|
||||
|
||||
#: Sketch.java:587
|
||||
msgid "Are you sure you want to delete this sketch?"
|
||||
msgstr "このスケッチを本当に削除しますか?"
|
||||
|
||||
#: Sketch.java:588
|
||||
#, java-format
|
||||
msgid "Are you sure you want to delete \"{0}\"?"
|
||||
msgstr "「{0}」を本当に削除しますか?"
|
||||
|
||||
#: Sketch.java:616
|
||||
msgid "Couldn't do it"
|
||||
msgstr "それは実行できませんでした。"
|
||||
|
||||
#: Sketch.java:617
|
||||
#, java-format
|
||||
msgid "Could not delete \"{0}\"."
|
||||
msgstr "「{0}」を削除できませんでした。"
|
||||
|
||||
#: Sketch.java:647
|
||||
msgid "removeCode: internal error.. could not find code"
|
||||
msgstr "removeCode:内部エラー、対象のコードが見つかりません。"
|
||||
|
||||
#: Sketch.java:720
|
||||
msgid "Sketch is read-only"
|
||||
msgstr "スケッチに書き込めません。"
|
||||
|
||||
#: Sketch.java:721
|
||||
msgid ""
|
||||
"Some files are marked \"read-only\", so you'll\n"
|
||||
"need to re-save this sketch to another location."
|
||||
msgstr "書き込み先の場所には、書き込み禁止のファイルがあります。このため、このスケッチは別の場所に保存し直してください。"
|
||||
|
||||
#: Sketch.java:739
|
||||
msgid ""
|
||||
"In Arduino 1.0, the default file extension has changed\n"
|
||||
"from .pde to .ino. New sketches (including those created\n"
|
||||
"by \"Save-As\" will use the new extension. The extension\n"
|
||||
"of existing sketches will be updated on save, but you can\n"
|
||||
"disable this in the Preferences dialog.\n"
|
||||
"\n"
|
||||
"Save sketch and update its extension?"
|
||||
msgstr "Arduino 1.0では、スケッチのファイルの拡張子を.pdeから.inoに\n変更しました。新しいスケッチおよび「名前を付けて保存」で保存\nしたスケッチには、新しい拡張子が使われます。また、既存のスケッチ\nを開いてから保存すると、新しい拡張子に自動的に変更されます。\nこの機能は、「環境設定」で無効にする事ができます。\n\n拡張子を変更してスケッチを保存しますか?"
|
||||
|
||||
#: Sketch.java:746
|
||||
msgid ".pde -> .ino"
|
||||
msgstr ".pdeから.inoへ"
|
||||
|
||||
#: Sketch.java:825
|
||||
msgid "Save sketch folder as..."
|
||||
msgstr "スケッチのフォルダの保存先..."
|
||||
|
||||
#: Sketch.java:861
|
||||
msgid ""
|
||||
"You can't save the sketch as \"{0}\"\n"
|
||||
"because the sketch already has a .cpp file with that name."
|
||||
msgstr "このスケッチには、すでにその名前の.cppファイルが存在するため、スケッチを「{0}」として保存することができません。"
|
||||
|
||||
#: Sketch.java:882
|
||||
msgid "How very Borges of you"
|
||||
msgstr "それはムリです"
|
||||
|
||||
#: Sketch.java:883
|
||||
msgid ""
|
||||
"You cannot save the sketch into a folder\n"
|
||||
"inside itself. This would go on forever."
|
||||
msgstr "自らのスケッチのフォルダの中にスケッチを保存することなんてできません。無限ループになっちゃいます。"
|
||||
|
||||
#: Sketch.java:975
|
||||
msgid "Select an image or other data file to copy to your sketch"
|
||||
msgstr "画像など、スケッチの一部としてコピーして加えたいファイルを選択してください。"
|
||||
#: Base.java:1888
|
||||
msgid "You forgot your sketchbook"
|
||||
msgstr "スケッチブック行方不明"
|
||||
|
||||
#: Sketch.java:992 Editor.java:376
|
||||
msgid "One file added to the sketch."
|
||||
msgstr "スケッチにファイルを1個追加しました。"
|
||||
|
||||
#: Sketch.java:1043
|
||||
#, java-format
|
||||
msgid "Replace the existing version of {0}?"
|
||||
msgstr "すでに同じ「{0}」という名前のファイルがスケッチの中にありますが、置き換えますか?"
|
||||
|
||||
#: Sketch.java:1065 Sketch.java:1088
|
||||
msgid "Error adding file"
|
||||
msgstr "ファイルを追加する際にエラーが発生しました。"
|
||||
|
||||
#: Sketch.java:1066
|
||||
#, java-format
|
||||
msgid "Could not delete the existing ''{0}'' file."
|
||||
msgstr "既存の「{0}」というファイルを削除できませんでした。"
|
||||
|
||||
#: Sketch.java:1074
|
||||
msgid "You can't fool me"
|
||||
msgstr "ヘンなことしちゃだめです"
|
||||
|
||||
#: Sketch.java:1075
|
||||
#: Base.java:536
|
||||
msgid ""
|
||||
"This file has already been copied to the\n"
|
||||
"location from which where you're trying to add it.\n"
|
||||
"I ain't not doin nuthin'."
|
||||
msgstr "このファイルはすでにコピーされてスケッチの中にあります。まだ、何もしてませんよ!"
|
||||
"You've reached the limit for auto naming of new sketches\n"
|
||||
"for the day. How about going for a walk instead?"
|
||||
msgstr "今日はもう、これ以上、新しいスケッチに自動的に名前を付ける\n事ができません。そろそろ、お休みにしませんか?"
|
||||
|
||||
#: Sketch.java:1089
|
||||
#: Base.java:2638
|
||||
msgid "ZIP files or folders"
|
||||
msgstr "ZIPファイルまたはフォルダ"
|
||||
|
||||
#: Base.java:2661
|
||||
msgid "Zip doesn't contain a library"
|
||||
msgstr "指定されたZIPファイルにはライブラリが含まれていません。"
|
||||
|
||||
#: Sketch.java:364
|
||||
#, java-format
|
||||
msgid "Could not add ''{0}'' to the sketch."
|
||||
msgstr "ファイル「{0}」をスケッチに加えることができませんでした。"
|
||||
msgid "\".{0}\" is not a valid extension."
|
||||
msgstr "拡張子「.{0}」は、使えません。"
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
msgid "Build folder disappeared or could not be written"
|
||||
msgstr "ビルド用のフォルダが消えてしまったか、書き込みができません。"
|
||||
|
||||
#: Sketch.java:1407
|
||||
msgid "Could not find main class"
|
||||
msgstr "メインのクラスが見つかりません。"
|
||||
|
||||
#: Sketch.java:1432
|
||||
#: SketchCode.java:258
|
||||
#, java-format
|
||||
msgid "Uncaught exception type: {0}"
|
||||
msgstr "想定外の例外「{0}」が発生しました。"
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
msgid "Problem moving {0} to the build folder"
|
||||
msgstr "「{0}」をビルドフォルダに移動できませんでした。"
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
msgid "Compiling sketch..."
|
||||
msgstr "スケッチをコンパイルしています..."
|
||||
|
||||
#: Sketch.java:1622
|
||||
msgid "Uploading..."
|
||||
msgstr "マイコンボードに書き込んでいます..."
|
||||
|
||||
#: Sketch.java:1644
|
||||
#, java-format
|
||||
msgid "Binary sketch size: {0} bytes (of a {1} byte maximum)"
|
||||
msgstr "コンパイル後のスケッチのサイズ:{0}バイト(最大容量{1}バイト)"
|
||||
|
||||
#: Sketch.java:1647
|
||||
msgid "Couldn't determine program size: {0}"
|
||||
msgstr "コンパイル後のサイズがわかりません:{0}"
|
||||
|
||||
#: Sketch.java:1653
|
||||
msgid ""
|
||||
"Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for "
|
||||
"tips on reducing it."
|
||||
msgstr "スケッチが大きすぎます。http://www.arduino.cc/en/Guide/Troubleshooting#size には、小さくするコツが書いてあります。"
|
||||
|
||||
#: Sketch.java:1712
|
||||
msgid "Missing the */ from the end of a /* comment */"
|
||||
msgstr "「/* */」形式のコメントの「*/」がありません。"
|
||||
|
||||
#: Sketch.java:1754
|
||||
msgid "Sketch Disappeared"
|
||||
msgstr "スケッチが消滅してしまいました。"
|
||||
|
||||
#: Sketch.java:1755
|
||||
msgid ""
|
||||
"The sketch folder has disappeared.\n"
|
||||
" Will attempt to re-save in the same location,\n"
|
||||
"but anything besides the code will be lost."
|
||||
msgstr "スケッチブックの保存場所フォルダが無くなってしまいました。\n環境設定で指定している保存場所に保存し直します。\nこのスケッチと一緒に保存していたファイルは失われるかもしれません。"
|
||||
|
||||
#: Sketch.java:1768
|
||||
msgid "Could not re-save sketch"
|
||||
msgstr "スケッチを保存し直すことができませんでした。"
|
||||
|
||||
#: Sketch.java:1769
|
||||
msgid ""
|
||||
"Could not properly re-save the sketch. You may be in trouble at this point,\n"
|
||||
"and it might be time to copy and paste your code to another text editor."
|
||||
msgstr "スケッチを正常に保存することができませんでした。\n保存先に問題がある可能性があります。\n別のテキストエディタでスケッチを開き、コードをコピー&ペーストして別のファイルに保存することをおすすめします。"
|
||||
|
||||
#: Sketch.java:2018
|
||||
msgid ""
|
||||
"The sketch name had to be modified. Sketch names can only consist\n"
|
||||
"of ASCII characters and numbers (but cannot start with a number).\n"
|
||||
"They should also be less less than 64 characters long."
|
||||
msgstr "都合により、スケッチの名前を変更しました。\nスケッチの名前に使える文字は半角英数字です(数字は先頭を除く)。\nまた、64文字以下であることが必要です。"
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
msgid "Send"
|
||||
msgstr "送信"
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
msgid "Autoscroll"
|
||||
msgstr "自動スクロール"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "No line ending"
|
||||
msgstr "改行なし"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Newline"
|
||||
msgstr "LFのみ"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Carriage return"
|
||||
msgstr "CRのみ"
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
msgid "Both NL & CR"
|
||||
msgstr "CRおよびLF"
|
||||
|
||||
#: SerialMonitor.java:130 SerialMonitor.java:133
|
||||
msgid "baud"
|
||||
msgstr "bps"
|
||||
|
||||
#: debug/Compiler.java:47
|
||||
msgid "http://code.google.com/p/arduino/issues/list"
|
||||
msgstr "http://code.google.com/p/arduino/issues/list"
|
||||
|
||||
#: debug/Compiler.java:49 debug/Uploader.java:45
|
||||
#, java-format
|
||||
msgid "Compiler error, please submit this code to {0}"
|
||||
msgstr "コンパイラのエラーです。問題の起きたスケッチを{0}に送ってください。"
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
msgid "No board selected; please choose a board from the Tools > Board menu."
|
||||
msgstr "マイコンボードが選ばれていません。「ツール」メニューの「マイコンボード」の選択肢から、マイコンボードを選んでください。"
|
||||
|
||||
#: debug/Compiler.java:365
|
||||
#, java-format
|
||||
msgid "{0} returned {1}"
|
||||
msgstr "{0}が{1}を返しました。"
|
||||
|
||||
#: debug/Compiler.java:369
|
||||
msgid "Error compiling."
|
||||
msgstr "コンパイル時にエラーが発生しました。"
|
||||
|
||||
#: debug/Compiler.java:408
|
||||
msgid "Please import the SPI library from the Sketch > Import Library menu."
|
||||
msgstr "「スケッチ」メニューの「ライブラリを使用」で、SPIライブラリを読み込んでください。"
|
||||
"\"{0}\" contains unrecognized characters.If this code was created with an "
|
||||
"older version of Processing,you may need to use Tools -> Fix Encoding & "
|
||||
"Reload to updatethe sketch to use UTF-8 encoding. If not, you may need "
|
||||
"todelete the bad characters to get rid of this warning."
|
||||
msgstr "「{0}」には、認識できない文字が含まれています。もしも、古いバージョンのIDEでこのスケッチを作成していた場合には、「ツール」メニューの「エンコーディングの修正」を実行する事によって、ファイルのエンコーディングをUTF-8に変更してください。そうでない場合には、これらの認識できない文字を手作業で削除していただく必要があります。"
|
||||
|
||||
#: debug/Compiler.java:409
|
||||
msgid ""
|
||||
@ -969,10 +1476,6 @@ msgid ""
|
||||
"\n"
|
||||
msgstr "\nArduino 0019以降、EthernetライブラリはSPIライブラリに依存しています。\nEthernetライブラリまたはその他の、SPIライブラリに依存するライブラリを使用しているようですね。\n\n"
|
||||
|
||||
#: debug/Compiler.java:414
|
||||
msgid "The 'BYTE' keyword is no longer supported."
|
||||
msgstr "「BYTE」キーワードは、使用できなくなりました。"
|
||||
|
||||
#: debug/Compiler.java:415
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -981,9 +1484,12 @@ msgid ""
|
||||
"\n"
|
||||
msgstr "\nArduino 1.0以降、「BYTE」キーワードは使用できなくなりました。\nSerial.write()を使用してください。\n\n"
|
||||
|
||||
#: debug/Compiler.java:420
|
||||
msgid "The Server class has been renamed EthernetServer."
|
||||
msgstr "「Server」クラスは「EthernetServer」に名称変更されました。"
|
||||
#: debug/Compiler.java:427
|
||||
msgid ""
|
||||
"\n"
|
||||
"As of Arduino 1.0, the Client class in the Ethernet library has been renamed to EthernetClient.\n"
|
||||
"\n"
|
||||
msgstr "\nArduino 1.0以降、Ethernetライブラリの「Client」クラスは、「EthernetClient」に名称変更されました。\n\n"
|
||||
|
||||
#: debug/Compiler.java:421
|
||||
msgid ""
|
||||
@ -992,21 +1498,6 @@ msgid ""
|
||||
"\n"
|
||||
msgstr "\nArduino 1.0以降、Ethernetライブラリの「Server」クラスは、「EthernetServer」に名称変更されました。\n\n"
|
||||
|
||||
#: debug/Compiler.java:426
|
||||
msgid "The Client class has been renamed EthernetClient."
|
||||
msgstr "「Client」クラスは「EthernetClient」に名称変更されました。"
|
||||
|
||||
#: debug/Compiler.java:427
|
||||
msgid ""
|
||||
"\n"
|
||||
"As of Arduino 1.0, the Client class in the Ethernet library has been renamed to EthernetClient.\n"
|
||||
"\n"
|
||||
msgstr "\nArduino 1.0以降、Ethernetライブラリの「Client」クラスは、「EthernetClient」に名称変更されました。\n\n"
|
||||
|
||||
#: debug/Compiler.java:432
|
||||
msgid "The Udp class has been renamed EthernetUdp."
|
||||
msgstr "「Udp」クラスは「EthernetUdp」に名称変更されました。"
|
||||
|
||||
#: debug/Compiler.java:433
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1014,21 +1505,6 @@ msgid ""
|
||||
"\n"
|
||||
msgstr "\nArduino 1.0以降、Ethernetライブラリの「Udp」クラスは、「EthernetUdp」に名称変更されました。\n\n"
|
||||
|
||||
#: debug/Compiler.java:438
|
||||
msgid "Wire.send() has been renamed Wire.write()."
|
||||
msgstr "「Wire.send()」は、「Wire.write()」に名称変更されました。"
|
||||
|
||||
#: debug/Compiler.java:439
|
||||
msgid ""
|
||||
"\n"
|
||||
"As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for consistency with other libraries.\n"
|
||||
"\n"
|
||||
msgstr "\nArduino 1.0以降、「Wire.send()」関数は、他のライブラリとの整合性を高めるため、「Wire.write()」に名称変更されました。\n"
|
||||
|
||||
#: debug/Compiler.java:444
|
||||
msgid "Wire.receive() has been renamed Wire.read()."
|
||||
msgstr "「Wire.receive()」は、「Wire.read()」に名称変更されました。"
|
||||
|
||||
#: debug/Compiler.java:445
|
||||
msgid ""
|
||||
"\n"
|
||||
@ -1036,83 +1512,73 @@ msgid ""
|
||||
"\n"
|
||||
msgstr "\nArduino 1.0以降、「Wire.receive()」関数は、他のライブラリとの整合性を高めるため、「Wire.read()」に名称変更されました。\n"
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
msgid "'Mouse' only supported on the Arduino Leonardo"
|
||||
msgstr "「Mouse」はArduino Leonardoだけで使えます。"
|
||||
#: debug/Compiler.java:439
|
||||
msgid ""
|
||||
"\n"
|
||||
"As of Arduino 1.0, the Wire.send() function was renamed to Wire.write() for consistency with other libraries.\n"
|
||||
"\n"
|
||||
msgstr "\nArduino 1.0以降、「Wire.send()」関数は、他のライブラリとの整合性を高めるため、「Wire.write()」に名称変更されました。\n"
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
msgid "'Keyboard' only supported on the Arduino Leonardo"
|
||||
msgstr "「Keyboard」はArduino Leonardoだけで使えます。"
|
||||
#: SerialMonitor.java:130 SerialMonitor.java:133
|
||||
msgid "baud"
|
||||
msgstr "bps"
|
||||
|
||||
#: Preferences.java:389
|
||||
msgid "compilation "
|
||||
msgstr "コンパイル "
|
||||
|
||||
#: Sketch.java:540
|
||||
msgid "createNewFile() returned false"
|
||||
msgstr "createNewFile()がfalseを返しました。"
|
||||
|
||||
#: Base.java:2090
|
||||
msgid "environment"
|
||||
msgstr "environment"
|
||||
|
||||
#: Editor.java:999
|
||||
msgid "error retrieving port list"
|
||||
msgstr "ポート名の一覧を取得できませんでした。"
|
||||
|
||||
#: Editor.java:1108
|
||||
msgid "http://arduino.cc/"
|
||||
msgstr "http://arduino.cc/"
|
||||
|
||||
#: ../debug/Compiler.java:49
|
||||
msgid "http://github.com/arduino/Arduino/issues"
|
||||
msgstr ""
|
||||
|
||||
#: UpdateCheck.java:118
|
||||
msgid "http://www.arduino.cc/en/Main/Software"
|
||||
msgstr "http://www.arduino.cc/en/Main/Software"
|
||||
|
||||
#: UpdateCheck.java:53
|
||||
msgid "http://www.arduino.cc/latest.txt"
|
||||
msgstr "http://www.arduino.cc/latest.txt"
|
||||
|
||||
#: Base.java:2075
|
||||
msgid "http://www.arduino.cc/playground/Learning/Linux"
|
||||
msgstr "http://www.arduino.cc/playground/Learning/Linux"
|
||||
|
||||
#: debug/Uploader.java:43
|
||||
msgid "https://developer.berlios.de/bugs/?group_id=3590"
|
||||
msgstr "https://developer.berlios.de/bugs/?group_id=3590"
|
||||
|
||||
#: debug/Uploader.java:195
|
||||
#: Preferences.java:625
|
||||
#, java-format
|
||||
msgid ""
|
||||
"the selected serial port {0} does not exist or your board is not connected"
|
||||
msgstr "シリアルポート「{0}」が選択されていますが、そのポートは存在しないか、マイコンボードが接続されていません。"
|
||||
msgid "ignoring invalid font size {0}"
|
||||
msgstr "フォントサイズの指定「{0}」が異常なので無視します。"
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
msgid ""
|
||||
"Device is not responding, check the right serial port is selected or RESET "
|
||||
"the board right before exporting"
|
||||
msgstr "マイコンボードが応答しません。シリアルポートが正しく選択されている事を確認してください。また、書き込みの直前にマイコンボードのリセットボタンを押してみてください。"
|
||||
#: Base.java:2080
|
||||
msgid "index.html"
|
||||
msgstr "index.html"
|
||||
|
||||
#: debug/Uploader.java:209
|
||||
msgid ""
|
||||
"Problem uploading to board. See "
|
||||
"http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions."
|
||||
msgstr "マイコンボードに書き込もうとしましたが、エラーが発生しました。\nこのページを参考にしてください。\nhttp://www.arduino.cc/en/Guide/Troubleshooting#upload"
|
||||
#: Editor.java:936 Editor.java:943
|
||||
msgid "name is null"
|
||||
msgstr "nameがnullです"
|
||||
|
||||
#: debug/Uploader.java:213
|
||||
msgid ""
|
||||
"Wrong microcontroller found. Did you select the right board from the Tools "
|
||||
"> Board menu?"
|
||||
msgstr "マイコンボードと通信したところ、選択と異なるマイコンチップが応答しました。「ツール」メニューの「マイコンボード」の選択肢から、正しいマイコンボードを選んでください。"
|
||||
|
||||
#: debug/BasicUploader.java:80
|
||||
msgid "Forcing reset using 1200bps open/close on port "
|
||||
msgstr "シリアルポートを1200bpsで開閉する事により、リセットを行なっています。"
|
||||
|
||||
#: debug/BasicUploader.java:209
|
||||
msgid ""
|
||||
"Couldn't find a Board on the selected port. Check that you have the correct "
|
||||
"port selected. If it is correct, try pressing the board's reset button "
|
||||
"after initiating the upload."
|
||||
msgstr "指定されたポートには、マイコンボードが接続されていません。正しいポートを選んである事を確認してください。もしも正しいポートを選んである場合には、書き込みを開始した直後にマイコンボードのリセットボタンを押してみてください。"
|
||||
|
||||
#: Serial.java:121
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Serial port ''{0}'' already in use. Try quitting any programs that may be "
|
||||
"using it."
|
||||
msgstr "シリアルポート「{0}」は、他のソフトウェアで使われています。シリアルポートを使っている可能性の有るソフトウェアを終了させてみてください。"
|
||||
|
||||
#: Serial.java:125
|
||||
#, java-format
|
||||
msgid "Error touching serial port ''{0}''."
|
||||
msgstr "シリアルポート「{0}」をタッチできませんでした。"
|
||||
|
||||
#: Serial.java:174
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Serial port ''{0}'' already in use. Try quiting any programs that may be "
|
||||
"using it."
|
||||
msgstr "シリアルポート「{0}」は、ほかのアプリケーションが使用中です。シリアルポートを使っている可能性のあるアプリケーションを終了してみてください。"
|
||||
|
||||
#: Serial.java:181
|
||||
#, java-format
|
||||
msgid "Error opening serial port ''{0}''."
|
||||
msgstr "シリアルポート「{0}」が開けません。"
|
||||
|
||||
#: Serial.java:194
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Serial port ''{0}'' not found. Did you select the right one from the Tools >"
|
||||
" Serial Port menu?"
|
||||
msgstr "シリアルポート「{0}」が存在しません。「ツール」メニューの「シリアルポート」で、正しいシリアルポートを選んでありますか?"
|
||||
#: Base.java:2090
|
||||
msgid "platforms.html"
|
||||
msgstr "platforms.html"
|
||||
|
||||
#: Serial.java:451
|
||||
#, java-format
|
||||
@ -1121,458 +1587,40 @@ msgid ""
|
||||
"including char {1}"
|
||||
msgstr "readBytesUntil()で文字「{1}」が見つかるまで読み込もうとしましたが、バッファの長さ{0}バイトでは足りません。"
|
||||
|
||||
#: Serial.java:593
|
||||
#: Sketch.java:647
|
||||
msgid "removeCode: internal error.. could not find code"
|
||||
msgstr "removeCode:内部エラー、対象のコードが見つかりません。"
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenuがnullです"
|
||||
|
||||
#: debug/Uploader.java:195
|
||||
#, java-format
|
||||
msgid "Error inside Serial.{0}()"
|
||||
msgstr "Serial.{0}()でエラー"
|
||||
|
||||
#: UpdateCheck.java:53
|
||||
msgid "http://www.arduino.cc/latest.txt"
|
||||
msgstr "http://www.arduino.cc/latest.txt"
|
||||
|
||||
#: UpdateCheck.java:103
|
||||
msgid ""
|
||||
"A new version of Arduino is available,\n"
|
||||
"would you like to visit the Arduino download page?"
|
||||
msgstr "Arduino IDEの新しいバージョンが入手可能になりました。\nダウンロードページを開きますか?"
|
||||
"the selected serial port {0} does not exist or your board is not connected"
|
||||
msgstr "シリアルポート「{0}」が選択されていますが、そのポートは存在しないか、マイコンボードが接続されていません。"
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
msgid "Update"
|
||||
msgstr "更新"
|
||||
|
||||
#: UpdateCheck.java:118
|
||||
msgid "http://www.arduino.cc/en/Main/Software"
|
||||
msgstr "http://www.arduino.cc/en/Main/Software"
|
||||
|
||||
#: Editor.java:373
|
||||
msgid "No files were added to the sketch."
|
||||
msgstr "スケッチにファイルは追加されませんでした。"
|
||||
#: Preferences.java:391
|
||||
msgid "upload"
|
||||
msgstr "書き込み"
|
||||
|
||||
#: Editor.java:380
|
||||
#, java-format
|
||||
msgid "{0} files added to the sketch."
|
||||
msgstr "スケッチにファイルを{0}個追加しました。"
|
||||
|
||||
#: Editor.java:491
|
||||
msgid "File"
|
||||
msgstr "ファイル"
|
||||
|
||||
#: Editor.java:510
|
||||
msgid "Sketchbook"
|
||||
msgstr "スケッチブック"
|
||||
|
||||
#: Editor.java:516
|
||||
msgid "Examples"
|
||||
msgstr "スケッチの例"
|
||||
|
||||
#: Editor.java:521 Editor.java:2024
|
||||
msgid "Close"
|
||||
msgstr "閉じる"
|
||||
|
||||
#: Editor.java:537
|
||||
msgid "Save As..."
|
||||
msgstr "名前を付けて保存"
|
||||
|
||||
#: Editor.java:563
|
||||
msgid "Page Setup"
|
||||
msgstr "プリンタの設定..."
|
||||
|
||||
#: Editor.java:571
|
||||
msgid "Print"
|
||||
msgstr "印刷..."
|
||||
|
||||
#: Editor.java:607
|
||||
msgid "Sketch"
|
||||
msgstr "スケッチ"
|
||||
|
||||
#: Editor.java:609
|
||||
msgid "Verify / Compile"
|
||||
msgstr "検証・コンパイル"
|
||||
|
||||
#: Editor.java:636
|
||||
msgid "Import Library..."
|
||||
msgstr "ライブラリを使用"
|
||||
|
||||
#: Editor.java:641
|
||||
msgid "Show Sketch Folder"
|
||||
msgstr "スケッチのフォルダを表示"
|
||||
|
||||
#: Editor.java:650
|
||||
msgid "Add File..."
|
||||
msgstr "ファイルを追加..."
|
||||
|
||||
#: Editor.java:663
|
||||
msgid "Tools"
|
||||
msgstr "ツール"
|
||||
|
||||
#: Editor.java:699
|
||||
msgid "Serial Port"
|
||||
msgstr "シリアルポート"
|
||||
|
||||
#: Editor.java:704
|
||||
msgid "Programmer"
|
||||
msgstr "書込装置"
|
||||
|
||||
#: Editor.java:708
|
||||
msgid "Burn Bootloader"
|
||||
msgstr "ブートローダを書き込む"
|
||||
|
||||
#: Editor.java:932
|
||||
msgid "serialMenu is null"
|
||||
msgstr "serialMenuがnullです"
|
||||
|
||||
#: Editor.java:936 Editor.java:943
|
||||
msgid "name is null"
|
||||
msgstr "nameがnullです"
|
||||
|
||||
#: Editor.java:999
|
||||
msgid "error retrieving port list"
|
||||
msgstr "ポート名の一覧を取得できませんでした。"
|
||||
|
||||
#: Editor.java:1015
|
||||
msgid "Help"
|
||||
msgstr "ヘルプ"
|
||||
|
||||
#: Editor.java:1054
|
||||
msgid "Getting Started"
|
||||
msgstr "初心者向けガイド"
|
||||
|
||||
#: Editor.java:1062
|
||||
msgid "Environment"
|
||||
msgstr "このソフトの使い方について"
|
||||
|
||||
#: Editor.java:1070
|
||||
msgid "Troubleshooting"
|
||||
msgstr "トラブルシューティング"
|
||||
|
||||
#: Editor.java:1078
|
||||
msgid "Reference"
|
||||
msgstr "リファレンス"
|
||||
|
||||
#: Editor.java:1086 Editor.java:2775
|
||||
msgid "Find in Reference"
|
||||
msgstr "リファレンスで検索"
|
||||
|
||||
#: Editor.java:1097
|
||||
msgid "Frequently Asked Questions"
|
||||
msgstr "よくある質問"
|
||||
|
||||
#: Editor.java:1105
|
||||
msgid "Visit Arduino.cc"
|
||||
msgstr "Arduino.ccウェブサイトを開く"
|
||||
|
||||
#: Editor.java:1108
|
||||
msgid "http://arduino.cc/"
|
||||
msgstr "http://arduino.cc/"
|
||||
|
||||
#: Editor.java:1116
|
||||
msgid "About Arduino"
|
||||
msgstr "Arduinoについて..."
|
||||
|
||||
#: Editor.java:1130
|
||||
msgid "Edit"
|
||||
msgstr "編集"
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
msgid "Undo"
|
||||
msgstr "元に戻す"
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
msgid "Redo"
|
||||
msgstr "やり直し"
|
||||
|
||||
#: Editor.java:1149 Editor.java:2699
|
||||
msgid "Cut"
|
||||
msgstr "切り取り"
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
msgid "Copy"
|
||||
msgstr "コピー"
|
||||
|
||||
#: Editor.java:1165 Editor.java:2715
|
||||
msgid "Copy for Forum"
|
||||
msgstr "フォーラム投稿形式でコピーする"
|
||||
|
||||
#: Editor.java:1177 Editor.java:2723
|
||||
msgid "Copy as HTML"
|
||||
msgstr "HTML形式でコピーする"
|
||||
|
||||
#: Editor.java:1189 Editor.java:2731
|
||||
msgid "Paste"
|
||||
msgstr "貼り付け"
|
||||
|
||||
#: Editor.java:1198 Editor.java:2739
|
||||
msgid "Select All"
|
||||
msgstr "全て選択"
|
||||
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
msgid "Comment/Uncomment"
|
||||
msgstr "コメント化・復帰"
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
msgid "Increase Indent"
|
||||
msgstr "インデントを増やす"
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
msgid "Decrease Indent"
|
||||
msgstr "インデントを減らす"
|
||||
|
||||
#: Editor.java:1234
|
||||
msgid "Find..."
|
||||
msgstr "検索..."
|
||||
|
||||
#: Editor.java:1249
|
||||
msgid "Find Next"
|
||||
msgstr "次を検索"
|
||||
|
||||
#: Editor.java:1259
|
||||
msgid "Find Previous"
|
||||
msgstr "前を検索"
|
||||
|
||||
#: Editor.java:1269
|
||||
msgid "Use Selection For Find"
|
||||
msgstr "選択されている文字列を検索"
|
||||
|
||||
#: Editor.java:1872
|
||||
#: debug/Compiler.java:365
|
||||
#, java-format
|
||||
msgid "No reference available for \"{0}\""
|
||||
msgstr "リファレンスマニュアルに「{0}」はありません。"
|
||||
|
||||
#: Editor.java:1874
|
||||
#, java-format
|
||||
msgid "{0}.html"
|
||||
msgstr "{0}.html"
|
||||
|
||||
#: Editor.java:1911 Editor.java:1928
|
||||
msgid "Done compiling."
|
||||
msgstr "コンパイル終了。"
|
||||
|
||||
#: Editor.java:2020
|
||||
#, java-format
|
||||
msgid "Save changes to \"{0}\"? "
|
||||
msgstr "変更内容を「{0}」に書き込みますか?"
|
||||
|
||||
#: Editor.java:2053
|
||||
msgid ""
|
||||
"<html> <head> <style type=\"text/css\">b { font: 13pt \"Lucida Grande\" }p {"
|
||||
" font: 11pt \"Lucida Grande\"; margin-top: 8px }</style> </head><b>Do you "
|
||||
"want to save changes to this sketch<BR> before closing?</b><p>If you don't "
|
||||
"save, your changes will be lost."
|
||||
msgstr "<html> <head> <style type=\"text/css\">b { font: 13pt \"Lucida Grande\" }p { font: 11pt \"Lucida Grande\"; margin-top: 8px }</style> </head><b>閉じる前にスケッチに加えた変更内容を保存しますか?</b><p>保存しないと、変更内容は失われます。"
|
||||
|
||||
#: Editor.java:2064
|
||||
msgid "Don't Save"
|
||||
msgstr "保存しない"
|
||||
|
||||
#: Editor.java:2136
|
||||
msgid "Bad file selected"
|
||||
msgstr "間違ったファイルを開きました。"
|
||||
|
||||
#: Editor.java:2137
|
||||
msgid ""
|
||||
"Processing can only open its own sketches\n"
|
||||
"and other files ending in .ino or .pde"
|
||||
msgstr "このIDEは、ファイル名が拡張子.inoまたは.pdeで\n終わるファイルだけを開くことができます。"
|
||||
|
||||
#: Editor.java:2147
|
||||
#, java-format
|
||||
msgid ""
|
||||
"The file \"{0}\" needs to be inside\n"
|
||||
"a sketch folder named \"{1}\".\n"
|
||||
"Create this folder, move the file, and continue?"
|
||||
msgstr "「{0}」というファイルは、「{1}」という名前のフォルダの中にある必要があります。自動的にこのフォルダを作って、ファイルを中に入れますか?"
|
||||
|
||||
#: Editor.java:2156
|
||||
msgid "Moving"
|
||||
msgstr "移動中"
|
||||
|
||||
#: Editor.java:2169
|
||||
#, java-format
|
||||
msgid "A folder named \"{0}\" already exists. Can't open sketch."
|
||||
msgstr "「{0}」という名前のフォルダはすでに存在します。スケッチを開けません。"
|
||||
|
||||
#: Editor.java:2179
|
||||
msgid "Could not create the sketch folder."
|
||||
msgstr "スケッチフォルダを作成できません。"
|
||||
|
||||
#: Editor.java:2188
|
||||
msgid "Could not copy to a proper location."
|
||||
msgstr "コピーするべきフォルダにファイルをコピーできませんでした。"
|
||||
|
||||
#: Editor.java:2206
|
||||
msgid "Could not create the sketch."
|
||||
msgstr "スケッチを作成できません。"
|
||||
msgid "{0} returned {1}"
|
||||
msgstr "{0}が{1}を返しました。"
|
||||
|
||||
#: Editor.java:2213
|
||||
#, java-format
|
||||
msgid "{0} | Arduino {1}"
|
||||
msgstr "{0} | Arduino {1}"
|
||||
|
||||
#: Editor.java:2270 Editor.java:2308
|
||||
msgid "Saving..."
|
||||
msgstr "保存中です..."
|
||||
|
||||
#: Editor.java:2275 Editor.java:2311
|
||||
msgid "Done Saving."
|
||||
msgstr "保存しました。"
|
||||
|
||||
#: Editor.java:2317
|
||||
msgid "Save Canceled."
|
||||
msgstr "保存を中止しました。"
|
||||
|
||||
#: Editor.java:2343
|
||||
#: Editor.java:1874
|
||||
#, java-format
|
||||
msgid ""
|
||||
"Serial port {0} not found.\n"
|
||||
"Retry the upload with another serial port?"
|
||||
msgstr "シリアルポート「{0}」が存在しません。\nシリアルポートを変更して、もう一度書き込みますか?"
|
||||
|
||||
#: Editor.java:2378
|
||||
msgid "Uploading to I/O Board..."
|
||||
msgstr "マイコンボードに書き込んでいます..."
|
||||
|
||||
#: Editor.java:2395 Editor.java:2431
|
||||
msgid "Done uploading."
|
||||
msgstr "マイコンボードへの書き込みが完了しました。"
|
||||
|
||||
#: Editor.java:2403 Editor.java:2439
|
||||
msgid "Upload canceled."
|
||||
msgstr "書き込みを中止しました。"
|
||||
|
||||
#: Editor.java:2467
|
||||
msgid "Save changes before export?"
|
||||
msgstr "エクスポートを行う前に保存しますか?"
|
||||
|
||||
#: Editor.java:2482
|
||||
msgid "Export canceled, changes must first be saved."
|
||||
msgstr "エクスポートを中止しました。エクスポートを行う前に保存する必要があります。"
|
||||
|
||||
#: Editor.java:2504
|
||||
msgid "Burning bootloader to I/O Board (this may take a minute)..."
|
||||
msgstr "マイコンボードにブートローダを書き込んでいます..."
|
||||
|
||||
#: Editor.java:2510
|
||||
msgid "Done burning bootloader."
|
||||
msgstr "ブートローダの書き込みが完了しました。"
|
||||
|
||||
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
|
||||
msgid "Error while burning bootloader."
|
||||
msgstr "ブートローダの書き込み中にエラーが発生しました。"
|
||||
|
||||
#: Editor.java:2547
|
||||
msgid "Printing..."
|
||||
msgstr "印刷しています..."
|
||||
|
||||
#: Editor.java:2564
|
||||
msgid "Done printing."
|
||||
msgstr "印刷が完了しました。"
|
||||
|
||||
#: Editor.java:2567
|
||||
msgid "Error while printing."
|
||||
msgstr "印刷中にエラーが発生しました。"
|
||||
|
||||
#: Editor.java:2571
|
||||
msgid "Printing canceled."
|
||||
msgstr "印刷を中止しました。"
|
||||
|
||||
#: Editor.java:2619
|
||||
#, java-format
|
||||
msgid "Bad error line: {0}"
|
||||
msgstr "エラーの行番号「{0}」は範囲外です。"
|
||||
|
||||
#: Editor.java:2688
|
||||
msgid "Open URL"
|
||||
msgstr "URLを開く"
|
||||
|
||||
#: EditorConsole.java:152
|
||||
msgid "Console Error"
|
||||
msgstr "コンソールの異常"
|
||||
|
||||
#: EditorConsole.java:153
|
||||
msgid ""
|
||||
"A problem occurred while trying to open the\n"
|
||||
"files used to store the console output."
|
||||
msgstr "コンソール出力を保存するファイルを開く際に、\n問題が発生しました。"
|
||||
|
||||
#: Theme.java:52
|
||||
msgid ""
|
||||
"Could not read color theme settings.\n"
|
||||
"You'll need to reinstall Processing."
|
||||
msgstr "カラーテーマの設定を読み込めません。\nArduino IDEを再インストールしてください。"
|
||||
|
||||
#: Platform.java:167
|
||||
msgid "No launcher available"
|
||||
msgstr "外部プログラム起動ツールが有りません。"
|
||||
|
||||
#: Platform.java:168
|
||||
msgid ""
|
||||
"Unspecified platform, no launcher available.\n"
|
||||
"To enable opening URLs or folders, add a \n"
|
||||
"\"launcher=/path/to/app\" line to preferences.txt"
|
||||
msgstr "外部プログラム起動ツールが有りません。URLやフォルダを自動的に開く機能を有効にするには、preferences.txtに\"launcher=/path/to/app\"の設定行を追加してください。"
|
||||
|
||||
#: tools/format/src/AutoFormat.java:54 tools/AutoFormat.java:916
|
||||
msgid "No changes necessary for Auto Format."
|
||||
msgstr "整形の必要はありませんでした。"
|
||||
|
||||
#: tools/AutoFormat.java:91
|
||||
msgid "Auto Format"
|
||||
msgstr "自動整形"
|
||||
|
||||
#: tools/AutoFormat.java:922
|
||||
msgid "Auto Format Canceled: Too many right parentheses."
|
||||
msgstr "「)」が多すぎるため、自動整形を中止しました。"
|
||||
|
||||
#: tools/AutoFormat.java:925
|
||||
msgid "Auto Format Canceled: Too many left parentheses."
|
||||
msgstr "「(」が多すぎるため、自動整形を中止しました。"
|
||||
|
||||
#: tools/AutoFormat.java:931
|
||||
msgid "Auto Format Canceled: Too many right curly braces."
|
||||
msgstr "「}」が多すぎるため、自動整形を中止しました。"
|
||||
|
||||
#: tools/AutoFormat.java:934
|
||||
msgid "Auto Format Canceled: Too many left curly braces."
|
||||
msgstr "「{」が多すぎるため、自動整形を中止しました。"
|
||||
|
||||
#: tools/AutoFormat.java:944
|
||||
msgid "Auto Format finished."
|
||||
msgstr "自動整形が完了しました。"
|
||||
|
||||
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
|
||||
#: tools/FixEncoding.java:79
|
||||
msgid "Fix Encoding & Reload"
|
||||
msgstr "エンコーディングを修正"
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
msgid "Discard all changes and reload sketch?"
|
||||
msgstr "未保存の変更を破棄してスケッチを読み込み直しますか?"
|
||||
|
||||
#: tools/FixEncoding.java:77
|
||||
msgid ""
|
||||
"An error occurred while trying to fix the file encoding.\n"
|
||||
"Do not attempt to save this sketch as it may overwrite\n"
|
||||
"the old version. Use Open to re-open the sketch and try again.\n"
|
||||
msgstr "エンコーディングを修正しようとしましたが、エラーが発生しました。\n今ここで保存すると、修正前のスケッチをおかしな内容で上書きしてしまう\n可能性があります。スケッチを開き直して、もう一度エンコーディングの\n修正をしてみてください。\n"
|
||||
|
||||
#: tools/Archiver.java:48
|
||||
msgid "Archive Sketch"
|
||||
msgstr "スケッチをアーカイブする"
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
msgid "Couldn't archive sketch"
|
||||
msgstr "スケッチをアーカイブできませんでした。"
|
||||
|
||||
#: tools/Archiver.java:75
|
||||
msgid ""
|
||||
"Archiving the sketch has been canceled because\n"
|
||||
"the sketch couldn't save properly."
|
||||
msgstr "スケッチを保存できなかったため、スケッチのアーカイブを中止しました。"
|
||||
|
||||
#: tools/Archiver.java:109
|
||||
msgid "Archive sketch as:"
|
||||
msgstr "スケッチをアーカイブする名前:"
|
||||
|
||||
#: tools/Archiver.java:139
|
||||
msgid "Archive sketch canceled."
|
||||
msgstr "スケッチのアーカイブを中止しました"
|
||||
msgid "{0}.html"
|
||||
msgstr "{0}.html"
|
||||
|
@ -5,266 +5,59 @@
|
||||
# Translators:
|
||||
!=Project-Id-Version\: Arduino IDE 1.5\nReport-Msgid-Bugs-To\: \nPOT-Creation-Date\: 2012-03-29 10\:24-0400\nPO-Revision-Date\: 2012-11-06 11\:24+0000\nLast-Translator\: \u91d1\u672c\u8302 Shigeru KANEMOTO <sgk@switch-science.com>\nLanguage-Team\: Japanese (Japan) (http\://www.transifex.com/projects/p/arduino-ide-15/language/ja_JP/)\nMIME-Version\: 1.0\nContent-Type\: text/plain; charset\=UTF-8\nContent-Transfer-Encoding\: 8bit\nLanguage\: ja_JP\nPlural-Forms\: nplurals\=1; plural\=0;\n
|
||||
|
||||
#: Base.java:191
|
||||
Non-fatal\ error\ while\ setting\ the\ Look\ &\ Feel.=GUI\u306e\u6319\u52d5\u306e\u8a2d\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u304c\u3001\u91cd\u5927\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ \u5909\u66f4\u306e\u53cd\u6620\u306b\u306fArduino IDE\u306e\u518d\u8d77\u52d5\u304c\u5fc5\u8981
|
||||
|
||||
#: Base.java:192
|
||||
The\ error\ message\ follows,\ however\ Arduino\ should\ run\ fine.=\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059\u3002Arduino IDE\u306e\u52d5\u4f5c\u306b\u554f\u984c\u306f\u3042\u308a\u307e\u305b\u3093\u3002
|
||||
#: debug/Compiler.java:455
|
||||
'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo=\u300cKeyboard\u300d\u306fArduino Leonardo\u3060\u3051\u3067\u4f7f\u3048\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:227
|
||||
Problem\ Setting\ the\ Platform=\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3092\u8a2d\u5b9a\u3059\u308b\u969b\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
#: debug/Compiler.java:450
|
||||
'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo=\u300cMouse\u300d\u306fArduino Leonardo\u3060\u3051\u3067\u4f7f\u3048\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:228
|
||||
An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u4f9d\u5b58\u306e\u6a5f\u80fd\u3092\u8aad\u307f\u8fbc\u3080\u969b\u306b\u3001\n\u4f55\u3089\u304b\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
#: Preferences.java:478
|
||||
(edit\ only\ when\ Arduino\ is\ not\ running)=\u7de8\u96c6\u3059\u308b\u969b\u306b\u306f\u3001Arduino IDE\u3092\u7d42\u4e86\u3055\u305b\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Base.java:239
|
||||
Please\ install\ JDK\ 1.5\ or\ later=JDK\u306e\u30d0\u30fc\u30b8\u30e7\u30f31.5\u4ee5\u964d\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Base.java:240
|
||||
Arduino\ requires\ a\ full\ JDK\ (not\ just\ a\ JRE)\nto\ run.\ Please\ install\ JDK\ 1.5\ or\ later.\nMore\ information\ can\ be\ found\ in\ the\ reference.=Arduino IDE\u3092\u5b9f\u884c\u3059\u308b\u306b\u306fJDK\u304c\u5fc5\u8981\u3067\u3059\u3002\nJRE\u3067\u306f\u52d5\u4f5c\u3057\u307e\u305b\u3093\u3002\nJDK\u306e\u30d0\u30fc\u30b8\u30e7\u30f31.5\u4ee5\u964d\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\u8a73\u3057\u304f\u306f\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Base.java:258
|
||||
Sketchbook\ folder\ disappeared=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\u30d5\u30a9\u30eb\u30c0\u304c\u7121\u304f\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\u30d5\u30a9\u30eb\u30c0\u304c\u6709\u308a\u307e\u305b\u3093\u3002\n\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u5834\u6240\u306b\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\n\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210\u3057\u3001\u4eca\u5f8c\u306f\u3053\u3061\u3089\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u305d\u308d\u305d\u308d\u4f11\u307f\u307e\u3057\u3087\u3046
|
||||
|
||||
#: Base.java:536
|
||||
You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day.\ How\ about\ going\ for\ a\ walk\ instead?=\u4eca\u65e5\u306f\u3082\u3046\u3001\u3053\u308c\u4ee5\u4e0a\u3001\u65b0\u3057\u3044\u30b9\u30b1\u30c3\u30c1\u306b\u81ea\u52d5\u7684\u306b\u540d\u524d\u3092\u4ed8\u3051\u308b\n\u4e8b\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u308d\u305d\u308d\u3001\u304a\u4f11\u307f\u306b\u3057\u307e\u305b\u3093\u304b\uff1f
|
||||
|
||||
#: Base.java:540
|
||||
Sunshine=\u7d42\u308f\u308a\u306b\u3057\u307e\u3057\u3087\u3046
|
||||
|
||||
#: Base.java:541
|
||||
No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=\u5148\u7a0b\u3082\u6307\u6458\u3057\u305f\u3088\u3046\u306b\u3001\u4eca\u65e5\u306f\u9811\u5f35\u308a\u3059\u304e\u3067\u3059\u3002
|
||||
|
||||
#: Base.java:636
|
||||
Open\ an\ Arduino\ sketch...=Arduino\u306e\u30b9\u30b1\u30c3\u30c1\u3092\u958b\u304f...
|
||||
#: Sketch.java:746
|
||||
.pde\ ->\ .ino=.pde\u304b\u3089.ino\u3078
|
||||
|
||||
#: Base.java:773
|
||||
<html>\ <head>\ <style\ type\="text/css">b\ {\ font\:\ 13pt\ "Lucida\ Grande"\ }p\ {\ font\:\ 11pt\ "Lucida\ Grande";\ margin-top\:\ 8px\ }</style>\ </head><b>Are\ you\ sure\ you\ want\ to\ Quit?</b><p>Closing\ the\ last\ open\ sketch\ will\ quit\ Arduino.=<html> <head> <style type\="text/css">b { font\: 13pt "Lucida Grande" }p { font\: 11pt "Lucida Grande"; margin-top\: 8px }</style> </head><b>\u672c\u5f53\u306b\u7d42\u4e86\u3057\u307e\u3059\u304b\uff1f</b><p>\u958b\u304b\u308c\u3066\u3044\u308b\u6700\u5f8c\u306e\u30b9\u30b1\u30c3\u30c1\u3092\u9589\u3058\u308b\u3068\u3001Arduino IDE\u306f\u7d42\u4e86\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
Quit=\u7d42\u4e86
|
||||
#: Editor.java:2053
|
||||
<html>\ <head>\ <style\ type\="text/css">b\ {\ font\:\ 13pt\ "Lucida\ Grande"\ }p\ {\ font\:\ 11pt\ "Lucida\ Grande";\ margin-top\:\ 8px\ }</style>\ </head><b>Do\ you\ want\ to\ save\ changes\ to\ this\ sketch<BR>\ before\ closing?</b><p>If\ you\ don't\ save,\ your\ changes\ will\ be\ lost.=<html> <head> <style type\="text/css">b { font\: 13pt "Lucida Grande" }p { font\: 11pt "Lucida Grande"; margin-top\: 8px }</style> </head><b>\u9589\u3058\u308b\u524d\u306b\u30b9\u30b1\u30c3\u30c1\u306b\u52a0\u3048\u305f\u5909\u66f4\u5185\u5bb9\u3092\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f</b><p>\u4fdd\u5b58\u3057\u306a\u3044\u3068\u3001\u5909\u66f4\u5185\u5bb9\u306f\u5931\u308f\u308c\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u958b\u304f...
|
||||
|
||||
#: Base.java:963
|
||||
Add\ Library...=\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb...
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#: Sketch.java:398
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\u300c{0}\u300d\u3068\u3044\u3046\u540d\u524d\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002\n\u30e9\u30a4\u30d6\u30e9\u30ea\u540d\u306b\u306f\u534a\u89d2\u6587\u5b57\u3068\u6570\u5b57\u306e\u307f\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u3002\n\uff08ASCII\u6587\u5b57\u306e\u307f\u3001\u30b9\u30da\u30fc\u30b9\u3092\u9664\u304d\u307e\u3059\u3002\u6570\u5b57\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4f7f\u3048\u307e\u305b\u3093\u3002\uff09
|
||||
A\ file\ named\ "{0}"\ already\ exists\ in\ "{1}"=\u300c{0}\u300d\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306f\u3001\u3059\u3067\u306b\u30d5\u30a9\u30eb\u30c0\u300c{1}\u300d\u5185\u306b\u5b58\u5728\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\u4f7f\u7528\u3067\u304d\u306a\u3044\u30d5\u30a1\u30a4\u30eb\u540d\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u306f\u7121\u8996\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:1411
|
||||
Sketch\ Does\ Not\ Exist=\u30b9\u30b1\u30c3\u30c1\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Base.java:1412
|
||||
The\ selected\ sketch\ no\ longer\ exists.\nYou\ may\ need\ to\ restart\ Arduino\ to\ update\nthe\ sketchbook\ menu.=\u9078\u629e\u3057\u305f\u30b9\u30b1\u30c3\u30c1\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\n\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u30e1\u30cb\u30e5\u30fc\u3092\u66f4\u65b0\u3059\u308b\u306b\u306fArduino IDE\u3092\u518d\u8d77\u52d5\u3057\u3066\u4e0b\u3055\u3044\u3002
|
||||
|
||||
#: Base.java:1430
|
||||
#: Editor.java:2169
|
||||
#, java-format
|
||||
The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic\ letters\ and\ numbers\n(ASCII-only\ with\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number).\nTo\ get\ rid\ of\ this\ message,\ remove\ the\ sketch\ from\n{1}=\u300c{0}\u300d\u3068\u3044\u3046\u540d\u524d\u3092\u30b9\u30b1\u30c3\u30c1\u306b\u4ed8\u3051\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\n\u30b9\u30b1\u30c3\u30c1\u540d\u306b\u306f\u534a\u89d2\u6587\u5b57\u3068\u6570\u5b57\u306e\u307f\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u3002\n\uff08ASCII\u6587\u5b57\u306e\u307f\u3001\u30b9\u30da\u30fc\u30b9\u3092\u9664\u304d\u307e\u3059\u3002\u6570\u5b57\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4f7f\u3048\u307e\u305b\u3093\u3002\uff09\n\u3053\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3057\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u306b\u306f\u3001\u300c{1}\u300d\u304b\u3089\u30b9\u30b1\u30c3\u30c1\u3092\u524a\u9664\n\u3057\u3066\u4e0b\u3055\u3044\u3002
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\u4f7f\u7528\u3067\u304d\u306a\u3044\u540d\u524d\u306e\u30b9\u30b1\u30c3\u30c1\u306f\u7121\u8996\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:1673
|
||||
Problem\ getting\ data\ folder=\u30c7\u30fc\u30bf\u30d5\u30a9\u30eb\u30c0\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Base.java:1674
|
||||
Error\ getting\ the\ Arduino\ data\ folder.=Arduino IDE\u30c7\u30fc\u30bf\u30d5\u30a9\u30eb\u30c0\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Base.java:1681
|
||||
Settings\ issues=\u8a2d\u5b9a\u306b\u95a2\u3059\u308b\u554f\u984c
|
||||
|
||||
#: Base.java:1682
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=\u8a2d\u5b9a\u3092\u4fdd\u5b58\u3059\u308b\u305f\u3081\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210\u3067\u304d\u306a\u3044\u305f\u3081\u3001\u52d5\u4f5c\u3092\u505c\u6b62\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:1851
|
||||
For\ information\ on\ installing\ libraries,\ see\:\ http\://arduino.cc/en/Guide/Libraries\n=\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306b\u3064\u3044\u3066\u306f\u3001\u4ee5\u4e0b\u306e\u30da\u30fc\u30b8\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002http\://arduino.cc/en/Guide/Libraries\n
|
||||
|
||||
#: Base.java:1888
|
||||
You\ forgot\ your\ sketchbook=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u884c\u65b9\u4e0d\u660e
|
||||
|
||||
#: Base.java:1889
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u3092\u4fdd\u5b58\u3059\u308b\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210\u3067\u304d\u306a\u3044\u306e\u3067\u3001\nArduino IDE\u306f\u52d5\u4f5c\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Base.java:1909
|
||||
Select\ (or\ create\ new)\ folder\ for\ sketches...=\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3059\u308b\u30d5\u30a9\u30eb\u30c0\u3092\u9078\u629e\u3059\u308b\u304b\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Base.java:1933
|
||||
Problem\ Opening\ URL=\u6307\u5b9a\u306eURL\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:1934
|
||||
#, java-format
|
||||
Could\ not\ open\ the\ URL\n{0}=URL\u300c{0}\u300d\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:1957
|
||||
Problem\ Opening\ Folder=\u30d5\u30a9\u30eb\u30c0\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:1958
|
||||
#, java-format
|
||||
Could\ not\ open\ the\ folder\n{0}=\u30d5\u30a9\u30eb\u30c0\u300c{0}\u300d\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:2071
|
||||
Guide_MacOSX.html=Guide_MacOSX.html
|
||||
|
||||
#: Base.java:2073
|
||||
Guide_Windows.html=Guide_Windows.html
|
||||
|
||||
#: Base.java:2075
|
||||
http\://www.arduino.cc/playground/Learning/Linux=http\://www.arduino.cc/playground/Learning/Linux
|
||||
|
||||
#: Base.java:2080
|
||||
index.html=index.html
|
||||
|
||||
#: Base.java:2085
|
||||
Guide_Environment.html=Guide_Environment.html
|
||||
|
||||
#: Base.java:2090
|
||||
environment=environment
|
||||
|
||||
#: Base.java:2090
|
||||
platforms.html=platforms.html
|
||||
|
||||
#: Base.java:2095
|
||||
Guide_Troubleshooting.html=Guide_Troubleshooting.html
|
||||
|
||||
#: Base.java:2100
|
||||
FAQ.html=FAQ.html
|
||||
|
||||
#: Base.java:2112
|
||||
Message=\u30e1\u30c3\u30bb\u30fc\u30b8
|
||||
|
||||
#: Base.java:2128
|
||||
Warning=\u8b66\u544a
|
||||
|
||||
#: Base.java:2147 Preferences.java:256 Sketch.java:475 Sketch.java:481
|
||||
#: Sketch.java:496 Sketch.java:503 Sketch.java:526 Sketch.java:543
|
||||
#: Editor.java:2167 Editor.java:2178 Editor.java:2188 Editor.java:2206
|
||||
Error=\u30a8\u30e9\u30fc
|
||||
|
||||
#: Base.java:2482
|
||||
#, java-format
|
||||
Could\ not\ remove\ old\ version\ of\ {0}=\u300c{0}\u300d\u306e\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:2492
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=\u300c{0}\u300d\u3092\u7f6e\u304d\u63db\u3048\u308b\u4e8b\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:2533 Base.java:2556
|
||||
#, java-format
|
||||
Could\ not\ delete\ {0}=\u300c{0}\u300d\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:2636
|
||||
Select\ a\ zip\ file\ or\ a\ folder\ containing\ the\ library\ you'd\ like\ to\ add=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u542b\u3080ZIP\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Base.java:2638
|
||||
ZIP\ files\ or\ folders=ZIP\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0
|
||||
|
||||
#: Base.java:2661
|
||||
Zip\ doesn't\ contain\ a\ library=\u6307\u5b9a\u3055\u308c\u305fZIP\u30d5\u30a1\u30a4\u30eb\u306b\u306f\u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Base.java:2683
|
||||
Not\ a\ valid\ library\:\ no\ header\ files\ found=\u6b63\u3057\u3044\u30e9\u30a4\u30d6\u30e9\u30ea\u3067\u306f\u3042\u308a\u307e\u305b\u3093\uff1a\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u305b\u3093\u3002
|
||||
A\ folder\ named\ "{0}"\ already\ exists.\ Can't\ open\ sketch.=\u300c{0}\u300d\u3068\u3044\u3046\u540d\u524d\u306e\u30d5\u30a9\u30eb\u30c0\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002\u30b9\u30b1\u30c3\u30c1\u3092\u958b\u3051\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Base.java:2690
|
||||
#, java-format
|
||||
A\ library\ named\ {0}\ already\ exists=\u300c{0}\u300d\u3068\u3044\u3046\u30e9\u30a4\u30d6\u30e9\u30ea\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:2699
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Import\ library"\ menu=\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u4f7f\u7528\u300d\u3092\u898b\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
#: UpdateCheck.java:103
|
||||
A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\ Arduino\ download\ page?=Arduino IDE\u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5165\u624b\u53ef\u80fd\u306b\u306a\u308a\u307e\u3057\u305f\u3002\n\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30da\u30fc\u30b8\u3092\u958b\u304d\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: SketchCode.java:83
|
||||
#, java-format
|
||||
Error\ while\ loading\ code\ {0}=\u300c{0}\u300d\u304b\u3089\u30b3\u30fc\u30c9\u3092\u8aad\u307f\u8fbc\u3080\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
#: EditorConsole.java:153
|
||||
A\ problem\ occurred\ while\ trying\ to\ open\ the\nfiles\ used\ to\ store\ the\ console\ output.=\u30b3\u30f3\u30bd\u30fc\u30eb\u51fa\u529b\u3092\u4fdd\u5b58\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f\u969b\u306b\u3001\n\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: SketchCode.java:258
|
||||
#, java-format
|
||||
"{0}"\ contains\ unrecognized\ characters.If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Processing,you\ may\ need\ to\ use\ Tools\ ->\ Fix\ Encoding\ &\ Reload\ to\ updatethe\ sketch\ to\ use\ UTF-8\ encoding.\ If\ not,\ you\ may\ need\ todelete\ the\ bad\ characters\ to\ get\ rid\ of\ this\ warning.=\u300c{0}\u300d\u306b\u306f\u3001\u8a8d\u8b58\u3067\u304d\u306a\u3044\u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u3082\u3057\u3082\u3001\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306eIDE\u3067\u3053\u306e\u30b9\u30b1\u30c3\u30c1\u3092\u4f5c\u6210\u3057\u3066\u3044\u305f\u5834\u5408\u306b\u306f\u3001\u300c\u30c4\u30fc\u30eb\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u4fee\u6b63\u300d\u3092\u5b9f\u884c\u3059\u308b\u4e8b\u306b\u3088\u3063\u3066\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u3092UTF-8\u306b\u5909\u66f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u3046\u3067\u306a\u3044\u5834\u5408\u306b\u306f\u3001\u3053\u308c\u3089\u306e\u8a8d\u8b58\u3067\u304d\u306a\u3044\u6587\u5b57\u3092\u624b\u4f5c\u696d\u3067\u524a\u9664\u3057\u3066\u3044\u305f\u3060\u304f\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
|
||||
#: Editor.java:1116
|
||||
About\ Arduino=Arduino\u306b\u3064\u3044\u3066...
|
||||
|
||||
#: FindReplace.java:80
|
||||
Find\:=\u691c\u7d22\u30c6\u30ad\u30b9\u30c8\uff1a
|
||||
#: Editor.java:650
|
||||
Add\ File...=\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0...
|
||||
|
||||
#: FindReplace.java:81
|
||||
Replace\ with\:=\u7f6e\u63db\u30c6\u30ad\u30b9\u30c8\uff1a
|
||||
#: Base.java:963
|
||||
Add\ Library...=\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb...
|
||||
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u5927\u6587\u5b57\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3057\u306a\u3044
|
||||
#: tools/FixEncoding.java:77
|
||||
An\ error\ occurred\ while\ trying\ to\ fix\ the\ file\ encoding.\nDo\ not\ attempt\ to\ save\ this\ sketch\ as\ it\ may\ overwrite\nthe\ old\ version.\ Use\ Open\ to\ re-open\ the\ sketch\ and\ try\ again.\n=\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u3092\u4fee\u6b63\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u304c\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\n\u4eca\u3053\u3053\u3067\u4fdd\u5b58\u3059\u308b\u3068\u3001\u4fee\u6b63\u524d\u306e\u30b9\u30b1\u30c3\u30c1\u3092\u304a\u304b\u3057\u306a\u5185\u5bb9\u3067\u4e0a\u66f8\u304d\u3057\u3066\u3057\u307e\u3046\n\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u30b9\u30b1\u30c3\u30c1\u3092\u958b\u304d\u76f4\u3057\u3066\u3001\u3082\u3046\u4e00\u5ea6\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\n\u4fee\u6b63\u3092\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002\n
|
||||
|
||||
#: FindReplace.java:105
|
||||
Wrap\ Around=\u884c\u672b\u3092\u6298\u308a\u66f2\u3052\u308b
|
||||
|
||||
#: FindReplace.java:120 FindReplace.java:131
|
||||
Replace\ All=\u5168\u3066\u7f6e\u63db
|
||||
|
||||
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1046
|
||||
Replace=\u7f6e\u63db
|
||||
|
||||
#: FindReplace.java:122 FindReplace.java:129
|
||||
Replace\ &\ Find=\u7f6e\u63db\u3057\u3066\u6b21
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
Previous=\u524d
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
Find=\u691c\u7d22
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46
|
||||
Verify=\u691c\u8a3c
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
Upload=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306b\u66f8\u304d\u8fbc\u3080
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:493
|
||||
New=\u65b0\u898f\u30d5\u30a1\u30a4\u30eb
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
Open=\u958b\u304f
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:529
|
||||
#: Editor.java:2064 Editor.java:2468
|
||||
Save=\u4fdd\u5b58
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\u30b7\u30ea\u30a2\u30eb\u30e2\u30cb\u30bf
|
||||
|
||||
#: EditorToolbar.java:46 Editor.java:553
|
||||
Upload\ Using\ Programmer=\u66f8\u8fbc\u88c5\u7f6e\u3092\u4f7f\u3063\u3066\u66f8\u304d\u8fbc\u3080
|
||||
|
||||
#: EditorToolbar.java:46
|
||||
New\ Editor\ Window=\u65b0\u898f\u30a6\u30a3\u30f3\u30c9\u30a6
|
||||
|
||||
#: EditorToolbar.java:46
|
||||
Open\ in\ Another\ Window=\u65b0\u898f\u30a6\u30a3\u30f3\u30c9\u30a6\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f
|
||||
|
||||
#: Preferences.java:77 UpdateCheck.java:108
|
||||
Yes=\u306f\u3044
|
||||
|
||||
#: Preferences.java:78 UpdateCheck.java:108
|
||||
No=\u3044\u3044\u3048
|
||||
|
||||
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
|
||||
Cancel=\u30ad\u30e3\u30f3\u30bb\u30eb
|
||||
|
||||
#: Preferences.java:80 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2145 Editor.java:2465
|
||||
OK=OK
|
||||
|
||||
#: Preferences.java:81
|
||||
Browse=\u53c2\u7167
|
||||
|
||||
#: Preferences.java:84
|
||||
System\ Default=\u30d1\u30bd\u30b3\u30f3\u306e\u8a2d\u5b9a\u306b\u5f93\u3046
|
||||
#: Base.java:228
|
||||
An\ unknown\ error\ occurred\ while\ trying\ to\ load\nplatform-specific\ code\ for\ your\ machine.=\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u4f9d\u5b58\u306e\u6a5f\u80fd\u3092\u8aad\u307f\u8fbc\u3080\u969b\u306b\u3001\n\u4f55\u3089\u304b\u306e\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Preferences.java:85
|
||||
Arabic=\u30a2\u30e9\u30d3\u30a2\u8a9e
|
||||
@ -272,48 +65,449 @@ Arabic=\u30a2\u30e9\u30d3\u30a2\u8a9e
|
||||
#: Preferences.java:86
|
||||
Aragonese=\u30a2\u30e9\u30b4\u30f3\u8a9e
|
||||
|
||||
#: tools/Archiver.java:48
|
||||
Archive\ Sketch=\u30b9\u30b1\u30c3\u30c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3059\u308b
|
||||
|
||||
#: tools/Archiver.java:109
|
||||
Archive\ sketch\ as\:=\u30b9\u30b1\u30c3\u30c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3059\u308b\u540d\u524d\uff1a
|
||||
|
||||
#: tools/Archiver.java:139
|
||||
Archive\ sketch\ canceled.=\u30b9\u30b1\u30c3\u30c1\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f
|
||||
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3067\u304d\u306a\u304b\u3063\u305f\u305f\u3081\u3001\u30b9\u30b1\u30c3\u30c1\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: ../Base.java:1089
|
||||
!Arduino\ ARM\ (32-bits)\ Boards=
|
||||
|
||||
#: ../Base.java:1088
|
||||
!Arduino\ AVR\ Boards=
|
||||
|
||||
#: Base.java:1682
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ settings.=\u8a2d\u5b9a\u3092\u4fdd\u5b58\u3059\u308b\u305f\u3081\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210\u3067\u304d\u306a\u3044\u305f\u3081\u3001\u52d5\u4f5c\u3092\u505c\u6b62\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:1889
|
||||
Arduino\ cannot\ run\ because\ it\ could\ not\ncreate\ a\ folder\ to\ store\ your\ sketchbook.=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u3092\u4fdd\u5b58\u3059\u308b\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210\u3067\u304d\u306a\u3044\u306e\u3067\u3001\nArduino IDE\u306f\u52d5\u4f5c\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Base.java:240
|
||||
Arduino\ requires\ a\ full\ JDK\ (not\ just\ a\ JRE)\nto\ run.\ Please\ install\ JDK\ 1.5\ or\ later.\nMore\ information\ can\ be\ found\ in\ the\ reference.=Arduino IDE\u3092\u5b9f\u884c\u3059\u308b\u306b\u306fJDK\u304c\u5fc5\u8981\u3067\u3059\u3002\nJRE\u3067\u306f\u52d5\u4f5c\u3057\u307e\u305b\u3093\u3002\nJDK\u306e\u30d0\u30fc\u30b8\u30e7\u30f31.5\u4ee5\u964d\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\u8a73\u3057\u304f\u306f\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Sketch.java:588
|
||||
#, java-format
|
||||
Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=\u300c{0}\u300d\u3092\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Sketch.java:587
|
||||
Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=\u3053\u306e\u30b9\u30b1\u30c3\u30c1\u3092\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: tools/AutoFormat.java:91
|
||||
Auto\ Format=\u81ea\u52d5\u6574\u5f62
|
||||
|
||||
#: tools/AutoFormat.java:934
|
||||
Auto\ Format\ Canceled\:\ Too\ many\ left\ curly\ braces.=\u300c{\u300d\u304c\u591a\u3059\u304e\u308b\u305f\u3081\u3001\u81ea\u52d5\u6574\u5f62\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: tools/AutoFormat.java:925
|
||||
Auto\ Format\ Canceled\:\ Too\ many\ left\ parentheses.=\u300c(\u300d\u304c\u591a\u3059\u304e\u308b\u305f\u3081\u3001\u81ea\u52d5\u6574\u5f62\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: tools/AutoFormat.java:931
|
||||
Auto\ Format\ Canceled\:\ Too\ many\ right\ curly\ braces.=\u300c}\u300d\u304c\u591a\u3059\u304e\u308b\u305f\u3081\u3001\u81ea\u52d5\u6574\u5f62\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: tools/AutoFormat.java:922
|
||||
Auto\ Format\ Canceled\:\ Too\ many\ right\ parentheses.=\u300c)\u300d\u304c\u591a\u3059\u304e\u308b\u305f\u3081\u3001\u81ea\u52d5\u6574\u5f62\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: tools/AutoFormat.java:944
|
||||
Auto\ Format\ finished.=\u81ea\u52d5\u6574\u5f62\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Preferences.java:439
|
||||
Automatically\ associate\ .ino\ files\ with\ Arduino=.ino\u30d5\u30a1\u30a4\u30eb\u3092Arduino IDE\u306b\u95a2\u9023\u3065\u3051\u308b
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
Autoscroll=\u81ea\u52d5\u30b9\u30af\u30ed\u30fc\u30eb
|
||||
|
||||
#: Editor.java:2619
|
||||
#, java-format
|
||||
Bad\ error\ line\:\ {0}=\u30a8\u30e9\u30fc\u306e\u884c\u756a\u53f7\u300c{0}\u300d\u306f\u7bc4\u56f2\u5916\u3067\u3059\u3002
|
||||
|
||||
#: Editor.java:2136
|
||||
Bad\ file\ selected=\u9593\u9055\u3063\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304d\u307e\u3057\u305f\u3002
|
||||
|
||||
#: ../Sketch.java:1625
|
||||
#, java-format
|
||||
!Binary\ sketch\ size\:\ {0}\ bytes\ (of\ a\ {1}\ byte\ maximum)\ -\ {2}%\ used=
|
||||
|
||||
#: ../Base.java:1215
|
||||
!Board=
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
Both\ NL\ &\ CR=CR\u304a\u3088\u3073LF
|
||||
|
||||
#: Preferences.java:81
|
||||
Browse=\u53c2\u7167
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
Build\ folder\ disappeared\ or\ could\ not\ be\ written=\u30d3\u30eb\u30c9\u7528\u306e\u30d5\u30a9\u30eb\u30c0\u304c\u6d88\u3048\u3066\u3057\u307e\u3063\u305f\u304b\u3001\u66f8\u304d\u8fbc\u307f\u304c\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
|
||||
#: ../Preferences.java:80
|
||||
!Bulgarian=
|
||||
|
||||
#: Editor.java:708
|
||||
Burn\ Bootloader=\u30d6\u30fc\u30c8\u30ed\u30fc\u30c0\u3092\u66f8\u304d\u8fbc\u3080
|
||||
|
||||
#: Editor.java:2504
|
||||
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306b\u30d6\u30fc\u30c8\u30ed\u30fc\u30c0\u3092\u66f8\u304d\u8fbc\u3093\u3067\u3044\u307e\u3059...
|
||||
|
||||
#: ../Base.java:348
|
||||
!Can't\ open\ source\ sketch\!=
|
||||
|
||||
#: ../Preferences.java:92
|
||||
!Canadian\ French=
|
||||
|
||||
#: Preferences.java:79 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2064 Editor.java:2145 Editor.java:2465
|
||||
Cancel=\u30ad\u30e3\u30f3\u30bb\u30eb
|
||||
|
||||
#: Sketch.java:455
|
||||
Cannot\ Rename=\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
Carriage\ return=CR\u306e\u307f
|
||||
|
||||
#: Preferences.java:87
|
||||
Catalan=\u30ab\u30bf\u30eb\u30fc\u30cb\u30e3\u8a9e
|
||||
|
||||
#: Preferences.java:419
|
||||
Check\ for\ updates\ on\ startup=\u8d77\u52d5\u6642\u306b\u6700\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6709\u7121\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b
|
||||
|
||||
#: Preferences.java:88
|
||||
Chinese\ Simplified=\u4e2d\u56fd\u8a9e\uff08\u7c21\u4f53\u5b57\uff09
|
||||
|
||||
#: Preferences.java:89
|
||||
Chinese\ Traditional=\u4e2d\u56fd\u8a9e\uff08\u7e41\u4f53\u5b57\uff09
|
||||
|
||||
#: Editor.java:521 Editor.java:2024
|
||||
Close=\u9589\u3058\u308b
|
||||
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u30b3\u30e1\u30f3\u30c8\u5316\u30fb\u5fa9\u5e30
|
||||
|
||||
#: debug/Compiler.java:49 debug/Uploader.java:45
|
||||
#, java-format
|
||||
Compiler\ error,\ please\ submit\ this\ code\ to\ {0}=\u30b3\u30f3\u30d1\u30a4\u30e9\u306e\u30a8\u30e9\u30fc\u3067\u3059\u3002\u554f\u984c\u306e\u8d77\u304d\u305f\u30b9\u30b1\u30c3\u30c1\u3092{0}\u306b\u9001\u3063\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\u30b9\u30b1\u30c3\u30c1\u3092\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u3066\u3044\u307e\u3059...
|
||||
|
||||
#: EditorConsole.java:152
|
||||
Console\ Error=\u30b3\u30f3\u30bd\u30fc\u30eb\u306e\u7570\u5e38
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u30b3\u30d4\u30fc
|
||||
|
||||
#: Editor.java:1177 Editor.java:2723
|
||||
Copy\ as\ HTML=HTML\u5f62\u5f0f\u3067\u30b3\u30d4\u30fc\u3059\u308b
|
||||
|
||||
#: Editor.java:1165 Editor.java:2715
|
||||
Copy\ for\ Forum=\u30d5\u30a9\u30fc\u30e9\u30e0\u6295\u7a3f\u5f62\u5f0f\u3067\u30b3\u30d4\u30fc\u3059\u308b
|
||||
|
||||
#: Sketch.java:1089
|
||||
#, java-format
|
||||
Could\ not\ add\ ''{0}''\ to\ the\ sketch.=\u30d5\u30a1\u30a4\u30eb\u300c{0}\u300d\u3092\u30b9\u30b1\u30c3\u30c1\u306b\u52a0\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2188
|
||||
Could\ not\ copy\ to\ a\ proper\ location.=\u30b3\u30d4\u30fc\u3059\u308b\u3079\u304d\u30d5\u30a9\u30eb\u30c0\u306b\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30d4\u30fc\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2179
|
||||
Could\ not\ create\ the\ sketch\ folder.=\u30b9\u30b1\u30c3\u30c1\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Editor.java:2206
|
||||
Could\ not\ create\ the\ sketch.=\u30b9\u30b1\u30c3\u30c1\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:617
|
||||
#, java-format
|
||||
Could\ not\ delete\ "{0}".=\u300c{0}\u300d\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:1066
|
||||
#, java-format
|
||||
Could\ not\ delete\ the\ existing\ ''{0}''\ file.=\u65e2\u5b58\u306e\u300c{0}\u300d\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:2533 Base.java:2556
|
||||
#, java-format
|
||||
Could\ not\ delete\ {0}=\u300c{0}\u300d\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:1934
|
||||
#, java-format
|
||||
Could\ not\ open\ the\ URL\n{0}=URL\u300c{0}\u300d\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:1958
|
||||
#, java-format
|
||||
Could\ not\ open\ the\ folder\n{0}=\u30d5\u30a9\u30eb\u30c0\u300c{0}\u300d\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:1769
|
||||
Could\ not\ properly\ re-save\ the\ sketch.\ You\ may\ be\ in\ trouble\ at\ this\ point,\nand\ it\ might\ be\ time\ to\ copy\ and\ paste\ your\ code\ to\ another\ text\ editor.=\u30b9\u30b1\u30c3\u30c1\u3092\u6b63\u5e38\u306b\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\n\u4fdd\u5b58\u5148\u306b\u554f\u984c\u304c\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\n\u5225\u306e\u30c6\u30ad\u30b9\u30c8\u30a8\u30c7\u30a3\u30bf\u3067\u30b9\u30b1\u30c3\u30c1\u3092\u958b\u304d\u3001\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc\uff06\u30da\u30fc\u30b9\u30c8\u3057\u3066\u5225\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u4fdd\u5b58\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Sketch.java:1768
|
||||
Could\ not\ re-save\ sketch=\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3057\u76f4\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Theme.java:52
|
||||
Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Processing.=\u30ab\u30e9\u30fc\u30c6\u30fc\u30de\u306e\u8a2d\u5b9a\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002\nArduino IDE\u3092\u518d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Preferences.java:219
|
||||
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=\u65e2\u5b9a\u306e\u8a2d\u5b9a\u3092\u8aad\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\nArduino IDE\u3092\u3082\u3046\u4e00\u5ea6\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Preferences.java:258
|
||||
#, java-format
|
||||
Could\ not\ read\ preferences\ from\ {0}=\u300c{0}\u300d\u304b\u3089\u8a2d\u5b9a\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:2482
|
||||
#, java-format
|
||||
Could\ not\ remove\ old\ version\ of\ {0}=\u300c{0}\u300d\u306e\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:483 Sketch.java:528
|
||||
#, java-format
|
||||
Could\ not\ rename\ "{0}"\ to\ "{1}"=\u300c{0}\u300d\u306e\u540d\u524d\u3092\u300c{1}\u300d\u306b\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:475
|
||||
Could\ not\ rename\ the\ sketch.\ (0)=\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002(0)
|
||||
|
||||
#: Sketch.java:496
|
||||
Could\ not\ rename\ the\ sketch.\ (1)=\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002(1)
|
||||
|
||||
#: Sketch.java:503
|
||||
Could\ not\ rename\ the\ sketch.\ (2)=\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002(2)
|
||||
|
||||
#: Base.java:2492
|
||||
#, java-format
|
||||
Could\ not\ replace\ {0}=\u300c{0}\u300d\u3092\u7f6e\u304d\u63db\u3048\u308b\u4e8b\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u30b9\u30b1\u30c3\u30c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:1647
|
||||
Couldn't\ determine\ program\ size\:\ {0}=\u30b3\u30f3\u30d1\u30a4\u30eb\u5f8c\u306e\u30b5\u30a4\u30ba\u304c\u308f\u304b\u308a\u307e\u305b\u3093\uff1a{0}
|
||||
|
||||
#: Sketch.java:616
|
||||
Couldn't\ do\ it=\u305d\u308c\u306f\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: debug/BasicUploader.java:209
|
||||
Couldn't\ find\ a\ Board\ on\ the\ selected\ port.\ Check\ that\ you\ have\ the\ correct\ port\ selected.\ \ If\ it\ is\ correct,\ try\ pressing\ the\ board's\ reset\ button\ after\ initiating\ the\ upload.=\u6307\u5b9a\u3055\u308c\u305f\u30dd\u30fc\u30c8\u306b\u306f\u3001\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u304c\u63a5\u7d9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u6b63\u3057\u3044\u30dd\u30fc\u30c8\u3092\u9078\u3093\u3067\u3042\u308b\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3082\u3057\u3082\u6b63\u3057\u3044\u30dd\u30fc\u30c8\u3092\u9078\u3093\u3067\u3042\u308b\u5834\u5408\u306b\u306f\u3001\u66f8\u304d\u8fbc\u307f\u3092\u958b\u59cb\u3057\u305f\u76f4\u5f8c\u306b\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: ../Preferences.java:82
|
||||
!Croatian=
|
||||
|
||||
#: Editor.java:1149 Editor.java:2699
|
||||
Cut=\u5207\u308a\u53d6\u308a
|
||||
|
||||
#: ../Preferences.java:83
|
||||
!Czech=
|
||||
|
||||
#: Preferences.java:90
|
||||
Danish=\u30c7\u30f3\u30de\u30fc\u30af\u8a9e
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u6e1b\u3089\u3059
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u524a\u9664
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u304c\u5fdc\u7b54\u3057\u307e\u305b\u3093\u3002\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u304c\u6b63\u3057\u304f\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u307e\u305f\u3001\u66f8\u304d\u8fbc\u307f\u306e\u76f4\u524d\u306b\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u672a\u4fdd\u5b58\u306e\u5909\u66f4\u3092\u7834\u68c4\u3057\u3066\u30b9\u30b1\u30c3\u30c1\u3092\u8aad\u307f\u8fbc\u307f\u76f4\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Editor.java:2064
|
||||
Don't\ Save=\u4fdd\u5b58\u3057\u306a\u3044
|
||||
|
||||
#: Editor.java:2275 Editor.java:2311
|
||||
Done\ Saving.=\u4fdd\u5b58\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2510
|
||||
Done\ burning\ bootloader.=\u30d6\u30fc\u30c8\u30ed\u30fc\u30c0\u306e\u66f8\u304d\u8fbc\u307f\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:1911 Editor.java:1928
|
||||
Done\ compiling.=\u30b3\u30f3\u30d1\u30a4\u30eb\u7d42\u4e86\u3002
|
||||
|
||||
#: Editor.java:2564
|
||||
Done\ printing.=\u5370\u5237\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2395 Editor.java:2431
|
||||
Done\ uploading.=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u3078\u306e\u66f8\u304d\u8fbc\u307f\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Preferences.java:91
|
||||
Dutch=\u30aa\u30e9\u30f3\u30c0\u8a9e
|
||||
|
||||
#: Editor.java:1130
|
||||
Edit=\u7de8\u96c6
|
||||
|
||||
#: Preferences.java:370
|
||||
Editor\ font\ size\:\ =\u30a8\u30c7\u30a3\u30bf\u306e\u6587\u5b57\u306e\u5927\u304d\u3055\uff1a
|
||||
|
||||
#: Preferences.java:353
|
||||
Editor\ language\:\ =\u8a00\u8a9e\u8a2d\u5b9a\uff1a
|
||||
|
||||
#: Preferences.java:92
|
||||
English=\u82f1\u8a9e
|
||||
|
||||
#: Editor.java:1062
|
||||
Environment=\u3053\u306e\u30bd\u30d5\u30c8\u306e\u4f7f\u3044\u65b9\u306b\u3064\u3044\u3066
|
||||
|
||||
#: Base.java:2147 Preferences.java:256 Sketch.java:475 Sketch.java:481
|
||||
#: Sketch.java:496 Sketch.java:503 Sketch.java:526 Sketch.java:543
|
||||
#: Editor.java:2167 Editor.java:2178 Editor.java:2188 Editor.java:2206
|
||||
Error=\u30a8\u30e9\u30fc
|
||||
|
||||
#: Sketch.java:1065 Sketch.java:1088
|
||||
Error\ adding\ file=\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: debug/Compiler.java:369
|
||||
Error\ compiling.=\u30b3\u30f3\u30d1\u30a4\u30eb\u6642\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:1674
|
||||
Error\ getting\ the\ Arduino\ data\ folder.=Arduino IDE\u30c7\u30fc\u30bf\u30d5\u30a9\u30eb\u30c0\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Serial.java:593
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Serial.{0}()\u3067\u30a8\u30e9\u30fc
|
||||
|
||||
#: Serial.java:181
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u304c\u958b\u3051\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3080\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Preferences.java:279
|
||||
#, java-format
|
||||
Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=\u521d\u671f\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3080\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u300c{0}\u300d\u3092\u524a\u9664\u307e\u305f\u306f\u79fb\u52d5\u3057\u3066\u304b\u3089\u3001Arduino IDE\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Serial.java:125
|
||||
#, java-format
|
||||
Error\ touching\ serial\ port\ ''{0}''.=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u3092\u30bf\u30c3\u30c1\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
|
||||
Error\ while\ burning\ bootloader.=\u30d6\u30fc\u30c8\u30ed\u30fc\u30c0\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: SketchCode.java:83
|
||||
#, java-format
|
||||
Error\ while\ loading\ code\ {0}=\u300c{0}\u300d\u304b\u3089\u30b3\u30fc\u30c9\u3092\u8aad\u307f\u8fbc\u3080\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2567
|
||||
Error\ while\ printing.=\u5370\u5237\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Preferences.java:93
|
||||
Estonian=\u30a8\u30b9\u30c8\u30cb\u30a2\u8a9e
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u30b9\u30b1\u30c3\u30c1\u306e\u4f8b
|
||||
|
||||
#: Editor.java:2482
|
||||
Export\ canceled,\ changes\ must\ first\ be\ saved.=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u884c\u3046\u524d\u306b\u4fdd\u5b58\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:2100
|
||||
FAQ.html=FAQ.html
|
||||
|
||||
#: Editor.java:491
|
||||
File=\u30d5\u30a1\u30a4\u30eb
|
||||
|
||||
#: Preferences.java:94
|
||||
Filipino=\u30d5\u30a3\u30ea\u30d4\u30f3\u8a9e
|
||||
|
||||
#: FindReplace.java:124 FindReplace.java:127
|
||||
Find=\u691c\u7d22
|
||||
|
||||
#: Editor.java:1249
|
||||
Find\ Next=\u6b21\u3092\u691c\u7d22
|
||||
|
||||
#: Editor.java:1259
|
||||
Find\ Previous=\u524d\u3092\u691c\u7d22
|
||||
|
||||
#: Editor.java:1086 Editor.java:2775
|
||||
Find\ in\ Reference=\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u3067\u691c\u7d22
|
||||
|
||||
#: Editor.java:1234
|
||||
Find...=\u691c\u7d22...
|
||||
|
||||
#: FindReplace.java:80
|
||||
Find\:=\u691c\u7d22\u30c6\u30ad\u30b9\u30c8\uff1a
|
||||
|
||||
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
|
||||
#: tools/FixEncoding.java:79
|
||||
Fix\ Encoding\ &\ Reload=\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u3092\u4fee\u6b63
|
||||
|
||||
#: Base.java:1851
|
||||
For\ information\ on\ installing\ libraries,\ see\:\ http\://arduino.cc/en/Guide/Libraries\n=\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306b\u3064\u3044\u3066\u306f\u3001\u4ee5\u4e0b\u306e\u30da\u30fc\u30b8\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002http\://arduino.cc/en/Guide/Libraries\n
|
||||
|
||||
#: debug/BasicUploader.java:80
|
||||
Forcing\ reset\ using\ 1200bps\ open/close\ on\ port\ =\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u30921200bps\u3067\u958b\u9589\u3059\u308b\u4e8b\u306b\u3088\u308a\u3001\u30ea\u30bb\u30c3\u30c8\u3092\u884c\u306a\u3063\u3066\u3044\u307e\u3059\u3002
|
||||
|
||||
#: Preferences.java:95
|
||||
French=\u30d5\u30e9\u30f3\u30b9\u8a9e
|
||||
|
||||
#: Editor.java:1097
|
||||
Frequently\ Asked\ Questions=\u3088\u304f\u3042\u308b\u8cea\u554f
|
||||
|
||||
#: Preferences.java:96
|
||||
Galician=\u30ac\u30ea\u30b7\u30a2\u8a9e
|
||||
|
||||
#: ../Preferences.java:94
|
||||
!Georgian=
|
||||
|
||||
#: Preferences.java:97
|
||||
German=\u30c9\u30a4\u30c4\u8a9e
|
||||
|
||||
#: Editor.java:1054
|
||||
Getting\ Started=\u521d\u5fc3\u8005\u5411\u3051\u30ac\u30a4\u30c9
|
||||
|
||||
#: Preferences.java:98
|
||||
Greek=\u30ae\u30ea\u30b7\u30a2\u8a9e
|
||||
|
||||
#: Base.java:2085
|
||||
Guide_Environment.html=Guide_Environment.html
|
||||
|
||||
#: Base.java:2071
|
||||
Guide_MacOSX.html=Guide_MacOSX.html
|
||||
|
||||
#: Base.java:2095
|
||||
Guide_Troubleshooting.html=Guide_Troubleshooting.html
|
||||
|
||||
#: Base.java:2073
|
||||
Guide_Windows.html=Guide_Windows.html
|
||||
|
||||
#: ../Preferences.java:95
|
||||
!Hebrew=
|
||||
|
||||
#: Editor.java:1015
|
||||
Help=\u30d8\u30eb\u30d7
|
||||
|
||||
#: Preferences.java:99
|
||||
Hindi=\u30d2\u30f3\u30c7\u30a3\u30fc\u8a9e
|
||||
|
||||
#: Sketch.java:295
|
||||
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u524d\u306b\u3001\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Sketch.java:882
|
||||
How\ very\ Borges\ of\ you=\u305d\u308c\u306f\u30e0\u30ea\u3067\u3059
|
||||
|
||||
#: Preferences.java:100
|
||||
Hungarian=\u30cf\u30f3\u30ac\u30ea\u30fc\u8a9e
|
||||
|
||||
#: FindReplace.java:96
|
||||
Ignore\ Case=\u5927\u6587\u5b57\u5c0f\u6587\u5b57\u3092\u533a\u5225\u3057\u306a\u3044
|
||||
|
||||
#: Base.java:1058
|
||||
Ignoring\ bad\ library\ name=\u4f7f\u7528\u3067\u304d\u306a\u3044\u30d5\u30a1\u30a4\u30eb\u540d\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u306f\u7121\u8996\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Base.java:1436
|
||||
Ignoring\ sketch\ with\ bad\ name=\u4f7f\u7528\u3067\u304d\u306a\u3044\u540d\u524d\u306e\u30b9\u30b1\u30c3\u30c1\u306f\u7121\u8996\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Editor.java:636
|
||||
Import\ Library...=\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u4f7f\u7528
|
||||
|
||||
#: Sketch.java:739
|
||||
In\ Arduino\ 1.0,\ the\ default\ file\ extension\ has\ changed\nfrom\ .pde\ to\ .ino.\ \ New\ sketches\ (including\ those\ created\nby\ "Save-As"\ will\ use\ the\ new\ extension.\ \ The\ extension\nof\ existing\ sketches\ will\ be\ updated\ on\ save,\ but\ you\ can\ndisable\ this\ in\ the\ Preferences\ dialog.\n\nSave\ sketch\ and\ update\ its\ extension?=Arduino 1.0\u3067\u306f\u3001\u30b9\u30b1\u30c3\u30c1\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u62e1\u5f35\u5b50\u3092.pde\u304b\u3089.ino\u306b\n\u5909\u66f4\u3057\u307e\u3057\u305f\u3002\u65b0\u3057\u3044\u30b9\u30b1\u30c3\u30c1\u304a\u3088\u3073\u300c\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58\u300d\u3067\u4fdd\u5b58\n\u3057\u305f\u30b9\u30b1\u30c3\u30c1\u306b\u306f\u3001\u65b0\u3057\u3044\u62e1\u5f35\u5b50\u304c\u4f7f\u308f\u308c\u307e\u3059\u3002\u307e\u305f\u3001\u65e2\u5b58\u306e\u30b9\u30b1\u30c3\u30c1\n\u3092\u958b\u3044\u3066\u304b\u3089\u4fdd\u5b58\u3059\u308b\u3068\u3001\u65b0\u3057\u3044\u62e1\u5f35\u5b50\u306b\u81ea\u52d5\u7684\u306b\u5909\u66f4\u3055\u308c\u307e\u3059\u3002\n\u3053\u306e\u6a5f\u80fd\u306f\u3001\u300c\u74b0\u5883\u8a2d\u5b9a\u300d\u3067\u7121\u52b9\u306b\u3059\u308b\u4e8b\u304c\u3067\u304d\u307e\u3059\u3002\n\n\u62e1\u5f35\u5b50\u3092\u5909\u66f4\u3057\u3066\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
Increase\ Indent=\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u5897\u3084\u3059
|
||||
|
||||
#: Preferences.java:101
|
||||
Indonesian=\u30a4\u30f3\u30c9\u30cd\u30b7\u30a2\u8a9e
|
||||
|
||||
@ -329,151 +523,464 @@ Korean=\u97d3\u56fd\u8a9e
|
||||
#: Preferences.java:105
|
||||
Latvian=\u30e9\u30c8\u30d3\u30a2\u8a9e
|
||||
|
||||
#: Base.java:2699
|
||||
Library\ added\ to\ your\ libraries.\ Check\ "Import\ library"\ menu=\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u4f7f\u7528\u300d\u3092\u898b\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Preferences.java:106
|
||||
Lithuaninan=\u30ea\u30c8\u30a2\u30cb\u30a2\u8a9e
|
||||
|
||||
#: Preferences.java:107
|
||||
Marathi=\u30de\u30e9\u30fc\u30c6\u30a3\u8a9e
|
||||
|
||||
#: Base.java:2112
|
||||
Message=\u30e1\u30c3\u30bb\u30fc\u30b8
|
||||
|
||||
#: Sketch.java:1712
|
||||
Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=\u300c/* */\u300d\u5f62\u5f0f\u306e\u30b3\u30e1\u30f3\u30c8\u306e\u300c*/\u300d\u304c\u3042\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Preferences.java:449
|
||||
More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u76f4\u63a5\u7de8\u96c6\u3059\u308c\u3070\u3001\u3088\u308a\u591a\u304f\u306e\u8a2d\u5b9a\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
|
||||
|
||||
#: Editor.java:2156
|
||||
Moving=\u79fb\u52d5\u4e2d
|
||||
|
||||
#: Sketch.java:282
|
||||
Name\ for\ new\ file\:=\u65b0\u898f\u30d5\u30a1\u30a4\u30eb\u306e\u540d\u524d\uff1a
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:493
|
||||
New=\u65b0\u898f\u30d5\u30a1\u30a4\u30eb
|
||||
|
||||
#: EditorToolbar.java:46
|
||||
New\ Editor\ Window=\u65b0\u898f\u30a6\u30a3\u30f3\u30c9\u30a6
|
||||
|
||||
#: EditorHeader.java:292
|
||||
New\ Tab=\u65b0\u898f\u30bf\u30d6
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
Newline=LF\u306e\u307f
|
||||
|
||||
#: EditorHeader.java:340
|
||||
Next\ Tab=\u6b21\u306e\u30bf\u30d6
|
||||
|
||||
#: Preferences.java:78 UpdateCheck.java:108
|
||||
No=\u3044\u3044\u3048
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u304c\u9078\u3070\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u300c\u30c4\u30fc\u30eb\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u300d\u306e\u9078\u629e\u80a2\u304b\u3089\u3001\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u3092\u9078\u3093\u3067\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: tools/format/src/AutoFormat.java:54 tools/AutoFormat.java:916
|
||||
No\ changes\ necessary\ for\ Auto\ Format.=\u6574\u5f62\u306e\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:373
|
||||
No\ files\ were\ added\ to\ the\ sketch.=\u30b9\u30b1\u30c3\u30c1\u306b\u30d5\u30a1\u30a4\u30eb\u306f\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Platform.java:167
|
||||
No\ launcher\ available=\u5916\u90e8\u30d7\u30ed\u30b0\u30e9\u30e0\u8d77\u52d5\u30c4\u30fc\u30eb\u304c\u6709\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
No\ line\ ending=\u6539\u884c\u306a\u3057
|
||||
|
||||
#: Base.java:541
|
||||
No\ really,\ time\ for\ some\ fresh\ air\ for\ you.=\u5148\u7a0b\u3082\u6307\u6458\u3057\u305f\u3088\u3046\u306b\u3001\u4eca\u65e5\u306f\u9811\u5f35\u308a\u3059\u304e\u3067\u3059\u3002
|
||||
|
||||
#: Editor.java:1872
|
||||
#, java-format
|
||||
No\ reference\ available\ for\ "{0}"=\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb\u306b\u300c{0}\u300d\u306f\u3042\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Base.java:191
|
||||
Non-fatal\ error\ while\ setting\ the\ Look\ &\ Feel.=GUI\u306e\u6319\u52d5\u306e\u8a2d\u5b9a\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u304c\u3001\u91cd\u5927\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:396 Sketch.java:410 Sketch.java:419 Sketch.java:859
|
||||
Nope=\u30a8\u30e9\u30fc
|
||||
|
||||
#: Preferences.java:108
|
||||
Norwegian=\u30ce\u30eb\u30a6\u30a7\u30a4\u8a9e
|
||||
|
||||
#: ../Preferences.java:108
|
||||
!Norwegian\ Bokm\u00e5l=
|
||||
|
||||
#: Preferences.java:80 Sketch.java:585 Sketch.java:737 Sketch.java:1042
|
||||
#: Editor.java:2145 Editor.java:2465
|
||||
OK=OK
|
||||
|
||||
#: Sketch.java:992 Editor.java:376
|
||||
One\ file\ added\ to\ the\ sketch.=\u30b9\u30b1\u30c3\u30c1\u306b\u30d5\u30a1\u30a4\u30eb\u30921\u500b\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: EditorToolbar.java:41
|
||||
Open=\u958b\u304f
|
||||
|
||||
#: Editor.java:2688
|
||||
Open\ URL=URL\u3092\u958b\u304f
|
||||
|
||||
#: Base.java:636
|
||||
Open\ an\ Arduino\ sketch...=Arduino\u306e\u30b9\u30b1\u30c3\u30c1\u3092\u958b\u304f...
|
||||
|
||||
#: EditorToolbar.java:46
|
||||
Open\ in\ Another\ Window=\u65b0\u898f\u30a6\u30a3\u30f3\u30c9\u30a6\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f
|
||||
|
||||
#: Base.java:903 Editor.java:501
|
||||
Open...=\u958b\u304f...
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u30d7\u30ea\u30f3\u30bf\u306e\u8a2d\u5b9a...
|
||||
|
||||
#: Editor.java:1189 Editor.java:2731
|
||||
Paste=\u8cbc\u308a\u4ed8\u3051
|
||||
|
||||
#: Preferences.java:109
|
||||
Persian=\u30da\u30eb\u30b7\u30e3\u8a9e
|
||||
|
||||
#: debug/Compiler.java:408
|
||||
Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\u300c\u30b9\u30b1\u30c3\u30c1\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u4f7f\u7528\u300d\u3067\u3001SPI\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u8aad\u307f\u8fbc\u3093\u3067\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Base.java:239
|
||||
Please\ install\ JDK\ 1.5\ or\ later=JDK\u306e\u30d0\u30fc\u30b8\u30e7\u30f31.5\u4ee5\u964d\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Preferences.java:110
|
||||
Polish=\u30dd\u30fc\u30e9\u30f3\u30c9\u8a9e
|
||||
|
||||
#: Preferences.java:111 Preferences.java:112
|
||||
Portuguese=\u30dd\u30eb\u30c8\u30ac\u30eb\u8a9e
|
||||
|
||||
#: Preferences.java:295 Editor.java:583
|
||||
Preferences=\u74b0\u5883\u8a2d\u5b9a
|
||||
|
||||
#: FindReplace.java:123 FindReplace.java:128
|
||||
Previous=\u524d
|
||||
|
||||
#: EditorHeader.java:326
|
||||
Previous\ Tab=\u524d\u306e\u30bf\u30d6
|
||||
|
||||
#: Editor.java:571
|
||||
Print=\u5370\u5237...
|
||||
|
||||
#: Editor.java:2571
|
||||
Printing\ canceled.=\u5370\u5237\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2547
|
||||
Printing...=\u5370\u5237\u3057\u3066\u3044\u307e\u3059...
|
||||
|
||||
#: Base.java:1957
|
||||
Problem\ Opening\ Folder=\u30d5\u30a9\u30eb\u30c0\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:1933
|
||||
Problem\ Opening\ URL=\u6307\u5b9a\u306eURL\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:227
|
||||
Problem\ Setting\ the\ Platform=\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3092\u8a2d\u5b9a\u3059\u308b\u969b\u306b\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:1673
|
||||
Problem\ getting\ data\ folder=\u30c7\u30fc\u30bf\u30d5\u30a9\u30eb\u30c0\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
Problem\ moving\ {0}\ to\ the\ build\ folder=\u300c{0}\u300d\u3092\u30d3\u30eb\u30c9\u30d5\u30a9\u30eb\u30c0\u306b\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: debug/Uploader.java:209
|
||||
Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troubleshooting\#upload\ for\ suggestions.=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306b\u66f8\u304d\u8fbc\u3082\u3046\u3068\u3057\u307e\u3057\u305f\u304c\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\n\u3053\u306e\u30da\u30fc\u30b8\u3092\u53c2\u8003\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\nhttp\://www.arduino.cc/en/Guide/Troubleshooting\#upload
|
||||
|
||||
#: Sketch.java:355 Sketch.java:362 Sketch.java:373
|
||||
Problem\ with\ rename=\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2137
|
||||
Processing\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=\u3053\u306eIDE\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u540d\u304c\u62e1\u5f35\u5b50.ino\u307e\u305f\u306f.pde\u3067\n\u7d42\u308f\u308b\u30d5\u30a1\u30a4\u30eb\u3060\u3051\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
|
||||
|
||||
#: ../debug/TargetPlatform.java:53
|
||||
!Processor=
|
||||
|
||||
#: Editor.java:704
|
||||
Programmer=\u66f8\u8fbc\u88c5\u7f6e
|
||||
|
||||
#: Base.java:783 Editor.java:593
|
||||
Quit=\u7d42\u4e86
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u3084\u308a\u76f4\u3057
|
||||
|
||||
#: Editor.java:1078
|
||||
Reference=\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9
|
||||
|
||||
#: EditorHeader.java:300
|
||||
Rename=\u540d\u524d\u3092\u5909\u66f4
|
||||
|
||||
#: FindReplace.java:121 FindReplace.java:130 Sketch.java:1046
|
||||
Replace=\u7f6e\u63db
|
||||
|
||||
#: FindReplace.java:122 FindReplace.java:129
|
||||
Replace\ &\ Find=\u7f6e\u63db\u3057\u3066\u6b21
|
||||
|
||||
#: FindReplace.java:120 FindReplace.java:131
|
||||
Replace\ All=\u5168\u3066\u7f6e\u63db
|
||||
|
||||
#: Sketch.java:1043
|
||||
#, java-format
|
||||
Replace\ the\ existing\ version\ of\ {0}?=\u3059\u3067\u306b\u540c\u3058\u300c{0}\u300d\u3068\u3044\u3046\u540d\u524d\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u30b9\u30b1\u30c3\u30c1\u306e\u4e2d\u306b\u3042\u308a\u307e\u3059\u304c\u3001\u7f6e\u304d\u63db\u3048\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: FindReplace.java:81
|
||||
Replace\ with\:=\u7f6e\u63db\u30c6\u30ad\u30b9\u30c8\uff1a
|
||||
|
||||
#: Preferences.java:113
|
||||
Romanian=\u30eb\u30fc\u30de\u30cb\u30a2\u8a9e
|
||||
|
||||
#: Preferences.java:114
|
||||
Russian=\u30ed\u30b7\u30a2\u8a9e
|
||||
|
||||
#: Preferences.java:115
|
||||
Spanish=\u30b9\u30da\u30a4\u30f3\u8a9e
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:529
|
||||
#: Editor.java:2064 Editor.java:2468
|
||||
Save=\u4fdd\u5b58
|
||||
|
||||
#: Preferences.java:116
|
||||
Tamil=\u30bf\u30df\u30eb\u8a9e
|
||||
#: Editor.java:537
|
||||
Save\ As...=\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58
|
||||
|
||||
#: Preferences.java:219
|
||||
Could\ not\ read\ default\ settings.\nYou'll\ need\ to\ reinstall\ Arduino.=\u65e2\u5b9a\u306e\u8a2d\u5b9a\u3092\u8aad\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\nArduino IDE\u3092\u3082\u3046\u4e00\u5ea6\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
#: Editor.java:2317
|
||||
Save\ Canceled.=\u4fdd\u5b58\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Preferences.java:258
|
||||
#: Editor.java:2467
|
||||
Save\ changes\ before\ export?=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u884c\u3046\u524d\u306b\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Editor.java:2020
|
||||
#, java-format
|
||||
Could\ not\ read\ preferences\ from\ {0}=\u300c{0}\u300d\u304b\u3089\u8a2d\u5b9a\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
Save\ changes\ to\ "{0}"?\ \ =\u5909\u66f4\u5185\u5bb9\u3092\u300c{0}\u300d\u306b\u66f8\u304d\u8fbc\u307f\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Preferences.java:277
|
||||
Error\ reading\ preferences=\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3080\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
#: Sketch.java:825
|
||||
Save\ sketch\ folder\ as...=\u30b9\u30b1\u30c3\u30c1\u306e\u30d5\u30a9\u30eb\u30c0\u306e\u4fdd\u5b58\u5148...
|
||||
|
||||
#: Preferences.java:279
|
||||
#, java-format
|
||||
Error\ reading\ the\ preferences\ file.\ Please\ delete\ (or\ move)\n{0}\ and\ restart\ Arduino.=\u521d\u671f\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u3080\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u300c{0}\u300d\u3092\u524a\u9664\u307e\u305f\u306f\u79fb\u52d5\u3057\u3066\u304b\u3089\u3001Arduino IDE\u3092\u518d\u8d77\u52d5\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
#: Editor.java:2270 Editor.java:2308
|
||||
Saving...=\u4fdd\u5b58\u4e2d\u3067\u3059...
|
||||
|
||||
#: Preferences.java:295 Editor.java:583
|
||||
Preferences=\u74b0\u5883\u8a2d\u5b9a
|
||||
#: Base.java:1909
|
||||
Select\ (or\ create\ new)\ folder\ for\ sketches...=\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3059\u308b\u30d5\u30a9\u30eb\u30c0\u3092\u9078\u629e\u3059\u308b\u304b\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Preferences.java:315
|
||||
Sketchbook\ location\:=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\uff1a
|
||||
#: Editor.java:1198 Editor.java:2739
|
||||
Select\ All=\u5168\u3066\u9078\u629e
|
||||
|
||||
#: Base.java:2636
|
||||
Select\ a\ zip\ file\ or\ a\ folder\ containing\ the\ library\ you'd\ like\ to\ add=\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u542b\u3080ZIP\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Sketch.java:975
|
||||
Select\ an\ image\ or\ other\ data\ file\ to\ copy\ to\ your\ sketch=\u753b\u50cf\u306a\u3069\u3001\u30b9\u30b1\u30c3\u30c1\u306e\u4e00\u90e8\u3068\u3057\u3066\u30b3\u30d4\u30fc\u3057\u3066\u52a0\u3048\u305f\u3044\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Preferences.java:330
|
||||
Select\ new\ sketchbook\ location=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\u3092\u6c7a\u3081\u308b
|
||||
|
||||
#: Preferences.java:353
|
||||
Editor\ language\:\ =\u8a00\u8a9e\u8a2d\u5b9a\uff1a
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u9001\u4fe1
|
||||
|
||||
#: Preferences.java:358 Preferences.java:374
|
||||
\ \ (requires\ restart\ of\ Arduino)=\ \u5909\u66f4\u306e\u53cd\u6620\u306b\u306fArduino IDE\u306e\u518d\u8d77\u52d5\u304c\u5fc5\u8981
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46 Editor.java:669
|
||||
Serial\ Monitor=\u30b7\u30ea\u30a2\u30eb\u30e2\u30cb\u30bf
|
||||
|
||||
#: Preferences.java:370
|
||||
Editor\ font\ size\:\ =\u30a8\u30c7\u30a3\u30bf\u306e\u6587\u5b57\u306e\u5927\u304d\u3055\uff1a
|
||||
#: Editor.java:699
|
||||
Serial\ Port=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8
|
||||
|
||||
#: Serial.java:174
|
||||
#, java-format
|
||||
Serial\ port\ ''{0}''\ already\ in\ use.\ Try\ quiting\ any\ programs\ that\ may\ be\ using\ it.=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u306f\u3001\u307b\u304b\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u4f7f\u7528\u4e2d\u3067\u3059\u3002\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u3092\u4f7f\u3063\u3066\u3044\u308b\u53ef\u80fd\u6027\u306e\u3042\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Serial.java:121
|
||||
#, java-format
|
||||
Serial\ port\ ''{0}''\ already\ in\ use.\ Try\ quitting\ any\ programs\ that\ may\ be\ using\ it.=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u306f\u3001\u4ed6\u306e\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3067\u4f7f\u308f\u308c\u3066\u3044\u307e\u3059\u3002\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u3092\u4f7f\u3063\u3066\u3044\u308b\u53ef\u80fd\u6027\u306e\u6709\u308b\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3092\u7d42\u4e86\u3055\u305b\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Serial.java:194
|
||||
#, java-format
|
||||
Serial\ port\ ''{0}''\ not\ found.\ Did\ you\ select\ the\ right\ one\ from\ the\ Tools\ >\ Serial\ Port\ menu?=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u300c\u30c4\u30fc\u30eb\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300d\u3067\u3001\u6b63\u3057\u3044\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u3092\u9078\u3093\u3067\u3042\u308a\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Editor.java:2343
|
||||
#, java-format
|
||||
Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\n\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u3092\u5909\u66f4\u3057\u3066\u3001\u3082\u3046\u4e00\u5ea6\u66f8\u304d\u8fbc\u307f\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Base.java:1681
|
||||
Settings\ issues=\u8a2d\u5b9a\u306b\u95a2\u3059\u308b\u554f\u984c
|
||||
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u30b9\u30b1\u30c3\u30c1\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u8868\u793a
|
||||
|
||||
#: Preferences.java:387
|
||||
Show\ verbose\ output\ during\:\ =\u3088\u308a\u8a73\u7d30\u306a\u60c5\u5831\u3092\u8868\u793a\u3059\u308b\uff1a
|
||||
|
||||
#: Preferences.java:389
|
||||
compilation\ =\u30b3\u30f3\u30d1\u30a4\u30eb
|
||||
#: Editor.java:607
|
||||
Sketch=\u30b9\u30b1\u30c3\u30c1
|
||||
|
||||
#: Preferences.java:391
|
||||
upload=\u66f8\u304d\u8fbc\u307f
|
||||
#: Sketch.java:1754
|
||||
Sketch\ Disappeared=\u30b9\u30b1\u30c3\u30c1\u304c\u6d88\u6ec5\u3057\u3066\u3057\u307e\u3044\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Preferences.java:400
|
||||
Verify\ code\ after\ upload=\u66f8\u304d\u8fbc\u307f\u3092\u691c\u8a3c\u3059\u308b
|
||||
|
||||
#: Preferences.java:409
|
||||
Use\ external\ editor=\u5916\u90e8\u306e\u30a8\u30c7\u30a3\u30bf\u3092\u4f7f\u7528\u3059\u308b
|
||||
|
||||
#: Preferences.java:419
|
||||
Check\ for\ updates\ on\ startup=\u8d77\u52d5\u6642\u306b\u6700\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u6709\u7121\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b
|
||||
|
||||
#: Preferences.java:428
|
||||
Update\ sketch\ files\ to\ new\ extension\ on\ save\ (.pde\ ->\ .ino)=\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3059\u308b\u969b\u306b\u3001\u62e1\u5f35\u5b50\u3092.pde\u304b\u3089.ino\u306b\u5909\u66f4\u3059\u308b
|
||||
|
||||
#: Preferences.java:439
|
||||
Automatically\ associate\ .ino\ files\ with\ Arduino=.ino\u30d5\u30a1\u30a4\u30eb\u3092Arduino IDE\u306b\u95a2\u9023\u3065\u3051\u308b
|
||||
|
||||
#: Preferences.java:449
|
||||
More\ preferences\ can\ be\ edited\ directly\ in\ the\ file=\u4ee5\u4e0b\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u76f4\u63a5\u7de8\u96c6\u3059\u308c\u3070\u3001\u3088\u308a\u591a\u304f\u306e\u8a2d\u5b9a\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
|
||||
|
||||
#: Preferences.java:478
|
||||
(edit\ only\ when\ Arduino\ is\ not\ running)=\u7de8\u96c6\u3059\u308b\u969b\u306b\u306f\u3001Arduino IDE\u3092\u7d42\u4e86\u3055\u305b\u3066\u304a\u3044\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Preferences.java:625
|
||||
#, java-format
|
||||
ignoring\ invalid\ font\ size\ {0}=\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u306e\u6307\u5b9a\u300c{0}\u300d\u304c\u7570\u5e38\u306a\u306e\u3067\u7121\u8996\u3057\u307e\u3059\u3002
|
||||
|
||||
#: EditorHeader.java:292
|
||||
New\ Tab=\u65b0\u898f\u30bf\u30d6
|
||||
|
||||
#: EditorHeader.java:300
|
||||
Rename=\u540d\u524d\u3092\u5909\u66f4
|
||||
|
||||
#: EditorHeader.java:314 Sketch.java:591
|
||||
Delete=\u524a\u9664
|
||||
|
||||
#: EditorHeader.java:326
|
||||
Previous\ Tab=\u524d\u306e\u30bf\u30d6
|
||||
|
||||
#: EditorHeader.java:340
|
||||
Next\ Tab=\u6b21\u306e\u30bf\u30d6
|
||||
#: Base.java:1411
|
||||
Sketch\ Does\ Not\ Exist=\u30b9\u30b1\u30c3\u30c1\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:274 Sketch.java:303 Sketch.java:577 Sketch.java:966
|
||||
Sketch\ is\ Read-Only=\u30b9\u30b1\u30c3\u30c1\u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:275 Sketch.java:304 Sketch.java:578 Sketch.java:967
|
||||
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ the\ sketch\ in\ another\ location,\nand\ try\ again.=\u8aad\u8fbc\u5c02\u7528\u306b\u8a2d\u5b9a\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u3059\u3002\n\u30b9\u30b1\u30c3\u30c1\u3092\u5225\u306e\u5834\u6240\u306b\u4fdd\u5b58\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Sketch.java:282
|
||||
Name\ for\ new\ file\:=\u65b0\u898f\u30d5\u30a1\u30a4\u30eb\u306e\u540d\u524d\uff1a
|
||||
|
||||
#: Sketch.java:294
|
||||
Sketch\ is\ Untitled=\u30b9\u30b1\u30c3\u30c1\u306b\u306f\u3001\u307e\u3060\u540d\u524d\u304c\u3042\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:295
|
||||
How\ about\ saving\ the\ sketch\ first\ \nbefore\ trying\ to\ rename\ it?=\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u5909\u66f4\u3059\u308b\u524d\u306b\u3001\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f
|
||||
#: Sketch.java:720
|
||||
Sketch\ is\ read-only=\u30b9\u30b1\u30c3\u30c1\u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:355 Sketch.java:362 Sketch.java:373
|
||||
Problem\ with\ rename=\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
#: Sketch.java:1653
|
||||
Sketch\ too\ big;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ it.=\u30b9\u30b1\u30c3\u30c1\u304c\u5927\u304d\u3059\u304e\u307e\u3059\u3002http\://www.arduino.cc/en/Guide/Troubleshooting\#size \u306b\u306f\u3001\u5c0f\u3055\u304f\u3059\u308b\u30b3\u30c4\u304c\u66f8\u3044\u3066\u3042\u308a\u307e\u3059\u3002
|
||||
|
||||
#: Sketch.java:356
|
||||
The\ name\ cannot\ start\ with\ a\ period.=\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u306e\u5148\u982d\u306f\u30d4\u30ea\u30aa\u30c9\u300c.\u300d\u306b\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093\u3002
|
||||
#: Editor.java:510
|
||||
Sketchbook=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af
|
||||
|
||||
#: Sketch.java:364
|
||||
#: Base.java:258
|
||||
Sketchbook\ folder\ disappeared=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\u30d5\u30a9\u30eb\u30c0\u304c\u7121\u304f\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Preferences.java:315
|
||||
Sketchbook\ location\:=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\uff1a
|
||||
|
||||
#: Sketch.java:275 Sketch.java:304 Sketch.java:578 Sketch.java:967
|
||||
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ the\ sketch\ in\ another\ location,\nand\ try\ again.=\u8aad\u8fbc\u5c02\u7528\u306b\u8a2d\u5b9a\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u3059\u3002\n\u30b9\u30b1\u30c3\u30c1\u3092\u5225\u306e\u5834\u6240\u306b\u4fdd\u5b58\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Sketch.java:721
|
||||
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ this\ sketch\ to\ another\ location.=\u66f8\u304d\u8fbc\u307f\u5148\u306e\u5834\u6240\u306b\u306f\u3001\u66f8\u304d\u8fbc\u307f\u7981\u6b62\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u305f\u3081\u3001\u3053\u306e\u30b9\u30b1\u30c3\u30c1\u306f\u5225\u306e\u5834\u6240\u306b\u4fdd\u5b58\u3057\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Sketch.java:457
|
||||
#, java-format
|
||||
".{0}"\ is\ not\ a\ valid\ extension.=\u62e1\u5f35\u5b50\u300c.{0}\u300d\u306f\u3001\u4f7f\u3048\u307e\u305b\u3093\u3002
|
||||
Sorry,\ a\ sketch\ (or\ folder)\ named\ "{0}"\ already\ exists.=\u3059\u3067\u306b\u300c{0}\u300d\u3068\u3044\u3046\u540d\u524d\u306e\u30b9\u30b1\u30c3\u30c1\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0\u304c\u5b58\u5728\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Preferences.java:115
|
||||
Spanish=\u30b9\u30da\u30a4\u30f3\u8a9e
|
||||
|
||||
#: Base.java:540
|
||||
Sunshine=\u7d42\u308f\u308a\u306b\u3057\u307e\u3057\u3087\u3046
|
||||
|
||||
#: Preferences.java:84
|
||||
System\ Default=\u30d1\u30bd\u30b3\u30f3\u306e\u8a2d\u5b9a\u306b\u5f93\u3046
|
||||
|
||||
#: Preferences.java:116
|
||||
Tamil=\u30bf\u30df\u30eb\u8a9e
|
||||
|
||||
#: debug/Compiler.java:414
|
||||
The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=\u300cBYTE\u300d\u30ad\u30fc\u30ef\u30fc\u30c9\u306f\u3001\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3057\u305f\u3002
|
||||
|
||||
#: debug/Compiler.java:426
|
||||
The\ Client\ class\ has\ been\ renamed\ EthernetClient.=\u300cClient\u300d\u30af\u30e9\u30b9\u306f\u300cEthernetClient\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002
|
||||
|
||||
#: debug/Compiler.java:420
|
||||
The\ Server\ class\ has\ been\ renamed\ EthernetServer.=\u300cServer\u300d\u30af\u30e9\u30b9\u306f\u300cEthernetServer\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002
|
||||
|
||||
#: debug/Compiler.java:432
|
||||
The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=\u300cUdp\u300d\u30af\u30e9\u30b9\u306f\u300cEthernetUdp\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Base.java:192
|
||||
The\ error\ message\ follows,\ however\ Arduino\ should\ run\ fine.=\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u306f\u4ee5\u4e0b\u306e\u901a\u308a\u3067\u3059\u3002Arduino IDE\u306e\u52d5\u4f5c\u306b\u554f\u984c\u306f\u3042\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Editor.java:2147
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u300c{0}\u300d\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306f\u3001\u300c{1}\u300d\u3068\u3044\u3046\u540d\u524d\u306e\u30d5\u30a9\u30eb\u30c0\u306e\u4e2d\u306b\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u81ea\u52d5\u7684\u306b\u3053\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u3063\u3066\u3001\u30d5\u30a1\u30a4\u30eb\u3092\u4e2d\u306b\u5165\u308c\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Base.java:1054 Base.java:2674
|
||||
#, java-format
|
||||
The\ library\ "{0}"\ cannot\ be\ used.\nLibrary\ names\ must\ contain\ only\ basic\ letters\ and\ numbers.\n(ASCII\ only\ and\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number)=\u300c{0}\u300d\u3068\u3044\u3046\u540d\u524d\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002\n\u30e9\u30a4\u30d6\u30e9\u30ea\u540d\u306b\u306f\u534a\u89d2\u6587\u5b57\u3068\u6570\u5b57\u306e\u307f\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u3002\n\uff08ASCII\u6587\u5b57\u306e\u307f\u3001\u30b9\u30da\u30fc\u30b9\u3092\u9664\u304d\u307e\u3059\u3002\u6570\u5b57\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4f7f\u3048\u307e\u305b\u3093\u3002\uff09
|
||||
|
||||
#: Sketch.java:374
|
||||
The\ main\ file\ can't\ use\ an\ extension.\n(It\ may\ be\ time\ for\ your\ to\ graduate\ to\ a\n"real"\ programming\ environment)=\u30b9\u30b1\u30c3\u30c1\u306e\u30e1\u30a4\u30f3\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u306f\u3001\u62e1\u5f35\u5b50\u3092\u6307\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:396 Sketch.java:410 Sketch.java:419 Sketch.java:859
|
||||
Nope=\u30a8\u30e9\u30fc
|
||||
#: Sketch.java:356
|
||||
The\ name\ cannot\ start\ with\ a\ period.=\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u306e\u5148\u982d\u306f\u30d4\u30ea\u30aa\u30c9\u300c.\u300d\u306b\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:398
|
||||
#: Base.java:1412
|
||||
The\ selected\ sketch\ no\ longer\ exists.\nYou\ may\ need\ to\ restart\ Arduino\ to\ update\nthe\ sketchbook\ menu.=\u9078\u629e\u3057\u305f\u30b9\u30b1\u30c3\u30c1\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\n\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u30e1\u30cb\u30e5\u30fc\u3092\u66f4\u65b0\u3059\u308b\u306b\u306fArduino IDE\u3092\u518d\u8d77\u52d5\u3057\u3066\u4e0b\u3055\u3044\u3002
|
||||
|
||||
#: Base.java:1430
|
||||
#, java-format
|
||||
A\ file\ named\ "{0}"\ already\ exists\ in\ "{1}"=\u300c{0}\u300d\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306f\u3001\u3059\u3067\u306b\u30d5\u30a9\u30eb\u30c0\u300c{1}\u300d\u5185\u306b\u5b58\u5728\u3057\u307e\u3059\u3002
|
||||
The\ sketch\ "{0}"\ cannot\ be\ used.\nSketch\ names\ must\ contain\ only\ basic\ letters\ and\ numbers\n(ASCII-only\ with\ no\ spaces,\ and\ it\ cannot\ start\ with\ a\ number).\nTo\ get\ rid\ of\ this\ message,\ remove\ the\ sketch\ from\n{1}=\u300c{0}\u300d\u3068\u3044\u3046\u540d\u524d\u3092\u30b9\u30b1\u30c3\u30c1\u306b\u4ed8\u3051\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002\n\u30b9\u30b1\u30c3\u30c1\u540d\u306b\u306f\u534a\u89d2\u6587\u5b57\u3068\u6570\u5b57\u306e\u307f\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059\u3002\n\uff08ASCII\u6587\u5b57\u306e\u307f\u3001\u30b9\u30da\u30fc\u30b9\u3092\u9664\u304d\u307e\u3059\u3002\u6570\u5b57\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4f7f\u3048\u307e\u305b\u3093\u3002\uff09\n\u3053\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a\u3057\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u306b\u306f\u3001\u300c{1}\u300d\u304b\u3089\u30b9\u30b1\u30c3\u30c1\u3092\u524a\u9664\n\u3057\u3066\u4e0b\u3055\u3044\u3002
|
||||
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\u30d5\u30a9\u30eb\u30c0\u304c\u7121\u304f\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3057\u305f\u3002\n\u74b0\u5883\u8a2d\u5b9a\u3067\u6307\u5b9a\u3057\u3066\u3044\u308b\u4fdd\u5b58\u5834\u6240\u306b\u4fdd\u5b58\u3057\u76f4\u3057\u307e\u3059\u3002\n\u3053\u306e\u30b9\u30b1\u30c3\u30c1\u3068\u4e00\u7dd2\u306b\u4fdd\u5b58\u3057\u3066\u3044\u305f\u30d5\u30a1\u30a4\u30eb\u306f\u5931\u308f\u308c\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:2018
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ (but\ cannot\ start\ with\ a\ number).\nThey\ should\ also\ be\ less\ less\ than\ 64\ characters\ long.=\u90fd\u5408\u306b\u3088\u308a\u3001\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u5909\u66f4\u3057\u307e\u3057\u305f\u3002\n\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u306b\u4f7f\u3048\u308b\u6587\u5b57\u306f\u534a\u89d2\u82f1\u6570\u5b57\u3067\u3059\uff08\u6570\u5b57\u306f\u5148\u982d\u3092\u9664\u304f\uff09\u3002\n\u307e\u305f\u300164\u6587\u5b57\u4ee5\u4e0b\u3067\u3042\u308b\u3053\u3068\u304c\u5fc5\u8981\u3067\u3059\u3002
|
||||
|
||||
#: Base.java:259
|
||||
The\ sketchbook\ folder\ no\ longer\ exists.\nArduino\ will\ switch\ to\ the\ default\ sketchbook\nlocation,\ and\ create\ a\ new\ sketchbook\ folder\ if\nnecessary.\ Arduino\ will\ then\ stop\ talking\ about\nhimself\ in\ the\ third\ person.=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\u30d5\u30a9\u30eb\u30c0\u304c\u6709\u308a\u307e\u305b\u3093\u3002\n\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u5834\u6240\u306b\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\n\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210\u3057\u3001\u4eca\u5f8c\u306f\u3053\u3061\u3089\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Sketch.java:1075
|
||||
This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ you're\ trying\ to\ add\ it.\nI\ ain't\ not\ doin\ nuthin'.=\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u306f\u3059\u3067\u306b\u30b3\u30d4\u30fc\u3055\u308c\u3066\u30b9\u30b1\u30c3\u30c1\u306e\u4e2d\u306b\u3042\u308a\u307e\u3059\u3002\u307e\u3060\u3001\u4f55\u3082\u3057\u3066\u307e\u305b\u3093\u3088\uff01
|
||||
|
||||
#: Base.java:535
|
||||
Time\ for\ a\ Break=\u305d\u308d\u305d\u308d\u4f11\u307f\u307e\u3057\u3087\u3046
|
||||
|
||||
#: Editor.java:663
|
||||
Tools=\u30c4\u30fc\u30eb
|
||||
|
||||
#: Editor.java:1070
|
||||
Troubleshooting=\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0
|
||||
|
||||
#: ../Preferences.java:117
|
||||
!Turkish=
|
||||
|
||||
#: ../Preferences.java:118
|
||||
!Ukrainian=
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
Uncaught\ exception\ type\:\ {0}=\u60f3\u5b9a\u5916\u306e\u4f8b\u5916\u300c{0}\u300d\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u5143\u306b\u623b\u3059
|
||||
|
||||
#: Platform.java:168
|
||||
Unspecified\ platform,\ no\ launcher\ available.\nTo\ enable\ opening\ URLs\ or\ folders,\ add\ a\ \n"launcher\=/path/to/app"\ line\ to\ preferences.txt=\u5916\u90e8\u30d7\u30ed\u30b0\u30e9\u30e0\u8d77\u52d5\u30c4\u30fc\u30eb\u304c\u6709\u308a\u307e\u305b\u3093\u3002URL\u3084\u30d5\u30a9\u30eb\u30c0\u3092\u81ea\u52d5\u7684\u306b\u958b\u304f\u6a5f\u80fd\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001preferences.txt\u306b"launcher\=/path/to/app"\u306e\u8a2d\u5b9a\u884c\u3092\u8ffd\u52a0\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
Update=\u66f4\u65b0
|
||||
|
||||
#: Preferences.java:428
|
||||
Update\ sketch\ files\ to\ new\ extension\ on\ save\ (.pde\ ->\ .ino)=\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3059\u308b\u969b\u306b\u3001\u62e1\u5f35\u5b50\u3092.pde\u304b\u3089.ino\u306b\u5909\u66f4\u3059\u308b
|
||||
|
||||
#: EditorToolbar.java:41 Editor.java:545
|
||||
Upload=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306b\u66f8\u304d\u8fbc\u3080
|
||||
|
||||
#: EditorToolbar.java:46 Editor.java:553
|
||||
Upload\ Using\ Programmer=\u66f8\u8fbc\u88c5\u7f6e\u3092\u4f7f\u3063\u3066\u66f8\u304d\u8fbc\u3080
|
||||
|
||||
#: Editor.java:2403 Editor.java:2439
|
||||
Upload\ canceled.=\u66f8\u304d\u8fbc\u307f\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2378
|
||||
Uploading\ to\ I/O\ Board...=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306b\u66f8\u304d\u8fbc\u3093\u3067\u3044\u307e\u3059...
|
||||
|
||||
#: Sketch.java:1622
|
||||
Uploading...=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306b\u66f8\u304d\u8fbc\u3093\u3067\u3044\u307e\u3059...
|
||||
|
||||
#: Editor.java:1269
|
||||
Use\ Selection\ For\ Find=\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u6587\u5b57\u5217\u3092\u691c\u7d22
|
||||
|
||||
#: Preferences.java:409
|
||||
Use\ external\ editor=\u5916\u90e8\u306e\u30a8\u30c7\u30a3\u30bf\u3092\u4f7f\u7528\u3059\u308b
|
||||
|
||||
#: EditorToolbar.java:41 EditorToolbar.java:46
|
||||
Verify=\u691c\u8a3c
|
||||
|
||||
#: Editor.java:609
|
||||
Verify\ /\ Compile=\u691c\u8a3c\u30fb\u30b3\u30f3\u30d1\u30a4\u30eb
|
||||
|
||||
#: Preferences.java:400
|
||||
Verify\ code\ after\ upload=\u66f8\u304d\u8fbc\u307f\u3092\u691c\u8a3c\u3059\u308b
|
||||
|
||||
#: Editor.java:1105
|
||||
Visit\ Arduino.cc=Arduino.cc\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u3092\u958b\u304f
|
||||
|
||||
#: Base.java:2128
|
||||
Warning=\u8b66\u544a
|
||||
|
||||
#: debug/Compiler.java:444
|
||||
Wire.receive()\ has\ been\ renamed\ Wire.read().=\u300cWire.receive()\u300d\u306f\u3001\u300cWire.read()\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002
|
||||
|
||||
#: debug/Compiler.java:438
|
||||
Wire.send()\ has\ been\ renamed\ Wire.write().=\u300cWire.send()\u300d\u306f\u3001\u300cWire.write()\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002
|
||||
|
||||
#: FindReplace.java:105
|
||||
Wrap\ Around=\u884c\u672b\u3092\u6298\u308a\u66f2\u3052\u308b
|
||||
|
||||
#: debug/Uploader.java:213
|
||||
Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u3068\u901a\u4fe1\u3057\u305f\u3068\u3053\u308d\u3001\u9078\u629e\u3068\u7570\u306a\u308b\u30de\u30a4\u30b3\u30f3\u30c1\u30c3\u30d7\u304c\u5fdc\u7b54\u3057\u307e\u3057\u305f\u3002\u300c\u30c4\u30fc\u30eb\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u300d\u306e\u9078\u629e\u80a2\u304b\u3089\u3001\u6b63\u3057\u3044\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u3092\u9078\u3093\u3067\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Preferences.java:77 UpdateCheck.java:108
|
||||
Yes=\u306f\u3044
|
||||
|
||||
#: Sketch.java:1074
|
||||
You\ can't\ fool\ me=\u30d8\u30f3\u306a\u3053\u3068\u3057\u3061\u3083\u3060\u3081\u3067\u3059
|
||||
|
||||
#: Sketch.java:411
|
||||
You\ can't\ have\ a\ .cpp\ file\ with\ the\ same\ name\ as\ the\ sketch.=\u30b9\u30b1\u30c3\u30c1\u3068\u540c\u3058\u540d\u524d\u306e.cpp\u30d5\u30a1\u30a4\u30eb\u306f\u4f7f\u3048\u307e\u305b\u3093\u3002
|
||||
@ -481,599 +988,128 @@ You\ can't\ have\ a\ .cpp\ file\ with\ the\ same\ name\ as\ the\ sketch.=\u30b9\
|
||||
#: Sketch.java:421
|
||||
You\ can't\ rename\ the\ sketch\ to\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=\u3053\u306e\u30b9\u30b1\u30c3\u30c1\u306b\u306f\u3001\u3059\u3067\u306b\u305d\u306e\u540d\u524d\u306e.cpp\u30d5\u30a1\u30a4\u30eb\u304c\u5b58\u5728\u3059\u308b\u305f\u3081\u3001\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u300c{0}\u300d\u306b\u5909\u66f4\u3059\u308b\u4e8b\u304c\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:455
|
||||
Cannot\ Rename=\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:457
|
||||
#, java-format
|
||||
Sorry,\ a\ sketch\ (or\ folder)\ named\ "{0}"\ already\ exists.=\u3059\u3067\u306b\u300c{0}\u300d\u3068\u3044\u3046\u540d\u524d\u306e\u30b9\u30b1\u30c3\u30c1\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0\u304c\u5b58\u5728\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Sketch.java:475
|
||||
Could\ not\ rename\ the\ sketch.\ (0)=\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002(0)
|
||||
|
||||
#: Sketch.java:483 Sketch.java:528
|
||||
#, java-format
|
||||
Could\ not\ rename\ "{0}"\ to\ "{1}"=\u300c{0}\u300d\u306e\u540d\u524d\u3092\u300c{1}\u300d\u306b\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:496
|
||||
Could\ not\ rename\ the\ sketch.\ (1)=\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002(1)
|
||||
|
||||
#: Sketch.java:503
|
||||
Could\ not\ rename\ the\ sketch.\ (2)=\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002(2)
|
||||
|
||||
#: Sketch.java:540
|
||||
createNewFile()\ returned\ false=createNewFile()\u304cfalse\u3092\u8fd4\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:587
|
||||
Are\ you\ sure\ you\ want\ to\ delete\ this\ sketch?=\u3053\u306e\u30b9\u30b1\u30c3\u30c1\u3092\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Sketch.java:588
|
||||
#, java-format
|
||||
Are\ you\ sure\ you\ want\ to\ delete\ "{0}"?=\u300c{0}\u300d\u3092\u672c\u5f53\u306b\u524a\u9664\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Sketch.java:616
|
||||
Couldn't\ do\ it=\u305d\u308c\u306f\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:617
|
||||
#, java-format
|
||||
Could\ not\ delete\ "{0}".=\u300c{0}\u300d\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:647
|
||||
removeCode\:\ internal\ error..\ could\ not\ find\ code=removeCode\uff1a\u5185\u90e8\u30a8\u30e9\u30fc\u3001\u5bfe\u8c61\u306e\u30b3\u30fc\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:720
|
||||
Sketch\ is\ read-only=\u30b9\u30b1\u30c3\u30c1\u306b\u66f8\u304d\u8fbc\u3081\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:721
|
||||
Some\ files\ are\ marked\ "read-only",\ so\ you'll\nneed\ to\ re-save\ this\ sketch\ to\ another\ location.=\u66f8\u304d\u8fbc\u307f\u5148\u306e\u5834\u6240\u306b\u306f\u3001\u66f8\u304d\u8fbc\u307f\u7981\u6b62\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u305f\u3081\u3001\u3053\u306e\u30b9\u30b1\u30c3\u30c1\u306f\u5225\u306e\u5834\u6240\u306b\u4fdd\u5b58\u3057\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Sketch.java:739
|
||||
In\ Arduino\ 1.0,\ the\ default\ file\ extension\ has\ changed\nfrom\ .pde\ to\ .ino.\ \ New\ sketches\ (including\ those\ created\nby\ "Save-As"\ will\ use\ the\ new\ extension.\ \ The\ extension\nof\ existing\ sketches\ will\ be\ updated\ on\ save,\ but\ you\ can\ndisable\ this\ in\ the\ Preferences\ dialog.\n\nSave\ sketch\ and\ update\ its\ extension?=Arduino 1.0\u3067\u306f\u3001\u30b9\u30b1\u30c3\u30c1\u306e\u30d5\u30a1\u30a4\u30eb\u306e\u62e1\u5f35\u5b50\u3092.pde\u304b\u3089.ino\u306b\n\u5909\u66f4\u3057\u307e\u3057\u305f\u3002\u65b0\u3057\u3044\u30b9\u30b1\u30c3\u30c1\u304a\u3088\u3073\u300c\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58\u300d\u3067\u4fdd\u5b58\n\u3057\u305f\u30b9\u30b1\u30c3\u30c1\u306b\u306f\u3001\u65b0\u3057\u3044\u62e1\u5f35\u5b50\u304c\u4f7f\u308f\u308c\u307e\u3059\u3002\u307e\u305f\u3001\u65e2\u5b58\u306e\u30b9\u30b1\u30c3\u30c1\n\u3092\u958b\u3044\u3066\u304b\u3089\u4fdd\u5b58\u3059\u308b\u3068\u3001\u65b0\u3057\u3044\u62e1\u5f35\u5b50\u306b\u81ea\u52d5\u7684\u306b\u5909\u66f4\u3055\u308c\u307e\u3059\u3002\n\u3053\u306e\u6a5f\u80fd\u306f\u3001\u300c\u74b0\u5883\u8a2d\u5b9a\u300d\u3067\u7121\u52b9\u306b\u3059\u308b\u4e8b\u304c\u3067\u304d\u307e\u3059\u3002\n\n\u62e1\u5f35\u5b50\u3092\u5909\u66f4\u3057\u3066\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Sketch.java:746
|
||||
.pde\ ->\ .ino=.pde\u304b\u3089.ino\u3078
|
||||
|
||||
#: Sketch.java:825
|
||||
Save\ sketch\ folder\ as...=\u30b9\u30b1\u30c3\u30c1\u306e\u30d5\u30a9\u30eb\u30c0\u306e\u4fdd\u5b58\u5148...
|
||||
|
||||
#: Sketch.java:861
|
||||
You\ can't\ save\ the\ sketch\ as\ "{0}"\nbecause\ the\ sketch\ already\ has\ a\ .cpp\ file\ with\ that\ name.=\u3053\u306e\u30b9\u30b1\u30c3\u30c1\u306b\u306f\u3001\u3059\u3067\u306b\u305d\u306e\u540d\u524d\u306e.cpp\u30d5\u30a1\u30a4\u30eb\u304c\u5b58\u5728\u3059\u308b\u305f\u3081\u3001\u30b9\u30b1\u30c3\u30c1\u3092\u300c{0}\u300d\u3068\u3057\u3066\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:882
|
||||
How\ very\ Borges\ of\ you=\u305d\u308c\u306f\u30e0\u30ea\u3067\u3059
|
||||
|
||||
#: Sketch.java:883
|
||||
You\ cannot\ save\ the\ sketch\ into\ a\ folder\ninside\ itself.\ This\ would\ go\ on\ forever.=\u81ea\u3089\u306e\u30b9\u30b1\u30c3\u30c1\u306e\u30d5\u30a9\u30eb\u30c0\u306e\u4e2d\u306b\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u306a\u3093\u3066\u3067\u304d\u307e\u305b\u3093\u3002\u7121\u9650\u30eb\u30fc\u30d7\u306b\u306a\u3063\u3061\u3083\u3044\u307e\u3059\u3002
|
||||
|
||||
#: Sketch.java:975
|
||||
Select\ an\ image\ or\ other\ data\ file\ to\ copy\ to\ your\ sketch=\u753b\u50cf\u306a\u3069\u3001\u30b9\u30b1\u30c3\u30c1\u306e\u4e00\u90e8\u3068\u3057\u3066\u30b3\u30d4\u30fc\u3057\u3066\u52a0\u3048\u305f\u3044\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
#: Base.java:1888
|
||||
You\ forgot\ your\ sketchbook=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u884c\u65b9\u4e0d\u660e
|
||||
|
||||
#: Sketch.java:992 Editor.java:376
|
||||
One\ file\ added\ to\ the\ sketch.=\u30b9\u30b1\u30c3\u30c1\u306b\u30d5\u30a1\u30a4\u30eb\u30921\u500b\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002
|
||||
#: Base.java:536
|
||||
You've\ reached\ the\ limit\ for\ auto\ naming\ of\ new\ sketches\nfor\ the\ day.\ How\ about\ going\ for\ a\ walk\ instead?=\u4eca\u65e5\u306f\u3082\u3046\u3001\u3053\u308c\u4ee5\u4e0a\u3001\u65b0\u3057\u3044\u30b9\u30b1\u30c3\u30c1\u306b\u81ea\u52d5\u7684\u306b\u540d\u524d\u3092\u4ed8\u3051\u308b\n\u4e8b\u304c\u3067\u304d\u307e\u305b\u3093\u3002\u305d\u308d\u305d\u308d\u3001\u304a\u4f11\u307f\u306b\u3057\u307e\u305b\u3093\u304b\uff1f
|
||||
|
||||
#: Sketch.java:1043
|
||||
#: Base.java:2638
|
||||
ZIP\ files\ or\ folders=ZIP\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30d5\u30a9\u30eb\u30c0
|
||||
|
||||
#: Base.java:2661
|
||||
Zip\ doesn't\ contain\ a\ library=\u6307\u5b9a\u3055\u308c\u305fZIP\u30d5\u30a1\u30a4\u30eb\u306b\u306f\u30e9\u30a4\u30d6\u30e9\u30ea\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:364
|
||||
#, java-format
|
||||
Replace\ the\ existing\ version\ of\ {0}?=\u3059\u3067\u306b\u540c\u3058\u300c{0}\u300d\u3068\u3044\u3046\u540d\u524d\u306e\u30d5\u30a1\u30a4\u30eb\u304c\u30b9\u30b1\u30c3\u30c1\u306e\u4e2d\u306b\u3042\u308a\u307e\u3059\u304c\u3001\u7f6e\u304d\u63db\u3048\u307e\u3059\u304b\uff1f
|
||||
".{0}"\ is\ not\ a\ valid\ extension.=\u62e1\u5f35\u5b50\u300c.{0}\u300d\u306f\u3001\u4f7f\u3048\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:1065 Sketch.java:1088
|
||||
Error\ adding\ file=\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0\u3059\u308b\u969b\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:1066
|
||||
#: SketchCode.java:258
|
||||
#, java-format
|
||||
Could\ not\ delete\ the\ existing\ ''{0}''\ file.=\u65e2\u5b58\u306e\u300c{0}\u300d\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:1074
|
||||
You\ can't\ fool\ me=\u30d8\u30f3\u306a\u3053\u3068\u3057\u3061\u3083\u3060\u3081\u3067\u3059
|
||||
|
||||
#: Sketch.java:1075
|
||||
This\ file\ has\ already\ been\ copied\ to\ the\nlocation\ from\ which\ where\ you're\ trying\ to\ add\ it.\nI\ ain't\ not\ doin\ nuthin'.=\u3053\u306e\u30d5\u30a1\u30a4\u30eb\u306f\u3059\u3067\u306b\u30b3\u30d4\u30fc\u3055\u308c\u3066\u30b9\u30b1\u30c3\u30c1\u306e\u4e2d\u306b\u3042\u308a\u307e\u3059\u3002\u307e\u3060\u3001\u4f55\u3082\u3057\u3066\u307e\u305b\u3093\u3088\uff01
|
||||
|
||||
#: Sketch.java:1089
|
||||
#, java-format
|
||||
Could\ not\ add\ ''{0}''\ to\ the\ sketch.=\u30d5\u30a1\u30a4\u30eb\u300c{0}\u300d\u3092\u30b9\u30b1\u30c3\u30c1\u306b\u52a0\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:1392 Sketch.java:1423
|
||||
Build\ folder\ disappeared\ or\ could\ not\ be\ written=\u30d3\u30eb\u30c9\u7528\u306e\u30d5\u30a9\u30eb\u30c0\u304c\u6d88\u3048\u3066\u3057\u307e\u3063\u305f\u304b\u3001\u66f8\u304d\u8fbc\u307f\u304c\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:1407
|
||||
Could\ not\ find\ main\ class=\u30e1\u30a4\u30f3\u306e\u30af\u30e9\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:1432
|
||||
#, java-format
|
||||
Uncaught\ exception\ type\:\ {0}=\u60f3\u5b9a\u5916\u306e\u4f8b\u5916\u300c{0}\u300d\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:1467
|
||||
#, java-format
|
||||
Problem\ moving\ {0}\ to\ the\ build\ folder=\u300c{0}\u300d\u3092\u30d3\u30eb\u30c9\u30d5\u30a9\u30eb\u30c0\u306b\u79fb\u52d5\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:1608 Editor.java:1890
|
||||
Compiling\ sketch...=\u30b9\u30b1\u30c3\u30c1\u3092\u30b3\u30f3\u30d1\u30a4\u30eb\u3057\u3066\u3044\u307e\u3059...
|
||||
|
||||
#: Sketch.java:1622
|
||||
Uploading...=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306b\u66f8\u304d\u8fbc\u3093\u3067\u3044\u307e\u3059...
|
||||
|
||||
#: Sketch.java:1644
|
||||
#, java-format
|
||||
Binary\ sketch\ size\:\ {0}\ bytes\ (of\ a\ {1}\ byte\ maximum)=\u30b3\u30f3\u30d1\u30a4\u30eb\u5f8c\u306e\u30b9\u30b1\u30c3\u30c1\u306e\u30b5\u30a4\u30ba\uff1a{0}\u30d0\u30a4\u30c8\uff08\u6700\u5927\u5bb9\u91cf{1}\u30d0\u30a4\u30c8\uff09
|
||||
|
||||
#: Sketch.java:1647
|
||||
Couldn't\ determine\ program\ size\:\ {0}=\u30b3\u30f3\u30d1\u30a4\u30eb\u5f8c\u306e\u30b5\u30a4\u30ba\u304c\u308f\u304b\u308a\u307e\u305b\u3093\uff1a{0}
|
||||
|
||||
#: Sketch.java:1653
|
||||
Sketch\ too\ big;\ see\ http\://www.arduino.cc/en/Guide/Troubleshooting\#size\ for\ tips\ on\ reducing\ it.=\u30b9\u30b1\u30c3\u30c1\u304c\u5927\u304d\u3059\u304e\u307e\u3059\u3002http\://www.arduino.cc/en/Guide/Troubleshooting\#size \u306b\u306f\u3001\u5c0f\u3055\u304f\u3059\u308b\u30b3\u30c4\u304c\u66f8\u3044\u3066\u3042\u308a\u307e\u3059\u3002
|
||||
|
||||
#: Sketch.java:1712
|
||||
Missing\ the\ */\ from\ the\ end\ of\ a\ /*\ comment\ */=\u300c/* */\u300d\u5f62\u5f0f\u306e\u30b3\u30e1\u30f3\u30c8\u306e\u300c*/\u300d\u304c\u3042\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:1754
|
||||
Sketch\ Disappeared=\u30b9\u30b1\u30c3\u30c1\u304c\u6d88\u6ec5\u3057\u3066\u3057\u307e\u3044\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:1755
|
||||
The\ sketch\ folder\ has\ disappeared.\n\ Will\ attempt\ to\ re-save\ in\ the\ same\ location,\nbut\ anything\ besides\ the\ code\ will\ be\ lost.=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af\u306e\u4fdd\u5b58\u5834\u6240\u30d5\u30a9\u30eb\u30c0\u304c\u7121\u304f\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3057\u305f\u3002\n\u74b0\u5883\u8a2d\u5b9a\u3067\u6307\u5b9a\u3057\u3066\u3044\u308b\u4fdd\u5b58\u5834\u6240\u306b\u4fdd\u5b58\u3057\u76f4\u3057\u307e\u3059\u3002\n\u3053\u306e\u30b9\u30b1\u30c3\u30c1\u3068\u4e00\u7dd2\u306b\u4fdd\u5b58\u3057\u3066\u3044\u305f\u30d5\u30a1\u30a4\u30eb\u306f\u5931\u308f\u308c\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Sketch.java:1768
|
||||
Could\ not\ re-save\ sketch=\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3057\u76f4\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Sketch.java:1769
|
||||
Could\ not\ properly\ re-save\ the\ sketch.\ You\ may\ be\ in\ trouble\ at\ this\ point,\nand\ it\ might\ be\ time\ to\ copy\ and\ paste\ your\ code\ to\ another\ text\ editor.=\u30b9\u30b1\u30c3\u30c1\u3092\u6b63\u5e38\u306b\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\n\u4fdd\u5b58\u5148\u306b\u554f\u984c\u304c\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\n\u5225\u306e\u30c6\u30ad\u30b9\u30c8\u30a8\u30c7\u30a3\u30bf\u3067\u30b9\u30b1\u30c3\u30c1\u3092\u958b\u304d\u3001\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc\uff06\u30da\u30fc\u30b9\u30c8\u3057\u3066\u5225\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u4fdd\u5b58\u3059\u308b\u3053\u3068\u3092\u304a\u3059\u3059\u3081\u3057\u307e\u3059\u3002
|
||||
|
||||
#: Sketch.java:2018
|
||||
The\ sketch\ name\ had\ to\ be\ modified.\ Sketch\ names\ can\ only\ consist\nof\ ASCII\ characters\ and\ numbers\ (but\ cannot\ start\ with\ a\ number).\nThey\ should\ also\ be\ less\ less\ than\ 64\ characters\ long.=\u90fd\u5408\u306b\u3088\u308a\u3001\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u3092\u5909\u66f4\u3057\u307e\u3057\u305f\u3002\n\u30b9\u30b1\u30c3\u30c1\u306e\u540d\u524d\u306b\u4f7f\u3048\u308b\u6587\u5b57\u306f\u534a\u89d2\u82f1\u6570\u5b57\u3067\u3059\uff08\u6570\u5b57\u306f\u5148\u982d\u3092\u9664\u304f\uff09\u3002\n\u307e\u305f\u300164\u6587\u5b57\u4ee5\u4e0b\u3067\u3042\u308b\u3053\u3068\u304c\u5fc5\u8981\u3067\u3059\u3002
|
||||
|
||||
#: SerialMonitor.java:93
|
||||
Send=\u9001\u4fe1
|
||||
|
||||
#: SerialMonitor.java:110
|
||||
Autoscroll=\u81ea\u52d5\u30b9\u30af\u30ed\u30fc\u30eb
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
No\ line\ ending=\u6539\u884c\u306a\u3057
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
Newline=LF\u306e\u307f
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
Carriage\ return=CR\u306e\u307f
|
||||
|
||||
#: SerialMonitor.java:112
|
||||
Both\ NL\ &\ CR=CR\u304a\u3088\u3073LF
|
||||
|
||||
#: SerialMonitor.java:130 SerialMonitor.java:133
|
||||
baud=bps
|
||||
|
||||
#: debug/Compiler.java:47
|
||||
http\://code.google.com/p/arduino/issues/list=http\://code.google.com/p/arduino/issues/list
|
||||
|
||||
#: debug/Compiler.java:49 debug/Uploader.java:45
|
||||
#, java-format
|
||||
Compiler\ error,\ please\ submit\ this\ code\ to\ {0}=\u30b3\u30f3\u30d1\u30a4\u30e9\u306e\u30a8\u30e9\u30fc\u3067\u3059\u3002\u554f\u984c\u306e\u8d77\u304d\u305f\u30b9\u30b1\u30c3\u30c1\u3092{0}\u306b\u9001\u3063\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: debug/Compiler.java:126
|
||||
No\ board\ selected;\ please\ choose\ a\ board\ from\ the\ Tools\ >\ Board\ menu.=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u304c\u9078\u3070\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u300c\u30c4\u30fc\u30eb\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u300d\u306e\u9078\u629e\u80a2\u304b\u3089\u3001\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u3092\u9078\u3093\u3067\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: debug/Compiler.java:365
|
||||
#, java-format
|
||||
{0}\ returned\ {1}={0}\u304c{1}\u3092\u8fd4\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: debug/Compiler.java:369
|
||||
Error\ compiling.=\u30b3\u30f3\u30d1\u30a4\u30eb\u6642\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: debug/Compiler.java:408
|
||||
Please\ import\ the\ SPI\ library\ from\ the\ Sketch\ >\ Import\ Library\ menu.=\u300c\u30b9\u30b1\u30c3\u30c1\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u4f7f\u7528\u300d\u3067\u3001SPI\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u8aad\u307f\u8fbc\u3093\u3067\u304f\u3060\u3055\u3044\u3002
|
||||
"{0}"\ contains\ unrecognized\ characters.If\ this\ code\ was\ created\ with\ an\ older\ version\ of\ Processing,you\ may\ need\ to\ use\ Tools\ ->\ Fix\ Encoding\ &\ Reload\ to\ updatethe\ sketch\ to\ use\ UTF-8\ encoding.\ If\ not,\ you\ may\ need\ todelete\ the\ bad\ characters\ to\ get\ rid\ of\ this\ warning.=\u300c{0}\u300d\u306b\u306f\u3001\u8a8d\u8b58\u3067\u304d\u306a\u3044\u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u3082\u3057\u3082\u3001\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306eIDE\u3067\u3053\u306e\u30b9\u30b1\u30c3\u30c1\u3092\u4f5c\u6210\u3057\u3066\u3044\u305f\u5834\u5408\u306b\u306f\u3001\u300c\u30c4\u30fc\u30eb\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\u4fee\u6b63\u300d\u3092\u5b9f\u884c\u3059\u308b\u4e8b\u306b\u3088\u3063\u3066\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u3092UTF-8\u306b\u5909\u66f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u305d\u3046\u3067\u306a\u3044\u5834\u5408\u306b\u306f\u3001\u3053\u308c\u3089\u306e\u8a8d\u8b58\u3067\u304d\u306a\u3044\u6587\u5b57\u3092\u624b\u4f5c\u696d\u3067\u524a\u9664\u3057\u3066\u3044\u305f\u3060\u304f\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
|
||||
|
||||
#: debug/Compiler.java:409
|
||||
\nAs\ of\ Arduino\ 0019,\ the\ Ethernet\ library\ depends\ on\ the\ SPI\ library.\nYou\ appear\ to\ be\ using\ it\ or\ another\ library\ that\ depends\ on\ the\ SPI\ library.\n\n=\nArduino 0019\u4ee5\u964d\u3001Ethernet\u30e9\u30a4\u30d6\u30e9\u30ea\u306fSPI\u30e9\u30a4\u30d6\u30e9\u30ea\u306b\u4f9d\u5b58\u3057\u3066\u3044\u307e\u3059\u3002\nEthernet\u30e9\u30a4\u30d6\u30e9\u30ea\u307e\u305f\u306f\u305d\u306e\u4ed6\u306e\u3001SPI\u30e9\u30a4\u30d6\u30e9\u30ea\u306b\u4f9d\u5b58\u3059\u308b\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u306d\u3002\n\n
|
||||
|
||||
#: debug/Compiler.java:414
|
||||
The\ 'BYTE'\ keyword\ is\ no\ longer\ supported.=\u300cBYTE\u300d\u30ad\u30fc\u30ef\u30fc\u30c9\u306f\u3001\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3057\u305f\u3002
|
||||
|
||||
#: debug/Compiler.java:415
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ 'BYTE'\ keyword\ is\ no\ longer\ supported.\nPlease\ use\ Serial.write()\ instead.\n\n=\nArduino 1.0\u4ee5\u964d\u3001\u300cBYTE\u300d\u30ad\u30fc\u30ef\u30fc\u30c9\u306f\u4f7f\u7528\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3057\u305f\u3002\nSerial.write()\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002\n\n
|
||||
|
||||
#: debug/Compiler.java:420
|
||||
The\ Server\ class\ has\ been\ renamed\ EthernetServer.=\u300cServer\u300d\u30af\u30e9\u30b9\u306f\u300cEthernetServer\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002
|
||||
|
||||
#: debug/Compiler.java:421
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Server\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetServer.\n\n=\nArduino 1.0\u4ee5\u964d\u3001Ethernet\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u300cServer\u300d\u30af\u30e9\u30b9\u306f\u3001\u300cEthernetServer\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\n\n
|
||||
|
||||
#: debug/Compiler.java:426
|
||||
The\ Client\ class\ has\ been\ renamed\ EthernetClient.=\u300cClient\u300d\u30af\u30e9\u30b9\u306f\u300cEthernetClient\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002
|
||||
|
||||
#: debug/Compiler.java:427
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Client\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetClient.\n\n=\nArduino 1.0\u4ee5\u964d\u3001Ethernet\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u300cClient\u300d\u30af\u30e9\u30b9\u306f\u3001\u300cEthernetClient\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\n\n
|
||||
|
||||
#: debug/Compiler.java:432
|
||||
The\ Udp\ class\ has\ been\ renamed\ EthernetUdp.=\u300cUdp\u300d\u30af\u30e9\u30b9\u306f\u300cEthernetUdp\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002
|
||||
#: debug/Compiler.java:421
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Server\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetServer.\n\n=\nArduino 1.0\u4ee5\u964d\u3001Ethernet\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u300cServer\u300d\u30af\u30e9\u30b9\u306f\u3001\u300cEthernetServer\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\n\n
|
||||
|
||||
#: debug/Compiler.java:433
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Udp\ class\ in\ the\ Ethernet\ library\ has\ been\ renamed\ to\ EthernetUdp.\n\n=\nArduino 1.0\u4ee5\u964d\u3001Ethernet\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u300cUdp\u300d\u30af\u30e9\u30b9\u306f\u3001\u300cEthernetUdp\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\n\n
|
||||
|
||||
#: debug/Compiler.java:438
|
||||
Wire.send()\ has\ been\ renamed\ Wire.write().=\u300cWire.send()\u300d\u306f\u3001\u300cWire.write()\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002
|
||||
#: debug/Compiler.java:445
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.receive()\ function\ was\ renamed\ to\ Wire.read()\ for\ consistency\ with\ other\ libraries.\n\n=\nArduino 1.0\u4ee5\u964d\u3001\u300cWire.receive()\u300d\u95a2\u6570\u306f\u3001\u4ed6\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u3068\u306e\u6574\u5408\u6027\u3092\u9ad8\u3081\u308b\u305f\u3081\u3001\u300cWire.read()\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\n
|
||||
|
||||
#: debug/Compiler.java:439
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.send()\ function\ was\ renamed\ to\ Wire.write()\ for\ consistency\ with\ other\ libraries.\n\n=\nArduino 1.0\u4ee5\u964d\u3001\u300cWire.send()\u300d\u95a2\u6570\u306f\u3001\u4ed6\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u3068\u306e\u6574\u5408\u6027\u3092\u9ad8\u3081\u308b\u305f\u3081\u3001\u300cWire.write()\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\n
|
||||
|
||||
#: debug/Compiler.java:444
|
||||
Wire.receive()\ has\ been\ renamed\ Wire.read().=\u300cWire.receive()\u300d\u306f\u3001\u300cWire.read()\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002
|
||||
#: SerialMonitor.java:130 SerialMonitor.java:133
|
||||
baud=bps
|
||||
|
||||
#: debug/Compiler.java:445
|
||||
\nAs\ of\ Arduino\ 1.0,\ the\ Wire.receive()\ function\ was\ renamed\ to\ Wire.read()\ for\ consistency\ with\ other\ libraries.\n\n=\nArduino 1.0\u4ee5\u964d\u3001\u300cWire.receive()\u300d\u95a2\u6570\u306f\u3001\u4ed6\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u3068\u306e\u6574\u5408\u6027\u3092\u9ad8\u3081\u308b\u305f\u3081\u3001\u300cWire.read()\u300d\u306b\u540d\u79f0\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002\n
|
||||
#: Preferences.java:389
|
||||
compilation\ =\u30b3\u30f3\u30d1\u30a4\u30eb
|
||||
|
||||
#: debug/Compiler.java:450
|
||||
'Mouse'\ only\ supported\ on\ the\ Arduino\ Leonardo=\u300cMouse\u300d\u306fArduino Leonardo\u3060\u3051\u3067\u4f7f\u3048\u307e\u3059\u3002
|
||||
#: Sketch.java:540
|
||||
createNewFile()\ returned\ false=createNewFile()\u304cfalse\u3092\u8fd4\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: debug/Compiler.java:455
|
||||
'Keyboard'\ only\ supported\ on\ the\ Arduino\ Leonardo=\u300cKeyboard\u300d\u306fArduino Leonardo\u3060\u3051\u3067\u4f7f\u3048\u307e\u3059\u3002
|
||||
#: Base.java:2090
|
||||
environment=environment
|
||||
|
||||
#: Editor.java:999
|
||||
error\ retrieving\ port\ list=\u30dd\u30fc\u30c8\u540d\u306e\u4e00\u89a7\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:1108
|
||||
http\://arduino.cc/=http\://arduino.cc/
|
||||
|
||||
#: ../debug/Compiler.java:49
|
||||
!http\://github.com/arduino/Arduino/issues=
|
||||
|
||||
#: UpdateCheck.java:118
|
||||
http\://www.arduino.cc/en/Main/Software=http\://www.arduino.cc/en/Main/Software
|
||||
|
||||
#: UpdateCheck.java:53
|
||||
http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
|
||||
#: Base.java:2075
|
||||
http\://www.arduino.cc/playground/Learning/Linux=http\://www.arduino.cc/playground/Learning/Linux
|
||||
|
||||
#: debug/Uploader.java:43
|
||||
https\://developer.berlios.de/bugs/?group_id\=3590=https\://developer.berlios.de/bugs/?group_id\=3590
|
||||
|
||||
#: debug/Uploader.java:195
|
||||
#: Preferences.java:625
|
||||
#, java-format
|
||||
the\ selected\ serial\ port\ {0}\ does\ not\ exist\ or\ your\ board\ is\ not\ connected=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u305d\u306e\u30dd\u30fc\u30c8\u306f\u5b58\u5728\u3057\u306a\u3044\u304b\u3001\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u304c\u63a5\u7d9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
|
||||
ignoring\ invalid\ font\ size\ {0}=\u30d5\u30a9\u30f3\u30c8\u30b5\u30a4\u30ba\u306e\u6307\u5b9a\u300c{0}\u300d\u304c\u7570\u5e38\u306a\u306e\u3067\u7121\u8996\u3057\u307e\u3059\u3002
|
||||
|
||||
#: debug/Uploader.java:199
|
||||
Device\ is\ not\ responding,\ check\ the\ right\ serial\ port\ is\ selected\ or\ RESET\ the\ board\ right\ before\ exporting=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u304c\u5fdc\u7b54\u3057\u307e\u305b\u3093\u3002\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u304c\u6b63\u3057\u304f\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u307e\u305f\u3001\u66f8\u304d\u8fbc\u307f\u306e\u76f4\u524d\u306b\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
#: Base.java:2080
|
||||
index.html=index.html
|
||||
|
||||
#: debug/Uploader.java:209
|
||||
Problem\ uploading\ to\ board.\ \ See\ http\://www.arduino.cc/en/Guide/Troubleshooting\#upload\ for\ suggestions.=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306b\u66f8\u304d\u8fbc\u3082\u3046\u3068\u3057\u307e\u3057\u305f\u304c\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\n\u3053\u306e\u30da\u30fc\u30b8\u3092\u53c2\u8003\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\nhttp\://www.arduino.cc/en/Guide/Troubleshooting\#upload
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name\u304cnull\u3067\u3059
|
||||
|
||||
#: debug/Uploader.java:213
|
||||
Wrong\ microcontroller\ found.\ \ Did\ you\ select\ the\ right\ board\ from\ the\ Tools\ >\ Board\ menu?=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u3068\u901a\u4fe1\u3057\u305f\u3068\u3053\u308d\u3001\u9078\u629e\u3068\u7570\u306a\u308b\u30de\u30a4\u30b3\u30f3\u30c1\u30c3\u30d7\u304c\u5fdc\u7b54\u3057\u307e\u3057\u305f\u3002\u300c\u30c4\u30fc\u30eb\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u300d\u306e\u9078\u629e\u80a2\u304b\u3089\u3001\u6b63\u3057\u3044\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u3092\u9078\u3093\u3067\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: debug/BasicUploader.java:80
|
||||
Forcing\ reset\ using\ 1200bps\ open/close\ on\ port\ =\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u30921200bps\u3067\u958b\u9589\u3059\u308b\u4e8b\u306b\u3088\u308a\u3001\u30ea\u30bb\u30c3\u30c8\u3092\u884c\u306a\u3063\u3066\u3044\u307e\u3059\u3002
|
||||
|
||||
#: debug/BasicUploader.java:209
|
||||
Couldn't\ find\ a\ Board\ on\ the\ selected\ port.\ Check\ that\ you\ have\ the\ correct\ port\ selected.\ \ If\ it\ is\ correct,\ try\ pressing\ the\ board's\ reset\ button\ after\ initiating\ the\ upload.=\u6307\u5b9a\u3055\u308c\u305f\u30dd\u30fc\u30c8\u306b\u306f\u3001\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u304c\u63a5\u7d9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u6b63\u3057\u3044\u30dd\u30fc\u30c8\u3092\u9078\u3093\u3067\u3042\u308b\u4e8b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3082\u3057\u3082\u6b63\u3057\u3044\u30dd\u30fc\u30c8\u3092\u9078\u3093\u3067\u3042\u308b\u5834\u5408\u306b\u306f\u3001\u66f8\u304d\u8fbc\u307f\u3092\u958b\u59cb\u3057\u305f\u76f4\u5f8c\u306b\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306e\u30ea\u30bb\u30c3\u30c8\u30dc\u30bf\u30f3\u3092\u62bc\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Serial.java:121
|
||||
#, java-format
|
||||
Serial\ port\ ''{0}''\ already\ in\ use.\ Try\ quitting\ any\ programs\ that\ may\ be\ using\ it.=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u306f\u3001\u4ed6\u306e\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3067\u4f7f\u308f\u308c\u3066\u3044\u307e\u3059\u3002\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u3092\u4f7f\u3063\u3066\u3044\u308b\u53ef\u80fd\u6027\u306e\u6709\u308b\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3092\u7d42\u4e86\u3055\u305b\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Serial.java:125
|
||||
#, java-format
|
||||
Error\ touching\ serial\ port\ ''{0}''.=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u3092\u30bf\u30c3\u30c1\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Serial.java:174
|
||||
#, java-format
|
||||
Serial\ port\ ''{0}''\ already\ in\ use.\ Try\ quiting\ any\ programs\ that\ may\ be\ using\ it.=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u306f\u3001\u307b\u304b\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u4f7f\u7528\u4e2d\u3067\u3059\u3002\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u3092\u4f7f\u3063\u3066\u3044\u308b\u53ef\u80fd\u6027\u306e\u3042\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Serial.java:181
|
||||
#, java-format
|
||||
Error\ opening\ serial\ port\ ''{0}''.=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u304c\u958b\u3051\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Serial.java:194
|
||||
#, java-format
|
||||
Serial\ port\ ''{0}''\ not\ found.\ Did\ you\ select\ the\ right\ one\ from\ the\ Tools\ >\ Serial\ Port\ menu?=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u300c\u30c4\u30fc\u30eb\u300d\u30e1\u30cb\u30e5\u30fc\u306e\u300c\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300d\u3067\u3001\u6b63\u3057\u3044\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u3092\u9078\u3093\u3067\u3042\u308a\u307e\u3059\u304b\uff1f
|
||||
#: Base.java:2090
|
||||
platforms.html=platforms.html
|
||||
|
||||
#: Serial.java:451
|
||||
#, java-format
|
||||
readBytesUntil()\ byte\ buffer\ is\ too\ small\ for\ the\ {0}\ bytes\ up\ to\ and\ including\ char\ {1}=readBytesUntil()\u3067\u6587\u5b57\u300c{1}\u300d\u304c\u898b\u3064\u304b\u308b\u307e\u3067\u8aad\u307f\u8fbc\u3082\u3046\u3068\u3057\u307e\u3057\u305f\u304c\u3001\u30d0\u30c3\u30d5\u30a1\u306e\u9577\u3055{0}\u30d0\u30a4\u30c8\u3067\u306f\u8db3\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Serial.java:593
|
||||
#: Sketch.java:647
|
||||
removeCode\:\ internal\ error..\ could\ not\ find\ code=removeCode\uff1a\u5185\u90e8\u30a8\u30e9\u30fc\u3001\u5bfe\u8c61\u306e\u30b3\u30fc\u30c9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu\u304cnull\u3067\u3059
|
||||
|
||||
#: debug/Uploader.java:195
|
||||
#, java-format
|
||||
Error\ inside\ Serial.{0}()=Serial.{0}()\u3067\u30a8\u30e9\u30fc
|
||||
the\ selected\ serial\ port\ {0}\ does\ not\ exist\ or\ your\ board\ is\ not\ connected=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u304c\u9078\u629e\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u305d\u306e\u30dd\u30fc\u30c8\u306f\u5b58\u5728\u3057\u306a\u3044\u304b\u3001\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u304c\u63a5\u7d9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
|
||||
|
||||
#: UpdateCheck.java:53
|
||||
http\://www.arduino.cc/latest.txt=http\://www.arduino.cc/latest.txt
|
||||
|
||||
#: UpdateCheck.java:103
|
||||
A\ new\ version\ of\ Arduino\ is\ available,\nwould\ you\ like\ to\ visit\ the\ Arduino\ download\ page?=Arduino IDE\u306e\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u304c\u5165\u624b\u53ef\u80fd\u306b\u306a\u308a\u307e\u3057\u305f\u3002\n\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30da\u30fc\u30b8\u3092\u958b\u304d\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: UpdateCheck.java:111
|
||||
Update=\u66f4\u65b0
|
||||
|
||||
#: UpdateCheck.java:118
|
||||
http\://www.arduino.cc/en/Main/Software=http\://www.arduino.cc/en/Main/Software
|
||||
|
||||
#: Editor.java:373
|
||||
No\ files\ were\ added\ to\ the\ sketch.=\u30b9\u30b1\u30c3\u30c1\u306b\u30d5\u30a1\u30a4\u30eb\u306f\u8ffd\u52a0\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
#: Preferences.java:391
|
||||
upload=\u66f8\u304d\u8fbc\u307f
|
||||
|
||||
#: Editor.java:380
|
||||
#, java-format
|
||||
{0}\ files\ added\ to\ the\ sketch.=\u30b9\u30b1\u30c3\u30c1\u306b\u30d5\u30a1\u30a4\u30eb\u3092{0}\u500b\u8ffd\u52a0\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:491
|
||||
File=\u30d5\u30a1\u30a4\u30eb
|
||||
|
||||
#: Editor.java:510
|
||||
Sketchbook=\u30b9\u30b1\u30c3\u30c1\u30d6\u30c3\u30af
|
||||
|
||||
#: Editor.java:516
|
||||
Examples=\u30b9\u30b1\u30c3\u30c1\u306e\u4f8b
|
||||
|
||||
#: Editor.java:521 Editor.java:2024
|
||||
Close=\u9589\u3058\u308b
|
||||
|
||||
#: Editor.java:537
|
||||
Save\ As...=\u540d\u524d\u3092\u4ed8\u3051\u3066\u4fdd\u5b58
|
||||
|
||||
#: Editor.java:563
|
||||
Page\ Setup=\u30d7\u30ea\u30f3\u30bf\u306e\u8a2d\u5b9a...
|
||||
|
||||
#: Editor.java:571
|
||||
Print=\u5370\u5237...
|
||||
|
||||
#: Editor.java:607
|
||||
Sketch=\u30b9\u30b1\u30c3\u30c1
|
||||
|
||||
#: Editor.java:609
|
||||
Verify\ /\ Compile=\u691c\u8a3c\u30fb\u30b3\u30f3\u30d1\u30a4\u30eb
|
||||
|
||||
#: Editor.java:636
|
||||
Import\ Library...=\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u4f7f\u7528
|
||||
|
||||
#: Editor.java:641
|
||||
Show\ Sketch\ Folder=\u30b9\u30b1\u30c3\u30c1\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u8868\u793a
|
||||
|
||||
#: Editor.java:650
|
||||
Add\ File...=\u30d5\u30a1\u30a4\u30eb\u3092\u8ffd\u52a0...
|
||||
|
||||
#: Editor.java:663
|
||||
Tools=\u30c4\u30fc\u30eb
|
||||
|
||||
#: Editor.java:699
|
||||
Serial\ Port=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8
|
||||
|
||||
#: Editor.java:704
|
||||
Programmer=\u66f8\u8fbc\u88c5\u7f6e
|
||||
|
||||
#: Editor.java:708
|
||||
Burn\ Bootloader=\u30d6\u30fc\u30c8\u30ed\u30fc\u30c0\u3092\u66f8\u304d\u8fbc\u3080
|
||||
|
||||
#: Editor.java:932
|
||||
serialMenu\ is\ null=serialMenu\u304cnull\u3067\u3059
|
||||
|
||||
#: Editor.java:936 Editor.java:943
|
||||
name\ is\ null=name\u304cnull\u3067\u3059
|
||||
|
||||
#: Editor.java:999
|
||||
error\ retrieving\ port\ list=\u30dd\u30fc\u30c8\u540d\u306e\u4e00\u89a7\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:1015
|
||||
Help=\u30d8\u30eb\u30d7
|
||||
|
||||
#: Editor.java:1054
|
||||
Getting\ Started=\u521d\u5fc3\u8005\u5411\u3051\u30ac\u30a4\u30c9
|
||||
|
||||
#: Editor.java:1062
|
||||
Environment=\u3053\u306e\u30bd\u30d5\u30c8\u306e\u4f7f\u3044\u65b9\u306b\u3064\u3044\u3066
|
||||
|
||||
#: Editor.java:1070
|
||||
Troubleshooting=\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0
|
||||
|
||||
#: Editor.java:1078
|
||||
Reference=\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9
|
||||
|
||||
#: Editor.java:1086 Editor.java:2775
|
||||
Find\ in\ Reference=\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u3067\u691c\u7d22
|
||||
|
||||
#: Editor.java:1097
|
||||
Frequently\ Asked\ Questions=\u3088\u304f\u3042\u308b\u8cea\u554f
|
||||
|
||||
#: Editor.java:1105
|
||||
Visit\ Arduino.cc=Arduino.cc\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u3092\u958b\u304f
|
||||
|
||||
#: Editor.java:1108
|
||||
http\://arduino.cc/=http\://arduino.cc/
|
||||
|
||||
#: Editor.java:1116
|
||||
About\ Arduino=Arduino\u306b\u3064\u3044\u3066...
|
||||
|
||||
#: Editor.java:1130
|
||||
Edit=\u7de8\u96c6
|
||||
|
||||
#: Editor.java:1133 Editor.java:1355
|
||||
Undo=\u5143\u306b\u623b\u3059
|
||||
|
||||
#: Editor.java:1138 Editor.java:1140 Editor.java:1390
|
||||
Redo=\u3084\u308a\u76f4\u3057
|
||||
|
||||
#: Editor.java:1149 Editor.java:2699
|
||||
Cut=\u5207\u308a\u53d6\u308a
|
||||
|
||||
#: Editor.java:1157 Editor.java:2707
|
||||
Copy=\u30b3\u30d4\u30fc
|
||||
|
||||
#: Editor.java:1165 Editor.java:2715
|
||||
Copy\ for\ Forum=\u30d5\u30a9\u30fc\u30e9\u30e0\u6295\u7a3f\u5f62\u5f0f\u3067\u30b3\u30d4\u30fc\u3059\u308b
|
||||
|
||||
#: Editor.java:1177 Editor.java:2723
|
||||
Copy\ as\ HTML=HTML\u5f62\u5f0f\u3067\u30b3\u30d4\u30fc\u3059\u308b
|
||||
|
||||
#: Editor.java:1189 Editor.java:2731
|
||||
Paste=\u8cbc\u308a\u4ed8\u3051
|
||||
|
||||
#: Editor.java:1198 Editor.java:2739
|
||||
Select\ All=\u5168\u3066\u9078\u629e
|
||||
|
||||
#: Editor.java:1208 Editor.java:2749
|
||||
Comment/Uncomment=\u30b3\u30e1\u30f3\u30c8\u5316\u30fb\u5fa9\u5e30
|
||||
|
||||
#: Editor.java:1216 Editor.java:2757
|
||||
Increase\ Indent=\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u5897\u3084\u3059
|
||||
|
||||
#: Editor.java:1224 Editor.java:2765
|
||||
Decrease\ Indent=\u30a4\u30f3\u30c7\u30f3\u30c8\u3092\u6e1b\u3089\u3059
|
||||
|
||||
#: Editor.java:1234
|
||||
Find...=\u691c\u7d22...
|
||||
|
||||
#: Editor.java:1249
|
||||
Find\ Next=\u6b21\u3092\u691c\u7d22
|
||||
|
||||
#: Editor.java:1259
|
||||
Find\ Previous=\u524d\u3092\u691c\u7d22
|
||||
|
||||
#: Editor.java:1269
|
||||
Use\ Selection\ For\ Find=\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u6587\u5b57\u5217\u3092\u691c\u7d22
|
||||
|
||||
#: Editor.java:1872
|
||||
#: debug/Compiler.java:365
|
||||
#, java-format
|
||||
No\ reference\ available\ for\ "{0}"=\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb\u306b\u300c{0}\u300d\u306f\u3042\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Editor.java:1874
|
||||
#, java-format
|
||||
{0}.html={0}.html
|
||||
|
||||
#: Editor.java:1911 Editor.java:1928
|
||||
Done\ compiling.=\u30b3\u30f3\u30d1\u30a4\u30eb\u7d42\u4e86\u3002
|
||||
|
||||
#: Editor.java:2020
|
||||
#, java-format
|
||||
Save\ changes\ to\ "{0}"?\ \ =\u5909\u66f4\u5185\u5bb9\u3092\u300c{0}\u300d\u306b\u66f8\u304d\u8fbc\u307f\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Editor.java:2053
|
||||
<html>\ <head>\ <style\ type\="text/css">b\ {\ font\:\ 13pt\ "Lucida\ Grande"\ }p\ {\ font\:\ 11pt\ "Lucida\ Grande";\ margin-top\:\ 8px\ }</style>\ </head><b>Do\ you\ want\ to\ save\ changes\ to\ this\ sketch<BR>\ before\ closing?</b><p>If\ you\ don't\ save,\ your\ changes\ will\ be\ lost.=<html> <head> <style type\="text/css">b { font\: 13pt "Lucida Grande" }p { font\: 11pt "Lucida Grande"; margin-top\: 8px }</style> </head><b>\u9589\u3058\u308b\u524d\u306b\u30b9\u30b1\u30c3\u30c1\u306b\u52a0\u3048\u305f\u5909\u66f4\u5185\u5bb9\u3092\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f</b><p>\u4fdd\u5b58\u3057\u306a\u3044\u3068\u3001\u5909\u66f4\u5185\u5bb9\u306f\u5931\u308f\u308c\u307e\u3059\u3002
|
||||
|
||||
#: Editor.java:2064
|
||||
Don't\ Save=\u4fdd\u5b58\u3057\u306a\u3044
|
||||
|
||||
#: Editor.java:2136
|
||||
Bad\ file\ selected=\u9593\u9055\u3063\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304d\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2137
|
||||
Processing\ can\ only\ open\ its\ own\ sketches\nand\ other\ files\ ending\ in\ .ino\ or\ .pde=\u3053\u306eIDE\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u540d\u304c\u62e1\u5f35\u5b50.ino\u307e\u305f\u306f.pde\u3067\n\u7d42\u308f\u308b\u30d5\u30a1\u30a4\u30eb\u3060\u3051\u3092\u958b\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002
|
||||
|
||||
#: Editor.java:2147
|
||||
#, java-format
|
||||
The\ file\ "{0}"\ needs\ to\ be\ inside\na\ sketch\ folder\ named\ "{1}".\nCreate\ this\ folder,\ move\ the\ file,\ and\ continue?=\u300c{0}\u300d\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306f\u3001\u300c{1}\u300d\u3068\u3044\u3046\u540d\u524d\u306e\u30d5\u30a9\u30eb\u30c0\u306e\u4e2d\u306b\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u81ea\u52d5\u7684\u306b\u3053\u306e\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u3063\u3066\u3001\u30d5\u30a1\u30a4\u30eb\u3092\u4e2d\u306b\u5165\u308c\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Editor.java:2156
|
||||
Moving=\u79fb\u52d5\u4e2d
|
||||
|
||||
#: Editor.java:2169
|
||||
#, java-format
|
||||
A\ folder\ named\ "{0}"\ already\ exists.\ Can't\ open\ sketch.=\u300c{0}\u300d\u3068\u3044\u3046\u540d\u524d\u306e\u30d5\u30a9\u30eb\u30c0\u306f\u3059\u3067\u306b\u5b58\u5728\u3057\u307e\u3059\u3002\u30b9\u30b1\u30c3\u30c1\u3092\u958b\u3051\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Editor.java:2179
|
||||
Could\ not\ create\ the\ sketch\ folder.=\u30b9\u30b1\u30c3\u30c1\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Editor.java:2188
|
||||
Could\ not\ copy\ to\ a\ proper\ location.=\u30b3\u30d4\u30fc\u3059\u308b\u3079\u304d\u30d5\u30a9\u30eb\u30c0\u306b\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30d4\u30fc\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2206
|
||||
Could\ not\ create\ the\ sketch.=\u30b9\u30b1\u30c3\u30c1\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002
|
||||
{0}\ returned\ {1}={0}\u304c{1}\u3092\u8fd4\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2213
|
||||
#, java-format
|
||||
{0}\ |\ Arduino\ {1}={0} | Arduino {1}
|
||||
|
||||
#: Editor.java:2270 Editor.java:2308
|
||||
Saving...=\u4fdd\u5b58\u4e2d\u3067\u3059...
|
||||
|
||||
#: Editor.java:2275 Editor.java:2311
|
||||
Done\ Saving.=\u4fdd\u5b58\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2317
|
||||
Save\ Canceled.=\u4fdd\u5b58\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2343
|
||||
#: Editor.java:1874
|
||||
#, java-format
|
||||
Serial\ port\ {0}\ not\ found.\nRetry\ the\ upload\ with\ another\ serial\ port?=\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u300c{0}\u300d\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\n\u30b7\u30ea\u30a2\u30eb\u30dd\u30fc\u30c8\u3092\u5909\u66f4\u3057\u3066\u3001\u3082\u3046\u4e00\u5ea6\u66f8\u304d\u8fbc\u307f\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Editor.java:2378
|
||||
Uploading\ to\ I/O\ Board...=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306b\u66f8\u304d\u8fbc\u3093\u3067\u3044\u307e\u3059...
|
||||
|
||||
#: Editor.java:2395 Editor.java:2431
|
||||
Done\ uploading.=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u3078\u306e\u66f8\u304d\u8fbc\u307f\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2403 Editor.java:2439
|
||||
Upload\ canceled.=\u66f8\u304d\u8fbc\u307f\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2467
|
||||
Save\ changes\ before\ export?=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u884c\u3046\u524d\u306b\u4fdd\u5b58\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: Editor.java:2482
|
||||
Export\ canceled,\ changes\ must\ first\ be\ saved.=\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3092\u884c\u3046\u524d\u306b\u4fdd\u5b58\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
|
||||
|
||||
#: Editor.java:2504
|
||||
Burning\ bootloader\ to\ I/O\ Board\ (this\ may\ take\ a\ minute)...=\u30de\u30a4\u30b3\u30f3\u30dc\u30fc\u30c9\u306b\u30d6\u30fc\u30c8\u30ed\u30fc\u30c0\u3092\u66f8\u304d\u8fbc\u3093\u3067\u3044\u307e\u3059...
|
||||
|
||||
#: Editor.java:2510
|
||||
Done\ burning\ bootloader.=\u30d6\u30fc\u30c8\u30ed\u30fc\u30c0\u306e\u66f8\u304d\u8fbc\u307f\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2512 Editor.java:2516 Editor.java:2520
|
||||
Error\ while\ burning\ bootloader.=\u30d6\u30fc\u30c8\u30ed\u30fc\u30c0\u306e\u66f8\u304d\u8fbc\u307f\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2547
|
||||
Printing...=\u5370\u5237\u3057\u3066\u3044\u307e\u3059...
|
||||
|
||||
#: Editor.java:2564
|
||||
Done\ printing.=\u5370\u5237\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2567
|
||||
Error\ while\ printing.=\u5370\u5237\u4e2d\u306b\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2571
|
||||
Printing\ canceled.=\u5370\u5237\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Editor.java:2619
|
||||
#, java-format
|
||||
Bad\ error\ line\:\ {0}=\u30a8\u30e9\u30fc\u306e\u884c\u756a\u53f7\u300c{0}\u300d\u306f\u7bc4\u56f2\u5916\u3067\u3059\u3002
|
||||
|
||||
#: Editor.java:2688
|
||||
Open\ URL=URL\u3092\u958b\u304f
|
||||
|
||||
#: EditorConsole.java:152
|
||||
Console\ Error=\u30b3\u30f3\u30bd\u30fc\u30eb\u306e\u7570\u5e38
|
||||
|
||||
#: EditorConsole.java:153
|
||||
A\ problem\ occurred\ while\ trying\ to\ open\ the\nfiles\ used\ to\ store\ the\ console\ output.=\u30b3\u30f3\u30bd\u30fc\u30eb\u51fa\u529b\u3092\u4fdd\u5b58\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u304f\u969b\u306b\u3001\n\u554f\u984c\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: Theme.java:52
|
||||
Could\ not\ read\ color\ theme\ settings.\nYou'll\ need\ to\ reinstall\ Processing.=\u30ab\u30e9\u30fc\u30c6\u30fc\u30de\u306e\u8a2d\u5b9a\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002\nArduino IDE\u3092\u518d\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: Platform.java:167
|
||||
No\ launcher\ available=\u5916\u90e8\u30d7\u30ed\u30b0\u30e9\u30e0\u8d77\u52d5\u30c4\u30fc\u30eb\u304c\u6709\u308a\u307e\u305b\u3093\u3002
|
||||
|
||||
#: Platform.java:168
|
||||
Unspecified\ platform,\ no\ launcher\ available.\nTo\ enable\ opening\ URLs\ or\ folders,\ add\ a\ \n"launcher\=/path/to/app"\ line\ to\ preferences.txt=\u5916\u90e8\u30d7\u30ed\u30b0\u30e9\u30e0\u8d77\u52d5\u30c4\u30fc\u30eb\u304c\u6709\u308a\u307e\u305b\u3093\u3002URL\u3084\u30d5\u30a9\u30eb\u30c0\u3092\u81ea\u52d5\u7684\u306b\u958b\u304f\u6a5f\u80fd\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u3001preferences.txt\u306b"launcher\=/path/to/app"\u306e\u8a2d\u5b9a\u884c\u3092\u8ffd\u52a0\u3057\u3066\u304f\u3060\u3055\u3044\u3002
|
||||
|
||||
#: tools/format/src/AutoFormat.java:54 tools/AutoFormat.java:916
|
||||
No\ changes\ necessary\ for\ Auto\ Format.=\u6574\u5f62\u306e\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: tools/AutoFormat.java:91
|
||||
Auto\ Format=\u81ea\u52d5\u6574\u5f62
|
||||
|
||||
#: tools/AutoFormat.java:922
|
||||
Auto\ Format\ Canceled\:\ Too\ many\ right\ parentheses.=\u300c)\u300d\u304c\u591a\u3059\u304e\u308b\u305f\u3081\u3001\u81ea\u52d5\u6574\u5f62\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: tools/AutoFormat.java:925
|
||||
Auto\ Format\ Canceled\:\ Too\ many\ left\ parentheses.=\u300c(\u300d\u304c\u591a\u3059\u304e\u308b\u305f\u3081\u3001\u81ea\u52d5\u6574\u5f62\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: tools/AutoFormat.java:931
|
||||
Auto\ Format\ Canceled\:\ Too\ many\ right\ curly\ braces.=\u300c}\u300d\u304c\u591a\u3059\u304e\u308b\u305f\u3081\u3001\u81ea\u52d5\u6574\u5f62\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: tools/AutoFormat.java:934
|
||||
Auto\ Format\ Canceled\:\ Too\ many\ left\ curly\ braces.=\u300c{\u300d\u304c\u591a\u3059\u304e\u308b\u305f\u3081\u3001\u81ea\u52d5\u6574\u5f62\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: tools/AutoFormat.java:944
|
||||
Auto\ Format\ finished.=\u81ea\u52d5\u6574\u5f62\u304c\u5b8c\u4e86\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: tools/FixEncoding.java:41 tools/FixEncoding.java:58
|
||||
#: tools/FixEncoding.java:79
|
||||
Fix\ Encoding\ &\ Reload=\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u3092\u4fee\u6b63
|
||||
|
||||
#: tools/FixEncoding.java:57
|
||||
Discard\ all\ changes\ and\ reload\ sketch?=\u672a\u4fdd\u5b58\u306e\u5909\u66f4\u3092\u7834\u68c4\u3057\u3066\u30b9\u30b1\u30c3\u30c1\u3092\u8aad\u307f\u8fbc\u307f\u76f4\u3057\u307e\u3059\u304b\uff1f
|
||||
|
||||
#: tools/FixEncoding.java:77
|
||||
An\ error\ occurred\ while\ trying\ to\ fix\ the\ file\ encoding.\nDo\ not\ attempt\ to\ save\ this\ sketch\ as\ it\ may\ overwrite\nthe\ old\ version.\ Use\ Open\ to\ re-open\ the\ sketch\ and\ try\ again.\n=\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u3092\u4fee\u6b63\u3057\u3088\u3046\u3068\u3057\u307e\u3057\u305f\u304c\u3001\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\n\u4eca\u3053\u3053\u3067\u4fdd\u5b58\u3059\u308b\u3068\u3001\u4fee\u6b63\u524d\u306e\u30b9\u30b1\u30c3\u30c1\u3092\u304a\u304b\u3057\u306a\u5185\u5bb9\u3067\u4e0a\u66f8\u304d\u3057\u3066\u3057\u307e\u3046\n\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u30b9\u30b1\u30c3\u30c1\u3092\u958b\u304d\u76f4\u3057\u3066\u3001\u3082\u3046\u4e00\u5ea6\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u306e\n\u4fee\u6b63\u3092\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002\n
|
||||
|
||||
#: tools/Archiver.java:48
|
||||
Archive\ Sketch=\u30b9\u30b1\u30c3\u30c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3059\u308b
|
||||
|
||||
#: tools/Archiver.java:74
|
||||
Couldn't\ archive\ sketch=\u30b9\u30b1\u30c3\u30c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002
|
||||
|
||||
#: tools/Archiver.java:75
|
||||
Archiving\ the\ sketch\ has\ been\ canceled\ because\nthe\ sketch\ couldn't\ save\ properly.=\u30b9\u30b1\u30c3\u30c1\u3092\u4fdd\u5b58\u3067\u304d\u306a\u304b\u3063\u305f\u305f\u3081\u3001\u30b9\u30b1\u30c3\u30c1\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f\u3002
|
||||
|
||||
#: tools/Archiver.java:109
|
||||
Archive\ sketch\ as\:=\u30b9\u30b1\u30c3\u30c1\u3092\u30a2\u30fc\u30ab\u30a4\u30d6\u3059\u308b\u540d\u524d\uff1a
|
||||
|
||||
#: tools/Archiver.java:139
|
||||
Archive\ sketch\ canceled.=\u30b9\u30b1\u30c3\u30c1\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u4e2d\u6b62\u3057\u307e\u3057\u305f
|
||||
{0}.html={0}.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user