forked from Shadowed/OptionHouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalization.deDE.lua
executable file
·57 lines (56 loc) · 3.04 KB
/
localization.deDE.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
if GetLocale() ~= "deDE" then return end
local OPTIONHOUSE, L = ...
-- German translations by Phanx <addons@phanx.net>
L["|cffffffff%.2f KiB/s|r\n\nMem/Sec"] = "|cffffffff%.2f KiB/s|r\n\nMem/Sek"
L["|cffffffff%.2f MiB/s|r\n\nMem/Sec"] = "|cffffffff%.2f MiB/s|r\n\nMem/Sek"
L["%.3f KiB (%.2f%%)"] = "%.3f KiB (%.2f%%)"
L["%.3f KiB/s"] = "%.3f KiB/s"
L["%.3f MiB (%.2f%%)"] = "%.3f MiB (%.2f%%)"
L["%.3f MiB/s"] = "%.3f MiB/s"
L["Blizzard"] = "Blizzard"
L["CPU"] = "CPU"
L["CPU/Sec"] = "CPU/Sek"
L["Dependencies"] = "Abhängigkeiten"
L["Disable All"] = "Alles deaktivieren"
L["Disable CPU"] = "CPU deaktivieren"
L["Disabled on UI Reload"] = "Kann beim UI-Neuladen deaktiviert"
L["Enable All"] = "Alles aktivieren"
L["Enable CPU"] = "CPU aktivieren"
L["Enabled on UI Reload"] = "Wird beim UI-Neuladen aktiviert"
L["Is Loadable on Demand but already loaded"] = "Kann auf Anfrage geladen werden, aber ist bereits geladen"
L["Libraries"] = "Bibliotheken"
L["Load"] = "Laden"
L["Loadable on Demand"] = "Kann auf Anfrage geladen werden"
L["Loaded"] = "Geladen"
L["Management"] = "Verwaltung"
L["Mem/Sec"] = "Spe/Sek"
L["Memory"] = "Speicher"
L["Name"] = "Titel"
L["Option House"] = "Optionshaus"
L["Performance"] = "Leistung"
L["Reload UI"] = "UI neuladen"
L["Search..."] = "Suchen..."
L["Show library addons. Usually there is no reason to disable these, since they are not loaded until an addon requests them."] = "Zeigt Bibliothek-Addons an. Normalerweise gibt es keinen Grund, diese zu deaktivieren, weil sie nur geladen werden, wenn ein Addon sie beantragen."
L["Show the built-in Blizzard addons. Disabling them can be dangerous!"] = "Zeigt die eingebautenen Blizzard-AddOns an. Es kann gefährlich sein, sie zu deaktivieren!"
L["Status"] = "Status"
L["Would you like to enable the %d dependencies for %s?"] = "Möchtet Ihr die %d Abhängigkeiten von %s aktivieren?"
L["Would you like to enable the %d dependency for %s?"] = "Möchtet Ihr die %d Abhängigkeiten von %s aktivieren?"
L["Would you like to enable the %s child addon for %s?"] = "Möchtet Ihr das %d Plugin von %s aktivieren?"
L["Would you like to enable the %s children addons for %s?"] = "Möchtet Ihr die %d Plugins von %s aktivieren??"
L["|cffd8d8d8Author:|r %s"] = "|cffd8d8d8Autor:|r %s"
L["|cffd8d8d8Notes:|r %s"] = "|cffd8d8d8Beschreibung:|r %s"
L["|cffd8d8d8Version:|r %s"] = "|cffd8d8d8Version:|r %s"
L["Profiles"] = "Profile"
L["New"] = "Neu"
L["New profile"] = "Neues Profil"
L["Enter a name for the new profile:"] = "Gebt einen Namen für das neue Profil ein:"
L["Created new profile: %s"] = "Neues Profil '%s' wurde geschaffen."
L["Save"] = "Spiechern"
L["Saved profile: %s"] = "Das Profil '%s' wurde gespeichert."
L["Load"] = "Laden"
L["Loaded profile: %s"] = "Das Profil '%s' wurde geladen."
L["Rename"] = "Umbenennen"
L["Enter a new name for this profile:"] = "Gebt einen neuen Namen für dieses Profil ein:"
L["Renamed profile from %s to %s."] = "Das Profil wurde von '%s' in '%s' umbenannt."
L["Delete"] = "Entfernen"
L["Deleted profile: %s"] = "Das Profil '%s' wurde entfernt."