updated 添加别称
This commit is contained in:
parent
c9fa49e2cd
commit
85073a4c25
4
dist/relationship.min.js
vendored
4
dist/relationship.min.js
vendored
File diff suppressed because one or more lines are too long
4
dist/relationship.zh-HK.min.js
vendored
4
dist/relationship.zh-HK.min.js
vendored
File diff suppressed because one or more lines are too long
@ -2,6 +2,7 @@
|
|||||||
"name": "relationship.js",
|
"name": "relationship.js",
|
||||||
"version": "1.2.3",
|
"version": "1.2.3",
|
||||||
"description": "Chinese kinship library",
|
"description": "Chinese kinship library",
|
||||||
|
"homepage": "https://passer-by.com/relationship/",
|
||||||
"author": "HaoLe Zheng",
|
"author": "HaoLe Zheng",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -9,7 +10,7 @@
|
|||||||
"relationship.js",
|
"relationship.js",
|
||||||
"chinese",
|
"chinese",
|
||||||
"family",
|
"family",
|
||||||
"relationship",
|
"kinship",
|
||||||
"家庭亲戚称谓",
|
"家庭亲戚称谓",
|
||||||
"亲戚关系算法"
|
"亲戚关系算法"
|
||||||
],
|
],
|
||||||
@ -33,7 +34,6 @@
|
|||||||
"test": "node test/index.js",
|
"test": "node test/index.js",
|
||||||
"build": "gulp && npm run test"
|
"build": "gulp && npm run test"
|
||||||
},
|
},
|
||||||
"homepage": "https://passer-by.com/relationship/",
|
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "test"
|
"test": "test"
|
||||||
}
|
}
|
||||||
|
@ -49,8 +49,8 @@ export default {
|
|||||||
// 祖父辈
|
// 祖父辈
|
||||||
'f,f':['爷爷','祖父','奶爷','奶爹','阿爷','阿公','依爷','嗲嗲','爷儿','大父','爷','爷老','爷老子','爷老倌','二世祖'],
|
'f,f':['爷爷','祖父','奶爷','奶爹','阿爷','阿公','依爷','嗲嗲','爷儿','大父','爷','爷老','爷老子','爷老倌','二世祖'],
|
||||||
'f,m':['奶奶','祖母','阿奶','奶娘','阿姆','阿婆','依奶','阿嬷','阿嫲','大母','奶','嫲嫲','婻婻','娭毑','嗯奶','娘姆','媪婆','亲婆'],
|
'f,m':['奶奶','祖母','阿奶','奶娘','阿姆','阿婆','依奶','阿嬷','阿嫲','大母','奶','嫲嫲','婻婻','娭毑','嗯奶','娘姆','媪婆','亲婆'],
|
||||||
'm,f':['外公','外祖父','姥爷','阿公','外爷','客公','毑父','毑公','姥公','舅家爷','嘎公','嘎爹',,'嘎嘎爹','嘎爷爷','尕公','毑爹','毑爷','外大父','姥爹'],
|
'm,f':['外公','外祖父','姥爷','阿公','外爷','客公','毑父','毑公','姥公','舅家爷','嘎公','嘎爹',,'嘎嘎爹','嘎爷爷','尕公','毑爹','毑爷','外大父','姥爹','魏公','魏爷'],
|
||||||
'm,m':['外婆','外祖母','姥姥','阿婆','外奶','客婆','毑母','毑婆','姥婆','舅家婆','嘎嘎','嘎婆','嘎嘎婆','嘎奶奶','尕婆','毑娘','毑毑','外大母','姥娘','阿嬷','阿嫲','外嬷','嫲嫲','好婆','嫏嫏','嫏娘'],
|
'm,m':['外婆','外祖母','姥姥','阿婆','外奶','客婆','毑母','毑婆','姥婆','舅家婆','嘎嘎','嘎婆','嘎嘎婆','嘎奶奶','尕婆','毑娘','毑毑','外大母','姥娘','魏婆','魏奶','阿嬷','阿嫲','外嬷','嫲嫲','好婆','嫏嫏','嫏娘'],
|
||||||
'f,f,ob':['伯公','伯祖','伯翁','大爷爷','大嗲','大爷','大公','大阿爷'],
|
'f,f,ob':['伯公','伯祖','伯翁','大爷爷','大嗲','大爷','大公','大阿爷'],
|
||||||
'f,f,ob,w':['伯婆','姆婆','大奶奶','伯娭毑'],
|
'f,f,ob,w':['伯婆','姆婆','大奶奶','伯娭毑'],
|
||||||
'f,f,lb':['叔公','叔祖','叔翁','小爷爷','晚公','幺爷','细嗲'],
|
'f,f,lb':['叔公','叔祖','叔翁','小爷爷','晚公','幺爷','细嗲'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user