Update Japanese

This commit is contained in:
Jimmy Vargo 2024-04-10 19:50:20 +09:00
commit b2bf426820
2 changed files with 5 additions and 5 deletions

View file

@ -30,10 +30,10 @@
<br>
<p class="instructions">Please provide answers to the following questions.</p>
<p class="instructions">以下のアンケートにお答えしていただければ幸いです。</p>
<p class="instructions">以下のアンケートにお答えいただければ幸いです。</p>
<div class="question">
<p class="required">What days and times of the week are convenient for you?&NewLine;都合の良い時間を教えてください。</p>
<p class="required">What days and times of the week are convenient for you?&NewLine;都合の良い時間を教えてください。</p>
{% for id, name in times.items() %}
<div class="row">
<input id="{{ id }}" type="checkbox" />
@ -58,7 +58,7 @@
</div>
<div class="question">
<p class="required">What language would you prefer?&NewLine;どちらの言語が良いですか?</p>
<p class="required">What language would you prefer?&NewLine;どちらの言語がご希望ですか?</p>
<select id="language">
<option value="english">English 英語</option>
<option value="japanese">Japanese 日本語</option>