Skip to content

Commit c82db72

Browse files
authored
新建 shoppy 汉化项目
1 parent 7489d8d commit c82db72

2 files changed

Lines changed: 182 additions & 0 deletions

File tree

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"itemGroup.shoppy.shoppy": "Shoppy",
3+
"itemGroup.shoppy": "Shoppy",
4+
5+
"block.shoppy.bartering_station": "Bartering Station",
6+
"block.shoppy.creative_bartering_station": "Creative Bartering Station",
7+
"block.shoppy.shop_block": "Shop Block",
8+
"block.shoppy.creative_shop_block": "Creative Shop Block",
9+
10+
"barter.purchase.no_held_item": "It looks like you don't have the necessary items to barter from the shop. Make sure you're holding the item.",
11+
"barter.purchase.not_enough_items": "You do not have enough items to complete the barter. (Requires: %s, had: %s)",
12+
"barter.purchase.transaction_success": "You have purchased %s.",
13+
"barter.purchase.owner.transaction_success": "%s purchased %s from your bartering station.",
14+
"barter.purchase.shop_empty": "This bartering station is empty.",
15+
"barter.purchase.owner.shop_empty": "Your bartering station at %s is empty.",
16+
"barter.purchase.currency_full": "You can not buy from this bartering station as it can not store any more %s.",
17+
"barter.purchase.owner.currency_full": "Your bartering station at %s is full of %s and can not be traded with any more.",
18+
19+
"barter.information.owner.extraction": "To extract your profits, crouch while punching the block. After the profits are extracted, items can be removed by doing the same action.",
20+
"barter.information.owner.profits": "This shop contains %s item(s) in profit.",
21+
"barter.information.owner.barter": "and %s items to be sold.",
22+
23+
"barter.information.user.selling_info": "This shop is selling %s %s for %s %s.",
24+
25+
"barter.setup.owner.add_currency": "Set currency to %s at this barter station. To clear, crouch and right click the station. This will also drop any items currently stored in the station.",
26+
"barter.setup.owner.add_selling": "Set selling to %s at this barter station. To clear, crouch and right click the station. This will also drop any items currently stored in the station.",
27+
"barter.setup.owner.add_currency_fail": "You can not set",
28+
29+
"shop.purchase.no_account": "The accounts required for the shop seem to be missing, so the transaction can not take place. Notify admins?",
30+
"shop.purchase.no_held_item": "It looks like you don't have the necessary items to barter from the shop. Make sure you're holding the item.",
31+
"shop.purchase.not_enough_money": "You do not have enough money to buy from this shop.",
32+
"shop.purchase.transaction_success": "You have purchased %s.",
33+
"shop.purchase.owner.transaction_success": "%s purchased %s from your shop.",
34+
"shop.purchase.shop_empty": "This shop is empty.",
35+
"shop.purchase.owner.shop_empty": "Your shop at %s is empty.",
36+
37+
"shop.buying.full": "There is not enough space in this shop.",
38+
"shop.buying.no_held_item": "You must hold the item you want to sell, and it needs to be the same item.",
39+
"shop.buying.not_enough_funds": "The owner of the shop does not have enough money for you to purchase from them.",
40+
"shop.buying.not_enough_items": "You must have enough items in your hand to sell to the shop.",
41+
"shop.buying.player.success": "You have sold %s for %s.",
42+
"shop.buying.owner.success": "%s has sold %s to you for %s.",
43+
44+
"shop.information.owner.info": "The Shop Block interacts with a currency and deposits it right into your player account.",
45+
"shop.information.owner.info2": "and deposits it right into your player account.",
46+
"shop.information.owner.insert": "To insert items into the shop, right click on the glass case.",
47+
"shop.information.owner.reset": "If there is already an item in there, you will have to clear it by shift right clicking first.",
48+
"shop.information.owner.update": "To swap between buying and selling, hold crouch and right click on the wooden sign of the shop.",
49+
"shop.information.owner.pricing": "To change the price of the shop, right click on the wooden \n sign of the shop and then enter a number into the chat.\n Your next message will not be sent to anyone on the server.",
50+
"shop.information.owner.contents": "This shop %s %s and is holding %s items.",
51+
52+
"shop.information.user.selling_info": "This shop is selling %s %s for %s.",
53+
"shop.information.user.buying_info": "This shop is buying %s %s for %s.",
54+
55+
"shop.pricing.owner.update": "You are now updating the price of your shop. Your next chat message will NOT be sent to players. Make sure to enter a number to update the price.",
56+
"shop.pricing.owner.update_complete": "You have set the price of your shop to %s.",
57+
"shop.pricing.owner.update_fail": "You did not enter a valid number to update your shops pricing. You entered: %s",
58+
59+
"shop.status.update": "This shop is now set to: %s.",
60+
"shop.status.selling": "Sell to players",
61+
"shop.status.buying": "Buy from players",
62+
63+
"shop.status.buy": "Buys",
64+
"shop.status.sell": "Sells",
65+
66+
"shop.setup.owner.add_selling": "This shop will now sell %s to players.",
67+
"shop.setup.owner.add_buying": "This shop will now buy %s from players.",
68+
69+
"shop.error.no_economy": "There is no supported economy mod installed. Interaction terminated.",
70+
71+
72+
"common.purchase.full_inventory": "You can not trade when your inventory is full.",
73+
"common.station.message_for": "for",
74+
"common.station.message_buying": "Buying",
75+
"common.station.message_selling": "Selling",
76+
77+
78+
"screen.shoppy.add_price": "ADD PRICE",
79+
"screen.shoppy.set_item": "TAKING",
80+
"screen.shoppy.set_sold": "SELLING",
81+
"tooltip.shoppy.currency_item": "You give me these.",
82+
"tooltip.shoppy.sale_item": "I will give you these.",
83+
"tooltip.shoppy.sale_stock": "Current Stock",
84+
"screen.shoppy.confirm": "Confirm",
85+
"message.shoppy.cannot_change_items_with_stock": "You must empty the shop before changing any items.",
86+
87+
"tooltip.shoppy.insert_enabled": "Insertion Enabled",
88+
"tooltip.shoppy.insert_disabled": "Insertion Disabled",
89+
"tooltip.shoppy.extract_enabled": "Extract Enabled",
90+
"tooltip.shoppy.extract_disabled": "Extract Disabled"
91+
}
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"itemGroup.shoppy.shoppy": "以物易物",
3+
"itemGroup.shoppy": "以物易物",
4+
5+
"block.shoppy.bartering_station": "交易站",
6+
"block.shoppy.creative_bartering_station": "创造模式交易站",
7+
"block.shoppy.shop_block": "商店方块",
8+
"block.shoppy.creative_shop_block": "创造模式商店方块",
9+
10+
"barter.purchase.no_held_item": "你未持有商店要求的交易物品。请确保手持足够数量的所需物品。",
11+
"barter.purchase.not_enough_items": "物品不足,无法完成交易。(需要:%s, 持有:%s)",
12+
"barter.purchase.transaction_success": "购买成功:%s。",
13+
"barter.purchase.owner.transaction_success": "%s 从你的交易站购买了 %s。",
14+
"barter.purchase.shop_empty": "此交易站库存为空",
15+
"barter.purchase.owner.shop_empty": "你在 %s 的交易站库存已空。",
16+
"barter.purchase.currency_full": "无法购买,此交易站的 %s 储量已满。",
17+
"barter.purchase.owner.currency_full": "你在 %s 的交易站因 %s 储量已满而无法交易。",
18+
19+
"barter.information.owner.extraction": "要提取收益,请潜行并点击方块。收益提取后,可使用相同操作取出物品。",
20+
"barter.information.owner.profits": "此商店现有 %s 件物品作为收益。",
21+
"barter.information.owner.barter": "以及 %s 件物品待售。",
22+
23+
"barter.information.user.selling_info": "此商店正以 %s %s 的价格出售 %s %s。",
24+
25+
"barter.setup.owner.add_currency": "已将此交易站的货币设置为 %s。若要清除,请潜行并右键点击该交易站。此操作同时会清空站内当前存放的所有物品。",
26+
"barter.setup.owner.add_selling": "已将此交易站的出售物品设置为 %s。若要清除,请潜行并右键点击该交易站。此操作同时会清空站内当前存放的所有物品。",
27+
"barter.setup.owner.add_currency_fail": "你无法设置",
28+
29+
"shop.purchase.no_account": "商店所需的账户似乎缺失,交易无法进行。是否通知管理员?",
30+
"shop.purchase.no_held_item": "看来你未持有商店交易所需的物品。请确保手持该物品。",
31+
"shop.purchase.not_enough_money": "你的资金不足,无法从本商店购买。",
32+
"shop.purchase.transaction_success": "购买成功:%s。",
33+
"shop.purchase.owner.transaction_success": "%s 从你的商店购买了 %s。",
34+
"shop.purchase.shop_empty": "此商店库存为空。",
35+
"shop.purchase.owner.shop_empty": "你在 %s 的商店库存已空。",
36+
37+
"shop.buying.full": "此商店空间不足。",
38+
"shop.buying.no_held_item": "你必须手持想要出售的物品,且该物品必须与商店收购的类型一致。",
39+
"shop.buying.not_enough_funds": "商店所有者资金不足,无法向你购买物品。",
40+
"shop.buying.not_enough_items": "你手持的物品数量不足,无法出售给商店。",
41+
"shop.buying.player.success": "你已成功以 %s 的价格出售了 %s。",
42+
"shop.buying.owner.success": "%s 以 %s 的价格向你出售了 %s。",
43+
44+
"shop.information.owner.info": "商店方块会处理一种货币,并将其直接存入你的玩家账户。",
45+
"shop.information.owner.info2": "并将其直接存入你的玩家账户。",
46+
"shop.information.owner.insert": "要向商店存入物品,请右键点击玻璃柜。",
47+
"shop.information.owner.reset": "若其中已有物品,你需要先通过按住潜行并右键点击来清空它。",
48+
"shop.information.owner.update": "要在收购与出售模式间切换,请按住潜行并右键点击商店的木牌。",
49+
"shop.information.owner.pricing": "要更改商店价格,请右键点击商店的木牌,然后在聊天框中输入数字。\n你的下一条消息将不会发送给服务器上的任何人。",
50+
"shop.information.owner.contents": "此商店%s%s,目前存有%s件物品。",
51+
52+
"shop.information.user.selling_info": "此商店正以 %s 的价格出售 %s %s。",
53+
"shop.information.user.buying_info": "此商店正以 %s 的价格收购 %s %s。",
54+
55+
"shop.pricing.owner.update": "你正在更新商店价格。下一条聊天消息将不会发送给其他玩家。请确保输入一个数字以更新价格。",
56+
"shop.pricing.owner.update_complete": "你已将商店价格设置为 %s。",
57+
"shop.pricing.owner.update_fail": "你输入了无效的数字来更新商店价格。你的输入是:%s",
58+
59+
"shop.status.update": "此商店当前模式已设置为:%s。",
60+
"shop.status.selling": "出售给玩家",
61+
"shop.status.buying": "向玩家收购",
62+
63+
"shop.status.buy": "收购",
64+
"shop.status.sell": "出售",
65+
66+
"shop.setup.owner.add_selling": "此商店现在将向玩家出售 %s。",
67+
"shop.setup.owner.add_buying": "此商店现在将从玩家处收购 %s。",
68+
69+
"shop.error.no_economy": "未安装受支持的经济模组。交互已终止。",
70+
71+
72+
"common.purchase.full_inventory": "背包已满时无法交易。",
73+
"common.station.message_for": "兑换",
74+
"common.station.message_buying": "收购",
75+
"common.station.message_selling": "出售",
76+
77+
78+
"screen.shoppy.add_price": "设置价格",
79+
"screen.shoppy.set_item": "收取物品",
80+
"screen.shoppy.set_sold": "出售物品",
81+
"tooltip.shoppy.currency_item": "玩家给予商店的物品",
82+
"tooltip.shoppy.sale_item": "商店给予玩家的物品",
83+
"tooltip.shoppy.sale_stock": "当前库存",
84+
"screen.shoppy.confirm": "确认",
85+
"message.shoppy.cannot_change_items_with_stock": "更改物品前,必须清空商店库存。",
86+
87+
"tooltip.shoppy.insert_enabled": "物品存入:启用",
88+
"tooltip.shoppy.insert_disabled": "物品存入:禁用",
89+
"tooltip.shoppy.extract_enabled": "物品提取:启用",
90+
"tooltip.shoppy.extract_disabled": "物品提取:禁用"
91+
}

0 commit comments

Comments
 (0)