mirror of
https://e.coding.net/circlecloud/QuickShop.git
synced 2025-10-02 12:37:27 +00:00
@ -2,103 +2,97 @@
|
||||
# &0-9, &a-f
|
||||
# {0}, {1}, {2}, etc are variables. You can swap them around, but adding a new variable won't work. Removing them will work
|
||||
|
||||
not-looking-at-shop: "&cNo QuickShop found. You must be looking at one."
|
||||
no-permission: "&cYou do not have permission to do that."
|
||||
no-creative-break: "&cYou cannot break other players shops in creative mode. Use survival instead."
|
||||
no-double-chests: "&cYou don't have permission to create a double-chest shop."
|
||||
shop-already-owned: "&cThat is already a shop."
|
||||
chest-was-removed: "&cThat chest was removed."
|
||||
price-too-cheap: "&cPrice must be greater than &e$0.01"
|
||||
no-price-change: "&cThat wouldn't result in a price change!"
|
||||
you-cant-afford-a-new-shop: "&cIt costs {0} to create a new shop."
|
||||
player-bought-from-your-store-tax: "&c{0} purchased {1} {2} from your store, and you paid {3} in taxes."
|
||||
you-cant-afford-to-change-price: "&cIt costs {0} to change the price in your shop."
|
||||
success-created-shop: "&aCreated shop."
|
||||
success-removed-shop: "&aShop removed."
|
||||
shops-arent-locked: "&cRemember, shops are NOT protected from theft! If you want to stop thieves, lock it with LWC, Lockette, etc!"
|
||||
shop-creation-cancelled: "&cCancelled Shop Creation."
|
||||
shop-purchase-cancelled: "&cCancelled Shop Purchase."
|
||||
shop-stock-too-low: "&cThe shop only has {0} {1} left"
|
||||
you-cant-afford-to-buy: "&cThat costs {0}, but you only have {1}"
|
||||
negative-amount: "&cDerp, can't trade negative amounts"
|
||||
player-bought-from-your-store: "&c{0} purchased {1} {2} from your store."
|
||||
shop-out-of-stock: "&5Your shop at {0}, {1}, {2}, has run out of {3}"
|
||||
shop-has-no-space: "&cThe shop only has room for {0} more {1}."
|
||||
you-dont-have-that-many-items: "&cYou only have {0} {1}."
|
||||
the-owner-cant-afford-to-buy-from-you: "&cThat costs {0} but the owner only has {1}"
|
||||
player-sold-to-your-store: "&a{0} sold {1} {2} to your store."
|
||||
shop-out-of-space: "&5Your shop at {0}, {1}, {2}, is now full."
|
||||
fee-charged-for-price-change: "&aYou pay &c{0}&a to change the price."
|
||||
price-is-now: "&aThe shops new price is &e{0}"
|
||||
thats-not-a-number: "&cInvalid number"
|
||||
no-price-given: "&cPlease give a valid price."
|
||||
average-price-nearby: "&aAverage Price Nearby: &e{0}"
|
||||
shop-has-changed: "&cThe shop you tried to use has changed since you clicked it!"
|
||||
nearby-shop-this-way: "&aShop is {0} blocks away from you."
|
||||
no-nearby-shop: "&cNo shops matching {0} nearby."
|
||||
buying-more-than-selling: "&cWARNING: You are buying items for more than you are selling them!"
|
||||
not-enough-space: "&cYou only have room for {0} more of that!"
|
||||
refill-success: "&aRefill success"
|
||||
empty-success: "&aEmpty success"
|
||||
not-looking-at-shop: "&c没找到快捷商店. 你必须看着那个箱子."
|
||||
no-permission: "&4你没有此命令的权限."
|
||||
no-creative-break: "&c你不能在创造模式中打破其他玩家的商店,请使用生存模式."
|
||||
no-double-chests: "&c你没有权限创建一个大箱子商店,请使用一个箱子."
|
||||
shop-already-owned: "&c这已经是一个箱子了."
|
||||
chest-was-removed: "&c商店已被移除."
|
||||
price-too-cheap: "&c商品价格不能低于 &e¥0.01"
|
||||
no-price-change: "&c商店价格未改变!"
|
||||
you-cant-afford-a-new-shop: "&c创建一个新的商店需要花费 {0} 你没有足够的钱!."
|
||||
you-cant-afford-to-change-price: "&c改变商店的价格需要花费 {0} 你没有足够的钱!."
|
||||
success-created-shop: "&a成功创建商店."
|
||||
success-removed-shop: "&a成功移除商店."
|
||||
shops-arent-locked: "&c注意!商店还没有被保护! 请用木牌锁锁上箱子保护你的商店!"
|
||||
shop-creation-cancelled: "&c取消创建商店."
|
||||
shop-purchase-cancelled: "&c取消购买."
|
||||
shop-stock-too-low: "&c商店库存仅剩 {0} {1} "
|
||||
you-cant-afford-to-buy: "&c此商品需要 {0}, 但是你只有 {1}"
|
||||
negative-amount: "&c警告, 不能交易负数物品."
|
||||
player-bought-from-your-store: "&c{0} 购买了 {1} {2} 从你的商店."
|
||||
shop-out-of-stock: "&5你在 {0}, {1}, {2} 的商店, {3} 库存不足了"
|
||||
shop-has-no-space: "&c商店只能收购 {0} more {1}."
|
||||
you-dont-have-that-many-items: "&c你只有 {0} {1}."
|
||||
the-owner-cant-afford-to-buy-from-you: "&c此商品出售价格为 {0} 但是所有者只有 {1}"
|
||||
player-sold-to-your-store: "&a{0} 出售 {1} 个 {2} 到你的商店."
|
||||
shop-out-of-space: "&5你在 {0}, {1}, {2}, 的商店库存满了."
|
||||
fee-charged-for-price-change: "&a你只付了 &c{0}&a 改变了商品价格."
|
||||
price-is-now: "&a此商店目前的价格为 &e{0}"
|
||||
thats-not-a-number: "&4错误参数:请输入一个数字!"
|
||||
no-price-given: "&c请设置一个价格."
|
||||
average-price-nearby: "&a附近平均价格: &e{0}"
|
||||
shop-has-changed: "&c你点击的商店已经改变!"
|
||||
nearby-shop-this-way: "&a商店距离你 {0} 个方块."
|
||||
no-nearby-shop: "&c附近未找到 {0} 商店."
|
||||
buying-more-than-selling: "&4警告: 你购买的物品将比收购的物品多!"
|
||||
not-enough-space: "&c你没有足够的空间装{0}!"
|
||||
refill-success: "&a库存补充成功"
|
||||
empty-success: "&a库存清理成功"
|
||||
|
||||
menu:
|
||||
successful-purchase: "&aSuccessfully Purchased:"
|
||||
successfully-sold: "&aSuccessfully Sold:"
|
||||
item-name-and-price: "&e{0} {1} &afor &e{2}"
|
||||
sell-tax: "&aYou paid &e{0} &ain taxes."
|
||||
sell-tax-self: "&aYou own this shop so you don't pay taxes."
|
||||
enchants: "&5Enchants"
|
||||
stored-enchants: "&5Stored Enchants"
|
||||
successful-purchase: "&a商品购买成功:"
|
||||
successfully-sold: "&a商品出售成功:"
|
||||
item-name-and-price: "&a花费:&e{2} &a获得 &e{0} &a件 &e{1} &a商品"
|
||||
|
||||
shop-information: "&aShop Information:"
|
||||
owner: "&aOwner: {0}"
|
||||
item: "&aItem: &e{0}"
|
||||
shop-information: "&a商店信息:"
|
||||
owner: "&a所有者: {0}"
|
||||
item: "&a物品: &e{0}"
|
||||
space: "&aSpace: &e{0}"
|
||||
stock: "&aStock &e{0}"
|
||||
price-per: "&aPrice per &e{0} &a- &e{1}"
|
||||
total-value-of-chest: "&aTotal value of Chest: &e{0}"
|
||||
damage-percent-remaining: "&e{0}% &aRemaining."
|
||||
this-shop-is-buying: "&aThis shop is &dBUYING&a items."
|
||||
this-shop-is-selling: "&aThis shop is &bSELLING&a items."
|
||||
stock: "&a库存: &e{0}"
|
||||
price-per: "&a每件 &e{0} 的价格 &a为 &e{1}"
|
||||
total-value-of-chest: "&a所有存货总价格: &c{0}元"
|
||||
damage-percent-remaining: "&a耐久剩余: &e{0}% ."
|
||||
this-shop-is-buying: "&a此商店只 &d购买&a 物品."
|
||||
this-shop-is-selling: "&a此商店只 &b出售&a 商品."
|
||||
|
||||
|
||||
bypassing-lock: "&cBypassing a QuickShop lock!"
|
||||
that-is-locked: "&cThat shop is locked."
|
||||
bypassing-lock: "&c无视快捷商店锁!"
|
||||
that-is-locked: "&c此商店已上锁."
|
||||
|
||||
how-many-buy: "&aEnter how many you wish to &bBUY&a in chat."
|
||||
how-many-sell: "&aEnter how many you wish to &dSELL&a in chat. You have &e{0}&a available"
|
||||
how-many-buy: "&a请输入 &b购买商品数量&a 在聊天栏."
|
||||
how-many-sell: "&a请输入 &d出售商品数量&a 在聊天栏. 你目前有 &e{0}&a 件物品"
|
||||
|
||||
not-allowed-to-create: "&cYou may not create a shop here."
|
||||
blacklisted-item: "&cThat item is blacklisted. You may not sell it"
|
||||
how-much-to-trade-for: "&aEnter how much you wish to trade one &e{0}&a for in chat."
|
||||
not-allowed-to-create: "&c你不能在这里创建商店."
|
||||
blacklisted-item: "&c此物品在快捷商店黑名单内. 你不能出售它"
|
||||
how-much-to-trade-for: "&a请输入物品 &e{0}&a 的价格在聊天栏开始&c出售商品."
|
||||
|
||||
command:
|
||||
#success-created-unlimited: "&aUnlimited QuickShop created."
|
||||
toggle-unlimited: "&aShop is now {0}"
|
||||
no-owner-given: "&cNo owner given. Use &a/qs setowner <player>&c"
|
||||
new-owner: "&aNew owner: &e{0}"
|
||||
now-buying: "&aNow &dBUYING&a &e{0}"
|
||||
now-selling: "&aNow &bSELLING &e{0}"
|
||||
cleaning: "&aCleaning up shops with 0 stock..."
|
||||
reloading: "&aReloading..."
|
||||
cleaned: "&aCleaned &e{0}&a shops"
|
||||
no-type-given: "&cUsage: /qs find <item>"
|
||||
success-created-unlimited: "&a无限商店创建成功!"
|
||||
toggle-unlimited: "&a商店现在 {0}"
|
||||
no-owner-given: "&c此商店没有所有者. 请使用 &a/qs setowner <玩家>&c 设置!"
|
||||
new-owner: "&a新的所有者: &e{0}"
|
||||
now-buying: "&a当前商店已改为 &d收购模式 &e{0}"
|
||||
now-selling: "&a当前商店已改为 &b出售模式 &e{0}"
|
||||
cleaning: "&a正在清理0库存的商店..."
|
||||
reloading: "&a配置文件重新载入中..."
|
||||
cleaned: "&a清理 &e{0}&a 商店"
|
||||
no-type-given: "&c请使用: /qs find <物品> 查找商品"
|
||||
description:
|
||||
title: "&aQuickShop Help"
|
||||
unlimited: "&eMakes a shop unlimited"
|
||||
setowner: "&eChanges who owns a shop"
|
||||
buy: "&eChanges a shop to &dBUY&e mode"
|
||||
sell: "&eChanges a shop to &bSELL&e mode"
|
||||
clean: "&eRemoves all (loaded) shops with 0 stock"
|
||||
price: "&eChanges the buy/selling price of one of your shops"
|
||||
find: "&eLocates the nearest shop of a specific type."
|
||||
reload: "&eReloads QuickShop from config.yml"
|
||||
refill: "&eAdds a given number of items to a shop"
|
||||
empty: "&eRemoves all stock from a shop"
|
||||
title: "&a快捷商店帮助"
|
||||
unlimited: "&e创建一个无限商店"
|
||||
setowner: "&e改变商店的所有者"
|
||||
buy: "&e改变商店模式为 &d购买"
|
||||
sell: "&e改变商店模式为 &b出售"
|
||||
clean: "&e清除所有0库存的商店"
|
||||
price: "&e更改商店 &b出售/收购 &e的价格"
|
||||
find: "&e查找附近的商店."
|
||||
reload: "&e从config.yml文件中重载快捷商店配置"
|
||||
refill: "&e给一个商店加入指定数量的物品"
|
||||
empty: "&e清空一个商店的所有货物"
|
||||
|
||||
signs:
|
||||
#Line 1 is used as an identifier at the moment, so I kind of need it to work, thats why I won't let you change it
|
||||
#Line 3 is the item name... There really isnt anything to change.
|
||||
selling: "Selling {0}"
|
||||
buying: "Buying {0}"
|
||||
price: "For {0} each"
|
||||
selling: "出售数量: {0}"
|
||||
buying: "收购数量: {0}"
|
||||
price: "每件价格: ${0}"
|
Reference in New Issue
Block a user