ascension: 4.4.2 → vendored 4.4.2-2-g3b02ee4 (in-game AddOns dir)

Imported from /srv/add01/wow-ascension/Interface/AddOns/Bartender4 — the
build Ascension's WotLK 3.3.5 client ships.

Single vendored drop: Ascension's build process bundles their custom
patches with the standard CurseForge packager output (embedded libs),
and the individual patches aren't published separately.

Net delta vs Nevcairiel 4.4.2, excluding bundled libs and CRLF
normalization: 21 files, 2213+/52- — the Ascension-specific
adaptations for WotLK 3.3.5 hero classes / custom action systems.

License: All rights reserved (per .toc).
This commit is contained in:
2026-05-08 03:45:58 +02:00
parent 97d989dd93
commit 57a5cdabdf
110 changed files with 23249 additions and 6220 deletions
+70 -70
View File
@@ -1,70 +1,70 @@
#!/usr/local/bin/lua
-- CONFIG --
--[[
Prefix to all files if this script is run from a subdir, for example
]]
local filePrefix = "../"
--[[
List of all files to parse
]]
local files = {
"ActionBar.lua",
"ActionBars.lua",
"ActionButton.lua",
"BagBar.lua",
"Bar.lua",
"Bartender4.lua",
"ButtonBar.lua",
"MicroMenu.lua",
"MultiCastBar.lua",
"PetBar.lua",
"PetButton.lua",
"RepXPBar.lua",
"StanceBar.lua",
"StateBar.lua",
"VehicleBar.lua",
--
"Options/ActionBar.lua",
"Options/BagBar.lua",
"Options/Bar.lua",
"Options/ButtonBar.lua",
"Options/MicroMenu.lua",
"Options/MultiCastBar.lua",
"Options/Options.lua",
"Options/PetBar.lua",
"Options/RepXPBar.lua",
"Options/StanceBar.lua",
"Options/StateBar.lua",
"Options/VehicleBar.lua",
}
local out = "Strings.lua"
-- CODE --
local strings = {}
-- extract data from specified lua files
for idx,filename in pairs(files) do
local file = io.open(string.format("%s%s", filePrefix or "", filename), "r")
assert(file, "Could not open " .. filename)
local text = file:read("*all")
for match in string.gmatch(text, "L%[\"(.-)\"%]") do
strings[match] = true
end
end
local work = {}
for k,v in pairs(strings) do table.insert(work, k) end
table.sort(work)
-- Write locale files
local file = io.open(out, "w")
for idx, match in ipairs(work) do
file:write(string.format("L[\"%s\"] = true\n", match))
end
file:close()
#!/usr/local/bin/lua
-- CONFIG --
--[[
Prefix to all files if this script is run from a subdir, for example
]]
local filePrefix = "../"
--[[
List of all files to parse
]]
local files = {
"ActionBar.lua",
"ActionBars.lua",
"ActionButton.lua",
"BagBar.lua",
"Bar.lua",
"Bartender4.lua",
"ButtonBar.lua",
"MicroMenu.lua",
"MultiCastBar.lua",
"PetBar.lua",
"PetButton.lua",
"RepXPBar.lua",
"StanceBar.lua",
"StateBar.lua",
"VehicleBar.lua",
--
"Options/ActionBar.lua",
"Options/BagBar.lua",
"Options/Bar.lua",
"Options/ButtonBar.lua",
"Options/MicroMenu.lua",
"Options/MultiCastBar.lua",
"Options/Options.lua",
"Options/PetBar.lua",
"Options/RepXPBar.lua",
"Options/StanceBar.lua",
"Options/StateBar.lua",
"Options/VehicleBar.lua",
}
local out = "Strings.lua"
-- CODE --
local strings = {}
-- extract data from specified lua files
for idx,filename in pairs(files) do
local file = io.open(string.format("%s%s", filePrefix or "", filename), "r")
assert(file, "Could not open " .. filename)
local text = file:read("*all")
for match in string.gmatch(text, "L%[\"(.-)\"%]") do
strings[match] = true
end
end
local work = {}
for k,v in pairs(strings) do table.insert(work, k) end
table.sort(work)
-- Write locale files
local file = io.open(out, "w")
for idx, match in ipairs(work) do
file:write(string.format("L[\"%s\"] = true\n", match))
end
file:close()
+235 -8
View File
@@ -1,8 +1,235 @@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "deDE")
if not L then return end
--@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="comment")@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "deDE")
if not L then return end
L["ActionBar Paging"] = "Aktionsleisten Seitenwechsel"
L["Alignment"] = "Ausrichtung"
L["Alpha"] = "Transparenz"
L["ALT"] = "ALT"
L["Always Hide"] = "Immer verbergen"
L["Anchor"] = "Anker"
L["Auto-Assist"] = "Automatische Hilfe"
L["Bag Bar"] = "Taschenleiste"
L["Bar Options"] = "Leistenoptionen"
L["Bars"] = "Leisten"
L["Bar %s"] = "Leiste %s"
L["Bar Snapping"] = "An Leisten ausrichten"
L["Bar Style & Layout"] = "Leistenform & Anordnung"
L["Bars unlocked. Move them now and click Lock when you are done."] = "Leisten freigegeben. Man kann sie jetzt bewegen und dann wieder verschließen."
L["Bartender4"] = "Bartender4"
L["Button Grid"] = "Schaltflächen Gitternetz"
L["Button Lock"] = "Schaltflächen verschließen"
L["Button Look"] = "Aussehen der Schaltflächen"
L["Buttons"] = "Schaltflächen"
L["Button %s"] = "Schaltfläche %s"
L["Button Tooltip"] = "Schaltflächen Tooltip"
L["Cannot access options during combat."] = "Während des Kampfes kein Zugriff auf die Optionen möglich."
L["Center Horizontally"] = "Horizontal zentrieren"
L["Centers the bar horizontally on screen."] = "Zentriert die Leiste horizontal auf dem Bildschirm."
L["Centers the bar vertically on screen."] = "Zentriert die Leiste vertikal auf dem Bildschirm."
L["Center Vertically"] = "Vertikal zentrieren"
L["|cffffff00Click|r to toggle bar lock"] = "|cffffff00Klicken|r um das Verschließen der Leisten umzuschalten."
L["|cffffff00Right-click|r to open the options menu"] = "|cffffff00Rechtsklicken|r um das Optionsmenü zu öffnen"
L["Change the current anchor point of the bar."] = "Den aktuellen Ankerpunkt der Leiste ändern."
L["Click-Through"] = "Hindurch klicken"
L["Colors"] = "Farben"
L["Configure actionbar paging when the %s key is down."] = "Aktionsleistenwechsel, während die %s Taste gedrückt ist, konfigurieren."
L["Configure Bar %s"] = "Leiste %s konfigurieren"
L["Configure how the Out of Range Indicator should display on the buttons."] = "Konfigurieren, wie die \"Außer Reichweite\"-Anzeige auf den Schaltflächen dargestellt werden soll."
L["Configure the alpha of the bar."] = "Die Transparentz der Leiste konfigurieren"
L["Configure the Bag Bar"] = "Die Taschenleiste konfigurieren"
L["Configure the Button Tooltip."] = "Den Schaltflächen Tooltip konfigurieren."
L["Configure the Fade Out Alpha"] = "Transparenz für abgeblendete Leisten konfigurieren"
L["Configure the Fade Out Delay"] = "Verzögerung beim Ausblenden konfigurieren"
L["Configure the Micro Menu"] = "Das Mikromenü konfigurieren"
L["Configure the padding of the buttons."] = "Den Abstand der Schaltflächen konfigurieren"
L["Configure the Pet Bar"] = "Die Begleiterleiste konfigurieren"
L["Configure the Reputation Bar"] = "Die Rufleiste konfigurieren"
L["Configure the scale of the bar."] = "Die Skallierung der Leiste konfigurieren"
L["Configure the Stance Bar"] = "Die Haltungsleiste konfigurieren"
L["Configure the Totem Bar"] = "Totem-Leiste konfigurieren"
L["Configure the VehicleBar"] = "Die Fahrzeugleiste konfigurieren"
L["Configure the XP Bar"] = "Die Erfahrungsleiste konfigurieren"
L["Copy Conditionals"] = "Bedingungen kopieren"
L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = "Eine Kopie der automatisch generierten Bedingungen in der eigenen Konfiguration als Basisvorlage erzeugen."
L["CTRL"] = "STRG"
L["Custom Conditionals"] = "Eigene Bedingungen"
L["Default Bar State"] = "Standard Leistenstatus"
L["Disable any reaction to mouse events on this bar, making the bar click-through."] = "Jede Mausinteraktion für diese Leiste deaktivieren, durch die Leiste hindurch klicken."
L["Disabled"] = "Deaktiviert"
L["Disabled in Combat"] = "Im Kampf deaktivieren"
L["Don't Page"] = "Kein Seitenwechsel"
L["Down"] = "Runter"
L[ [=[Enable Auto-Assist for this bar.
Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell.]=] ] = [=[Automatische Hilfe für diese Leiste aktivieren.
Falls der gewählte Zauber nicht auf das Ziel anwendbar ist, wird die automatische Hilfe versuchen ihn auf das Ziel des Ziels zu wirken.]=]
L[ [=[Enable Bar Switching based on the actionbar controls provided by the game.
See Blizzard Key Bindings for assignments - Usually Shift-Mouse Wheel and Shift+1 - Shift+6.]=] ] = [=[Leistenwechsel basierend auf der Tastenbelegung des Spiel aktivieren.
Zum Zuweisen die Blizzard Tastaturbelegung benutzen - Normalerweise Umschalt-Mausrad und Umschalt+1 bis 6.]=]
L["Enabled"] = "Aktiviert"
L["Enable/Disable the bar."] = "Die Leiste aktivieren/deaktivieren."
L["Enable State-based Button Swaping"] = "Situationsbedingten Schaltflächenwechsel aktivieren."
L["Enable the Bag Bar"] = "Taschenleiste aktivieren"
L["Enable the FadeOut mode"] = "Den Ausblendmodus aktivieren"
L["Enable the Micro Menu"] = "Mikromenü aktivieren"
L["Enable the PetBar"] = "Begleiterleiste aktivieren"
L["Enable the Reputation Bar"] = "Rufleiste aktivieren"
L["Enable the StanceBar"] = "Haltungsleiste aktivieren"
L["Enable the Totem Bar"] = "Totem-Leiste aktivieren"
L["Enable the use of a custom condition, disabling all of the above."] = "Die Benutzung von eigenen Bedingungen aktivieren und die obigen deaktivieren."
L["Enable the use of the Blizzard Vehicle UI, hiding any Bartender4 bars in the meantime."] = "Die Verwendung des Blizzard-Fahrzeug-UIs aktivieren (versteckt alle Bartender4-Leisten in der Zwischenzeit)."
L["Enable the Vehicle Bar"] = "Fahrzeugleiste aktivieren"
L["Enable the XP Bar"] = "Erfahrungsleiste aktivieren"
L["Fade Out"] = "Ausblenden"
L["Fade Out Alpha"] = "Transparenz beim Ausblenden"
L["Fade Out Delay"] = "Verzögerung beim Ausblenden"
L["FAQ"] = "FAQ"
L["FAQ_TEXT"] = [=[
|cffffd200
Ich habe Bartender4 soeben installiert, aber meine Tastenbelegungen werden auf den Tasten nicht angezeigt/funktionieren nicht vollständig.
|r
Bartender4 konvertiert nur die Zuweisungen von Leiste 1 direkt, alle anderen Leisten müssen über Bartender4 neu zugewiesen werden. Ein direkter Indikator ob deine Tastenbelegungen korrekt eingerichtet sind ist die Hotkey-Anzeige auf den Tasten. Wenn die Tastenzuweisung auf deiner Taste korrekt angezeigt wird, sollte auch alles andere richtig funktionieren.
|cffffd200
Wie ändere ich dann die Tastenbelegung(en) mit Bartender4?
|r
Bis wir ein Schnellzugriffsmenü oder ähnliches eingeführt haben (Minimap/FuBar/etc.), musst du den Chatbefehl |cffffff78/kb|r verwenden, um das entsprechende Menü dafür zu öffnen.
Sobald geöffnet, einfach über die Taste die du zuweisen möchtest fahren, und dann den entsprechenden Hotkey drücken. Der keyBound-Tooltip und eine Meldung am Bildschirm werden dich darüber informieren ob die belegte Taste schon zugewiesen ist, und wenn der Zuweisungsversuch erfolgreich war.
|cffffd200
Ich habe einen Bug gefunden! Wo soll ich diesen melden?
|r
Hier kannst du Bugs melden und Vorschläge machen: |cffffff78http://forums.wowace.com/showthread.php?t=12513|r
Oder du besuchst uns auf |cffffff78irc://irc.freenode.org/wowace|r
Wenn du einen Bug melden solltest, stelle sicher dass du die |cffffff78Schritte zur Reproduzierung des Bugs anführst|r, alle aufgetretenen |cffffff78Fehlermeldung|r auflistest, und uns mitteilst welche |cffffff78Revisionsnummer|r von Bartender4 du verwendest.
|cffffd200
Wer hat dieses coole Addon geschrieben?
|r
Bartender4 wurde geschrieben von Nevcairiel auf EU-Antonidas!
]=]
L["Focus-Cast by modifier"] = "Fokus-Zauber nach Modifikator"
L["Focus-Cast Modifier"] = "Fokus-Zauber-Modifikator"
L["Frequently Asked Questions"] = "Häufig gestellte Fragen"
L["Full Button Mode"] = "Komplette Schaltfläche"
L["General Settings"] = "Allgemeine Einstellungen"
L["Hide Hotkey"] = "Hotkey verstecken"
L["Hide in Combat"] = "Im Kampf verstecken"
L["Hide in Stance/Form"] = "In einer Haltung/Form verstecken"
L["Hide Macro Text"] = "Makrotext verstecken"
L["Hide on Vehicle"] = "In einem Fahrzeug verstecken"
L["Hide out of Combat"] = "Außerhalb des Kampfes verstecken"
L["Hide the Hotkey on the buttons of this bar."] = "Den Hotkey auf den Schaltflächen dieser Leiste verstecken."
L["Hide the Macro Text on the buttons of this bar."] = "Makrotext auf den Schaltflächen dieser Leiste verstecken."
L["Hide this bar in a specific Stance or Form."] = "Diese Leiste in einer bestimmten Haltung oder Form verstecken."
L["Hide this bar when the game wants to show a vehicle UI."] = "Verstecke diese Leiste, wenn das Spiel das Fahrzeug UI zeigen will."
L["Hide this bar when you are possessing a NPC."] = "Diese Leiste verstecken wenn man einen NSC übernimmt."
L["Hide this bar when you are riding on a vehicle."] = "Diese Leiste verstecken wenn man auf einem Fahrzeug sitzt."
L["Hide this bar when you have a pet."] = "Diese Leiste verstecken wenn man einen Begleiter hat."
L["Hide this bar when you have no pet."] = "Diese Leiste verstecken wenn man keinen Begleiter hat."
L["Hide when Possessing"] = "Beim Übernehmen verstecken"
L["Hide without pet"] = "Ohne Begleiter verstecken"
L["Hide with pet"] = "Mit Begleiter verstecken"
L["Hide with Vehicle UI"] = "Verstecke mit Fahrzeug UI"
L["Horizontal Growth"] = "Horizontale Ausweitung"
L["Horizontal growth direction for this bar."] = "Horizontale Ausweitungsrichtung für diese Leiste."
L["Hotkey Mode"] = "Hotkey Modus"
L["Key Bindings"] = "Tastenbelegung"
L["Keyring"] = "Schlüsselring"
L["Left"] = "Links"
L["Lock"] = "Verschließen"
L["Lock all bars."] = "Alle Leisten verschließen"
L["Lock the buttons."] = "Die Schaltflächen verschließen"
L["Micro Menu"] = "Mikromenü"
L["Minimap Icon"] = "Icon an der Minikarte"
L["Modifier Based Switching"] = "Leistenwechsel über Modifikatortaste."
L["No Display"] = "Keine Anzeige"
L["None"] = "Keine"
L["No Stance/Form"] = "Keine Haltung/Form"
L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = "Hinweis: Das Aktivieren von eigenen Bedingungen wird alle obigen Einstellungen deaktivieren."
L["Number of buttons."] = "Anzahl der Schaltflächen."
L["Number of rows."] = "Anzahl der Reihen."
L["Offset in X direction (horizontal) from the given anchor point."] = "Offset in Richtung X (horizontal) vom gegebenen Ankerpunkt aus."
L["Offset in Y direction (vertical) from the given anchor point."] = "Offset in Richtung Y (vertikal) vom gegebenen Ankerpunkt aus."
L["One Bag"] = "Eine Tasche"
L["Only show one Bag Button in the BagBar."] = "Nur eine Tasche in der Taschenleiste zeigen."
L["Out of Mana Indicator"] = "\"Kein Mana\" anzeigen"
L["Out of Range Indicator"] = "\"Außer Reichweite\" anzeigen"
L["Padding"] = "Abstand"
L["Page %2d"] = "Seite %2d"
L["Pet Bar"] = "Begleiter Leiste"
L["Positioning"] = "Positionierung"
L["Possess Bar"] = "Steuerungsleiste bei Charakter- / Fahrzeugübernahme"
L["Reputation Bar"] = "Rufleiste"
L["Reset Position"] = "Position zurücksetzen"
L["Reset the position of this bar completly if it ended up off-screen and you cannot reach it anymore."] = "Die Position dieser Leiste komplett zurücksetzen falls sie außerhalb des Bildschirms gelandet ist und du sie nicht mehr erreichen kannst."
L["Right"] = "Rechts"
L["Right-click Self-Cast"] = "Bei Rechtsklick auf sich selbst wirken"
L["Rows"] = "Reihen"
L["Scale"] = "Skalierung"
L["Select the Focus-Cast Modifier"] = "Den Fokus-Zauber-Modifikator auswählen"
L["Select the Self-Cast Modifier"] = "Den Selbstzauber-Modifikator auswählen"
L["Self-Cast by modifier"] = "Selbstzauber mittels Modifikatortaste."
L["Self-Cast Modifier"] = "Selbstzauber-Modifikator"
L["SHIFT"] = "Umschalt"
L["Show a Icon to open the config at the Minimap"] = "Icon zum Öffnen der Konfiguration an der Minikarte zeigen."
L["Show the keyring button."] = "Schlüsselring Schaltfläche zeigen."
L["Specify the Color of the Out of Mana Indicator"] = "Farbe für die \"Kein Mana\" Anzeige festlegen."
L["Specify the Color of the Out of Range Indicator"] = "Farbe für die \"Außer Reichweite\" Anzeige festlegen."
L["Stance Bar"] = "Haltungsleiste"
L["Stance Configuration"] = "Haltungen konfigurieren"
L["State Configuration"] = "Status konfigurieren"
L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = "Diese Leiste wechseln während man einen NSC übernimmt (z.B. Gedankenkontrolle)"
L["Switch to key-binding mode"] = "Zum Tastenbelegungsmodus wechseln"
L[ [=[The Alignment menu is still on the TODO.
As a quick preview of whats planned:
- Absolute and relative Bar Positioning
- Bars "snapping" together and building clusters]=] ] = [=[Das Menü zum Ausrichten ist noch ein unerledigter Punkt auf der Liste.
Eine kurze Vorschau des Geplanten:
- Absolutes und relatives Positionieren der Leisten
- Leisten "springen" aneinander und bilden eine Gruppe]=]
L["The bar default is to be visible all the time, you can configure conditions here to control when the bar should be hidden."] = "Die Leiste ist standardmäßig immer sichtbar. Man kann Bedingungen konfigurieren um zu kontrollieren wann die Leiste versteckt werden soll."
L["The default behaviour of this bar when no state-based paging option affects it."] = "Das Standardverhalten dieser Leiste wenn sie von keinem Wechsel betroffen ist."
L["The Positioning options here will allow you to position the bar to your liking and with an absolute precision."] = "Diese Optionen erlauben dir, die Leiste nach deinen Vorstellungen und absolut präzise zu positionieren."
L["This bar will be hidden once you enter combat."] = "Diese Leiste wird versteckt sobald man sich im Kampf befindet."
L["This bar will be hidden whenever you are not in combat."] = "Diese Leiste wird versteckt solange man sich nicht im Kampf befindet."
L[ [=[Toggle Button Zoom
For more style options you need to install ButtonFacade]=] ] = [=[Schaltflächen Zoom umschalten
Für weitere Stiloptionen muss ButtonFacade installiert werden.]=]
L["Toggle the button grid."] = "Das Schaltflächen Gitternetz umschalten."
L["Toggle the use of the modifier-based focus-cast functionality."] = "Die modifikatorbasierenden Fokuszauber-Funktionalität ein/ausschalten."
L["Toggle the use of the modifier-based self-cast functionality."] = "Schaltet die modifikatorbasierenden Selbstzauber ein oder aus."
L["Toggle the use of the right-click self-cast functionality."] = "Die Benutzung der Rechtsklick-Selbstzauber-Funktion ein/ausschalten."
L["Totem Bar"] = "Totem-Leiste"
L["Up"] = "Hoch"
L["Use Blizzard Vehicle UI"] = "Blizzard-Fahrzeug-UI verwenden"
L["Use Custom Condition"] = "Eigene Bedingungen benutzen"
L["VehicleBar"] = "Fahrzeugsleiste"
L["Vehicle Bar"] = "Fahrzeugsleiste"
L["Vertical Growth"] = "Vertikale Ausweitung"
L["Vertical growth direction for this bar."] = "Vertikale Ausweitungsrichtung für diese Leiste."
L["Visibility"] = "Sichtbarkeit"
L["X Offset"] = "X Offset"
L["XP Bar"] = "Erfahrungsleiste"
L["Y Offset"] = "Y Offset"
L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = "Man kann die Leiste dauerhaft verstecken, um sie nur über die Tastaturbelegung anzusteuern."
L[ [=[You can use any macro conditionals in the custom string, using "show" and "hide" as values.
Example: [combat]hide;show]=] ] = [=[Man kann alle Makrobedingungen in der eigenen Zeichenfolge benutzen, unter Verwendung der Werte "show" und "hide".
Beispiel: [combat]hide;show]=]
L[ [=[You can use any macro conditionals in the custom string, using the number of the bar as target value.
Example: [form:1]9;0]=] ] = [=[Man kann alle Makrobedingungen in der eigenen Zeichenfolge benutzen, unter Verwendung der Leistennummer als Zielwert.
Beispiel: [form:1]9;0]=]
L["You have to exit the vehicle in order to be able to change the Vehicle UI settings."] = "Du musst das Fahrzeug verlassen um Änderungen am Fahrzeug-UI vornehmen zu können."
L["Zoom"] = "Zoom"
+233 -12
View File
@@ -1,12 +1,233 @@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local debug = false
--@debug@
debug = true
--@end-debug@
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "enUS", true, debug)
--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true)@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local debug = false
--[===[@debug@
debug = true
--@end-debug@]===]
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "enUS", true, debug)
L["ActionBar Paging"] = true
L["Alignment"] = true
L["Alpha"] = true
L["ALT"] = true
L["Always Hide"] = true
L["Anchor"] = true
L["Auto-Assist"] = true
L["Bag Bar"] = true
L["Bar Options"] = true
L["Bars"] = true
L["Bar %s"] = true
L["Bar Snapping"] = true
L["Bar Style & Layout"] = true
L["Bars unlocked. Move them now and click Lock when you are done."] = true
L["Bartender4"] = true
L["Button Grid"] = true
L["Button Lock"] = true
L["Button Look"] = true
L["Buttons"] = true
L["Button %s"] = true
L["Button Tooltip"] = true
L["Cannot access options during combat."] = true
L["Center Horizontally"] = true
L["Centers the bar horizontally on screen."] = true
L["Centers the bar vertically on screen."] = true
L["Center Vertically"] = true
L["|cffffff00Click|r to toggle bar lock"] = true
L["|cffffff00Right-click|r to open the options menu"] = true
L["Change the current anchor point of the bar."] = true
L["Click-Through"] = true
L["Colors"] = true
L["Configure actionbar paging when the %s key is down."] = true
L["Configure Bar %s"] = true
L["Configure how the Out of Range Indicator should display on the buttons."] = true
L["Configure the alpha of the bar."] = true
L["Configure the Bag Bar"] = true
L["Configure the Button Tooltip."] = true
L["Configure the Fade Out Alpha"] = true
L["Configure the Fade Out Delay"] = true
L["Configure the Micro Menu"] = true
L["Configure the padding of the buttons."] = true
L["Configure the Pet Bar"] = true
L["Configure the Reputation Bar"] = true
L["Configure the scale of the bar."] = true
L["Configure the Stance Bar"] = true
L["Configure the Totem Bar"] = true
L["Configure the VehicleBar"] = true
L["Configure the XP Bar"] = true
L["Copy Conditionals"] = true
L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = true
L["CTRL"] = true
L["Custom Conditionals"] = true
L["Default Bar State"] = true
L["Disable any reaction to mouse events on this bar, making the bar click-through."] = true
L["Disabled"] = true
L["Disabled in Combat"] = true
L["Don't Page"] = true
L["Down"] = true
L[ [=[Enable Auto-Assist for this bar.
Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell.]=] ] = true
L[ [=[Enable Bar Switching based on the actionbar controls provided by the game.
See Blizzard Key Bindings for assignments - Usually Shift-Mouse Wheel and Shift+1 - Shift+6.]=] ] = true
L["Enabled"] = true
L["Enable/Disable the bar."] = true
L["Enable State-based Button Swaping"] = true
L["Enable the Bag Bar"] = true
L["Enable the FadeOut mode"] = true
L["Enable the Micro Menu"] = true
L["Enable the PetBar"] = true
L["Enable the Reputation Bar"] = true
L["Enable the StanceBar"] = true
L["Enable the Totem Bar"] = true
L["Enable the use of a custom condition, disabling all of the above."] = true
L["Enable the use of the Blizzard Vehicle UI, hiding any Bartender4 bars in the meantime."] = true
L["Enable the Vehicle Bar"] = true
L["Enable the XP Bar"] = true
L["Fade Out"] = true
L["Fade Out Alpha"] = true
L["Fade Out Delay"] = true
L["FAQ"] = true
L["FAQ_TEXT"] = [=[|cffffd200
I just installed Bartender4, but my keybindings do not show up on the buttons/do not work entirely.
|r
Bartender4 only converts the bindings of Bar1 to be directly usable, all other Bars will have to be re-bound to the Bartender4 keys. A direct indicator if your key-bindings are setup correctly is the hotkey display on the buttons. If the key-bindings shows correctly on your button, everything should work fine as well.
|cffffd200
How do I change the Bartender4 Keybindings then?
|r
You can either click the KeyBound button in the options, or use the |cffffff78/kb|r chat command to open the keyBound control.
Once open, simply hover the button you want to bind, and press the key you want to be bound to that button. The keyBound tooltip and on-screen status will inform you about already existing bindings to that button, and the success of your binding attempt.
|cffffd200
My BagBar does not have the Keyring on it, how do i get it back?
|r
Its simple! Just check the Keyring option in the BagBars configuration menu, and it'll appear next to your bags.
|cffffd200
I've found a bug! Where do I report it?
|r
You can report bugs or give suggestions at the discussion forums at |cffffff78http://forums.wowace.com/showthread.php?t=12513|r or check the project page at |cffffff78http://www.wowace.com/projects/bartender4/|r
Alternatively, you can also find us on |cffffff78irc://irc.freenode.org/wowace|r
When reporting a bug, make sure you include the |cffffff78steps on how to reproduce the bug|r, supply any |cffffff78error messages|r with stack traces if possible, give the |cffffff78revision number|r of Bartender4 the problem occured in and state whether you are using an |cffffff78English client or otherwise|r.
|cffffd200
Who wrote this cool addon?
|r
Bartender4 was written by Nevcairiel of EU-Antonidas, the author of Bartender3!
]=]
L["Focus-Cast by modifier"] = true
L["Focus-Cast Modifier"] = true
L["Frequently Asked Questions"] = true
L["Full Button Mode"] = true
L["General Settings"] = true
L["Hide Hotkey"] = true
L["Hide in Combat"] = true
L["Hide in Stance/Form"] = true
L["Hide Macro Text"] = true
L["Hide on Vehicle"] = true
L["Hide out of Combat"] = true
L["Hide the Hotkey on the buttons of this bar."] = true
L["Hide the Macro Text on the buttons of this bar."] = true
L["Hide this bar in a specific Stance or Form."] = true
L["Hide this bar when the game wants to show a vehicle UI."] = true
L["Hide this bar when you are possessing a NPC."] = true
L["Hide this bar when you are riding on a vehicle."] = true
L["Hide this bar when you have a pet."] = true
L["Hide this bar when you have no pet."] = true
L["Hide when Possessing"] = true
L["Hide without pet"] = true
L["Hide with pet"] = true
L["Hide with Vehicle UI"] = true
L["Horizontal Growth"] = true
L["Horizontal growth direction for this bar."] = true
L["Hotkey Mode"] = true
L["Key Bindings"] = true
L["Keyring"] = true
L["Left"] = true
L["Lock"] = true
L["Lock all bars."] = true
L["Lock the buttons."] = true
L["Micro Menu"] = true
L["Minimap Icon"] = true
L["Modifier Based Switching"] = true
L["No Display"] = true
L["None"] = true
L["No Stance/Form"] = true
L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = true
L["Number of buttons."] = true
L["Number of rows."] = true
L["Offset in X direction (horizontal) from the given anchor point."] = true
L["Offset in Y direction (vertical) from the given anchor point."] = true
L["One Bag"] = true
L["Only show one Bag Button in the BagBar."] = true
L["Out of Mana Indicator"] = true
L["Out of Range Indicator"] = true
L["Padding"] = true
L["Page %2d"] = true
L["Pet Bar"] = true
L["Positioning"] = true
L["Possess Bar"] = true
L["Reputation Bar"] = true
L["Reset Position"] = true
L["Reset the position of this bar completly if it ended up off-screen and you cannot reach it anymore."] = true
L["Right"] = true
L["Right-click Self-Cast"] = true
L["Rows"] = true
L["Scale"] = true
L["Select the Focus-Cast Modifier"] = true
L["Select the Self-Cast Modifier"] = true
L["Self-Cast by modifier"] = true
L["Self-Cast Modifier"] = true
L["SHIFT"] = true
L["Show a Icon to open the config at the Minimap"] = true
L["Show the keyring button."] = true
L["Specify the Color of the Out of Mana Indicator"] = true
L["Specify the Color of the Out of Range Indicator"] = true
L["Stance Bar"] = true
L["Stance Configuration"] = true
L["State Configuration"] = true
L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = true
L["Switch to key-binding mode"] = true
L[ [=[The Alignment menu is still on the TODO.
As a quick preview of whats planned:
- Absolute and relative Bar Positioning
- Bars "snapping" together and building clusters]=] ] = true
L["The bar default is to be visible all the time, you can configure conditions here to control when the bar should be hidden."] = true
L["The default behaviour of this bar when no state-based paging option affects it."] = true
L["The Positioning options here will allow you to position the bar to your liking and with an absolute precision."] = true
L["This bar will be hidden once you enter combat."] = true
L["This bar will be hidden whenever you are not in combat."] = true
L[ [=[Toggle Button Zoom
For more style options you need to install ButtonFacade]=] ] = true
L["Toggle the button grid."] = true
L["Toggle the use of the modifier-based focus-cast functionality."] = true
L["Toggle the use of the modifier-based self-cast functionality."] = true
L["Toggle the use of the right-click self-cast functionality."] = true
L["Totem Bar"] = true
L["Up"] = true
L["Use Blizzard Vehicle UI"] = true
L["Use Custom Condition"] = true
L["VehicleBar"] = true
L["Vehicle Bar"] = true
L["Vertical Growth"] = true
L["Vertical growth direction for this bar."] = true
L["Visibility"] = true
L["X Offset"] = true
L["XP Bar"] = true
L["Y Offset"] = true
L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = true
L[ [=[You can use any macro conditionals in the custom string, using "show" and "hide" as values.
Example: [combat]hide;show]=] ] = true
L[ [=[You can use any macro conditionals in the custom string, using the number of the bar as target value.
Example: [form:1]9;0]=] ] = true
L["You have to exit the vehicle in order to be able to change the Vehicle UI settings."] = true
L["Zoom"] = true
+232 -8
View File
@@ -1,8 +1,232 @@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "esES")
if not L then return end
--@localization(locale="esES", format="lua_additive_table", handle-unlocalized="comment")@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "esES")
if not L then return end
L["ActionBar Paging"] = "Paginación de Barras de acción"
L["Alignment"] = "Alineación"
L["Alpha"] = "Transparencia"
L["ALT"] = "ALT"
L["Always Hide"] = "Ocultar siempre"
L["Anchor"] = "Anclar"
L["Auto-Assist"] = "Asistente automático"
L["Bag Bar"] = "Barra de bolsas"
L["Bar Options"] = "Opciones de Barra"
L["Bars"] = "Barras"
L["Bar %s"] = "Barra %s"
L["Bar Snapping"] = "Ajuste de barras"
L["Bar Style & Layout"] = "Estilo y Disposición de Barras"
L["Bars unlocked. Move them now and click Lock when you are done."] = "Barras desbloqueadas. Desplácelas ahora y haga click en Bloquear cuando haya terminado"
L["Bartender4"] = "Bartender4"
L["Button Grid"] = "Panel de botones"
L["Button Lock"] = "Bloquear botones"
L["Button Look"] = "Aspecto de los botones"
L["Buttons"] = "Botones"
L["Button %s"] = "Botón %s"
L["Button Tooltip"] = "Ventanas emergentes de los botones"
L["Cannot access options during combat."] = "No se puede acceder a las opciones durante el combate"
L["Center Horizontally"] = "Centrado Horizontalmente"
L["Centers the bar horizontally on screen."] = "Centra la barra horizontalmente en la pantalla."
L["Centers the bar vertically on screen."] = "Centra la barra verticalmente en la pantalla."
L["Center Vertically"] = "Centrado Verticalmente"
L["|cffffff00Click|r to toggle bar lock"] = "|cffffff00Click|r para fijar/liberar las barras"
L["|cffffff00Right-click|r to open the options menu"] = "|cffffff00Click-Derecho|r para abrir el menú de opciones"
L["Change the current anchor point of the bar."] = "Cambia el punto de anclaje actual de la barra."
L["Click-Through"] = "Pulsar a través"
L["Colors"] = "Colores"
L["Configure actionbar paging when the %s key is down."] = "Configurar la paginación de la barra de acciones cuando se pulse la tecla %s"
L["Configure Bar %s"] = "Configurar Barra %s"
L["Configure how the Out of Range Indicator should display on the buttons."] = "Configurar cómo se debe mostrar en Indicador de Sin Rabia en los botones"
L["Configure the alpha of the bar."] = "Configurar la transparencia de la barra"
L["Configure the Bag Bar"] = "Configurar la Barra de Bolsas"
L["Configure the Button Tooltip."] = "Configurar el Tooltip de los Botones"
L["Configure the Fade Out Alpha"] = "Configurar la Trasnparencia del desvanecimiento"
L["Configure the Fade Out Delay"] = "Configurar el Retraso del Desvanecimiento"
L["Configure the Micro Menu"] = "Configurar el Micro Menú"
L["Configure the padding of the buttons."] = "Configurar la separación entre botones"
L["Configure the Pet Bar"] = "Configurar la Barra de Mascotas"
L["Configure the Reputation Bar"] = "Configurar la Barra de Reputación"
L["Configure the scale of the bar."] = "Configurar la escala de la barra"
L["Configure the Stance Bar"] = "Configurar la barra de Estados"
L["Configure the Totem Bar"] = "Configurar la barra de Totem"
L["Configure the VehicleBar"] = "Configurar la Barra de Vehículos"
L["Configure the XP Bar"] = "Configurar la Barra de Experiencia"
L["Copy Conditionals"] = "Copiar Condiciones"
L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = "Crear una copia de las condiciones generadas automáticamente en la configuración personalizada como plantilla"
L["CTRL"] = "CTRL"
L["Custom Conditionals"] = "Condiciones Personalizadas"
L["Default Bar State"] = "Estado por defecto de las Barras"
L["Disable any reaction to mouse events on this bar, making the bar click-through."] = "Deshabilitar cualquier reacción a eventos del ratón en esta barra, haciendo que se pueda pulsar a través de ella"
L["Disabled"] = "Deshabilitar"
L["Disabled in Combat"] = "Deshabilitar en combate"
L["Don't Page"] = "No paginar"
L["Down"] = "Abajo"
L[ [=[Enable Auto-Assist for this bar.
Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell.]=] ] = [=[Permitir asistente automático para esta barra..
 Asistente Automático tratará de lanzar automáticamente la habilidad en el objetivo de tu objetivo, si éste no es un objetivo válido para la habilidad seleccionada.]=]
