This repository was archived by the owner on Mar 8, 2022. It is now read-only.
Commit cc3007a 1 parent 9772d29 commit cc3007a Copy full SHA for cc3007a
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -90,14 +90,14 @@ user:
90
90
no_enough_money : 你没有足够的现金
91
91
not_high_enough : 无效的价格,至少应为 %.2f$
92
92
auc :
93
- new_auction_0 : 新拍卖:
93
+ new_auction_0 : ' 新拍卖: '
94
94
new_auction_1 : ,起步价:%.2f$,步进价:%.2f$,请在 %d 秒内用 /heh bid [价格] 参与出价
95
- player_auction_0 : 玩家 %s 发起了拍卖:
95
+ player_auction_0 : ' 玩家 %s 发起了拍卖: '
96
96
player_auction_1 : ,起步价:%.2f$,步进价:%.2f$,请在 %d 秒内用 /heh bid [价格] 参与出价
97
97
new_auction_unknown : 拍卖:未知物品,起步价:%.2f$,步进价:%.2f$,请在 %d 秒内用 /heh bid [价格] 参与出价
98
98
mystery_item_placeholder : 未知物品
99
- new_price_0 : 玩家 %s 给出了更高的价格
100
- new_price_1 : :%.2f$
99
+ new_price_0 : ' 玩家 %s 给出了更高的价格 '
100
+ new_price_1 : ' :%.2f$'
101
101
new_price_success : 出价成功!
102
102
first : ' %.2f$ 第一次'
103
103
second : ' %.2f$ 第二次'
@@ -112,11 +112,11 @@ user:
112
112
reserve_price_error : 保留价必须高于起步价
113
113
step_price_error : 步进价必须大于0
114
114
req :
115
- new_req_0 : 新征购:
115
+ new_req_0 : ' 新征购: '
116
116
new_req_1 : ×%d 个,单价 %.2f,剩余时间 %.2f 秒,请手持对应物品输入 /heh sell [数量] 参与征购
117
- player_req_0 : 玩家 %s 发起了征购:
117
+ player_req_0 : ' 玩家 %s 发起了征购: '
118
118
player_req_1 : ×%d 个,单价 %.2f,剩余时间 %.2f 秒,请手持对应物品输入 /heh sell [数量] 参与征购
119
- hint_req_0 : 当前正在征购:
119
+ hint_req_0 : ' 当前正在征购: '
120
120
hint_req_1 : ,还需要 %d 个,单价 %.2f,剩余时间 %.2f 秒,请手持对应物品输入 /heh sell [数量] 参与征购
121
121
finish : 征购结束。
122
122
halted : 征购中止。
You can’t perform that action at this time.
0 commit comments