Module:Docbunto/i18n

From Commons Wiki
Jump to navigation Jump to search

Template:I18n module


-- <nowiki>
return {
    ["en"] = {
        ["tag-warning"] = "{{plural:$1|Warning|Warnings}}",
        ["optional"] = "optional",
        ["separator-dot"] = "&nbsp;•&#32;",
        ["no-markup"] = "documentation markup for Docbunto not found in $1",
        ["tag-usage"] = "Usage",
        ["type-table"] = "table",
        ["parentheses"] = "&#32;($1)",
        ["type-variable"] = "variable",
        ["separator-colon"] = ";&#32;",
        ["header-items"] = "Package items",
        ["no-content"] = "Lua source code not found in $1",
        ["tag-todo"] = "TODO",
        ["tag-note"] = "{{plural:$1|Note|Notes}}",
        ["type-boolean"] = "boolean",
        ["tag-fixme"] = "{{plural:$1|Bug|Bugs}}",
        ["header-documentation"] = "Documentation",
        ["tag-error"] = "{{plural:$1|Error|Errors}}",
        ["type-string"] = "string",
        ["tag-param"] = "{{plural:$1|Parameter|Parameters}}",
        ["tag-field"] = "{{plural:$1|Field|Fields}}",
        ["type-number"] = "number",
        ["tag-see"] = "See also",
        ["header-class"] = "Package class",
        ["type-nil"] = "nil",
        ["type-member"] = "member",
        ["header-other"] = "Other items",
        ["header-function"] = "Package function",
        ["header-private"] = "Private items",
        ["type-sequence"] = "sequence",
        ["separator-semicolon"] = ":&#32;",
        ["tag-return"] = "Returns",
        ["type-function"] = "function"
    },
    ["qqq"] = {
        ["tag-warning"] = "Tag entry label for an item's warning notes. $1 is the number of @warning tags present for the item",
        ["optional"] = "Optional tag documentation entry",
        ["separator-dot"] = "Used to separate horizontal lists such as item flags",
        ["no-markup"] = "Lua error when queried module contains no documentation markup",
        ["tag-usage"] = "Tag entry label for an item's @usage tags",
        ["type-table"] = "Lua's table type for items or tags",
        ["parentheses"] = "Used to wrap item types and tag entry types. {{optional}}",
        ["type-variable"] = "Custom type for private items that are primitives (boolean, number or string) and local to a module",
        ["separator-colon"] = "Used to separate tag entry labels from the entry documentation. {{optional}}",
        ["header-items"] = "Header for modules that export a static table",
        ["no-content"] = "Lua error when queried module is non-existent",
        ["tag-todo"] = "Tag entry label for an item's @todo tags",
        ["tag-note"] = "Tag entry label for an item's developer notes. $1 is the number of @note tags present for the item",
        ["type-boolean"] = "Lua's boolean type for items or tags",
        ["tag-fixme"] = "Tag entry label for an item's documented bugs. $1 is the number of @fixme tags present for the item",
        ["header-documentation"] = "Header for documentation section",
        ["tag-error"] = "Tag entry label for a function's @error tags. $1 is the number of @error tags present for the item",
        ["type-string"] = "Lua's string type for items or tags",
        ["tag-param"] = "{{PLURAL:$1|Parameter|Parameters}}",
        ["tag-field"] = "Tag entry label for a table's @field tags. $1 is the number of @field tags present for the item",
        ["type-number"] = "Lua's number type for items or tags",
        ["tag-see"] = "Tag entry label for an item's @see tags",
        ["header-class"] = "Header for modules that export a class",
        ["type-nil"] = "Lua's nil type for items or tags",
        ["type-member"] = "Custom type for class members that are primitives (boolean, number or string)",
        ["header-other"] = "Subheading for public items that aren't package members (e.g. return tables)",
        ["header-function"] = "Header for modules that export a function",
        ["header-private"] = "Subheading for private items that are local to a module",
        ["type-sequence"] = "Lua's table type for items or tags that are a sequence",
        ["separator-semicolon"] = "Used to separate item or tag types. {{optional}}",
        ["tag-return"] = "Tag entry label for a function's @return tags",
        ["type-function"] = "Lua's function type for items or tags"
    },
    ["bn"] = {
        ["tag-warning"] = "{{plural:$1|সূচনা|সূচনা}}",
        ["optional"] = "বিকল্পিক",
        ["separator-dot"] = "&nbsp;•&#32;",
        ["no-markup"] = "ডোকবুনটোর জন্য ডকুমেন্টেশন মার্কআপ $1এ পাওয়া যায়নি",
        ["tag-usage"] = "প্রয়োগ",
        ["type-table"] = "টেবিল",
        ["parentheses"] = "&#32;($1)",
        ["type-variable"] = "ভ্যারিয়েবল",
        ["separator-colon"] = ";&#32;",
        ["header-items"] = "প্যাকেজ আইটেম",
        ["no-content"] = "$1তে লুয়া সোর্স কোড পাওয়া যায়নি",
        ["header-private"] = "ব্যক্তিগত আইটেম",
        ["tag-note"] = "{{plural:$1|নোট|নোট}}",
        ["separator-semicolon"] = ":&#32;",
        ["tag-fixme"] = "{{plural:$1|বাগ|বাগ}}",
        ["type-function"] = "ফাঙ্কশন",
        ["tag-error"] = "{{plural:$1|ত্রূটি|ত্রূটি}}",
        ["type-string"] = "স্ট্রিং",
        ["tag-param"] = "{{plural:$1|প্যারামেটের|প্যারামেটের}}",
        ["tag-field"] = "{{plural:$1|ফিল্ড|ফিল্ড}}",
        ["type-number"] = "সংখ্যা",
        ["tag-see"] = "আরও দেখেন",
        ["header-class"] = "প্যাকেজ ক্লাস",
        ["header-other"] = "অন্য আইটেম",
        ["tag-todo"] = "টুডু",
        ["header-documentation"] = "ডকুমেন্টেশন",
        ["header-function"] = "প্যাকেজ ফাঙ্কশন",
        ["type-boolean"] = "বুলিয়ান",
        ["type-member"] = "সদস্য",
        ["tag-return"] = "দেয়ে",
        ["type-nil"] = "নাই"
    },
    ["de"] = {
        ["tag-warning"] = "{{plural:$1|Warnung|Warnungen}}",
        ["optional"] = "optional",
        ["separator-dot"] = "&nbsp;•&#32;",
        ["no-markup"] = "Dokumentation-Markup für Docbunto in $1 nicht gefunden",
        ["tag-usage"] = "Verwendung",
        ["type-table"] = "Table",
        ["parentheses"] = "&#32;($1)",
        ["type-variable"] = "Variable",
        ["separator-colon"] = ";&#32;",
        ["header-items"] = "Paketname",
        ["no-content"] = "Lua Quellcode in $1 nicht gefunden",
        ["tag-todo"] = "TODO",
        ["tag-note"] = "{{plural:$1|Notiz|Notizen}}",
        ["type-boolean"] = "Boolean",
        ["tag-fixme"] = "Fehler",
        ["header-documentation"] = "Dokumentation",
        ["tag-error"] = "Fehler",
        ["type-string"] = "String",
        ["tag-param"] = "Parameter",
        ["tag-field"] = "{{plural:$1|Feld|Felder}}",
        ["type-number"] = "Nummer",
        ["tag-see"] = "Siehe auch",
        ["header-class"] = "Paketklassen",
        ["type-nil"] = "null",
        ["type-member"] = "Mitglied",
        ["header-other"] = "Andere Werte",
        ["header-function"] = "Paketfunktion",
        ["header-private"] = "Private Werte",
        ["type-sequence"] = "Sequenz",
        ["separator-semicolon"] = ":&#32;",
        ["tag-return"] = "Ausgabe",
        ["type-function"] = "Funktion"
    },
    ["fr"] = {
        ["tag-warning"] = "{{plural:$1|Avertissement|Avertissements}}",
        ["optional"] = "optionnel",
        ["separator-dot"] = "&nbsp;•&#32;",
        ["no-markup"] = "Documentation markup pour Docbunto introuvable dans $1",
        ["tag-usage"] = "Utilisation",
        ["type-table"] = "tableau",
        ["parentheses"] = "&#32;($1)",
        ["type-variable"] = "variable",
        ["separator-colon"] = ";&#32;",
        ["header-items"] = "Objets du paquet",
        ["no-content"] = "Code source Lua source non trouvée dans $1",
        ["header-private"] = "Objets privés",
        ["tag-note"] = "{{plural:$1|Note|Notes}}",
        ["separator-semicolon"] = ":&#32;",
        ["tag-fixme"] = "{{plural:$1|Bug|Bugs}}",
        ["type-function"] = "fonction",
        ["tag-error"] = "{{plural:$1|Erreur|Erreurs}}",
        ["type-string"] = "chaîne",
        ["tag-param"] = "{{plural:$1|Paramètre|Paramètres}}",
        ["tag-field"] = "{{plural:$1|Champ|Champs}}",
        ["type-number"] = "nombre",
        ["tag-see"] = "Voir aussi",
        ["header-class"] = "Classe des paquets",
        ["header-other"] = "Autres objets",
        ["tag-todo"] = "TODO",
        ["header-documentation"] = "Documentation",
        ["header-function"] = "Fonction de paquet",
        ["type-boolean"] = "booléen",
        ["type-member"] = "membre",
        ["tag-return"] = "Retours",
        ["type-nil"] = "nil",
        ["type-sequence"] = "séquence"
    },
    ["hi"] = {
        ["tag-warning"] = "{{plural:$1|सूचना|सूचनाएं}}",
        ["optional"] = "वैकल्पिक",
        ["separator-dot"] = "&nbsp;•&#32;",
        ["no-markup"] = "Docbunto के लिए डॉक्यूमेंटेशन मार्कअप $1 में नहीं मिला",
        ["tag-usage"] = "प्रयोग",
        ["type-table"] = "टेबल",
        ["parentheses"] = "&#32;($1)",
        ["type-variable"] = "वेरिएबल",
        ["separator-colon"] = ";&#32;",
        ["header-items"] = "पैकेज के आइटम",
        ["no-content"] = "$1 में लुआ सोर्स कोड नहीं मिला",
        ["header-private"] = "व्यक्तिगत आइटम",
        ["tag-note"] = "{{plural:$1|नोट|नोट}}",
        ["type-boolean"] = "बूलियन",
        ["tag-fixme"] = "{{plural:$1|बग|बग}}",
        ["header-other"] = "दुसरे आइटम",
        ["tag-error"] = "{{plural:$1|त्रुटि|त्रुटियाँ}}",
        ["type-string"] = "स्ट्रिंग",
        ["tag-param"] = "{{plural:$1|पैरामीटर}}",
        ["tag-field"] = "{{plural:$1|फील्ड}}",
        ["type-number"] = "संख्या",
        ["tag-see"] = "और देखे",
        ["header-class"] = "पैकेज क्लास",
        ["type-function"] = "फंक्शन",
        ["type-member"] = "सदस्य",
        ["header-documentation"] = "डॉक्यूमेंटेशन",
        ["header-function"] = "पैकेज फंक्शन",
        ["tag-todo"] = "टू-डू",
        ["type-sequence"] = "सीक्वेंस",
        ["separator-semicolon"] = ":&#32;",
        ["tag-return"] = "देता है",
        ["type-nil"] = "खाली"
    },
    ["ja"] = {
        ["tag-warning"] = "警告",
        ["type-function"] = "関数",
        ["separator-dot"] = "・",
        ["type-boolean"] = "ブーリアン",
        ["tag-usage"] = "使用例",
        ["tag-param"] = "パラメータ",
        ["parentheses"] = "($1)",
        ["type-variable"] = "変数",
        ["separator-colon"] = ";&#32;",
        ["header-items"] = "パッケージ要素",
        ["tag-fixme"] = "バグ",
        ["header-private"] = "プライベート要素",
        ["tag-note"] = "ノート",
        ["separator-semicolon"] = ":",
        ["optional"] = "オプションです",
        ["tag-error"] = "エラー",
        ["header-other"] = "ほかアイテム",
        ["type-string"] = "文字列",
        ["type-table"] = "テーブル",
        ["tag-field"] = "フィールド",
        ["type-number"] = "数",
        ["tag-see"] = "関連項目",
        ["header-class"] = "パッケージクラス",
        ["tag-todo"] = "タスク",
        ["header-documentation"] = "ドキュメンテーション",
        ["header-function"] = "パッケージ関数",
        ["type-member"] = "メンバ",
        ["tag-return"] = "{{plural:$1|戻り値|複数の戻り値}}",
        ["type-nil"] = "空"
    },
    ["ko"] = {
        ["tag-return"] = "반환값",
        ["tag-param"] = "{{plural:$1|매개변수|매개변수}}",
        ["header-items"] = "패키지 아이템",
        ["no-markup"] = "$1에서 Docbunto 문서 마크업을 찾지 못했습니다",
        ["separator-dot"] = "・",
        ["header-documentation"] = "문서"
    },
    ["pl"] = {
        ["no-content"] = "Nie odnaleziono kodu źróðłowego Lua w $1",
        ["no-markup"] = "Nie odnaleziono znaczników Docbunto w $1"
    },
    ["ru"] = {
        ["tag-warning"] = "{{plural:$1|Предупреждение|Предупреждения}}",
        ["optional"] = "необязательный",
        ["separator-dot"] = "&nbsp;•&#32;",
        ["no-markup"] = "на $1 нет разметки документации Docbunto",
        ["tag-usage"] = "Использование",
        ["tag-param"] = "{{plural:$1|Аргумент|Аргументы}}",
        ["parentheses"] = "&#32;($1)",
        ["type-variable"] = "переменная",
        ["type-function"] = "функция",
        ["header-items"] = "Элементы пакета",
        ["no-content"] = "На $1 нет исходного кода Lua",
        ["tag-todo"] = "TODO",
        ["tag-note"] = "{{plural:$1|Замечание|Замечания}}",
        ["separator-semicolon"] = ":&#32;",
        ["tag-fixme"] = "{{plural:$1|Недочет|Недочеты}}",
        ["header-documentation"] = "Документация",
        ["tag-error"] = "{{plural:$1|Ошибка|Ошибки}}",
        ["type-string"] = "строка",
        ["type-table"] = "таблица",
        ["tag-field"] = "{{plural:$1|Поле|Поля}}",
        ["type-number"] = "число",
        ["tag-see"] = "Смотрите также",
        ["header-class"] = "Класс пакета",
        ["type-nil"] = "nil",
        ["type-sequence"] = "последовательность",
        ["header-other"] = "Другие элементы",
        ["header-function"] = "Функция пакета",
        ["header-private"] = "Приватные элементы",
        ["type-member"] = "член класса",
        ["type-boolean"] = "логический",
        ["tag-return"] = "Возвращает",
        ["separator-colon"] = ";&#32;"
    },
    ["tl"] = {
        ["tag-warning"] = "{{plural:$1|Babala|Mga babala}}",
        ["optional"] = "opsyonal",
        ["tag-note"] = "{{plural:$1|Tala|Mga tala}}",
        ["tag-todo"] = "MGA GAWAIN",
        ["no-content"] = "Ang ''Luabsource code'' ay hindi mahanap sa $1",
        ["type-variable"] = "",
        ["type-table"] = "talaan",
        ["no-markup"] = "Ang ''markup'' sa documentasyon para sa Docbuntu ay hindi mahanap sa $1",
        ["header-items"] = "Mga aytem sa package",
        ["parentheses"] = "",
        ["separator-dot"] = "&nbsp;•&#32;",
        ["tag-usage"] = "Paggamit"
    },
    ["tr"] = {
        ["tag-warning"] = "{{plural:$1|Uyarı|Uyarılar}}",
        ["optional"] = "isteğe bağlı",
        ["separator-dot"] = "&nbsp;•&#32;",
        ["no-markup"] = "Docbunto için belge işaretlemesi $1 sayfasında bulunamadı",
        ["tag-usage"] = "Kullanım",
        ["type-table"] = "tablo",
        ["parentheses"] = "&#32;($1)",
        ["type-variable"] = "değişken",
        ["separator-colon"] = ";&#32;",
        ["header-items"] = "Paket öğeleri",
        ["no-content"] = "Lua kaynak kodu $1 sorgusunda bulunamadı",
        ["tag-todo"] = "YAPILACAKLAR",
        ["tag-note"] = "{{plural:$1|Not|Notlar}}",
        ["type-boolean"] = "boole",
        ["tag-fixme"] = "{{plural:$1|Hata|Hatalar}}",
        ["header-documentation"] = "Belgelendirme",
        ["tag-error"] = "{{plural:$1|Hata|Hatalar}}",
        ["type-string"] = "dize",
        ["tag-param"] = "{{plural:$1|Parametre|Parametreler}}",
        ["tag-field"] = "{{plural:$1|Alan|Alanlar}}",
        ["type-number"] = "sayı",
        ["tag-see"] = "Ayrıca bakınız",
        ["header-class"] = "Paket sınıfı",
        ["type-nil"] = "nil",
        ["type-member"] = "üye",
        ["header-other"] = "Diğer öğeler",
        ["header-function"] = "Paket işlevi",
        ["header-private"] = "Özel öğeler",
        ["type-sequence"] = "sıra",
        ["separator-semicolon"] = ":&#32;",
        ["tag-return"] = "Döndürmeler",
        ["type-function"] = "işlev"
    },
    ["vi"] = {
        ["tag-warning"] = "Cảnh báo",
        ["tag-note"] = "Lưu ý",
        ["separator-dot"] = "&nbsp;•&#32;",
        ["header-documentation"] = "Tài liệu",
        ["tag-usage"] = "Cách dùng",
        ["type-member"] = "",
        ["header-items"] = "Mục gói",
        ["type-variable"] = "biến",
        ["type-function"] = "hàm",
        ["separator-colon"] = ";&#32;",
        ["no-content"] = "Không tìm thấy mã nguồn Lua trong $1",
        ["header-private"] = "Mục riêng",
        ["optional"] = "tuỳ chọn",
        ["tag-error"] = "Lỗi",
        ["type-string"] = "xâu",
        ["tag-param"] = "{{plural:$1|Tham số|Các tham số}}",
        ["tag-field"] = "{{plural:$1|Trường|Các trường}}\n",
        ["type-number"] = "số",
        ["tag-see"] = "Xem thêm",
        ["header-class"] = "Lớp gói",
        ["header-other"] = "Mục khác",
        ["header-function"] = "Hàm gói",
        ["type-sequence"] = "chuỗi",
        ["tag-return"] = "Trả về",
        ["type-table"] = "bảng"
    },
    ["zh"] = {
        ["tag-warning"] = "警告",
        ["optional"] = "可选",
        ["separator-dot"] = "・",
        ["no-markup"] = "没有在$1中找到Docbunto的文档标记",
        ["type-nil"] = "nil",
        ["type-table"] = "表",
        ["tag-field"] = "字段",
        ["type-variable"] = "变量",
        ["type-function"] = "函数",
        ["header-items"] = "程序包项",
        ["no-content"] = "没有在$1中找到Lua源代码",
        ["header-private"] = "私有项",
        ["tag-note"] = "注意",
        ["type-boolean"] = "布尔",
        ["tag-fixme"] = "漏洞",
        ["header-documentation"] = "文档",
        ["tag-error"] = "错误",
        ["type-string"] = "字符串",
        ["tag-param"] = "参数",
        ["parentheses"] = "($1)",
        ["type-number"] = "数字",
        ["tag-see"] = "另见",
        ["header-class"] = "程序包类",
        ["tag-todo"] = "待办",
        ["type-member"] = "成员",
        ["header-other"] = "其他项",
        ["header-function"] = "程序包函数",
        ["separator-semicolon"] = ":",
        ["type-sequence"] = "序列",
        ["separator-colon"] = ";",
        ["tag-return"] = "返回",
        ["tag-usage"] = "用法"
    }
}