typedoc-plugin-markdown
Version:
A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
29 lines (28 loc) • 788 B
JavaScript
/**
* Translations for 'zh' locale.
*
* @category Locales
*/
export const translatable = {
tag_examples: '示例',
theme_default_value: '默认值',
theme_default_type: '默认类型',
theme_description: '描述',
theme_event: '事件',
theme_re_exports: '重新导出',
theme_renames_and_re_exports: '重命名并重新导出',
theme_extends: '继承',
theme_extended_by: '继承于',
theme_globals: '全局变量',
theme_member: '成员',
theme_member_plural: '成员',
theme_modifier: '修饰符',
theme_name: '名称',
theme_package: '包',
theme_packages: '包',
theme_type: '类型',
theme_union_members: '联合成员',
theme_value: '值',
theme_version: '版本',
};
export default translatable;