Skip to content

Commit

Permalink
Fix bank balance text in statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Aug 10, 2021
1 parent b72e923 commit c17e210
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bank:
statement:
balance:
name: "&9 Balance:"
description: &6 [number]
description: "&6 [number]"
deposit: Deposit
description: "show your island bank history"
give: "Admin Give"
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ bank:
value-must-be-positive: "&c Le montant doit être positif."
too-low: "&c L'équilibre de l'île est trop faible."
statement:
balance:
name: "&9 Le solde :"
description: "&6 [number]"
deposit: Dépôt
description: montrer l'histoire de votre banque insulaire
give: Admin Donner
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ bank:
too-much: "&cデポジットする金額がありません。"
value-must-be-positive: "&c金額は正でなければなりません。"
statement:
balance:
name: "&9 銀行預金残高:"
description: "&6 [number]"
deposit: 預り金
description: 島の銀行の歴史を表示する
give: 管理者が与える
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ bank:
too-much: "&c您没有那笔存款。"
value-must-be-positive: "&c金额必须为正。"
statement:
balance:
name: "&9 银行存款余额:"
description: "&6 [number]"
deposit: 存款
description: 显示您的岛屿银行历史
give: 管理员给
Expand Down

0 comments on commit c17e210

Please sign in to comment.