Update german locale

master
Gardon Klimm 2020-10-09 12:34:24 +00:00 committed by Vanessa Dannenberg
parent 2ea826fccc
commit 7a9407bc61
3 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -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:=

View File

@ -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"