aboutsummaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorKhalil Yao <[email protected]>2025-04-24 23:50:56 +0800
committerGitHub <[email protected]>2025-04-24 17:50:56 +0200
commit38ee7b81a82c466710586091e7046d7bfcbed337 (patch)
treec7b0d69f1e63c3c80231ea76db12ace6c517e3c0 /src/locales
parent456f10276bfbc1a654162e94e5815ca01ffa7fdd (diff)
downloadfaker-38ee7b81a82c466710586091e7046d7bfcbed337.tar.xz
faker-38ee7b81a82c466710586091e7046d7bfcbed337.zip
feat(locale): update zh_CN animal (#3480)
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/zh_CN/animal/bear.ts2
-rw-r--r--src/locales/zh_CN/animal/bird.ts18
-rw-r--r--src/locales/zh_CN/animal/cat.ts2
-rw-r--r--src/locales/zh_CN/animal/dog.ts2
-rw-r--r--src/locales/zh_CN/animal/index.ts6
-rw-r--r--src/locales/zh_CN/animal/insect.ts26
-rw-r--r--src/locales/zh_CN/animal/pet_name.ts27
-rw-r--r--src/locales/zh_CN/animal/type.ts2
8 files changed, 81 insertions, 4 deletions
diff --git a/src/locales/zh_CN/animal/bear.ts b/src/locales/zh_CN/animal/bear.ts
index 7c163ab9..4f6711a1 100644
--- a/src/locales/zh_CN/animal/bear.ts
+++ b/src/locales/zh_CN/animal/bear.ts
@@ -2,7 +2,7 @@ export default [
'亚洲黑熊',
'北极熊',
'大熊猫',
- '太阳熊',
+ '小熊猫',
'懒熊',
'棕熊',
'眼镜熊',
diff --git a/src/locales/zh_CN/animal/bird.ts b/src/locales/zh_CN/animal/bird.ts
new file mode 100644
index 00000000..1733874b
--- /dev/null
+++ b/src/locales/zh_CN/animal/bird.ts
@@ -0,0 +1,18 @@
+export default [
+ '中华攀雀',
+ '大山雀',
+ '斑鸠',
+ '栗背短脚鹎',
+ '灰喜鹊',
+ '灰椋鸟',
+ '白头鹎',
+ '白鹭',
+ '红嘴蓝鹊',
+ '红腹锦鸡',
+ '绿啄木鸟',
+ '翠鸟',
+ '褐马鸡',
+ '鸳鸯',
+ '黑枕黄鹂',
+ '黑翅长脚鹬',
+];
diff --git a/src/locales/zh_CN/animal/cat.ts b/src/locales/zh_CN/animal/cat.ts
index af573bc6..211875be 100644
--- a/src/locales/zh_CN/animal/cat.ts
+++ b/src/locales/zh_CN/animal/cat.ts
@@ -5,6 +5,7 @@ export default [
'中国狸花猫',
'加菲猫',
'四川简州猫',
+ '奶牛猫',
'山东狮子猫',
'布偶猫',
'德文卷毛猫',
@@ -18,5 +19,4 @@ export default [
'苏格兰折耳猫',
'英国短毛猫',
'阿比西尼亚猫',
- '黑白花猫',
];
diff --git a/src/locales/zh_CN/animal/dog.ts b/src/locales/zh_CN/animal/dog.ts
index 33c1027b..4511d7e3 100644
--- a/src/locales/zh_CN/animal/dog.ts
+++ b/src/locales/zh_CN/animal/dog.ts
@@ -26,7 +26,7 @@ export default [
'西藏梗',
'西藏狮子犬',
'西藏獚',
- '贵兵犬',
+ '贵宾犬',
'边境牧羊犬',
'阿富汗猎犬',
];
diff --git a/src/locales/zh_CN/animal/index.ts b/src/locales/zh_CN/animal/index.ts
index e5c139b5..f1a057cd 100644
--- a/src/locales/zh_CN/animal/index.ts
+++ b/src/locales/zh_CN/animal/index.ts
@@ -4,18 +4,24 @@
*/
import type { AnimalDefinition } from '../../..';
import bear from './bear';
+import bird from './bird';
import cat from './cat';
import dog from './dog';
import fish from './fish';
import horse from './horse';
+import insect from './insect';
+import pet_name from './pet_name';
import type_ from './type';
const animal: AnimalDefinition = {
bear,
+ bird,
cat,
dog,
fish,
horse,
+ insect,
+ pet_name,
type: type_,
};
diff --git a/src/locales/zh_CN/animal/insect.ts b/src/locales/zh_CN/animal/insect.ts
new file mode 100644
index 00000000..afb6b277
--- /dev/null
+++ b/src/locales/zh_CN/animal/insect.ts
@@ -0,0 +1,26 @@
+export default [
+ '天牛',
+ '天蛾',
+ '屎壳郎',
+ '拟步甲',
+ '步行虫',
+ '水黾',
+ '独角仙',
+ '瓢虫',
+ '白粉蝶',
+ '红蜻蜓',
+ '绿豆蝇',
+ '草蛉',
+ '萤火虫',
+ '蚊子',
+ '蚜虫',
+ '蜉蝣',
+ '蜜蜂',
+ '蝉',
+ '蝗虫',
+ '螳螂',
+ '蟋蟀',
+ '跳蚤',
+ '金龟子',
+ '飞虱',
+];
diff --git a/src/locales/zh_CN/animal/pet_name.ts b/src/locales/zh_CN/animal/pet_name.ts
new file mode 100644
index 00000000..526072ef
--- /dev/null
+++ b/src/locales/zh_CN/animal/pet_name.ts
@@ -0,0 +1,27 @@
+export default [
+ '乐乐',
+ '乖乖',
+ '可可',
+ '咪咪',
+ '团团',
+ '多多',
+ '天天',
+ '奶茶',
+ '宝宝',
+ '小七',
+ '小灰',
+ '小白',
+ '小黑',
+ '悠悠',
+ '橘子',
+ '毛毛',
+ '点点',
+ '球球',
+ '皮皮',
+ '糖糖',
+ '臭臭',
+ '花花',
+ '虎子',
+ '蛋蛋',
+ '豆豆',
+];
diff --git a/src/locales/zh_CN/animal/type.ts b/src/locales/zh_CN/animal/type.ts
index 420ada41..dd3a1e3a 100644
--- a/src/locales/zh_CN/animal/type.ts
+++ b/src/locales/zh_CN/animal/type.ts
@@ -1 +1 @@
-export default ['熊', '狗', '猫', '马', '鱼'];
+export default ['昆虫', '熊', '狗', '猫', '马', '鱼', '鸟'];