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

docstemplate/locales/zh.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: {
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