<?php
return [
'fields' => [
'username' => '用户名',
'email' => '邮箱',
'profile' => [
'postcode' => '邮政编码',
],
'labels' => [
'user' => '用户',
];