dev

Warning!

You are viewing a module with translations for the L10n module. It is not advised to edit this page manually. Instead, use the translations editor. Only edit this page directly if there's something that has to be done that the translation editor cannot do, or if the translation editor misbehaved. In these cases, it would also help if you leave a message on the I18nEdit talk page about your issue.

Upon editing this page without the translations editor you will be warned by the abuse filter and your edits will be tagged.

Open translations editor

-- <nowiki>
return {
    ["_metadata"] = {
        ["order"] = {
            "note",
            "template",
            "dot",
            "note2",
            "note3",
            "keys",
            "values"
        }
    },
    ["en"] = {
    	["note"] = "This subpage stores the localization data for",
		["template"] = "Template",
		["dot"] = ".",
		["note2"] = "All unlisted language keys use English values as the default ones.",
		["note3"] = 'Gray text (like <span style="opacity: 0.5">this</span>) means that the value for the language code is not defined (not translated), so it takes value for <code>en</code> (as the default value).',
		["keys"] = "Keys",
		["values"] = "Values"
    },
    ["qqq"] = {
    	["note"] = "The intro note.",
    	["template"] = "Template namespace.",
    	["dot"] = "Dot sign \".\" at the end of the first note.",
    	["note2"] = "The note about default values.",
    	["note3"] = "The note about gray text.",
    	["keys"] = "\"Keys\" in a plural form.",
    	["values"] = "\"Values\" in a plural form."
    },
    ["ru"] = {
    	["note"] = "Эта подстраница хранит данные о локализации для страницы",
		["template"] = "Шаблон",
		["dot"] = ".",
		["note2"] = "Все языки, которые не перечислены здесь, берут значения из английского языка.",
		["note3"] = 'Серый текст (по типу <span style="opacity: 0.5">такого</span>) означает, что данное значение не задано (не переведено) для этого языка, поэтому оно берёт значения из английского языка (язык по умолчанию).',
		["keys"] = "Ключи",
		["values"] = "Значения"
    },
}
-- </nowiki>