Modulo:Convert/text: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Moroboshi (discussione | contributi)
Correzioni alla localizzazione
Moroboshi (discussione | contributi)
localizzazione range
Riga 192:
[", and"] = " e ",
[", or"] = " o ",
["by"] = " byper ",
["-"] = "–",
["to about"] = " a circa ",
["and"] = { off = " ande ", on = " ande ", exception = true },
["and(-)"] = { input = " ande ", output = "–" },
["or"] = { off = " oro " , on = " oro " , exception = true },
["to"] = { off = " toa " , on = " toa " , exception = true },
["to(-)"] = { input = " toa ", output = "–" },
["+/-"] = { off = " ± ", on = " ± ", adj = " ± ", is_range_change = true },
["by(x)"] = { input = " byper ", output = " × ", out_range_x = true },
["x"] = { off = " byper ", on = " × ", abbr_range_x = true },
["X"] = { off = " byper ", on = " × " }, -- TEMPORARY and undocumented option for experiments to compare with new abbr_range_x
["xx"] = " × ",
["*"] = "×", -- use "*" to replace "x" in {{convert/2}} which is different from "x" in old {{convert}}
Riga 218:
["±"] = "+/-",
["±"] = "+/-",
["e"] = "e",
["o"] = "o",
["per"] = "per"
}