1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?php
- return [
- 'labels' => [
- 'Setting' => '设置',
- 'setting' => '设置',
- ],
- 'fields' => [
- 'title' => '中文标题',
- 'en_title' => '英文标题',
- 'ko_title' => '韩文标题',
- 'key' => '关键字',
- 'value' => '值',
- 'desc' => '提示',
- 'status' => '状态',
- 'about_us' => '关于我们',
- 'contact_us' => '联系我们',
- 'agreement' => '用户协议',
- 'privacy' => '隐私政策',
- 'version' => '版本号',
- 'url' => '链接',
- 'collection_checklist' => '收集清单',
- 'shared_inventory' => '共享清单',
- 'power' => '权限说明',
- 'mobile' => '手机号',
- 'email' => '邮箱',
- 'is_counting' => '点钞小程序',
- 'is_cashier' => '收银小程序',
- 'logo' => 'LOGO',
- 'file' => '最新版文件',
- 'save_success' => '保存成功!',
- 'zh' => '中文',
- 'en' => '英文',
- 'ko' => '韩文',
- 'record_number' => '备案号',
- 'icp_url' => '备案号跳转地址',
- 'network_security' => '网安号',
- 'network_security_url' => '网安号跳转地址',
- ],
- 'options' => [
- ],
- ];
|