Skip to content

Commit

Permalink
Merge pull request #1467 from Kenshiin13/translation-de
Browse files Browse the repository at this point in the history
fix(es_extended/locales/de): Fix German received_weapon_noweapon
  • Loading branch information
Mycroft-Studios authored Nov 15, 2024
2 parents 26768c6 + 2b9b406 commit 6711d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [core]/es_extended/locales/de.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Locales["de"] = {
["received_weapon_ammo"] = "Du bekommst ~o~%sx %s für deine %s von %s",
["received_weapon_withammo"] = "Du bekommst %s mit ~o~%sx %s von %s",
["received_weapon_hasalready"] = "%s hat versucht dir eine %s zu geben, jedoch hast du diese Waffe bereits!",
["received_weapon_noweapon"] = "%s hat versucht dir Munition für eine %s zu geben, jedoch hast du diese Waffe bereits!",
["received_weapon_noweapon"] = "%s hat versucht dir Munition für eine %s zu geben, jedoch hast du diese Waffe nicht!",
["gave_account_money"] = "Du gibst %s€ (%s) an %s",
["received_account_money"] = "Du bekommst %s€ (%s) von %s",
["amount_invalid"] = "Ungültige Anzahl",
Expand Down

0 comments on commit 6711d91

Please sign in to comment.