Module:Quote/i18n

From The Satanic Wiki
Revision as of 01:20, 16 May 2021 by WikiGOD (talk | contribs) (Created page with "return { ["en"] = { ["align"] = "align", ["class"] = "class", ["context"] = "context", ["person"] = "person", ["personquoted"] = "p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"
    },
}