Update Japanese
This commit is contained in:
parent
e3ddda951f
commit
b2bf426820
2 changed files with 5 additions and 5 deletions
|
|
@ -30,10 +30,10 @@
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<p class="instructions">Please provide answers to the following questions.</p>
|
<p class="instructions">Please provide answers to the following questions.</p>
|
||||||
<p class="instructions">以下のアンケートにお答えしていただければ幸いです。</p>
|
<p class="instructions">以下のアンケートにお答えいただければ幸いです。</p>
|
||||||
|
|
||||||
<div class="question">
|
<div class="question">
|
||||||
<p class="required">What days and times of the week are convenient for you?
都合の良い時間を教えてください。</p>
|
<p class="required">What days and times of the week are convenient for you?
ご都合の良い時間を教えてください。</p>
|
||||||
{% for id, name in times.items() %}
|
{% for id, name in times.items() %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<input id="{{ id }}" type="checkbox" />
|
<input id="{{ id }}" type="checkbox" />
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="question">
|
<div class="question">
|
||||||
<p class="required">What language would you prefer?
どちらの言語が良いですか?</p>
|
<p class="required">What language would you prefer?
どちらの言語がご希望ですか?</p>
|
||||||
<select id="language">
|
<select id="language">
|
||||||
<option value="english">English 英語</option>
|
<option value="english">English 英語</option>
|
||||||
<option value="japanese">Japanese 日本語</option>
|
<option value="japanese">Japanese 日本語</option>
|
||||||
|
|
|
||||||
|
|
@ -17,11 +17,11 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<p class="instructions">Here are some insights into what others have said.</p>
|
<p class="instructions">Here are some insights into what others have said.</p>
|
||||||
<p class="instructions">以下は他の方からいただいた回答についての情報があります。</p>
|
<p class="instructions">以下は他の方からいただいた回答結果です。</p>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<div class="stats-table">
|
<div class="stats-table">
|
||||||
<span class="stats-header">Times 都合の時間</span>
|
<span class="stats-header">Times ご都合の良いの時間</span>
|
||||||
{% for id, label in times.items() %}
|
{% for id, label in times.items() %}
|
||||||
<div class="stat-item">
|
<div class="stat-item">
|
||||||
<div class="stat-chart">
|
<div class="stat-chart">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue