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

docstemplate/locales/de.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
    de: {
3
        'Allowed values:'             : 'Erlaubte Werte:',
4
        'Compare all with predecessor': 'Vergleiche alle mit ihren Vorgängern',
5
        'compare changes to:'         : 'vergleiche Änderungen mit:',
6
        'compared to'                 : 'verglichen mit',
7
        'Default value:'              : 'Standardwert:',
8
        'Description'                 : 'Beschreibung',
9
        'Field'                       : 'Feld',
10
        'General'                     : 'Allgemein',
11
        'Generated with'              : 'Erstellt mit',
12
        'Name'                        : 'Name',
13
        'No response values.'         : 'Keine Rückgabewerte.',
14
        'optional'                    : 'optional',
15
        'Parameter'                   : 'Parameter',
16
        'Permission:'                 : 'Berechtigung:',
17
        'Response'                    : 'Antwort',
18
        'Send'                        : 'Senden',
19
        'Send a Sample Request'       : 'Eine Beispielanfrage senden',
20
        'show up to version:'         : 'zeige bis zur Version:',
21
        'Size range:'                 : 'Größenbereich:',
22
        'Type'                        : 'Typ',
23
        'url'                         : 'url'
24
    }
25
});
26