imported>TheGhostOfInky (Created page with "return { ["en"] = { ["align"] = "align", ["class"] = "class", ["context"] = "context", ["person"] = "person", ["personquoted"] = "p...") |
imported>TheGhostOfInky m (TheGhostOfInky moved page Module:Quote2/I18n to Module:Quote/i18n without leaving a redirect) |
(No difference)
|
Latest revision as of 05:36, 31 August 2021
Documentation for this module may be created at Module:Quote/i18n/doc
return {
["en"] = {
["align"] = "align",
["class"] = "class",
["context"] = "context",
["person"] = "person",
["personquoted"] = "personquoted",
["quote"] = "quote",
["quotesource"] = "quotesource",
["quotetext"] = "quotetext",
["quotewidth"] = "quotewidth",
["source"] = "source",
["speaker"] = "speaker",
["style"] = "style",
["text"] = "text",
["width"] = "width"
},
["de"] = {
["align"] = "textausrichtung",
["class"] = "klasse",
["context"] = "kontext",
["person"] = "person",
["personquoted"] = "zitierte person",
["quote"] = "zitat",
["quotesource"] = "zitatquelle",
["quotetext"] = "zitattext",
["quotewidth"] = "zitatbreite",
["source"] = "quelle",
["speaker"] = "sprecher",
["style"] = "style",
["text"] = "text",
["width"] = "breite"
},
["pl"] = {
["align"] = "wyrównanie",
["class"] = "klasa",
["context"] = "kontekst",
["person"] = "osoba",
["personquoted"] = "cytowana osoba",
["quote"] = "cytat",
["quotesource"] = "źródło cytatu",
["quotetext"] = "tekst cytatu",
["quotewidth"] = "szerokość cytatu",
["source"] = "źródło",
["speaker"] = "mówca",
["style"] = "style",
["text"] = "tekst",
["width"] = "szerokość"
},
["ru"] = {
["align"] = "align",
["class"] = "class",
["context"] = "context",
["person"] = "person",
["personquoted"] = "personquoted",
["quote"] = "цитата",
["quotesource"] = "quotesource",
["quotetext"] = "quotetext",
["quotewidth"] = "quotewidth",
["source"] = "источник",
["speaker"] = "автор",
["style"] = "style",
["text"] = "text",
["width"] = "width"
},
["pt-br"] = {
["align"] = "alinhar",
["class"] = "class",
["context"] = "contexto",
["person"] = "pessoa",
["personquoted"] = "citado por pessoa",
["quote"] = "citação",
["quotesource"] = "fonte da citação",
["quotetext"] = "textp da citação",
["quotewidth"] = "largura da citação",
["source"] = "fonte",
["speaker"] = "orador",
["style"] = "estilo",
["text"] = "texto",
["width"] = "largura"
},
}