First commit

This commit is contained in:
2025-06-18 10:24:27 +08:00
commit ebc39cd5dd
3873 changed files with 412712 additions and 0 deletions

View File

View File

@@ -0,0 +1,29 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_anonymouspost.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'anonymouspost_name' => '匿名卡',
'anonymouspost_desc' => '在指定的地方,让自己的名字显示为匿名。',
'anonymouspost_num' => '拥有个数: {magicnum}',
'anonymouspost_forum' => '允许使用本道具的版块',
'anonymouspost_info' => '将自己的文章设置为匿名身份,请输入文章的 ID',
'anonymouspost_info_nonexistence' => '请指定要匿名的文章',
'anonymouspost_succeed' => '成功设置为匿名',
'anonymouspost_use_error' => '参数错误,不能在此处使用本道具。',
'anonymouspost_info_noperm' => '对不起,主题所在版块不允许使用本道具',
'anonymouspost_info_user_noperm' => '对不起,您不能对此人使用本道具',
'anonymouspost_once_limit' => '已经是匿名状态了,不能重复使用本道具。',
);
?>

View File

@@ -0,0 +1,22 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_attachsize.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'attachsize_name' => '附件增容卡',
'attachsize_desc' => '增加附件容量上限',
'attachsize_info' => '额外增加 {num} M 附件容量上限',
'attachsize_addsize' => '增加容量',
);
?>

View File

@@ -0,0 +1,27 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_bump.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'bump_name' => '提升卡',
'bump_forum' => '允许使用本道具的版块',
'bump_desc' => '可以提升某个主题',
'bump_info' => '提升指定的主题,请输入主题的 ID',
'bump_info_nonexistence' => '请指定要提升的主题',
'bump_succeed' => '您操作的主题已提升',
'bump_info_noperm' => '对不起,主题所在版块不允许使用本道具',
'bump_notification' => '您的主题 {subject} 被 {actor} 使用了{magicname}<a href="forum.php?mod=viewthread&tid={tid}">快去看看吧!</a>',
);
?>

View File

@@ -0,0 +1,21 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_call.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'call_name' => '点名卡',
'call_desc' => '发通知给自己的好友,让他们来查看自己的日志',
'call_info' => '发通知给自己的好友,让他们来查看自己的日志',
);
?>

View File

@@ -0,0 +1,28 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_checkonline.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'checkonline_name' => '雷达卡',
'checkonline_desc' => '查看某个用户是否在线',
'checkonline_targetuser' => '您要查看谁是否在线',
'checkonline_info_nonexistence' => '请输入用户名',
'checkonline_hidden_message' => '{username} 当前隐身,最后活动时间是 {time}',
'checkonline_online_message' => '{username} 当前在线,最后活动时间是 {time}',
'checkonline_offline_message' => '{username} 当前离线',
'checkonline_info_noperm' => '对不起,您无权查看此人的 IP',
'checkonline_notification' => '有人使用了{magicname}检查您是否在线',
);
?>

View File

@@ -0,0 +1,28 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_chgusername.php 1029 2020-02-16 00:00:00Z community $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'chgusername_name' => '更名卡',
'chgusername_desc' => '可以修改当前用户的用户名',
'chgusername_newusername' => '请输入新用户名',
'chgusername_info_nonexistence' => '请输入新用户名后再提交',
'chgusername_check_failed' => '用户名合法性检测失败,请您更换后再试',
'chgusername_name_badword' => '用户名包含被系统屏蔽的字符,请您更换后再试',
'chgusername_name_exists' => '用户名已经存在,请您更换后再试',
'chgusername_change_failed' => '用户名修改操作提交失败,请联系管理员',
'chgusername_change_success' => '用户名修改操作提交成功,请几分钟后重新登录,如出现任何问题请联系管理员',
);
?>

View File

@@ -0,0 +1,30 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_close.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'close_name' => '沉默卡',
'close_desc' => '可以将主题关闭,禁止回复',
'close_expiration' => '关闭有效期',
'close_expiration_comment' => '设置主题可以被关闭多长时间,默认 24 小时',
'close_forum' => '允许使用本道具的版块',
'close_info' => '关闭指定的主题 {expiration} 小时,请输入主题的 ID',
'close_info_nonexistence' => '请指定要关闭的主题',
'close_succeed' => '您操作的主题已关闭',
'close_info_noperm' => '对不起,主题所在版块不允许使用本道具',
'close_info_user_noperm' => '对不起,您不能对此人使用本道具',
'close_notification' => '您的主题 {subject} 被 {actor} 使用了{magicname}<a href="forum.php?mod=viewthread&tid={tid}">快去看看吧!</a>',
);
?>

View File