L[ [=[Enable Bar Switching based on the actionbar controls provided by the game.
See Blizzard Key Bindings for assignments - Usually Shift-Mouse Wheel and Shift+1 - Shift+6.]=] ] = [=[Permitir intercambio de barras basado en los controles de barras de acciones porporcionados por el juego.
Vea Asignación de Teclas de Blizzard para referencia - Generalmente Mayusculas-Rueda del Ratón y Mayusculas+1 - Mayusculas+6.]=]
L["Enabled"] = "Habilitada"
L["Enable/Disable the bar."] = "Habilitar/Deshabilitar la barra."
L["Enable State-based Button Swaping"] = "Permitir Intercambio de botones basado en el estado"
L["Enable the Bag Bar"] = "Habilitar la barra de bolsas"
L["Enable the FadeOut mode"] = "Habilitar el modo Desvanecer"
L["Enable the Micro Menu"] = "Habilitar el Micro Menu"
L["Enable the PetBar"] = "Habilitar la Barra de mascotas"
L["Enable the Reputation Bar"] = "Habilitar la Barra de reputación"
L["Enable the StanceBar"] = "Habilitar la Barra de Estados"
L["Enable the Totem Bar"] = "Habilitar la barra de Totem"
L["Enable the use of a custom condition, disabling all of the above."] = "Habilitar el uso de una condición personalizada, deshabilitando todas la anteriores."
L["Enable the use of the Blizzard Vehicle UI, hiding any Bartender4 bars in the meantime."] = "Habilitar el uso de la interfaz de vehículos de Blizzard, ocultando cualquier barra de Bartender4 mientras tanto (configurable en cada barra)."
L["Enable the Vehicle Bar"] = "Habilitar la Barra de Vehículos"
L["Enable the XP Bar"] = "Habilitar la Barra de Experiencia"
L["Fade Out"] = "Desvanacer"
L["Fade Out Alpha"] = "Transparencia de Desvanecimiento"
L["Fade Out Delay"] = "Retraso hasta Desvanecerse"
L["FAQ"] = "FAQ"
L["FAQ_TEXT"] = [=[|cffffd200Acabo de instalar Bartender4, pero mi asignación de teclas no se muestra en los botones/no funciona en absoluto.|r
Bartender4 sólo convierte las asignaciones de la Barra 1 de forma que sean utilizables directamente, todas las otras barras deben ser reasignadas a las teclas de Bartender4. Un indicador de si su configuración de teclas es correcta será que cada tecla asignada se muestre en los botones. Si las teclas asignadas se muestran correctamente en los botones también debería funcionar bien.
|cffffd200Entonces, ¿cómo modifico la asignación de teclas de Bartender4?|r
Hasta que se incluya algún tipo de menú de acceso rápido (Minimap/FuBar/etc.), es necesario utilizar el comando de chat |cffffff78/kb|r para acceder al control de asignación de teclas.
Una vez abierto, simplemente desplácese hasta el botón que quiera asignar y presione la tecla que desea asociar a dicho botón. Los tooltips y el estado mostrado en pantalla le informarán de las teclas ya asignadas a ese botón, y del éxito o fracaso de su intento de asignación de tecla.
|cffffd200¡He encontrado un error! ¿Dónde debo reportarlo?|r
Puede notificar los errores o hacer sugerencias en: |cffffff78http://forums.wowace.com/showthread.php?t=12513|r (en inglés)
Alternativamente, también puede localizarnos en: |cffffff78irc://irc.freenode.org/wowace|r (en inglés)
Cuando notifique un error, asegurese de incluir los |cffffff78pasos para reproducir el error|r, proporcione cualquier |cffffff78mensaje de error|r con las trazas si es posible, proporciones el |cffffff78número de revisión |r de Bartender4 en el que se ha producido el error y si está empleando un |cffffff78cliente en inglés o en otro idioma|r.
|cffffd200¿Quién escribió este addon?|r
Bartender4 ha sido escrito por Nevcairiel de EU-Antonidas, el autor de Bartender3!
]=]
L["Focus-Cast by modifier"] = "Lanzamiento al foco según modificador"
L["Focus-Cast Modifier"] = "Modificador para lanzamiento al foco"
L["Frequently Asked Questions"] = "Preguntas Frecuentes"
L["Full Button Mode"] = "Modo Todos los Botones"
L["General Settings"] = "Opciones Generales"
L["Hide Hotkey"] = "Ocultar Tecla de Acceso Rápido"
L["Hide in Combat"] = "Ocultar en combate"
L["Hide in Stance/Form"] = "Ocultar en Estado/Forma"
L["Hide Macro Text"] = "Ocultar texto de Macro"
L["Hide on Vehicle"] = "Ocultar en Vehículo"
L["Hide out of Combat"] = "Ocultar fuera de combate"
L["Hide the Hotkey on the buttons of this bar."] = "Ocultar las Teclas de Acceso Rapido de los botones de esta barra."
L["Hide the Macro Text on the buttons of this bar."] = "Ocultar el Texto de Macros de los botones de esta barra"
L["Hide this bar in a specific Stance or Form."] = "Ocultar esta barra en un Estado o Forma específica"
L["Hide this bar when the game wants to show a vehicle UI."] = "Ocultar este bar cuando el juego quiere mostrar un vehículo de la interfaz de usuario."
L["Hide this bar when you are possessing a NPC."] = "Ocultar esta barra cuando se posea un PNJ"
L["Hide this bar when you are riding on a vehicle."] = "Ocultar esta barra cuando se monte en un vehículo"
L["Hide this bar when you have a pet."] = "Ocultar esta barra cuando se tenga una mascota"
L["Hide this bar when you have no pet."] = "Ocultar esta barra cuando no se tenga una mascota"
L["Hide when Possessing"] = "Ocultar en posesión"
L["Hide without pet"] = "Ocultar sin mascota"
L["Hide with pet"] = "Ocultar con mascota"
L["Hide with Vehicle UI"] = "Ocultar con el vehículo de la interfaz de usuario"
L["Horizontal Growth"] = "Crecimiento horizontal"
L["Horizontal growth direction for this bar."] = "Dirección de crecimiento horizontal para esta barra"
L["Hotkey Mode"] = "Modo de acceso rápido"
L["Key Bindings"] = "Asignación de teclas"
L["Keyring"] = "Llavero"
L["Left"] = "Izquierda"
L["Lock"] = "Bloquear"
L["Lock all bars."] = "Bloquear todas las barras"
L["Lock the buttons."] = "Bloquear los botones"
L["Micro Menu"] = "Micro Menú"
L["Minimap Icon"] = "Icono del minimapa"
L["Modifier Based Switching"] = "Intercambio basado en modificadores"
L["No Display"] = "No mostrar"
L["None"] = "Nada"
L["No Stance/Form"] = "Sin Estado/Forma"
L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = "Nota: Habilitar las condiciones personalizadas deshabilitará todas las opciones anteriores"
L["Number of buttons."] = "Número de botones"
L["Number of rows."] = "Número de filas"
L["Offset in X direction (horizontal) from the given anchor point."] = "Desplazado en la dirección X (horizontal) desde el punto de anclaje dado."
L["Offset in Y direction (vertical) from the given anchor point."] = "Desplazado en la dirección Y (vertical) desde el punto de anclaje dado."
L["One Bag"] = "Una Bolsa"
L["Only show one Bag Button in the BagBar."] = "Mostrar sólo un botón de bolsa en la barra de bolsas"
L["Out of Mana Indicator"] = "Indicador Sin Maná"
L["Out of Range Indicator"] = "Indicador de Fuera de Rango"
L["Padding"] = "Espaciado"
L["Page %2d"] = "Página %2d"
L["Pet Bar"] = "Barra de Mascotas"
L["Positioning"] = "Posicionamiento"
L["Possess Bar"] = "Barra de Posesión"
L["Reputation Bar"] = "Barra de reputación"
L["Reset Position"] = "Restablecer Posición"
L["Reset the position of this bar completly if it ended up off-screen and you cannot reach it anymore."] = "Restablecer la posición de esta barra completamente si terminó fuera de la pantalla y no puede acceder a ella."
L["Right"] = "Derecha"
L["Right-click Self-Cast"] = "Auto-Lanzarse con el botón derecho"
L["Rows"] = "Filas"
L["Scale"] = "Escala"
L["Select the Focus-Cast Modifier"] = "Seleccione el modificador de lanzamiento al foco"
L["Select the Self-Cast Modifier"] = "Seleccione el modificador de lanzamiento sobre si mismo"
L["Self-Cast by modifier"] = "Lanzar sobre si mismo según modificador"
L["Self-Cast Modifier"] = "Modificador de lanzamiento sobre si mismo"
L["SHIFT"] = "Mayúsculas"
L["Show a Icon to open the config at the Minimap"] = "Mostrar un icono para abrir la configuración en el Minimapa"
L["Show the keyring button."] = "Mostrar el botón del llavero"
L["Specify the Color of the Out of Mana Indicator"] = "Especificar el color del Indicador Sin Maná"
L["Specify the Color of the Out of Range Indicator"] = "Especificar el color del Indicador de Fuera de Alcance"
L["Stance Bar"] = "Barra de Estados"
L["Stance Configuration"] = "Configuración de Estados"
L["State Configuration"] = "Configuración de estado"
L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = "Cambie esta barra a la barra de posesión cuando se posea un pnj (ej.Control Mental)"
L["Switch to key-binding mode"] = "Cambiar al modo asignación de tecla"
L[ [=[The Alignment menu is still on the TODO.
As a quick preview of whats planned:
- Absolute and relative Bar Positioning
- Bars "snapping" together and building clusters]=] ] = [=[El menú de alineación todavía está en el TODO.
A modo de anticipo de lo que hay planeado:
    - Posicionamiento absoluto y relativo de las barras.
- Agrupación de barras y generación de grupos]=]
L["The bar default is to be visible all the time, you can configure conditions here to control when the bar should be hidden."] = "Por defecto la barra es visible todo el tiempo, aquí se pueden configurar condiciones para controlar cuando se desea ocultar la barra"
L["The default behaviour of this bar when no state-based paging option affects it."] = "Comportamiento por defecto de esta barra cuando no le afectan opciones de paginación basadas en el estado"
L["The Positioning options here will allow you to position the bar to your liking and with an absolute precision."] = "Las opciones de Posicionamiento le permitirá posicionar la barra a su gusto y con una precisión absoluta."
L["This bar will be hidden once you enter combat."] = "Esta barra se ocultará estando en combate"
L["This bar will be hidden whenever you are not in combat."] = "Esta barra se ocultará siempre que no esté en combate"
L[ [=[Toggle Button Zoom
For more style options you need to install ButtonFacade]=] ] = [=[Activar/desactivar botón Zoom
Para más opciones de estilo se debe instalar ButtonFacade
]=]
L["Toggle the button grid."] = "Alinear los botones a la cuadrícula"
L["Toggle the use of the modifier-based focus-cast functionality."] = "Alternar el uso de la funcionalidad de lanzamiento al foco basado en modificadores"
L["Toggle the use of the modifier-based self-cast functionality."] = "Alternar el uso de la funcionalidad de lanzamiento sobre uno mismo basado en modificadores."
L["Toggle the use of the right-click self-cast functionality."] = "Alternar el uso de la funcionalidad de lanzamiento sobre uno mismo con el botón derecho."
L["Totem Bar"] = "Totem barra"
L["Up"] = "Arriba"
L["Use Blizzard Vehicle UI"] = "Usar la interfaz de vehículos de Blizzard"
L["Use Custom Condition"] = "Usar Condiciones Personalizadas"
L["VehicleBar"] = "Barra de Vehículos"
L["Vehicle Bar"] = "Barra de Vehículos"
L["Vertical Growth"] = "Crecimiento vertical"
L["Vertical growth direction for this bar."] = "Dirección de crecimiento vertical para esta barra"
L["Visibility"] = "Visibilidad"
L["X Offset"] = "Desplazamiento X"
L["XP Bar"] = "Barra de Experiencia"
L["Y Offset"] = "Desplazamiento Y"
L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = "Si solo desea acceder a una barra mediante las teclas asignadas, puede mantenerla siempre oculta."
L[ [=[You can use any macro conditionals in the custom string, using "show" and "hide" as values.
Example: [combat]hide;show]=] ] = [=[Puede emplear cualquier condición de macro en el texto personalizado, empleando "show"(Mostrar) y "hide"(Ocultar) como valores.
Ejemplo: [combat]hide;show]=]
L[ [=[You can use any macro conditionals in the custom string, using the number of the bar as target value.
Example: [form:1]9;0]=] ] = [=[Puede emplear cualquier condición de macro en el texto personalizado, empleando el numero de la barra como valor de destino.
Ejemplo: [form:1]9,0]=]
L["You have to exit the vehicle in order to be able to change the Vehicle UI settings."] = "Tienes que salir del vehículo a fin de poder cambiar la configuración de la interfaz de usuario del vehículo."
L["Zoom"] = "Zoom"
+240 -8
View File
@@ -1,8 +1,240 @@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "esMX")
if not L then return end
--@localization(locale="esMX", format="lua_additive_table", handle-unlocalized="comment")@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "esMX")
if not L then return end
-- L["ActionBar Paging"] = "ActionBar Paging"
-- L["Alignment"] = "Alignment"
-- L["Alpha"] = "Alpha"
-- L["ALT"] = "ALT"
-- L["Always Hide"] = "Always Hide"
-- L["Anchor"] = "Anchor"
-- L["Auto-Assist"] = "Auto-Assist"
-- L["Bag Bar"] = "Bag Bar"
-- L["Bar Options"] = "Bar Options"
-- L["Bars"] = "Bars"
-- L["Bar %s"] = "Bar %s"
-- L["Bar Snapping"] = "Bar Snapping"
-- L["Bar Style & Layout"] = "Bar Style & Layout"
-- L["Bars unlocked. Move them now and click Lock when you are done."] = "Bars unlocked. Move them now and click Lock when you are done."
-- L["Bartender4"] = "Bartender4"
-- L["Button Grid"] = "Button Grid"
-- L["Button Lock"] = "Button Lock"
-- L["Button Look"] = "Button Look"
-- L["Buttons"] = "Buttons"
-- L["Button %s"] = "Button %s"
-- L["Button Tooltip"] = "Button Tooltip"
-- L["Cannot access options during combat."] = "Cannot access options during combat."
-- L["Center Horizontally"] = "Center Horizontally"
-- L["Centers the bar horizontally on screen."] = "Centers the bar horizontally on screen."
-- L["Centers the bar vertically on screen."] = "Centers the bar vertically on screen."
-- L["Center Vertically"] = "Center Vertically"
-- L["|cffffff00Click|r to toggle bar lock"] = "|cffffff00Click|r to toggle bar lock"
-- L["|cffffff00Right-click|r to open the options menu"] = "|cffffff00Right-click|r to open the options menu"
-- L["Change the current anchor point of the bar."] = "Change the current anchor point of the bar."
-- L["Click-Through"] = "Click-Through"
-- L["Colors"] = "Colors"
-- L["Configure actionbar paging when the %s key is down."] = "Configure actionbar paging when the %s key is down."
-- L["Configure Bar %s"] = "Configure Bar %s"
-- L["Configure how the Out of Range Indicator should display on the buttons."] = "Configure how the Out of Range Indicator should display on the buttons."
-- L["Configure the alpha of the bar."] = "Configure the alpha of the bar."
-- L["Configure the Bag Bar"] = "Configure the Bag Bar"
-- L["Configure the Button Tooltip."] = "Configure the Button Tooltip."
-- L["Configure the Fade Out Alpha"] = "Configure the Fade Out Alpha"
-- L["Configure the Fade Out Delay"] = "Configure the Fade Out Delay"
-- L["Configure the Micro Menu"] = "Configure the Micro Menu"
-- L["Configure the padding of the buttons."] = "Configure the padding of the buttons."
-- L["Configure the Pet Bar"] = "Configure the Pet Bar"
-- L["Configure the Reputation Bar"] = "Configure the Reputation Bar"
-- L["Configure the scale of the bar."] = "Configure the scale of the bar."
-- L["Configure the Stance Bar"] = "Configure the Stance Bar"
-- L["Configure the Totem Bar"] = "Configure the Totem Bar"
-- L["Configure the VehicleBar"] = "Configure the VehicleBar"
-- L["Configure the XP Bar"] = "Configure the XP Bar"
-- L["Copy Conditionals"] = "Copy Conditionals"
-- L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = "Create a copy of the auto-generated conditionals in the custom configuration as a base template."
-- L["CTRL"] = "CTRL"
-- L["Custom Conditionals"] = "Custom Conditionals"
-- L["Default Bar State"] = "Default Bar State"
-- L["Disable any reaction to mouse events on this bar, making the bar click-through."] = "Disable any reaction to mouse events on this bar, making the bar click-through."
-- L["Disabled"] = "Disabled"
-- L["Disabled in Combat"] = "Disabled in Combat"
-- L["Don't Page"] = "Don't Page"
-- L["Down"] = "Down"
--[==[ L[ [=[Enable Auto-Assist for this bar.
Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell.]=] ] = [=[Enable Auto-Assist for this bar.
Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell.]=] ]==]
--[==[ L[ [=[Enable Bar Switching based on the actionbar controls provided by the game.
See Blizzard Key Bindings for assignments - Usually Shift-Mouse Wheel and Shift+1 - Shift+6.]=] ] = [=[Enable Bar Switching based on the actionbar controls provided by the game.
See Blizzard Key Bindings for assignments - Usually Shift-Mouse Wheel and Shift+1 - Shift+6.]=] ]==]
-- L["Enabled"] = "Enabled"
-- L["Enable/Disable the bar."] = "Enable/Disable the bar."
-- L["Enable State-based Button Swaping"] = "Enable State-based Button Swaping"
-- L["Enable the Bag Bar"] = "Enable the Bag Bar"
-- L["Enable the FadeOut mode"] = "Enable the FadeOut mode"
-- L["Enable the Micro Menu"] = "Enable the Micro Menu"
-- L["Enable the PetBar"] = "Enable the PetBar"
-- L["Enable the Reputation Bar"] = "Enable the Reputation Bar"
-- L["Enable the StanceBar"] = "Enable the StanceBar"
-- L["Enable the Totem Bar"] = "Enable the Totem Bar"
-- L["Enable the use of a custom condition, disabling all of the above."] = "Enable the use of a custom condition, disabling all of the above."
-- L["Enable the use of the Blizzard Vehicle UI, hiding any Bartender4 bars in the meantime."] = "Enable the use of the Blizzard Vehicle UI, hiding any Bartender4 bars in the meantime."
-- L["Enable the Vehicle Bar"] = "Enable the Vehicle Bar"
-- L["Enable the XP Bar"] = "Enable the XP Bar"
-- L["Fade Out"] = "Fade Out"
-- L["Fade Out Alpha"] = "Fade Out Alpha"
-- L["Fade Out Delay"] = "Fade Out Delay"
-- L["FAQ"] = "FAQ"
--[==[ L["FAQ_TEXT"] = [=[|cffffd200
I just installed Bartender4, but my keybindings do not show up on the buttons/do not work entirely.
|r
Bartender4 only converts the bindings of Bar1 to be directly usable, all other Bars will have to be re-bound to the Bartender4 keys. A direct indicator if your key-bindings are setup correctly is the hotkey display on the buttons. If the key-bindings shows correctly on your button, everything should work fine as well.
|cffffd200
How do I change the Bartender4 Keybindings then?
|r
You can either click the KeyBound button in the options, or use the |cffffff78/kb|r chat command to open the keyBound control.
Once open, simply hover the button you want to bind, and press the key you want to be bound to that button. The keyBound tooltip and on-screen status will inform you about already existing bindings to that button, and the success of your binding attempt.
|cffffd200
My BagBar does not have the Keyring on it, how do i get it back?
|r
Its simple! Just check the Keyring option in the BagBars configuration menu, and it'll appear next to your bags.
|cffffd200
I've found a bug! Where do I report it?
|r
You can report bugs or give suggestions at the discussion forums at |cffffff78http://forums.wowace.com/showthread.php?t=12513|r or check the project page at |cffffff78http://www.wowace.com/projects/bartender4/|r
Alternatively, you can also find us on |cffffff78irc://irc.freenode.org/wowace|r
When reporting a bug, make sure you include the |cffffff78steps on how to reproduce the bug|r, supply any |cffffff78error messages|r with stack traces if possible, give the |cffffff78revision number|r of Bartender4 the problem occured in and state whether you are using an |cffffff78English client or otherwise|r.
|cffffd200
Who wrote this cool addon?
|r
Bartender4 was written by Nevcairiel of EU-Antonidas, the author of Bartender3!
]=] ]==]
-- L["Focus-Cast by modifier"] = "Focus-Cast by modifier"
-- L["Focus-Cast Modifier"] = "Focus-Cast Modifier"
-- L["Frequently Asked Questions"] = "Frequently Asked Questions"
-- L["Full Button Mode"] = "Full Button Mode"
-- L["General Settings"] = "General Settings"
-- L["Hide Hotkey"] = "Hide Hotkey"
-- L["Hide in Combat"] = "Hide in Combat"
-- L["Hide in Stance/Form"] = "Hide in Stance/Form"
-- L["Hide Macro Text"] = "Hide Macro Text"
-- L["Hide on Vehicle"] = "Hide on Vehicle"
-- L["Hide out of Combat"] = "Hide out of Combat"
-- L["Hide the Hotkey on the buttons of this bar."] = "Hide the Hotkey on the buttons of this bar."
-- L["Hide the Macro Text on the buttons of this bar."] = "Hide the Macro Text on the buttons of this bar."
-- L["Hide this bar in a specific Stance or Form."] = "Hide this bar in a specific Stance or Form."
-- L["Hide this bar when the game wants to show a vehicle UI."] = "Hide this bar when the game wants to show a vehicle UI."
-- L["Hide this bar when you are possessing a NPC."] = "Hide this bar when you are possessing a NPC."
-- L["Hide this bar when you are riding on a vehicle."] = "Hide this bar when you are riding on a vehicle."
-- L["Hide this bar when you have a pet."] = "Hide this bar when you have a pet."
-- L["Hide this bar when you have no pet."] = "Hide this bar when you have no pet."
-- L["Hide when Possessing"] = "Hide when Possessing"
-- L["Hide without pet"] = "Hide without pet"
-- L["Hide with pet"] = "Hide with pet"
-- L["Hide with Vehicle UI"] = "Hide with Vehicle UI"
-- L["Horizontal Growth"] = "Horizontal Growth"
-- L["Horizontal growth direction for this bar."] = "Horizontal growth direction for this bar."
-- L["Hotkey Mode"] = "Hotkey Mode"
-- L["Key Bindings"] = "Key Bindings"
-- L["Keyring"] = "Keyring"
-- L["Left"] = "Left"
-- L["Lock"] = "Lock"
-- L["Lock all bars."] = "Lock all bars."
-- L["Lock the buttons."] = "Lock the buttons."
-- L["Micro Menu"] = "Micro Menu"
-- L["Minimap Icon"] = "Minimap Icon"
-- L["Modifier Based Switching"] = "Modifier Based Switching"
-- L["No Display"] = "No Display"
-- L["None"] = "None"
-- L["No Stance/Form"] = "No Stance/Form"
-- L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = "Note: Enabling Custom Conditionals will disable all of the above settings!"
-- L["Number of buttons."] = "Number of buttons."
-- L["Number of rows."] = "Number of rows."
-- L["Offset in X direction (horizontal) from the given anchor point."] = "Offset in X direction (horizontal) from the given anchor point."
-- L["Offset in Y direction (vertical) from the given anchor point."] = "Offset in Y direction (vertical) from the given anchor point."
-- L["One Bag"] = "One Bag"
-- L["Only show one Bag Button in the BagBar."] = "Only show one Bag Button in the BagBar."
-- L["Out of Mana Indicator"] = "Out of Mana Indicator"
-- L["Out of Range Indicator"] = "Out of Range Indicator"
-- L["Padding"] = "Padding"
-- L["Page %2d"] = "Page %2d"
-- L["Pet Bar"] = "Pet Bar"
-- L["Positioning"] = "Positioning"
-- L["Possess Bar"] = "Possess Bar"
-- L["Reputation Bar"] = "Reputation Bar"
-- L["Reset Position"] = "Reset Position"
-- L["Reset the position of this bar completly if it ended up off-screen and you cannot reach it anymore."] = "Reset the position of this bar completly if it ended up off-screen and you cannot reach it anymore."
-- L["Right"] = "Right"
-- L["Right-click Self-Cast"] = "Right-click Self-Cast"
-- L["Rows"] = "Rows"
-- L["Scale"] = "Scale"
-- L["Select the Focus-Cast Modifier"] = "Select the Focus-Cast Modifier"
-- L["Select the Self-Cast Modifier"] = "Select the Self-Cast Modifier"
-- L["Self-Cast by modifier"] = "Self-Cast by modifier"
-- L["Self-Cast Modifier"] = "Self-Cast Modifier"
-- L["SHIFT"] = "SHIFT"
-- L["Show a Icon to open the config at the Minimap"] = "Show a Icon to open the config at the Minimap"
-- L["Show the keyring button."] = "Show the keyring button."
-- L["Specify the Color of the Out of Mana Indicator"] = "Specify the Color of the Out of Mana Indicator"
-- L["Specify the Color of the Out of Range Indicator"] = "Specify the Color of the Out of Range Indicator"
-- L["Stance Bar"] = "Stance Bar"
-- L["Stance Configuration"] = "Stance Configuration"
-- L["State Configuration"] = "State Configuration"
-- L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = "Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"
-- L["Switch to key-binding mode"] = "Switch to key-binding mode"
--[==[ L[ [=[The Alignment menu is still on the TODO.
As a quick preview of whats planned:
- Absolute and relative Bar Positioning
- Bars "snapping" together and building clusters]=] ] = [=[The Alignment menu is still on the TODO.
As a quick preview of whats planned:
- Absolute and relative Bar Positioning
- Bars "snapping" together and building clusters]=] ]==]
-- L["The bar default is to be visible all the time, you can configure conditions here to control when the bar should be hidden."] = "The bar default is to be visible all the time, you can configure conditions here to control when the bar should be hidden."
-- L["The default behaviour of this bar when no state-based paging option affects it."] = "The default behaviour of this bar when no state-based paging option affects it."
-- L["The Positioning options here will allow you to position the bar to your liking and with an absolute precision."] = "The Positioning options here will allow you to position the bar to your liking and with an absolute precision."
-- L["This bar will be hidden once you enter combat."] = "This bar will be hidden once you enter combat."
-- L["This bar will be hidden whenever you are not in combat."] = "This bar will be hidden whenever you are not in combat."
--[==[ L[ [=[Toggle Button Zoom
For more style options you need to install ButtonFacade]=] ] = [=[Toggle Button Zoom
For more style options you need to install ButtonFacade]=] ]==]
-- L["Toggle the button grid."] = "Toggle the button grid."
-- L["Toggle the use of the modifier-based focus-cast functionality."] = "Toggle the use of the modifier-based focus-cast functionality."
-- L["Toggle the use of the modifier-based self-cast functionality."] = "Toggle the use of the modifier-based self-cast functionality."
-- L["Toggle the use of the right-click self-cast functionality."] = "Toggle the use of the right-click self-cast functionality."
-- L["Totem Bar"] = "Totem Bar"
-- L["Up"] = "Up"
-- L["Use Blizzard Vehicle UI"] = "Use Blizzard Vehicle UI"
-- L["Use Custom Condition"] = "Use Custom Condition"
-- L["VehicleBar"] = "VehicleBar"
-- L["Vehicle Bar"] = "Vehicle Bar"
-- L["Vertical Growth"] = "Vertical Growth"
-- L["Vertical growth direction for this bar."] = "Vertical growth direction for this bar."
-- L["Visibility"] = "Visibility"
-- L["X Offset"] = "X Offset"
-- L["XP Bar"] = "XP Bar"
-- L["Y Offset"] = "Y Offset"
-- L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = "You can set the bar to be always hidden, if you only wish to access it using key-bindings."
--[==[ L[ [=[You can use any macro conditionals in the custom string, using "show" and "hide" as values.
Example: [combat]hide;show]=] ] = [=[You can use any macro conditionals in the custom string, using "show" and "hide" as values.
Example: [combat]hide;show]=] ]==]
--[==[ L[ [=[You can use any macro conditionals in the custom string, using the number of the bar as target value.
Example: [form:1]9;0]=] ] = [=[You can use any macro conditionals in the custom string, using the number of the bar as target value.
Example: [form:1]9;0]=] ]==]
-- L["You have to exit the vehicle in order to be able to change the Vehicle UI settings."] = "You have to exit the vehicle in order to be able to change the Vehicle UI settings."
-- L["Zoom"] = "Zoom"
+237 -8
View File
@@ -1,8 +1,237 @@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "frFR")
if not L then return end
--@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="comment")@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "frFR")
if not L then return end
L["ActionBar Paging"] = "Page d'actions"
L["Alignment"] = "Alignement"
L["Alpha"] = "Transparence"
L["ALT"] = "ALT"
L["Always Hide"] = "Toujours masquer"
L["Anchor"] = "Ancre"
L["Auto-Assist"] = "Soutien auto."
L["Bag Bar"] = "Barre des sacs"
L["Bar Options"] = "Options de la barre"
L["Bars"] = "Barres"
L["Bar %s"] = "Barre %s"
L["Bar Snapping"] = "Barres collantes"
L["Bar Style & Layout"] = "Disposition & style de la barre"
L["Bars unlocked. Move them now and click Lock when you are done."] = "Barres déverrouillées. Déplacez-les maintenant et cliquez sur Verr. une fois que vous avez terminé."
L["Bartender4"] = "Bartender4"
L["Button Grid"] = "Grille des boutons"
L["Button Lock"] = "Verrouiller les boutons"
L["Button Look"] = "Look des boutons"
L["Buttons"] = "Boutons"
L["Button %s"] = "Bouton %s"
L["Button Tooltip"] = "Bulle d'aide des boutons"
L["Cannot access options during combat."] = "Impossible d'accéder aux options pendant le combat."
L["Center Horizontally"] = "Centrer horizontalement"
L["Centers the bar horizontally on screen."] = "Centre la barre horizontalement sur l'écran."
L["Centers the bar vertically on screen."] = "Centre la barre verticalement sur l'écran."
L["Center Vertically"] = "Centrer verticalement"
L["|cffffff00Click|r to toggle bar lock"] = "|cffffff00Clic gauche|r pour (dé)verrouiller les barres."
L["|cffffff00Right-click|r to open the options menu"] = "|cffffff00Clic droit|r pour ouvrir le menu des options."
L["Change the current anchor point of the bar."] = "Change le point d'ancrage actuel de la barre."
L["Click-Through"] = "Clics à travers"
L["Colors"] = "Couleurs"
L["Configure actionbar paging when the %s key is down."] = "Configure le changement de page quand la touche %s est enfoncée."
L["Configure Bar %s"] = "Configure la %s|4ère:ème; barre."
L["Configure how the Out of Range Indicator should display on the buttons."] = "Configure la façon dont l'indicateur Hors de portée est affiché sur les boutons."
L["Configure the alpha of the bar."] = "Configure la transparence de la barre."
L["Configure the Bag Bar"] = "Configure la barre des sacs."
L["Configure the Button Tooltip."] = "Configure la bulle d'aide des boutons."
L["Configure the Fade Out Alpha"] = "Configure le niveau du fondu."
L["Configure the Fade Out Delay"] = "Configure le délai du fondu."
L["Configure the Micro Menu"] = "Configure le micro menu."
L["Configure the padding of the buttons."] = "Configure l'espacement entre les boutons."
L["Configure the Pet Bar"] = "Configure la barre du familier."
L["Configure the Reputation Bar"] = "Configure la barre de réputation."
L["Configure the scale of the bar."] = "Configure l'échelle de la barre."
L["Configure the Stance Bar"] = "Configure la barre des postures."
L["Configure the Totem Bar"] = "Configure la barre des totems."
L["Configure the VehicleBar"] = "Configure la barre du véhicule."
L["Configure the XP Bar"] = "Configure la barre d'expérience."
L["Copy Conditionals"] = "Copie conditionnelles"
L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = "Créée une copie des conditionnelles auto-générées comme template de base pour la configuration personnalisée."
L["CTRL"] = "CTRL"
L["Custom Conditionals"] = "Conditionnelles personnalisées"
L["Default Bar State"] = "État par défaut de la barre"
L["Disable any reaction to mouse events on this bar, making the bar click-through."] = "Désactive toute action de la souris sur cette barre, permettant de cliquer au travers."
L["Disabled"] = "Désactivée"
L["Disabled in Combat"] = "Désactivée en combat"
L["Don't Page"] = "Ne pas paginer"
L["Down"] = "Vers le bas"
L[ [=[Enable Auto-Assist for this bar.
Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell.]=] ] = [=[Active le soutien automatique pour cett barre.
Le soutient automatique tentera automatiquement d'incanter le sort sur la cible de votre cible si votre cible n'est pas une cible valide pour le sort sélectionné.]=]
L[ [=[Enable Bar Switching based on the actionbar controls provided by the game.
See Blizzard Key Bindings for assignments - Usually Shift-Mouse Wheel and Shift+1 - Shift+6.]=] ] = [=[Active la permutation des barres en se basant sur les contrôles des barres d'actions fournis par le jeu.
Référez-vous aux raccourcis Blizzard pour les assignements - habituellement Shift-molette souris et Shift+1 - Shift+6.]=]
L["Enabled"] = "Activée"
L["Enable/Disable the bar."] = "Active/Désactive la barre."
L["Enable State-based Button Swaping"] = "Active la permutation des boutons basée sur les états."
L["Enable the Bag Bar"] = "Active la barre des sacs."
L["Enable the FadeOut mode"] = "Active le mode Fondu."
L["Enable the Micro Menu"] = "Active le micro menu."
L["Enable the PetBar"] = "Active la barre du familier."
L["Enable the Reputation Bar"] = "Active la barre de réputation."
L["Enable the StanceBar"] = "Active la barre des postures."
L["Enable the Totem Bar"] = "Active la barre des totems."
L["Enable the use of a custom condition, disabling all of the above."] = "Active l'utilisation d'une condition personnalisée, désactivant tout ce qui se trouve ci-dessus."
L["Enable the use of the Blizzard Vehicle UI, hiding any Bartender4 bars in the meantime."] = "Active l'utilisation de l'IU véhicule de Blizzard, cachant au passage toutes les barres de Bartender4."
L["Enable the Vehicle Bar"] = "Active la barre du véhicule."
L["Enable the XP Bar"] = "Active la barre d'expérience."
L["Fade Out"] = "Fondu"
L["Fade Out Alpha"] = "Transparence du fondu"
L["Fade Out Delay"] = "Délai du fondu"
L["FAQ"] = "FAQ"
L["FAQ_TEXT"] = [=[
|cffffd200
Je viens juste d'installer Bartender4, mais mes raccourcis ne s'affichent pas sur les boutons ou ne fonctionnent pas tous.
|r
Bartender4 convertit uniquement les raccourcis de la barre 1 afin d'être immédiatement utilisable. Toutes les autres barres devront être réassociées avec les touches de Bartender4. Un moyen rapide de voir si vos raccourcis sont correctements définis est d'activer l'affichage des raccourcis sur les buttons. Si les raccourcis s'affichent correctement sur vos boutons, tout devrait bien fonctionner.
|cffffd200
Comment puis-je alors changer les raccourcis de Bartender4 ?
|r
En attendant qu'un accès rapide soit mis en place (minicarte/FuBar/etc.), il vous faut utiliser la commande |cffffff78/kb|r pour ouvrir le panneau de contrôle de keyBound.
Une fois ouvert, survolez tout simplement le bouton que vous voulez configurer, et appuyez sur la touche à associer à ce bouton. La bulle d'aide de keyBound et le statut à l'écran vous informeront si des raccourcis existent déjà sur ce bouton et du succès de votre tentative d'association.
|cffffd200
J'ai trouvé un bogue ! Où puis-je le signaler ?
|r
Vous pouvez signaler des bogues ou faire des suggestions sur |cffffff78http://forums.wowace.com/showthread.php?t=12513|r
Vous pouvez également nous trouver sur |cffffff78irc://irc.freenode.org/wowace|r
Quand vous voulez signaler un bogue, essayez de fournir les |cffffff78étapes à suivre pour reproduire ce bogue|r, indiquez les |cffffff78messages d'erreur|r que vous avez vus, donnez le |cffffff78numéro de révision|r de Bartender4 où le problème a été découvert et précisez également la |cffffff78langue de votre jeu|r.
|cffffd200
Qui a écrit cet addon qui déchire ?
|r
Bartender4 a été écrit par Nevcairiel (EU-Antonidas), l'auteur de Bartender3 !
]=]
L["Focus-Cast by modifier"] = "Ciblage focal. par modificateur"
L["Focus-Cast Modifier"] = "Modificateur ciblage focal."
L["Frequently Asked Questions"] = "Questions fréquemment posées."
L["Full Button Mode"] = "Mode Tout le bouton"
L["General Settings"] = "Param. généraux"
L["Hide Hotkey"] = "Masquer les raccourcis"
L["Hide in Combat"] = "Masquer en combat"
L["Hide in Stance/Form"] = "Masquer en posture/forme"
L["Hide Macro Text"] = "Masquer texte macros"
L["Hide on Vehicle"] = "Masquer dans un véhicule"
L["Hide out of Combat"] = "Masquer hors combat"
L["Hide the Hotkey on the buttons of this bar."] = "Masque les raccourcis clavier des boutons de cette barre."
L["Hide the Macro Text on the buttons of this bar."] = "Masque le texte des macros des boutons de cette barre."
L["Hide this bar in a specific Stance or Form."] = "Masque cette barre dans une posture ou une forme spécifique."
L["Hide this bar when the game wants to show a vehicle UI."] = "Cache cette barre quand le jeu souhaite afficher une IU de véhicule."
L["Hide this bar when you are possessing a NPC."] = "Masque cette barre quand vous possédez un PNJ."
L["Hide this bar when you are riding on a vehicle."] = "Masque cette barre quand vous rentrez dans un véhicule."
L["Hide this bar when you have a pet."] = "Masque cette barre quand vous avez un familier."
L["Hide this bar when you have no pet."] = "Masque cette barre quand vous n'avez pas de familier."
L["Hide when Possessing"] = "Masquer en possession"
L["Hide without pet"] = "Masquer sans familier"
L["Hide with pet"] = "Masquer avec familier"
L["Hide with Vehicle UI"] = "Cacher avec IU véhicule"
L["Horizontal Growth"] = "Expansion horizontale"
L["Horizontal growth direction for this bar."] = "Direction de l'expansion horizontale pour cette barre."
L["Hotkey Mode"] = "Mode Raccourci"
L["Key Bindings"] = "Raccourcis"
L["Keyring"] = "Trousseau de clés"
L["Left"] = "Vers la gauche"
L["Lock"] = "Verr."
L["Lock all bars."] = "Verrouille toutes les barres."
L["Lock the buttons."] = "Verrouille tous les boutons."
L["Micro Menu"] = "Micro menu"
L["Minimap Icon"] = "Icône de la minicarte"
L["Modifier Based Switching"] = "Permutations basées sur les modificateurs"
L["No Display"] = "Pas d'affichage"
L["None"] = "Aucun"
L["No Stance/Form"] = "Aucune posture/forme"
L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = "Note : l'activation des conditionnelles personnalisées désactivera tous les paramètres ci-dessus !"
L["Number of buttons."] = "Nombre de boutons."
L["Number of rows."] = "Nombre de rangées."
L["Offset in X direction (horizontal) from the given anchor point."] = "Le décalage en X (horizontal) par rapport au point d'ancrage donné."
L["Offset in Y direction (vertical) from the given anchor point."] = "Le décalage en Y (vertical) par rapport au point d'ancrage donné."
L["One Bag"] = "Un seul sac"
L["Only show one Bag Button in the BagBar."] = "Affiche un seul bouton sur la barre des sacs."
L["Out of Mana Indicator"] = "Indic. Plus de mana"
L["Out of Range Indicator"] = "Indic. Hors de portée"
L["Padding"] = "Espacement"
L["Page %2d"] = "Page %2d"
L["Pet Bar"] = "Barre du familier"
L["Positioning"] = "Positionnement"
L["Possess Bar"] = "Barre de possession"
L["Reputation Bar"] = "Barre de réputation"
L["Reset Position"] = "RÀZ de la position"
L["Reset the position of this bar completly if it ended up off-screen and you cannot reach it anymore."] = "Réinitialise complètement la position de cette barre au cas où elle se situerait hors écran et serait devenue inaccessible."
L["Right"] = "Vers la droite"
L["Right-click Self-Cast"] = "Auto-ciblage clic droit"
L["Rows"] = "Rangées"
L["Scale"] = "Échelle"
L["Select the Focus-Cast Modifier"] = "Sélectionnez le modificateur de ciblage de la focalisation."
L["Select the Self-Cast Modifier"] = "Sélectionnez le modificateur d'auto-ciblage."
L["Self-Cast by modifier"] = "Auto-ciblage par modificateur"
L["Self-Cast Modifier"] = "Modificateur auto-ciblage"
L["SHIFT"] = "SHIFT"
L["Show a Icon to open the config at the Minimap"] = "Affiche une icône sur la minicarte permettant d'ouvrir la fenêtre de configuration."
L["Show the keyring button."] = "Affiche le bouton du trousseau de clés."
L["Specify the Color of the Out of Mana Indicator"] = "Spécifie la couleur de l'indicateur Plus de mana."
L["Specify the Color of the Out of Range Indicator"] = "Spécifie la couleur de l'indicateur Hors de portée."
L["Stance Bar"] = "Barre des postures"
L["Stance Configuration"] = "Configuration des postures"
L["State Configuration"] = "Config .des états"
L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = "Permute cette barre vers la barre de posssession lors du contrôle d'un PNJ (par ex. avec Contrôle mental)."
L["Switch to key-binding mode"] = "Passe au mode d'affectation des raccourcis."
L[ [=[The Alignment menu is still on the TODO.
As a quick preview of whats planned:
- Absolute and relative Bar Positioning
- Bars "snapping" together and building clusters]=] ] = [=[Le menu Alignement est toujours sur la liste des choses à faire.
Voici un bref aperçu de ce qui est prévu :
- Positionnement absolu et relatif des barres
- Barres "collées" les unes contre les autres et la construction de groupes]=]
L["The bar default is to be visible all the time, you can configure conditions here to control when the bar should be hidden."] = "Par défaut, la barre est visible tout le temps. Vous pouvez configurer ici les conditions contrôlant quand la barre doit être cachée."
L["The default behaviour of this bar when no state-based paging option affects it."] = "Le comportement par défaut de cette barre quand les options de permutation basées sur les états ne l'affecte pas."
L["The Positioning options here will allow you to position the bar to your liking and with an absolute precision."] = "Les options de positionnement ci-dessous vous permettent de placer la barre selon vos désirs avec une précision absolue."
L["This bar will be hidden once you enter combat."] = "Cache cette barre quand vous êtes en combat."
L["This bar will be hidden whenever you are not in combat."] = "Cache cette barre quand vous n'êtes pas en combat."
L[ [=[Toggle Button Zoom
For more style options you need to install ButtonFacade]=] ] = [=[Zoome ou non sur les boutons.
Pour plus d'options de style, installez ButtonFacade.]=]
L["Toggle the button grid."] = "Affiche ou non la grille des boutons."
L["Toggle the use of the modifier-based focus-cast functionality."] = "Utilise ou non la fonctionnalité du ciblage de la focalisation basée sur les modificateurs."
L["Toggle the use of the modifier-based self-cast functionality."] = "Utilise ou non la fonctionnalité d'auto-ciblage basée sur les modificateurs."
L["Toggle the use of the right-click self-cast functionality."] = "Utilise ou non la fonctionnalité d'auto-ciblage au clic droit."
L["Totem Bar"] = "Barre des totems"
L["Up"] = "Vers les haut"
L["Use Blizzard Vehicle UI"] = "Utiliser l'IU véhicule de Blizzard"
L["Use Custom Condition"] = "Condition perso."
L["VehicleBar"] = "Barre du véhicule"
L["Vehicle Bar"] = "Barre du véhicule"
L["Vertical Growth"] = "Expansion verticale"
L["Vertical growth direction for this bar."] = "Direction de l'expansion verticale pour cette barre."
L["Visibility"] = "Visibilité"
L["X Offset"] = "Décalage en X"
L["XP Bar"] = "Barre d'expérience"
L["Y Offset"] = "Décalage en Y"
L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = "Vous pouvez configurer la barre afin qu'elle soit toujours cachée si vous ne souhaitez y accéder que via des raccourcis claviers."
L[ [=[You can use any macro conditionals in the custom string, using "show" and "hide" as values.
Example: [combat]hide;show]=] ] = [=[Vous pouvez utiliser n'importe quelles conditionnelles des macros dans le string personnalisé, en utilisant "show" et "hide" comme valeurs.
Exemple : [combat]hide;show]=]
L[ [=[You can use any macro conditionals in the custom string, using the number of the bar as target value.
Example: [form:1]9;0]=] ] = [=[Vous pouvez utiliser n'importe quelles conditionnelles des macros dans le string personnalisé, en utilisant le numéro de la barre comme valeur-cible.
Exemple : [form:1]9;0]=]
L["You have to exit the vehicle in order to be able to change the Vehicle UI settings."] = "Vous devez quitter le véhicule avant de pouvoir changer les paramètres du véhicule."
L["Zoom"] = "Zoom"
+226 -8
View File
@@ -1,8 +1,226 @@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "koKR")
if not L then return end
--@localization(locale="koKR", format="lua_additive_table", handle-unlocalized="comment")@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "koKR")
if not L then return end
L["ActionBar Paging"] = "행동바 페이지"
L["Alignment"] = "정렬 설정"
L["Alpha"] = "투명도"
L["ALT"] = "ALT"
L["Always Hide"] = "항상 숨기기"
L["Anchor"] = "앵커"
L["Auto-Assist"] = "자동-지원"
L["Bag Bar"] = "가방 바"
L["Bar Options"] = "바 옵션"
L["Bars"] = ""
L["Bar %s"] = "바 %s"
L["Bar Snapping"] = "자동 붙임 기능"
L["Bar Style & Layout"] = "바 외형 & 배치"
L["Bars unlocked. Move them now and click Lock when you are done."] = "바의 이동이 가능합니다. 이동이 끝났다면 잠금 버튼을 눌러서 바가 이동하지 않도록 고정합니다."
L["Bartender4"] = "Bartender4"
L["Button Grid"] = "버튼 외형"
L["Button Lock"] = "버튼 잠금"
L["Button Look"] = "버튼 표시"
L["Buttons"] = "버튼"
L["Button %s"] = "버튼 %s"
L["Button Tooltip"] = "버튼 툴팁"
L["Cannot access options during combat."] = "전투 중 옵션을 설정할 수 없습니다."
L["Center Horizontally"] = "수평의 중앙"
L["Centers the bar horizontally on screen."] = "화면 상 수평의 바는 중앙입니다."
L["Centers the bar vertically on screen."] = "화면 상 수직의 바는 중앙입니다."
L["Center Vertically"] = "수직의 중앙"
L["|cffffff00Click|r to toggle bar lock"] = "|cffffff00클릭|r하면 바를 고정합니다."
L["|cffffff00Right-click|r to open the options menu"] = "|cffffff00오른쪽 클릭|r하면 설정 창을 엽니다."
L["Change the current anchor point of the bar."] = "바의 현재 앵커 지점을 변경합니다."
L["Click-Through"] = "클릭-방지"
L["Colors"] = "색상"
L["Configure actionbar paging when the %s key is down."] = "%s 키를 누를 때 행동바 페이지를 설정합니다."
L["Configure Bar %s"] = "바 %s 설정"
L["Configure how the Out of Range Indicator should display on the buttons."] = "버튼의 시전 거리밖 지시기를 표시할 방식을 변경합니다."
L["Configure the alpha of the bar."] = "바의 투명도를 변경합니다."
L["Configure the Bag Bar"] = "가방바 설정"
L["Configure the Button Tooltip."] = "버튼 툴팁을 설정합니다."
L["Configure the Fade Out Alpha"] = "사라짐 모드에서 바의 투명도를 변경합니다."
L["Configure the Fade Out Delay"] = "사라짐 모드에서 바의 사라짐 시간을 변경합니다."
L["Configure the Micro Menu"] = "게임 메뉴 설정"
L["Configure the padding of the buttons."] = "버튼 간격을 변경합니다."
L["Configure the Pet Bar"] = "소환수 바 설정"
L["Configure the Reputation Bar"] = "평판 바 설정"
L["Configure the scale of the bar."] = "바의 크기를 변경합니다."
L["Configure the Stance Bar"] = "태세 바 설정"
L["Configure the Totem Bar"] = "토템 바 설정"
L["Configure the VehicleBar"] = "탈것 바 설정"
L["Configure the XP Bar"] = "경험치 바 설정"
L["Copy Conditionals"] = "조건 복사"
L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = "사용자 설정 기반의 자동으로 생성된 조건을 복사하여 생성합니다."
L["CTRL"] = "CTRL"
L["Custom Conditionals"] = "사용자 조건 설정"
L["Default Bar State"] = "기본 상태"
L["Disable any reaction to mouse events on this bar, making the bar click-through."] = "현재 바에 마우스 이벤트에 대한 반응을 하지않게 할려면, 바 클릭-방지를 체크하세요."
L["Disabled"] = "사용하지 않음"
L["Disabled in Combat"] = "전투중 숨김"
L["Don't Page"] = "변경하지 않음"
L["Down"] = "아래"
L[ [=[Enable Auto-Assist for this bar.
Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell.]=] ] = "이 바에 대해 자동-지원 기능을 사용합니다. 자동-지원 기능은 선택된 주문에 대해 당신의 대상이 유효한 대상이 아니라면 당신의 대상의 대상에게 자동으로 시전하려고 할 것입니다."
L[ [=[Enable Bar Switching based on the actionbar controls provided by the game.
See Blizzard Key Bindings for assignments - Usually Shift-Mouse Wheel and Shift+1 - Shift+6.]=] ] = [=[게임에서 캐릭터의 상태(태세/폼/형상 등...)에 따라 행동바의 페이지를 변경할 수 있습니다.
블리자드 행동바 단축키를 참조하세요. 보통 Shift+마우스 휠 또는 Shift+1~Shift+6으로 지정합니다.]=]
L["Enabled"] = "사용"
L["Enable/Disable the bar."] = "바를 사용합니다."
L["Enable State-based Button Swaping"] = "캐릭터 상태(태세/폼/형상 등...)에 따른 바의 버튼 교체를 사용합니다."
L["Enable the Bag Bar"] = "가방 바를 사용합니다."
L["Enable the FadeOut mode"] = "바의 사라짐 모드를 사용합니다."
L["Enable the Micro Menu"] = "게임 메뉴를 사용합니다."
L["Enable the PetBar"] = "소환수 바를 사용합니다."
L["Enable the Reputation Bar"] = "평판 바를 사용합니다."
L["Enable the StanceBar"] = "태세 바를 사용합니다."
L["Enable the Totem Bar"] = "토템 바를 사용합니다."
L["Enable the use of a custom condition, disabling all of the above."] = "사용자 조건 설정을 적용하면, 위의 기본 설정을 사용할 수 없습니다."
L["Enable the use of the Blizzard Vehicle UI, hiding any Bartender4 bars in the meantime."] = "블리자드가 제공하는 탈것UI를 사용합니다(바텐더에서 만든 탈것UI는 사용하지 않습니다.)"
L["Enable the Vehicle Bar"] = "탈것 바를 사용합니다."
L["Enable the XP Bar"] = "경험치 바를 사용합니다."
L["Fade Out"] = "사라짐 모드"
L["Fade Out Alpha"] = "사라짐 투명도"
L["Fade Out Delay"] = "사라짐 지연시간"
L["FAQ"] = "묻고 답하기"
L["FAQ_TEXT"] = [=[
|cffffd200
방금 Bartender4를 설치했습니다. 그런데 단축키가 표시되지 않거나 전부 작동하지 않아요.
|r
Bartender4는 직접적으로 사용할 수 있는 1번 바의 단축키만 적용됩니다. 다른 바는 Bartender4의 단축키에 영향 받습니다. 단축키를 정상적으로 설정했다면 버튼에 단축키가 표시됩니다. 버튼에 단축키가 전부 정상적으로 표시된다면 모든 기능은 정상적으로 작동할 것입니다.
|cffffd200
그러면 어떻게 Bartender4의 단축키를 변경할 수 있나요?
|r
미니맵/FuBar/기타의 빠른 설정이 적용되기 전까지 |cffffff78/kb|r 명령어를 사용해 단축키를 설정할 수 있습니다.
간편하게 단축키를 설정하기 위해서 버튼위에 마우스를 올려 놓고 설정할 키를 누르면 됩니다. 이미 버튼에 단축키가 지정되어 있거나 단축키 지정이 성공적으로 완료되면 keyBound 툴팁과 화면에 이를 표시합니다.
|cffffd200
버그를 발견했습니다! 리포팅 할려면 어떻게 해야 하나요?
|r
버고 보고나 제안은 |cffffff78http://forums.wowace.com/showthread.php?t=12513|r로 하실 수 있습니다.
또한 |cffffff78irc://irc.freenode.org/wowace|r에서 저희를 만나실 수 있습니다.
버그를 리포팅 하실 때 가능하다면 |cffffff78영어 또는 기타|r의 클라이언트를 사용하는지의 상황과 더불어 |cffffff78버그가 어떻게 발생하는지 단계적 내용|r과 어떤 |cffffff78오류 메세지|r가 중복 기록되는지를 발생한 Bartender4의 |cffffff78revision 숫자|r를 포함하여 알려주시기 바랍니다.
|cffffd200
누가 이 멋진 애드온을 만들었나요?
|r
Bartender4는 EU-Antonidas의 Nevcairiel가 만들었습니다. 바로 Bartender3의 제작자입니다!
]=]
L["Focus-Cast by modifier"] = "주시대상에게 시전 기능키"
L["Focus-Cast Modifier"] = "주시대상에게 시전 기능키"
L["Frequently Asked Questions"] = "자주하는 질문에 대한 답변"
L["Full Button Mode"] = "전체 버튼 모드"
L["General Settings"] = "일반 설정"
L["Hide Hotkey"] = "단축키 숨기기"
L["Hide in Combat"] = "전투중 숨기기"
L["Hide in Stance/Form"] = "태세/폼 숨기기"
L["Hide Macro Text"] = "매크로 이름 숨기기"
L["Hide on Vehicle"] = "탈것 숨김"
L["Hide out of Combat"] = "전투종료 숨기기"
L["Hide the Hotkey on the buttons of this bar."] = "버튼의 단축키 글자를 표시하지 않습니다."
L["Hide the Macro Text on the buttons of this bar."] = "버튼의 매크로 이름을 표시하지 않습니다."
L["Hide this bar in a specific Stance or Form."] = "현재 행동바에서 특정 태세나 폼을 숨깁니다."
L["Hide this bar when the game wants to show a vehicle UI."] = "게임을 할 때 차량 UI를 보여주고 싶어이 막대 숨기기."
L["Hide this bar when you are possessing a NPC."] = "NPC를 지배하면 바를 숨깁니다."
L["Hide this bar when you are riding on a vehicle."] = "탈것 탑승시에 나타나는 바를 숨깁니다."
L["Hide this bar when you have a pet."] = "소환수가 나타나면 바를 숨깁니다."
L["Hide this bar when you have no pet."] = "소환수가 사라지면 바를 숨깁니다."
L["Hide when Possessing"] = "지배 숨기기"
L["Hide without pet"] = "소환수 없음 숨기기"
L["Hide with pet"] = "소환수 숨기기"
L["Hide with Vehicle UI"] = "숨기기 자동차 UI와"
L["Horizontal Growth"] = "가로 생성 방향"
L["Horizontal growth direction for this bar."] = "현재 바의 버튼의 가로 생성 방향을 선택합니다."
L["Hotkey Mode"] = "단축키 모드"
L["Key Bindings"] = "단축키 지정"
L["Keyring"] = "열쇠 고리"
L["Left"] = "왼쪽"
L["Lock"] = "잠금"
L["Lock all bars."] = "모든 바를 움직이지 않게 고정합니다."
L["Lock the buttons."] = "모든 버튼을 움직이지 않게 고정합니다."
L["Micro Menu"] = "게임 메뉴"
L["Minimap Icon"] = "미니맵 아이콘"
L["Modifier Based Switching"] = "기능키 기반 교체"
L["No Display"] = "표시 안함"
L["None"] = "없음"
L["No Stance/Form"] = "태세/폼 없음"
L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = "주의: 사용자 조건의 사용은 위의 기본 설정을 사용하지 않습니다."
L["Number of buttons."] = "버튼 수를 지정합니다."
L["Number of rows."] = "열의 수를 지정합니다."
L["Offset in X direction (horizontal) from the given anchor point."] = "주어진 앵커 지점에서 X 방향(수평)의 좌표"
L["Offset in Y direction (vertical) from the given anchor point."] = "주어진 앵커 지점에서 Y 방향(수직)의 좌표"
L["One Bag"] = "통합 가방 버튼"
L["Only show one Bag Button in the BagBar."] = "가방 바를 하나의 가방 버튼으로 표시합니다."
L["Out of Mana Indicator"] = "마나 부족 지시기"
L["Out of Range Indicator"] = "시전 거리밖 지시기"
L["Padding"] = "간격"
L["Page %2d"] = "페이지 %2d"
L["Pet Bar"] = "소환수 바"
L["Positioning"] = "위치잡기"
L["Possess Bar"] = "지배 바"
L["Reputation Bar"] = "평판 바"
L["Reset Position"] = "위치 초기화"
L["Reset the position of this bar completly if it ended up off-screen and you cannot reach it anymore."] = "당신은 만약 바가 화면 밖에 있어 더 이상 작업이 불가능하면 완료하려던 바의 위치를 초기화합니다."
L["Right"] = "오른쪽"
L["Right-click Self-Cast"] = "오른쪽 클릭시 자신에게 시전"
L["Rows"] = ""
L["Scale"] = "크기"
L["Select the Focus-Cast Modifier"] = "주시대상에게 시전할 기능키를 선택합니다."
L["Select the Self-Cast Modifier"] = "자신에게 시전할 기능키를 선택합니다."
L["Self-Cast by modifier"] = "자신에게 시전 기능키"
L["Self-Cast Modifier"] = "자신에게 시전 기능키"
L["SHIFT"] = "SHIFT"
L["Show a Icon to open the config at the Minimap"] = "미니맵에 버튼을 표시하여 설정할 수 있도록 합니다."
L["Show the keyring button."] = "열쇠 고리 버튼을 표시합니다."
L["Specify the Color of the Out of Mana Indicator"] = "마나 부족 지시기의 색상을 변경합니다."
L["Specify the Color of the Out of Range Indicator"] = "시전 거리밖 지시기의 색상을 변경합니다."
L["Stance Bar"] = "태세 바"
L["Stance Configuration"] = "태세 설정"
L["State Configuration"] = "상태 설정"
L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = "npc를 지배중인 경우에 지배바로 이 바를 교체합니다. (예: 정신 지배)"
L["Switch to key-binding mode"] = "단축키 지정 모드로 전환합니다."
L[ [=[The Alignment menu is still on the TODO.
As a quick preview of whats planned:
- Absolute and relative Bar Positioning
- Bars "snapping" together and building clusters]=] ] = "현재 바 정렬 설정은 미구현되어 있습니다."
L["The bar default is to be visible all the time, you can configure conditions here to control when the bar should be hidden."] = "모든 행동바를 초기상태로 표시했을 때, 바의 설정을 변경할 수 있습니다."
L["The default behaviour of this bar when no state-based paging option affects it."] = "캐릭터 상태에 따른 바 페이지 교체 설정에 영향을 미치지 않는 경우에만 기본 동작을 설정합니다."
L["The Positioning options here will allow you to position the bar to your liking and with an absolute precision."] = "이 위치잡기 옵션은 완전히 정밀하며 당신이 좋아하는 곳에 당신의 바가 위치하도록 할 것입니다."
L["This bar will be hidden once you enter combat."] = "전투에 참여하면 바가 숨겨집니다."
L["This bar will be hidden whenever you are not in combat."] = "전투가 종료되면 바가 숨겨집니다."
L[ [=[Toggle Button Zoom
For more style options you need to install ButtonFacade]=] ] = "버튼 확대를 전환합니다. /n보다 더 많은 양식 옵션을 위해서는 애드온 ButtonFacade의 설치가 필요합니다."
L["Toggle the button grid."] = "빈 버튼의 외형을 표시합니다."
L["Toggle the use of the modifier-based focus-cast functionality."] = "주시대상에게 시전할 기능키를 사용합니다."
L["Toggle the use of the modifier-based self-cast functionality."] = "자신에게 시전할 기능키를 사용합니다."
L["Toggle the use of the right-click self-cast functionality."] = "마우스 오른쪽 버튼을 클릭하면 자신에게 시전하는 기능을 사용합니다."
L["Totem Bar"] = "토템 바"
L["Up"] = ""
L["Use Blizzard Vehicle UI"] = "기본 탈것UI 사용"
L["Use Custom Condition"] = "사용자 조건 사용"
L["VehicleBar"] = "탈것 바"
L["Vehicle Bar"] = "탈것 바"
L["Vertical Growth"] = "세로 생성 방향"
L["Vertical growth direction for this bar."] = "현재 바의 세로 생성 방향을 선택합니다."
L["Visibility"] = "표시 설정"
L["X Offset"] = "X 좌표"
L["XP Bar"] = "경험치 바"
L["Y Offset"] = "Y 좌표"
L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = "단축키로 지정해서 사용한다면 모든 바를 숨길 수 있습니다."
L[ [=[You can use any macro conditionals in the custom string, using "show" and "hide" as values.
Example: [combat]hide;show]=] ] = "매크로 조건을 통해 바의 상태를 변경할 수 있습니다. 예를 들어 '보기', '숨기기' 등은 [combat]hide;show와 같이 사용이 가능합니다."
L[ [=[You can use any macro conditionals in the custom string, using the number of the bar as target value.
Example: [form:1]9;0]=] ] = "매크로 조건을 통해 바의 상태를 변경할 수 있습니다. 예를 들어 대상 값의 숫자를 이용하거나 [form:1]9;0와 같이 사용이 가능합니다."
L["You have to exit the vehicle in order to be able to change the Vehicle UI settings."] = "당신은 탈것 UI 설정을 변경할 수 있게 하기 위하여 탈것에서 내려있어야 합니다."
L["Zoom"] = "확대"
+12 -12
View File
@@ -1,12 +1,12 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Script file="enUS.lua"/>
<Script file="deDE.lua"/>
<Script file="frFR.lua"/>
<Script file="esES.lua"/>
<Script file="esMX.lua"/>
<Script file="zhTW.lua"/>
<Script file="zhCN.lua"/>
<Script file="koKR.lua"/>
<Script file="ruRU.lua"/>
</Ui>
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Script file="enUS.lua"/>
<Script file="deDE.lua"/>
<Script file="frFR.lua"/>
<Script file="esES.lua"/>
<Script file="esMX.lua"/>
<Script file="zhTW.lua"/>
<Script file="zhCN.lua"/>
<Script file="koKR.lua"/>
<Script file="ruRU.lua"/>
</Ui>
+235 -8
View File
@@ -1,8 +1,235 @@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "ruRU")
if not L then return end
--@localization(locale="ruRU", format="lua_additive_table", handle-unlocalized="comment")@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "ruRU")
if not L then return end
L["ActionBar Paging"] = "Листание панелей"
L["Alignment"] = "Выравнивание"
L["Alpha"] = "Прозрачность"
L["ALT"] = "Alt"
L["Always Hide"] = "Всегда скрывать"
L["Anchor"] = "Якорь"
L["Auto-Assist"] = "Авто-Помощь"
L["Bag Bar"] = "Панель сумок"
L["Bar Options"] = "Опции панели"
L["Bars"] = "Панели"
L["Bar %s"] = "Панель № %s"
L["Bar Snapping"] = "Прилипание панелей"
L["Bar Style & Layout"] = "Расположение и вид панелей"
L["Bars unlocked. Move them now and click Lock when you are done."] = "Панели разблокированы. Перемещайте их, и нажмите «заблокировать» по завершении."
L["Bartender4"] = "Bartender4"
L["Button Grid"] = "Сетка кнопок"
L["Button Lock"] = "Закрепить кнопки"
L["Button Look"] = "Вид кнопок"
L["Buttons"] = "Кнопки"
L["Button %s"] = "Кнопка %s"
L["Button Tooltip"] = "Подсказки к кнопкам"
L["Cannot access options during combat."] = "Невозможно получить доступ к настройкам во время боя."
L["Center Horizontally"] = "Горизонтально по центру"
L["Centers the bar horizontally on screen."] = "Выровнять панель горизонтально по центру."
L["Centers the bar vertically on screen."] = "Выровнять панель вертикально по центру."
L["Center Vertically"] = "Вертикально по центру"
L["|cffffff00Click|r to toggle bar lock"] = "|cffffff00Клик|r – закрепление/разблокировка панелей"
L["|cffffff00Right-click|r to open the options menu"] = "|cffffff00Правый-клик|r – открытие меню настроек"
L["Change the current anchor point of the bar."] = "Изменить текущее местоположение якоря панели."
L["Click-Through"] = "Клик насквозь"
L["Colors"] = "Цвета"
L["Configure actionbar paging when the %s key is down."] = "Настройка смены страниц панели при нажатии %s"
L["Configure Bar %s"] = "Настройка панели %s"
L["Configure how the Out of Range Indicator should display on the buttons."] = "Выбрать способ отображения недостижимости цели на кнопках."
L["Configure the alpha of the bar."] = "Настройка прозрачности панели."
L["Configure the Bag Bar"] = "Настройка панели сумок"
L["Configure the Button Tooltip."] = "Настройка всплывающих подсказок для кнопок."
L["Configure the Fade Out Alpha"] = "Настройка прозрачности исчезновения"
L["Configure the Fade Out Delay"] = "Настройка задержки исчезновения"
L["Configure the Micro Menu"] = "Настройка системных кнопок"
L["Configure the padding of the buttons."] = "Настройка промежутков между кнопками."
L["Configure the Pet Bar"] = "Настройка панели питомца"
L["Configure the Reputation Bar"] = "Настройка полосы репутации"
L["Configure the scale of the bar."] = "Настройка масштаба панели."
L["Configure the Stance Bar"] = "Настройка панели стоек"
L["Configure the Totem Bar"] = "Настроить панель тотемов"
L["Configure the VehicleBar"] = "Настройка панели транспорта"
L["Configure the XP Bar"] = "Настройка полосы опыта"
L["Copy Conditionals"] = "Копировать условия"
L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = "Копировать автоматически созданные условия в личную конфигурацию в качестве базового шаблона."
L["CTRL"] = "Ctrl"
L["Custom Conditionals"] = "Свои условия"
L["Default Bar State"] = "Состояние \"По умолчанию\""
L["Disable any reaction to mouse events on this bar, making the bar click-through."] = "Не реагировать никак на щелчки мыши в эту панель, сделать панель прозрачной для кликов."
L["Disabled"] = "Отключено"
L["Disabled in Combat"] = "Отключать в бою"
L["Don't Page"] = "Не листать"
L["Down"] = "Вниз"
L[ [=[Enable Auto-Assist for this bar.
Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell.]=] ] = [=[Включить авто-помощь для этой панели.
Авто-помощь будет автоматически пытаться применить ваше заклинание на цель цели, если оно не может быть использовано на вашу цель.]=]
L[ [=[Enable Bar Switching based on the actionbar controls provided by the game.
See Blizzard Key Bindings for assignments - Usually Shift-Mouse Wheel and Shift+1 - Shift+6.]=] ] = [=[Включить смену панелей, основанную на установках панелей команд в игре.
Смотрите назначения клавиш в игре — обычно это Shift+Колесо мыши и Shift+1 - Shift+6.]=]
L["Enabled"] = "Включено"
L["Enable/Disable the bar."] = "Включить/Отключить панель."
L["Enable State-based Button Swaping"] = "Разрешить переключение панелей"
L["Enable the Bag Bar"] = "Включить панель сумок"
L["Enable the FadeOut mode"] = "Включить исчезновение панели"
L["Enable the Micro Menu"] = "Включить микроменю"
L["Enable the PetBar"] = "Включить панель питомца"
L["Enable the Reputation Bar"] = "Включить полосу репутации"
L["Enable the StanceBar"] = "Включить панель стоек"
L["Enable the Totem Bar"] = "Включить панель тотемов"
L["Enable the use of a custom condition, disabling all of the above."] = "Разрешить использовать пользовательские условия, отключив все остальные."
L["Enable the use of the Blizzard Vehicle UI, hiding any Bartender4 bars in the meantime."] = "Разрешить использование стандартного интерфейса управления транспортом, все панели Bartender4 будут скрыты на это время."
L["Enable the Vehicle Bar"] = "Включить панель транспорта"
L["Enable the XP Bar"] = "Включить полосу опыта"
L["Fade Out"] = "Исчезновение"
L["Fade Out Alpha"] = "Прозрачность исчезновения"
L["Fade Out Delay"] = "Задержка сокрытия"
L["FAQ"] = "ЧаВо"
L["FAQ_TEXT"] = [=[|cffffd200
Я только что установил Bartender4, но мои сочетания клавиш не отображаются на кнопках/не работают вовсе.
|r
Bartender4 преобразовывает только сочетания клавиш для панели №1, клавиши для всех остальных панелей должны быть переназначены на панели Bartender4. Первый признак того, что все ваши комбинации клавиш настроены правильно - это отображение сочетаний клавиш на кнопках. Если они отображаются верно, то всё должно работать нормально.
|cffffd200
И каким образом я могу изменить назначенные клавиши для Bartender4?
|r
До тех пор, пока я не сделаю какого-либо удобного меню (Minimap/FuBar/итд.), вам придётся использовать команду |cffffff78/kb|r для сопоставления клавиш кнопкам.
Как только вы выполните эту команду - просто наведите указатель мыши на нужную кнопку и нажмите желаемое сочетание клавиш на клавиатуре. Всплывающая подсказка покажет вам уже назначенные для этой кнопки комбинации клавиш, равно как и результат ваших действий.
|cffffd200
Я нашел ошибку! Куда мне послать её описание?
|r
Вы можете сообщить о найденных ошибках или своих предложениях на странице |cffffff78http://forums.wowace.com/showthread.php?t=12513|r
Также вы можете найти нас на канале |cffffff78irc://irc.freenode.org/wowace|r
При сообщении об ошибке убедитесь, что вы указали |cffffff78действия, необходимые для воспроизведения ошибки|r, а также |cffffff78сообщения об ошибках|r и содержимое стека (если есть). Укажите |cffffff78номер сборки|r Bartender4, с которым у вас возникла проблема, и |cffffff78язык используемого клиента|r.
|cffffd200
Кто написал этот клёвый аддон?
|r
Bartender4 написал Nevcairiel с EU-Antonidas, автор Bartender3!
]=]
L["Focus-Cast by modifier"] = "Применение к фокусу по модификатору"
L["Focus-Cast Modifier"] = "Применение к фокусу"
L["Frequently Asked Questions"] = "Часто задаваемые Вопросы"
L["Full Button Mode"] = "Режим всех кнопок"
L["General Settings"] = "Основные параметры"
L["Hide Hotkey"] = "Скрывать горячие клавиши"
L["Hide in Combat"] = "Скрывать в бою"
L["Hide in Stance/Form"] = "Скрывать в стойках/обликах"
L["Hide Macro Text"] = "Скрывать названия макросов"
L["Hide on Vehicle"] = "Скрывать на транспорте"
L["Hide out of Combat"] = "Скрывать вне боя"
L["Hide the Hotkey on the buttons of this bar."] = "Не отображать сочетания клавиш на кнопках этой панели."
L["Hide the Macro Text on the buttons of this bar."] = "Не отображать названия макросов на кнопках этой панели."
L["Hide this bar in a specific Stance or Form."] = "Скрывать данную панель в определённых стойках или обликах."
L["Hide this bar when the game wants to show a vehicle UI."] = "Прятать эту панель когда активируется интерфейс управления транспортным средством."
L["Hide this bar when you are possessing a NPC."] = "Скрывать данную панель во время управления NPC."
L["Hide this bar when you are riding on a vehicle."] = "Скрывать данную панель во время управления транспортом."
L["Hide this bar when you have a pet."] = "Скрывать данную панель, если у вас есть питомец."
L["Hide this bar when you have no pet."] = "Скрывать данную панель, если у вас нет питомца."
L["Hide when Possessing"] = "Скрывать при управлении чем-либо"
L["Hide without pet"] = "Скрывать без питомца"
L["Hide with pet"] = "Скрывать с питомцем"
L["Hide with Vehicle UI"] = "Прятать при активации транспортного средства"
L["Horizontal Growth"] = "Рост по горизонтали"
L["Horizontal growth direction for this bar."] = "Горизонтальное направление роста для данной панели."
L["Hotkey Mode"] = "Режим горячих клавиш"
L["Key Bindings"] = "Назначение клавиш"
L["Keyring"] = "Связка ключей"
L["Left"] = "Влево"
L["Lock"] = "Закрепить"
L["Lock all bars."] = "Заблокировать все панели."
L["Lock the buttons."] = "Заблокировать кнопки."
L["Micro Menu"] = "Микроменю"
L["Minimap Icon"] = "Иконка у мини-карты"
L["Modifier Based Switching"] = "Переключение, основанное на модификаторах"
L["No Display"] = "Не отображать"
L["None"] = "Нет"
L["No Stance/Form"] = "Нет стоек/форм"
L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = "Заметка: включение своих условий повлечёт за собой отключение указанных выше настроек!"
L["Number of buttons."] = "Количество кнопок на панели."
L["Number of rows."] = "Количество строк у панели."
L["Offset in X direction (horizontal) from the given anchor point."] = "Сдвиг по оси Х (горизонтально) от заданной точки привязки."
L["Offset in Y direction (vertical) from the given anchor point."] = "Сдвиг по оси Y (вертикально) от заданной точки привязки."
L["One Bag"] = "Одна сумка"
L["Only show one Bag Button in the BagBar."] = "Отображать только главную сумку на панели сумок."
L["Out of Mana Indicator"] = "Индикатор нехватки маны"
L["Out of Range Indicator"] = "Индикатор недостижимости"
L["Padding"] = "Промежутки"
L["Page %2d"] = "Страница %2d"
L["Pet Bar"] = "Панель питомца"
L["Positioning"] = "Позиционирование"
L["Possess Bar"] = "Панель контроля"
L["Reputation Bar"] = "Полоса репутации"
L["Reset Position"] = "Сбросить позицию"
L["Reset the position of this bar completly if it ended up off-screen and you cannot reach it anymore."] = "Сбросить позицию данной панели, если она по каким-либо причинам находится за пределами экрана и является недостижимой"
L["Right"] = "Вправо"
L["Right-click Self-Cast"] = "ПКМ – применение к себе"
L["Rows"] = "Строки"
L["Scale"] = "Масштаб"
L["Select the Focus-Cast Modifier"] = "Выбрать модификатор для прочтения заклинания на фокус"
L["Select the Self-Cast Modifier"] = "Выбрать модификатор для прочтения заклинания на себя"
L["Self-Cast by modifier"] = "Чтение на себя по модификатору"
L["Self-Cast Modifier"] = "Модификатор заклинания на себя"
L["SHIFT"] = "Shift"
L["Show a Icon to open the config at the Minimap"] = "Отображать иконку у мини-карты для открытия настроек"
L["Show the keyring button."] = "Отображать кнопку связки ключей."
L["Specify the Color of the Out of Mana Indicator"] = "Выбрать цвет для индикации нехватки маны"
L["Specify the Color of the Out of Range Indicator"] = "Выберите цвет для индикации недостижимости"
L["Stance Bar"] = "Панель стоек"
L["Stance Configuration"] = "Настройка стоек"
L["State Configuration"] = "Настройка состояния"
L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = "Переключать эту панель на панель контроля, когда вы контролируете NPC (например, с помощью «Контроля над разумом»)"
L["Switch to key-binding mode"] = "Переключиться в режим назначения горячих клавиш"
L[ [=[The Alignment menu is still on the TODO.
As a quick preview of whats planned:
- Absolute and relative Bar Positioning
- Bars "snapping" together and building clusters]=] ] = [=[Настройки выравнивания все еще находятся в стадии разработки.
Возможности, которые планируется ввести:
- Абсолютное и относительное позиционирование панелей
- Панели, 'прилипающие' друг к другу и создание кластеров]=]
L["The bar default is to be visible all the time, you can configure conditions here to control when the bar should be hidden."] = "По умолчанию панели будут отображаться всегда. Здесь вы можете настроить условия сокрытия панелей."
L["The default behaviour of this bar when no state-based paging option affects it."] = "Поведение данной панели когда она не попадает под какие-либо другие модификаторы состояния."
L["The Positioning options here will allow you to position the bar to your liking and with an absolute precision."] = "Опции позиционирования позволят вам определить местоположение панелей с абсолютной точностью"
L["This bar will be hidden once you enter combat."] = "Данная панель будет скрыта, как только вы вступите в бой."
L["This bar will be hidden whenever you are not in combat."] = "Данная панель будет скрыта, пока вы находитесь вне боя."
L[ [=[Toggle Button Zoom
For more style options you need to install ButtonFacade]=] ] = [=[Переключение увеличения кнопок
Для дополнительных стилей и настроек необходимо установить ButtonFacade]=]
L["Toggle the button grid."] = "Переключение отображения сетки пустых кнопок."
L["Toggle the use of the modifier-based focus-cast functionality."] = "Переключить использование заклинание-на-фокус функциональности, основанной на модификаторах."
L["Toggle the use of the modifier-based self-cast functionality."] = "Включить/отключить функцию Чтение на себя по модификатору."
L["Toggle the use of the right-click self-cast functionality."] = "Включить/отключить функцию ПКМ – применение к себе."
L["Totem Bar"] = "Панель тотемов"
L["Up"] = "Вверх"
L["Use Blizzard Vehicle UI"] = "Использовать стандартный интерфейс управления транспортом"
L["Use Custom Condition"] = "Пользовательские условия"
L["VehicleBar"] = "Панель транспорта"
L["Vehicle Bar"] = "Панель транспорта"
L["Vertical Growth"] = "Рост по вертикали"
L["Vertical growth direction for this bar."] = "Вертикальное направление роста для данной панели."
L["Visibility"] = "Видимость"
L["X Offset"] = "Сдвиг по Х"
L["XP Bar"] = "Полоса опыта"
L["Y Offset"] = "Сдвиг по Y"
L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = "Вы можете установить так, чтобы панель былабы всегда скрыта, а доступ к ней получить можно былобы только через назначения клавиш."
L[ [=[You can use any macro conditionals in the custom string, using "show" and "hide" as values.
Example: [combat]hide;show]=] ] = [=[Вы можете использовать любое условие в макросе, в строку скрипта, используя значение "show" и "hide".
Пример: [combat]hide;show]=]
L[ [=[You can use any macro conditionals in the custom string, using the number of the bar as target value.
Example: [form:1]9;0]=] ] = [=[Вы можете использовать любое условие в макросе, в строку скрипта, используя нумерацию панелей в качестве целевого значения.
Пример: [form:1]9;0]=]
L["You have to exit the vehicle in order to be able to change the Vehicle UI settings."] = "Вы должны выйти из транспортного средства, чтобы иметь возможность изменить настройки UI транспорта."
L["Zoom"] = "Увеличение"
+239 -8
View File
@@ -1,8 +1,239 @@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "zhCN")
if not L then return end
--@localization(locale="zhCN", format="lua_additive_table", handle-unlocalized="comment")@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "zhCN")
if not L then return end
L["ActionBar Paging"] = "动作条对齐"
L["Alignment"] = "对齐"
L["Alpha"] = "透明度"
L["ALT"] = "按下 ALT"
L["Always Hide"] = "始终隐藏"
L["Anchor"] = "锚点"
L["Auto-Assist"] = "自动协助"
L["Bag Bar"] = "背包栏"
L["Bar Options"] = "动作条选项"
L["Bars"] = "动作条"
L["Bar %s"] = "动作条 %s"
L["Bar Snapping"] = "动作条映射"
L["Bar Style & Layout"] = "动作条风格与布局"
L["Bars unlocked. Move them now and click Lock when you are done."] = "动作条已解锁。现在可以移动,完成后点击锁定。"
L["Bartender4"] = "Bartender4"
L["Button Grid"] = "显示空按钮"
L["Button Lock"] = "按钮锁定"
L["Button Look"] = "按钮外观"
L["Buttons"] = "按钮"
L["Button %s"] = "按钮 %s"
L["Button Tooltip"] = "按钮鼠标提示"
L["Cannot access options during combat."] = "战斗中无法更改选项。"
L["Center Horizontally"] = "中心水平"
L["Centers the bar horizontally on screen."] = "将动作条水平置于屏幕中心。"
L["Centers the bar vertically on screen."] = "将动作条垂直置于屏幕中心。"
L["Center Vertically"] = "中心垂直"
L["|cffffff00Click|r to toggle bar lock"] = "|cffffff00点击|r锁定或解锁动作条"
L["|cffffff00Right-click|r to open the options menu"] = "|cffffff00右键点击|r打开选项菜单"
L["Change the current anchor point of the bar."] = "改变当前动作条锚点。"
L["Click-Through"] = "点击穿越"
L["Colors"] = "颜色"
L["Configure actionbar paging when the %s key is down."] = "配置当按下%s键时动作条的页面。"
L["Configure Bar %s"] = "设置动作条 %s"
L["Configure how the Out of Range Indicator should display on the buttons."] = "显示或隐藏射程基本按钮着色。"
L["Configure the alpha of the bar."] = "设置动作条的透明度。"
L["Configure the Bag Bar"] = "设置背包栏"
L["Configure the Button Tooltip."] = "设置按钮的鼠标提示。"
L["Configure the Fade Out Alpha"] = "设置淡出的透明度"
L["Configure the Fade Out Delay"] = "设置淡出的延迟"
L["Configure the Micro Menu"] = "配置微型主菜单"
L["Configure the padding of the buttons."] = "配置按钮之间的距离。"
L["Configure the Pet Bar"] = "配置宠物栏"
L["Configure the Reputation Bar"] = "配置声望条"
L["Configure the scale of the bar."] = "设置动作条缩放。"
L["Configure the Stance Bar"] = "配置姿态栏"
L["Configure the Totem Bar"] = "配置图腾条"
L["Configure the VehicleBar"] = "配置载具控制条"
L["Configure the XP Bar"] = "配置经验条"
L["Copy Conditionals"] = "复制条件"
L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = "在自定义配置中复制一个条件作为模板。"
L["CTRL"] = "按下 CTRL"
L["Custom Conditionals"] = "自定义条件"
L["Default Bar State"] = "默认动作条状态"
L["Disable any reaction to mouse events on this bar, making the bar click-through."] = "使该动作条忽略鼠标点击,你将点击到动作条后面的东西。"
L["Disabled"] = "禁用"
L["Disabled in Combat"] = "战斗中关闭"
L["Don't Page"] = "不翻页"
L["Down"] = ""
L[ [=[Enable Auto-Assist for this bar.
Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell.]=] ] = [=[为该动作条开启自动协助。
当你所尝试使用的技能不能对你当前目标生效时,自动协助会尝试对目标的目标使用该技能。]=]
L[ [=[Enable Bar Switching based on the actionbar controls provided by the game.
See Blizzard Key Bindings for assignments - Usually Shift-Mouse Wheel and Shift+1 - Shift+6.]=] ] = [=[启用游戏内置动作条切换控制。
具体查看游戏内按键绑定设置 - 通常是 Shift-鼠标滚轮和 Shift+1 至 Shift+6。]=]
L["Enabled"] = "启用"
L["Enable/Disable the bar."] = "启用或关闭该动作条。"
L["Enable State-based Button Swaping"] = "开始基于状态配置的按钮切换功能。"
L["Enable the Bag Bar"] = "开启背包栏"
L["Enable the FadeOut mode"] = "开启淡出模式"
L["Enable the Micro Menu"] = "开启微型主菜单"
L["Enable the PetBar"] = "开启宠物栏"
L["Enable the Reputation Bar"] = "启用声望条"
L["Enable the StanceBar"] = "开启姿态栏"
L["Enable the Totem Bar"] = "启用图腾条"
L["Enable the use of a custom condition, disabling all of the above."] = "启用自定义条件,禁用以上所有设置。"
L["Enable the use of the Blizzard Vehicle UI, hiding any Bartender4 bars in the meantime."] = "启用暴雪载具用户界面,同时隐藏所有 Bartender4 动作条。"
L["Enable the Vehicle Bar"] = "启用载具控制条"
L["Enable the XP Bar"] = "启用经验条"
L["Fade Out"] = "淡出"
L["Fade Out Alpha"] = "淡出透明度"
L["Fade Out Delay"] = "淡出延迟"
L["FAQ"] = "帮助"
L["FAQ_TEXT"] = [=[|cffffd200
我刚刚安装了 Bartender4,发现我的按键绑定似乎不太正确或完全不工作。
|r
Bartender4 仅仅将主动作条1与 Bartender4 的动作条1关联起来,游戏其他动作条的设置不会转移到 Bartender4 上,不过您之前设置的快捷键仍然是有效的,它们仅仅是被隐藏了起来而已。
|cffffd200
我如何才能为 Bartender4 的按钮设置快捷键?
|r
在聊天窗口输入命令 |cffffff78/kb|r,会弹出一个窗口,此时移动鼠标到您需要设置快捷键的按钮上,按下您需要设置的快捷键,屏幕上会显示出您将要绑定的按键,确认无误后关闭弹出的窗口即可。
|cffffd200
我的背包栏上面没有显示钥匙链,怎样让它出现?
|r
这很简单!选择背包栏配置菜单内的钥匙链选项,就会在背包旁边出现钥匙链了。
|cffffd200
我发现了一个错误!如何报告给作者?
|r
可以报告错误或提出建议在论坛在 |cffffff78http://forums.wowace.com/showthread.php?t=12513|r 上讨论或查看插件项目页在 |cffffff78http://www.wowace.com/projects/bartender4/|r
或者,也可以使用 IRC 找到我们
|cffffff78irc://irc.freenode.org/wowace|r
当报告一个错误时,请确认包含|cffffff78如何重现错误的步骤|r,提供所有可能出现的堆栈跟踪|cffffff78错误信息|r,给出哪个|cffffff78修订版本编号|r的 Bartender4 所出现的问题和正在使用的|cffffff78英文或其他客户端|r。
|cffffd200
谁写的这个插件?
|r
Bartender4 是欧洲服务器 Antonidas 的玩家 Nevcairiel 的作品, 该玩家同时也是 Bartender3 的作者!
]=]
L["Focus-Cast by modifier"] = "焦点施法"
L["Focus-Cast Modifier"] = "焦点施法"
L["Frequently Asked Questions"] = "帮助信息"
L["Full Button Mode"] = "整个按钮"
L["General Settings"] = "一般设置"
L["Hide Hotkey"] = "隐藏快捷键"
L["Hide in Combat"] = "战斗中隐藏"
L["Hide in Stance/Form"] = "姿态或变形时隐藏"
L["Hide Macro Text"] = "隐藏宏名称"
L["Hide on Vehicle"] = "使用载具时隐藏"
L["Hide out of Combat"] = "脱离战斗隐藏"
L["Hide the Hotkey on the buttons of this bar."] = "在该动作条上不显示按钮的快捷键提示。"
L["Hide the Macro Text on the buttons of this bar."] = "在该动作条上不显示宏的名称。"
L["Hide this bar in a specific Stance or Form."] = "在特定的姿态或变形中隐藏。"
L["Hide this bar when the game wants to show a vehicle UI."] = "隐藏此栏比赛时,要证明的车辆用户界面。"
L["Hide this bar when you are possessing a NPC."] = "在和 NPC 对话时隐藏。"
L["Hide this bar when you are riding on a vehicle."] = "当你使用载具时,隐藏动作条。"
L["Hide this bar when you have a pet."] = "在有宠物情况下隐藏。"
L["Hide this bar when you have no pet."] = "在没有宠物情况下隐藏。"
L["Hide when Possessing"] = "在你控制时隐藏"
L["Hide without pet"] = "不和宠物一起隐藏"
L["Hide with pet"] = "和宠物一起隐藏"
L["Hide with Vehicle UI"] = "隐藏与汽车用户界面"
L["Horizontal Growth"] = "水平增长"
L["Horizontal growth direction for this bar."] = "这个动作条向水平方向增长。"
L["Hotkey Mode"] = "快捷键模式"
L["Key Bindings"] = "按键绑定"
L["Keyring"] = "钥匙链"
L["Left"] = ""
L["Lock"] = "锁定"
L["Lock all bars."] = "锁定所有动作条。"
L["Lock the buttons."] = "锁定动作条按钮。"
L["Micro Menu"] = "微型主菜单"
L["Minimap Icon"] = "小地图图标"
L["Modifier Based Switching"] = "修改基本切换"
L["No Display"] = "不显示"
L["None"] = ""
L["No Stance/Form"] = "没有姿态或变形"
L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = "注意:启用自定义条件将禁用以上所有设置!"
L["Number of buttons."] = "设置按钮的数量。"
L["Number of rows."] = "设置行数。"
L["Offset in X direction (horizontal) from the given anchor point."] = "X 方向(水平)给定的锚点偏移量。"
L["Offset in Y direction (vertical) from the given anchor point."] = "Y 方向(垂直)给定的锚点偏移量。"
L["One Bag"] = "单背包"
L["Only show one Bag Button in the BagBar."] = "仅仅显示一个背包来代表背包栏。"
L["Out of Mana Indicator"] = "低法力指示"
L["Out of Range Indicator"] = "射程指示"
L["Padding"] = "间距"
L["Page %2d"] = "第%2d页"
L["Pet Bar"] = "宠物栏"
L["Positioning"] = "定位"
L["Possess Bar"] = "控制栏"
L["Reputation Bar"] = "声望条"
L["Reset Position"] = "重置位置"
L["Reset the position of this bar completly if it ended up off-screen and you cannot reach it anymore."] = "当动作条移动到屏幕外不能被定位时重置动作条位置。"
L["Right"] = ""
L["Right-click Self-Cast"] = "右键自我施法"
L["Rows"] = ""
L["Scale"] = "缩放"
L["Select the Focus-Cast Modifier"] = "选择焦点施法"
L["Select the Self-Cast Modifier"] = "选择自我施法"
L["Self-Cast by modifier"] = "自身施法"
L["Self-Cast Modifier"] = "自身施法"
L["SHIFT"] = "按下 SHIFT"
L["Show a Icon to open the config at the Minimap"] = "显示小地图配置图标"
L["Show the keyring button."] = "显示钥匙链。"
L["Specify the Color of the Out of Mana Indicator"] = "设置法力不足的标识颜色"
L["Specify the Color of the Out of Range Indicator"] = "设置射程之外的标识颜色"
L["Stance Bar"] = "姿态栏"
L["Stance Configuration"] = "姿态配置"
L["State Configuration"] = "状态配置"
L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = "当控制某个 NPC 时切换该动作条至控制技能栏。(例如心灵控制)"
L["Switch to key-binding mode"] = "切换到按键绑定模式"
L[ [=[The Alignment menu is still on the TODO.
As a quick preview of whats planned:
- Absolute and relative Bar Positioning
- Bars "snapping" together and building clusters]=] ] = [=[对齐菜单没有开发完成。
计划预览:
- 精确的动作栏定位
- 动作条“整合”集成]=]
L["The bar default is to be visible all the time, you can configure conditions here to control when the bar should be hidden."] = "默认为可见,你可以在这里配置条件来设置何时隐藏。"
L["The default behaviour of this bar when no state-based paging option affects it."] = "当没有状态配置作用于该动作条时的动作条默认行为。"
L["The Positioning options here will allow you to position the bar to your liking and with an absolute precision."] = "定位选项可以依个人喜好和绝对精确定位动作条。"
L["This bar will be hidden once you enter combat."] = "当你进入战斗状态时将隐藏。"
L["This bar will be hidden whenever you are not in combat."] = "当你脱离战斗状态时将隐藏。"
L[ [=[Toggle Button Zoom
For more style options you need to install ButtonFacade]=] ] = [=[启用或关闭按钮缩放
若需要进一步改变按钮风格,您需要安装插件 ButtonFacade]=]
L["Toggle the button grid."] = "勾选该选项将显示空的按钮。"
L["Toggle the use of the modifier-based focus-cast functionality."] = "启用或关闭焦点施法功能。"
L["Toggle the use of the modifier-based self-cast functionality."] = "启用或关闭自我施法功能。"
L["Toggle the use of the right-click self-cast functionality."] = "启用或关闭使用右键点击对自己施法功能。"
L["Totem Bar"] = "图腾条"
L["Up"] = ""
L["Use Blizzard Vehicle UI"] = "使用暴雪载具用户界面"
L["Use Custom Condition"] = "使用自定义条件"
L["VehicleBar"] = "载具控制条"
L["Vehicle Bar"] = "载具控制条"
L["Vertical Growth"] = "垂直增长"
L["Vertical growth direction for this bar."] = "这个动作条向垂直方向增长。"
L["Visibility"] = "可见性"
L["X Offset"] = "X 偏移量"
L["XP Bar"] = "经验条"
L["Y Offset"] = "Y 偏移量"
L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = "你能设置动作条一直隐藏,仅用按键绑定来使用动作条。"
L[ [=[You can use any macro conditionals in the custom string, using "show" and "hide" as values.
Example: [combat]hide;show]=] ] = [=[你可以在自定义字符串里使用任意宏命令条件,使用 "show" 和 "hide" 为参数值。
例如:[combat]hide;show]=]
L[ [=[You can use any macro conditionals in the custom string, using the number of the bar as target value.
Example: [form:1]9;0]=] ] = [=[你可以在自定义字符串里使用任意宏命令条件,使用动作条编号为目标参数值。
例如:[form:1]9;0]=]
L["You have to exit the vehicle in order to be able to change the Vehicle UI settings."] = "你已经离开载具并可以改变载具用户界面设置。"
L["Zoom"] = "缩放"
+226 -8
View File
@@ -1,8 +1,226 @@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "zhTW")
if not L then return end
--@localization(locale="zhTW", format="lua_additive_table", handle-unlocalized="comment")@
-- Bartender4 Locale
-- Please use the Localization App on WoWAce to Update this
-- http://www.wowace.com/projects/bartender4/localization/ ;¶
local L = LibStub("AceLocale-3.0"):NewLocale("Bartender4", "zhTW")
if not L then return end
L["ActionBar Paging"] = "動作條轉換"
L["Alignment"] = "對齊"
L["Alpha"] = "透明度"
L["ALT"] = "ALT"
L["Always Hide"] = "總是隱藏"
L["Anchor"] = "錨點"
L["Auto-Assist"] = "自動協助"
L["Bag Bar"] = "背包列"
L["Bar Options"] = "動作條選項"
L["Bars"] = "動作條"
L["Bar %s"] = "動作條 %s"
L["Bar Snapping"] = "動作條依附"
L["Bar Style & Layout"] = "動作條樣式和佈局"
L["Bars unlocked. Move them now and click Lock when you are done."] = "動作條已解鎖. 移動它們之後再按一下鎖定"
L["Bartender4"] = "Bartender4"
L["Button Grid"] = "顯示空按鈕"
L["Button Lock"] = "按鈕鎖定"
L["Button Look"] = "按鈕外觀"
L["Buttons"] = "按鈕"
L["Button %s"] = "按鈕 %s"
L["Button Tooltip"] = "按鈕說明提示"
L["Cannot access options during combat."] = "戰鬥中無法更改選項。"
L["Center Horizontally"] = "中央水平"
L["Centers the bar horizontally on screen."] = "將動作條水平置于螢幕中央。"
L["Centers the bar vertically on screen."] = "將動作條垂直置于螢幕中央。"
L["Center Vertically"] = "中央垂直"
L["|cffffff00Click|r to toggle bar lock"] = "|cffffff00點擊|r 來開關動作條鎖"
L["|cffffff00Right-click|r to open the options menu"] = "|cffffff00右擊|r 開啟設置選項"
L["Change the current anchor point of the bar."] = "改變當前動作條錨點。"
L["Click-Through"] = "點擊穿越"
L["Colors"] = "顏色"
L["Configure actionbar paging when the %s key is down."] = "設定當按下 %s 鍵時動作條的頁面"
L["Configure Bar %s"] = "設定動作條 %s"
L["Configure how the Out of Range Indicator should display on the buttons."] = "設定超出距離提示按鈕該如何顯示"
L["Configure the alpha of the bar."] = "設定動作條透明度"
L["Configure the Bag Bar"] = "設定背包列"
L["Configure the Button Tooltip."] = "設定按紐說明提示"
L["Configure the Fade Out Alpha"] = "設定淡出透明度"
L["Configure the Fade Out Delay"] = "設定淡出延遲"
L["Configure the Micro Menu"] = "設定微型按鈕"
L["Configure the padding of the buttons."] = "設定按鈕間距"
L["Configure the Pet Bar"] = "設定寵物列"
L["Configure the Reputation Bar"] = "設定聲望列"
L["Configure the scale of the bar."] = "設定動作條大小"
L["Configure the Stance Bar"] = "設定姿勢列"
L["Configure the Totem Bar"] = "設定圖騰條"
L["Configure the VehicleBar"] = "設定載具列"
L["Configure the XP Bar"] = "設定經驗列"
L["Copy Conditionals"] = "條件複製"
L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = "複製一個自動生成條件的副本 定制配置為基礎的範本"
L["CTRL"] = "CTRL"
L["Custom Conditionals"] = "自訂條件"
L["Default Bar State"] = "預設動作條狀態"
L["Disable any reaction to mouse events on this bar, making the bar click-through."] = "使動作條不響應鼠標點擊事件,鼠標點擊會穿過動作條而點擊到被動作條遮蓋的東西。"
L["Disabled"] = "關閉"
L["Disabled in Combat"] = "戰鬥中關閉"
L["Don't Page"] = "不轉換"
L["Down"] = "方向, 下!"
L[ [=[Enable Auto-Assist for this bar.
Auto-Assist will automatically try to cast on your target's target if your target is no valid target for the selected spell.]=] ] = [=[開啟自動協助.
自動協助會自動地試著對你目標的目標施法,假如選定的技能目標是個無效的目標]=]
L[ [=[Enable Bar Switching based on the actionbar controls provided by the game.
See Blizzard Key Bindings for assignments - Usually Shift-Mouse Wheel and Shift+1 - Shift+6.]=] ] = [=[以遊戲所提供的動作條控制為依據, 啟用動作條轉換.
請參照暴雪按鍵綁定的設定 - 通常是滑鼠滾輪和Shift+1 - Shift+6.]=]
L["Enabled"] = "開啟"
L["Enable/Disable the bar."] = "開啟/關閉動作條"
L["Enable State-based Button Swaping"] = "開啟狀態配置的按鈕切換"
L["Enable the Bag Bar"] = "開啟背包列"
L["Enable the FadeOut mode"] = "開啟淡出模式"
L["Enable the Micro Menu"] = "開啟微型選單"
L["Enable the PetBar"] = "開啟寵物列"
L["Enable the Reputation Bar"] = "開啟聲望列"
L["Enable the StanceBar"] = "開啟姿勢列"
L["Enable the Totem Bar"] = "啟用圖騰條"
L["Enable the use of a custom condition, disabling all of the above."] = "啟用自訂的條件, 停用上述所有"
L["Enable the use of the Blizzard Vehicle UI, hiding any Bartender4 bars in the meantime."] = "使用官方的載具列, 與此同時隱藏所有Bartender4的列"
L["Enable the Vehicle Bar"] = "開啟載具列"
L["Enable the XP Bar"] = "開啟經驗列"
L["Fade Out"] = "淡出"
L["Fade Out Alpha"] = "淡出透明度"
L["Fade Out Delay"] = "淡出延遲"
L["FAQ"] = "問與答"
L["FAQ_TEXT"] = [=[|cffffd200
我剛剛安裝了Bartender4,發現我的按鍵綁定似乎不太正確.
|r
Bartender4只是把動作條1與Bartender4的動作條1關聯起來,遊戲其他動作條的設置不會轉移到Bartender4上,不過您之前設置的快捷鍵仍然是有效的,它們只是被隱藏了起來而已.
|cffffd200
我如何才能為Bartender4的按鈕設置快捷鍵?
|r
在聊天窗口輸入命令 /kb ,會彈出一個窗口,此時移動鼠標到您需要設置快捷鍵的按鈕上,按下您需要設置的快捷鍵,屏幕上會顯示出您將要綁定的按鍵,確認無誤後關閉彈出的窗口即可.
|cffffd200
誰人製作這超酷的插件?
|r
Bartender4是歐服Antonidas的玩家 Nevcairiel 的作品, 也是Bartender3的原作者!
|cffffd200
誰人那麼無聊做這些艱難的中文翻譯?
|r
|cffffff78天明|r 眾星之子
]=]
L["Focus-Cast by modifier"] = "用關聯鍵來使用Focus-施法"
L["Focus-Cast Modifier"] = "Focus-施法關聯鍵"
L["Frequently Asked Questions"] = "常見問題"
L["Full Button Mode"] = "完整按鈕模式"
L["General Settings"] = "一般設定"
L["Hide Hotkey"] = "隱藏熱鍵"
L["Hide in Combat"] = "戰鬥中隱藏"
L["Hide in Stance/Form"] = "姿態/型態隱藏"
L["Hide Macro Text"] = "隱藏巨集文字"
L["Hide on Vehicle"] = "使用載具時隱藏"
L["Hide out of Combat"] = "非戰鬥時隱藏"
L["Hide the Hotkey on the buttons of this bar."] = "隱藏這個動作條的熱鍵文字"
L["Hide the Macro Text on the buttons of this bar."] = "隱藏這個動作條的巨集名稱"
L["Hide this bar in a specific Stance or Form."] = "在使用某指定姿態或變形後隱藏"
L["Hide this bar when the game wants to show a vehicle UI."] = "這列會在載具介面啟動時隱藏"
L["Hide this bar when you are possessing a NPC."] = "當控制NPC時隱藏"
L["Hide this bar when you are riding on a vehicle."] = "當使用載具時,隱藏這個動作條。"
L["Hide this bar when you have a pet."] = "當你有寵物時隱藏"
L["Hide this bar when you have no pet."] = "當你沒有寵物時隱藏"
L["Hide when Possessing"] = "控制中隱藏"
L["Hide without pet"] = "不帶寵物隱藏"
L["Hide with pet"] = "帶寵物隱藏"
L["Hide with Vehicle UI"] = "載具時隱藏"
L["Horizontal Growth"] = "橫向增長"
L["Horizontal growth direction for this bar."] = "此欄依橫向方向增長."
L["Hotkey Mode"] = "熱鍵模式"
L["Key Bindings"] = "按鍵綁定"
L["Keyring"] = "鑰匙圈"
L["Left"] = ""
L["Lock"] = "鎖定"
L["Lock all bars."] = "鎖定所有動作列"
L["Lock the buttons."] = "鎖定按鈕"
L["Micro Menu"] = "微型選單"
L["Minimap Icon"] = "小地圖圖示"
L["Modifier Based Switching"] = "修改基本切換"
L["No Display"] = "不顯示"
L["None"] = "沒有"
L["No Stance/Form"] = "沒有姿態/形態"
L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = "注意: 啟用自定義條件將關閉所有上述設置"
L["Number of buttons."] = "按鈕數量"
L["Number of rows."] = "行數"
L["Offset in X direction (horizontal) from the given anchor point."] = "X 方向(水平)給定的錨點偏移量。"
L["Offset in Y direction (vertical) from the given anchor point."] = "Y 方向(垂直)給定的錨點偏移量。"
L["One Bag"] = "單背包"
L["Only show one Bag Button in the BagBar."] = "在背包列中只顯示成單背包"
L["Out of Mana Indicator"] = "低法力提示"
L["Out of Range Indicator"] = "超出距離提示"
L["Padding"] = "間距"
L["Page %2d"] = "Page %2d"
L["Pet Bar"] = "寵物列"
L["Positioning"] = "定位"
L["Possess Bar"] = "控制列"
L["Reputation Bar"] = "聲望列"
L["Reset Position"] = "重置位置"
L["Reset the position of this bar completly if it ended up off-screen and you cannot reach it anymore."] = "當動作條移動到螢幕外不能被定位時重置動作條位置。"
L["Right"] = ""
L["Right-click Self-Cast"] = "右鍵自我施法"
L["Rows"] = ""
L["Scale"] = "大小"
L["Select the Focus-Cast Modifier"] = "選用Focus-施法的關聯鍵"
L["Select the Self-Cast Modifier"] = "選用自我施法的關聯鍵"
L["Self-Cast by modifier"] = "自我施法"
L["Self-Cast Modifier"] = "自我施法的關聯鍵"
L["SHIFT"] = "SHIFT"
L["Show a Icon to open the config at the Minimap"] = "在小地圖顯示圖示用以開啟本插件的設置"
L["Show the keyring button."] = "顯示鑰匙圈按鈕"
L["Specify the Color of the Out of Mana Indicator"] = "指定法力不足提示的顏色"
L["Specify the Color of the Out of Range Indicator"] = "指定超出距離提示的顏色"
L["Stance Bar"] = "姿勢列"
L["Stance Configuration"] = "姿勢設定"
L["State Configuration"] = "狀態設定"
L["Switch this bar to the Possess Bar when possessing a npc (eg. Mind Control)"] = "當控制一個NPC時切換此動作條為控制條(eg. 心靈控制)"
L["Switch to key-binding mode"] = "轉換到按鍵綁定模式"
L[ [=[The Alignment menu is still on the TODO.
As a quick preview of whats planned:
- Absolute and relative Bar Positioning
- Bars "snapping" together and building clusters]=] ] = [=[對齊選單還在趕工進行中
預覽計劃: 絕對和相對動作條定位
- 動作條 "依附" 在一起, 建設集群]=]
L["The bar default is to be visible all the time, you can configure conditions here to control when the bar should be hidden."] = "所有的列都預設為可見, 你可使用自訂義條件來控制列的隱藏"
L["The default behaviour of this bar when no state-based paging option affects it."] = "沒有狀態設定於動作條為此動作條預設行為"
L["The Positioning options here will allow you to position the bar to your liking and with an absolute precision."] = "定位選項可以依個人喜好和絕對精確定位動作條。"
L["This bar will be hidden once you enter combat."] = "這列會在進入戰鬥後隱藏"
L["This bar will be hidden whenever you are not in combat."] = "這列會在非戰鬥時隱藏"
L[ [=[Toggle Button Zoom
For more style options you need to install ButtonFacade]=] ] = "切換按鈕放大/n 如需更多風格的按鈕你需要安裝 ButtonFacade"
L["Toggle the button grid."] = "顯示空白按鈕"
L["Toggle the use of the modifier-based focus-cast functionality."] = "啟用或關閉Focus-施法的關聯鍵"
L["Toggle the use of the modifier-based self-cast functionality."] = "切換使用自我施法功能"
L["Toggle the use of the right-click self-cast functionality."] = "切換使用右鍵自我施法功能"
L["Totem Bar"] = "圖騰條"
L["Up"] = "方向, 上!"
L["Use Blizzard Vehicle UI"] = "使用官方載具列"
L["Use Custom Condition"] = "使用自訂義條件"
L["VehicleBar"] = "載具列"
L["Vehicle Bar"] = "載具列 "
L["Vertical Growth"] = "垂直增長"
L["Vertical growth direction for this bar."] = "此欄依垂直方向增長."
L["Visibility"] = "能見度"
L["X Offset"] = "X 偏移量"
L["XP Bar"] = "經驗條"
L["Y Offset"] = "Y 偏移量"
L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = "你可以把列設定為永久隱藏, 如你只想用綁定的按鍵來運作"
L[ [=[You can use any macro conditionals in the custom string, using "show" and "hide" as values.
Example: [combat]hide;show]=] ] = [=[你可以在自訂義條件裡使用任何巨集的條件句, 使用 "show" 和 "hide" 作為基準.
例如: [combat]hide;show]=]
L[ [=[You can use any macro conditionals in the custom string, using the number of the bar as target value.
Example: [form:1]9;0]=] ] = [=[你可以在自訂義條件裡使用任何巨集的條件句, 使用動作條的編號作為目標值.
Example: [form:1]9;0]=]
L["You have to exit the vehicle in order to be able to change the Vehicle UI settings."] = "你已經離開載具并可以改變載具用戶介面設置。"
L["Zoom"] = "放大"