Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit d845653

Browse files
committed
fix transaction_fail log
1 parent 10ee4f5 commit d845653

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/lang/en_US.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ log:
4949
error:
5050
missing_sqlite_driver: SQLite Driver not found. Plugin disabled.
5151
enable_fail: Plugin failed to enable
52-
transaction_fail: ' Transaction failed: {seller: "%s", buyer: "%s", item: "%s",
52+
transaction_fail: 'Transaction failed: {buyer: "%s", seller: "%s", item: "%s",
5353
price: %.2f, tax: %.2f}'
5454
transaction_fail_dump: 'item json: "%s"'
5555
transaction_fail_rollback_tax: 'Rollback TransactionApiEvent: {tax: %.2f}'

src/main/resources/lang/zh_CN.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ log:
4545
error:
4646
missing_sqlite_driver: 未找到 SQLite 驱动程序,插件已禁用。
4747
enable_fail: 插件启用失败
48-
transaction_fail: ' 交易失败:{seller: "%s", buyer: "%s", item: "%s", price: %.2f,
48+
transaction_fail: '交易失败:{buyer: "%s", seller: "%s", item: "%s", price: %.2f,
4949
tax: %.2f}'
5050
transaction_fail_dump: 物品JSON:"%s"
5151
transaction_fail_rollback_tax: '回滚 TransactionApiEvent: {tax: %.2f}'

0 commit comments

Comments
 (0)