Skip to content

Commit fac4824

Browse files
refactor(i18n): move GUI files to gui/ subfolder and convert to MiniMessage format
Reorganize translation files into gui/ subdirectory for better structure. Convert all legacy section sign color codes to MiniMessage tags across all properties files (npcs, scoreboard, tablist, and all GUI files).
1 parent 236e4f5 commit fac4824

19 files changed

Lines changed: 1971 additions & 1936 deletions

configuration/i18n/en_US/gui/gui_auction.properties

Lines changed: 190 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# ============================================================
2+
# Banker GUI - Extracted UI strings
3+
# Source: type.skyblockgeneric/gui/inventories/banker/
4+
# ============================================================
5+
6+
# --- GUIBanker ---
7+
gui_banker.main.title = Bank
8+
gui_banker.main.title_personal = Personal Bank Account
9+
gui_banker.main.title_coop = Co-op Bank Account
10+
gui_banker.main.processing_transactions = <red>You currently have processing transactions!
11+
gui_banker.main.processing_wait = <red>Please wait a moment before accessing your bank account.
12+
gui_banker.main.information = <green>Information
13+
gui_banker.main.information.lore = <gray>Keep your coins safe in the bank!\n<gray>You lose half the coins in your purse when dying in combat.\n \n<gray>Balance limit: <gold>{limit} Coins\n \n<gray>The banker rewards you every 31\n<gray>hours with <aqua>interest <gray>for the coins in your bank balance.\n<gray> \n<gray>Interest is in: <aqua>{hours}h
14+
gui_banker.main.deposit = <green>Deposit Coins
15+
gui_banker.main.deposit.lore = <gray>Current balance: <gold>{balance}\n \n<gray>Store coins in the bank to keep\n<gray>them safe while you go on\n<gray>on adventures!\n \n<gray>You will earn <aqua>2%<gray> interest every\n<gray>season for your first <gold>10 million\n<gray>banked coins.\n \n<gray>Until interest: <aqua>{hours}h\n \n<yellow>Click to make a deposit!
16+
gui_banker.main.withdraw = <green>Withdraw Coins
17+
gui_banker.main.withdraw.lore = <gray>Current balance: <gold>{balance}\n \n<gray>Withdraw coins from the bank\n<gray>to use them for trading or\n<gray>other purposes!\n \n<yellow>Click to make a withdrawal!
18+
gui_banker.main.recent_transactions = <green>Recent Transactions
19+
gui_banker.main.no_transactions = <red>No transactions yet!
20+
gui_banker.main.transaction_entry = <gray>{sign} <gold>{amount}<gray>, <yellow>{time_ago}<gray> by <aqua>{originator}
21+
22+
# --- GUIBankerDeposit ---
23+
gui_banker.deposit.title = Bank Deposit
24+
gui_banker.deposit.whole_purse = <green>Your whole purse
25+
gui_banker.deposit.whole_purse_subtitle = <dark_gray>Bank deposit
26+
gui_banker.deposit.current_balance = <gray>Current balance: <gold>{balance}
27+
gui_banker.deposit.amount_to_deposit = <gray>Amount to deposit: <gold>{amount}
28+
gui_banker.deposit.click = <yellow>Click to deposit coins!
29+
gui_banker.deposit.half_purse = <green>Half of your purse
30+
gui_banker.deposit.custom_amount = <green>Custom amount
31+
gui_banker.deposit.custom_amount_label = <gray>Amount to deposit: <gold>Custom
32+
gui_banker.deposit.not_enough_coins = <red>You do not have that many coins to deposit!
33+
gui_banker.deposit.invalid_amount = <red>You cannot deposit that amount!
34+
gui_banker.deposit.invalid_number = <red>That is not a valid number!
35+
gui_banker.deposit.exceed_limit = <red>You cannot deposit that much, you would exceed your balance limit of <gold>{limit} coins<red>!
36+
gui_banker.deposit.depositing = <dark_gray>Depositing coins...
37+
gui_banker.deposit.success = <green>You have deposited <gold>{amount} coins<green>! You now have <gold>{balance} coins<green> in your account.
38+
gui_banker.deposit.coop_busy = <red>You cannot deposit coins as your coop members are currently using the bank.
39+
40+
# --- GUIBankerWithdraw ---
41+
gui_banker.withdraw.title = Bank Withdrawal
42+
gui_banker.withdraw.everything = <green>Everything in the account
43+
gui_banker.withdraw.everything_subtitle = <dark_gray>Bank withdrawal
44+
gui_banker.withdraw.current_balance = <gray>Current balance: <gold>{balance}
45+
gui_banker.withdraw.amount_to_withdraw = <gray>Amount to withdraw: <gold>{amount}
46+
gui_banker.withdraw.click = <yellow>Click to withdraw coins!
47+
gui_banker.withdraw.half_account = <green>Half of the account
48+
gui_banker.withdraw.twenty_percent = <green>20% of the account
49+
gui_banker.withdraw.custom_amount = <green>Custom amount
50+
gui_banker.withdraw.not_enough_coins = <red>You do not have that many coins to withdraw!
51+
gui_banker.withdraw.invalid_amount = <red>You cannot withdraw that amount!
52+
gui_banker.withdraw.invalid_number = <red>That is not a valid number!
53+
gui_banker.withdraw.withdrawing = <dark_gray>Withdrawing coins...
54+
gui_banker.withdraw.success = <green>You have withdrawn <gold>{amount} coins<green>! You now have <gold>{balance} coins<green> in your account.
55+
gui_banker.withdraw.coop_busy = <red>You cannot withdraw coins as your coop members are currently using the bank.

configuration/i18n/en_US/gui/gui_bazaar.properties

Lines changed: 232 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Common GUI elements shared across many GUIs
2+
3+
gui_common.close = <red>Close
4+
gui_common.go_back = <green>Go Back
5+
gui_common.go_back.lore = <gray>To {gui_title}
6+
gui_common.click_to_view = <yellow>Click to view!
7+
gui_common.click_to_open = <yellow>Click to open!
8+
gui_common.click_to_select = <yellow>Click to select!
9+
gui_common.click_to_confirm = <yellow>Click to confirm!
10+
gui_common.click_to_browse = <yellow>Click to browse!
11+
gui_common.loading = <gray>Loading...
12+
gui_common.previous_page = <yellow>Previous Page
13+
gui_common.next_page = <yellow>Next Page
14+
gui_common.search = <green>Search
15+
gui_common.confirm = <green>Confirm
16+
gui_common.cancel = <red>Cancel

0 commit comments

Comments
 (0)