36 lines
1.3 KiB
PHP
36 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'attributes' => [
|
|
'address' => '地址',
|
|
'age' => '年齡',
|
|
'available' => '可用的',
|
|
'city' => '城市',
|
|
'content' => '內容',
|
|
'country' => '國家',
|
|
'date' => '日期',
|
|
'day' => '天',
|
|
'description' => '描述',
|
|
'email' => 'E-mail',
|
|
'excerpt' => '摘要',
|
|
'first_name' => '名',
|
|
'gender' => '性別',
|
|
'hour' => '時',
|
|
'last_name' => '姓',
|
|
'minute' => '分',
|
|
'mobile' => '手機',
|
|
'month' => '月',
|
|
'name' => '名稱',
|
|
'password' => '密碼',
|
|
'password_confirmation' => '確認密碼',
|
|
'phone' => '電話',
|
|
'second' => '秒',
|
|
'sex' => '性別',
|
|
'size' => '大小',
|
|
'time' => '時間',
|
|
'title' => '標題',
|
|
'username' => '使用者名稱',
|
|
'year' => '年',
|
|
],
|
|
];
|