Skip to content

Commit 9975361

Browse files
authored
Merge pull request #1388 from zapbot/crowdin-update
Update localized resources
2 parents 57efa66 + 5193f37 commit 9975361

2 files changed

Lines changed: 65 additions & 73 deletions

File tree

src/main/javahelp/org/zaproxy/zap/extension/hud/resources/help_ja_JP/contents/hud.html

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,55 +3,53 @@
33
<HEAD>
44
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
55
<TITLE>
6-
The HUD
6+
HUD
77
</TITLE>
88
</HEAD>
99
<BODY>
10-
<H1>The HUD</H1>
10+
<H1>HUD</H1>
1111

12-
The HUD is a completely new interface that brings information and functionality from ZAP into your browser.
12+
HUDはZAPからの情報と機能をブラウザにもたらす、全く新しいインターフェースです。
1313
<p>
14-
For more details see:
14+
詳細については、以下を参照してください:
1515
<ul>
16-
<li>Blog: <a href="https://segment.com/blog/hacking-with-a-heads-up-display/">https://segment.com/blog/hacking-with-a-heads-up-display/</a></li>
17-
<li>Video: <a href="https://www.youtube.com/watch?v=ztfgip-UhWw">https://www.youtube.com/watch?v=ztfgip-UhWw</a></li>
18-
<li>The HUD wiki: <a href="https://github.com/zaproxy/zap-hud/wiki">https://github.com/zaproxy/zap-hud/wiki</a></li>
16+
<li>ブログ: <a href="https://segment.com/blog/hacking-with-a-heads-up-display/">https://segment.com/blog/hacking-with-a-heads-up-display/</a></li>
17+
<li>ビデオ: <a href="https://www.youtube.com/watch?v=ztfgip-UhWw">https://www.youtube.com/watch?v=ztfgip-UhWw</a></li>
18+
<li>HUD Wiki: <a href="https://github.com/zaproxy/zap-hud/wiki">https://github.com/zaproxy/zap-hud/wiki</a></li>
1919
</ul>
2020

2121
<H2>コマンドラインオプション</H2>
22-
The HUD works equally well with ZAP in desktop and daemon modes.<br>
23-
As many people use ZAP in daemon mode for automated testing the HUD is disabled by default in this mode.<br>
24-
The HUD add-on adds new ZAP command line options which enable the HUD in daemon mode and launch a browser
25-
preconfigured to proxy through ZAP and ignore certificate errors:
22+
HUDは、デスクトップモードでもデーモンモードでも、ZAPで同様に機能します。<br>
23+
多くの人が自動テストのためにZAPをデーモンモードで使用するため、HUDはこのモードではデフォルトで無効になっています。<br>
24+
HUDアドオンは、デーモンモードでHUDを有効にし、ZAPを介してプロキシするように事前設定され、証明書エラーを無視するように設定された新しいZAPコマンドラインオプションを追加します:
2625
<ul>
27-
<li>-hud : launch a browser with the HUD enabled, only needed if you don't want to specify a browser or url</li>
28-
<li>-hudbrowser &lt;browser&gt; : the browser ZAP will use, either Firefox (the default) or Chrome</li>
29-
<li>-hudurl &lt;url&gt; : the URL that will be opened in the browser, by default none</li>
26+
<li>-hud: HUDを有効にしてブラウザを起動します。ブラウザやURLを指定したくない場合にのみ必要です。</li>
27+
<li>-hudbrowser &lt;browser&gt;: ZAPが使用するブラウザ。Firefox (デフォルト) またはChromeです。</li>
28+
<li>-hudurl &lt;url&gt;: ブラウザで開かれるURL。デフォルトではなしです。</li>
3029
</ul>
31-
Any combination of these parameters will launch a browser with the HUD enabled.<br><br>
32-
33-
You can also enable the HUD in daemon mode without launching a browser using the ZAP command line option:
30+
これらのパラメーターの任意の組み合わせで、HUDが有効になったブラウザが起動します。<br>
31+
<br>
32+
また、ZAPコマンドラインオプションを使用して、ブラウザを起動せずにデーモンモードでHUDを有効にすることもできます:
3433
<pre>-config hud.enabledForDaemon=true</pre>
3534

36-
<H2>Getting Involved</H2>
35+
<H2>貢献する</H2>
3736

38-
ZAP is a community project and so we are always very keen to hear from anyone who'd like to contribute,
39-
just post to the <a href="https://groups.google.com/group/zaproxy-hud">ZAP HUD Group</a>
37+
ZAPはコミュニティプロジェクトであるため、貢献したい人からの連絡を常に歓迎しています。 <a href="https://groups.google.com/group/zaproxy-hud">ZAP HUD Group</a>に投稿してください。
4038

