diff --git a/gui/cppcheck_ja.ts b/gui/cppcheck_ja.ts index b58cb7dd0..8600a06bd 100644 --- a/gui/cppcheck_ja.ts +++ b/gui/cppcheck_ja.ts @@ -56,12 +56,23 @@ The following texts in parameters are replaced with appropriate values when appl Example opening a file with Kate and make Kate scroll to the correct line: Executable: kate Parameters: -l(line) (file) - +ここにエラー指摘のあるファイルを開くことのできるアプリケーションを追加できます。そのアプリケーション(Executable:)は実行可能なのもので、適切なコマンドラインパラメータを処理できるものにしてください。 + +パラメータ中の以下の文字列を使用してパラメータ(Parameters:)に設定します。これらの文字列はアプリケーションが実行されたときに、適切な値に変換されます。: +(file) - エラー指摘のあるファイル +(line) - エラー指摘のある行 +(message) - エラー指摘メッセージ +(severity) - エラー指摘重大度 + +Kate エディタでファイルを開き、適切な行に移動する例: +Executable: kate +Parameters: -l(line) (file) + &Name: - 名(&N) + 名称(&N) @@ -96,7 +107,7 @@ Parameters: -l(line) (file) You must specify a name, a path and optionally parameters for the application! - + アプリケーションの名称とパスと(オプションの)引数を指定してください @@ -123,17 +134,17 @@ Parameters: -l(line) (file) Add function - + 関数の追加 Function name(s) - + 関数の名称 Number of arguments - + 引数の数 @@ -141,92 +152,92 @@ Parameters: -l(line) (file) Library Editor - + ライブラリエディタ Open - + 開く Save - + 保存する Functions - + 関数 Sort - + ソート Add - + 追加 Filter: - + フィルタ Comments - + コメント noreturn - + noreturn(返り値なし) False - + False(偽) True - + True(真) Unknown - + Unknown(不明) return value must be used - + 返り値は使用されなければなりません ignore function in leaks checking - + リークチェック中に関数を無視しました Arguments - + Arguments(引数) Edit - 編集 + 編集 Library files (*.cfg) - + ライブラリファイル(*.cfg) Open library file - + ライブラリファイルを開く @@ -234,7 +245,7 @@ Parameters: -l(line) (file) Edit argument - + 引数の編集 @@ -244,12 +255,17 @@ Parameters: -l(line) (file) <p>Example:</p> <pre> memcmp(x, y, i == 123); // last argument should not have a bool value</pre> </body></html> - + <html><head/><body> +<p>例えば、比較からの返り値または '!' 演算子からの返り値等でbool値は許可されていますか?</p> +<p>典型的には、引数がポインタやサイズの場合にこれをセットします。</p> +<p>例:</p> +<pre> memcmp(x, y, i == 123); // 最後の引数はbool値を許可しない </pre> +</body></html> Not bool - + 非bool値 @@ -259,85 +275,90 @@ Parameters: -l(line) (file) <p>Example:</p> <pre> strcpy(x,y); // neither x or y is allowed to be null.</pre> </body></html> - + <html><head/><body> +<p>null値が許可されていますか?</p> +<p>典型的には、nullを渡してはいけないポインタのパラメータに使用してください。</p> +<p>例:</p> +<pre> strcpy(x,y); // x も y も null であってはならない。</pre> +</body></html> Not null - + 非NULL Not uninit - + 未初期化 String - + 文字列 Format string - + フォーマット文字列 Min size of buffer - + バッファの最小サイズ Type - + Type(型) None - + None(無) argvalue - + argvalue(引数の値) constant - + constant(定数) mul - + mul(積) strlen - + strlen(文字数) Arg - + Arg(引数) Arg2 - + Arg2(第二引数) and - + and(和) @@ -375,7 +396,7 @@ Parameters: -l(line) (file) Could not open file for writing: "%1" - + ファイルを書き込みできない @@ -423,12 +444,12 @@ Parameters: -l(line) (file) C++ standard - + C++標準 C standard - + C標準 @@ -504,7 +525,7 @@ Parameters: -l(line) (file) &Recheck all files - + 全ファイル再チェック @@ -572,7 +593,7 @@ Parameters: -l(line) (file) Show S&cratchpad... - + スクラッチパッドを表示 @@ -604,32 +625,32 @@ Parameters: -l(line) (file) Filter results - + フィルタ結果 Windows 32-bit ANSI - + Windows 32-bit ANSIエンコード Windows 32-bit Unicode - + Windows 32-bit Unicode Unix 32-bit - + Unix 32-bit Unix 64-bit - + Unix 64-bit Windows 64-bit - + Windows 64-bit @@ -654,52 +675,52 @@ Parameters: -l(line) (file) C11 - C11 + C11 C89 - C89 + C89 C++03 - C++03 + C++03 &Print... - + 印刷(&P) Print the Current Report - + 現在のレポートを印刷 Print Pre&view... - + プレビュー(&v) Open a Print Preview Dialog for the Current Results - + 現在のレポートをプレビュー表示 Library Editor... - + ライブラリの編集 Open library editor - + ライブラリ編集 Auto-detect language - + 言語を自動検出 @@ -766,7 +787,7 @@ Parameters: -l(line) (file) &Recheck modified files - + 変更のあったファイルを再チェック(&R) @@ -853,7 +874,13 @@ Parameters: -l(line) (file) There was a problem with loading the editor application settings. This is probably because the settings were changed between the Cppcheck versions. Please check (and fix) the editor application settings, otherwise the editor program might not start correctly. - + エディタアプリの設定の読み込みで問題が発生しました。 + +2つの理由が考えられます。 +1. 古いバージョンのCppCheckの設定には互換性のないものがあります。 +2. 指定のエディタアプリケーションが正しく起動していない可能性があります。 +エディタアプリの設定を確認し修正してください。 + @@ -883,85 +910,92 @@ This is probably because the settings were changed between the Cppcheck versions C/C++ Source (%1) - + C/C++ ソース (%1) Found project file: %1 Do you want to load this project file instead? - + プロジェクトファイルが検出されました: %1 + +現在のプロジェクトの代わりにこのプロジェクトファイルを読み込んでもかまいませんか? Found project files from the directory. Do you want to proceed checking without using any of these project files? - +ディレクトリからプロジェクトファイルが検出されました。 + +これらのプロジェクトファイルを使用せずに解析を進めてもかまいませんか? + The library '%1' contains unknown elements: %2 - + このライブラリ '%1' には不明要素が含まれています。 File not found - + ファイルがありません Bad XML - + 不正なXML Missing attribute - + 属性がありません Bad attribute value - + 不正な属性があります Unsupported format - + サポートされていないフォーマット Duplicate platform type - + プラットフォームの種類が重複しています Platform type redefined - + プラットフォームの種類が再定義されました Failed to load the selected library '%1'. %2 - + 選択したライブラリの読み込みに失敗しました '%1' Error - + エラー Failed to load %1. Your Cppcheck installation is broken. You can use --data-dir=<directory> at the command line to specify where this file is located. - + %1の読み込みに失敗しました。CppCheckのインストールに失敗しています。コマンドライン引数に --data-dir=<directory> を指定して、このファイルの場所を指定してください。 Current results will be cleared. Opening a new XML file will clear current results.Do you want to proceed? - +現在の結果を作成します。 + +新しくXMLファイルを開くと現在の結果が削除されます。実行しますか? @@ -1064,7 +1098,8 @@ Do you want to stop the checking and exit Cppcheck? could not be found! Do you want to remove the file from the recently used projects -list? - +このプロジェクトファイル %1 が見つかりません。 +最近使用したプロジェクトのリストからこのファイルを取り除きますか? @@ -1080,12 +1115,23 @@ Options: -d <directory> Specify the directory that was checked to generate the results xml specified with -l -v, --version Show program version --data-dir=<directory> Specify directory where GUI datafiles are located (translations, cfg) - + Cppcheck GUI. + +シンタックス: + cppcheck-gui [OPTIONS] [files または paths] + +オプション: + -h, --help このヘルプを表示する。 + -p <file> 指定のプロジェクトファイルを開き、チェックを開始する。 + -l <file> 指定の、結果XMLファイルを開く + -d <directory> フォルダを指定してチェックする。これは -l オプションで 指定した、結果XMLファイルを生成する。 + -v, --version バージョンを表示する。 + --data-dir=<directory> GUI のデータファイルのあるディレクトリを指定する。(翻訳やcfg) Cppcheck GUI - Command line parameters - + Cppcheck GUI - コマンドラインパラメータ @@ -1093,32 +1139,32 @@ Options: Built-in - + ビルトイン Unix 32-bit - + Unix 32-bit Unix 64-bit - + Unix 64-bit Windows 32-bit ANSI - + Windows 32-bit ANSIエンコード Windows 32-bit Unicode - + Windows 32-bit Unicode Windows 64-bit - + Windows 64-bit @@ -1155,7 +1201,7 @@ Options: Defines must be separated by a semicolon ';' - + 定義(Define)はセミコロン';'で区切る必要があります。 @@ -1165,12 +1211,12 @@ Options: Libraries: - + ライブラリ Note: Put your own custom .cfg files in the same folder as the project file. You should see them above. - + カスタマイズした cfgファイルを同じフォルダにプロジェクトファイルとして保存してください。ここに表示できるようになります。 @@ -1203,12 +1249,12 @@ Options: Includes - + インクルード Include directories: - + インクルードディレクトリ: @@ -1228,22 +1274,22 @@ Options: Suppressions - + 指摘の抑制 Suppression list: - + 抑制リスト Add - + 追加 Defines: - Defines: + 定義(Defines): @@ -1261,22 +1307,22 @@ Options: Select a directory to check - + チェックするディレクトリを選択してください Select directory to ignore - + 除外するディレクトリを選択してください Add Suppression - + 抑制する指摘を追加 Select error id suppress: - + 抑制するエラーID(error id)を選択してください @@ -1284,22 +1330,22 @@ Options: OK - + OK Cancel - + キャンセル Close - 閉じる + 閉じる Save - + 保存する @@ -1317,7 +1363,7 @@ Options: Failed to load translation for language %1 from file %2 - + 言語 %2 から %1 への翻訳ファイルの読み込みに失敗 @@ -1325,22 +1371,22 @@ Options: OK - + OK Cancel - + キャンセル Close - 閉じる + 閉じる Save - + 保存する @@ -1408,12 +1454,12 @@ Options: Hide all with id - + IDを表示しない Open containing folder - + 含まれるフォルダを開く @@ -1434,7 +1480,10 @@ Configure the editor application for Cppcheck in preferences/Applications.No default editor application selected. Please select the default editor application in preferences/Applications. - +デフォルトのエディタアプリケーションが指定されていません。 + +設定からデフォルトのエディタアプリケーションを設定してください。 + @@ -1467,12 +1516,12 @@ Please select the directory where file is located. Id - + ID Inconclusive - + 結論のでない @@ -1526,17 +1575,17 @@ Please select the directory where file is located. Print Report - + レポートの印刷 No errors found, nothing to print. - + 指摘がないため、印刷するものがありません。 %p% (%1 of %2 files checked) - + %p% (%1 / %2 :ファイル数) @@ -1593,12 +1642,12 @@ To toggle what kind of errors are shown, open view menu. filename - + ファイル名 Check - チェック + チェック @@ -1653,7 +1702,7 @@ To toggle what kind of errors are shown, open view menu. Display error Id in column "Id" - + エラーIDを "Id" に表示する @@ -1663,12 +1712,12 @@ To toggle what kind of errors are shown, open view menu. Check for inconclusive errors also - + 結論のでない指摘も解析する Show internal warnings in log - + ログの内部警告も表示する @@ -1970,7 +2019,7 @@ To toggle what kind of errors are shown, open view menu. %1 of %2 files checked - + チェック: %1 / %2 (ファイル数) @@ -1982,12 +2031,14 @@ To toggle what kind of errors are shown, open view menu. %1 The user interface language has been reset to English. Open the Preferences-dialog to select any of the available languages. - +ユーザーインターフェースの言語 %1 への変更に失敗しました。 + +そのため言語を 英語にリセットします。設定ダイアログから利用可能な言語を選択してください。 Cppcheck - Cppcheck + Cppcheck