diff --git a/src/main/resources/languages/lang.ku.yml b/src/main/resources/languages/lang.ku.yml new file mode 100644 index 0000000..3ca52c5 --- /dev/null +++ b/src/main/resources/languages/lang.ku.yml @@ -0,0 +1,94 @@ +--- +prefix: "&a[Shop] &r" +shopinfo: |- + &aShop Information: + &fOwner: &7%owner + &fStock: &7%stock + &fItem: &7%item +shopinfo_buy: "&fBuy &7%amount &ffor &7%price" +shopinfo_sell: "&fSell &7%amount &ffor &7%price" +iteminfo: "&aItem Information: &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_leather_color: "&fLeather Color: &7Red: %colorred, Green: %colorgreen, Blue: %colorblue (Hex: #%colorhex)" +iteminfo_bundle_items: "&fBundle Items: &7%itemcount" +iteminfo_axolotl_variant: "&fAxolotl Variant: &7%variant" +iteminfo_recipes: "&fRecipe Knowledge:" +iteminfo_map_view: |- + &fMap ID: &7%id + &fMap World: &7%world + &fMap Center: &7%x/%z + &fMap Locked: &7locked +iteminfo_map_location: "&fMap Location: &7%location" +iteminfo_tropical_fish: |- + &fFish Pattern: &7%pattern + &fFish Pattern Color: &7%patterncolor + &fFish Body Color: &7%bodycolor +iteminfo_crossbow_projectiles: "&fCharged Crossbow Projectile:" +iteminfo_crossbow_projectile: "&f%item" +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: "You don't have permission to access that shop's storage container!" +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: "You don't have enough money!" +NOT_ENOUGH_MONEY_SHOP: "Shop owner doesn't have enough money!" +CLIENT_DEPOSIT_FAILED: "Money deposit to your account failed!" +SHOP_DEPOSIT_FAILED: "Money deposit to shop owner failed!" +NO_ECONOMY_ACCOUNT: "Economy account from shop owner doesn't exist!" +NO_BUYING_HERE: "You can't buy here!" +NO_SELLING_HERE: "You can't sell here!" +NOT_ENOUGH_SPACE_IN_INVENTORY: "You haven't got enough space in inventory!" +NOT_ENOUGH_SPACE_IN_CHEST: "There isn't enough space in chest!" +NOT_ENOUGH_ITEMS_TO_SELL: "You don't have 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: "This shop is out of 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: "You bought %item from %owner for %price." +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: "You sold %item to %buyer for %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: "You can't create this type of shop!" +NO_CHEST_DETECTED: "Couldn't find a chest!" +INVALID_SHOP_DETECTED: "The shop cannot be used!" +INVALID_SHOP_PRICE: "The shop has an invalid price!" +INVALID_SHOP_QUANTITY: "The shop has an invalid quantity!" +CANNOT_ACCESS_THE_CHEST: "You don't have permissions to access this chest!" +SELL_PRICE_HIGHER_THAN_BUY_PRICE: "Sell price is above the buy price!" +SELL_PRICE_ABOVE_MAX: "Sell price %price is above maximum %maxprice!" +SELL_PRICE_BELOW_MIN: "Sell price %price is below minimum %minprice!" +BUY_PRICE_ABOVE_MAX: "Buy price %price is above maximum %maxprice!" +BUY_PRICE_BELOW_MIN: "Buy price %price is below minimum %minprice!" +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: "Successfully protected the shop with LWC!" +PROTECTED_SHOP_SIGN: "Successfully protected the shop sign with LWC!" +SHOP_CREATED: "Shop successfully created!" +SHOP_FEE_PAID: "You have been charged %amount" +SHOP_REFUNDED: "You have been refunded %amount." +ITEM_GIVEN: "Given %item to %player." +RESTRICTED_SIGN_CREATED: "Sign successfully created!" +PLAYER_NOT_FOUND: "Player not found!" +NO_PERMISSION: "You don't have permissions to do that!" +INCORRECT_ITEM_ID: "You have specified an invalid item id!" +INVALID_CLIENT_NAME: "Your username is not a valid Minecraft username!" +NOT_ENOUGH_PROTECTIONS: "Could not create a protection!" +NO_SHOP_FOUND: "No shop found." +CANNOT_CREATE_SHOP_HERE: "You can't 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"