41-
<H2>Caveats</H2>
39+
<H2>留意事項</H2>
4240

43-
This is still early days for this add-on :)
41+
このアドオンはまだ初期段階です :)
4442

45-
Some known issues include:
43+
いくつかの既知の問題は次のとおりです:
4644

4745
<ul>
48-
<li>Only a limited amount of ZAP functionality is available</li>
49-
<li>We're still using Vue.js in dev mode so can't apply a suitably strong CSP</li>
50-
<li>The JavaScript code needs to be properly formatted and linted</li>
51-
<li>Firefox has been tested more than Chrome, but both should work</li>
52-
<li>The code to support the HUD in multiple browser tabs is very new so might be buggy</li>
53-
<li>In particular don't close the first tab on Firefox or the HUD will stop working</li>
54-
<li>Documentation could, of course, be better</li>
46+
<li>ZAP機能のごく一部しか利用できません。</li>
47+
<li>まだ開発モードでVue.jsを使用しているため、適切に強力なCSPを適用できません。</li>
48+
<li>JavaScriptコードは適切にフォーマットおよびリントされる必要があります。</li>
49+
<li>FirefoxはChromeよりもテストされていますが、どちらも機能するはずです。</li>
50+
<li>複数のブラウザタブでHUDをサポートするコードは非常に新しいため、バグがある可能性があります。</li>
51+
<li>特に、Firefoxで最初のタブを閉じないでください。そうしないとHUDが機能しなくなります。</li>
52+
<li>もちろん、ドキュメントはより良いものになり得ます。</li>
5553
</ul>
5654

5755
</BODY>

src/main/javahelp/org/zaproxy/zap/extension/hud/resources/help_ja_JP/contents/options.html

Lines changed: 37 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -2,82 +2,76 @@
22
<HTML>
33
<HEAD>
44
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
5-
<TITLE>Options HUD screen</TITLE>
5+
<TITLE>オプション - HUD画面</TITLE>
66
</HEAD>
77
<BODY>
8-
<H1>Options HUD screen</H1>
8+
<H1>オプション - HUD画面</H1>
99

10-
<h2>Enable when using the ZAP Desktop</h2>
10+
<h2>ZAP デスクトップ使用時に有効にする</h2>
1111

12-
When set the HUD will be injected into HTML responses when the ZAP Desktop is used. This defaults to true.
12+
設定されている場合、HUDはZAPデスクトップの使用時にHTMLレスポンスに挿入されます。 デフォルトは true です。
1313

14-
<h2>Enable when using ZAP in daemon mode</h2>
14+
<h2>ZAPをデーモンモードで使用する際に有効にする</h2>
1515

16-
When set the HUD will be injected into HTML responses when ZAP is started in daemon or 'headless' mode.
17-
This defaults to false as many people use ZAP for automation, injecting the HUD would not help and could cause
18-
existing tests to break.
16+
設定されている場合、ZAPがデーモンモードまたは「ヘッドレス」モードで起動されたときにHUDはHTMLレスポンスに挿入されます。
17+
多くの人が自動化のためにZAPを使用するため、HUDの挿入は役に立たず、既存のテストを中断させる可能性があるため、デフォルトは false です。
1918

20-
<h2>Show the HUD welcome screen when a browser is opened</h2>
19+
<h2>ブラウザを開いたときにHUDのウェルカム画面を表示する</h2>
2120

22-
When set the HUD Welcome screen, which includes a link to the tutorial, will be shown whenever a browser that is proxying through ZAP is opened.
23-
The welcome screen includes an option to not show the screen again, if that is selected then this is the only
24-
way to make the welcome screen appear again.
21+
設定されている場合、ZAPをプロキシとして使用しているブラウザが開かれるたびに、チュートリアルへのリンクを含むHUDウェルカム画面が表示されます。
22+
ウェルカム画面には、この画面を再度表示しないようにするオプションが含まれており、それが選択されている場合は、この設定でのみウェルカム画面を再度表示できるようになります。
2523

26-
<h2>Enable the HUD only for URLs that are in scope</h2>
24+
<h2>スコープ内のURLに対してのみHUDを有効にする</h2>
2725

