jxg/jinxiangguo-master/resources/lang/zh_CN/contact.php

16 lines
294 B
PHP
Executable File

<?php
return [
'labels' => [
'Contact' => '联系我们',
'contact' => '联系我们',
],
'fields' => [
'type' => '类型',
'name' => '联系人',
'mobile' => '联系方式',
'content' => '内容',
],
'options' => [
],
];