This commit is contained in:
Edward Yang 2022-08-18 14:59:49 +08:00
parent 473868fd09
commit 495b0047cb
1 changed files with 5 additions and 5 deletions

View File

@ -10,9 +10,9 @@
*/
return [
'languages_index' => '品牌列表',
'languages_create' => '创建品牌',
'languages_show' => '品牌详情',
'languages_update' => '更新品牌',
'languages_delete' => '删除品牌'
'languages_index' => '语言列表',
'languages_create' => '创建语言',
'languages_show' => '语言详情',
'languages_update' => '更新语言',
'languages_delete' => '删除语言'
];