-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlocalization.lua
More file actions
94 lines (92 loc) · 5.61 KB
/
localization.lua
File metadata and controls
94 lines (92 loc) · 5.61 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
local L = BearCastBar.L
L["BearCastBar Options"] = "BearCastBar Options"
L["Cast bar"] = "Cast bar"
L["Height"] = "Height"
L["Width"] = "Width"
L["Lag protection %dms"] = "Lag protection %dms"
L["If your connection is stable set this as close to 0ms as possible.\n\nIf your casts are not going through, set this higher until you can cast reliably.\n\n100ms recommended for average connections."] = "If your connection is stable set this as close to 0ms as possible.\n\nIf your casts are not going through, set this higher until you can cast reliably.\n\n100ms recommended for average connections."
L["Place custom textures in: \n%s \n\nType filename without extension. Eg \"flat\""] = "Place custom textures in: \n%s \n\nType filename without extension. Eg \"flat\""
L["Apply"] = "Apply"
L["Set Colour"] = "Set Colour"
L["Lock cast bar"] = "Lock cast bar"
L["Attack timer bar"] = "Attack timer bar"
L["Lock attack timer bar"] = "Lock attack timer bar"
L["Attack bar enabled"] = "Attack bar enabled"
L["Hunter abilities enabled"] = "Hunter abilities enabled"
L["lock - to lock and hide the anchor"] = "lock - to lock and hide the anchor"
L["unlock - to unlock and show the anchor"] = "unlock - to unlock and show the anchor"
L["disable - to disable the attack bar"] = "disable - to disable the attack bar"
L["enable - to enable the attack bar"] = "enable - to enable the attack bar"
L["huntoff - to disable the hunter abilities"] = "huntoff - to disable the hunter abilities"
L["hunton - to enable the hunter abilities"] = "hunton - to enable the hunter abilities"
L["s"] = "s"
L["Main"] = "Main"
L["Off"] = "Off"
L["Your (.+) hits"] = "Your (.+) hits"
L["Your (.+) crits"] = "Your (.+) crits"
L["Your (.+) is"] = "Your (.+) is"
L["Your (.+) misses"] = "Your (.+) misses"
L["Auto Shot"] = "Auto Shot"
L["Shoot"] = "Shoot"
L["Wand"] = "Wand"
L["Raptor Strike"] = "Raptor Strike"
L["Heroic Strike"] = "Heroic Strike"
L["Maul"] = "Maul"
L["Cleave"] = "Cleave"
L["Throw"] = "Throw"
L["Shoot Bow"] = "Shoot Bow"
L["Bow"] = "Bow"
L["Shoot Gun"] = "Shoot Gun"
L["Gun"] = "Gun"
L["Shoot Crossbow"] = "Shoot Crossbow"
L["X-Bow"] = "X-Bow"
L["Aimed Shot"] = "Aimed Shot"
L["Multi-Shot"] = "Multi-Shot"
L["Reloading"] = "Reloading"
if GetLocale() == "ruRU" then
-- Russian localization by Lichery
L["BearCastBar Options"] = "Настройки BearCastBar"
L["Cast bar"] = "Полоса применения"
L["Height"] = "Высота"
L["Width"] = "Ширина"
L["Lag protection %dms"] = "Защита от задержки %d мс"
L["If your connection is stable set this as close to 0ms as possible.\n\nIf your casts are not going through, set this higher until you can cast reliably.\n\n100ms recommended for average connections."] = "Если ваше соединение стабильно, установите это как можно ближе к 0 мс.\n\nЕсли ваши заклинания не пройдут, установите это выше, пока вы не сможете надежно произносить.\n\nДля средних соединений рекомендуется использовать 100 мс."
L["Place custom textures in: \n%s \n\nType filename without extension. Eg \"flat\""] = "Поместите пользовательские текстуры в:\n%s\n\nВведите имя файла без расширения.\nНапример \"flat\""
L["Apply"] = "Применить"
L["Set Colour"] = "Цвет"
L["Lock cast bar"] = "Заблокировать\nполосу произнесения"
L["Attack timer bar"] = "Полоса таймера атаки"
L["Lock attack timer bar"] = "Заблокировать полосу таймера атаки"
L["Attack bar enabled"] = "Полоса атаки включена"
L["Hunter abilities enabled"] = "Способности охотника включены"
L["lock - to lock and hide the anchor"] = "lock - заблокировать и спрятать якорь"
L["unlock - to unlock and show the anchor"] = "unlock - разблокировать и показать якорь"
L["disable - to disable the attack bar"] = "disable - отключить полосу атаки"
L["enable - to enable the attack bar"] = "enable - включить полосу атаки"
L["huntoff - to disable the hunter abilities"] = "huntoff - отключить способности охотника"
L["hunton - to enable the hunter abilities"] = "hunton - включить способности охотника"
L["s"] = "сек."
L["Main"] = "Автоатака (правая рука)"
L["Off"] = "Автоатака (левая рука)"
L["Your (.+) hits"] = "Ваше заклинание \"(.+)\" наносит"
L["Your (.+) crits"] = "Ваше заклинание \"(.+)\" наносит .*: критический эффект."
L["Your (.+) is"] = "ваше заклинание \"(.+)\""
L["Your (.+) misses"] = "Ваше заклинание \"(.+)\" не попадает"
L["Auto Shot"] = "Автоматическая стрельба"
L["Shoot"] = "Выстрел"
L["Wand"] = "Жезл"
L["Raptor Strike"] = "Удар ящера"
L["Heroic Strike"] = "Удар героя"
L["Maul"] = "Трепка"
L["Cleave"] = "Рассекающий удар"
L["Throw"] = "Бросок"
L["Shoot Bow"] = "Выстрел из лука"
L["Bow"] = "Лук"
L["Shoot Gun"] = "Выстрел с огнестрельного оружия"
L["Gun"] = "Ружье"
L["Shoot Crossbow"] = "Выстрел с арбалета"
L["X-Bow"] = "X-Bow" --?
L["Aimed Shot"] = "Прицельный выстрел"
L["Multi-Shot"] = "Залп"
L["Reloading"] = "Перезагрузка"
end