Files
biiproject-kit-v1/lang/vendor/filament-panels/zh_CN/pages/tenancy/edit-tenant-profile.php
T

26 lines
261 B
PHP

<?php
return [
'form' => [
'actions' => [
'save' => [
'label' => '保存',
],
],
],
'notifications' => [
'saved' => [
'title' => '已保存',
],
],
];