summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/tag/lang/zh/lang.php
blob: 85b29a150ae29645109d88c848bbd47940e856b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

/*
 * @license	GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author	haobug <qingxianhao@gmail.com>
 * @author	Maie <m@maie.name>
 * @author	Rainbow-Spike <rainbow_spike@derpy.ru>
 */

$lang['tag']			= '标签';
$lang['tags']			= '标签';
$lang['topic']			= '主题';
$lang['count']			= '数量';
$lang['toolbar_icon']	= '插入标签';
$lang['empty_output']	= '输出为空';

$lang['include']		= '包括';
$lang['exclude']		= '排除';
$lang['use_and']		= '使用逻辑AND';
$lang['no_tags']		= '没有找到标签';