@@ -0,0 +1,22 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_detector.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'detector_name' => '探测器',
'detector_desc' => '探测埋了红包的会员空间',
'detector_num' => '最大探测数',
'detector_info' => '探测(最多 {num} 个)埋了红包的会员空间',
);
?>

View File

@@ -0,0 +1,21 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_doodle.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'doodle_name' => '涂鸦板',
'doodle_desc' => '在日志、文章中使用涂鸦板',
'doodle_info' => '在日志、文章中使用涂鸦板',
);
?>

View File

@@ -0,0 +1,21 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_downdateline.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'downdateline_name' => '时光机',
'downdateline_desc' => '把自己日志的发布时间修改为过去',
'downdateline_info' => '把自己日志的发布时间修改为过去',
);
?>

View File

@@ -0,0 +1,18 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_flicker.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'flicker_name' => '彩虹炫',
'flicker_desc' => '在日志、相册评论中使用彩虹炫',
'flicker_info' => '在日志、相册评论中使用彩虹炫',
'flicker_succeed' => '彩虹炫使用成功。',
);

View File

@@ -0,0 +1,22 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_friendnum.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'friendnum_name' => '好友增容卡',
'friendnum_desc' => '增加好友容量上限',
'friendnum_info' => '额外增加 {num} 个好友上限',
'friendnum_addnum' => '增加好友数',
);
?>

View File

@@ -0,0 +1,30 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_gift.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'gift_name' => '红包卡',
'gift_desc' => '将自己的一部分积分埋在空间,来访者可以点击获取',
'gift_info' => '将积分作为红包(可分成多份)埋在自己空间,<br />每个来访者最多可以获取其中一份',
'gift_succeed' => '埋设红包成功 ',
'gift_bad_credits_input' => '输入的积分总数有误',
'gift_bad_percredit_input' => '输入的每份积分数有误',
'gift_bad_credittype_input' => '指定的积分类型有误',
'gift_credits_out_of_own' => '输入的积分数超出您拥有的积分数',
'gift_gc' => '回收红包',
'gift_use' => '埋个红包',
'gift_receive_gift' => '领取红包 {percredit} {credittype}',
);
?>

View File

@@ -0,0 +1,35 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_highlight.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'highlight_name' => '变色卡',
'highlight_desc' => '可以将文章或日志的标题高亮,变更颜色',
'highlight_expiration' => '高亮有效期',
'highlight_expiration_comment' => '设置标题可以被高亮多长时间,默认 24 小时。作用于日志时无有效期。',
'highlight_forum' => '允许使用本道具的版块',
'highlight_info_tid' => '高亮主题的标题 {expiration} 小时',
'highlight_info_blogid' => '可以将日志或文章的标题高亮,变更颜色',
'highlight_color' => '颜色',
'highlight_info_nonexistence_tid' => '请指定要高亮的文章',
'highlight_info_nonexistence_blogid' => '请指定要高亮的日志',
'highlight_succeed_tid' => '您操作的文章已高亮',
'highlight_succeed_blogid' => '您操作的日志已高亮',
'highlight_info_noperm' => '对不起,主题所在版块不允许使用本道具',
'highlight_info_notype' => '参数错误,没有指定操作类型。',
'highlight_notification' => '您的主题 {subject} 被 {actor} 使用了{magicname}<a href="forum.php?mod=viewthread&tid={tid}">快去看看吧!</a>',
'highlight_notification_blogid' => '您的日志 {subject} 被 {actor} 使用了{magicname}<a href="home.php?mod=space&do=blog&id={blogid}">快去看看吧!</a>',
);
?>

View File

@@ -0,0 +1,21 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_hot.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'hot_name' => '热点灯',
'hot_desc' => '把自己的日志热度增加站点推荐的热点值',
'hot_info' => '把自己的日志热度增加 {num} 个热点值',
);
?>

View File

@@ -0,0 +1,31 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_jack.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'jack_name' => '千斤顶',
'jack_desc' => '可以将主题顶起一段时间,重复使用可延长文章被顶起的时间',
'jack_expiration' => '时长',
'jack_expiration_comment' => '设置主题可以被顶起多长时间,默认 1 小时',
'jack_forum' => '允许使用本道具的版块',
'jack_info' => '<p class="mtn xw0 mbn">顶起指定的主题<span class="xi1 xw1 xs2"> {expiration} </span> 小时。</p> <p class="mtn xw0 mbn">您现在有<span class="xi1 xw1 xs2"> {magicnum} </span>个千斤顶可以使用。</p>',
'jack_num' => '本次使用数量:',
'jack_num_not_enough' => '道具数量不足或没有填写使用数量。',
'jack_info_nonexistence' => '请指定要顶起的主题',
'jack_succeed' => '千斤顶成功将主题顶起',
'jack_info_noperm' => '对不起,主题所在版块不允许使用本道具',
'jack_notification' => '您的主题 {subject} 被 {actor} 使用了{magicname}<a href="forum.php?mod=viewthread&tid={tid}">快去看看吧!</a>',
);
?>

