Skip to content

Commit 3d9898d

Browse files
committed
1.4.5 语言文件补全
1 parent 83d7627 commit 3d9898d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/main/resources/languages/en_US.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ noMoney: '&8[&c✘&8] &7Insufficient money, operation failed'
5151
noBalance: '&8[&c✘&8] &7Insufficient ${type}, operation failed'
5252
noPoint: '&8[&c✘&8] &7Insufficient points, operation failed'
5353
noItem: '&8[&c✘&8] &7Not enough items, sale failed'
54-
sellMsg: '&8[&a✔&8] &7Sale successful'
55-
buyMsg: '&8[&a✔&8] &7Purchase successful'
54+
sellMsg: '&8[&a✔&8] &7You successfully sold &a${number}&7 items of &a${name}&7, and earned &a${price}'
55+
buyMsg: '&8[&a✔&8] &7You successfully bought &a${number}&7 items of &a${name}&7, and spent &a${price}'
5656
noLimit: '&8[&c✘&8] &7Insufficient attempts, operation failed'
5757
noTimeLimit: '&8[&c✘&8] &7Please wait &a${time}&7 seconds to use this again'
5858
errorCondition: '&8[&c✘&8] &7Invalid condition format, operation failed'

src/main/resources/languages/zh_CN.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ noMoney: '&8[&c✘&8] &7金币不足,无法使用'
5050
noBalance: '&8[&c✘&8] &7${type}&7不足,无法使用'
5151
noPoint: '&8[&c✘&8] &7点券不足,无法使用'
5252
noItem: '&8[&c✘&8] &7物品不足,出售失败'
53-
sellMsg: '&8[&a✔&8] &7你成功出售了&a${number}&7个&a${name},获得了&a${price}'
54-
buyMsg: '&8[&a✔&8] &7你成功购买了&a${number}&7个&a${name},花费了&a${price}'
53+
sellMsg: '&8[&a✔&8] &7你成功出售了&a${number}&7个&a${name}&7,获得了&a${price}'
54+
buyMsg: '&8[&a✔&8] &7你成功购买了&a${number}&7个&a${name}&7,花费了&a${price}'
5555
noLimit: '&8[&c✘&8] &7次数不足,无法使用'
5656
noTimeLimit: '&8[&c✘&8] &7需等待&a${time}&7秒,才可使用'
5757
errorCondition: '&8[&c✘&8] &7条件格式异常,无法使用'

src/main/resources/languages/zh_TW.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ noMoney: '&8[&c✘&8] &7金幣不足,無法使用'
5050
noBalance: '&8[&c✘&8] &7${type}不足,無法使用'
5151
noPoint: '&8[&c✘&8] &7點券不足,無法使用'
5252
noItem: '&8[&c✘&8] &7物品不足,出售失敗'
53-
sellMsg: '&8[&a✔&8] &7出售成功'
54-
buyMsg: '&8[&a✔&8] &7購買成功'
53+
sellMsg: '&8[&a✔&8] &7你成功出售了&a${number}&7個&a${name}&7,獲得了&a${price}'
54+
buyMsg: '&8[&a✔&8] &7你成功購買了&a${number}&7個&a${name}&7,花費了&a${price}'
5555
noLimit: '&8[&c✘&8] &7次數不足,無法使用'
5656
noTimeLimit: '&8[&c✘&8] &7需等待&a${time}&7秒,才可使用'
5757
errorCondition: '&8[&c✘&8] &7條件格式異常,無法使用'

0 commit comments

Comments
 (0)