complete traditional chinese translation

This commit is contained in:
JIYE YU
2020-02-10 11:31:37 +09:00
parent a05589c5a6
commit 389cbf4900
41 changed files with 2013 additions and 246 deletions

View File

@@ -24,7 +24,7 @@
"buffer": "buffer",
"object": "对象",
"jsonString": "JSON字符串",
"undefined": "定义",
"undefined": "定义",
"null": "空"
}
},
@@ -1008,6 +1008,7 @@
"en-US": "英文",
"ja": "日语",
"ko": "韩文",
"zh-CN": "简体中文"
"zh-CN": "简体中文",
"zh-TW": "繁体中文"
}
}

View File

@@ -262,5 +262,9 @@
"$distinct": {
"args": "array",
"desc": "返回一个数组,其中重复的值已从`数组`中删除"
},
"$type": {
"args": "value",
"desc": "以字符串形式返回`值`的类型。 如果该`值`未定义,则将返回`未定义`"
}
}