Skip to content

修正とリンク先の翻訳追加 #295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 27, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions reference/forms/types/date.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ date フィールドタイプ
--------------

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

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

.. 2014/04/23 yositani200 d49d12eaf265a5d6d32ac660c62f385d57261475
.. 2014/04/23 yositani2002 d49d12eaf265a5d6d32ac660c62f385d57261475
7 changes: 4 additions & 3 deletions reference/forms/types/options/days.rst.inc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
days
~~~~

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

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

'days' => range(1,31)

.. 2014/04/26 yositani2002 84d43ac157a8860f667bc6b40278197203b4c333
10 changes: 10 additions & 0 deletions reference/forms/types/options/model_timezone.rst.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
model_timezone
~~~~~~~~~~~~~~

**データ型**: ``string`` **デフォルト**: システムのデフォルトのタイムゾーン

保存されている入力データのタイムゾーン。これは `PHP supported timezones`_ の一つである必要があります。

.. _`PHP supported timezones`: http://php.net/manual/ja/timezones.php

.. 2014/04/26 yositani2002 d02849d956b529af6cbafe0a3424b5a86a224115
7 changes: 4 additions & 3 deletions reference/forms/types/options/months.rst.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
months
~~~~~~

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

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

.. 2014/4/26 yositani2002 906e345d04b170d3367cfc8e523239137867db0d
10 changes: 10 additions & 0 deletions reference/forms/types/options/view_timezone.rst.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
view_timezone
~~~~~~~~~~~~~

**データ型**: ``string`` **デフォルト**: システムのデフォルトのタイムゾーン

ユーザーに表示されるデータのタイムゾーン(従って、ユーザーが送信するデータも)。これは `PHP supported timezones`_ の一つである必要があります。

.. _`PHP supported timezones`: http://php.net/manual/ja/timezones.php

.. 2014/04/26 yositani2002 d02849d956b529af6cbafe0a3424b5a86a224115
7 changes: 4 additions & 3 deletions reference/forms/types/options/with_seconds.rst.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
with_seconds
~~~~~~~~~~~~

**type**: ``Boolean`` **default**: ``false``
**データ型**: ``Boolean`` **デフォルト**: ``false``

Whether or not to include seconds in the input. This will result in an additional
input to capture seconds.
秒を入力に含めるかどうか。これは秒を取得する追加の入力フォームを出力します。

.. 2014/04/26 yositani2002 c3ed1d89896cdd33d1d50a42e44759772acd6426
7 changes: 4 additions & 3 deletions reference/forms/types/options/years.rst.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
years
~~~~~

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

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

.. 2014/04/26 yositani2002 84d43ac157a8860f667bc6b40278197203b4c333