Skip to content

Commit 9ac326b

Browse files
authored
Merge pull request #496 from zapbot/crowdin-update
Update localized resources
2 parents 812e026 + a9110d2 commit 9ac326b

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,33 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55
<title>
6-
Community Scripts
6+
コミュニティスクリプト
77
</title>
88
</head>
99
<body>
10-
<h1>Community Scripts</h1>
11-
A collection of ZAP scripts provided by the community held in
12-
<a href="https://github.com/zaproxy/community-scripts">https://github.com/zaproxy/community-scripts</a>
10+
<h1>コミュニティスクリプト</h1>
11+
コミュニティによって提供された ZAP スクリプトのコレクションで、
12+
<a href="https://github.com/zaproxy/community-scripts">https://github.com/zaproxy/community-scripts</a> に収録されています<a href="#"></a>
1313
<br><br>
14-
Please upload your scripts via pull requests!
14+
スクリプトはプルリクエスト経由でアップロードしてください!
1515
<br><br>
16-
For more information on ZAP scripts see:
16+
ZAPスクリプトの詳細については、以下を参照してください:
1717
<ul>
18-
<li><a href="https://www.zaproxy.org/docs/desktop/addons/script-console/">Script Console add-on</a></li>
18+
<li><a href="https://www.zaproxy.org/docs/desktop/addons/script-console/">スクリプトコンソールアドオン</a></li>
1919
<li><a href="https://github.com/zaproxy/zaproxy/wiki/InternalScripting">https://github.com/zaproxy/zaproxy/wiki/InternalScripting</a></li>
2020
</ul>
2121

22-
To discuss any aspect of ZAP scripting please join the zaproxy-scripts group:
22+
ZAPスクリプトのあらゆる側面について議論するには、zaproxy-scripts グループにご参加ください:
2323
<a href="https://groups.google.com/group/zaproxy-scripts">https://groups.google.com/group/zaproxy-scripts</a>
2424
<br><br>
25-
Please ensure that scripts submitted have the correct extension for the language they are written in.
25+
投稿するスクリプトには、記述言語に対応する正しい拡張子を付けてください。
2626
<br><br>
27-
All scripts in the repo are released under the Apache v2.0 licence.
27+
リポジトリ内のすべてのスクリプトは、Apache v2.0 ライセンスの下で公開されています。
2828
<br><br>
29-
You may obtain a copy of the License at <a href="https://www.apache.org/licenses/LICENSE-2.0">https://www.apache.org/licenses/LICENSE-2.0</a>
29+
ライセンスのコピーは、 <a href="https://www.apache.org/licenses/LICENSE-2.0">https://www.apache.org/licenses/LICENSE-2.0</a>で取得できます。<a href="#"></a>
3030
<br><br>
31-
By submitting your scripts to this repo you are releasing them under the Apache v2.0 licence, however you may optionally also release them under more lenient licenses via comments in the scripts.
31+
このリポジトリにスクリプトを投稿すると、Apache v2.0 ライセンスの下で公開されます。
32+
ただし、スクリプト内のコメントで明示することで、より緩やかなライセンスの下で公開することができます。
3233

3334
</body>
3435
</html>

src/main/javahelp/org/zaproxy/zap/extension/communityScripts/resources/help_ja_JP/helpset_ja_JP.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE helpset PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN" "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
22
<helpset version="2.0" xml:lang="ja-JP">
3-
<title>Community Scripts Add-on</title>
3+
<title>コミュニティスクリプトアドオン</title>
44

55
<maps>
66
<homeID>communityScripts</homeID>

src/main/javahelp/org/zaproxy/zap/extension/communityScripts/resources/help_ja_JP/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
<index version="2.0">
77
<!-- index entries are merged (sorted) into core index -->
8-
<indexitem text="Community Scripts" target="communityScripts" />
8+
<indexitem text="コミュニティスクリプト" target="communityScripts" />
99
</index>

src/main/javahelp/org/zaproxy/zap/extension/communityScripts/resources/help_ja_JP/toc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<toc version="2.0">
77
<tocitem text="ZAP ユーザーガイド" tocid="toplevelitem">
88
<tocitem text="アドオン" tocid="addons">
9-
<tocitem text="Community Scripts" image="script-share" target="communityScripts"/>
9+
<tocitem text="コミュニティスクリプト" image="script-share" target="communityScripts"/>
1010
</tocitem>
1111
</tocitem>
1212
</toc>

0 commit comments

Comments
 (0)