2010-12-08 10:16:48 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!DOCTYPE TS>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<TS version="2.1" language="ja_JP">
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<context>
|
|
|
|
|
<name>About</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="about.ui" line="14"/>
|
|
|
|
|
<source>About Cppcheck</source>
|
|
|
|
|
<translation>cppcheckについて</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="about.ui" line="64"/>
|
|
|
|
|
<source>Version %1</source>
|
|
|
|
|
<translation>Version %1</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="about.ui" line="71"/>
|
|
|
|
|
<source>Cppcheck - A tool for static C/C++ code analysis.</source>
|
|
|
|
|
<translation>CppcheckはC/C++ 静的コード解析ツールです.</translation>
|
|
|
|
|
</message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<location filename="about.ui" line="81"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<source>Copyright © 2007-2018 Cppcheck team.</source>
|
|
|
|
|
<oldsource>Copyright © 2007-2017 Cppcheck team.</oldsource>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Copyright © 2007-2018 Cppcheck team.</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="about.ui" line="91"/>
|
|
|
|
|
<source>This program is licensed under the terms
|
|
|
|
|
of the GNU General Public License version 3</source>
|
|
|
|
|
<translation>本ソフトウェアはGNU General Public License Version3 ライセンスの元で配布されます</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="about.ui" line="102"/>
|
|
|
|
|
<source>Visit Cppcheck homepage at %1</source>
|
|
|
|
|
<translation>Cppcheckのホームページはこちら %1</translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>ApplicationDialog</name>
|
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<location filename="application.ui" line="23"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Add an application</source>
|
|
|
|
|
<translation>アプリケーションの追加</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<location filename="application.ui" line="41"/>
|
2011-04-02 11:36:37 +02:00
|
|
|
|
<source>Here you can add an application that can open error files. Specify a name for the application, the application executable and command line parameters for the application.
|
|
|
|
|
|
|
|
|
|
The following texts in parameters are replaced with appropriate values when application is executed:
|
|
|
|
|
(file) - Filename containing the error
|
|
|
|
|
(line) - Line number containing the error
|
|
|
|
|
(message) - Error message
|
|
|
|
|
(severity) - Error severity
|
|
|
|
|
|
|
|
|
|
Example opening a file with Kate and make Kate scroll to the correct line:
|
2011-04-06 08:12:09 +02:00
|
|
|
|
Executable: kate
|
|
|
|
|
Parameters: -l(line) (file)</source>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<translation>ここにエラー指摘のあるファイルを開くことのできるアプリケーションを追加できます。そのアプリケーション(Executable:)は実行可能なのもので、適切なコマンドラインパラメータを処理できるものにしてください。
|
2015-12-19 08:30:30 +01:00
|
|
|
|
|
|
|
|
|
パラメータ中の以下の文字列を使用してパラメータ(Parameters:)に設定します。これらの文字列はアプリケーションが実行されたときに、適切な値に変換されます。:
|
|
|
|
|
(file) - エラー指摘のあるファイル
|
|
|
|
|
(line) - エラー指摘のある行
|
|
|
|
|
(message) - エラー指摘メッセージ
|
|
|
|
|
(severity) - エラー指摘重大度
|
|
|
|
|
|
|
|
|
|
Kate エディタでファイルを開き、適切な行に移動する例:
|
|
|
|
|
Executable: kate
|
|
|
|
|
Parameters: -l(line) (file)
|
|
|
|
|
</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<location filename="application.ui" line="76"/>
|
|
|
|
|
<source>&Name:</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>名称(&N)</translation>
|
2011-04-02 11:36:37 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<location filename="application.ui" line="86"/>
|
2011-04-02 11:36:37 +02:00
|
|
|
|
<source>&Executable:</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>実行可能(&E)</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<location filename="application.ui" line="96"/>
|
2011-04-02 11:36:37 +02:00
|
|
|
|
<source>&Parameters:</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>パラメータ:(&P)</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-04-06 08:12:09 +02:00
|
|
|
|
<location filename="application.ui" line="138"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Browse</source>
|
|
|
|
|
<translation>参照</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2013-03-01 16:10:44 +01:00
|
|
|
|
<location filename="applicationdialog.cpp" line="59"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Executable files (*.exe);;All files(*.*)</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>実行ファイル (*.exe);;すべてのファイル(*.*)</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2013-03-01 16:10:44 +01:00
|
|
|
|
<location filename="applicationdialog.cpp" line="62"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Select viewer application</source>
|
|
|
|
|
<translation>表示アプリケーションの選択</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2013-03-01 16:10:44 +01:00
|
|
|
|
<location filename="applicationdialog.cpp" line="77"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Cppcheck</source>
|
|
|
|
|
<translation>Cppcheck</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2013-03-01 16:10:44 +01:00
|
|
|
|
<location filename="applicationdialog.cpp" line="78"/>
|
2012-12-01 03:30:26 +01:00
|
|
|
|
<source>You must specify a name, a path and optionally parameters for the application!</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>アプリケーションの名称とパスと(オプションの)引数を指定してください</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>FileViewDialog</name>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="fileviewdialog.cpp" line="42"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Could not find the file: %1</source>
|
|
|
|
|
<translation>ファイル:%1 が見つかりません</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="fileviewdialog.cpp" line="46"/>
|
|
|
|
|
<location filename="fileviewdialog.cpp" line="60"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Cppcheck</source>
|
|
|
|
|
<translation>Cppcheck</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="fileviewdialog.cpp" line="56"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Could not read the file: %1</source>
|
|
|
|
|
<translation>ファイル:%1 が読み込めません</translation>
|
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>LibraryAddFunctionDialog</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryaddfunctiondialog.ui" line="23"/>
|
|
|
|
|
<source>Add function</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>関数の追加</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryaddfunctiondialog.ui" line="34"/>
|
|
|
|
|
<source>Function name(s)</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>関数の名称</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryaddfunctiondialog.ui" line="44"/>
|
|
|
|
|
<source>Number of arguments</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>引数の数</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>LibraryDialog</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="librarydialog.ui" line="14"/>
|
|
|
|
|
<source>Library Editor</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>ライブラリエディタ</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="librarydialog.ui" line="22"/>
|
|
|
|
|
<source>Open</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>開く</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="librarydialog.ui" line="29"/>
|
|
|
|
|
<source>Save</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>保存する</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="36"/>
|
|
|
|
|
<source>Save as</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>別名で保存する</translation>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="librarydialog.ui" line="62"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Functions</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>関数</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="71"/>
|
2015-10-14 14:31:52 +02:00
|
|
|
|
<source>Sort</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>ソート</translation>
|
2015-10-14 14:31:52 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="111"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Add</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>追加</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="131"/>
|
2015-10-14 14:31:52 +02:00
|
|
|
|
<source>Filter:</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>フィルタ</translation>
|
2015-10-14 14:31:52 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="164"/>
|
2015-10-14 14:31:52 +02:00
|
|
|
|
<source>Comments</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>コメント</translation>
|
2015-10-14 14:31:52 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="204"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>noreturn</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>noreturn(返り値なし)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="212"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>False</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>False(偽)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="217"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>True</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>True(真)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="222"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Unknown</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Unknown(不明)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="232"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>return value must be used</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>返り値は使用されなければなりません</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="239"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>ignore function in leaks checking</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>リークチェック中に関数を無視しました</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="246"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Arguments</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Arguments(引数)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.ui" line="258"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Edit</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>編集</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.cpp" line="82"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="librarydialog.cpp" line="154"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Library files (*.cfg)</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>ライブラリファイル(*.cfg)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="librarydialog.cpp" line="84"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Open library file</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>ライブラリファイルを開く</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="librarydialog.cpp" line="95"/>
|
|
|
|
|
<location filename="librarydialog.cpp" line="107"/>
|
|
|
|
|
<location filename="librarydialog.cpp" line="144"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<source>Cppcheck</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Cppcheck</translation>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="librarydialog.cpp" line="96"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<source>Can not open file %1.</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ファイルが見つかりません %1。</translation>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="librarydialog.cpp" line="108"/>
|
|
|
|
|
<source>Failed to load %1. %2.</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>読み込みに失敗しました(%1.%2)。</translation>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="librarydialog.cpp" line="145"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<source>Can not save file %1.</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ファイルが保存できません %1。</translation>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="librarydialog.cpp" line="157"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<source>Save the library as</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>このライブラリに名前をつけて保存する</translation>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
</message>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>LibraryEditArgDialog</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="14"/>
|
|
|
|
|
<source>Edit argument</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>引数の編集</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="20"/>
|
|
|
|
|
<source><html><head/><body>
|
|
|
|
|
<p>Is bool value allowed? For instance result from comparison or from '!' operator.</p>
|
|
|
|
|
<p>Typically, set this if the argument is a pointer, size, etc.</p>
|
|
|
|
|
<p>Example:</p>
|
|
|
|
|
<pre> memcmp(x, y, i == 123); // last argument should not have a bool value</pre>
|
|
|
|
|
</body></html></source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation><html><head/><body>
|
|
|
|
|
<p>ブール値は許可されていますか? 例えば、比較の結果または '!' 演算子</p>
|
|
|
|
|
<p>典型的に引数がポインタやサイズを表す場合、これを設定します。</p>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<p>例:</p>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<pre> memcmp(x, y, i == 123); // 最後の引数は、ブール型であってはならない
|
2015-12-19 08:30:30 +01:00
|
|
|
|
</body></html></translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="28"/>
|
|
|
|
|
<source>Not bool</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translatorcomment>非ブール型</translatorcomment>
|
|
|
|
|
<translation>非bool値</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="35"/>
|
|
|
|
|
<source><html><head/><body>
|
|
|
|
|
<p>Is a null parameter value allowed?</p>
|
|
|
|
|
<p>Typically this should be used on any pointer parameter that does not allow null.</p>
|
|
|
|
|
<p>Example:</p>
|
|
|
|
|
<pre> strcpy(x,y); // neither x or y is allowed to be null.</pre>
|
|
|
|
|
</body></html></source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation><html><head/><body>
|
|
|
|
|
<p>null値が許可されていますか?</p>
|
|
|
|
|
<p>典型的には、nullを渡してはいけないポインタのパラメータに使用してください。</p>
|
|
|
|
|
<p>例:</p>
|
|
|
|
|
<pre> strcpy(x,y); // x も y も null であってはならない。</pre>
|
|
|
|
|
</body></html></translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="43"/>
|
|
|
|
|
<source>Not null</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>非NULL</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="50"/>
|
|
|
|
|
<source>Not uninit</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>未初期化</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="57"/>
|
|
|
|
|
<source>String</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>文字列</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="70"/>
|
|
|
|
|
<source>Format string</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>フォーマット文字列</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="92"/>
|
|
|
|
|
<source>Min size of buffer</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>バッファの最小サイズ</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="101"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="libraryeditargdialog.ui" line="203"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Type</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Type(型)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="109"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="libraryeditargdialog.ui" line="214"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>None</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>None(無)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="114"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="libraryeditargdialog.ui" line="219"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>argvalue</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>argvalue(引数の値)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>constant</source>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<translation type="vanished">constant(定数)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="libraryeditargdialog.ui" line="119"/>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="224"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>mul</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>mul(積)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="libraryeditargdialog.ui" line="124"/>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="229"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>strlen</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>strlen(文字数)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="libraryeditargdialog.ui" line="132"/>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="237"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Arg</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Arg(引数)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="libraryeditargdialog.ui" line="159"/>
|
|
|
|
|
<location filename="libraryeditargdialog.ui" line="264"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Arg2</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Arg2(第二引数)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="libraryeditargdialog.ui" line="194"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>and</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>and(和)</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="libraryeditargdialog.ui" line="310"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Valid values</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>妥当な値</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<context>
|
|
|
|
|
<name>LogView</name>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Checking Log</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">Cppcheck ログ</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Clear</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">消去</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Save Log</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">ログ保存</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Text files (*.txt *.log);;All files (*.*)</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">テキストファイル (*.txt *.log);;すべてのファイル(*.*)</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Cppcheck</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">Cppcheck</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Could not open file for writing: "%1"</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">ファイルを書き込みできない</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>MainWindow</name>
|
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
|
<location filename="mainwindow.ui" line="26"/>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="592"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="mainwindow.cpp" line="327"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="490"/>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="560"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="656"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="678"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="1099"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="1214"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="1335"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="1473"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="1496"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="1576"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="1642"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Cppcheck</source>
|
|
|
|
|
<translation>Cppcheck</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
|
<location filename="mainwindow.ui" line="70"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&File</source>
|
|
|
|
|
<translation>ファイル(&F)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
|
<location filename="mainwindow.ui" line="89"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&View</source>
|
|
|
|
|
<translation>表示(&V)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
|
<location filename="mainwindow.ui" line="93"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Toolbars</source>
|
|
|
|
|
<translation>ツールバー(&T)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="121"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Help</source>
|
|
|
|
|
<translation>ヘルプ(&H)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>&Check</source>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
<translation type="obsolete">解析(&A)</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="135"/>
|
2013-03-02 18:09:04 +01:00
|
|
|
|
<source>C++ standard</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>C++標準</translation>
|
2013-03-02 18:09:04 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
|
<location filename="mainwindow.ui" line="143"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>&C standard</source>
|
|
|
|
|
<oldsource>C standard</oldsource>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>&C標準</translation>
|
2013-03-02 18:09:04 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
|
<location filename="mainwindow.ui" line="167"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Edit</source>
|
|
|
|
|
<translation>編集(&E)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-11-19 23:07:48 +01:00
|
|
|
|
<location filename="mainwindow.ui" line="180"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Standard</source>
|
|
|
|
|
<translation>標準(&S)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="198"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Categories</source>
|
|
|
|
|
<translation>カテゴリ(&C)</translation>
|
|
|
|
|
</message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="228"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&License...</source>
|
|
|
|
|
<translation>ライセンス(&L)...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="233"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>A&uthors...</source>
|
|
|
|
|
<translation>作者(&u)...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="242"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&About...</source>
|
|
|
|
|
<translation>Cppcheckについて(&A)...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="247"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Files...</source>
|
|
|
|
|
<translation>ファイル選択(&F)...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="250"/>
|
|
|
|
|
<location filename="mainwindow.ui" line="253"/>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
<source>Analyze files</source>
|
|
|
|
|
<oldsource>Check files</oldsource>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ファイルをチェックする</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="256"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Ctrl+F</source>
|
|
|
|
|
<translation>Ctrl+F</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="265"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Directory...</source>
|
|
|
|
|
<translation>ディレクトリ選択(&D)...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="268"/>
|
|
|
|
|
<location filename="mainwindow.ui" line="271"/>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
<source>Analyze directory</source>
|
|
|
|
|
<oldsource>Check directory</oldsource>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ディレクトリをチェックする</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="274"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Ctrl+D</source>
|
|
|
|
|
<translation>Ctrl+D</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>&Recheck files</source>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
<translation type="obsolete">再チェック(&R)</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="286"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Ctrl+R</source>
|
|
|
|
|
<translation>Ctrl+R</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
<source>&Reanalyze all files</source>
|
|
|
|
|
<oldsource>&Recheck all files</oldsource>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="obsolete">全ファイル再チェック</translation>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="304"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Stop</source>
|
|
|
|
|
<translation>停止(&S)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="307"/>
|
|
|
|
|
<location filename="mainwindow.ui" line="310"/>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
<source>Stop analysis</source>
|
|
|
|
|
<oldsource>Stop checking</oldsource>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>チェックを停止する</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="313"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Esc</source>
|
|
|
|
|
<translation>Esc</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="322"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Save results to file...</source>
|
|
|
|
|
<translation>結果をファイルに保存(&S)...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="325"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Ctrl+S</source>
|
|
|
|
|
<translation>Ctrl+S</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="330"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Quit</source>
|
|
|
|
|
<translation>終了(&Q)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="339"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Clear results</source>
|
|
|
|
|
<translation>結果をクリア(&C)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="348"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Preferences</source>
|
|
|
|
|
<translation>設定(&P)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Style warnings</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">スタイル警告</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="363"/>
|
|
|
|
|
<location filename="mainwindow.ui" line="366"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Show style warnings</source>
|
|
|
|
|
<translation>スタイル警告を表示</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Errors</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">エラー</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="381"/>
|
|
|
|
|
<location filename="mainwindow.ui" line="384"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Show errors</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>エラーを表示</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2012-10-24 03:19:38 +02:00
|
|
|
|
<source>Show S&cratchpad...</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">スクラッチパッドを表示</translation>
|
2012-10-24 03:19:38 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="767"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="805"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Information</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>情報</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="565"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Show information messages</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>情報メッセージを表示します。</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Portability</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">移植可能性</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="580"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Show portability warnings</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>潜在的な移植可能性の問題を示しています。</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="595"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Show Cppcheck results</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Cppcheck結果を表示する</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="607"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Clang</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Clang</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="610"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Show Clang results</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Clangの結果を表示する</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="618"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>&Filter</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>フィルター(&F)</translation>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="621"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>Filter results</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>フィルタ結果</translation>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="637"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<source>Windows 32-bit ANSI</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Windows 32-bit ANSIエンコード</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="645"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<source>Windows 32-bit Unicode</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Windows 32-bit Unicode</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="653"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<source>Unix 32-bit</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Unix 32-bit</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="661"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<source>Unix 64-bit</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Unix 64-bit</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="669"/>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<source>Windows 64-bit</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Windows 64-bit</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Platforms</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">プラットフォーム</translation>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>C++11</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">C++11</translation>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>C99</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">C99</translation>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Posix</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">Posix</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2013-03-02 18:09:04 +01:00
|
|
|
|
<source>C11</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">C11</translation>
|
2013-03-02 18:09:04 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>C89</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">C89</translation>
|
2013-03-02 18:09:04 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>C++03</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">C++03</translation>
|
2013-03-02 18:09:04 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="739"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
<source>&Print...</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>印刷(&P)</translation>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="742"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
<source>Print the Current Report</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>現在のレポートを印刷</translation>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="747"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
<source>Print Pre&view...</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>プレビュー(&v)</translation>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="750"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
<source>Open a Print Preview Dialog for the Current Results</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>現在のレポートをプレビュー表示</translation>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Library Editor...</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">ライブラリの編集</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="758"/>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
<source>Open library editor</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>ライブラリ編集</translation>
|
2015-09-04 14:08:05 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2015-10-14 14:31:52 +02:00
|
|
|
|
<source>Auto-detect language</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">言語を自動検出</translation>
|
2015-10-14 14:31:52 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="486"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>C&lose Project File</source>
|
|
|
|
|
<translation>プロジェクトを閉じる(&l)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="494"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Edit Project File...</source>
|
|
|
|
|
<translation>プロジェクトの編集(&E)...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="506"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Statistics</source>
|
|
|
|
|
<translation>統計情報(&S)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Warnings</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">警告</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="521"/>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="524"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Show warnings</source>
|
|
|
|
|
<translation>警告を表示</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Performance warnings</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">パフォーマンス警告</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="539"/>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="542"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Show performance warnings</source>
|
|
|
|
|
<translation>パフォーマンス警告を表示</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="550"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Show &hidden</source>
|
|
|
|
|
<translation>非表示を表示(&h)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="389"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Check all</source>
|
|
|
|
|
<translation>すべてのエラーを表示(&C)</translation>
|
|
|
|
|
</message>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="131"/>
|
|
|
|
|
<source>A&nalyze</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>A&チェック
|
|
|
|
|
A&チェック</translation>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
</message>
|
2011-07-20 12:38:23 +02:00
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="217"/>
|
2011-07-20 12:38:23 +02:00
|
|
|
|
<source>Filter</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>フィルター</translation>
|
2011-07-20 12:38:23 +02:00
|
|
|
|
</message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="283"/>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
<source>&Reanalyze modified files</source>
|
|
|
|
|
<oldsource>&Recheck modified files</oldsource>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>変更ありファイルを再チェック(&R)</translation>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="295"/>
|
|
|
|
|
<source>Reanal&yze all files</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>全ファイル再チェック(&y)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="mainwindow.ui" line="360"/>
|
|
|
|
|
<source>Style war&nings</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>スタイル警告(&n)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="mainwindow.ui" line="378"/>
|
|
|
|
|
<source>E&rrors</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>エラー(&E)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="mainwindow.ui" line="394"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Uncheck all</source>
|
|
|
|
|
<translation>すべてのエラーを非表示(&U)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="399"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Collapse &all</source>
|
|
|
|
|
<translation>ツリーを折り畳む(&A)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="404"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Expand all</source>
|
|
|
|
|
<translation>ツリーを展開(&E)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="412"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Standard</source>
|
|
|
|
|
<translation>標準(&S)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="415"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Standard items</source>
|
|
|
|
|
<translation>標準項目</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="420"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Contents</source>
|
|
|
|
|
<translation>コンテンツ(&C)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="423"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Open the help contents</source>
|
|
|
|
|
<translation>ヘルプファイルを開く</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="426"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>F1</source>
|
|
|
|
|
<translation>F1</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="431"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Toolbar</source>
|
|
|
|
|
<translation>ツールバー</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="439"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Categories</source>
|
|
|
|
|
<translation>カテゴリ(&C)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="442"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Error categories</source>
|
|
|
|
|
<translation>エラーカテゴリ</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="447"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Open XML...</source>
|
|
|
|
|
<translation>XMLを開く(&O)...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="456"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Open P&roject File...</source>
|
|
|
|
|
<translation>プロジェクトを開く(&R)...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="465"/>
|
|
|
|
|
<source>Sh&ow Scratchpad...</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>スクラッチパッドを表示(&o)...</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="mainwindow.ui" line="470"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&New Project File...</source>
|
|
|
|
|
<translation>新規プロジェクト(&N)...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="475"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>&Log View</source>
|
|
|
|
|
<translation>ログを表示(&L)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="478"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Log View</source>
|
|
|
|
|
<translation>ログ表示</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="518"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>&Warnings</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>警告(&W)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="536"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Per&formance warnings</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>パフォーマンス警告(&f)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="562"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>&Information</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>情報(&I)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="577"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>&Portability</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>移植可能性(&P)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="677"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>P&latforms</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>プラットフォーム(&l)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="691"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>C++&11</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>C++11(&1)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="702"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>C&99</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>C99(&9)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="710"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>&Posix</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Posix(&P)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="718"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>C&11</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>C11(&1)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="726"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>&C89</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>C89(&C)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="734"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>&C++03</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>C++03(&C)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="755"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>&Library Editor...</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ライブラリエディタ(&L)...</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="766"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>&Auto-detect language</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>自動言語検出(&A)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="774"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>&Enforce C++</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>C++ 強制(&E)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="782"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>E&nforce C</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>C 強制(&n)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.ui" line="793"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>C++14</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>C++14</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="mainwindow.cpp" line="322"/>
|
2011-04-02 11:36:37 +02:00
|
|
|
|
<source>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.</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>エディタアプリの設定の読み込みで問題が発生しました。
|
|
|
|
|
|
|
|
|
|
2つの理由が考えられます。
|
|
|
|
|
1. 古いバージョンのCppCheckの設定には互換性のないものがあります。
|
|
|
|
|
2. 指定のエディタアプリケーションが正しく起動していない可能性があります。
|
|
|
|
|
エディタアプリの設定を確認し修正してください。
|
|
|
|
|
</translation>
|
2011-04-02 11:36:37 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>No suitable files found to check!</source>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
<translation type="obsolete">解析可能なファイルではありません</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="561"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>You must close the project file before selecting new files or directories!</source>
|
|
|
|
|
<translation>新しいファイル/ディレクトリを解析するには現在のプロジェクトを閉じてください</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="578"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
<source>C/C++ Source, Compile database, Visual Studio (%1 %2 *.sln *.vcxproj)</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>C/C++ソースコード、プロジェクトファイル、Visual Studioソリューション(%1 %2 *.sln *.vcxproj)</translation>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Select directory to check</source>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
<translation type="obsolete">チェック対象のディレクトリを選択</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="mainwindow.cpp" line="85"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>Quick Filter:</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>クイックフィルタ:</translation>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2013-01-07 12:22:26 +01:00
|
|
|
|
<source>Select files to check</source>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
<translation type="obsolete">チェック対象のファイルを選択</translation>
|
2013-01-07 12:22:26 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
<source>C/C++ Source (%1)</source>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
<translation type="obsolete">C/C++ ソース (%1)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="627"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
<source>Select configuration</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>コンフィグレーションの選択</translation>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="657"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>Found project file: %1
|
|
|
|
|
|
|
|
|
|
Do you want to load this project file instead?</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>プロジェクトファイルが検出されました: %1
|
|
|
|
|
|
|
|
|
|
現在のプロジェクトの代わりにこのプロジェクトファイルを読み込んでもかまいませんか?</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>Found project files from the directory.
|
|
|
|
|
|
|
|
|
|
Do you want to proceed checking without using any of these project files?</source>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
<translation type="obsolete">ディレクトリからプロジェクトファイルが検出されました。
|
2015-12-19 08:30:30 +01:00
|
|
|
|
|
|
|
|
|
これらのプロジェクトファイルを使用せずに解析を進めてもかまいませんか?
|
|
|
|
|
</translation>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="767"/>
|
2015-01-10 22:51:45 +01:00
|
|
|
|
<source>The library '%1' contains unknown elements:
|
|
|
|
|
%2</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>このライブラリ '%1' には不明要素が含まれています。 </translation>
|
2015-01-10 22:51:45 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="776"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
|
<source>File not found</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>ファイルがありません</translation>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="779"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
|
<source>Bad XML</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>不正なXML</translation>
|
2014-08-02 11:09:16 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="782"/>
|
2015-01-10 22:51:45 +01:00
|
|
|
|
<source>Missing attribute</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>属性がありません</translation>
|
2014-08-02 11:09:16 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="785"/>
|
2015-01-10 22:51:45 +01:00
|
|
|
|
<source>Bad attribute value</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>不正な属性があります</translation>
|
2014-08-02 11:09:16 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="788"/>
|
2015-01-10 22:51:45 +01:00
|
|
|
|
<source>Unsupported format</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>サポートされていないフォーマット</translation>
|
2014-08-02 11:09:16 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="791"/>
|
2015-01-10 22:51:45 +01:00
|
|
|
|
<source>Duplicate platform type</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>プラットフォームの種類が重複しています</translation>
|
2014-08-02 11:09:16 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="794"/>
|
2015-01-10 22:51:45 +01:00
|
|
|
|
<source>Platform type redefined</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>プラットフォームの種類が再定義されました</translation>
|
2014-10-18 11:02:56 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="797"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<source>Unknown element</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>不明な要素</translation>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="800"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<source>Unknown issue</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>不明な課題</translation>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="805"/>
|
2014-08-02 11:09:16 +02:00
|
|
|
|
<source>Failed to load the selected library '%1'.
|
|
|
|
|
%2</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>選択したライブラリの読み込みに失敗しました '%1'</translation>
|
2014-08-02 11:09:16 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="917"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
<source>Error</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>エラー</translation>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2014-03-28 19:06:48 +01:00
|
|
|
|
<source>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.</source>
|
2017-05-13 11:15:49 +02:00
|
|
|
|
<translation type="obsolete">%1の読み込みに失敗しました。CppCheckのインストールに失敗しています。コマンドライン引数に --data-dir=<directory> を指定して、このファイルの場所を指定してください。 </translation>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="917"/>
|
2017-05-13 11:15:49 +02:00
|
|
|
|
<source>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. Please note that --data-dir is supposed to be used by installation scripts and therefore the GUI does not start when it is used, all that happens is that the setting is configured.</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>%1のロードに失敗しました。あなたの Cppcheck は正しくインストールされていません。あなたは --data-dir=<directory> コマンドラインオプションでこのファイルの場所を指定してできます。ただし、この --data-dir はインストールスクリプトによってサポートされており、GUI版ではサポートされていません。全ての設定は調整済みでなければなりません。</translation>
|
2017-05-13 11:15:49 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1100"/>
|
2012-08-02 14:31:26 +02:00
|
|
|
|
<source>Current results will be cleared.
|
|
|
|
|
|
|
|
|
|
Opening a new XML file will clear current results.Do you want to proceed?</source>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<translation>現在の結果を作成します。
|
2015-12-19 08:30:30 +01:00
|
|
|
|
|
|
|
|
|
新しくXMLファイルを開くと現在の結果が削除されます。実行しますか?</translation>
|
2012-08-02 14:31:26 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1115"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="1285"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>XML files (*.xml)</source>
|
|
|
|
|
<translation>XML ファイル (*.xml)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1117"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Open the report file</source>
|
|
|
|
|
<translation>レポートを開く</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Checking is running.
|
|
|
|
|
|
2015-03-07 08:48:16 +01:00
|
|
|
|
Do you want to stop the checking and exit Cppcheck?</source>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
<translation type="obsolete">解析中です.
|
2010-12-08 10:16:48 +01:00
|
|
|
|
|
|
|
|
|
解析を停止してCppcheckを終了しますか?.</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1256"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>License</source>
|
|
|
|
|
<translation>ライセンス</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1263"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Authors</source>
|
|
|
|
|
<translation>作者</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-05 17:38:17 +01:00
|
|
|
|
<source>XML files version 2 (*.xml);;XML files version 1 (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
|
|
|
|
<oldsource>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</oldsource>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
<translation type="obsolete">XML ファイル (*.xml);;テキストファイル (*.txt);;CSV形式ファイル (*.csv)</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1278"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Save the report file</source>
|
|
|
|
|
<translation>レポートを保存</translation>
|
|
|
|
|
</message>
|
2011-02-05 22:43:38 +01:00
|
|
|
|
<message>
|
|
|
|
|
<source>XML files version 1 (*.xml)</source>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
<translation type="obsolete">XMLファイルのバージョン1</translation>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-05 22:43:38 +01:00
|
|
|
|
<source>XML files version 2 (*.xml)</source>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
<translation type="obsolete">XMLファイルのバージョン2</translation>
|
2011-02-05 22:43:38 +01:00
|
|
|
|
</message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1289"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Text files (*.txt)</source>
|
|
|
|
|
<translation>テキストファイル (*.txt)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1293"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>CSV files (*.csv)</source>
|
|
|
|
|
<translation>CSV形式ファイル (*.csv)</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1337"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Cppcheck - %1</source>
|
|
|
|
|
<translation>Cppcheck - %1</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1384"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Project files (*.cppcheck);;All files(*.*)</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>プロジェクトファイル (*.cppcheck);;すべてのファイル(*.*)</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1386"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Select Project File</source>
|
|
|
|
|
<translation>プロジェクトファイルを選択</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="mainwindow.cpp" line="154"/>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1414"/>
|
|
|
|
|
<location filename="mainwindow.cpp" line="1545"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>Project:</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>プロジェクト:</translation>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="mainwindow.cpp" line="491"/>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
<source>No suitable files found to analyze!</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>チェック対象のファイルがみつかりません!</translation>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="576"/>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
<source>Select files to analyze</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>チェック対象のファイルを選択</translation>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="590"/>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
<source>Select directory to analyze</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>チェックするディレクトリを選択してください</translation>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="627"/>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
<source>Select the configuration that will be analyzed</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>チェックの設定を選択</translation>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="679"/>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
<source>Found project files from the directory.
|
|
|
|
|
|
|
|
|
|
Do you want to proceed analysis without using any of these project files?</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ディレクトリ内にプロジェクトファイルがありました。
|
|
|
|
|
|
|
|
|
|
みつかったプロジェクトファイルを使用せずにチェックしますか?</translation>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1210"/>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
<source>Analyzer is running.
|
|
|
|
|
|
|
|
|
|
Do you want to stop the analysis and exit Cppcheck?</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>チェック中です。
|
|
|
|
|
|
|
|
|
|
チェックを中断して、Cppcheckを終了しますか?</translation>
|
2017-07-30 13:43:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1276"/>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
<source>XML files (*.xml);;Text files (*.txt);;CSV files (*.csv)</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>XML ファイル (*.xml);;テキストファイル (*.txt);;CSVファイル (*.csv)</translation>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1474"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>Build dir '%1' does not exist, create it?</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ビルドディレクトリ'%1'がありません。作成しますか?</translation>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1497"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Failed to import '%1', analysis is stopped</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>'%1'のインポートに失敗しました。(チェック中断)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1530"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Project files (*.cppcheck)</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>プロジェクトファイル (*.cppcheck)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1532"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Select Project Filename</source>
|
|
|
|
|
<translation>プロジェクトファイル名を選択</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1577"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>No project file loaded</source>
|
|
|
|
|
<translation>プロジェクトファイルが読み込まれていません</translation>
|
|
|
|
|
</message>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="mainwindow.cpp" line="1637"/>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
<source>The project file
|
|
|
|
|
|
|
|
|
|
%1
|
|
|
|
|
|
|
|
|
|
could not be found!
|
|
|
|
|
|
|
|
|
|
Do you want to remove the file from the recently used projects -list?</source>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<translation>このプロジェクトファイル %1 が見つかりません。
|
2015-12-19 08:30:30 +01:00
|
|
|
|
最近使用したプロジェクトのリストからこのファイルを取り除きますか?</translation>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
</message>
|
2013-03-01 19:11:27 +01:00
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="main.cpp" line="105"/>
|
2013-03-01 19:11:27 +01:00
|
|
|
|
<source>Cppcheck GUI.
|
|
|
|
|
|
|
|
|
|
Syntax:
|
|
|
|
|
cppcheck-gui [OPTIONS] [files or paths]
|
|
|
|
|
|
|
|
|
|
Options:
|
2014-03-28 19:06:48 +01:00
|
|
|
|
-h, --help Print this help
|
|
|
|
|
-p <file> Open given project file and start checking it
|
|
|
|
|
-l <file> Open given results xml file
|
|
|
|
|
-d <directory> Specify the directory that was checked to generate the results xml specified with -l
|
|
|
|
|
-v, --version Show program version
|
2017-05-13 11:15:49 +02:00
|
|
|
|
--data-dir=<directory> This option is for installation scripts so they can configure the directory where
|
|
|
|
|
datafiles are located (translations, cfg). The GUI is not started when this option
|
|
|
|
|
is used.</source>
|
|
|
|
|
<oldsource>Cppcheck GUI.
|
|
|
|
|
|
|
|
|
|
Syntax:
|
|
|
|
|
cppcheck-gui [OPTIONS] [files or paths]
|
|
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
-h, --help Print this help
|
|
|
|
|
-p <file> Open given project file and start checking it
|
|
|
|
|
-l <file> Open given results xml file
|
|
|
|
|
-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)</oldsource>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Cppcheck GUI.
|
2015-12-19 08:30:30 +01:00
|
|
|
|
|
|
|
|
|
シンタックス:
|
|
|
|
|
cppcheck-gui [OPTIONS] [files または paths]
|
|
|
|
|
|
|
|
|
|
オプション:
|
|
|
|
|
-h, --help このヘルプを表示する。
|
|
|
|
|
-p <file> 指定のプロジェクトファイルを開き、チェックを開始する。
|
|
|
|
|
-l <file> 指定の、結果XMLファイルを開く
|
|
|
|
|
-d <directory> フォルダを指定してチェックする。これは -l オプションで 指定した、結果XMLファイルを生成する。
|
|
|
|
|
-v, --version バージョンを表示する。
|
2018-02-25 13:50:03 +01:00
|
|
|
|
--data-dir=<directory> GUI のデータファイル(翻訳やcfg)のあるディレクトリを指定する。</translation>
|
2013-03-01 19:11:27 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="main.cpp" line="120"/>
|
2013-03-01 19:11:27 +01:00
|
|
|
|
<source>Cppcheck GUI - Command line parameters</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Cppcheck GUI - コマンドラインパラメータ</translation>
|
2013-03-01 19:11:27 +01:00
|
|
|
|
</message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</context>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>Platforms</name>
|
|
|
|
|
<message>
|
2012-11-03 21:42:59 +01:00
|
|
|
|
<source>Built-in</source>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<translation type="obsolete">ビルトイン</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="platforms.cpp" line="37"/>
|
|
|
|
|
<source>Native</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ネイティブ</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="platforms.cpp" line="38"/>
|
|
|
|
|
<source>Unix 32-bit</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Unix 32-bit</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="platforms.cpp" line="39"/>
|
|
|
|
|
<source>Unix 64-bit</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Unix 64-bit</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="platforms.cpp" line="40"/>
|
|
|
|
|
<source>Windows 32-bit ANSI</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Windows 32-bit ANSIエンコード</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="platforms.cpp" line="41"/>
|
|
|
|
|
<source>Windows 32-bit Unicode</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Windows 32-bit Unicode</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="platforms.cpp" line="42"/>
|
|
|
|
|
<source>Windows 64-bit</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Windows 64-bit</translation>
|
2011-10-07 19:09:15 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<context>
|
|
|
|
|
<name>Project</name>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Cppcheck</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">Cppcheck</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Could not read the project file.</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="obsolete">プロジェクトファイルが読み込めませんでした</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Could not write the project file.</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="obsolete">プロジェクトファイルが保存できませんでした</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>ProjectFile</name>
|
|
|
|
|
<message>
|
2016-11-19 22:54:32 +01:00
|
|
|
|
<location filename="projectfiledialog.ui" line="14"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Project File</source>
|
|
|
|
|
<translation>プロジェクトファイル</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Project</source>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<translation type="vanished">プロジェクト</translation>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="24"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>Paths and Defines</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>パスと定義</translation>
|
2014-08-02 11:09:16 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="30"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>Import Project (Visual studio / compile database)</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>プロジェクトのインポート(Visual studio / compile database)</translation>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="163"/>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<source>Defines must be separated by a semicolon. Example: DEF1;DEF2=5;DEF3=int</source>
|
|
|
|
|
<oldsource>Defines must be separated by a semicolon ';'</oldsource>
|
|
|
|
|
<translation type="unfinished">定義(Define)はセミコロン';'で区切る必要があります。</translation>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>&Root:</source>
|
|
|
|
|
<oldsource>Root:</oldsource>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="obsolete">ルート:</translation>
|
2016-12-31 18:13:11 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>Libraries:</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">ライブラリ</translation>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="319"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>Note: Put your own custom .cfg files in the same folder as the project file. You should see them above.</source>
|
|
|
|
|
<translation>カスタマイズした cfgファイルを同じフォルダにプロジェクトファイルとして保存してください。ここに表示できるようになります。</translation>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="376"/>
|
|
|
|
|
<source>Exclude paths</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="523"/>
|
|
|
|
|
<source>MISRA C 2012</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="532"/>
|
|
|
|
|
<source>Misra rule texts</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="539"/>
|
|
|
|
|
<source><html><head/><body><p>Copy/paste the text from Appendix A &quot;Summary of guidelines&quot; from the MISRA C 2012 pdf to a text file.</p></body></html></source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="546"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>...</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>...</translation>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="69"/>
|
|
|
|
|
<source><html><head/><body><p>You have a choice:</p><p> * Analyze all Debug and Release configurations</p><p> * Only analyze the first matching Debug configuration</p><p><br/></p></body></html></source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation><html><head/><body><p>選択済み:</p><p> * 全Debug と Release設定をチェックする</p><p> * 最初にマッチした Debug 設定のみチェックする</p><p><br/></p></body></html></translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="60"/>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="288"/>
|
|
|
|
|
<source>Browse...</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="72"/>
|
|
|
|
|
<source>Analyze all Visual Studio configurations</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Visual Studioの全ての設定をチェックする</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="86"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Paths:</source>
|
|
|
|
|
<translation>パス:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="113"/>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="207"/>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="387"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Add...</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>追加...</translation>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="120"/>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="214"/>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="394"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Edit</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>編集</translation>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="127"/>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="221"/>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="401"/>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="444"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Remove</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>取り除く</translation>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="176"/>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
<source>Include Paths:</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>インクルードパス:</translation>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
</message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="558"/>
|
|
|
|
|
<source>External tools</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Includes</source>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
<translation type="obsolete">インクルード</translation>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Include directories:</source>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
<translation type="obsolete">インクルードディレクトリ:</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
2011-03-20 15:22:44 +01:00
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="241"/>
|
2011-08-22 21:21:42 +02:00
|
|
|
|
<source>Up</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>上</translation>
|
2011-08-22 21:21:42 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="248"/>
|
2011-08-22 21:21:42 +02:00
|
|
|
|
<source>Down</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>下</translation>
|
2011-08-22 21:21:42 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="273"/>
|
|
|
|
|
<source>Checking</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="298"/>
|
|
|
|
|
<source>Platform</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="346"/>
|
|
|
|
|
<source>Warning options</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="352"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Root path:</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ルートパス:</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="364"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Warning tags (separated by semicolon)</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>警告タグ(セミコロン区切り)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="279"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Cppcheck build dir (whole program analysis, incremental analysis, statistics, etc)</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Cppcheck ビルドディレクトリ (全プログラムチェック, 差分チェック, 統計等)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="310"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Libraries</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ライブラリ</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Exclude</source>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<translation type="vanished">除外する</translation>
|
2011-03-20 15:22:44 +01:00
|
|
|
|
</message>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="426"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
<source>Suppressions</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>指摘の抑制</translation>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Suppression list:</source>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<translation type="vanished">抑制リスト</translation>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="437"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
<source>Add</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>追加</translation>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
</message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="483"/>
|
|
|
|
|
<source>Addons and tools</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="489"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Addons</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>アドオン</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="495"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Y2038</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Y2038</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="502"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Thread safety</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>スレッドセーフ</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="509"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Coding standards</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>コーディング標準</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="516"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Cert</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>CERT</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Extra Tools</source>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<translation type="vanished">エクストラツール</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>It is common best practice to use several tools.</source>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<translation type="vanished">複数ツールの併用はよい結果を生みます。</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="571"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Clang analyzer</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Clang Analyzer</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.ui" line="564"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Clang-tidy</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Clang-tidy</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.ui" line="153"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Defines:</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>定義(Defines):</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>ProjectFileDialog</name>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="60"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Project file: %1</source>
|
|
|
|
|
<translation>プロジェクトファイル:%1</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="335"/>
|
2016-12-31 18:13:11 +01:00
|
|
|
|
<source>Select Cppcheck build dir</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Cppcheckビルドディレクトリ</translation>
|
2016-12-31 18:13:11 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="371"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Visual Studio (*.sln *.vcxproj);;Compile database (compile_commands.json)</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Visual Studio (*.sln *.vcxproj);;コンパイルデータベース (compile_commands.json)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="585"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>Select include directory</source>
|
|
|
|
|
<translation>includeディレクトリを選択</translation>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="565"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>Select a directory to check</source>
|
|
|
|
|
<translation>チェックするディレクトリを選択してください</translation>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="243"/>
|
|
|
|
|
<source>(no rule texts file)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.cpp" line="249"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<source>Clang-tidy (not found)</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Clang-tidy (みつかりません)</translation>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="369"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>Import Project</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>プロジェクトのインポート</translation>
|
2016-10-08 18:05:11 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="605"/>
|
2011-03-20 15:22:44 +01:00
|
|
|
|
<source>Select directory to ignore</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>除外するディレクトリを選択してください</translation>
|
2011-03-20 15:22:44 +01:00
|
|
|
|
</message>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="659"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
<source>Add Suppression</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>抑制する指摘を追加</translation>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="660"/>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
<source>Select error id suppress:</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>抑制するエラーID(error id)を選択してください</translation>
|
2014-01-04 10:20:45 +01:00
|
|
|
|
</message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.cpp" line="676"/>
|
|
|
|
|
<source>Select MISRA rule texts file</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="projectfiledialog.cpp" line="676"/>
|
|
|
|
|
<source>Misra rule texts file (%1)</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</context>
|
2013-03-01 20:07:28 +01:00
|
|
|
|
<context>
|
|
|
|
|
<name>QDialogButtonBox</name>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="translationhandler.cpp" line="33"/>
|
2013-03-01 20:07:28 +01:00
|
|
|
|
<source>OK</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>OK</translation>
|
2013-03-01 20:07:28 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="translationhandler.cpp" line="34"/>
|
2013-03-01 20:07:28 +01:00
|
|
|
|
<source>Cancel</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>キャンセル</translation>
|
2013-03-01 20:07:28 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="translationhandler.cpp" line="35"/>
|
2013-03-01 20:07:28 +01:00
|
|
|
|
<source>Close</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>閉じる</translation>
|
2013-03-01 20:07:28 +01:00
|
|
|
|
</message>
|
2013-03-01 21:07:34 +01:00
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="translationhandler.cpp" line="36"/>
|
2013-03-01 21:07:34 +01:00
|
|
|
|
<source>Save</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>保存する</translation>
|
2013-03-01 21:07:34 +01:00
|
|
|
|
</message>
|
2013-03-01 20:07:28 +01:00
|
|
|
|
</context>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<context>
|
|
|
|
|
<name>QObject</name>
|
|
|
|
|
<message>
|
2016-06-05 10:55:55 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="103"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Unknown language specified!</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>指定された未知の言語</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-05-13 11:15:49 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="132"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Language file %1 not found!</source>
|
|
|
|
|
<translation>言語ファイル %1 が見つかりません!</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-05-13 11:15:49 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="138"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Failed to load translation for language %1 from file %2</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>言語 %2 から %1 への翻訳ファイルの読み込みに失敗</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<message>
|
|
|
|
|
<location filename="cppchecklibrarydata.cpp" line="33"/>
|
|
|
|
|
<source>line %1: Unhandled element %2</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>行 %1: 扱われていない要素(Unhandled element) %2</translation>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="projectfiledialog.cpp" line="185"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<source> (Not found)</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>(みつかりません)</translation>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
</message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</context>
|
2015-10-14 18:21:00 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>QPlatformTheme</name>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="translationhandler.cpp" line="38"/>
|
2015-10-14 18:21:00 +02:00
|
|
|
|
<source>OK</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>OK</translation>
|
2015-10-14 18:21:00 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="translationhandler.cpp" line="39"/>
|
2015-10-14 18:21:00 +02:00
|
|
|
|
<source>Cancel</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>キャンセル</translation>
|
2015-10-14 18:21:00 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="translationhandler.cpp" line="40"/>
|
2015-10-14 18:21:00 +02:00
|
|
|
|
<source>Close</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>閉じる</translation>
|
2015-10-14 18:21:00 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<location filename="translationhandler.cpp" line="41"/>
|
2015-10-14 18:21:00 +02:00
|
|
|
|
<source>Save</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>保存する</translation>
|
2015-10-14 18:21:00 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<context>
|
|
|
|
|
<name>ResultsTree</name>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="1404"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>File</source>
|
|
|
|
|
<translation>ファイル</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="1404"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Severity</source>
|
|
|
|
|
<translation>警告種別</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="1404"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Line</source>
|
|
|
|
|
<translation>行</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="1404"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Summary</source>
|
|
|
|
|
<translation>内容</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="137"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Undefined file</source>
|
|
|
|
|
<translation>未定義ファイル</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="815"/>
|
|
|
|
|
<source>Could not find file:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="resultstree.cpp" line="819"/>
|
|
|
|
|
<source>Please select the folder '%1'</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="resultstree.cpp" line="820"/>
|
|
|
|
|
<source>Select Directory '%1'</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="resultstree.cpp" line="822"/>
|
|
|
|
|
<source>Please select the directory where file is located.</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="resultstree.cpp" line="884"/>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
<source>[Inconclusive]</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>[結論の出ない]</translation>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="313"/>
|
2011-03-20 15:22:44 +01:00
|
|
|
|
<source>debug</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>デバッグ</translation>
|
2011-03-20 15:22:44 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="250"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>note</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>注意</translation>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="614"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<source>Recheck</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>再チェック</translation>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="615"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Copy filename</source>
|
|
|
|
|
<translation>ファイル名をコピー</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="616"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Copy full path</source>
|
|
|
|
|
<translation>フルパスをコピー</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="617"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Copy message</source>
|
|
|
|
|
<translation>メッセージをコピー</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="618"/>
|
2012-11-03 21:42:59 +01:00
|
|
|
|
<source>Copy message id</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>メッセージidをコピー</translation>
|
2012-11-03 21:42:59 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="619"/>
|
|
|
|
|
<source>Copy line nr</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="resultstree.cpp" line="620"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Hide</source>
|
|
|
|
|
<translation>非表示</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="621"/>
|
2013-02-08 08:26:24 +01:00
|
|
|
|
<source>Hide all with id</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>IDを表示しない</translation>
|
2013-02-08 08:26:24 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="622"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Suppress selected id(s)</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>選択したidを抑制</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="623"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
<source>Open containing folder</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>含まれるフォルダを開く</translation>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="666"/>
|
|
|
|
|
<location filename="resultstree.cpp" line="1404"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Tag</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>タグ</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="668"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>No tag</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>タグなし</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="711"/>
|
|
|
|
|
<location filename="resultstree.cpp" line="725"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Cppcheck</source>
|
|
|
|
|
<translation>Cppcheck</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="712"/>
|
2011-07-17 14:15:40 +02:00
|
|
|
|
<source>No editor application configured.
|
|
|
|
|
|
|
|
|
|
Configure the editor application for Cppcheck in preferences/Applications.</source>
|
|
|
|
|
<oldsource>Configure the text file viewer program in Cppcheck preferences/Applications.</oldsource>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>エディタアプリが設定されていません。
|
|
|
|
|
|
|
|
|
|
Cppcheckの「設定」からテキストファイルを編集するアプリケーションを設定してください。</translation>
|
2011-07-17 14:15:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="726"/>
|
2011-07-17 14:15:40 +02:00
|
|
|
|
<source>No default editor application selected.
|
|
|
|
|
|
|
|
|
|
Please select the default editor application in preferences/Applications.</source>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<translation>デフォルトのエディタアプリケーションが指定されていません。
|
2015-12-19 08:30:30 +01:00
|
|
|
|
|
|
|
|
|
設定からデフォルトのエディタアプリケーションを設定してください。
|
|
|
|
|
</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="755"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Could not find the file!</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>ファイルが見つかりません</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="801"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Could not start %1
|
|
|
|
|
|
|
|
|
|
Please check the application path and parameters are correct.</source>
|
|
|
|
|
<translation>%1 が実行できません。
|
|
|
|
|
|
|
|
|
|
実行ファイルパスや引数の設定を確認してください。</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Could not find file:
|
|
|
|
|
%1
|
|
|
|
|
Please select the directory where file is located.</source>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<translation type="vanished">ファイルが見つかりません:
|
2010-12-08 10:16:48 +01:00
|
|
|
|
%1
|
|
|
|
|
ディレクトリにファイルが存在するか確認してください。</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="823"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Select Directory</source>
|
|
|
|
|
<translation>ディレクトリを選択</translation>
|
|
|
|
|
</message>
|
2012-10-27 12:28:47 +02:00
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="1404"/>
|
2012-10-27 12:28:47 +02:00
|
|
|
|
<source>Id</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Id</translation>
|
2012-10-27 12:28:47 +02:00
|
|
|
|
</message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="1404"/>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
<source>Inconclusive</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>結論のでない</translation>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="1404"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Since date</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>日付</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="295"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>style</source>
|
|
|
|
|
<translation>スタイル</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="298"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>error</source>
|
|
|
|
|
<translation>エラー</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="301"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>warning</source>
|
|
|
|
|
<translation>警告</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="304"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>performance</source>
|
|
|
|
|
<translation>パフォーマンス</translation>
|
|
|
|
|
</message>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="307"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>portability</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>移植可能性</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultstree.cpp" line="310"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>information</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>情報</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>ResultsView</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="resultsview.ui" line="26"/>
|
|
|
|
|
<source>Results</source>
|
|
|
|
|
<translation>結果</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="resultsview.ui" line="82"/>
|
|
|
|
|
<source>Analysis Log</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>チェックログ</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="resultsview.ui" line="104"/>
|
|
|
|
|
<source>Warning Details</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>警告の詳細</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="resultsview.cpp" line="156"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>No errors found, nothing to save.</source>
|
|
|
|
|
<translation>警告/エラーが見つからなかったため、保存しません。</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="resultsview.cpp" line="180"/>
|
|
|
|
|
<location filename="resultsview.cpp" line="188"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Failed to save the report.</source>
|
|
|
|
|
<translation>レポートの保存に失敗しました。</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="resultsview.cpp" line="198"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
<source>Print Report</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>レポートの印刷</translation>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="resultsview.cpp" line="217"/>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
<source>No errors found, nothing to print.</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>指摘がないため、印刷するものがありません。</translation>
|
2015-08-01 14:06:19 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="resultsview.cpp" line="255"/>
|
2011-08-03 09:58:03 +02:00
|
|
|
|
<source>%p% (%1 of %2 files checked)</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>%p% (%1 / %2 :ファイル数)</translation>
|
2011-08-03 09:58:03 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="resultsview.cpp" line="268"/>
|
|
|
|
|
<location filename="resultsview.cpp" line="279"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Cppcheck</source>
|
|
|
|
|
<translation>Cppcheck</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="resultsview.cpp" line="269"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>No errors found.</source>
|
|
|
|
|
<translation>警告/エラーは見つかりませんでした。</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="resultsview.cpp" line="276"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Errors were found, but they are configured to be hidden.
|
|
|
|
|
To toggle what kind of errors are shown, open view menu.</source>
|
|
|
|
|
<translation>警告/エラーが見つかりましたが、非表示設定になっています。</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="resultsview.cpp" line="322"/>
|
|
|
|
|
<location filename="resultsview.cpp" line="343"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Failed to read the report.</source>
|
|
|
|
|
<translation>レポートの読み込みに失敗.</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<location filename="resultsview.cpp" line="329"/>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
<source>XML format version 1 is no longer supported.</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>XML フォーマットバージョン 1 はもうサポートされていません。</translation>
|
2017-07-30 11:29:06 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="393"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Summary</source>
|
|
|
|
|
<translation>内容</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="394"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Message</source>
|
|
|
|
|
<translation>メッセージ</translation>
|
|
|
|
|
</message>
|
2012-10-27 12:28:47 +02:00
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="398"/>
|
2015-10-14 18:21:00 +02:00
|
|
|
|
<source>First included by</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>は次のものが最初にインクルードしました</translation>
|
2015-10-14 18:21:00 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="401"/>
|
2012-10-27 12:28:47 +02:00
|
|
|
|
<source>Id</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ID</translation>
|
2012-10-27 12:28:47 +02:00
|
|
|
|
</message>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="470"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<source>Clear Log</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ログの消去</translation>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="471"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<source>Copy this Log entry</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>このログ項目をコピー</translation>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="resultsview.cpp" line="472"/>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
<source>Copy complete Log</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ログ全体をコピー</translation>
|
2018-01-14 16:06:07 +01:00
|
|
|
|
</message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</context>
|
2012-10-24 03:19:38 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>ScratchPad</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="scratchpad.ui" line="14"/>
|
|
|
|
|
<source>Scratchpad</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>スクラッチパッド</translation>
|
2012-10-24 03:19:38 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="scratchpad.ui" line="20"/>
|
|
|
|
|
<source>Copy or write some C/C++ code here:</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="scratchpad.ui" line="37"/>
|
|
|
|
|
<source>Optionally enter a filename (mainly for automatic language detection) and click on "Check":</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="scratchpad.ui" line="71"/>
|
2012-10-24 03:19:38 +02:00
|
|
|
|
<source>filename</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>ファイル名</translation>
|
2012-10-24 03:19:38 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="scratchpad.ui" line="78"/>
|
2012-10-24 03:19:38 +02:00
|
|
|
|
<source>Check</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>チェック</translation>
|
2012-10-24 03:19:38 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<context>
|
|
|
|
|
<name>Settings</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="14"/>
|
|
|
|
|
<source>Preferences</source>
|
|
|
|
|
<translation>設定</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="24"/>
|
|
|
|
|
<source>General</source>
|
|
|
|
|
<translation>全般</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Include paths:</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">Include ディレクトリ:</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="settings.ui" line="195"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Add...</source>
|
|
|
|
|
<translation>追加...</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="settings.ui" line="41"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Number of threads: </source>
|
|
|
|
|
<translation>解析スレッド数:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="settings.ui" line="85"/>
|
2011-01-10 13:12:40 +01:00
|
|
|
|
<source>Ideal count:</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>理想的な数:</translation>
|
2011-01-10 13:12:40 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="settings.ui" line="114"/>
|
2011-01-31 10:20:03 +01:00
|
|
|
|
<source>Force checking all #ifdef configurations</source>
|
|
|
|
|
<oldsource>Check all #ifdef configurations</oldsource>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>すべての #ifdef をチェックする</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="settings.ui" line="121"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Show full path of files</source>
|
|
|
|
|
<translation>ファイルのフルパスを表示</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="settings.ui" line="128"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Show "No errors found" message when no errors found</source>
|
|
|
|
|
<translation>エラーが無いときは"エラーなし"を表示</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<location filename="settings.ui" line="135"/>
|
2012-10-27 12:28:47 +02:00
|
|
|
|
<source>Display error Id in column "Id"</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>エラーIDを "Id" に表示する</translation>
|
2012-10-27 12:28:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="142"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Enable inline suppressions</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>inline抑制を有効</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
<location filename="settings.ui" line="149"/>
|
|
|
|
|
<source>Check for inconclusive errors also</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>結論のでない指摘も解析する</translation>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2016-03-20 10:34:55 +01:00
|
|
|
|
<location filename="settings.ui" line="156"/>
|
|
|
|
|
<source>Show statistics on check completion</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>チェック完了時に統計情報を表示する</translation>
|
2016-03-20 10:34:55 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="176"/>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
<source>Show internal warnings in log</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>ログの内部警告も表示する</translation>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="settings.ui" line="287"/>
|
|
|
|
|
<source>Addons</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>アドオン</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="293"/>
|
|
|
|
|
<source>Python binary (leave this empty to use python in the PATH)</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Pythonインタプリタの場所(空白の場合システムのPATHから検索)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="302"/>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="settings.ui" line="334"/>
|
|
|
|
|
<location filename="settings.ui" line="379"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>...</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>...</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="settings.ui" line="312"/>
|
|
|
|
|
<source>Misra addon</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="320"/>
|
|
|
|
|
<source>Misra rule texts file</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="327"/>
|
|
|
|
|
<source><html><head/><body><p>Copy/paste the text from Appendix A &quot;Summary of guidelines&quot; from the MISRA C 2012 pdf to a text file.</p></body></html></source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settings.ui" line="360"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Clang</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Clang</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="settings.ui" line="366"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Clang path (leave empty to use system PATH)</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Clangの場所(空白の場合システムのPATHから検索)</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="settings.ui" line="389"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Visual Studio headers</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>Visual Studioのヘッダ</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="settings.ui" line="395"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source><html><head/><body><p>Paths to Visual Studio headers, separated by semicolon ';'.</p><p>You can open a Visual Studio command prompt, write &quot;SET INCLUDE&quot;. Then copy/paste the paths.</p></body></html></source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation><html><head/><body><p>Visual Studioのヘッダーファイル(セミコロン区切り';')。</p><p>Visual Studio コマンドプロンプトを開き、 &quot;SET INCLUDE&quot;. と入力後、そのパスをコピーペーストしてください。</p></body></html></translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Paths</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">パス</translation>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>Edit</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">編集</translation>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="settings.ui" line="209"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Remove</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>削除</translation>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="settings.ui" line="184"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Applications</source>
|
|
|
|
|
<translation>アプリケーション</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="settings.ui" line="202"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Edit...</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>編集...</translation>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="settings.ui" line="216"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>Set as default</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>デフォルトとして設定</translation>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
</message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="settings.ui" line="239"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Reports</source>
|
|
|
|
|
<translation>レポート</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="settings.ui" line="245"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Save all errors when creating report</source>
|
|
|
|
|
<translation>すべての警告/エラーを保存</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="settings.ui" line="252"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Save full path to files in reports</source>
|
|
|
|
|
<translation>ファイルのフルパスを保存</translation>
|
|
|
|
|
</message>
|
2011-01-10 13:12:40 +01:00
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="settings.ui" line="273"/>
|
2011-01-10 13:12:40 +01:00
|
|
|
|
<source>Language</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>言語</translation>
|
2011-01-10 13:12:40 +01:00
|
|
|
|
</message>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
<message>
|
|
|
|
|
<source>Advanced</source>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
<translation type="obsolete">高度</translation>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<source>&Show inconclusive errors</source>
|
2015-11-14 10:55:48 +01:00
|
|
|
|
<translation type="obsolete">結論の出ないのエラーを表示</translation>
|
2011-06-15 10:32:08 +02:00
|
|
|
|
</message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>SettingsDialog</name>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="90"/>
|
2011-01-10 13:12:40 +01:00
|
|
|
|
<source>N/A</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>N/A</translation>
|
2011-01-10 13:12:40 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="189"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Add a new application</source>
|
|
|
|
|
<translation>新しいアプリケーションの追加</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="222"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Modify an application</source>
|
|
|
|
|
<translation>アプリケーションの変更</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="227"/>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<source> [Default]</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>[デフォルト]</translation>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="252"/>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
<source>[Default]</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>[デフォルト]</translation>
|
2011-02-26 12:23:06 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="307"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Select python binary</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>pythonの場所の選択</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2018-03-31 20:55:29 +02:00
|
|
|
|
<location filename="settingsdialog.cpp" line="314"/>
|
|
|
|
|
<source>Select MISRA File</source>
|
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="settingsdialog.cpp" line="322"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<source>Select clang path</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>clangのパスの選択</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Select include directory</source>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<translation type="vanished">include ディレクトリを選択</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
|
|
|
|
<context>
|
|
|
|
|
<name>StatsDialog</name>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="14"/>
|
|
|
|
|
<location filename="stats.ui" line="228"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="135"/>
|
|
|
|
|
<location filename="statsdialog.cpp" line="181"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Statistics</source>
|
|
|
|
|
<translation>統計情報</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="27"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="173"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Project</source>
|
|
|
|
|
<translation>プロジェクト</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="33"/>
|
|
|
|
|
<source>Project:</source>
|
|
|
|
|
<translation>プロジェクト:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="53"/>
|
|
|
|
|
<source>Paths:</source>
|
|
|
|
|
<translation>パス:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="85"/>
|
|
|
|
|
<source>Include paths:</source>
|
|
|
|
|
<translation>Include ディレクトリ:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="108"/>
|
|
|
|
|
<source>Defines:</source>
|
|
|
|
|
<translation>Defines:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="145"/>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="177"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Previous Scan</source>
|
|
|
|
|
<translation>前回の解析</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="151"/>
|
|
|
|
|
<source>Path Selected:</source>
|
|
|
|
|
<translation>ディレクトリ選択:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="161"/>
|
|
|
|
|
<source>Number of Files Scanned:</source>
|
|
|
|
|
<translation>解析済みファイル数:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="181"/>
|
|
|
|
|
<source>Scan Duration:</source>
|
|
|
|
|
<translation>解析にかかった時間:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="236"/>
|
|
|
|
|
<source>Errors:</source>
|
|
|
|
|
<translation>エラー:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="254"/>
|
|
|
|
|
<source>Warnings:</source>
|
|
|
|
|
<translation>警告:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="272"/>
|
|
|
|
|
<source>Stylistic warnings:</source>
|
|
|
|
|
<translation>スタイル警告:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="290"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Portability warnings:</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>移植可能性の警告</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="308"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Performance issues:</source>
|
|
|
|
|
<translation>パフォーマンス警告:</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="326"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>Information messages:</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>情報メッセージ</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="stats.ui" line="343"/>
|
|
|
|
|
<source>History</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ヒストリー</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="349"/>
|
|
|
|
|
<source>File:</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ファイル:</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="stats.ui" line="387"/>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
<source>Copy to Clipboard</source>
|
|
|
|
|
<translation>クリップボードにコピー</translation>
|
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="stats.ui" line="394"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>Pdf Export</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>PDF エクスポート</translation>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="111"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>1 day</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>一日</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="111"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>%1 days</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>%1日</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="113"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>1 hour</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>一時間</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="113"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>%1 hours</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>%1時間</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="115"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>1 minute</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>一分</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="115"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>%1 minutes</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>%1分</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="117"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>1 second</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>一秒</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="117"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>%1 seconds</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>%1秒</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="121"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source>0.%1 seconds</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>0.%1秒</translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="123"/>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
<source> and </source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation></translation>
|
2010-12-27 10:43:20 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="150"/>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
<source>Export PDF</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>PDF エクスポート</translation>
|
2017-07-29 11:37:23 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="172"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Project Settings</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>プロジェクトの設定</translation>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="174"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Paths</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>パス</translation>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="175"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Include paths</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>インクルードパス</translation>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="176"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Defines</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>定義(define)</translation>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="178"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Path selected</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>選択されたパス</translation>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="179"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Number of files scanned</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>スキャンしたファイルの数</translation>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="180"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Scan duration</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>スキャン期間</translation>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="137"/>
|
|
|
|
|
<location filename="statsdialog.cpp" line="182"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Errors</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>エラー</translation>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="64"/>
|
|
|
|
|
<source>File: </source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>ファイル:</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="statsdialog.cpp" line="64"/>
|
|
|
|
|
<source>No cppcheck build dir</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>cppcheckビルドディレクトリがありません</translation>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
|
|
|
|
<location filename="statsdialog.cpp" line="139"/>
|
|
|
|
|
<location filename="statsdialog.cpp" line="183"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Warnings</source>
|
2018-02-25 13:50:03 +01:00
|
|
|
|
<translation>警告</translation>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="141"/>
|
|
|
|
|
<location filename="statsdialog.cpp" line="184"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Style warnings</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>スタイル警告</translation>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="143"/>
|
|
|
|
|
<location filename="statsdialog.cpp" line="185"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Portability warnings</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>移植可能性警告</translation>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="145"/>
|
|
|
|
|
<location filename="statsdialog.cpp" line="186"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Performance warnings</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>パフォーマンス警告</translation>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-10-07 12:33:40 +02:00
|
|
|
|
<location filename="statsdialog.cpp" line="147"/>
|
|
|
|
|
<location filename="statsdialog.cpp" line="187"/>
|
2011-09-26 21:03:47 +02:00
|
|
|
|
<source>Information messages</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>情報メッセージ</translation>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2011-08-03 09:58:03 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>ThreadResult</name>
|
|
|
|
|
<message>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<location filename="threadresult.cpp" line="54"/>
|
2011-08-03 09:58:03 +02:00
|
|
|
|
<source>%1 of %2 files checked</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>チェック: %1 / %2 (ファイル数) </translation>
|
2011-08-03 09:58:03 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2013-03-01 19:11:27 +01:00
|
|
|
|
<context>
|
|
|
|
|
<name>TranslationHandler</name>
|
|
|
|
|
<message>
|
2017-05-13 11:15:49 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="144"/>
|
2013-03-01 19:11:27 +01:00
|
|
|
|
<source>Failed to change the user interface language:
|
|
|
|
|
|
|
|
|
|
%1
|
|
|
|
|
|
|
|
|
|
The user interface language has been reset to English. Open the Preferences-dialog to select any of the available languages.</source>
|
2016-01-09 10:51:23 +01:00
|
|
|
|
<translation>ユーザーインターフェースの言語 %1 への変更に失敗しました。
|
2015-12-19 08:30:30 +01:00
|
|
|
|
|
|
|
|
|
そのため言語を 英語にリセットします。設定ダイアログから利用可能な言語を選択してください。</translation>
|
2013-03-01 19:11:27 +01:00
|
|
|
|
</message>
|
|
|
|
|
<message>
|
2017-05-13 11:15:49 +02:00
|
|
|
|
<location filename="translationhandler.cpp" line="150"/>
|
2013-03-01 19:11:27 +01:00
|
|
|
|
<source>Cppcheck</source>
|
2015-12-19 08:30:30 +01:00
|
|
|
|
<translation>Cppcheck</translation>
|
2013-03-01 19:11:27 +01:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
<context>
|
|
|
|
|
<name>TxtReport</name>
|
|
|
|
|
<message>
|
2012-10-24 03:19:38 +02:00
|
|
|
|
<location filename="txtreport.cpp" line="73"/>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
<source>inconclusive</source>
|
2012-01-28 20:50:27 +01:00
|
|
|
|
<translation>結論の出ない</translation>
|
2011-04-16 17:45:35 +02:00
|
|
|
|
</message>
|
|
|
|
|
</context>
|
2010-12-08 10:16:48 +01:00
|
|
|
|
</TS>
|