mirror of
https://github.com/mt-mods/currency.git
synced 2024-11-19 19:13:44 +01:00
Update german locale
This commit is contained in:
parent
2ea826fccc
commit
7a9407bc61
@ -15,7 +15,7 @@ Exchange=Tausch
|
||||
### craftitems.lua ###
|
||||
|
||||
@1 Minegeld Note=@1 Minegeld Banknote
|
||||
@1 Minegeld cent coin=@1 Cent MünzeM
|
||||
@1 Minegeld cent coin=@1 Minegeld-Cent-Münze
|
||||
Bundle of random Minegeld notes=Bündel von verschiedenen Minegeld Banknoten
|
||||
|
||||
### safe.lua ###
|
||||
@ -33,6 +33,7 @@ Exchange can not be done, contact the shop owner.=Tausch kann nicht abgeschlosse
|
||||
Exchange shop (owned by @1)=Tauschgeschäft (gehört @1)
|
||||
Exchanged!=Getauscht!
|
||||
In exchange, you give:=Im Tausch, du gibst:
|
||||
out of stock=Ausverkauft
|
||||
Owner gives:=Inhaber gibt:
|
||||
Owner wants:=Inhaber will:
|
||||
|
||||
|
@ -33,6 +33,7 @@ Exchange can not be done, contact the shop owner.=
|
||||
Exchange shop (owned by @1)=
|
||||
Exchanged!=
|
||||
In exchange, you give:=
|
||||
out of stock=
|
||||
Owner gives:=
|
||||
Owner wants:=
|
||||
|
||||
|
2
shop.lua
2
shop.lua
@ -140,7 +140,7 @@ local check_stock = function(
|
||||
"Exchange shop (owned by @1)",
|
||||
owner
|
||||
) .. ", " .. S(
|
||||
"out of stock!"
|
||||
"out of stock"
|
||||
)
|
||||
)
|
||||
local applicable = "currency:shop_empty"
|
||||
|
Loading…
Reference in New Issue
Block a user