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

19 lines
371 B
PHP
Executable File

<?php
return [
'labels' => [
'Coin' => '硬币',
'coin' => '硬币',
],
'fields' => [
'name' => '名称',
'type' => '类型',
'longitude' => '经度',
'latitude' => '纬度',
'status' => '状态',
'is_unlock' => '是否解锁',
'is_true' => '真假',
],
'options' => [
],
];