Skip to content

Commit 12ca774

Browse files
committed
Merge pull request #295 from yositani2002/fix-typo
修正とリンク先の翻訳追加
2 parents de2e9a2 + 928512f commit 12ca774

File tree

7 files changed

+37
-15
lines changed

7 files changed

+37
-15
lines changed

reference/forms/types/date.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ date フィールドタイプ
5252
--------------
5353

5454
このフィールドタイプは高度に設定が可能でありながら、簡単に使えます。最も重要なオプションは ``input`` と ``widget`` です。
55-
This field type is highly configurable, but easy to use. The most important
56-
options are ``input`` and ``widget``.
5755

5856
``publishedAt`` フィールドに``DateTime`` オブジェクトの日付データを持つとします。
5957
以下は、``date`` タイプを3つの選択フィールドとして設定します。:
@@ -170,4 +168,4 @@ error_bubbling
170168
| date_pattern | ``string`` | 日付フォーマットの文字列 |
171169
+--------------+------------+---------------------------------------------------------------------------------+
172170

173-
.. 2014/04/23 yositani200 d49d12eaf265a5d6d32ac660c62f385d57261475
171+
.. 2014/04/23 yositani2002 d49d12eaf265a5d6d32ac660c62f385d57261475
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
days
22
~~~~
33

4-
**type**: ``array`` **default**: 1 to 31
4+
**データ型**: ``array`` **デフォルト**: 1 to 31
55

6-
List of days available to the day field type. This option is only relevant
7-
when the ``widget`` option is set to ``choice``::
6+
``day`` フィールドタイプに設定可能な日のリストです。このオプションは ``widget`` オプションに ``choice`` が設定されている場合のみ意味を持ちます。::
87

98
'days' => range(1,31)
9+
10+
.. 2014/04/26 yositani2002 84d43ac157a8860f667bc6b40278197203b4c333
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
model_timezone
2+
~~~~~~~~~~~~~~
3+
4+
**データ型**: ``string`` **デフォルト**: システムのデフォルトのタイムゾーン
5+
6+
保存されている入力データのタイムゾーン。これは `PHP supported timezones`_ の一つである必要があります。
7+
8+
.. _`PHP supported timezones`: http://php.net/manual/ja/timezones.php
9+
10+
.. 2014/04/26 yositani2002 d02849d956b529af6cbafe0a3424b5a86a224115
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
months
22
~~~~~~
33

4-
**type**: ``array`` **default**: 1 to 12
4+
**データ型**: ``array`` **デフォルト**: 1 to 12
55

6-
List of months available to the month field type. This option is only relevant
7-
when the ``widget`` option is set to ``choice``.
6+
``month`` フィールドタイプに設定可能な月のリストです。このオプションは ``widget`` オプションに ``choice`` が設定されている場合のみ意味を持ちます。
7+
8+
.. 2014/4/26 yositani2002 906e345d04b170d3367cfc8e523239137867db0d
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
view_timezone
2+
~~~~~~~~~~~~~
3+
4+
**データ型**: ``string`` **デフォルト**: システムのデフォルトのタイムゾーン
5+
6+
ユーザーに表示されるデータのタイムゾーン(従って、ユーザーが送信するデータも)。これは `PHP supported timezones`_ の一つである必要があります。
7+
8+
.. _`PHP supported timezones`: http://php.net/manual/ja/timezones.php
9+
10+
.. 2014/04/26 yositani2002 d02849d956b529af6cbafe0a3424b5a86a224115
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
with_seconds
22
~~~~~~~~~~~~
33

4-
**type**: ``Boolean`` **default**: ``false``
4+
**データ型**: ``Boolean`` **デフォルト**: ``false``
55

6-
Whether or not to include seconds in the input. This will result in an additional
7-
input to capture seconds.
6+
秒を入力に含めるかどうか。これは秒を取得する追加の入力フォームを出力します。
7+
8+
.. 2014/04/26 yositani2002 c3ed1d89896cdd33d1d50a42e44759772acd6426
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
years
22
~~~~~
33

4-
**type**: ``array`` **default**: five years before to five years after the current year
4+
**データ型**: ``array`` **デフォルト**: 今年より5年前から5年後
55

6-
List of years available to the year field type. This option is only relevant
7-
when the ``widget`` option is set to ``choice``.
6+
``year`` フィールドタイプに設定可能な年のリストです。このオプションは ``widget`` オプションに ``choice`` が設定されている場合のみ意味を持ちます。
7+
8+
.. 2014/04/26 yositani2002 84d43ac157a8860f667bc6b40278197203b4c333

0 commit comments

Comments
 (0)