mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 15:27:03 -04:00
Update de.json
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
"THEME": {
|
||||
"ALLIANCE": "Allianz",
|
||||
"DEFAULT": "Standard",
|
||||
"GROUP_DARK": "Dark",
|
||||
"GROUP_LIGHT": "Light",
|
||||
"GROUP_DARK": "Dunkel",
|
||||
"GROUP_LIGHT": "Hell",
|
||||
"HORDE": "Horde"
|
||||
},
|
||||
"WOWUP_UPDATE": {
|
||||
@@ -68,13 +68,13 @@
|
||||
"e+0": "{count}",
|
||||
"e+1": "{count}",
|
||||
"e+2": "{count}",
|
||||
"e+3": "{count} thousand",
|
||||
"e+4": "{count} thousand",
|
||||
"e+5": "{count} thousand",
|
||||
"e+6": "{count} million",
|
||||
"e+7": "{count} million",
|
||||
"e+8": "{count} million",
|
||||
"e+9": "{count} billion"
|
||||
"e+3": "{count} Tausend",
|
||||
"e+4": "{count} Tausend",
|
||||
"e+5": "{count} Tausend",
|
||||
"e+6": "{count} Millionen",
|
||||
"e+7": "{count} Millionen",
|
||||
"e+8": "{count} Millionen",
|
||||
"e+9": "{count} Milliarden"
|
||||
},
|
||||
"ENUM": {
|
||||
"ADDON_CHANNEL_TYPE": {
|
||||
@@ -84,7 +84,7 @@
|
||||
}
|
||||
},
|
||||
"ERRORS": {
|
||||
"CHANGE_PROVIDER_ERROR": "Failed to change provider for {addonName} to {providerName}"
|
||||
"CHANGE_PROVIDER_ERROR": "Anbieterwechsel von {addonName} nach {providerName} fehlgeschlagen"
|
||||
},
|
||||
"PROGRESS_SPINNER": {
|
||||
"LOADING": "Laden..."
|
||||
@@ -168,15 +168,15 @@
|
||||
"BETA_ADDON_CHANNEL": "Beta",
|
||||
"CHANNEL_SUBMENU_TITLE": "Kanal",
|
||||
"IGNORE_ADDON_BUTTON": "Ignorieren",
|
||||
"PROVIDER_SUBMENU_TITLE": "Providers",
|
||||
"PROVIDER_SUBMENU_TITLE": "Anbieter",
|
||||
"REINSTALL_ADDON_BUTTON": "Neu installieren",
|
||||
"REMOVE_ADDON_BUTTON": "Entfernen",
|
||||
"SHOW_FOLDER": "Dateiordner anzeigen",
|
||||
"STABLE_ADDON_CHANNEL": "Stabil"
|
||||
},
|
||||
"CHANGE_ADDON_PROVIDER_CONFIRMATION": {
|
||||
"MESSAGE": "Do you want to change the addon provider for {addonName} to {providerName}? This operation will uninstall your existing addon and replace it with a copy from the new provider.",
|
||||
"TITLE": "Change Addon Provider?"
|
||||
"MESSAGE": "Möchtest du den Addon Anbieter für {addonName} auf {providerName} festlegen? Dies wird das aktuelle Addon deinstallieren und durch eine Version vom neuen Anbieter ersetzen.",
|
||||
"TITLE": "Addon Anbieter wechsel?"
|
||||
},
|
||||
"CHECK_UPDATES_BUTTON": "Updates prüfen",
|
||||
"CHECK_UPDATES_BUTTON_TOOLTIP": "Nach neuen Addon-Updates suchen",
|
||||
|
||||
Reference in New Issue
Block a user