Modulo:Convert/text: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
fix alla localizzazione |
m Protetto "Modulo:Convert/text": Modulo utilizzato nella pagina principale ([Modifica=Consentito solo agli autoverificati] (infinito) [Spostamento=Consentito solo agli autoverificati] (infinito)) |
||
(16 versioni intermedie di 2 utenti non mostrate) | |||
Riga 1:
-- Text used by Module:Convert, for
-- imported and localized from :en:Module:Convert/text
-- This is a separate module to simplify translation for use on another wiki.
-- See [[:en:Template:Convert/Transwiki guide]] if copying to another wiki.
-- https://en.wikipedia.org/w/index.php?title=Module%3AConvert%2Ftext&type=revision&diff=895419771&oldid=676179811
local translation_table = {
numdot = ',', -- decimal mark
Line 64 ⟶ 65:
titles = {
-- name_used_in_this_script = "Title of page"
conversion_data = 'Template:Converti/
},
},
Line 79 ⟶ 80:
['M'] = { exponent = 6, name = 'mega' },
['k'] = { exponent = 3, name = 'chilo'},
['h'] = { exponent = 2, name = '
['da']= { exponent = 1, name = 'deca' },
['d'] = { exponent = -1, name = 'deci' },
['c'] = { exponent = -2, name = 'centi'},
['m'] = { exponent = -3, name = 'milli'},
['μ'] = { exponent = -6, name = 'micro
['µ'] = { exponent = -6, name = 'micro', prefix = 'μ'}, -- key = 'MICRO SIGN' (U+00B5) utf-8 C2 B5
['u'] = { exponent = -6, name = 'micro', prefix = '
['n'] = { exponent = -9, name = 'nano' },
['p'] = { exponent =-12, name = 'pico' },
Line 107 ⟶ 108:
-- If lk=on and link is defined, the name of the number will appear as a link.
local eng_scales = {
["3"] = { "
["6"] = { "
["9"] = { "
["12"] = { "bilione di", link = "Bilione", exponent = 12 },
["15"] = { "biliardo di", link = "Biliardo (numero)", exponent = 15 },
}
-- One of the following categories is included in the text of each message.
local all_categories = {
unit = "[[Categoria:Errori di compilazione del template Converti
option = "[[Categoria:Errori di compilazione del template Converti
warning = '[[Category:Convert invalid options]]',
tracking = '[[Category:Convert tracking]]',
}
Line 127 ⟶ 130:
-- All messages that may be displayed if a problem occurs.
local all_messages = {
-- Message format string
-- Each displayed message starts with "Convert:" so can easily locate by searching article.
cvt_format = '<sup class="noprint Inline-Template" style="white-space:nowrap;">[<i>[[Template:Converti/Man/Messaggi#
cvt_format2 = '<sup class="noprint Inline-Template" style="white-space:nowrap;">[[Template:Converti/Man/Messaggi#
cvt_format_preview = '<strong class="error">Errore in converti: $1 [[Template:Converti/Man/Messaggi#$4|(aiuto)]]</strong>$3',
-- Each of following messages is a table:
-- { [1] = 'title', -- mouseover title text
Line 139 ⟶ 143:
-- replace = gsub_table,
-- } Mouseover title text Link text CatKey Anchor
cvt_should_be = { '$1', 'unità ambigua', 'unità ambigua', 'ambiguous_unit', regex = unitcode_regex, replace = unitcode_replace },
cvt_bug_convert = { 'Bug: non posso convertire tra le unità specificate', 'bug, ask for help', 'unit', 'ask_for_help' },▼
cvt_mismatch = { 'Non posso convertire da "$1" a "$2"', 'unità di misura incompatibili', 'unit', 'unit_mismatch' },
cvt_lookup = { 'L\'unità "%s" non è definitia correttamente', 'bug, ask for help', 'unit', 'ask_for_help' },▼
▲ cvt_bug_convert
▲ cvt_lookup
}
Line 191 ⟶ 197:
[","] = ", ",
[", and"] = " e ",
[", or"] = " o ",
["by"] = " per ",
["-"] = "–",
["to about"] = " fino a circa ",
["and"] = { off = " e ", on = " e "
["and(-)"] = { input = " e ", output = "–" },
["or"] = { off = " o " , on = " o "
["to"] = { off = " fino a " , on = " fino a "
["to(-)"] = { input = " a ", output = "–" },
["+/-"] = { off = " ± ", on = " ± ", adj = " ± ", is_range_change = true },
["by(x)"] = { input = " per ", output = " × ", out_range_x = true },
["x"] = { off = " per ", on = " × ", abbr_range_x = true },
["xx"] = " × ",
["*"] = "×",
["/"] = " / ", -- for a table of high/low temperatures with {{convert|83|/|63|F|disp=br()|abbr=values}}
}
Line 211 ⟶ 218:
-- ["alternative name for a range"] = "standard range name"
["&"] = "and",
["–"] = "-",
["
["@"] = "to(-)",
["×"] = "x",
["×"] = "x",
["±"] = "+/-",
["±"] = "+/-",
["
["
["per"] = "
["per(x)"] = "by(x)",
["fino a(-)"] = "to(-)",
["fino a circa"] = "to about"
}
Line 244 ⟶ 256:
["disp"] = "disp",
["frac"] = "frac",
["input"] = "input",
["lang"] = "lang",
["lk"] = "lk",
▲ ["near"] = "near",
["order"] = "order",
["qual"] = "qual",
["qualifier"] = "qual",
["round"] = "round",
["sigfig"] = "sigfig",
["sortable"] = "sortable",
["stylein"] = "stylein",
["styleout"] = "styleout",
["tracking"] = "tracking",
}
Line 261 ⟶ 277:
-- Convention: parms.opt_xxx refers to an option that is set here
-- (not intended to be set by the template which invokes this module).
-- Example: At
-- ["comma"] = "opt_nocomma"
-- As a result, if the template uses abbr=comma, this
-- parms["opt_nocomma"] = true
-- parms["abbr"] = nil
Line 273 ⟶ 289:
["abbr"] = {
-- ["local text for option value"] = "en value used in this module"
["comma"] = "opt_nocomma?", -- no numsep in input or output numbers▼
["def"] = "", -- ignored (some wrapper templates call convert with "abbr=def" to mean "default abbreviation")
["h"] = "on", -- abbr=on + use "h" for hand unit (default)
["hh"] = "opt_hand_hh", -- abbr=on + use "hh" for hand unit
["in"] = "in", -- use symbol for LHS unit
["none"] = "off", -- old name for "off"
["off"] = "off", -- use name for all units
Line 285 ⟶ 299:
["values"] = "opt_values", -- show only input and output numbers, not units
["~"] = "opt_also_symbol", -- show input unit symbol as well as name
--- localizzazioni in italiano
["valori"] = "opt_values", -- show only input and output numbers, not units
},
["adj"] = {
["flip"] = "opt_flip?", -- reverse order of input/output▼
["mid"] = "opt_adjectival, opt_adj_mid", -- adj=on with user-specified text after input unit (between input and output)
▲ ["nocomma"] = "opt_nocomma?", -- no numsep in input or output numbers
["off"] = "", -- ignored (off is the default)
["on"] = "opt_adjectival", -- unit name is singular and hyphenated
Line 304 ⟶ 316:
["gaps"] = "opt_gaps", -- use gaps, not numsep, to separate groups of digits
["gaps3"] = "opt_gaps, opt_gaps3", -- group only in threes rather than default of no gap before a single digit after decimal mark
["off"] = "opt_nocomma", -- no numsep in input or output numbers
},
Line 311 ⟶ 322:
},
["disp"] = {
["/"] = "or?", -- see "slash"▼
["2"] = "opt_output_only?", -- display only output value and symbol/name (not input)▼
["5"] = "opt_round=5", -- round output value to nearest 5
["b"] = "b", -- join: '(...)'
Line 319 ⟶ 328:
["br()"] = "br()", -- join: '<br />(...)'
["comma"] = "comma", -- join: ','
["flip"] = "opt_flip", -- reverse order of input/output
["flip5"] = "opt_flip, opt_round=5?", -- disp=flip + disp=5▼
["number"] = "opt_output_number_only", -- display output value (not input, and not output symbol/name)
["or"] = "or", -- join: 'or'
Line 328 ⟶ 335:
["output only"] = "opt_output_only",
["preunit"] = "opt_two_preunits", -- user-specified text before input and output units
["s"] = "or?", -- see "slash"▼
["sqbr"] = "sqbr", -- join: '[...]'
["table"] = "opt_table", -- output is suitable for a table cell with align="right"
["tablecen"] = "opt_tablecen", -- output is suitable for a table cell with align="center"
["u2"] = "opt_output_unit_only?", -- display output symbol/name (not input, and not output value)▼
["unit"] = "opt_input_unit_only", -- display input symbol/name (not output, and not input value)
["unit or text"] = "opt_input_unit_only, opt_ignore_error", -- display input symbol/name, or given unit code if not known
["unit2"] = "opt_output_unit_only",
["x"] = "x", -- join: <first>...<second> (user-specified text)
-- localizzazioni in italiano
["(o)"] = "(or)", -- join: '(...)' with 'or' between outputs in a combination
▲ ["
["preunità"] = "opt_two_preunits", -- user-specified text before input and output units
["risultato"] = "opt_output_only",
["valore risultato"] = "opt_output_number_only",
["tabella"] = "opt_table", -- output is suitable for a table cell with align="right"
["tabellac"] = "opt_tablecen", -- output is suitable for a table cell with align="center"
▲ ["
["unità o testo"] = "opt_input_unit_only, opt_ignore_error", -- display input symbol/name, or given unit code if not known
["unità2"] = "opt_output_unit_only",
["virgola"] = "comma" -- join: ','
},
-- frac=x is handled as a special case: x must be an integer (possibly in local language) = 2 or more
-- input=x is handled as a special case: x should be <value><space><unitcode> or <wikidata-property-id>
["lang"] = { -- language for output digits (both en and local digits are always accepted for input)
["en"] = "opt_lang_en", -- use en digits for numbers, regardless of local language
Line 349 ⟶ 371:
["on"] = "on", -- link all unit names or symbols (but not twice for the same unit)
["out"] = "out", -- link RHS unit name or symbol
["debug"] = "opt_sortable_on, opt_sortable_debug", -- |sortable=debug is the same as |sortable=on|debug=yes
▲ ["near"] = {
["5"] = "opt_round=5?", -- round output value to nearest 5▼
},
["order"] = {
["flip"] = "opt_flip", -- reverse order of input/output
["out"] = "opt_order_out", -- do not show input; instead, use order in output combination, with the first output shown as the input
},
-- qid=x is handled as a special case: x should be a Wikidata Q item identifier.
-- qual=x is handled as a special case: x should be a Wikidata Q item identifier.
["round"] = {
["0.5"] = "opt_round=0.5", -- round output value to nearest 0.5
["5"] = "opt_round=5", -- round output value to nearest 5
["10"] = "opt_round=10", -- round output value to nearest 10 (same as but clearer than "|-1")
Line 367 ⟶ 391:
["sortable"] = {
["off"] = "", -- ignored (off is the default)
["on"] = "opt_sortable_on", -- output sort key for use in a sortable table, based on value from converting to a standard base unit
["
▲ ["sp"] = {
["us"] = "opt_sp_us", -- use U.S. spelling (like "meter" instead of default "metre")▼
["spell"] = { -- only English spelling is supported; not scientific notation; only some fractions▼
["in"] = "opt_spell_in", -- spell input value in words▼
["In"] = "opt_spell_in, opt_spell_upper", -- spell input value in words with first letter uppercase▼
["on"] = "opt_spell_in, opt_spell_out", -- spell input and output values in words▼
["On"] = "opt_spell_in, opt_spell_out, opt_spell_upper", -- same, with first letter of first word in result uppercase▼
},
-- ["sp"] = {
▲-- ["us"] = "opt_sp_us", -- use U.S. spelling (like "meter" instead of default "metre")
-- },
▲
▲-- ["in"] = "opt_spell_in", -- spell input value in words
▲-- ["In"] = "opt_spell_in, opt_spell_upper", -- spell input value in words with first letter uppercase
▲-- ["on"] = "opt_spell_in, opt_spell_out", -- spell input and output values in words
▲-- ["On"] = "opt_spell_in, opt_spell_out, opt_spell_upper", -- same, with first letter of first word in result uppercase
-- },
-- stylein=x is handled as a special case: x can be any text
-- styleout=x is handled as a special case: x can be any text
-- tracking=x is handled as a special case: x can be any text
}
Line 388 ⟶ 412:
all_categories = all_categories,
all_messages = all_messages,
currency = { ['$'] = true, ['£'] = true, ['€'] = true, ['₱'] = true, ['₽'] = true, ['¥'] = true },
customary_units = customary_units,
disp_joins = disp_joins,
|