This commit is contained in:
2023-03-08 09:16:04 +08:00
commit e78454540f
1318 changed files with 210569 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
<?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' => '年',
],
];