ElvUI/ElvUI_EnhancedFriendsList/Locales/Russian.lua

32 lines
No EOL
1.2 KiB
Lua
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- Russian localization file for ruRU.
local AceLocale = LibStub:GetLibrary("AceLocale-3.0-ElvUI")
local L = AceLocale:NewLocale("ElvUI", "ruRU")
if not L then return; end
L["LEVEL_TEMPLATE"] = "%s-го уровня";
L["SHORT_LEVEL_TEMPLATE"] = "%s-го ур.";
L["Class Icon"] = "Иконка класса";
L["Class Icon Status Color"] = true;
L["Class Text"] = "Текст класса";
L["Colorize Name Only"] = true;
L["Enhanced Friends List"] = true;
L["Enhanced Name"] = true;
L["Enhanced Zone Color"] = true;
L["Enhanced Zone"] = true;
L["Friends that are in the same area as you, have their zone info colorized green."] = true;
L["Last Seen"] = "Последний вход";
L["Last seen"] = "Не всети";
L["Level Range Color"] = true;
L["Level Text"] = "Текст уровня";
L["Level"] = "Уровень";
L["Offline Friends"] = true;
L["Online Friends"] = true;
L["Same Zone Color"] = true;
L["Same Zone"] = true;
L["Short Level"] = "Короткий текст уровеня";
L["Show Background"] = true;
L["Show Status Icon"] = true;
L["Status Icons Textures"] = true;
L["Zone Font"] = "Шрифт локации";
L["Zone Text"] = "Текст локации";