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