We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba64f08 + e67bb06 commit 72b77e6Copy full SHA for 72b77e6
lang/zh/lang.php
@@ -3,9 +3,11 @@
3
/**
4
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5
*
6
+ * @author 黄璟然 <hjrluobo@qq.com>
7
* @author Blog.bhyoo.xyz <rowing@bhyoo.xyz>
8
*/
9
$lang['js']['button'] = '从视频分享网站插入视频';
10
$lang['js']['prompt'] = '请在这里粘贴视频页面的完整链接:';
11
$lang['js']['notfound'] = '抱歉,这个网址无法识别。
12
请参阅有关如何手动插入正确语法的文档。';
13
+$lang['js']['click'] = '单击以加载此视频。你的IP和其他数据可能会被传到%s';
lang/zh/settings.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ */
+$lang['gdpr'] = '开启点击再加载的机制';
+$lang['debug'] = '开启~~vshare-debug~~的语法来直观对已配置的站点进行调试';
0 commit comments