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

docstemplate/locales/it.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
    it: {
3
        'Allowed values:'             : 'Valori permessi:',
4
        'Compare all with predecessor': 'Confronta tutto con versioni precedenti',
5
        'compare changes to:'         : 'confronta modifiche con:',
6
        'compared to'                 : 'confrontato con',
7
        'Default value:'              : 'Valore predefinito:',
8
        'Description'                 : 'Descrizione',
9
        'Field'                       : 'Campo',
10
        'General'                     : 'Generale',
11
        'Generated with'              : 'Creato con',
12
        'Name'                        : 'Nome',
13
        'No response values.'         : 'Nessnu valore di risposta.',
14
        'optional'                    : 'opzionale',
15
        'Parameter'                   : 'Parametro',
16
        'Permission:'                 : 'Permessi:',
17
        'Response'                    : 'Risposta',
18
        'Send'                        : 'Invia',
19
        'Send a Sample Request'       : 'Invia una richiesta di esempio',
20
        'show up to version:'         : 'visualizza la versione:',
21
        'Size range:'                 : 'Intervallo dimensione:',
22
        'Type'                        : 'Tipo',
23
        'url'                         : 'url'
24
    }
25
});
26