Skip to content

Commit

Permalink
Updated ruRU localization
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Dec 23, 2020
1 parent 0f82f31 commit d0d022d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion Locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ L["Disable Tooltips"] = "Отключить тултипы"
L["Show AFK"] = "Показывать AFK"
L["Warning: Requires UI reloading."] = "Предупреждение: Требуется перезагрузка интерфейса"
L["Use Debuff Ordering"] = "Сортировка дебаффов"
L["Show Casts"] = "Показывать касты"
L["Show Incoming Casts"] = "Показывать касты"
L["Show All Casts"] = "Все касты"
L["Health Orientation"] = "Направление здоровья"
L["Horizontal"] = "Горизонтально"
Expand Down Expand Up @@ -162,3 +162,12 @@ L["Missing Value"] = "Недостающее значение"
L["Value"] = "Значение"
L["Show Text"] = "Показывать текст"
L["Text"] = "Текст"
L["Permanently Unlocked"] = "Оставить разблокированным"
L["Merge Groups"] = "Объединить группы"
L["Lose distinction between groups, but sorting will work across the whole raid"] = "Теряются различия между группами рейда, но сортировка работает по всему рейду"
L["Disable Blizzard Player Frame"] = "Отключить стандартный юнитфрейм игрока"
L["Max Groups"] = "Макс. кол-во групп"
L["Pet Class Color"] = "Цвет петов"
L["Use Separate Background Color"] = "Отдельный цвет фона"
L["Background Color"] = "Цвет фона"
L["Arena"] = "Арена"
4 changes: 2 additions & 2 deletions Options/GlobalSettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function ns.MakeGlobalSettings()
order = 8.6,
},
thickBorder = {
name = L"Thick Frame Outline"..newFeatureIcon,
name = L"Thick Frame Outline",
width = "full",
type = "toggle",
get = function(info) return Aptechka.db.global.borderWidth == 2 end,
Expand Down Expand Up @@ -150,7 +150,7 @@ function ns.MakeGlobalSettings()
order = 10.1,
},
translitCyrillic = {
name = L"Transliterate Russian Names"..newFeatureIcon,
name = L"Transliterate Russian Names",
width = "full",
type = "toggle",
get = function(info) return Aptechka.db.global.translitCyrillic end,
Expand Down

0 comments on commit d0d022d

Please sign in to comment.