ChestShop-3/src/main/resources/languages/lang.zh_TW.yml

69 lines
3.5 KiB
YAML

---
prefix: "&a[商店] &r"
iteminfo: "&a物品訊息: &r"
iteminfo_fullname: "&fFull Name: &7%item"
iteminfo_shopname: "&fShop Sign: &7%item"
iteminfo_repaircost: "&fRepair Cost: &7%cost"
iteminfo_book: |-
&fBook Title: &7%title
&fBook Author: &7%author
&fBook Pages: &7%pages
iteminfo_book_generation: "&fBook Generation: &7%generation"
iteminfo_lore: |-
&fLore:
&r%lore
METRICS: |-
&a[Shop] &fMetrics:
&fAccounts: &7%accounts
&fAverage transactions: &7%totalTransactions &f(buy: &7%buyTransactions &fsell: &7%sellTransactions&f)
&fAverage items traded: &7%totalItems &f(bought: &7%boughtItems &fsold: &7%soldItems&f)
ACCESS_DENIED: "你沒有足夠的許可權!"
TRADE_DENIED: "You don't have permission to trade with that shop!"
TRADE_DENIED_ACCESS_PERMS: "You cannot trade with shops that you have access to!"
TRADE_DENIED_CREATIVE_MODE: "You cannot trade with shops while you are in creative mode!"
NOT_ENOUGH_MONEY: "你沒有足夠的金錢!"
NOT_ENOUGH_MONEY_SHOP: "商店老闆沒有足夠的金錢!"
CLIENT_DEPOSIT_FAILED: "金錢存入你的帳戶失敗!"
SHOP_DEPOSIT_FAILED: "金錢存入商店老闆的帳戶失敗!"
NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!"
NO_BUYING_HERE: "你不能在這裡買!"
NO_SELLING_HERE: "你不能在這裡賣!"
NOT_ENOUGH_SPACE_IN_INVENTORY: "這個箱子沒有足夠的庫存!"
NOT_ENOUGH_SPACE_IN_CHEST: "這個箱子沒有足夠的空間!"
NOT_ENOUGH_ITEMS_TO_SELL: "你沒有足夠的物品可以出售!"
NOT_ENOUGH_SPACE_IN_YOUR_SHOP: "[%price %item&7 shop is full!](&f%seller&7 tried to sell\n&7In world: &f%world\n&7At position: &f%x/%y/%z)"
NOT_ENOUGH_STOCK: "這家商店斷貨了."
NOT_ENOUGH_STOCK_IN_YOUR_SHOP: "你商店的 %material 斷貨了!"
YOU_BOUGHT_FROM_SHOP: "你花費 %price 買下 %owner 的物品 %item ."
SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "%buyer 花費 %price 買下你的物品 %item ."
YOU_SOLD_TO_SHOP: "你以 %price 的價格賣出物品 %item 給 %buyer ."
SOMEBODY_SOLD_TO_YOUR_SHOP: "%seller 以 %price 的價格賣出物品 %item 給你."
YOU_CANNOT_CREATE_SHOP: "你不能創建這種類型的商店!"
NO_CHEST_DETECTED: "找不到箱子!"
INVALID_SHOP_DETECTED: "這個商店無法使用!"
INVALID_SHOP_PRICE: "The shop has an invalid price!"
INVALID_SHOP_QUANTITY: "The shop has an invalid quantity!"
CANNOT_ACCESS_THE_CHEST: "你沒有許可權開啟這個箱子!"
SELL_PRICE_ABOVE_MAX: "Sell price is above maximum!"
SELL_PRICE_BELOW_MIN: "Sell price is below minimum!"
BUY_PRICE_ABOVE_MAX: "Buy price is above maximum!"
BUY_PRICE_BELOW_MIN: "Buy price is below minimum!"
CLICK_TO_AUTOFILL_ITEM: "Click the sign with the item that this shop is for!"
NO_ITEM_IN_HAND: "You don't have an item in your hand to autofill!"
PROTECTED_SHOP: "LWC成功保護了商店!"
PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!"
SHOP_CREATED: "商店創建成功!"
SHOP_FEE_PAID: "扣除你 %amount"
SHOP_REFUNDED: "退還你 %amount"
ITEM_GIVEN: "Given %item to %player."
RESTRICTED_SIGN_CREATED: "告示牌創建成功!"
PLAYER_NOT_FOUND: "Player not found!"
NO_PERMISSION: "你沒有許可權!"
INCORRECT_ITEM_ID: "你指定的物品ID無效!"
NOT_ENOUGH_PROTECTIONS: "無法創建保護!"
CANNOT_CREATE_SHOP_HERE: "你不能在這裡創建商店!"
TOGGLE_MESSAGES_OFF: "You will no longer receive messages from your shop(s)."
TOGGLE_MESSAGES_ON: "You will now receive messages from your shop(s)."
TOGGLE_ACCESS_ON: "You can no longer trade at shops that you have access to"
TOGGLE_ACCESS_OFF: "You can now trade at shops that you have access to"