28-
If selected then only URLs flagged as 'in scope' in ZAP will have the HUD injected into them.
29-
The plan is to expose this option via the HUD, but until that time if the option is enabled then you will
30-
need to add URLs to the scope via the ZAP Desktop.
26+
選択されている場合、ZAPで「スコープ内」としてフラグが付けられたURLに対してのみHUDが挿入されます。
27+
このオプションはHUD経由で公開する予定ですが、それまでの間、このオプションが有効な場合は、ZAPデスクトップからスコープにURLを追加する必要があります。
3128
<p>
32-
When this option is selected then the HUD icon in the desktop toolbar will have a small 'target' overlay on the
33-
bottom right hand side.
29+
このオプションが選択されている場合、デスクトップツールバーのHUDアイコンの右下隅に小さな「ターゲット」オーバーレイが表示されます。
3430

35-
<h2>Enable on-domain messages</h2>
31+
<h2>オンドメインメッセージを有効にする</h2>
3632

37-
Allow messages to be sent from the target domain to the ZAP domain. This is needed for features such as showing the
38-
number of hidden fields and displaying the alert associated with a specific field.
39-
If you think that the target domain could be malicious then you can turn this option off.
40-
The HUD does not trust any messages from the target domain but a malicious site could potentially do mildly annoying things such as
41-
causing ZAP alerts to be displayed unexpectedly.
42-
You will need to restart your browser after changing this setting in order for it to take effect.
33+
ターゲットドメインからZAPドメインへメッセージが送信されることを許可します。 これは、非表示フィールドの数を表示したり、特定のフィールドに関連付けられたアラートを表示したりするなどの機能に必要です。
34+
ターゲットドメインが悪意のある可能性があると思われる場合は、このオプションをオフにできます。
35+
HUDはターゲットドメインからのいかなるメッセージも信頼しませんが、悪意のあるサイトが、ZAPアラートを予期せず表示させるなど、軽度ではあるものの迷惑な行為を引き起こす可能性があります。
36+
この設定を変更した後、有効にするにはブラウザを再起動する必要があります。
4337

44-
<h2>Remove CSP from target pages</h2>
38+
<h2>ターゲットページからCSPを削除する</h2>
4539

46-
The HUD will not currently work if a strong CSP policy is used in target web sites.
47-
By default ZAP will strip off the CSP, turning this option off may well cause the HUD to break.
40+
ターゲットWebサイトで強力なCSPポリシーが使用されている場合、HUDは現在機能しません。
41+
デフォルトではZAPはCSPを削除しますが、このオプションをオフにすると、HUDが機能しなくなる可能性が高くなります。
4842

49-
<h2>Development mode</h2>
43+
<h2>開発モード</h2>
5044

51-
If set then various options are set that can be useful when debugging the HUD, including:
45+
設定されている場合、HUDのデバッグ時に役立つ様々なオプションが設定されます:
5246
<UL>
53-
<li>Setting the client side debug level to DEBUG</li>
54-
<li>Sending the client side logging to the ZAP Output tab</li>
55-
<li>Adding the 'HUD Errors' tool which shows any errors logged</li>
47+
<li>クライアントサイドのデバッグレベルを DEBUG に設定する</li>
48+
<li>クライアントサイドのロギングをZAPの出力タブに送信する</li>
49+
<li>ログに記録されたすべてのエラーを表示する「HUDエラー」ツールを追加する</li>
5650
</UL>
5751

58-
<h2>Base directory</h2>
52+
<h2>ベースディレクトリ</h2>
5953

60-
This should not be changed at this time.
54+
現時点では、これを変更する必要はありません。
6155

62-
<h2>Allow unsafe-evals</h2>
56+
<h2>unsafe-evals を許可</h2>
6357

64-
This is currently required in order for the HUD to work.
65-
In the future the plan is to only require this when actually developing the HUD.
58+
これは現在、HUDが機能するために必須です。
59+
将来的には、実際にHUDを開発しているときにのみ必要となるよう計画されています。
6660

67-
<h2>Skip tutorial tasks</h2>
61+
<h2>チュートリアルタスクをスキップする</h2>
6862

69-
Setting this option allows you to view all of the tutorial pages without passing the tasks.
63+
このオプションを設定すると、タスクを完了せずにすべてのチュートリアルページを表示できます。
7064

71-
<h2>Reset tutorial tasks</h2>
65+
<h2>チュートリアルタスクをリセット</h2>
7266

73-
Clicking on this button will reset the tasks so that you will be able to take them again.
67+
このボタンをクリックすると、タスクがリセットされ、再度実行することができるようになります。
7468

7569
<h2>関連情報</h2>
7670
<table>
7771
<tr>
7872
<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
7973
<td><a href="hud.html">HUD</a></td>
80-
<td>for an overview of the HUD add-on</td>
74+
<td>HUDアドオンの概要について</td>
8175
</tr>
8276
</table>
8377

0 commit comments

Comments
 (0)