缺氧 wiki 编辑团队提示:注册账号并登录后体验更佳,且可通过参数设置定制优化您的浏览体验!

该站点为镜像站点,如果你想帮助这个由玩家志愿编辑的 wiki 站点,请前往原站点参与编辑,
同时欢迎加入编辑讨论群 851803695 与其他编辑者一起参与建设!

全站通知:

模块:Dev/Quote/i18n

来自缺氧WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

此模块的文档可以在模块:Dev/Quote/i18n/doc创建

-- <nowiki>
return {
    ["en"] = {
        ["source"] = "source",
        ["text"] = "text",
        ["align"] = "align",
        ["class"] = "class",
        ["quotetext"] = "quotetext",
        ["width"] = "width",
        ["quotesource"] = "quotesource",
        ["person"] = "person",
        ["personquoted"] = "personquoted",
        ["speaker"] = "speaker",
        ["quote"] = "quote",
        ["style"] = "style",
        ["context"] = "context",
        ["quotewidth"] = "quotewidth"
    },
    ["de"] = {
        ["source"] = "quelle",
        ["text"] = "text",
        ["align"] = "textausrichtung",
        ["class"] = "klasse",
        ["quotetext"] = "zitattext",
        ["width"] = "breite",
        ["quotesource"] = "zitatquelle",
        ["person"] = "person",
        ["personquoted"] = "zitierte person",
        ["speaker"] = "sprecher",
        ["quote"] = "zitat",
        ["style"] = "style",
        ["context"] = "kontext",
        ["quotewidth"] = "zitatbreite"
    },
    ["pl"] = {
        ["source"] = "źródło",
        ["text"] = "tekst",
        ["align"] = "wyrównanie",
        ["class"] = "klasa",
        ["quotetext"] = "tekst cytatu",
        ["width"] = "szerokość",
        ["quotesource"] = "źródło cytatu",
        ["person"] = "osoba",
        ["personquoted"] = "cytowana osoba",
        ["speaker"] = "mówca",
        ["quote"] = "cytat",
        ["style"] = "style",
        ["context"] = "kontekst",
        ["quotewidth"] = "szerokość cytatu"
    },
    ["pt-br"] = {
        ["source"] = "fonte",
        ["text"] = "texto",
        ["align"] = "alinhar",
        ["class"] = "class",
        ["quotetext"] = "textp da citação",
        ["width"] = "largura",
        ["quotesource"] = "fonte da citação",
        ["person"] = "pessoa",
        ["personquoted"] = "citado por pessoa",
        ["speaker"] = "orador",
        ["quote"] = "citação",
        ["style"] = "estilo",
        ["context"] = "contexto",
        ["quotewidth"] = "largura da citação"
    },
    ["ru"] = {
        ["source"] = "источник",
        ["text"] = "text",
        ["align"] = "align",
        ["class"] = "class",
        ["quotetext"] = "quotetext",
        ["width"] = "width",
        ["quotesource"] = "quotesource",
        ["person"] = "person",
        ["personquoted"] = "personquoted",
        ["speaker"] = "автор",
        ["quote"] = "цитата",
        ["style"] = "style",
        ["context"] = "context",
        ["quotewidth"] = "quotewidth"
    },
    ["th"] = {
        ["width"] = "กว้าง",
        ["person"] = "บุคคล",
        ["style"] = "ลักษณะ",
        ["context"] = "ข้อมูล"
    },
    ["tl"] = {
        ["source"] = "pinagkukunan",
        ["style"] = "istilo",
        ["align"] = "paghahanay",
        ["text"] = "teksto",
        ["quotetext"] = "tekstongquote",
        ["width"] = "haba",
        ["quotewidth"] = "lapadngquote",
        ["person"] = "tao",
        ["personquoted"] = "",
        ["speaker"] = "tagapagsalita",
        ["quote"] = "quote",
        ["quotesource"] = "pinagmulanngquote",
        ["context"] = "konteksto",
        ["class"] = "klase"
    },
    ["tr"] = {
        ["source"] = "kaynak",
        ["text"] = "metin",
        ["align"] = "hizalama",
        ["class"] = "sınıf",
        ["quotetext"] = "tırnakmetni",
        ["width"] = "genişlik",
        ["quotesource"] = "tırnakkaynağı",
        ["person"] = "kişi",
        ["personquoted"] = "kişitırnağı",
        ["speaker"] = "sözcü",
        ["quote"] = "ksöz",
        ["style"] = "stil",
        ["context"] = "bağlam",
        ["quotewidth"] = "tırnakgenişliği"
    },
    ["vi"] = {
        ["source"] = "nguồn",
        ["text"] = "văn bản",
        ["align"] = "căn",
        ["class"] = "lớp",
        ["quotetext"] = "văn bản trích dẫn",
        ["width"] = "chiều dài",
        ["quotesource"] = "nguồn trích dẫn",
        ["person"] = "người",
        ["personquoted"] = "người nói",
        ["speaker"] = "diễn giả",
        ["quote"] = "trích dẫn",
        ["style"] = "kiểu dáng",
        ["context"] = "nội dung",
        ["quotewidth"] = "chiều dài trích dẫn"
    }
}