6
0
Fork 0
jiqu-library-server/resources/lang/zh_CN/share-bg.php

20 lines
398 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
return [
'labels' => [
'ShareBg' => '分享背景',
'share-bgs' => '分享背景',
],
'fields' => [
'image' => '背景图',
'x' => '起始点x',
'y' => '起始点y',
'size' => '二维码大小',
'is_use' => '是否启用',
'sort' => '排序',
'remark' => '备注',
],
'options' => [
],
];