Completed
Push — master ( f65d8f...4f3de5 )
by Pavel
04:14 queued 01:54
created

docstemplate/locales/zh_cn.js   A

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 25
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 1
Metric Value
cc 0
nc 1
dl 0
loc 25
rs 10
c 1
b 0
f 1
wmc 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 0
1
define({
2
    'zh_cn': {
3
        'Allowed values:'             : '允许值:',
4
        'Compare all with predecessor': '与所有较早的比较',
5
        'compare changes to:'         : '将当前版本与指定版本比较:',
6
        'compared to'                 : '相比于',
7
        'Default value:'              : '默认值:',
8
        'Description'                 : '描述',
9
        'Field'                       : '字段',
10
        'General'                     : '概要',
11
        'Generated with'              : '基于',
12
        'Name'                        : '名称',
13
        'No response values.'         : '无返回值.',
14
        'optional'                    : '可选',
15
        'Parameter'                   : '参数',
16
        'Permission:'                 : '权限:',
17
        'Response'                    : '返回',
18
        'Send'                        : '发送',
19
        'Send a Sample Request'       : '发送示例请求',
20
        'show up to version:'         : '显示到指定版本:',
21
        'Size range:'                 : '取值范围:',
22
        'Type'                        : '类型',
23
        'url'                         : '网址'
24
    }
25
});
26