Module:Mbox/i18n

From The Satanic Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Mbox/i18n/doc

return {
    ["en"] = {
        ["aside"] = "aside",
        ["bgcolor"] = "bgcolor",
        ["bordercolor"] = "bordercolor",
        ["class"] = "class",
        ["collapsed"] = "collapsed",
        ["comment"] = "comment",
        ["dismiss"] = "Dismiss",
        ["header"] = "header",
        ["id"] = "id",
        ["image"] = "image",
        ["imagelink"] = "imagelink",
        ["imagewidth"] = "imagewidth",
        ["style"] = "style",
        ["text"] = "text",
        ["type"] = "type"
    },
    ["de"] = {
        ["aside"] = "nebenbemerkung",
        ["bgcolor"] = "hintergrundfarbe",
        ["bordercolor"] = "randfarbe",
        ["class"] = "klasse",
        ["collapsed"] = "eingeklappt",
        ["comment"] = "Kommentar",
        ["dismiss"] = "Verstecken",
        ["header"] = "Titel",
        ["id"] = "id",
        ["image"] = "bild",
        ["imagelink"] = "bildlink",
        ["imagewidth"] = "bildbreite",
        ["style"] = "style",
        ["text"] = "Text",
        ["type"] = "typ"
    },
    ["hi"] = {
        ["aside"] = "अलग",
        ["bgcolor"] = "बैकग्राउंड-रंग",
        ["bordercolor"] = "बॉर्डर-रंग",
        ["class"] = "क्लास",
        ["collapsed"] = "भहरा-हुआ",
        ["comment"] = "कमेंट",
        ["dismiss"] = "हटाएँ",
        ["header"] = "हैडर",
        ["id"] = "आईडी",
        ["image"] = "चित्र",
        ["imagelink"] = "चित्र-लिंक",
        ["imagewidth"] = "चित्र-की-चौड़ाई",
        ["style"] = "स्टाइल",
        ["text"] = "टेक्स्ट",
        ["type"] = "प्रकार"
    },
    ["ja"] = {
        ["aside"] = "アサイド",
        ["bgcolor"] = "背景色",
        ["bordercolor"] = "境界線の色",
        ["class"] = "クラス",
        ["collapsed"] = "折り畳む",
        ["comment"] = "コメント",
        ["dismiss"] = "後で見る",
        ["header"] = "ヘッダー",
        ["id"] = "ID",
        ["image"] = "画像",
        ["imagelink"] = "画像リンク",
        ["imagewidth"] = "画像の幅",
        ["style"] = "スタイル",
        ["text"] = "テキスト",
        ["type"] = "種類"
    },
    ["pl"] = {
        ["aside"] = "aside",
        ["bgcolor"] = "tło",
        ["bordercolor"] = "krawędź",
        ["class"] = "klasa",
        ["collapsed"] = "zwinięty",
        ["comment"] = "komentarz",
        ["dismiss"] = "Odrzuć",
        ["header"] = "nagłówek",
        ["id"] = "id",
        ["image"] = "obraz",
        ["imagelink"] = "link obrazu",
        ["imagewidth"] = "szerokość obrazu",
        ["style"] = "style",
        ["text"] = "tekst",
        ["type"] = "typ"
    },
    ["ru"] = {
        ["aside"] = "текст справа",
        ["bgcolor"] = "bgcolor",
        ["bordercolor"] = "bordercolor",
        ["class"] = "class",
        ["collapsed"] = "collapsed",
        ["comment"] = "дополнение",
        ["dismiss"] = "dismiss",
        ["header"] = "заголовок",
        ["id"] = "id",
        ["image"] = "изображение",
        ["imagelink"] = "ссылка в изображении",
        ["imagewidth"] = "ширина изображения",
        ["style"] = "style",
        ["text"] = "текст",
        ["type"] = "type"
    },
    ["pt-br"] = {
        ["aside"] = "de lado",
        ["bgcolor"] = "bgcolor",
        ["bordercolor"] = "cor da borda",
        ["class"] = "class",
        ["collapsed"] = "recolher",
        ["comment"] = "comentário",
        ["dismiss"] = "Dispensar",
        ["header"] = "cabeçalho",
        ["id"] = "id",
        ["image"] = "imagem",
        ["imagelink"] = "link imagem",
        ["imagewidth"] = "largura da imagem",
        ["style"] = "estilo",
        ["text"] = "texto",
        ["type"] = "tipo"
    }
}