diff --git a/locales/zh-cn.json b/locales/zh-cn.json index 06d8371fd4..f1c88c0a2b 100644 --- a/locales/zh-cn.json +++ b/locales/zh-cn.json @@ -88,5 +88,6 @@ "crafting_item": "制作 %s", "crafting_bench": "工作台", "open_crafting_bench": "打开工作台", - "not_enough_durability": "%s 没有足够的耐久度" + "not_enough_durability": "%s 没有足够的耐久度", + "storage": "储物柜" } \ No newline at end of file diff --git a/locales/zh-tw.json b/locales/zh-tw.json index 358423c6b7..bbe58060f8 100644 --- a/locales/zh-tw.json +++ b/locales/zh-tw.json @@ -88,5 +88,6 @@ "crafting_item": "製作 %s", "crafting_bench": "工作台", "open_crafting_bench": "打開工作台", - "not_enough_durability": "%s 沒有足夠的耐久度" + "not_enough_durability": "%s 沒有足夠的耐久度", + "storage": "儲櫃" }