From 46c124945bbce23bf4a3422d5cadc5e618bda591 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 11 Jul 2014 20:49:10 +0400 Subject: [PATCH] Locales --- ElvUI_SLE/locales/china.lua | 6 + ElvUI_SLE/locales/english.lua | 429 ++++++++++++++++++++++++++++++++++++ ElvUI_SLE/locales/french.lua | 7 + ElvUI_SLE/locales/german.lua | 170 ++++++++++++++ ElvUI_SLE/locales/italian.lua | 8 + ElvUI_SLE/locales/korean.lua | 6 + ElvUI_SLE/locales/load_locales.xml | 11 + ElvUI_SLE/locales/portuguese.lua | 6 + ElvUI_SLE/locales/russian.lua | 416 ++++++++++++++++++++++++++++++++++ ElvUI_SLE/locales/spanish.lua | 6 + ElvUI_SLE/locales/taiwan.lua | 6 + 11 files changed, 1071 insertions(+) create mode 100644 ElvUI_SLE/locales/china.lua create mode 100644 ElvUI_SLE/locales/english.lua create mode 100644 ElvUI_SLE/locales/french.lua create mode 100644 ElvUI_SLE/locales/german.lua create mode 100644 ElvUI_SLE/locales/italian.lua create mode 100644 ElvUI_SLE/locales/korean.lua create mode 100644 ElvUI_SLE/locales/load_locales.xml create mode 100644 ElvUI_SLE/locales/portuguese.lua create mode 100644 ElvUI_SLE/locales/russian.lua create mode 100644 ElvUI_SLE/locales/spanish.lua create mode 100644 ElvUI_SLE/locales/taiwan.lua diff --git a/ElvUI_SLE/locales/china.lua b/ElvUI_SLE/locales/china.lua new file mode 100644 index 0000000..97c7056 --- /dev/null +++ b/ElvUI_SLE/locales/china.lua @@ -0,0 +1,6 @@ +local AceLocale = LibStub:GetLibrary("AceLocale-3.0") +local L = AceLocale:NewLocale("ElvUI", "zhCN") +if not L then return end + +--Farm-- +L["Tilled Soil"] = "开垦过的土壤" \ No newline at end of file diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua new file mode 100644 index 0000000..b980e1e --- /dev/null +++ b/ElvUI_SLE/locales/english.lua @@ -0,0 +1,429 @@ +-- English localization file for enUS and enGB. +local AceLocale = LibStub:GetLibrary("AceLocale-3.0"); +local L = AceLocale:NewLocale("ElvUI", "enUS", true); + +if not L then return; end + +--General-- +L["Shadow & Light"] = true +L["Below you can see option groups presented by Shadow & Light."] = true +L["General options of Shadow & Light."] = true +L["SLE_DESC"] = [=[This is an edit of ElvUI that adds some functionality to the original addon and changes some previously existed options. +The edit doesn't change original files in any respect so you can freely disable it any time from your addon manager without any risk.]=] +L["LFR Lockout"] = true +L["Show/Hide LFR lockout info in the time datatext's tooltip."] = true +L["PvP Auto Release"] = true +L["Automatically release body when killed inside a battleground."] = true +L["Pet autocast corners"] = true +L["Show/hide triangles in corners of autocastable buttons."] = true +L["Loot History"] = true +L["Options to tweak Loot History window behaviour."] = true +L["Auto hide"] = true +L["Automaticaly hide Blizzard loot histroy frame when leaving the instance."] = true +L["Sets alpha of loot histroy frame."] = true +L["SLE_LOGIN_MSG"] = [=[You are using |cff1784d1Shadow & Light Edit|r version |cff1784d1%s%s|r for ElvUI. +If you wish to use the original ElvUI addon, disable this edit's plugin in your Addons manager. +Have a nice day.]=] +L['MSG_OUTDATED'] = "Your version of ElvUI is older than recommended to use with Shadow & Light. Your version is |cff1784d1%s|r (recommended is |cff1784d1%s|r). Please update your ElvUI." +-- L["Your version of ElvUI is older than recommended to use with Shadow & Light. Please, download the latest version from tukui.org."] = true +L["Reset All"] = true +L["Reset all Shadow & Light options and movers to their defaults"] = true +L["Reset these options to defaults"] = true +L['Oh lord, you have got ElvUI Enhanced and Shadow & Light both enabled at the same time. Select an addon to disable.'] = true + +--Install-- +L["Shadow & Light Settings"] = true +L["You can now choose if you what to use one of authors' set of options. This will change the positioning of most elements but also change a bunch of other options within ElvUI's config."] = true +L["SLE_Install_Text2"] = [=[This step is optional and only to be used if you are wanting to use one of our configurations. +|cffFF0000Warning:|r Please note that the authors' may or may not use any of the layout/theme you have selected as they may not have utilized the options.]=] +L["Darth's Config"] = true +L["Darth's Defaults Set"] = true +L["Repooc's Config"] = true +L["Repooc's Defaults Set"] = true +L["Affinitii's Config"] = true +L["Affinitii's Defaults Set"] = true + +--Auras-- +L["Options for customizing auras near the minimap."] = true +L["Caster Name"] = true +L["Enabling this will show caster name in the buffs and debuff icons."] = true + +--Backgroungds-- +L["Backgrounds"] = true +L["Additional Background Panels"] = true +L["BG_DESC"] = "Module for creating additional frames that can be used as backgrounds for anything." +L["Bottom BG"] = true +L["Left BG"] = true +L["Right BG"] = true +L["Actionbar BG"] = true +L["Show/Hide this frame."] = true +L["Sets width of the frame"] = true +L["Sets height of the frame"] = true +L["Sets X offset of the frame"] = true +L["Sets Y offset of the frame"] = true +L["Texture"] = true +L["Set the texture to use in this frame. Requirements are the same as the chat textures."] = true +L["Backdrop Template"] = true +L["Change the template used for this backdrop."] = true +L["Default"] = true +L["Hide in Pet Battle"] = true --also in square minimap buttons +L["Show/Hide this frame during Pet Battles."] = true --also in square minimap buttons + +--Character Frame Options +L["CFO_DESC"] = "This section will added different options/features to the character sheet. Here you can show item level and durability of your items for a quick glance." +L["Character Frame Options"] = true +L["Decoration"] = true +L["Show Equipment Gradients"] = true +L["Shows gradient effect for all equipment slots."] = true +L["Show Error Gradients"] = true +L["Highlights equipment slot if an error has been found."] = true +L["Show Background Image"] = true +L['Background picture'] = true +L["Custom"] = true +L['Font'] = true +L["Show Item Level"] = true +L["The font that the item level will use."] = true +L["Set the font size that the item level will use."] = true +L["Set the font outline that the item level will use."] = true +L["Show Durability"] = true +L["The font that the item durability will use."] = true +L["Set the font size that the item durability will use."] = true +L["Set the font outline that the item durability will use."] = true +L["Enchanting"] = true +L["Show Durability"] = true +L["Show Enchants"] = true +L["Show Item Level"] = true +L["Show the enchantment effect near the enchanted item"] = true +L["Show the enchantment effect near the enchanted item (not the item itself) when mousing over."] = true +L["Show Warning"] = true +L["Warning Size"] = true +L["Set the icon size that the warning notification will use."] = true +L["The font that the enchant notification will use."] = true +L["Set the font size that the enchant notification will use."] = true +L["Set the font outline that the enchant notification will use."] = true +L["Gem Sockets"] = true +L["Show Gems"] = true +L["Show gem slots near the item"] = true +L["Socket Size"] = true +L["Set the size of sockets to show."] = true + +--Character Frame-- +L["Armory Mode"] = true +L["Not Enchanted"] = true +L['Missing Tinkers'] = true +L['This is not profession only.'] = true +L['Missing Buckle'] = true +L['Missing Socket'] = true +L['Empty Socket'] = true +L['Average'] = true +L["Inspect Frame Options"] = true + +--Chat-- +L["Chat Options"] = true +L["Chat Editbox History"] = true +L["Amount of messages to save. Set to 0 to disable."] = true + +--Datatexts-- +L["Panels & Dashboard"] = true +L["Bosses killed: "] = true +L["You didn't select any instance to track."] = true +L["This LFR isn't available for your level/gear."] = true +L["Key to the Palace of Lei Shen:"] = true +L["Trove of the Thunder King:"] = true +L["Looted"] = true +L["Not looted"] = true +L["SLE_AUTHOR_INFO"] = "Shadow & Light by Darth Predator & Repooc" +L["SLE_CONTACTS"] = [=[Bug reports, suggestions and other stuff accepted via: +- Private Massage on TukUI.org to Darth Predator or Repooc +- AddOn's page/ticket system on curse.com +- Forums on tukui.org, Addons/Help section +- AddOn's repo on github.com]=] +L["DP_1"] = "DT Panel 1" +L["DP_2"] = "DT Panel 2" +L["DP_3"] = "DT Panel 3" +L["DP_4"] = "DT Panel 4" +L["DP_5"] = "DT Panel 5" +L["DP_6"] = "DT Panel 6" +L["Bottom_Panel"] = "Bottom Panel" +L["Top_Center"] = "Top Panel" +L["Left Chat"] = true +L["Right Chat"] = true +L["Datatext Panels"] = true +L["Additional Datatext Panels"] = true +L["DP_DESC"] = [=[Additional Datatext Panels. +8 panels with 20 datatext points total and a dashboard with 4 status bars. +You can't disable chat panels.]=] +L["Dashboard"] = true +L["Show/Hide dashboard."] = true +L["Dashboard Panels Width"] = true +L["Sets size of dashboard panels."] = true +L["Show/Hide this panel."] = true +L["Sets size of this panel"] = true +L['Hide panel background'] = true +L["Don't show this panel, only datatexts assinged to it"] = true +L["Some datatexts that Shadow & Light are supplied with, has settings that can be modified to alter the displayed information. Please use the dropdown box to select which datatext you would like to configure."] = true +L["S&L Friends"] = true +L["Show total friends in the datatext."] = true +L["Show total guild members in the datatext."] = true +L["These options are for modifing the Shadow & Light Friends datatext."] = true +L["S&L Guild"] = true +L["Show Totals"] = true +L["Expand RealID"] = true +L["Display realid with two lines to view broadcasts."] = true +L["Hide Hints"] = true +L["Hide the hints in the tooltip."] = true +L["Autohide Delay:"] = true +L["Adjust the tooltip autohide delay when mouse is no longer hovering of the datatext."] = true +L["S&L Mail"] = true +L["These options are for modifing the Shadow & Light Mail datatext."] = true +L["Minimap icon"] = true +L["If enabled will show new mail icon on minimap."] = true +L["S&L Datatexts"] = true +L["Datatext Options"] = true +L["These options are for modifing the Shadow & Light Guild datatext."] = true +L["Hide MOTD"] = true +L["Hide the guild's Message of the Day in the tooltip."] = true +L["Hide Guild Name"] = true +L["Hide the guild's name in the tooltip."] = true +L["Hide In Combat"] = true +L["Will not show the tooltip while in combat."] = true +L["World Loot"] = true +L["Show/Hide the status of Key to the Palace of Lei Shen and Trove of the Thunder King."] = true +L["Time Played"] = true +L["Account Time Played"] = true +L["D"] = true +L["Previous Level:"] = true +L['Current:'] = true +L['Weekly:'] = true +L['ElvUI Improved Currency Options'] = true +L['Show Archaeology Fragments'] = true +L['Show Jewelcrafting Tokens'] = true +L['Show Player vs Player Currency'] = true +L['Show Dungeon and Raid Currency'] = true +L['Show Cooking Awards'] = true +L['Show Miscellaneous Currency'] = true +L['Show Zero Currency'] = true +L['Show Icons'] = true +L['Show Faction Totals'] = true +L['Show Unsed Currency'] = true + + +--Exp/Rep Bar-- +L["Xp-Rep Text"] = true +L["Full value on Exp Bar"] = true +L["Changes the way text is shown on exp bar."] = true +L["Full value on Rep Bar"] = true +L["Changes the way text is shown on rep bar."] = true +L["Auto Track Reputation"] = true +L["Automatically sets reputation tracking to the most recent reputation change."] = true + +--Equip Manager-- +L['Equipment Manager'] = true +L["EM_DESC"] = "This module provides different options to automatically change your equipment sets on spec change or entering certain locations." +L['Spam Throttling'] = true +L["Removes the spam from chat stating what talents were learned or unlearned during spec change."] = true +L['Equipment Set Overlay'] = true +L['Show the associated equipment sets for the items in your bags (or bank).'] = true +L["Here you can choose what equipment sets to use in different situations."] = true +L["Equip this set when switching to primary talents."] = true +L["Equip this set when switching to secondary talents."] =true +L["Equip this set after entering dungeons or raids."] = true +L["Equip this set after entering battlegrounds or arens."] = true +L['Equipment Set Overlay'] = true +L['Show the associated equipment sets for the items in your bags (or bank).'] = true + +--Farm-- +L['Farm'] = true +L["Farm Options"] = true +L["FARM_DESC"] = [[Additional actionbars for the Sunsong Ranch containing seeds, tools and portals. +They will appear only if you are on the Ranch or The Halfhill Market.]] +L['Only active buttons'] = true +L['Only show the buttons for the seeds, portals, tools you have in your bags.'] = true +L["Seed Bars"] = true +L["Auto Planting"] = true +L["Automatically plant seeds to the nearest tilled soil if one is not already selected."] = true +L["Drop Seeds"] = true +L["Allow seeds to be destroyed from seed bars."] = true +L["Quest Glow"] = true +L["Show glowing border on seeds needed for any quest in your log."] = true +L["Dock Buttons To"] = true +L["Change the position from where seed bars will grow."] = true +L["Bottom"] = true +L["Top"] = true +L["Farm Seed Bars"] = true +L["Farm Tool Bar"] = true +L["Farm Portal Bar"] = true +L["Tilled Soil"] = true +L['Right-click to drop the item.'] = true +L["We are sorry, but you can't do this now. Try again after the end of this combat."] = true + +--Import Section +L["SLE_IMPORTS"] = "|cffFF0000Note:|r Use the filter imports with caution as these will overwrite any custom ones made!\nImporting a class filter will overwrite any modifications you have made to that class filter." +L["Import Options"] = true +L["Author Specific Imports"] = true +L['Select Author'] = true +L["Please be aware that importing any of the filters will require a reload of the UI for the settings to take effect.\nOnce you click a filter button, your screen will reload automatically."] = true +L["Import"] = true +L["This will import non class specific filters from this author."] = true +L["This will import All Class specific filters from this author."] = true +L['Import All'] = true + +--Loot-- +L['Loot Announcer'] = true +L["LOOT_DESC"] = [[This module will announce loot dropped when you open the loot window. +This will work only if you are raid leadedr, assist or master looter or if you hold left control key while looting to manually announce the items in chat.]] +L["Auto Announce"] = true +L["Automatically announce in selected chat channel."] = true +L["Loot Quality"] = true +L["Set the minimum quality of an item to announce."] = true +L["Announce loot to the selected channel."] = true +L["Loot Dropped:"] = true + +--Marks-- +L['Options for panels providing fast access to raid markers and flares.'] = true +L["Raid Marks"] = true +L["Show/Hide raid marks."] = true +L["Show only in instances"] = true +L["Selecting this option will have the Raid Markers appear only while in a raid or dungeon."] = true +L["Sets size of buttons"] = true --Also used in UI buttons +L["Direction"] = true +L["Change the direction of buttons growth from the skull marker"] = true +L["Raid Flares"] = true +L["Show/Hide Raid Flares."] = true +L["Selecting this option will have the Raid Flares appear only while in a raid or dungeon."] = true +L["Show Tooltip"] = true +L["Change the direction of buttons growth from the square marker"] = true +L["Square World Marker"] = true +L["Triangle World Marker"] = true +L["Diamond World Marker"] = true +L["Cross World Marker"] = true +L["Star World Marker"] = true +L["Clear World Markers"] = true + +--Nameplates-- +L["Target Count"] = true +L["Display the number of party / raid members targetting the nameplate unit."] = true +L["Threat Text"] = true +L["Display threat level as text on targeted, boss or mouseover nameplate."] = true + +--Minimap-- +L["Minimap Options"] = true +L['MINIMAP_DESC'] = "These options effect various aspects of the minimap. Some options may not work if you disable minimap in the General section of ElvUI config." +L["Minimap Coordinates"] = true +L['Coords Display'] = true +L['Change settings for the display of the coordinates that are on the minimap.'] = true +L["Coords Location"] = true +L['This will determine where the coords are shown on the minimap.'] = true +L['Bottom Corners'] = true +L['Bottom Center'] = true +L["Minimap Buttons"] = true +L["Bar Enable"] = true +L['Enable/Disable Square Minimap Bar'] = true +L['Skin Dungeon'] = true +L['Skin dungeon icon.'] = true +L['Skin Mail'] = true +L['Skin mail icon.'] = true +L['Icons Per Row'] = true +L['The number of icons per row for Square Minimap Bar.'] = true +L['Anchor Setting'] = true +L['Anchor mode for displaying the minimap buttons are skinned.'] = true +L['Horizontal Bar'] = true +L['Vertical Bar'] = true +L['The size of the minimap buttons.'] = true +L['Show minimap buttons on mouseover.'] = true + +--Enhanced Vehicle Bar-- +L["Enhanced Vehicle Bar"] = true +L["Use the enhanced vehicle bar based on work by Azilroka"] = true + +--Raid Utility-- +L["Raid Utility"] = true + +--Skins-- +L["This options require ElvUI AddOnSkins pack to work."] = true +L["Sets font size on DBM bars"] = true +L["Ground"] = true +L["Flying"] = true +L["Flying & Ground"] = true +L["Swimming"] = true + +--Tooltip-- +L["Tooltip enhancements"] = true +L["Faction Icon"] = true +L["Tooltip Cursor Offset"] = true +L["Show faction icon to the left of player's name on tooltip."] = true +L["Tooltip X-offset"] = true +L["Offset the tooltip on the X-axis."] = true +L["Tooltip Y-offset"] = true +L["Offset the tooltip on the Y-axis."] = true + +--UI buttons-- +L["UI Buttons"] = true +L["Additional menu with useful buttons"] = true +L["Show/Hide UI buttons."] = true +L["Mouse over"] = true +L["Show on mouse over."] = true +L["Buttons position"] = true +L["Layout for UI buttons."] = true +L["Click to reload your interface"] = true +L["Click to toggle config window"] = true +L["Click to toggle the AddOn Manager frame (stAddOnManager, Ampere or ACP) you have enabled."] = true +L["Click to toggle the Configuration/Option Window from the Bossmod (DXE, DBM or Bigwigs) you have enabled."] = true +L["Click to unlock moving ElvUI elements"] = true +L["ElvUI Config"] = true +L["Move UI"] = true +L["Reload UI"] = true +L["AddOns Manager"] = true +L["Boss Mod"] = true +L["Click to toggle iFilger's config UI"] = true + +--Unitframes-- +L["Additional unit frames options"] = true +L["Options for customizing unit frames. Please don't change these setting when ElvUI's testing frames for bosses and arena teams are shown. That will make them invisible until retoggling."] = true +L["Player Frame Indicators"] = true +L["Combat Icon"] = true +L["Show/Hide combat icon on player frame."] = true +L["Combat Position"] = true +L["Set the point to show combat icon"] = true +L["Classbar Energy"] = true +L["Show/hide the text with exact number of energy (Solar/Lunar or Demonic Fury) on your Classbar."] = true +L["Classbar Offset"] = true +L["This options will allow you to detach your classbar from player's frame and move it in other location."] = true +L["Power Text Position"] = true +L["Position power text on this bar of chosen frame"] = true + +--Links-- +L['About/Help'] = true +L["LINK_DESC"] = [[Following links will direct you to the Shadow & Light's pages on various sites.]] +L['TukUI GitLab / Report Errors'] = true + +--Credits-- +L["ELVUI_SLE_CREDITS"] = "We would like to point out the following people for helping us create this addon with testing, coding, and other stuff." +L["Submodules and Coding:"] = true +L["ELVUI_SLE_CODERS"] = [=[Elv +Tukz +Affinitii +Arstraea +Azilroka +Blazeflack +Boradan +Camealion +Omega1970 +Pvtschlag +Simpy +Sinaris +Sortokk +Swordyy +]=] +L["Other Support:"] = true +L["ELVUI_SLE_MISC"] = [=[BuG - for being french lol +TheSamaKutra +The rest of TukUI community +]=] + +--Tutorials-- +L["To enable full values of health/power on unitframes in Shadow & Light add \":sl\" to the end of the health/power tag.\nExample: [health:current:sl]."] = true + +--Movers-- +L["Pet Battle AB"] = true +L["Ghost Frame"] = true \ No newline at end of file diff --git a/ElvUI_SLE/locales/french.lua b/ElvUI_SLE/locales/french.lua new file mode 100644 index 0000000..ae69df0 --- /dev/null +++ b/ElvUI_SLE/locales/french.lua @@ -0,0 +1,7 @@ +-- French localization file for frFR. +local AceLocale = LibStub:GetLibrary("AceLocale-3.0"); +local L = AceLocale:NewLocale("ElvUI", "frFR"); +if not L then return; end + +--Farm-- +L["Tilled Soil"] = "Terre labourée" \ No newline at end of file diff --git a/ElvUI_SLE/locales/german.lua b/ElvUI_SLE/locales/german.lua new file mode 100644 index 0000000..013fdd3 --- /dev/null +++ b/ElvUI_SLE/locales/german.lua @@ -0,0 +1,170 @@ +-- German localisation file for deDE +local AceLocale = LibStub:GetLibrary("AceLocale-3.0") +local L = AceLocale:NewLocale("ElvUI", "deDE") +if not L then return end + +--General-- +L["Shadow & Light"] = "Schatten & Licht" +L["SLE_DESC"] = [=[Das ist ein Edit von ElvUI das einige Funktionen zum Original Addon hinzufügt und bereits existierende Optionen ändert. +Der Edit ändert in keiner Hinsicht Originale Dateien so das du es ohne Probleme aus deinem Addon Manager deaktivieren kannst.]=] +L["LFR Lockout"] = "LFR Abklingzeiten" +L["Show/Hide LFR lockout info in the time datatext's tooltip."] = "Zeige/Verstecke die LFR Abklingzeiten Info im Zeit Infotext Tooltip." +L["PvP Auto Release"] = "PvP Auto Freilassen" +L["Automatically release body when killed inside a battleground."] = "Geist automatisch freilassen wenn man innerhalb eines Schlachtfeldes stirbt." +L["Pet autocast corners"] = "Begleiter autozauber Ecken" +L["Show/hide triangles in corners of autocastable buttons."] = "Zeige/Verstecke dreiecke in den Ecken der automatisch zaubernden Tasten." +L["SLE_LOGIN_MSG"] = [=[Du benutzt |cff1784d1Schatten & Licht Edit|r v|cff1784d1%s%s|r für ElvUI. +Möchtest du das Original ElvUI Addon benutzen, deaktiviere das Edit Plugin aus deinem Addon Manager. +Habt einen schönen Tag.]=] +L["Your version of ElvUI is older than recommended to use with Shadow & Light. Please, download the latest version from tukui.org."] = "Deine Version von Elvui ist älter als die empfohlene zum benutzen mit Schatten & Licht. Bitte, downloade die letzte Version von tukui.org." +L["Reset All"] = true +L["Reset all Shadow & Light options and movers to their defaults"] = true +L["Reset these options to defaults"] = true + +--Install-- +L["Shadow & Light Settings"] = "Schatten & Licht Einstellungen" +L["You can now choose if you what to use one of authors' set of options. This will change not only the positioning of some elements but also change a bunch of other options."] = "Du kannst nun eine Einstellugen eines Authors wählen. Das wird nicht nur die Postitionierung von einigen Elementen sondern auch eine reihe anderer Optionen geändert." +L["SLE_Install_Text2"] = [=[Elv's Standart Taste muss nur angeklickt werden um eine unserer Konfigurationen rückgängig zu machen. +|cffFF0000Warnung:|r das wird alles zurücksetzen auf das Hohe Auflösungs Layout.]=] +L["Darth's Config"] = "Darth's Einstellungen" +L["Darth's Defaults Set"] = "Darth's Standarts gesetzt" +L["Elv's Defaults"] = "Elv's Standarts" +L["Elv's Defaults Set"] = "Elv's Standarts gesetzt" +L["Repooc's Config"] = "Repooc's Einstellungen" +L["Repooc's Defaults Set"] = "Repooc's Standarts gesetzt" + +--Auras-- +L["Auras Options"] = "Auren Optionen" +L["Additional Auras Options"] = "Zusätzliche Auren Optionen" +L["Options for customizing auras near the minimap."] = "Optionen für anpassungen der Auren nahe der Minimap." +L["Caster Name"] = "Zauber Name" +L["Enabling this will show caster name in the buffs and debuff icons."] = "Bei aktivierung wird der Name des zaubernden in den Stärkungs und Schwächungs Symbolen angezeigt." + +--Backgroungds-- +L["Backgrounds"] = "Hintergründe" +L["Additional Background Panels"] = "Zusätzliche Hintergrund Leisten" +L["BG_DESC"] = "BG_DESC" +L["Bottom BG"] = "Unten BG" +L["Left BG"] = "Linker BG" +L["Right BG"] = "Rechter BG" +L["Actionbar BG"] = "Aktionsleisten BG" +L["Show/Hide this frame."] = "Zeige/Verstecke dieses Fenster." +L["Sets width of the frame"] = "Wähle die breite dieses Fensters" +L["Sets height of the frame"] = "Wähle die höhe dieses Fensters" +L["Sets X offset of the frame"] = "Wähle den X Versatz für dieses Fenster" +L["Sets Y offset of the frame"] = "Wähle den Y Versatz für dieses Fenster" +L["Texture"] = "Textur" +L["Set the texture to use in this frame. Requirements are the same as the chat textures."] = "Wähle die Textur die für dieses Fenster benutzt wird. Empfohlen wird die selbe wie die Chat Textur." +L["Backdrop Template"] = "Hintergrund Template" +L["Change the template used for this backdrop."] = "Wähle das Template das für den Hintergrund benutzt wird." +L["Default"] = "Standart" +L["Transparent"] = "Transparent" + +--Chat-- +L["Chat Options"] = "Chat Optionen" +L["Chat Editbox History"] = "Chat Editbox History" +L["Amount of messages to save. Set to 0 to disable."] = "Anzahl der Nachrichten die gespeichert werden. Wähle 0 zum deaktivieren." + +--Datatexts-- +L["LFR Dragon Soul"] = "LFR Drachenseele" +L["LFR Mogu'shan Vaults"] = true +L["LFR Heart of Fear"] = true +L["LFR Terrace of Endless Spring"] = true +L["Bosses killed: "] = true +L["SLE_AUTHOR_INFO"] = "Schatten & Licht Edit von Darth Predator & Repooc" +L["SLE_CONTACTS"] = [=[Bug berichte, Vorschläge und andere Sachen akzeptiert via: +- Privat Nachricht auf TukUI.org zu Darth Predator oder Repooc +- AddOn's Seite/ticket system auf curse.com +- AddOn's repo github.com]=] +L["DP_1"] = "Infotext Leiste 1" +L["DP_2"] = "Infotext Leiste 2" +L["DP_3"] = "Infotext Leiste 3" +L["DP_4"] = "Infotext Leiste 4" +L["DP_5"] = "Infotext Leiste 5" +L["DP_6"] = "Infotext Leiste 6" +L["Bottom_Panel"] = "Untere Leiste" +L["Top_Center"] = "Obere Leise" +L["Left Chat"] = "Linker Chat" +L["Right Chat"] = "Rechter Chat" +L["Datatext Panels"] = "Infotext Leisten" +L["Additional Datatext Panels"] = "Zusätzliche Infotext Leisten" +L["DP_DESC"] = [=[Zusätzliche Infotext Leisten. +8 Leisten mit 20 Infotext Punkten ingesamt und ein dashboard mit 4 Status Leisten. +You can't disable chat panels.]=] +L["Dashboard"] = "Dashboard" +L["Show/Hide dashboard."] = "Zeige/Verstecke dashboard." +L["Dashboard Panels Width"] = "Dashboard Leisten Breite" +L["Sets size of dashboard panels."] = "Wähle die Größe der dashboard Leisten." +L["Show/Hide this panel."] = "Zeige/Verstecke diese Leiste." +L["Sets size of this panel"] = "Wähle die Größe dieser Leiste" +L['Hide panel background'] = true +L["Don't show this panel, only datatexts assinged to it"] = true + +--Exp/Rep Bar-- +L["Xp-Rep Text"] = "Xp-Rruf Text" +L["Additional options for XP/Rep bars text"] = "Zusätzliche Optionen für XP/Ruf Leisten Text" +L["Full value on Exp Bar"] = "Voller Wert auf Exp Leiste" +L["Changes the way text is shown on exp bar."] = "Ändert die Art der Anzeige für die Exp Leiste." +L["Full value on Rep Bar"] = "Voller Wert auf Ruf Leiste" +L["Changes the way text is shown on rep bar."] = "Ändert die Art der Anzeige für die Ruf Leiste." + +--Farm-- +L["Tilled Soil"] = 'Gepflügtes Erdreich' + +--Marks-- +L["Raid Marks"] = "Schlachtzugs Markierungen" +L["Show/Hide raid marks."] = "Zeige/Verstecke Schlachtzugs Markierungen" +L["Sets size of buttons"] = "Wähle die größe der Tasten" --Also used in UI buttons +L["Direction"] = "Richtung" +L["Change the direction of buttons growth from the skull marker"] = "Wähle die Richtung des Tasten wachstums von der Totenkopf Markierung" + +--Skins-- +L["This options require ElvUI AddOnSkins pack to work."] = "Diese Option benötigt ElvUI AddOnSkins Packet zum funktionieren." +L["Sets font size on DBM bars"] = "Wähle die Schriftgröße der DBM Leisten" + +--UI buttons-- +L["UI Buttons"] = "UI tasten" +L["Additional menu with useful buttons"] = "Zusätzliches Menü mit nützlichen Tasten" +L["Show/Hide UI buttons."] = "Zeige/Verstecke die UI Tasten." +L["Mouse over"] = "Mouse over" +L["Show on mouse over."] = "Zeige auf mouse over." +L["Buttons position"] = "Tasten Position" +L["Layout for UI buttons."] = "Layout für die UI tasten." +L["Click to reload your interface"] = "Klicken zum neuladen deines Interface" +L["Click to toggle config window"] = "Klicken zum umschalten des Konfigurations Fensters" +L["Click to toggle the AddOn Manager frame (stAddOnManager, Ampere or ACP) you have enabled."] = "Klick zum umschalten des AddOn Manager Fensters (stAddOnManager, Ampere oder ACP) wenn du es aktiviert hast." +L["Click to toggle the Configuration/Option Window from the Bossmod (DXE, DBM or Bigwigs) you have enabled."] = "Klicke zum umschalten des Konfigurations/Options Fenster von dem Bossmodul (DXE, DBM oder Bigwigs) wenn du es aktiviert hast." +L["Click to unlock moving ElvUI elements"] = "Klicke um die ElvUI Elemente zu bewegen" +L["ElvUI Config"] = "ElvUI Konfiguration" +L["Move UI"] = "Bewege UI" +L["Reload UI"] = "UI neuladen" +L["AddOns Manager"] = "AddOns Manager" +L["Boss Mod"] = "Boss Modul" + +--Unitframes-- +L["Additional unit frames options"] = "Zusätzliche Einheitenfenster Optionen" +L["Options for customizing unit frames. Please don't change these setting when ElvUI's testing frames for bosses and arena teams are shown. That will make them invisible until retoggling."] = "Optionen für anpassung der Einheitenfenster. Bitte ändere diese Einstellungen nicht wenn ElvUI's Test Fenster für Bosse und Arena Fenster angezeigt werden. Das macht sie unsichtbar bis zum wieder umschalten." +L["Player Frame Indicators"] = "Spieler Fenster Indikator" +L["Combat Icon"] = "Kampf Symbol" +L["Show/Hide combat icon on player frame."] = "Zeige/Verstecke das Kampf Symbol auf dem Spieler Fenster." +L["Combat Position"] = "Kampf Position" +L["Set the point to show combat icon"] = "Wähle den Punkt zum anzeigen des Kampf Symboles" +L["Classbar Energy"] = "Klassenleisten Energie" +L["Show/hide the text with exact number of energy (Solar/Lunar or Demonic Fury) on your Classbar."] = "Zeige/Verstecke den Text mit exakten Nummern der Energie (Solar/Lunar oder Demonischer Furor) auf deiner Klassenleiste." +L["Classbar Offset"] = "Klassenleisten Versatz" +L["This options will allow you to detach your classbar from player's frame and move it in other location."] = "Diese Option wird deine Klassenleiste von dem Spieler Fenster abheften und bewege diese zu einer anderen Lage." + +--Credits-- +L["ELVUI_SLE_CREDITS"] = "Wir möchten an diesem Punkt folgenden Personen für ihre Unterstützung danken für Prüfung, Programmierung und anderen Sachen." +L["Submodules and Coding:"] = "Submodule und Programmierung:" +L["Other Support:"] = "Anderer Support:" +L["ELVUI_SLE_MISC"] = [=[BuG - für französisch sein lol +TheSamaKutra +Der Rest der TukUI community +]=] + +--Tutorials-- +L["To enable full values of health/power on unitframes in Shadow & Light add \":sl\" to the end of the health/power tag.\nExample: [health:current:sl]."] = "Zum aktivieren des vollen Wertes von Leben/Kraft auf den Einheitenfestern in Schatten & Licht füge folgendes hinzu \":sl\" an das ende des Leben/Kraft tags.\nBeispiel: [health:current:sl]." + +--Movers-- +L["Pet Battle AB"] = "Haustierkampf AB" diff --git a/ElvUI_SLE/locales/italian.lua b/ElvUI_SLE/locales/italian.lua new file mode 100644 index 0000000..baa05ef --- /dev/null +++ b/ElvUI_SLE/locales/italian.lua @@ -0,0 +1,8 @@ +-- Italian localisation file for deDE +local AceLocale = LibStub:GetLibrary("AceLocale-3.0") +local L = AceLocale:NewLocale("ElvUI", "itIT") +if not L then return end + +--Farm-- +L["Tilled Soil"] = "Terreno Coltivato" + diff --git a/ElvUI_SLE/locales/korean.lua b/ElvUI_SLE/locales/korean.lua new file mode 100644 index 0000000..d3994c1 --- /dev/null +++ b/ElvUI_SLE/locales/korean.lua @@ -0,0 +1,6 @@ +local AceLocale = LibStub:GetLibrary("AceLocale-3.0") +local L = AceLocale:NewLocale("ElvUI", "koKR") +if not L then return end + +--Farm-- +L["Tilled Soil"] = "갈아엎은 흙" diff --git a/ElvUI_SLE/locales/load_locales.xml b/ElvUI_SLE/locales/load_locales.xml new file mode 100644 index 0000000..ce5781b --- /dev/null +++ b/ElvUI_SLE/locales/load_locales.xml @@ -0,0 +1,11 @@ + +