Skip to content

Commit cebcba7

Browse files
authored
Chinese profanity (#80)
Added the Simplified Chinese and Traditional Chinese languages.
1 parent 1502f1b commit cebcba7

File tree

2 files changed

+122
-0
lines changed

2 files changed

+122
-0
lines changed

src/Config/profanities/zh_CN.php

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
return [
6+
'丑八怪',
7+
'他妈',
8+
'他娘',
9+
'他马',
10+
'你妈',
11+
'你妹',
12+
'你娘',
13+
'你绿了',
14+
'傻屌',
15+
'傻批',
16+
'傻逼',
17+
'去死',
18+
'变态',
19+
'哈批',
20+
'哈比',
21+
'哈逼',
22+
'她妈',
23+
'她娘',
24+
'她马',
25+
'它妈',
26+
'它娘',
27+
'它马',
28+
'屁眼',
29+
'',
30+
'干你妈逼',
31+
'干你娘',
32+
'干娘',
33+
'操你',
34+
'操你妈',
35+
'操尼玛',
36+
'操死你',
37+
'死了',
38+
'汉奸',
39+
'沙碧',
40+
'滚你妈逼',
41+
'滚尼玛币',
42+
'滚尼玛逼',
43+
'煞笔',
44+
'狗儿子',
45+
'狗日的',
46+
'白痴',
47+
'笨蛋',
48+
'脑残',
49+
'艹你妈',
50+
'艹尼玛',
51+
'艹死你',
52+
'草你妈',
53+
'草尼玛',
54+
'草死你',
55+
'贱人',
56+
'贱种',
57+
'贱货',
58+
'轮奸',
59+
'鸡八',
60+
'鸡巴',
61+
'鸡鸡',
62+
];

src/Config/profanities/zh_TW.php

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
return [
6+
'三小',
7+
'他娘',
8+
'他媽',
9+
'他馬',
10+
'你妹',
11+
'你娘',
12+
'你媽',
13+
'你綠了',
14+
'傻逼',
15+
'去死',
16+
'她娘',
17+
'她媽',
18+
'她馬',
19+
'它娘',
20+
'它媽',
21+
'它馬',
22+
'',
23+
'屁眼',
24+
'',
25+
'幹你',
26+
'幹你娘',
27+
'幹你老師',
28+
'幹你老母',
29+
'幹娘',
30+
'幹尼瑪',
31+
'幹林娘',
32+
'恁娘',
33+
'操你',
34+
'操你媽',
35+
'操死你',
36+
'機八',
37+
'機掰',
38+
'死了',
39+
'白痴',
40+
'白癡',
41+
'白目',
42+
'笨蛋',
43+
'腦殘',
44+
'',
45+
'艹你媽',
46+
'艹死你',
47+
'草你媽',
48+
'草尼瑪',
49+
'草死你',
50+
'變態',
51+
'賤人',
52+
'賤種',
53+
'賤貨',
54+
'輪姦',
55+
'醜八怪',
56+
'雞八',
57+
'雞巴',
58+
'雞掰',
59+
'雞雞',
60+
];

0 commit comments

Comments
 (0)