View File

@@ -0,0 +1,21 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_money.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'money_name' => '金钱卡',
'money_desc' => '可以随机获得特定积分',
'money_info' => '获得的钱币数目规则大于1且小于购买价格150%的随机数',
);
?>

View File

@@ -0,0 +1,28 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_namepost.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'namepost_name' => '照妖镜',
'namepost_desc' => '可以查看一次匿名用户的真实身份。',
'namepost_forum' => '允许使用本道具的版块',
'namepost_num' => '拥有个数: {magicnum}',
'namepost_info' => '指定要显身的文章,请输入文章的 ID',
'namepost_info_nonexistence' => '参数错误,不能在此使用本道具。',
'namepost_succeed' => '匿名的用户是 <a title="{username}" href="space.php?uid={uid}" target="_blank"><b>{username}</b></a>',
'namepost_info_noperm' => '对不起,主题所在版块不允许使用本道具',
'namepost_info_user_noperm' => '对不起,您不能对此人使用本道具',
'magic_namepost_succeed' => '匿名的用户是',
);
?>

View File

@@ -0,0 +1,28 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_open.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'open_name' => '喧嚣卡',
'open_desc' => '可以将主题开启,可以回复',
'open_forum' => '允许使用本道具的版块',
'open_info' => '开放指定的主题,请输入主题的 ID',
'open_info_nonexistence' => '请指定要开放的主题',
'open_succeed' => '您操作的主题已开放回复',
'open_info_noperm' => '对不起,主题所在版块不允许使用本道具',
'open_info_user_noperm' => '对不起,您不能对此人使用本道具',
'open_notification' => '您的主题 {subject} 被 {actor} 使用了{magicname}<a href="forum.php?mod=viewthread&tid={tid}">快去看看吧!</a>',
);
?>

View File

@@ -0,0 +1,27 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_repent.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'repent_name' => '悔悟卡',
'repent_desc' => '可以删除自己的文章',
'repent_forum' => '允许使用本道具的版块',
'repent_info' => '删除自己的文章,请输入文章的 ID',
'repent_info_nonexistence' => '请指定要删除的文章',
'repent_succeed' => '您操作的文章已删除',
'repent_info_noperm' => '对不起,主题所在版块不允许使用本道具',
'repent_info_user_noperm' => '对不起,您只能删除自己的文章',
'repent_do_not_rushreply' => '不能在抢楼帖中使用此道具',
);
?>

View File

@@ -0,0 +1,26 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_showip.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'showip_name' => '窥视卡',
'showip_desc' => '可以查看指定用户的 IP',
'showip_targetuser' => '您要查看谁的 IP',
'showip_info_nonexistence' => '请输入用户名',
'showip_ip_message' => '{username} 的 IP 为 {ip}',
'showip_info_noperm' => '对不起,您无权查看此人的 IP',
'showip_notification' => '您被人使用了{magicname}',
);
?>

View File

@@ -0,0 +1,29 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_stick.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'stick_name' => '置顶卡',
'stick_desc' => '可以将主题置顶',
'stick_expiration' => '置顶有效期',
'stick_expiration_comment' => '设置主题可以被置顶多长时间,默认 24 小时',
'stick_forum' => '允许使用本道具的版块',
'stick_info' => '置顶指定的主题 {expiration} 小时,请输入主题的 ID',
'stick_info_nonexistence' => '请指定要置顶的主题',
'stick_succeed' => '您操作的主题已置顶',
'stick_info_noperm' => '对不起,主题所在版块不允许使用本道具',
'stick_notification' => '您的主题 {subject} 被 {actor} 使用了{magicname}<a href="forum.php?mod=viewthread&tid={tid}">快去看看吧!</a>',
);
?>

View File

@@ -0,0 +1,21 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_thunder.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'thunder_name' => '雷鸣之声',
'thunder_desc' => '发布一条全站动态,通知大家自己上线了',
'thunder_info' => '发布一条全站动态,通知大家自己上线了',
);
?>

View File

@@ -0,0 +1,21 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_updateline.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'updateline_name' => '救生圈',
'updateline_desc' => '把自己日志的发布时间更新为当前时间',
'updateline_info' => '把自己日志的发布时间更新为当前时间',
);
?>

View File

@@ -0,0 +1,22 @@
<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_visit.php 27449 2012-02-01 05:32:35Z zhangguosheng $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array
(
'visit_name' => '互访卡',
'visit_desc' => '随机访问好友空间/向好友打招呼/给好友留言',
'visit_num' => '访问好友数',
'visit_info' => '随机访问(最多 {num} 个)好友空间/向好友打招呼/给好友留言',
);
?>