UNPKG

3.09 kBPlain TextView Raw
1export const TRANSLATION_ZH_CN = {
2 accessors: '存取器',
3 arguments: 'Arguments',
4 bootstrap: '根组件',
5 branches: '分支',
6 browse: '查看',
7 classe: '类',
8 classes: '类列表',
9 component: '组件',
10 components: '组件列表',
11 constructor: '构造方法',
12 controllers: 'Controllers',
13 controller: 'Controller',
14 'coverage-page-title': '文档概览',
15 declarations: '可声明对象列表',
16 decorators: '装饰器列表',
17 'default-value': '缺省值',
18 'defined-in': '被定义在',
19 dependencies: '依赖项',
20 deprecated: '已弃用',
21 description: '描述',
22 directive: '指令',
23 directives: '指令列表',
24 'dom tree': 'DOM 树',
25 entities: '实体',
26 entity: '实体',
27 entrycomponents: '入口组件列表',
28 enumerations: '列举',
29 enums: '枚举列表',
30 example: '例子',
31 examples: '例子',
32 exports: '导出',
33 extends: '继承',
34 file: '文件',
35 functions: '函数',
36 'generated-using': '文档生成使用',
37 'getting-started': '入门指南',
38 guard: '路由守卫',
39 guards: '路由守卫列表',
40 hostbindings: '宿主绑定',
41 hostlisteners: '宿主监听',
42 'html-element': 'Html 元素',
43 'html-element-with-directive': '带指令的Html元素',
44 identifier: '标识符',
45 implements: '实现',
46 imports: '引入',
47 index: '索引',
48 indexable: 'Indexable',
49 info: '信息',
50 'inherited-from': '继承自',
51 injectable: '可注入的',
52 injectables: '可注入的',
53 inputs: '输入属性',
54 interceptors: '拦截器',
55 interface: '接口',
56 interfaces: '接口',
57 legend: '图例',
58 license: '许可协议',
59 lines: 'Lines',
60 metadata: '元数据',
61 methods: '方法',
62 miscellaneous: '其他',
63 module: '模块',
64 modules: '模块列表',
65 name: '名称',
66 no: '否',
67 'no-graph': '无数据显示',
68 'no-iframe': '你的浏览器不支持iframes',
69 'no-result-matching': '无匹配的结果',
70 'no-svg': '你的浏览器不支持SVG',
71 optional: '可选的',
72 outputs: '输出属性',
73 overview: '概述',
74 parameters: '参数列表',
75 'peer-dependencies': '同级依赖',
76 pipe: '管道',
77 pipes: '管道列表',
78 prefix: '字首',
79 properties: '属性列表',
80 providers: '提供商列表',
81 pure: 'Pure',
82 readme: '手册',
83 reset: '重置',
84 'results-matching': '匹配的结果',
85 returns: '返回',
86 route: '路由',
87 routes: '路由列表',
88 schemas: '模式',
89 'search-placeholder': '请输入查询关键字',
90 selector: '选择器',
91 signature: '签名',
92 source: '来源',
93 statements: '注释',
94 styles: '样式',
95 template: '模板',
96 type: '类型',
97 'type-aliases': '类型别名',
98 'type-parameters': '类型参数',
99 types: '类型',
100 'unamed-property': '未命名属性',
101 'unit-test-coverage': '单元测试概览',
102 value: '值',
103 variables: '变量',
104 yes: '是',
105 zoomin: '放大',
106 zoomout: '缩小'
107};