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

69 lines
4.1 KiB
YAML

---
prefix: "&a[ショップ] &r"
iteminfo: "アイテムの情報"
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: "[%price %item&7 shop is out of stock!](&f%buyer&7 tried to buy\n&7In world: &f%world\n&7At position: &f%x/%y/%z)"
YOU_BOUGHT_FROM_SHOP: "あなたは%priceで%ownerの%itemを買いました"
SOMEBODY_BOUGHT_FROM_YOUR_SHOP: "[%buyer bought %item for %price.](&7In world: &f%world\n&7At position: &f%x/%y/%z)"
YOU_SOLD_TO_SHOP: "あなたに%buyerが%itemを%priceで売りました。"
SOMEBODY_SOLD_TO_YOUR_SHOP: "[%seller sold %item for %price.](&7In world: &f%world\n&7At position: &f%x/%y/%z)"
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"