2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2016-08-25 17:43:07 -07:00
|
|
|
'custom_fields' => 'カスタムフィールド',
|
|
|
|
'field' => 'フィールド',
|
|
|
|
'about_fieldsets_title' => 'フィールドセットについて',
|
|
|
|
'about_fieldsets_text' => 'フィールドセットでは、頻繁に利用されるカスタム フィールドのグループを作成することができます。
|
|
|
|
よく',
|
|
|
|
'custom_format' => 'Custom format...',
|
2016-12-03 17:10:05 -08:00
|
|
|
'encrypt_field' => 'Encrypt the value of this field in the database',
|
2016-08-25 17:43:07 -07:00
|
|
|
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
2016-10-04 12:23:02 -07:00
|
|
|
'encrypted' => 'Encrypted',
|
2016-08-25 17:43:07 -07:00
|
|
|
'fieldset' => 'フィールドセット',
|
|
|
|
'qty_fields' => '数量フィールド',
|
|
|
|
'fieldsets' => 'フィールドセット',
|
|
|
|
'fieldset_name' => 'フィールドセット名',
|
|
|
|
'field_name' => 'フィールド名',
|
|
|
|
'field_values' => 'Field Values',
|
2016-12-03 17:10:05 -08:00
|
|
|
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
2016-08-25 17:43:07 -07:00
|
|
|
'field_element' => 'フォームエレメント',
|
|
|
|
'field_element_short' => 'エレメント',
|
|
|
|
'field_format' => 'フォーマット',
|
|
|
|
'field_custom_format' => 'カスタム形式:',
|
|
|
|
'required' => '必須',
|
|
|
|
'req' => '必須',
|
|
|
|
'used_by_models' => '型番で使用',
|
|
|
|
'order' => '順番',
|
|
|
|
'create_fieldset' => '新しいフィールドセット',
|
|
|
|
'create_field' => '新しいユーザー設定フィールド',
|
2016-10-04 12:23:02 -07:00
|
|
|
'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
|
2016-03-25 01:18:05 -07:00
|
|
|
);
|