Modulo:Convert/text: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
m Protetto "Modulo:Convert/text": Modulo utilizzato nella pagina principale ([Modifica=Consentito solo agli autoverificati] (infinito) [Spostamento=Consentito solo agli autoverificati] (infinito)) |
||
(7 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
numsep = ' ', -- separator for number grouping
per_word = 'per', -- for units like "miles per gallon"
plural_suffix = '', -- disable plural unit names
Riga 85:
['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' },
Riga 119:
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 128 ⟶ 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 140 ⟶ 143:
-- replace = gsub_table,
-- } Mouseover title text Link text CatKey Anchor
cvt_big_prec = { 'La precisione "$1" è troppo grande', 'precisione troppo grande', 'option', 'precision_too_large' },
cvt_invalid_num = { 'Overflow aritmetico del numero', 'overflow aritmetico', 'option', 'number_overflow' },
cvt_no_num = { 'Manca il numero da convertire', 'serve un numero', 'option', 'needs_number' },
cvt_no_num2 = { 'Manca un altro numero all\'intervallo', 'serve un altro numero', 'option', 'needs_another_number' },
cvt_bad_frac = { '
cvt_bad_prec = { 'La precisione "
cvt_bad_sigfig = { '
cvt_empty_option = { 'Opzione vuota "
cvt_deprecated = { 'Opzione "
cvt_no_spell = { 'Spelling is not available', 'bug, ask for help', 'option', 'ask_for_help' },
cvt_unknown_option = { '
cvt_wd_fail = { 'Non in grado di accedere a Wikidata' , 'problema con wikidata' , 'option', 'wikidata_problem' }, --TODO documentazione errore
cvt_bad_default = { 'L\'unità di misura "%s" ha un valore di default non valido', 'bug, ask for help', 'unit', 'ask_for_help' },▼
▲
cvt_no_unit = { 'Manca il nome dell\'unità di misura', 'nome dell\'unità mancante', 'unit', 'needs_unit_name' },
cvt_unknown = { '
cvt_should_be = { '
cvt_mismatch = { 'Non posso convertire
cvt_bug_convert = { 'Bug: non posso convertire tra le unità specificate', 'bug, ask for help', 'unit', 'ask_for_help' },
cvt_lookup = { 'L\'unità "
}
Line 193 ⟶ 197:
[","] = ", ",
[", and"] = " e ",
[", or"] = " o ",
["by"] = " per ",
Line 205 ⟶ 210:
["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 213 ⟶ 218:
-- ["alternative name for a range"] = "standard range name"
["&"] = "and",
▲ ["e"] = "and",
["–"] = "-",
["–"] = "-",
▲ ["to-"] = "to(-)",
["a-"] = "to(-)",
["×"] = "x",
["×"] = "x",
Line 223 ⟶ 227:
["±"] = "+/-",
["o"] = "or",
["e(-)"] = "and(-)",
["per"] = "x",
["per(x)"] = "by(x)",
Line 251 ⟶ 256:
["disp"] = "disp",
["frac"] = "frac",
["input"] = "input",
["lang"] = "lang",
["lk"] = "lk",
▲ ["near"] = "near",
["order"] = "order",
["qual"] = "qual",
["qualifier"] = "qual",
["round"] = "round",
["sigfig"] = "sigfig",
Line 263 ⟶ 271:
["stylein"] = "stylein",
["styleout"] = "styleout",
["tracking"] = "tracking",
}
Line 268 ⟶ 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 280 ⟶ 289:
["abbr"] = {
-- ["local text for option value"] = "en value used in this module"
["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 296 ⟶ 303:
},
["adj"] = {
["mid"] = "opt_adjectival, opt_adj_mid", -- adj=on with user-specified text after input unit (between input and output)
["off"] = "", -- ignored (off is the default)
["on"] = "opt_adjectival", -- unit name is singular and hyphenated
Line 313 ⟶ 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 320 ⟶ 322:
},
["disp"] = {
["5"] = "opt_round=5", -- round output value to nearest 5
["b"] = "b", -- join: '(...)'
Riga 328:
["br()"] = "br()", -- join: '<br />(...)'
["comma"] = "comma", -- join: ','
["
["number"] = "opt_output_number_only", -- display output value (not input, and not output symbol/name)
["or"] = "or", -- join: 'or'
Line 336 ⟶ 335:
["output only"] = "opt_output_only",
["preunit"] = "opt_two_preunits", -- user-specified text before input and output units
["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"
["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
Line 365 ⟶ 361:
},
-- 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 374 ⟶ 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"] = {
},
["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
["0,5"] = "opt_round=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 393 ⟶ 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"] = {
Line 408 ⟶ 405:
-- 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 414 ⟶ 412:
all_categories = all_categories,
all_messages = all_messages,
currency = { ['$'] = true, ['£'] = true, ['€'] = true, ['₱'] = true, ['₽'] = true, ['¥'] = true },
customary_units = customary_units,
disp_joins = disp_joins,
|