forked from Shadowed/OptionHouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalization.ruRU.lua
54 lines (53 loc) · 2.57 KB
/
localization.ruRU.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
if GetLocale() ~= "ruRU" then return end
local OPTIONHOUSE, L = ...
-- Russian translations
L["|cffffffff%.2f KiB/s|r\n\nMem/Sec"] = "|cffffffff%.2f KiB/с|r\n\nПам/Сек"
L["|cffffffff%.2f MiB/s|r\n\nMem/Sec"] = "|cffffffff%.2f MiB/с|r\n\nПам/Сек"
L["%.3f KiB (%.2f%%)"] = "%.3f KiB (%.2f%%)"
L["%.3f KiB/s"] = "%.3f KiB/с"
L["%.3f MiB (%.2f%%)"] = "%.3f MiB (%.2f%%)"
L["%.3f MiB/s"] = "%.3f MiB/с"
L["CPU"] = "CPU"
L["CPU/Sec"] = "CPU/Сек"
L["Dependencies"] = "Зависимость"
L["Disable All"] = "Отк. все"
L["Disable CPU"] = "Отк. CPU"
L["Disabled on UI Reload"] = "Отключить при перезагрузке UI"
L["Enable All"] = "Вкл. все"
L["Enable CPU"] = "Вкл. CPU"
L["Enabled on UI Reload"] = "Включить при перезагрузке UI"
L["Is Loadable on Demand but already loaded"] = "Загружается по требованию, в данный момент загружен"
L["Load"] = "Загрузка"
L["Loadable on Demand"] = "Загрузка по требованию"
L["Loaded"] = "Загружен"
L["Management"] = "Управление"
L["Mem/Sec"] = "Пам/Сек"
L["Memory"] = "Память"
L["Name"] = "Название"
L["Option House"] = "Option House"
L["Performance"] = "Производительность"
L["Reload UI"] = "Обновить UI"
L["Search..."] = "Поиск..."
--L["Show Blizzard AddOns"] = ""
L["Status"] = "Статус"
L["Would you like to enable the %d dependencies for %s?"] = "Вы хотите включить %d, и все зависимые %s?"
L["Would you like to enable the %d dependency for %s?"] = "Вы хотите включить %d зависимый от %s?"
L["Would you like to enable the %s child addon for %s?"] = "Вы хотите включить %s, дочерную модификацию %s?"
L["Would you like to enable the %s children addons for %s?"] = "Вы хотите включить %s, дочерные модификации %s?"
L["|cffd8d8d8Author:|r %s"] = "|cffd8d8d8Автор:|r %s"
L["|cffd8d8d8Notes:|r %s"] = "|cffd8d8d8Заметка:|r %s"
L["|cffd8d8d8Version:|r %s"] = "|cffd8d8d8Версия:|r %s"
--L["Profiles"] = ""
--L["New"] = ""
--L["New profile"] = ""
--L["Enter a name for the new profile:"] = ""
--L["Created new profile: %s"] = ""
--L["Save"] = ""
--L["Saved profile: %s"] = ""
--L["Load"] = ""
--L["Loaded profile: %s"] = ""
--L["Rename"] = ""
--L["Enter a new name for this profile:"] = ""
--L["Renamed profile from %s to %s."] = ""
--L["Delete"] = ""
--L["Deleted profile: %s"] = ""