From aaf073d8746365da91946a36153d975b90cc925b Mon Sep 17 00:00:00 2001 From: Takumi ASAKI Date: Tue, 23 Aug 2016 19:23:47 +0900 Subject: [PATCH] Update Japanese translation Change-Id: I87dcecabbcdc4c40aa48783152277bf758903f6a Reviewed-by: Naoki Matsumoto Reviewed-by: Oswald Buddenhagen --- share/qtcreator/translations/qtcreator_ja.ts | 2572 ++++++++++++------ 1 file changed, 1815 insertions(+), 757 deletions(-) diff --git a/share/qtcreator/translations/qtcreator_ja.ts b/share/qtcreator/translations/qtcreator_ja.ts index 208d0f4429f..8d66d620dc2 100644 --- a/share/qtcreator/translations/qtcreator_ja.ts +++ b/share/qtcreator/translations/qtcreator_ja.ts @@ -265,11 +265,11 @@ &RSA - RSA(&R) + &RSA &DSA - DSA(&D) + &DSA Key &size: @@ -1246,6 +1246,14 @@ Local pulls are not applied to the master branch. Add Category カテゴリを追加 + + PATH=C:\dev\bin;${PATH} + PATH=C:\dev\bin;${PATH} + + + PATH=/opt/bin:${PATH} + PATH=/opt/bin:${PATH} + Add tool. ツールを追加します。 @@ -1784,11 +1792,15 @@ p, li { white-space: pre-wrap; } - CppTools::Internal::CompletionSettingsPage + TextEditor::Internal::CompletionSettingsPage Behavior 動作 + + Activate completion: + 補完起動: + &Case-sensitivity: 大文字/小文字の区別(&C): @@ -1805,10 +1817,6 @@ p, li { white-space: pre-wrap; } First Letter 先頭文字のみ - - Activate completion: - 補完起動: - Manually 手動 @@ -1822,68 +1830,16 @@ p, li { white-space: pre-wrap; } 常時 - Autocomplete common &prefix - 共通のプレフィックスを自動的に補完する(&P) - - - &Automatically insert matching characters - マッチング文字を自動的に挿入する(&A) - - - Surround &text selections - 選択しているテキスト範囲を囲む(&T) - - - Insert &space after function name - 関数名の末尾に空白を挿入する(&S) - - - Documentation Comments - ドキュメントコメント - - - Enable Doxygen blocks - Doxygen ブロックを有効にする - - - Generate brief description - 簡易説明を生成する - - - Add leading asterisks - 先頭にアスタリスクを追加する - - - Completion - 補完 + Timeout in ms: + タイムアウト(ミリ秒): Inserts the common prefix of available completion items. - 利用可能な補完アイテムで共通なプレフィックスを自動的に挿入します。 + 利用可能な補完アイテムで共通するプレフィックスを自動的に挿入します。 - Automatically inserts semicolons and closing brackets, parentheses, curly braces, and quotes when appropriate. - 自動的にセミコロンや閉じ波括弧、括弧、角括弧、および引用符を適切に挿入します。 - - - When typing a matching character and there is a text selection, instead of removing the selection, surrounds it with the corresponding characters. - テキストを選択している状態でマッチング文字を入力した場合、選択部分を削除せずに対応する文字で囲みます。 - - - Automatically creates a Doxygen comment upon pressing enter after a '/**', '/*!', '//!' or '///'. - '/**', '/*!', '//!', '///' の後にリターンを入力した場合に、自動的に Doxygen 用のコメントを作成します。 - - - Generates a <i>brief</i> command with an initial description for the corresponding declaration. - 宣言に対応する最初の記述を持つ <i>brief</i> コマンドを生成します。 - - - Adds leading asterisks when continuing C/C++ "/*", Qt "/*!" and Java "/**" style comments on new lines. - C/C++ "/*" や Qt "/*!" あるいは Java "/**" スタイルのコメントを改行で継続する場合に、行頭にアスタリスク '*' を追加します。 - - - Automatically split strings - 自動的に文字列を分割する + Autocomplete common &prefix + 共通するプレフィックスは自動的に補完する(&P) Splits a string into two lines by adding an end quote at the cursor position when you press Enter and a start quote to the next line, before the rest of the string. @@ -1894,8 +1850,100 @@ In addition, Shift+Enter inserts an escape character at the cursor position and また、Shift+Enter の場合には引用符は挿入せずに改行をエスケープして二行に分割します。 - Timeout in ms: - タイムアウト(ミリ秒): + Automatically split strings + 文字列を自動的に分割する + + + &Automatically insert matching characters + マッチング文字を自動的に挿入する(&A) + + + Insert opening or closing brackets + 開き・閉じ括弧を挿入する + + + Insert closing quote + 閉じる引用符を挿入する + + + When typing a matching bracket and there is a text selection, instead of removing the selection, surrounds it with the corresponding characters. + テキストを選択している状態で括弧を入力した場合、選択部分を削除せずに対応する文字で囲みます。 + + + Surround text selection with brackets + 選択しているテキストを括弧で囲む + + + Insert &space after function name + 関数名の末尾に空白を挿入する(&S) + + + When typing a matching quote and there is a text selection, instead of removing the selection, surrounds it with the corresponding characters. + テキストを選択している状態で引用符を入力した場合、選択部分を削除せずに対応する文字で囲みます。 + + + Surround text selection with quotes + 選択しているテキストを引用符で囲む + + + Show a visual hint when for example a brace or a quote is automatically inserted by the editor. + 括弧や引用符がエディタにより自動的に挿入された場合などに視覚的なヒントを表示します。 + + + Animate automatically inserted text + 自動的に入力されたテキストをアニメーションする + + + Highlight automatically inserted text + 自動的に入力されたテキストをハイライトする + + + Skip automatically inserted character if re-typed manually after completion. + 補完後に自動的に挿入された文字が手動で再度タイプされた場合、スキップします。 + + + Skip automatically inserted character when typing + タイプ中に自動的に入力された文字はスキップする + + + Remove the automatically inserted character if the trigger is deleted by backspace after the completion. + 補完後にトリガーとなった文字がバックスペースで削除された場合、自動的に挿入された文字を削除します。 + + + Remove automatically inserted text on backspace + バックスペースで自動的に挿入された文字を削除する + + + Documentation Comments + ドキュメントコメント + + + Automatically creates a Doxygen comment upon pressing enter after a '/**', '/*!', '//!' or '///'. + '/**', '/*!', '//!', '///' の後にリターンを入力した場合に、自動的に Doxygen 用のコメントを作成します。 + + + Enable Doxygen blocks + Doxygen ブロックを有効にする + + + Generates a <i>brief</i> command with an initial description for the corresponding declaration. + 宣言に対応する最初の記述を持つ <i>brief</i> コマンドを生成します。 + + + Generate brief description + 簡易説明を生成する + + + Adds leading asterisks when continuing C/C++ "/*", Qt "/*!" and Java "/**" style comments on new lines. + C/C++ "/*" や Qt "/*!" あるいは Java "/**" スタイルのコメントを改行で継続する場合に、行頭にアスタリスク '*' を追加します。 + + + Add leading asterisks + 先頭にアスタリスクを追加する + + + Completion + 補完 @@ -1916,14 +1964,18 @@ In addition, Shift+Enter inserts an escape character at the cursor position and Ignore pre-compiled headers コンパイル済みヘッダーを無視する - - <i>Activate the Clang Code Model plugin to enable the options here.</i> - <i>このオプションを有効にするには Clang コードモデルプラグインを読み込んでください。</i> - Clang Code Model Warnings Clang コードモデルの警告 + + <i>The Clang Code Model is enabled because the corresponding plugin is loaded.</i> + <i>対応するプラグインが読み込まれたため、Clang コードモデルを有効にします。</i> + + + <i>The Clang Code Model is disabled because the corresponding plugin is not loaded.</i> + <i>対応するプラグインが読み込まれなかったため、Clang コードモデルを無効にします。</i> + CppTools::Internal::CppCodeStyleSettingsPage @@ -2150,6 +2202,14 @@ if they would align to the next line Right const/volatile 右側の const/volatile + + Getter and Setter + ゲッターとセッター + + + Prefer getter names without "get" + ゲッターの名前に "get" を付けない + CppTools::Internal::CppFileSettingsPage @@ -2629,9 +2689,11 @@ These prefixes are used in addition to current file name on Switch Header/Source &Track トラック(&T) - - Include branches and tags that have not been active for %1 days. - 直近の %1 日にアクティブではないブランチやタグを含みます。 + + Include branches and tags that have not been active for %n days. + + 直近の %n 日にアクティブではないブランチやタグを含みます。 + Checkout @@ -4105,12 +4167,16 @@ Add, modify, and remove document filters, which determine the documentation set None - なし + しない Same Project 同一プロジェクト + + Same Build Directory + 同一ビルドディレクトリ + ProjectExplorer::Internal::WizardPage @@ -4188,10 +4254,6 @@ Add, modify, and remove document filters, which determine the documentation set ProjectExplorer::Internal::TargetSettingsWidget - - TargetSettingsWidget - TargetSettingsWidget - Add Kit キットを追加 @@ -4279,6 +4341,10 @@ Add, modify, and remove document filters, which determine the documentation set Parallel jobs: 並列ジョブ数: + + Force probes + プローブを強制する + QbsProjectManager::Internal::QbsCleanStepConfigWidget @@ -4721,11 +4787,11 @@ Add, modify, and remove document filters, which determine the documentation set Requires QApplication - QApplication を必要とする + QApplication を使用する Generate initialization and cleanup code - 初期化およびクリーンアップコードを生成する + 初期化およびクリーンアップ用コードを生成する File: @@ -5229,6 +5295,30 @@ Add, modify, and remove document filters, which determine the documentation set Debug QML emulation layer: QML エミュレーションレイヤをデバッグする: + + Controls 2 style + Controls 2 のスタイル: + + + Default + 既定 + + + Material + Material + + + Universal + Universal + + + Qt Quick Designer will propose to open .ui.qml files instead of opening a .qml file. + Qt Quick Designer は .qml ファイルの代わりに .ui.qml ファイルを使用することを提案します。 + + + Warn about using .qml files instead of .ui.qml files + .ui.qml ファイルではなく .qml ファイルを使用する場合に警告する + QmlJSEditor::Internal::ComponentNameDialog @@ -5245,8 +5335,8 @@ Add, modify, and remove document filters, which determine the documentation set コンポーネント名: - Choose a path - パスの選択 + Property assignments for %1: + %1 に残すプロパティ: Invalid component name @@ -5256,6 +5346,14 @@ Add, modify, and remove document filters, which determine the documentation set Invalid path 無効なパス + + Property assignments for + 残すプロパティ + + + Component Name + コンポーネント名 + QmlJSEditor::Internal::QuickToolBarSettingsPage @@ -7958,29 +8056,6 @@ will also disable the following plugins: %2 - - PluginDialog - - Details - 詳細 - - - Error Details - エラーの詳細 - - - Installed Plugins - インストール済みプラグイン - - - Plugin Details of %1 - プラグイン %1 の詳細 - - - Plugin Errors of %1 - プラグイン %1 のエラー情報 - - QmlDebug::QmlOutputParser @@ -8027,64 +8102,88 @@ will also disable the following plugins: QmlParser - Illegal syntax for exponential number - 無効な指数シンタックス + Illegal syntax for exponential number. + 無効な指数シンタックスです。 - Stray newline in string literal - 文字列リテラル中の改行 + Stray newline in string literal. + 文字列リテラル内に改行が存在します。 - Illegal unicode escape sequence - 無効な UNICODE エスケープシーケンス + Illegal unicode escape sequence. + 無効な UNICODE エスケープシーケンスです。 - Illegal hexadecimal escape sequence - 無効な16進数のエスケープシーケンス + Illegal hexadecimal escape sequence. + 無効な16進数のエスケープシーケンスです。 - Octal escape sequences are not allowed - 8進数のエスケープシーケンスは利用できません + Octal escape sequences are not allowed. + 8進数のエスケープシーケンスは利用できません。 - Unclosed string at end of line - 文末で閉じられていない文字列 + Unclosed string at end of line. + 文末で閉じられていない文字列です。 - Decimal numbers can't start with '0' - 10進数は '0' で開始できません + Decimal numbers cannot start with "0". + 10進数は "0" で開始できません。 - At least one hexadecimal digit is required after '0%1' - 一桁以上の16進数が '0%1' の後に必要です + At least one hexadecimal digit is required after "0%1". + 一桁以上の16進数が "0%1" の後に必要です。 - Invalid regular expression flag '%0' - 無効な正規表現フラグ '%0' + Invalid regular expression flag "%0". + "%0" は無効な正規表現フラグです。 - Unterminated regular expression backslash sequence - 閉じられていない正規表現のバックスラッシュシーケンス + Unterminated regular expression backslash sequence. + 閉じられていない正規表現のバックスラッシュシーケンスです。 - Unterminated regular expression class - 閉じられていない正規表現クラス + Unterminated regular expression class. + 閉じられていない正規表現クラスです。 - Unterminated regular expression literal - 閉じられていない正規表現 + Unterminated regular expression literal. + 閉じられていない正規表現リテラルです。 - Syntax error - シンタックスエラー + Syntax error. + シンタックスエラーです。 - Unexpected token `%1' - 予期しないトークン `%1' + Imported file must be a script. + インポートされたファイルがスクリプトではありません。 - Expected token `%1' - 期待されるトークン `%1' + Invalid module URI. + 無効なモジュールの URI です。 + + + Module import requires a version. + モジュールをインポートするにはバージョン番号が含まれている必要があります。 + + + File import requires a qualifier. + 修飾子が必要なファイルのインポートです。 + + + Module import requires a qualifier. + 修飾子が必要なモジュールのインポートです。 + + + Invalid import qualifier. + 無効なインポート修飾子です。 + + + Unexpected token "%1". + "%1" は予期しないトークンです。 + + + Expected token "%1". + 期待されるトークンは "%1" です。 @@ -8143,6 +8242,14 @@ will also disable the following plugins: Major version different from 1 not supported. メジャーバージョンは 1 のみに対応しています。 + + Expected dependency definitions + 依存関係の定義が必要です + + + Cannot read dependency: skipping. + 依存関係を読み込めません: スキップします。 + Expected only Property, Method, Signal and Enum object definitions, not "%1". "%1" ではなく、Property, Method, Signal, Enum オブジェクトの定義にのみ対応しています。 @@ -8274,7 +8381,9 @@ Import paths: For qmake projects, use the QML_IMPORT_PATH variable to add import paths. For Qbs projects, declare and set a qmlImportPaths property in your product to add import paths. -For qmlproject projects, use the importPaths property to add import paths. +For qmlproject projects, use the importPaths property to add import paths. +For CMake projects, make sure QML_IMPORT_PATH variable is in CMakeCache.txt. + QML モジュールが見つかりません。 インポートパス: @@ -8282,7 +8391,9 @@ For qmlproject projects, use the importPaths property to add import paths. +qmlproject プロジェクトでは、インポートするパスを importPaths プロパティを使用して追加します。 +CMake プロジェクトでは、CMakeCache.txt 内で QML_IMPORT_PATH 変数を使用します。 + QML module contains C++ plugins, currently reading type information... @@ -8520,6 +8631,10 @@ qmlproject プロジェクトでは、インポートするパスを importPaths Referencing the parent of the root item is not supported in a Qt Quick UI form. Qt Quick UI フォームではルートアイテムの親を参照できません。 + + A State cannot have a child item (%1). + State は子アイテム (%1) を持つことができません。 + Do not use "%1" as a constructor. "%1" はコンストラクタとして使用できません。 @@ -8578,7 +8693,7 @@ qmlproject プロジェクトでは、インポートするパスを importPaths Missing property "%1". - プロパティ '%1' が見つかりません。 + プロパティ "%1" が見つかりません。 Object value expected. @@ -8770,6 +8885,14 @@ Server list was %2. QSsh::Internal::SshChannelManager + + Unexpected request success packet. + 成功パケットの要求は予期していません。 + + + Unexpected request failure packet. + 失敗パケットの要求は予期していません。 + Invalid channel id %1 %1 は無効なチャネル ID です @@ -9624,14 +9747,6 @@ Do you want to uninstall the existing package? Package deploy: Running command "%1 %2". パッケージデプロイ: コマンド "%1 %2" を実行しています。 - - Packaging error: Could not start command "%1 %2". Reason: %3 - パッケージ作成エラー: コマンド "%1 %2" を実行できませんでした。原因: %3 - - - Packaging error: Command "%1 %2" failed. - パッケージ作成エラー: コマンド "%1 %2" に失敗しました。 - Install failed インストールエラー @@ -9640,14 +9755,6 @@ Do you want to uninstall the existing package? Pulling files necessary for debugging. デバッグに必要なファイルを取得しています。 - - Reason: %1 - 原因: %1 - - - Exit code: %1 - 終了コード: %1 - Android::Internal::AndroidDeployQtWidget @@ -9957,26 +10064,14 @@ Do you want to uninstall the existing package? Failed to forward C++ debugging ports. Reason: %1. C++ デバッグポートの転送に失敗しました。原因: %1。 - - Failed to forward C++ debugging ports. - C++ デバッグポートの転送に失敗しました。 - Failed to forward ping pong ports. Reason: %1. ping 用ポートの転送に失敗しました。原因: %1. - - Failed to forward ping pong ports. - ping 用ポートの転送に失敗しました。 - Failed to forward QML debugging ports. Reason: %1. QML デバッグポートの転送に失敗しました。原因: %1。 - - Failed to forward QML debugging ports. - QML デバッグポートの転送に失敗しました。 - Failed to start the activity. Reason: %1. アクティビティの開始に失敗しました。原因: %1。 @@ -10758,6 +10853,10 @@ Qt を追加するにはオプションから「ビルドと実行」→「Qt Model Editor モデルエディタ + + Nim Editor + Nim エディタ + Bookmarks::Internal::BookmarkView @@ -10916,7 +11015,7 @@ Qt を追加するにはオプションから「ビルドと実行」→「Qt C&learCase - ClearCase(&l) + C&learCase Check Out... @@ -11281,6 +11380,26 @@ Qt を追加するにはオプションから「ビルドと実行」→「Qt Build directory: ビルドディレクトリ: + + &Add + 追加(&A) + + + &Boolean + 真偽値(&B) + + + &String + 文字列(&S) + + + &Directory + ディレクトリ(&D) + + + &File + ファイル(&F) + &Edit 編集(&E) @@ -11297,6 +11416,10 @@ Qt を追加するにはオプションから「ビルドと実行」→「Qt Apply Configuration Changes 設定の変更を適用 + + <UNSET> + <未定義> + CMake CMake @@ -11869,7 +11992,7 @@ Continue? - Core::ICore + ICore (%1) (%1) @@ -12613,7 +12736,7 @@ to version control (%2) - CppEditor::Internal::CppIncludeHierarchyWidget + CppEditor::CppIncludeHierarchy No include hierarchy available インクルード階層は利用できません @@ -13273,7 +13396,7 @@ Flags: %3 &CVS - CVS(&C) + &CVS Diff Current File @@ -14108,14 +14231,6 @@ Flags: %3 Failed to Start the Debugger デバッガの起動に失敗しました - - Normal - ノーマル - - - Separate Window - 別ウィンドウ - There is no CDB executable specified. CDB 実行ファイルが指定されていません。 @@ -14423,7 +14538,7 @@ Flags: %3 <p>Displays the objectName property of QObject based items. Note that this can negatively impact debugger performance even if no QObjects are present. - <p>QObject ベースのクラスでは objectName プロパティを表示します。注: QObject クラスが使用されていない場合でもデバッガのパフォーマンスが悪化する可能性があります。 + <p>QObject ベースのクラスでは objectName プロパティを表示します。注意: QObject クラスが使用されていない場合でもデバッガのパフォーマンスが悪化する可能性があります。 Sort Members of Classes and Structs Alphabetically @@ -14793,6 +14908,10 @@ Flags: %3 The debugger location must be given as an absolute path (%1). デバッガのパスは絶対パスを指定する必要があります (%1)。 + + The ABI of the selected debugger does not match the toolchain ABI. + 選択されたデバッガの ABI がツールチェインの ABI と合致しません。 + Name of Debugger デバッガの名前 @@ -15400,8 +15519,8 @@ Qt Creator はアタッチできません。 Debugger::Internal::GdbAttachEngine - Attached to process %1. - プロセス %1 にアタッチしました。 + Attaching to process %1. + プロセス %1 にアタッチします。 Attached to running application @@ -15627,7 +15746,7 @@ You can choose between waiting longer or aborting debugging. There is no GDB binary available for binaries in format "%1" - "%1" フォーマットのバイナリで使用可能な GDB のバイナリがありません + "%1" フォーマットのバイナリで利用可能な GDB のバイナリがありません The debugger settings point to a script file at "%1" which is not accessible. If a script file is not needed, consider clearing that entry to avoid this warning. @@ -15697,10 +15816,6 @@ You can choose between waiting longer or aborting debugging. Cannot create snapshot: スナップショットが作成できません: - - Finished retrieving data - データの受信が完了しました - Cannot read widget data: %1 ウィジェットデータが読めません: %1 @@ -15929,7 +16044,7 @@ markers in the source code editor. <html><head/><body><p>Attempts to identify missing debug info packages and lists them in the Issues output pane.</p><p><b>Note:</b> This feature needs special support from the Linux distribution and GDB build and is not available everywhere.</p></body></html> - <html><head/><body><p>不足しているデバッグ情報パッケージを特定を試み、そのリストを「問題」ペインに出力します。</p><p><b>注:</b> この機能は特別な Linux ディストリビューションのサポートとそれに対応した GDB が必要なため、機能しない場合があります。</p></body></html> + <html><head/><body><p>不足しているデバッグ情報パッケージを特定を試み、そのリストを「問題」ペインに出力します。</p><p><b>注意:</b> この機能は特別な Linux ディストリビューションのサポートとそれに対応した GDB が必要なため、機能しない場合があります。</p></body></html> <p>To execute simple Python commands, prefix them with "python".</p><p>To execute sequences of Python commands spanning multiple lines prepend the block with "python" on a separate line, and append "end" on a separate line.</p><p>To execute arbitrary Python scripts, use <i>python execfile('/path/to/script.py')</i>.</p> @@ -15997,7 +16112,7 @@ markers in the source code editor. <html><head/><body><p>Enables stepping backwards.</p><p><b>Note:</b> This feature is very slow and unstable on the GDB side. It exhibits unpredictable behavior when going backwards over system calls and is very likely to destroy your debugging session.</p></body></html> - <html><head/><body><p>ステップの逆実行を有効にします。</p><p><b>注:</b> この機能はとても遅く、GDB が不安定になります。システムコールの逆実行時には予測不可能な挙動を示し、高確率でデバッグセッションが破壊されます。</p></body></html> + <html><head/><body><p>ステップの逆実行を有効にします。</p><p><b>注意:</b> この機能はとても遅く、GDB が不安定になります。システムコールの逆実行時には予測不可能な挙動を示し、高確率でデバッグセッションが破壊されます。</p></body></html> <html><head/><body>Postpones reading debug information as long as possible. This can result in faster startup times at the price of not being able to set breakpoints by file and number.</body></html> @@ -16076,6 +16191,22 @@ markers in the source code editor. Reading debug information failed: デバッグ情報の読込に失敗しました: + + No Remote Executable or Process ID Specified + リモートの実行ファイルまたはプロセスIDが指定されていません + + + No remote executable could be determined from your build system files.<p>In case you use qmake, consider adding<p>&nbsp;&nbsp;&nbsp;&nbsp;target.path = /tmp/your_executable # path on device<br>&nbsp;&nbsp;&nbsp;&nbsp;INSTALLS += target</p>to your .pro file. + ビルドシステムのファイルからリモートの実行ファイルを特定できませんでした。<p>qmake を使用している場合は、.pro ファイルに以下の行を追加してください。<p>&nbsp;&nbsp;&nbsp;&nbsp;target.path = /tmp/your_executable # デバイス上のパス<br>&nbsp;&nbsp;&nbsp;&nbsp;INSTALLS += target</p> + + + Continue Debugging + デバッグの続行 + + + Stop Debugging + デバッグを停止 + Interrupting not possible 割り込み不可 @@ -16168,6 +16299,10 @@ markers in the source code editor. Debugger::Internal::LldbEngine + + Run in Terminal is not supported with the LLDB backend. + LLDB バックエンドでは「ターミナルで実行」オプションはサポートされていません。 + Unable to start LLDB "%1": %2 LLDB "%1" を開始できません: %2 @@ -16311,6 +16446,16 @@ markers in the source code editor. Command: コマンド: + + NOTE: This log contains possibly confidential information about your machine, environment variables, in-memory data of the processes you are debugging, and more. It is never transferred over the internet by Qt Creator, and only stored to disk if you manually use the respective option from the context menu, or through mechanisms that are not under Qt Creator's control, for instance in swap files. +You may be asked to share the contents of this log when reporting bugs related to debugger operation. In this case, make sure your submission does not contain data you do not want to or you are not allowed to share. + + + 注意: このログにはマシンやその環境変数、デバッグ中のプロセスのメモリデータなどの機密情報が含まれている可能性があります。Qt Creator がこの情報をインターネット上に送信することはありません。コンテキストメニューから該当するオプションを選択した場合やスワップファイルなどの Qt Creator のコントロール下にない仕組みを通じてのみ、ディスク上に格納されます。 +デバッガ操作に関連したバグレポート時にこのログのコンテンツの共有を依頼される場合があるかもしれませんが、その場合共有不可能なデータが含まれていないことを確認してください。 + + + User commands are not accepted in the current state. 現在、ユーザーコマンドを受け付けていません。 @@ -16613,6 +16758,10 @@ Do you want to retry? QML debugging port not set: Unable to convert %1 to unsigned int. QML デバッグポートが設定されていません。%1 は符号無し整数に変換できません。 + + Waiting for JavaScript engine to interrupt on next statement. + JavaScript エンジンが次の文に割り込むのを待機しています。 + Run to line %1 (%2) requested... %2 の %1 行目まで実行しようとしています... @@ -17126,6 +17275,10 @@ Do you want to retry? <invalid> <無効> + + <out of scope> + <スコープ範囲外> + <not accessible> <アクセス不可> @@ -17221,6 +17374,14 @@ Do you want to retry? Latin1 String in Separate Window 別ウィンドウに Latin1 文字列 + + Normal + ノーマル + + + Separate Window + 別ウィンドウ + UTF-8 String in Separate Window 別ウィンドウに UTF-8 文字列 @@ -17376,6 +17537,14 @@ Do you want to retry? Copy View Contents to Clipboard 表示内容をクリップボードにコピー + + Copy Current Value to Clipboard + 現在の値をクリップボードにコピー + + + Copy Selected Rows to Clipboard + 選択された行をクリップボードにコピー + Open View Contents in Editor 表示内容をエディタで開く @@ -17390,7 +17559,7 @@ Do you want to retry? Note: Evaluators will be re-evaluated after each step. For details check the <a href="qthelp://org.qt-project.qtcreator/doc/creator-debug-mode.html#locals-and-expressions">documentation</a>. - 注: 式は各ステップ実行ごとに再評価されます。詳細は <a href="qthelp://org.qt-project.qtcreator/doc/creator-debug-mode.html#locals-and-expressions">ドキュメント</a> を参照してください。 + 注意: 式は各ステップ実行ごとに再評価されます。詳細は <a href="qthelp://org.qt-project.qtcreator/doc/creator-debug-mode.html#locals-and-expressions">ドキュメント</a> を参照してください。 Treat All Characters as Printable @@ -17504,10 +17673,6 @@ Do you want to retry? Open Memory Editor Showing Stack Layout 表示しているスタックレイアウトをメモリエディタで開く - - Copy Value to Clipboard - 値をクリップボードにコピー - Close Editor Tooltips エディタのツールチップを閉じる @@ -17964,7 +18129,7 @@ Would you like to terminate it? &ssh: - SSH(&s): + &ssh: &Port: @@ -18120,10 +18285,6 @@ were not verified among remotes in %3. Select different folder? Cannot launch "%1". "%1" を起動できません。 - - Cannot run "%1 %2" in "%2": %3 - "%1 %2" を "%2" で実行できません: %3 - Git Diff Project Git プロジェクトの差分表示 @@ -18345,6 +18506,10 @@ Commit now? Git Diff Files Git ファイルの差分表示 + + Cannot run "%1" in "%2": %3 + "%1" を "%2" で実行できません: %3 + Committed %n file(s). @@ -18788,7 +18953,7 @@ Commit now? &Subversion - Subversion(&S) + &Subversion Manage Remotes... @@ -19093,6 +19258,14 @@ Remote: %4 &Deleted 削除(&D) + + Unchanged File + 未変更のファイル + + + Was the merge successful? + マージが完了しましたか? + Continue Merging マージの続行 @@ -19385,8 +19558,8 @@ msysgit が、git bash 外で実行された時に自身のインストール先 でブロイに失敗しました。iOS デバイスが見つかりません。 - Deployment failed. The settings in the Organizer window of Xcode might be incorrect. - デプロイに失敗しました。Xcode の Organizer ウィンドウでの設定が正しくないかもしれません。 + Deployment failed. The settings in the Devices window of Xcode might be incorrect. + デプロイに失敗しました。Xcode の Devices ウィンドウでの設定が正しくないかもしれません。 Deployment failed. @@ -19954,7 +20127,7 @@ msysgit が、git bash 外で実行された時に自身のインストール先 Perforce::Internal::PerforcePlugin &Perforce - Perforce(&P) + &Perforce Diff Current File @@ -20560,6 +20733,10 @@ msysgit が、git bash 外で実行された時に自身のインストール先 Error while building/deploying project %1 (kit: %2) プロジェクト %1 のビルド・デプロイ中にエラーが発生しました (キット %2) + + The kit %1 has configuration issues which might be the root cause for this problem. + この問題は、キット %1 の設定が原因かもしれません。 + When executing step "%1" ステップ "%1" 実行中 @@ -20908,50 +21085,10 @@ msysgit が、git bash 外で実行された時に自身のインストール先 Qt Creator Plugin Qt Creator プラグイン - - Creates a new project including auto test skeleton. - 自動テストのスケルトンを含む新しいプロジェクトを作成します。 - - - Auto Test - 自動テスト - Other Project その他のプロジェクト - - Project and Test Information - プロジェクトとテスト情報 - - - GUI Application - GUI アプリケーション - - - Test Case Name: - テストケース名: - - - Requires QApplication - QApplication を必要とする - - - Generate initialization and cleanup code - 初期化およびクリーンアップ用コードを生成する - - - Build auto tests - 自動テストのビルド - - - always - 常時 - - - debug only - デバッグ時のみ - Library ライブラリ @@ -21262,6 +21399,10 @@ msysgit が、git bash 外で実行された時に自身のインストール先 Name of current build 現在のビルドの名前 + + Main file of current project + 現在のプロジェクトのメインファイル + Name of current project 現在のプロジェクトの名前 @@ -21385,13 +21526,6 @@ msysgit が、git bash 外で実行された時に自身のインストール先 この実行設定用の基本環境: - - ProjectExplorer::EnvironmentItemsDialog - - Edit Environment - 環境変数の編集 - - ProjectExplorer::EnvironmentWidget @@ -21597,10 +21731,18 @@ msysgit が、git bash 外で実行された時に自身のインストール先 ProjectExplorer::SysRootKitInformation + + Sys Root "%1" does not exist in the file system. + ファイルシステム上に Sys Root "%1" が存在しません。 + Sys Root "%1" is not a directory. Sys Root "%1" はディレクトリではありません。 + + Sys Root "%1" is empty. + Sys Root "%1" が空です。 + Sys Root Sys Root @@ -22348,6 +22490,10 @@ Please close all running instances of your application before starting a build.< The username with which to log into the device in the currently active kit. 現在有効なキットのデバイスにログインする際のユーザー名です。 + + Duplicate File... + ファイルの複製... + All Projects すべてのプロジェクト @@ -22466,7 +22612,7 @@ Do you want to ignore them? Run %1 - %1 の実行 + %1 を実行 New File @@ -22498,6 +22644,24 @@ Do you want to ignore them? Could not remove file %1 from project %2. プロジェクト %2 からファイル %1 を削除できません。 + + _copy + ファイル名の末尾 + _copy + + + _copy%1 + ファイル名の末尾 + _copy%1 + + + Duplicating File Failed + ファイルの複製に失敗 + + + Could not duplicate the file %1. + ファイル %1 を複製できませんでした。 + Delete File ファイルを削除 @@ -23613,7 +23777,7 @@ Neither the path to the library nor the path to its includes is added to the .pr QmakeProjectManager::Internal::ExternalQtEditor Unable to start "%1" - '%1' を開始できません + "%1" を開始できません The application "%1" could not be found. @@ -23788,6 +23952,10 @@ Neither the path to the library nor the path to its includes is added to the .pr mkspec mkspec + + Mkspec configured for qmake by the Kit. + キットで設定されている qmake 用 Mkspec です。 + QmakeProjectManager::QmakePriFileNode @@ -23948,6 +24116,14 @@ Neither the path to the library nor the path to its includes is added to the .pr Configuration unchanged, skipping qmake step. 設定が変更されていない為、qmake ステップをスキップします。 + + <no Qt version> + <Qt バージョンが未設定> + + + <no Make step found> + <Make コマンドが見つかりません> + QmakeProjectManager::QMakeStepConfigWidget @@ -23985,10 +24161,6 @@ Neither the path to the library nor the path to its includes is added to the .pr Disables QML debugging. QML profiling will still work. QML デバッグを無効化します。QML プロファイラは利用可能です。 - - <No Qt version> - <Qt バージョンが未設定> - QmakeProjectManager::Internal::QMakeStepFactory @@ -24051,9 +24223,17 @@ Neither the path to the library nor the path to its includes is added to the .pr Classes for displaying the contents of SVG files SVG ファイルを表示する為のクラスです + + Classes for displaying and editing Web content using Chromium backend + Chromium バックエンドを使用する Web コンテンツを表示・編集する為のクラスです + + + WebEngine and QWidget-based classes using Chromium backend + Chromium バックエンドを使用する WebEngine と QWidget ベースのクラスです + Classes for displaying and editing Web content - Web コンテンツを表示したり編集したりする為のクラスです + Web コンテンツを表示・編集する為のクラスです WebKit1 and QWidget-based classes from Qt 4 (Qt 5) @@ -24314,6 +24494,14 @@ Preselects a desktop Qt for building the application if available. Go to Implementation 実装へ移動 + + Add New Signal Handler + 新しいシグナルハンドラの追加 + + + Move to Component + コンポーネントへ移動 + Set Id id の付与 @@ -24692,23 +24880,8 @@ QML の可視性(visible)プロパティの値からは独立しています。< 上に移動します(CTRL + Up)。 - - QmlDesigner::PluginManager - - About Plugins - プラグインについて - - WidgetPluginManager - - Failed to create instance. - インスタンスの作成に失敗しました。 - - - Not a QmlDesigner plugin. - QmlDesigner プラグインではありません。 - Failed to create instance of file '%1': %2 ファイル '%1' のインスタンス作成に失敗しました: %2 @@ -24889,7 +25062,7 @@ Ids must begin with a lowercase letter. - QmlDesigner::RewriterView + QmlDesigner::RewriterError Error parsing 解析中にエラーが発生 @@ -24898,10 +25071,6 @@ Ids must begin with a lowercase letter. Internal error 内部エラー - - "%1" - "%1" - line %1 %1 行目 @@ -24925,28 +25094,36 @@ Ids must begin with a lowercase letter. QmlDesigner::Internal::DocumentWarningWidget - Placeholder - プレースホルダー + Cannot open this QML document because of an error in the QML file: + エラーが発生したため QML ファイルを開けません: - <a href="goToError">Go to error</a> - <a href="goToError">エラーにジャンプ</a> + OK + OK - %3 (%1:%2) - %3 (%1:%2) + This QML file contains features which are not supported by Qt Quick Designer at: + この QML ファイルには Qt Quick Designer で未対応の機能が含まれています: - Internal error (%1) - 内部エラー (%1) + Ignore + 無視 - Cannot open this QML document because of an error in the QML file: - - - エラーが発生したため QML ファイルを開けません: - - + Previous + 前へ + + + Next + 次へ + + + Go to error + エラー箇所へ飛ぶ + + + Go to warning + 警告箇所へ飛ぶ @@ -24970,6 +25147,14 @@ Ids must begin with a lowercase letter. QmlDesigner::QmlDesignerPlugin + + Cannot Open Design Mode + デザインモードを開けません + + + The QML file is not currently opened in a QML Editor. + この QML ファイルは現在 QML エディタで開けません。 + Switch Text/Design ソース/デザイナの切替 @@ -25104,7 +25289,7 @@ Ids must begin with a lowercase letter. Run Checks - チェックを実行 + チェックの実行 Ctrl+Shift+C @@ -25378,6 +25563,10 @@ Do you want to retry? Enable Profiling プロファイリングの有効化 + + QML traces (*%1 *%2) + QML トレース (*%1 *%2) + Discard data データを破棄 @@ -25394,10 +25583,6 @@ Do you want to retry? Elapsed: %1 経過: %1 - - QML traces (*%1) - QML トレース (*%1) - You are about to discard the profiling data, including unsaved notes. Do you want to continue? 未保存のメモを含むプロファイリングデータを破棄しようとしています。継続しますか? @@ -25417,6 +25602,10 @@ Do you want to save the data first? QmlProfiler::Internal::QmlProfilerStateWidget + + Profiling application: %1 events + アプリケーションのプロファイリング: %1 イベント + Profiling application アプリケーションのプロファイリング @@ -25426,24 +25615,24 @@ Do you want to save the data first? QML イベントの記録なし - Processing data - データの処理中 + Processing data: %1 / %2 + データ処理中: %1 / %2 - Waiting for more data - 追加データ待機中 + Loading buffered data: %1 events + バッファリング済みデータの読込中: %1 イベント Clearing old trace 古いトレース結果のクリア中 - Waiting for data - データ待機中 + Loading offline data: %1 events + オフラインデータの読込中: %1 イベント - Application stopped before loading all data - アプリケーションはすべてのデータを読み込む前に停止しました + Waiting for data + データ待機中 @@ -25591,6 +25780,22 @@ Do you want to save the data first? Error while parsing trace data file: %1 トレースデータファイルの解析中のエラー: %1 + + Invalid magic: %1 + 無効なマジック: %1 + + + Unknown data stream version: %1 + 未知のデータストリームバージョン: %1 + + + Invalid type index %1 + 無効なタイプインデックス: %1 + + + Corrupt data before position %1. + 位置 %1 以前のデータが壊れています。 + QmlProfiler::Internal::QmlProfilerTraceView @@ -25765,7 +25970,7 @@ Do you want to save the data first? - Qnx::Internal::QnxDeviceConfiguration + Qnx::Internal::QnxDevice QNX QNX @@ -25776,24 +25981,21 @@ Do you want to save the data first? - Qnx::Internal::QnxDeviceConfigurationFactory + Qnx::Internal::QnxDeviceFactory QNX Device QNX デバイス - Qnx::Internal::QnxDeviceConfigurationWizard + Qnx::Internal::QnxDeviceWizard + + QNX Device + QNX デバイス + New QNX Device Configuration Setup - 新しい QNX デバイス設定の設定 - - - - Qnx::Internal::QnxDeviceConfigurationWizardSetupPage - - QNX Device - QNX デバイス + 新しい QNX デバイスの設定 @@ -26044,17 +26246,13 @@ Do you want to save the data first? %1: Path to qmake executable qmake コマンド "%1" が見つからないか実行可能ではありません。 - - Qmake does not support build directories below the source directory. - Qmake はソースディレクトリ以下のビルドディレクトリをサポートしていません。 - The build directory needs to be at the same level as the source directory. ビルドディレクトリはソースディレクトリと同じ階層にある必要があります。 - QtSupport::Internal::CustomExecutableConfigurationWidget + ProjectExplorer::Internal::CustomExecutableConfigurationWidget Executable: 実行ファイル: @@ -26065,14 +26263,14 @@ Do you want to save the data first? - CustomExecutableDialog + ProjectExplorer::CustomExecutableDialog Could not find the executable, please specify one. 実行ファイルが見つかりません。実行ファイルを指定してください。 - QtSupport::CustomExecutableRunConfiguration + ProjectExplorer::CustomExecutableRunConfiguration No executable. 実行可能ファイルがありません。 @@ -26095,7 +26293,7 @@ cannot be found in the path. - QtSupport::CustomExecutableRunConfigurationFactory + ProjectExplorer::CustomExecutableRunConfigurationFactory Custom Executable カスタム実行ファイル @@ -26144,42 +26342,6 @@ cannot be found in the path. プロジェクトをコピーできません - - QmakeProjectManager::QmlDumpTool - - Only available for Qt for Desktop. - デスクトップ向け Qt でのみ利用可能です。 - - - Only available for Qt 4.7.1 or newer. - Qt 4.7.1 以降でのみ利用可能です。 - - - Not needed. - 必要ありません。 - - - Private headers are missing for this Qt version. - このバージョンの Qt にプライベートヘッダが見つかりません。 - - - qmldump - qmldump - - - - ProjectExplorer::QmlDumpTool - - qmldump could not be built in any of the directories: -- %1 - -Reason: %2 - qmldump はすべてのディレクトリでビルドできませんでした: -- %1 - -理由: %2 - - QtSupport::Internal::QtKitConfigWidget @@ -26262,8 +26424,16 @@ Reason: %2 現在の Qt のデモのインストールパスです。 - The current Qt version's default mkspecs. - 現在の Qt の既定の mkspec です。 + The current Qt version's default mkspecs (Qt 4). + 現在の Qt の既定の mkspec (Qt 4) です。 + + + The current Qt version's default mkspec (Qt 5; host system) + 現在の Qt の既定の mkspec (Qt 5、ホストシステム) です。 + + + The current Qt version's default mkspec (Qt 5; target system). + 現在の Qt の既定の mkspec (Qt 5、ターゲットシステム) です。 The current Qt's qmake version. @@ -26441,13 +26611,6 @@ Reason: %2 デプロイステップが完了しました。 - - RemoteLinux::AbstractRemoteLinuxRunSupport - - Not enough free ports on device for debugging. - デバイスにデバッグ用の空きポートがありません。 - - RemoteLinux::AbstractUploadAndInstallPackageService @@ -26535,7 +26698,7 @@ Reason: %2 RemoteLinux::GenericLinuxDeviceConfigurationWizard New Generic Linux Device Configuration Setup - 新しい一般的な Linux デバイス設定の設定 + 新しい一般的な Linux デバイスの設定 @@ -26672,6 +26835,18 @@ In addition, device connectivity will be tested. Checking available ports... 使用可能なポートを確認中... + + Creating remote socket ... + リモートソケットを作成しています ... + + + Not enough free ports on device for profiling. + デバイスにプロファイル用の空きポートがありません。 + + + FIFO for profiling data could not be created. + プロファイルデータ用 FIFO が作成できませんでした。 + Failure running remote process. リモートプロセスの実行に失敗しました。 @@ -26766,6 +26941,14 @@ In addition, device connectivity will be tested. Checking available ports... 使用可能なポートを確認中... + + Not enough free ports on device for C++ debugging. + デバイスに C++ デバッグ用の空きポートがありません。 + + + Not enough free ports on device for QML debugging. + デバイスに QML デバッグ用の空きポートがありません。 + Debugging failed. デバッグに失敗しました。 @@ -27211,7 +27394,7 @@ In addition, device connectivity will be tested. Subversion::Internal::SubversionPlugin &Subversion - Subversion(&S) + &Subversion Diff Current File @@ -27898,7 +28081,7 @@ Filter: %2 - TextEditor::TextEditorSettings + TextEditorSettings Text テキスト @@ -27919,11 +28102,11 @@ Applied to text, if no other rules matching. Selection - 選択した部分 + 選択部分 Selected text. - テキストを選択します。 + 選択されたテキストです。 Line Number @@ -27939,7 +28122,7 @@ Applied to text, if no other rules matching. Highlighted search results inside the editor. - エディタ内で検索結果を強調表示します。 + エディタ内で強調表示される検索結果です。 Search Scope @@ -27947,7 +28130,7 @@ Applied to text, if no other rules matching. Section where the pattern is searched in. - 検索したパターン内のセクションです。 + パターンの検索範囲です。 Parentheses @@ -27955,7 +28138,7 @@ Applied to text, if no other rules matching. Displayed when matching parentheses, square brackets or curly brackets are found. - 対応する括弧や鍵括弧、波括弧が見つかった時に表示されます。 + 対応する括弧や鍵括弧、波括弧が見つかっている時の表示です。 Mismatched Parentheses @@ -27963,7 +28146,15 @@ Applied to text, if no other rules matching. Displayed when mismatched parentheses, square brackets, or curly brackets are found. - 対応していない括弧や鍵括弧、波括弧が見つかった時に表示されます。 + 対応する括弧や鍵括弧、波括弧が見つからない時の表示です。 + + + Auto Complete + 自動補完 + + + Displayed when a character is automatically inserted like brackets or quotes. + 括弧や引用符などの文字が自動的に挿入された場合に表示されます。 Current Line @@ -27989,7 +28180,7 @@ Applied to text, if no other rules matching. Occurrences of the symbol under the cursor. (Only the background will be applied.) カーソルの位置にあるシンボルの出現箇所です。 -(バックグラウンドにだけ適用されます。) +(バックグラウンドだけ適用されます。) Unused Occurrence @@ -28009,7 +28200,7 @@ Applied to text, if no other rules matching. Number - 番号 + 数字 Number literal. @@ -28055,13 +28246,21 @@ Applied to text, if no other rules matching. Class' data members. クラスのデータメンバです。 + + Global + グローバル変数 + + + Global variables. + グローバル変数です。 + Enumeration 列挙型 Applied to enumeration items. - 列挙型のアイテムに適用します。 + 列挙型のアイテムに適用されます。 Function @@ -28093,7 +28292,7 @@ Applied to text, if no other rules matching. QML item id within a QML file. - QML ファイル内の QML アイテム ID です。 + QML ファイル内の QML アイテムの ID です。 QML Root Object Property @@ -28171,6 +28370,10 @@ Applied to text, if no other rules matching. Keyword キーワード + + Reserved keywords of the programming language except keywords denoting primitive types. + プログラム言語によって予約されているキーワードです(プリミティブ型を示すキーワードを除く)。 + Operator 演算子 @@ -28179,23 +28382,13 @@ Applied to text, if no other rules matching. Operators (for example operator++ or operator-=). 演算子(ex. operator++ や operator-=)です。 - - Whitespace. -Will not be applied to whitespace in comments and strings. - 空白です。 -コメントや文字列内の空白には適用されません。 - Preprocessor プリプロセッサ - - Reserved keywords of the programming language except keywords denoting primitive types. - プログラム言語によって予約されているキーワードです(プリミティブ型を示すキーワードを除く)。 - Preprocessor directives. - プリプロセッサです。 + プリプロセッサディレクティブです。 Label @@ -28203,7 +28396,7 @@ Will not be applied to whitespace in comments and strings. Labels for goto statements. - goto ステートメントのラベルです。 + goto ステートメント用のラベルです。 Comment @@ -28211,7 +28404,7 @@ Will not be applied to whitespace in comments and strings. All style of comments except Doxygen comments. - すべてのコメントは Doxgen のコメントスタイルである必要があります。 + Doxgen 用のコメント以外のすべてのコメントです。 Doxygen Comment @@ -28233,29 +28426,35 @@ Will not be applied to whitespace in comments and strings. Visual Whitespace 空白の可視化 + + Whitespace. +Will not be applied to whitespace in comments and strings. + 空白です。 +コメントや文字列内の空白には適用されません。 + Disabled Code 無効化されたコード Code disabled by preprocessor directives. - プリプロセッサによって無効化されたコードです。 + プリプロセッサ ディレクティブによって無効化されたコードです。 Added Line - 追加した行 + 追加された行 Applied to added lines in differences (in diff editor). - 差異のある行のうち、追加された行に適用されます (差分エディタ)。 + 差分内の追加された行に適用されます (差分エディタ)。 Removed Line - 削除した行 + 削除された行 Applied to removed lines in differences (in diff editor). - 差異のある行のうち、削除された行に適用されます (差分エディタ)。 + 差分内の削除された行に適用されます (差分エディタ)。 Diff File @@ -28267,11 +28466,11 @@ Will not be applied to whitespace in comments and strings. Diff Location - 差異のある行 + 差分の位置 Location in the files where the difference is (in diff editor). - ファイル内の差異のある行です (差分エディタ)。 + ファイルの差分がある位置です(差分エディタ)。 Diff File Line @@ -28295,7 +28494,7 @@ Will not be applied to whitespace in comments and strings. Applied to source lines with changes in differences (in side-by-side diff editor). - 差分の変更内容がソースに適用されます(サイドバイサイド差分エディタにて)。 + 差分の比較元の変更された行に適用されます(サイドバイサイド差分エディタにて)。 Diff Source Character @@ -28303,7 +28502,7 @@ Will not be applied to whitespace in comments and strings. Applied to removed characters in differences (in side-by-side diff editor). - 差分の文字列の削除が適用されます(サイドバイサイド差分エディタにて)。 + 差分の削除された文字列に適用されます(サイドバイサイド差分エディタにて)。 Diff Destination Line @@ -28311,7 +28510,7 @@ Will not be applied to whitespace in comments and strings. Applied to destination lines with changes in differences (in side-by-side diff editor). - 差分の変更内容がターゲットに適用されます(サイドバイサイド差分エディタにて)。 + 差分の比較先の変更された行に適用されます(サイドバイサイド差分エディタにて)。 Diff Destination Character @@ -28319,7 +28518,7 @@ Will not be applied to whitespace in comments and strings. Applied to added characters in differences (in side-by-side diff editor). - 差分の文字列の追加が適用されます(サイドバイサイド差分エディタにて)。 + 差分の追加された文字列に適用されます(サイドバイサイド差分エディタにて)。 Log Change Line @@ -28329,6 +28528,10 @@ Will not be applied to whitespace in comments and strings. Applied to lines describing changes in VCS log. バージョン管理システムのログにおいて変更を記載した行に適用されます。 + + Error + エラー + Underline color of error diagnostics. エラー判定時の下線の色です。 @@ -28341,6 +28544,10 @@ Will not be applied to whitespace in comments and strings. Underline color of the contexts of error diagnostics. エラー判定時のコンテキストの下線の色です。 + + Warning + 警告 + Underline color of warning diagnostics. 警告判定時の下線の色です。 @@ -28353,6 +28560,14 @@ Will not be applied to whitespace in comments and strings. Underline color of the contexts of warning diagnostics. 警告判定時のコンテキストの下線の色です。 + + Declaration + 宣言 + + + Declaration of a function, variable, and so on. + 関数や変数などの宣言です。 + Behavior 動作 @@ -28361,14 +28576,6 @@ Will not be applied to whitespace in comments and strings. Display 表示 - - Error - エラー - - - Warning - 警告 - Todo::Internal::TodoItemsModel @@ -29449,6 +29656,14 @@ When a problem is detected, the application is interrupted and can be debugged.< WebP Image file WebP 画像ファイル + + Nim project file + Nim プロジェクトファイル + + + Nim source file + Nim ソースファイル + Python source file without console コンソールのない Python ソースファイル @@ -29517,6 +29732,10 @@ When a problem is detected, the application is interrupted and can be debugged.< QML Project file QML プロジェクトファイル + + Scxml State Chart + Scxml 状態遷移図 + Qt Resource file Qt リソースファイル @@ -29617,6 +29836,10 @@ Ex. "Revision: 15" を指定した場合、ブランチはリビジョ Use customized style: カスタムスタイルを使用する: + + Restrict to MIME types: + 制限する MIME タイプ: + Beautifier::Internal::ClangFormat::ClangFormatOptionsPage @@ -29656,6 +29879,10 @@ Ex. "Revision: 15" を指定した場合、ブランチはリビジョ Format entire file if no text was selected 未選択時にはファイル全体を整形する + + Restrict to MIME types: + 制限する MIME タイプ: + Beautifier::Internal::ConfigurationDialog @@ -29746,6 +29973,10 @@ Ex. "Revision: 15" を指定した場合、ブランチはリビジョ Format entire file if no text was selected 未選択時にはファイル全体を整形する + + Restrict to MIME types: + 制限する MIME タイプ: + Core::Internal::FindDialog @@ -30062,7 +30293,7 @@ Qt バージョンオプションページで qmldump アプリケーション - AbstractSettings + Beautifier::Internal::AbstractSettings Cannot save styles. %1 does not exist. スタイルを保存できません。%1 が存在しません。 @@ -30101,6 +30332,26 @@ Qt バージョンオプションページで qmldump アプリケーション Beautifier::Internal::BeautifierPlugin + + Cannot create temporary file "%1": %2. + 一時ファイル "%1" を作成できません: %2. + + + Failed to format: %1. + 整形に失敗しました: %1. + + + Cannot read file "%1": %2. + ファイル "%1" が読み込めません: %2. + + + Cannot call %1 or some other error occurred. + %1 が呼び出せないかその他のエラーが発生しました。 + + + Cannot call %1 or some other error occurred. Timeout reached while formatting file %2. + %1 が呼び出せないかその他のエラーが発生しました。ファイル %2 の整形中にタイムアウトが発生しました。 + File was modified. ファイルは編集されています。 @@ -30138,7 +30389,7 @@ Qt バージョンオプションページで qmldump アプリケーション - ClangFormatSettings + Beautifier::Internal::ClangFormat::ClangFormatSettings No description available. 記述が見つかりません。 @@ -30161,7 +30412,7 @@ Qt バージョンオプションページで qmldump アプリケーション - Core::FindPlugin + Core::Find &Find/Replace 検索/置換(&F) @@ -30584,7 +30835,7 @@ kill しますか? Select valid executable. - 勇往な実行ファイルを選択してください。 + 有効な実行ファイルを選択してください。 Not watching. @@ -30703,6 +30954,10 @@ kill しますか? Remote: "%1:%2" - Process %3 リモート: "%1:%2" - プロセス %3 + + Attaching failed. + アタッチに失敗しました。 + TextEditor::BehaviorSettingsWidget @@ -30874,6 +31129,30 @@ kill しますか? Target ターゲット + + Anchor to the top of the target. + ターゲットの上端にアンカーします。 + + + Anchor to the left of the target. + ターゲットの左端にアンカーします。 + + + Anchor to the vertical center of the target. + ターゲットの垂直方向の中央にアンカーします。 + + + Anchor to the horizontal center of the target. + ターゲットの水平方向の中央にアンカーします。 + + + Anchor to the bottom of the target. + ターゲットの下端にアンカーします。 + + + Anchor to the right of the target. + ターゲットの右端にアンカーします。 + Qnx::Internal::QnxPlugin @@ -31223,7 +31502,7 @@ API バージョンが %1 以上の SDK をインストールしてください BareMetal::Internal::BareMetalDeviceConfigurationWizard New Bare Metal Device Configuration Setup - 新しいベアメタルデバイス設定の設定 + 新しいベアメタルデバイスの設定 @@ -31290,7 +31569,7 @@ API バージョンが %1 以上の SDK をインストールしてください - Core::DocumentModelPrivate + Core::Internal::DocumentModelPrivate <no document> <ドキュメントなし> @@ -32197,6 +32476,14 @@ Android 5 ではローカルの Qt ライブラリをデプロイできません Test Settings テスト設定 + + Active Test Frameworks + 有効なテストフレームワーク + + + Select the test frameworks to be handled by the AutoTest plugin. + AutoTest プラグインで使用するテストフレームワークを選択します。 + ClangCodeModel::Internal::ClangProjectSettingsWidget @@ -32235,6 +32522,26 @@ Android 5 ではローカルの Qt ライブラリをデプロイできません Clang Command Clang コマンド + + Version: %1, supported. + バージョン: %1, サポート対象です。 + + + Version: %1, unsupported (supported version is %2). + バージョン: %1, 未サポートです(サポート対象のバージョンは %2 です)。 + + + Version: Could not determine version. + バージョン: バージョンが検出できません。 + + + Version: Set valid executable first. + バージョン: 有効な実行ファイルを設定してください。 + + + TextLabel + テキストラベル + ClangStaticAnalyzer::Internal::ProjectSettingsWidget @@ -32364,6 +32671,22 @@ Android 5 ではローカルの Qt ライブラリをデプロイできません Influences how file names are matched to decide if they are the same. ファイル名が一致する場合にそれらが同一のファイルかどうかを決定する方法に影響します。 + + Automatically free resources of old documents that are not visible and not modified. They stay visible in the list of open documents. + 非表示で未変更のドキュメントのリソースを自動的に解放します。開いたドキュメントのリストには表示されます。 + + + Auto-suspend unmodified files + 未変更のファイルを自動的にサスペンドする + + + Minimum number of open documents that should be kept in memory. Increasing this number will lead to greater resource usage of Qt Creator when not manually closing documents. + メモリ上に維持されるドキュメントの最小値です。この数値を増加させると、ドキュメントを閉じていない状態で Qt Creator が使用するリソースが増大します。 + + + Files to keep open: + 維持するファイル数: + CppTools::ClangDiagnosticConfigsWidget @@ -32687,21 +33010,6 @@ Android 5 ではローカルの Qt ライブラリをデプロイできません 分割ビューの方向です。 - - QmlDesigner::QmlWarningDialog - - Warning - 警告 - - - This QML file contains features which are not supported by Qt Quick Designer - この QML ファイルには Qt Quick Designer で未対応の機能が含まれています - - - Warn about unsupported features - 未対応の機能を警告する - - QmlDesigner::PuppetBuildProgressDialog @@ -32872,6 +33180,10 @@ the program. To-Do To-Do + + <Enter regular expression to exclude> + <除外する正規表現を入力してください> + LayoutPoperties @@ -33537,10 +33849,6 @@ the program. <font color=red>Invalid syntax!</font> <font color=red>無効なシンタックス!</font> - - Multi-Selection - 複数選択 - qmt::ProjectController @@ -33703,10 +34011,6 @@ the program. Unknown 不明 - - Error: Executable timed out after %1 s. - エラー: 実行ファイルが %1 秒後にタイムアウトしました。 - Utils::ShellCommandPage @@ -33827,13 +34131,6 @@ the program. Android 仮想デバイスの起動に失敗しました。 - - Autotest::Constants - - <unnamed> - <無名> - - Autotest::Internal::AutotestPlugin @@ -33878,10 +34175,26 @@ the program. Tests テスト + + No active test frameworks. + 有効なテストフレームワークが見つかりません。 + Run This Test このテストの実行 + + Run Without Deployment + デプロイせずに実行 + + + Debug This Test + このテストのデバッグ + + + Debug Without Deployment + デプロイせずにデバッグ + Select All すべてを選択 @@ -33927,132 +34240,11 @@ the program. - QObject - - <Enter regular expression to exclude> - <除外する正規表現を入力してください> - + Autotest::Internal::QtTestOutputReader %1 %2 per iteration (total: %3, iterations: %4) %1 %2 毎実行 (トータル: %3, 実行回数: %4) - - Test run canceled by user. - テスト実行はユーザーによってキャンセルされました。 - - - Project is null for "%1". Removing from test run. -Check the test environment. - "%1" 向けプロジェクトが空です。テスト実行から削除します。 -テスト環境を確認してください。 - - - Could not find command "%1". (%2) - コマンド "%1" が見つかりませんでした。(%2) - - - Test case canceled due to timeout. -Maybe raise the timeout? - タイムアウトに到達したためテストケースをキャンセルしました。 -タイムアウトを発生させますか? - - - (none) - (なし) - - - <p>Give all test cases a name to ensure correct behavior when running test cases and to be able to select them.</p> - <p>テストケースの実行や選択が正常に動作するようにすべてのテストケースに名前を付けてください。</p> - - - parameterized - パラメータ化 - - - typed - 型付け - - - Cannot create temporary file "%1": %2. - 一時ファイル "%1" を作成できません: %2. - - - Cannot call %1 or some other error occurred. Time out reached while formatting file %2. - %1 が呼び出せないかその他のエラーが発生しました。ファイル %2 の整形中にタイムアウトが発生しました。 - - - Cannot read file "%1": %2. - ファイル "%1" が読み込めません: %2. - - - Cannot call %1 or some other error occurred. - %1 が呼び出せないかその他のエラーが発生しました。 - - - Inspect available fixits - 利用可能な修正の確認 - - - File "%1" does not exist or is not readable. - ファイル "%1" が存在しないか読み込み可能ではありません。 - - - Could not read file "%1": UnexpectedElementError. - ファイル "%1" を読み込みませんでした: 想定外のエレメントです。 - - - Could not read file "%1": CustomError. - ファイル "%1" を読み込みませんでした: カスタムエラーです。 - - - Could not read file "%1": NotWellFormedError. - ファイル "%1" を読み込みませんでした: XML ファイルのフォーマットが不正です。 - - - Could not read file "%1": PrematureEndOfDocumentError. - ファイル "%1" を読み込みませんでした: XML ファイルが途中で終了しています。 - - - File is not a plist version 1.0 file. - ファイルがバージョン 1.0 の plist ファイルではありません。 - - - Expected a string element. - string エレメントではありません。 - - - Expected an array element. - array エレメントではありません。 - - - Expected an integer element. - integer エレメントではありません。 - - - An error occurred with the Clang Static Analyzer process. - Clang 静的解析のプロセスでエラーが発生しました。 - - - Clang Static Analyzer crashed. - Clang 静的解析がクラッシュしました。 - - - Clang Static Analyzer finished with exit code: %1. - Clang 静的解析は終了コード %1 で終了しました。 - - - Command line: "%1" -Process Error: %2 -Output: -%3 - コマンドライン:"%1" -プロセスエラー: %2 -出力: -%3 - - - - Autotest::Internal::QtTestOutputReader Executing test case %1 テストケース %1 を実行しています @@ -34240,6 +34432,26 @@ Output: Autotest::Internal::TestRunner + + Test run canceled by user. + テスト実行はユーザーによってキャンセルされました。 + + + Project is null for "%1". Removing from test run. +Check the test environment. + "%1" 向けプロジェクトが空です。テスト実行から削除します。 +テスト環境を確認してください。 + + + Could not find command "%1". (%2) + コマンド "%1" が見つかりませんでした。(%2) + + + Test case canceled due to timeout. +Maybe raise the timeout? + タイムアウトに到達したためテストケースをキャンセルしました。 +タイムアウトを発生させますか? + Project's run configuration was guessed for "%1". This might cause trouble during execution. @@ -34264,26 +34476,21 @@ Only desktop kits are supported. Make sure the currently active kit is a desktop Running Tests テストの実行中 + + Failed to get run configuration. + 実行設定の取得に失敗しました。 + + + Failed to create run configuration. +%1 + 実行設定の作成に失敗しました。 +%1 + Build failed. Canceling test run. ビルドに失敗しました。テストの実行をキャンセルしました。 - - Autotest::Internal::TestTreeModel - - Auto Tests - 自動テスト - - - Qt Quick Tests - Qt Quick テスト - - - Google Tests - Google Tests - - BareMetal @@ -34692,8 +34899,8 @@ Only desktop kits are supported. Make sure the currently active kit is a desktop ファイルエラー - The file is too big for the Binary Editor (max. 2GB). - ファイルサイズがバイナリエディタで扱える上限を超えています(最大 2GB)。 + The file is too big for the Binary Editor (max. 32GB). + ファイルサイズがバイナリエディタで扱える上限を超えています(最大 32GB)。 Cannot open %1: %2 @@ -34798,6 +35005,10 @@ Only desktop kits are supported. Make sure the currently active kit is a desktop ClangStaticAnalyzer::Internal::ClangStaticAnalyzerRunControl + + Clang Static Analyzer + Clang 静的解析 + Running Clang Static Analyzer on %1 %1 で Clang 静的解析を実行する @@ -34806,6 +35017,14 @@ Only desktop kits are supported. Make sure the currently active kit is a desktop Clang Static Analyzer: Invalid executable "%1", stop. Clang 静的解析: 実行ファイル "%1" が無効のため停止しました。 + + Clang Static Analyzer: Running with possibly unsupported version, could not determine version from executable "%1". + Clang 静的解析: サポート対象外のバージョンを動作させようとしている可能性があります。実行ファイル "%1" からバージョンを特定できませんでした。 + + + Clang Static Analyzer: Running with unsupported version %1, supported version is %2. + Clang: 静的解析: サポート対象外のバージョン %1 で動作させようとしています。サポート対象のバージョンは %2 です。 + Clang Static Analyzer: Failed to create temporary dir, stop. Clang 静的解析: 一時ディレクトリの作成に失敗したため停止しました。 @@ -34870,7 +35089,7 @@ Only desktop kits are supported. Make sure the currently active kit is a desktop Run %1 in %2 Mode? - %1を%2モードで実行しますか? + %1 を%2モードで実行しますか? <html><head/><body><p>You are trying to run the tool "%1" on an application in %2 mode. The tool is designed to be used in Debug mode since enabled assertions can reduce the number of false positives.</p><p>Do you want to continue and run the tool in %2 mode?</p></body></html> @@ -34922,8 +35141,8 @@ clang の実行ファイルを設定してください。 CMakeProjectManager::Internal::BuildDirManager - The build directory is not for %1 - ビルドディレクトリが %1 用ではありません + The build directory is not for %1 but for %2 + このビルドディレクトリは %2 向けで %1 向けではありません Running "%1 %2" in %3. @@ -34941,6 +35160,22 @@ clang の実行ファイルを設定してください。 *** cmake process exited with exit code %1. *** CMake プロセスは終了コード %1 で終了しました。 + + <removed> + <削除済み> + + + <empty> + <空> + + + CMake configuration has changed on disk. + ディスク上の CMake の設定が変更されました。 + + + The CMakeCache.txt file has changed: %1 + CMakeCache.txt ファイルが変更されました: %1 + Failed to open %1 for reading. 読み込み用に %1 を開くのに失敗しました。 @@ -35033,10 +35268,6 @@ clang の実行ファイルを設定してください。 CMake Configuration CMake 設定 - - <No Changes to Apply> - <変更なし> - Default configuration passed to CMake when setting up a project. プロジェクト設定時に既定の設定が CMake に渡されます。 @@ -35060,13 +35291,13 @@ clang の実行ファイルを設定してください。 Unconfigured 未設定 + + Path to the cmake executable + cmake 実行ファイルへのパス + CMakeProjectManager::CMakeGeneratorKitInformation - - No CMake Tool configured, CMake generator will be ignored. - 設定済みの CMake ツールが見つからないため、CMake ジェネレータは無視されます。 - CMake Tool is unconfigured, CMake generator will be ignored. CMake ツールが設定されていないため、CMake ジェネレータは無視されます。 @@ -35076,8 +35307,8 @@ clang の実行ファイルを設定してください。 CMake ツールがジェネレータに対応していません。 - CMake generator does not generate CodeBlocks file. Qt Creator will not be able to parse the CMake project. - CMake ジェネレータが CodeBlocks ファイルを生成しません。CMake プロジェクトを解析できません。 + CMake generator does not generate a CodeBlocks file. Qt Creator will not be able to parse the CMake project. + CMake ジェネレータが CodeBlocks ファイルを生成しないため、CMake プロジェクトをパースできません。 CMake Generator @@ -35300,25 +35531,6 @@ clang の実行ファイルを設定してください。 コメントです。 - - Core::Internal::EnvironmentChangesDialog - - Edit Environment Changes - 環境変数の変更の編集 - - - Change system environment by assigning one environment variable per line: - 行毎に環境変数に値を代入してシステムの環境変数を変更してください: - - - PATH=C:\dev\bin;${PATH} - PATH=C:\dev\bin;${PATH} - - - PATH=/opt/bin:${PATH} - PATH=/opt/bin:${PATH} - - Core::PromptOverwriteDialog @@ -36115,6 +36327,10 @@ Setting breakpoints by file name and line number may fail. このファイルは "デバッグ" ビルドではないようです。 ファイル名と行番号によるブレークポイントの設定は失敗するかもしれません。 + + Finished retrieving data + データの受信が完了しました + Run to Address 0x%1 アドレス 0x%1 まで実行 @@ -36381,7 +36597,7 @@ Affected are breakpoints %1 Run %1 in %2 Mode? - %1 を %2 モードで実行しますか? + %1 を%2モードで実行しますか? <html><head/><body><p>You are trying to run the tool "%1" on an application in %2 mode. The tool is designed to be used %3.</p><p>Run-time characteristics differ significantly between optimized and non-optimized binaries. Analytical findings for one mode may or may not be relevant for the other.</p><p>Running tools that need debug symbols on binaries that don't provide any may lead to missing function names or otherwise insufficient output.</p><p>Do you want to continue and run the tool in %2 mode?</p></body></html> @@ -37016,14 +37232,6 @@ Affected are breakpoints %1 Qt Resource File Qt リソースファイル - - Creates a QML file with boilerplate code, starting with "import QtQuick 1.1". - "import QtQuick 1.1" で始まるテンプレートコードを含む QML ファイルを作成します。 - - - QML File (Qt Quick 1) - QML ファイル (Qt Quick 1) - Creates a QML file with boilerplate code, starting with "import QtQuick 2.0". "import QtQuick 2.0" で始まるテンプレートコードを含む QML ファイルを作成します。 @@ -37160,10 +37368,6 @@ Preselects a desktop Qt for building the application if available. Qt Canvas 3D Application Qt Canvas 3D アプリケーション - - Creates a deployable Qt Quick 2 application using Qt Labs Controls. - Qt Labs Controls を使用する、デプロイ可能な Qt Quick 2 アプリケーションを作成します。 - Qt Labs Controls Application Qt Labs Controls アプリケーション @@ -37260,6 +37464,126 @@ Preselects a desktop Qt for building the application if available. "%{JS: Util.toNativeSeparators('%{TargetPath}')}" exists in the filesystem. "%{JS: Util.toNativeSeparators('%{TargetPath}')}" は既にファイルシステムに存在しています。 + + This wizard creates a simple Qmake based project with additional auto test skeleton. + このウィザードは自動テストのスケルトンが追加されたシンプルな qmake ベースのプロジェクトを作成します。 + + + Qt Test + Qt Test + + + Googletest + Google Test + + + Test Framework: + テストフレームワーク: + + + GUI Application + GUI アプリケーション + + + Test Case Name: + テストケース名: + + + Requires QApplication + QApplication を使用する + + + Generate initialization and cleanup code + 初期化およびクリーンアップ用コードを生成する + + + Test Set Name: + テストセット名: + + + Enable C++11 + C++ を有効にする + + + always + 常時 + + + debug only + デバッグ時のみ + + + Build auto tests + 自動テストのビルド + + + Googletest repository: + Google Test リポジトリ: + + + Project and Test Information + プロジェクトとテスト情報 + + + Creates a new project including auto test skeleton. + 自動テストのスケルトンを含む新しいプロジェクトを作成します。 + + + Auto Test Project + 自動テストプロジェクト + + + Creates an empty Nim file using UTF-8 charset. + UTF-8 エンコーディングで空の Nim ファイルを作成します。 + + + Nim + Nim + + + Nim File + Nim ファイル + + + State Chart name: + 状態遷移名: + + + State Chart Name and Location + 状態遷移名とパス + + + Creates a new, empty, state chart. + 新しい空の状態遷移を作成します。 + + + State Chart + 状態遷移 + + + Creates a simple Nim application. + シンプルな Nim アプリケーションを作成します。 + + + Nim Application + Nim アプリケーション + + + Creates a deployable Qt Quick 2 application using Qt Labs Controls.<br/><br/><b>Note:</b> Qt Labs Controls are only available with Qt 5.6. Choose <em>Qt Quick Controls 2 Application</em> when targeting Qt 5.7 or later. + Qt Labs Controls を使用する、デプロイ可能な Qt Quick 2 アプリケーションを作成します。<br/><br/><b>注意:</b> Qt Labs Controls は Qt 5.6 でのみ利用できます。Qt 5.7 以降では <em>Qt Quick Controls 2 アプリケーション</em> を選択してください。 + + + Qt 5.7 + Qt 5.7 + + + Creates a deployable Qt Quick 2 application using Qt Quick Controls 2.<br/><br/><b>Note:</b> Qt Quick Controls 2 are available with Qt 5.7 and later. Choose <em>Qt Labs Controls Application</em> when targeting Qt 5.6. + Qt Quick Controls 2 を使用する、デプロイ可能な Qt Quick 2 アプリケーションを作成します。<br/><br/><b>注意:</b> Qt Quick Controls 2 は Qt 5.7 以降でのみ利用できます。Qt 5.6 では <em>Qt Labs Controls アプリケーション</em> を選択してください。 + + + Qt Quick Controls 2 Application + Qt Quick Controls 2 アプリケーション + Use existing directory 既存のディレクトリを使用する @@ -38152,10 +38476,38 @@ Would you like to overwrite it? Export Diagram... 図のエクスポート... + + Zoom In + 拡大 + + + Zoom Out + 縮小 + + + Reset Zoom + 縮尺を戻す + Open Parent Diagram 親の図を開く + + Add Package + パッケージの追加 + + + Add Component + コンポーネントの追加 + + + Add Class + クラスの追加 + + + Add Canvas Diagram + キャンバス図の追加 + Edit Element Properties エレメントのプロパティを編集 @@ -38707,21 +39059,13 @@ to project "%2". 環境変数: - Additional environment settings when using this kit. - このキットを使用する際の変更する環境変数の設定です。 + Additional build environment settings when using this kit. + このキット使用時に追加するビルド用環境変数です。 No changes to apply. 変更しません。 - - Edit Environment Changes - 環境変数の変更の編集 - - - Enter one variable per line with the variable name separated from the variable value by "=".<br>Environment variables can be referenced with ${OTHER}. - 一行に付き一つの変数をその名と値を "=" で繋ぐ形式で入力してください。<br>他の環境変数は ${OTHER} の形式で参照できます。 - ProjectExplorer::Internal::MsvcBasedToolChainConfigWidget @@ -39266,9 +39610,9 @@ Android パッケージソースディレクトリのファイルはビルドデ バインディング - Dynamic Properties + Properties Title of dynamic properties view - ダイナミックプロパティ + プロパティ Add binding or connection. @@ -39516,19 +39860,6 @@ Android パッケージソースディレクトリのファイルはビルドデ <bytecode> <バイトコード> - - (Opt) - (最適化) - - - Binding is evaluated by the optimized engine. - バインディングは最適化されたエンジンで評価されます。 - - - Binding not optimized (might have side effects or assignments, -references to elements in other files, loops, and so on.) - バインディングは最適化されていません(副作用の可能性や代入、他のファイルのエレメントへの参照、ループなどの為) - Source code not available ソースコードが見つかりません @@ -39620,7 +39951,7 @@ references to elements in other files, loops, and so on.) - QmlProfilerExtension::Internal::DebugMessagesModel + QmlProfiler::Internal::DebugMessagesModel Unknown Message %1 未知のメッセージ %1 @@ -39639,45 +39970,22 @@ references to elements in other files, loops, and so on.) - QmlProfilerExtension::Internal::FlameGraphModel + QmlProfiler::Internal::DebugMessagesModelTest - Paint - 描画 + Timestamp + タイムスタンプ - Compile - コンパイル + Message + メッセージ - Create - 生成 - - - Binding - バインディング - - - Signal - シグナル - - - JavaScript - JavaScript - - - Source code not available - ソースコードが見つかりません + Location + パス - QmlProfilerExtension::Internal::FlameGraphView - - Show Full Range - 全体を表示 - - - - QmlProfilerExtension::Internal::InputEventsModel + QmlProfiler::Internal::InputEventsModelTest Mouse Events マウスイベント @@ -39694,10 +40002,6 @@ references to elements in other files, loops, and so on.) Key Press キープレス - - Key Release - キーリリース - Key キー @@ -39707,17 +40011,17 @@ references to elements in other files, loops, and so on.) 修飾キー - Double Click - ダブルクリック + Key Release + キーリリース + + + Keyboard Event + キーボードイベント Mouse Press マウスプレス - - Mouse Release - マウスリリース - Button ボタン @@ -39726,6 +40030,10 @@ references to elements in other files, loops, and so on.) Result 結果 + + Mouse Release + マウスリリース + Mouse Move マウス移動 @@ -39738,6 +40046,10 @@ references to elements in other files, loops, and so on.) Y Y + + Double Click + ダブルクリック + Mouse Wheel マウスホイール @@ -39750,17 +40062,13 @@ references to elements in other files, loops, and so on.) Angle Y Y軸角度 - - Keyboard Event - キーボードイベント - Mouse Event マウスイベント - QmlProfilerExtension::Internal::MemoryUsageModel + QmlProfiler::Internal::MemoryUsageModelTest Memory Allocation メモリ確保 @@ -39773,14 +40081,14 @@ references to elements in other files, loops, and so on.) Memory Allocated 確保済みメモリ - - Memory Freed - 解放済みメモリ - Total トータル + + %1 bytes + %1 バイト + Allocated 確保済み @@ -39789,6 +40097,18 @@ references to elements in other files, loops, and so on.) Allocations 確保 + + Type + + + + Heap Allocation + ヒープメモリ + + + Location + パス + Deallocated 解放済み @@ -39797,33 +40117,21 @@ references to elements in other files, loops, and so on.) Deallocations 解放 - - Type - タイプ - - - Location - パス - - - Heap Allocation - ヒープメモリ - Large Item Allocation 巨大アイテム用メモリ + + Memory Freed + 解放済みメモリ + Heap Usage ヒープ使用 - - Unknown - 不明 - - QmlProfilerExtension::Internal::PixmapCacheModel + QmlProfiler::Internal::PixmapCacheModelTest Image Cached キャッシュ済み画像 @@ -39832,14 +40140,6 @@ references to elements in other files, loops, and so on.) Image Loaded 読込済み画像 - - Result - 結果 - - - Load Error - 読込エラー - Duration 持続時間 @@ -39862,18 +40162,7 @@ references to elements in other files, loops, and so on.) - QmlProfilerExtension::Internal::QmlProfilerExtensionPlugin - - Action Triggered - アクショントリガー - - - This is an action from QML Profiler Extension. - QML プロファイラエクステンションのアクションです。 - - - - QmlProfilerExtension::Internal::SceneGraphTimelineModel + QmlProfiler::Internal::SceneGraphTimelineModel Stage ステージ @@ -39991,10 +40280,6 @@ references to elements in other files, loops, and so on.) TextEditor::TextEditorWidget - - CTRL+D - CTRL+D - Print Document ドキュメントの印刷 @@ -40007,14 +40292,6 @@ references to elements in other files, loops, and so on.) The text is too large to be displayed (%1 MB). 表示するにはテキストが大きすぎます (%1 MB)。 - - <b>Error:</b> Could not decode "%1" with "%2"-encoding. Editing not possible. - <b>エラー:</b> "%1" を文字コード "%2" ではデコードできませんでした。編集できません。 - - - Select Encoding - 文字コードの選択 - Zoom: %1% 拡大率: %1% @@ -40027,6 +40304,21 @@ references to elements in other files, loops, and so on.) Add UTF-8 BOM on Save 保存時に UTF-8 BOM を追加 + + + TextEditorWidget + + CTRL+D + CTRL+D + + + <b>Error:</b> Could not decode "%1" with "%2"-encoding. Editing not possible. + <b>エラー:</b> "%1" を文字コード "%2" ではデコードできませんでした。編集できません。 + + + Select Encoding + 文字コードの選択 + Line: %1, Col: %2 行番号: %1, 列位置: %2 @@ -40138,6 +40430,10 @@ references to elements in other files, loops, and so on.) Ctrl+Return Ctrl+Return + + Toggle UTF-8 BOM + UTF-8 BOM の切替 + Indent インデント @@ -40782,4 +41078,766 @@ references to elements in other files, loops, and so on.) Spotlight ファイル名検索 + + Beautifier::Internal::GeneralOptionsPage + + Form + フォーム + + + Automatic Formatting on File Save + ファイル保存時に自動的に整形する + + + Enable auto format on file save + ファイル保存時の自動整形を有効にする + + + Tool: + ツール: + + + Restrict to MIME types: + 制限する MIME タイプ: + + + Restrict to files contained in the current project + 現在のプロジェクトに含まれるファイルのみに制限する + + + General + 一般 + + + + Nim::NimCompilerBuildStepConfigWidget + + Form + フォーム + + + Target: + ターゲット: + + + Extra arguments: + 追加引数: + + + Command: + コマンド: + + + Default arguments: + デフォルト引数: + + + None + なし + + + Debug + デバッグ + + + Release + リリース + + + + Nim::NimCompilerCleanStepConfigWidget + + Form + フォーム + + + Working directory: + 作業ディレクトリ: + + + + QmlDesigner::OpenUiQmlFileDialog + + Open ui.qml file + .ui.qml ファイルを開く + + + You are opening a .qml file in the designer. Do you want to open a .ui.qml file instead? + Qt Quick Designer で .qml ファイルを開こうとしています。代わりに .ui.qml ファイルを開きますか? + + + Do not show this dialog again + 今後このダイアログを表示しない + + + Cancel + キャンセル + + + + AnchorButtons + + Anchor item to the top. + アイテムの上端をアンカーします。 + + + Anchor item to the bottom. + アイテムの下端をアンカーします。 + + + Anchor item to the left. + アイテムの左端をアンカーします。 + + + Anchor item to the right. + アイテムの右端をアンカーします。 + + + Fill parent item. + 親アイテムのレイアウトに合わせます。 + + + Anchor item vertically. + アイテムの垂直方向をアンカーします。 + + + Anchor item horizontally. + アイテムの水平方向をアンカーします。 + + + + ExtendedFunctionButton + + Binding Editor + バインディングエディタ + + + + qmt::V + + Multi-Selection + 複数選択 + + + + Utils::EnvironmentDialog + + Enter one variable per line with the variable name separated from the variable value by "=".<br>Environment variables can be referenced with ${OTHER}. + 一行に付き一つの変数をその名と値を "=" で繋ぐ形式で入力してください。<br>他の環境変数は ${OTHER} の形式で参照できます。 + + + Change environment by assigning one environment variable per line: + 各行に一つの環境変数を代入することで環境を変更する: + + + Edit Environment + 環境変数の編集 + + + + GTestFramework + + Google Tests + Google Tests + + + + GTestTreeItem + + parameterized + パラメータ化 + + + typed + 型付け + + + + QtTestFramework + + Qt Tests + Qt テスト + + + + QuickTestFramework + + Quick Tests + Quick テスト + + + + QuickTestTreeItem + + <unnamed> + <無名> + + + <p>Give all test cases a name to ensure correct behavior when running test cases and to be able to select them.</p> + <p>テストケースの実行や選択が正常に動作するようにすべてのテストケースに名前を付けてください。</p> + + + + Autotest::Internal::TestRunConfiguration + + AutoTest Debug + 自動テストのデバッグ + + + + Autotest::Internal::TestSettingsWidget + + No active test frameworks. + アクティブなテストフレームワークが見つかりません。 + + + You will not be able to use the AutoTest plugin without having at least one active test framework. + 有効なテストフレームワークが存在しないため、AutoTest プラグインを使用できません。 + + + + TestTreeItem + + (none) + (なし) + + + + Beautifier::Internal::ArtisticStyle::ArtisticStyle + + Artistic Style + Artistic スタイル + + + + Beautifier::Internal::ClangFormat::ClangFormat + + ClangFormat + Clang フォーマット + + + + Beautifier::Internal::Uncrustify::Uncrustify + + Uncrustify + Uncrustify + + + + ClangCodeModel::Internal::ClangDiagnosticManager + + Inspect available fixits + 利用可能な修正の確認 + + + + ClangStaticAnalyzer::Internal::LogFileReader + + File "%1" does not exist or is not readable. + ファイル "%1" が存在しないか読み込み可能ではありません。 + + + Could not read file "%1": UnexpectedElementError. + ファイル "%1" を読み込みませんでした: 想定外のエレメントです。 + + + Could not read file "%1": CustomError. + ファイル "%1" を読み込みませんでした: カスタムエラーです。 + + + Could not read file "%1": NotWellFormedError. + ファイル "%1" を読み込みませんでした: XML ファイルのフォーマットが不正です。 + + + Could not read file "%1": PrematureEndOfDocumentError. + ファイル "%1" を読み込みませんでした: XML ファイルが途中で終了しています。 + + + + ClangStaticAnalyzer::Internal::ClangStaticAnalyzerLogFileReader + + File is not a plist version 1.0 file. + ファイルがバージョン 1.0 の plist ファイルではありません。 + + + Expected a string element. + string エレメントではありません。 + + + Expected an array element. + array エレメントではありません。 + + + Expected an integer element. + integer エレメントではありません。 + + + + ClangStaticAnalyzer::Internal::ClangStaticAnalyzerRunner + + An error occurred with the Clang Static Analyzer process. + Clang 静的解析のプロセスでエラーが発生しました。 + + + Clang Static Analyzer crashed. + Clang 静的解析がクラッシュしました。 + + + Clang Static Analyzer finished with exit code: %1. + Clang 静的解析は終了コード %1 で終了しました。 + + + Command line: %1 +Process Error: %2 +Output: +%3 + コマンドライン:%1 +プロセスエラー: %2 +出力: +%3 + + + + ClangStaticAnalyzer::Internal::DummyRunConfiguration + + Clang Static Analyzer + Clang 静的解析 + + + + CMakeProjectManager::Internal::CMakeBuildConfiguration + + CMake configuration set by the kit was overridden in the project. + キットで設定された CMake 設定はプロジェクトで上書きされました。 + + + + CMakeProjectManager::Internal::CMakeEditorFactory + + CMake Editor + CMake エディタ + + + + Core::Internal::LocatorFiltersFilter + + Available filters + 利用可能なフィルタ + + + + ModelEditor + + Zoom: %1% + 拡大率: %1% + + + + NimRunConfiguration + + Current Build Target + 現在のビルドターゲット + + + + NimBuildConfigurationWidget + + General + 一般 + + + + NimCompilerBuildStep + + Nim Compiler Build Step + Nim コンパイラビルドステップ + + + + NimCompilerBuildStepConfigWidget + + Nim build step + Nim ビルドステップ + + + + NimCompilerCleanStepFactory + + Nim Compiler Clean Step + Nim コンパイラクリーンステップ + + + + NimCompilerCleanStepWidget + + Nim clean step + Nim クリーンステップ + + + + NimCodeStyleSettingsPage + + Code Style + コードスタイル + + + Nim + Nim + + + + NimCodeStylePreferencesFactory + + Nim + Nim + + + + NimSnippetProvider + + Nim + Nim + + + + Nim::NimBuildConfigurationFactory + + Build + ビルド + + + + Nim::NimBuildConfigurationWidget + + Build directory: + ビルドディレクトリ: + + + + Nim::NimCompilerBuildStepFactory + + Nim Compiler Build Step + Nim コンパイラビルドステップ + + + + Nim::NimCompilerCleanStep + + Nim Clean Step + Nim クリーンステップ + + + Build directory "%1" does not exist. + ビルドディレクトリ "%1" が存在しません。 + + + Failed to delete the cache directory. + キャッシュディレクトリの削除に失敗しました。 + + + Failed to delete the out file. + 出力ファイルの削除に失敗しました。 + + + Clean step completed successfully. + クリーンステップが正常に完了しました。 + + + + Nim::NimProjectManager + + Failed opening project "%1": Project is not a file. + プロジェクト "%1" が開けません: プロジェクトがファイルではありません。 + + + + Nim::NimRunControl + + %1 crashed + %1 がクラッシュしました + + + %1 exited with code %2 + %1 は終了コード %2 で終了しました + + + + Nim::NimSettings + + Global + Settings + グローバル + + + Nim + Nim + + + + QmakeProjectManager::Internal::FilesSelectionWizardPage + + Files + ファイル + + + + QmakeProjectManager::Internal::SimpleProjectWizardDialog + + Import Existing Project + 既存プロジェクトのインポート + + + Project Name and Location + プロジェクト名とパス + + + Project name: + プロジェクト名: + + + Location: + パス: + + + File Selection + ファイル選択 + + + + QmakeProjectManager::Internal::SimpleProjectWizard + + Import as qmake Project (Limited Functionality) + qmake プロジェクトとしてインポート(機能限定版) + + + Imports existing projects that do not use qmake, CMake or Autotools.<p>This creates a qmake .pro file that allows you to use Qt Creator as a code editor and as a launcher for debugging and analyzing tools. If you want to build the project, you might need to edit the generated .pro file. + qmake や CMake、Autotools を使用していない既存のプロジェクトをインポートします。<p>Qt Creator をコードエディタやデバッグ・解析ツールのランチャーとして使うための qmake 用 .pro ファイルを作成します。プロジェクトをビルドするためには、生成された .pro ファイルを編集する必要があるかもしれません。 + + + + QmlDesigner::BackgroundAction + + Set the color of the canvas. + キャンバスの色を設定します。 + + + + QmlProfiler::Internal::FlameGraphModel + + Compile + コンパイル + + + Create + 生成 + + + Binding + バインディング + + + Signal + シグナル + + + JavaScript + JavaScript + + + Source code not available + ソースコードが見つかりません + + + + QmlProfiler::Internal::FlameGraphView + + Show Full Range + 全体を表示 + + + + QmlProfiler::Internal::InputEventsModel + + Mouse Events + マウスイベント + + + Keyboard Events + キーボードイベント + + + Timestamp + タイムスタンプ + + + Key Press + キープレス + + + Key Release + キーリリース + + + Key + キー + + + Modifiers + 修飾キー + + + Double Click + ダブルクリック + + + Mouse Press + マウスプレス + + + Mouse Release + マウスリリース + + + Button + ボタン + + + Result + 結果 + + + Mouse Move + マウス移動 + + + X + X + + + Y + Y + + + Mouse Wheel + マウスホイール + + + Angle X + X軸角度 + + + Angle Y + Y軸角度 + + + Keyboard Event + キーボードイベント + + + Mouse Event + マウスイベント + + + + QmlProfiler::Internal::MemoryUsageModel + + Memory Allocation + メモリ確保 + + + Memory Usage + メモリ使用 + + + Memory Allocated + 確保済みメモリ + + + Memory Freed + 解放済みメモリ + + + Total + トータル + + + %1 bytes + %1 バイト + + + Allocated + 確保済み + + + Allocations + 確保 + + + Deallocated + 解放済み + + + Deallocations + 解放 + + + Heap Allocation + ヒープメモリ + + + Large Item Allocation + 巨大アイテム用メモリ + + + Heap Usage + ヒープ使用 + + + Type + + + + Location + パス + + + + QmlProfiler::Internal::PixmapCacheModel + + Cache Size + キャッシュサイズ + + + Image Cached + キャッシュ済み画像 + + + Image Loaded + 読込済み画像 + + + Result + 結果 + + + Load Error + 読込エラー + + + Duration + 持続時間 + + + File + ファイル + + + Width + + + + Height + 高さ + +