Skip to content

Commit 0506146

Browse files
Merge pull request #798 from ossf/fix_buttons_ja_input1
ja_input1.html: Fix button translations
2 parents c7e82d7 + 1c935a7 commit 0506146

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

docs/labs/ja_hello.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ <h2>Interactive Lab (<span id="grade"></span>)</h2>
6666
<button type="button" class="giveUpButton">諦める</button>
6767
<br><br>
6868
<p>
69-
<i>このラボは、David A. Wheeler によって開発されました。
70-
<a href="https://www.linuxfoundation.org/"
71-
> Linux Foundation</a></i>
69+
<i>このラボは、<a href="https://www.linuxfoundation.org/">Linux Foundation</a>のDavid A. Wheelerによって開発されました。</i>
7270
<br><br>
7371
<p id="correctStamp" class="small">
7472
<textarea id="debugData" class="displayNone" rows="20" cols="65" readonly>

docs/labs/ja_input1.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,12 @@ <h2>Interactive Lab (<span id="grade"></span>)</h2>
102102
res.status(422).send(`Invalid input`);
103103
})
104104
</code></pre>
105-
<button type="button" class="hintButton">Hint</button>
106-
<button type="button" class="resetButton">Reset</button>
107-
<button type="button" class="giveUpButton">Give up</button>
105+
<button type="button" class="hintButton">ヒント</button>
106+
<button type="button" class="resetButton">リセット</button>
107+
<button type="button" class="giveUpButton">諦める</button>
108108
<br><br>
109109
<p>
110-
<i>This lab was developed by David A. Wheeler at
111-
<a href="https://www.linuxfoundation.org/"
112-
>The Linux Foundation</a>.</i>
110+
<i>このラボは、<a href="https://www.linuxfoundation.org/">Linux Foundation</a>のDavid A. Wheelerによって開発されました。</i>
113111
<br><br><!-- These go in the last form if there's more than one: -->
114112
<p id="correctStamp" class="small">
115113
<textarea id="debugData" class="displayNone" rows="20" cols="65" readonly>

0 commit comments

Comments
 (0)