Vai al contenuto

Modulo:Conversione/Configurazione: differenze tra le versioni

m
una versione importata
(+giorno (es. Mariner 2))
m (una versione importata)
 
(2 versioni intermedie di 2 utenti non mostrate)
Riga 12: Riga 12:
* temperature: 'kelvin'
* temperature: 'kelvin'
* angle: 'degree'
* angle: 'degree'
* volume: 'cubic metre'
]]--
]]--


Riga 341: Riga 342:
name1 = 'grado Fahrenheit',
name1 = 'grado Fahrenheit',
name2 = 'gradi Fahrenheit'
name2 = 'gradi Fahrenheit'
},
-- volume
['cubic metre'] = {
type = 'volume',
scale = 1,
symbol = 'm³',
link = 'metro cubo',
name1 = 'metro cubo',
name2 = 'metri cubi'
},
['cubic hectometre'] = {
type = 'volume',
scale = 1000000,
symbol = 'hm³',
link = 'metro cubo',
name1 = 'ettometro cubo',
name2 = 'ettometri cubi'
},
['cubic kilometre'] = {
type = 'volume',
scale = 1000000000,
symbol = 'km³',
link = 'metro cubo',
name1 = 'chilometro cubo',
name2 = 'chilometri cubi'
}
}
}
}
Riga 384: Riga 411:
Q25267 = 'degree Celsius',
Q25267 = 'degree Celsius',
Q42289 = 'degree Fahrenheit',
Q42289 = 'degree Fahrenheit',
Q25517 = 'cubic metre',
Q5195628 = 'cubic hectometre',
Q4243638 = 'cubic kilometre',


-- italiano
-- italiano
Riga 421: Riga 451:
['grado Celsius'] = 'degree Celsius',
['grado Celsius'] = 'degree Celsius',
['grado Fahrenheit'] = 'degree Fahrenheit',
['grado Fahrenheit'] = 'degree Fahrenheit',
['metro cubo'] = 'cubic metre',
['ettometro cubo'] = 'cubic hectometre',
['chilometro cubo'] = 'cubic kilometre',


-- simbolo unità
-- simbolo unità
Riga 458: Riga 491:
K = 'kelvin',
K = 'kelvin',
['°C'] = 'degree Celsius',
['°C'] = 'degree Celsius',
['°F'] = 'degree Fahrenheit'
['°F'] = 'degree Fahrenheit',
m3 = 'cubic metre',
hm3 = 'cubic hectometre',
km3 = 'cubic kilometre',
}
}


return config
return config