Main/resources/[creator]/drugs_creator/locales/cn.lua
2025-06-07 08:51:21 +02:00

92 lines
4.5 KiB
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

locales['cn'] = {
['not_enough'] = "所需要的材料不够 ~r~%s",
['open_lab'] = "按 ~INPUT_CONTEXT~ 进行制作",
['press_to_stop'] = "按 ~INPUT_CONTEXT~ 停止",
['stopped'] = "你停了下来",
['too_far'] = "你离开了实验室",
['lab'] = "实验室",
['interact'] = "按 ~INPUT_CONTEXT~ 进行采集",
['sold'] = "你出售了 ~b~x%d~s~ ~y~%s~s~ 价格 ~r~$%s",
['height'] = "当前高度: %s%dm", -- %s will be the color, don't remove it
['nothing_useful'] = "这没什么用",
['minimum_altitude'] = "你没有到达指定高度!",
['remain_to_sell'] = "保持在 ~g~%ds~s~ 高度以上才能出售毒品",
['timer'] = "保持 ~g~%ds~s~ 才能出售毒品",
['plane_spotted'] = "地图上发现一架可疑飞机",
['boat_spotted'] = "地图上发现可疑船只",
['no_space'] = "你没有更多的空间",
["it_will_explode"] = "过几秒就会爆炸,~r~倒计时~s~",
["explosion_in_zone"] = "发生了 ~r~爆炸~s~",
['wrong_items'] = "配方错了!憨批~等死吧!",
['ingredient_taken'] = "你收获了 ~b~x%d~s~ ~y~%s~s~",
['press_to_sell'] = "按 E 出售毒品",
['drug_not_wanted'] = "他不想要毒品!",
['sold_for'] = "你出售了 ~y~x%d %s~s~ 价格: ~g~$%s~s~",
['someone_tried_to_sell_drugs'] = "有人试图出售 ~r~毒品~s~",
['not_enough_police'] = "没有足够的警察",
['gang_member'] = "帮派成员",
['this_is_our_zone'] = "这是~r~我们的~s~地盘!",
['citizen'] = "Citizen",
['how_you_dare'] = "你怎么敢的!?",
['press_to_retrieve_drugs'] = "按 ~INPUT_CONTEXT~ 拿回你的毒品",
['drug_has_been_stolen'] = "~b~x%d~s~ ~y~%s~s~ ~r~被你偷了~s~ 拿回来!",
['interact_narcos'] = "按 ~INPUT_CONTEXT~ 与毒枭交谈",
['narcos:drug_request'] = "<span style='color: %s'>x%d %s - $%s</span>",
['narcos:this_is_what_i_need'] = "这就是我需要的",
['narcos:sold_drug'] = "你出售了~b~x%d~s~ ~y~%s~s~ 价格: ~r~$%s~s~",
['invalid_quantity'] = "数量无效",
['confirm'] = "<span style='color: green'>确认</span>",
['quantity'] = "数量",
['you_have_to_wait'] = "你必须等会才能再次使用",
['you_cant_sell_anymore'] = "你不能再出售了",
['i_dont_need_anything_for_now'] = "我暂时不需要买~r~任何东西~s~,稍后再来",
['narcos'] = "毒枭",
["no_drugs_to_sell"] = "你没有任何毒品可以出售",
["canceled_sale"] = "销售 ~r~取消~s~",
["you_crafted"] = "你制作 ~b~x%d ~y~%s~s~",
["you_are_up_to_high"] = "超过出售高度了!",
-- Pushers
["pusher"] = "毒品推动者",
["interact_pusher"] = "按 ~INPUT_CONTEXT~ 与推动者交谈",
["pusher:drug_to_sell"] = "<span style='color: %s'>%d/%d - %s</span>",
["pusher:sold"] = "你出售了 ~b~x%d~s~ ~y~%s~s~ 价格: ~r~$%s~s~",
--[[ Logs ]]
['log:generic'] = "Nickname: %s\nIdentifier: %s\n\n%s",
['logs:pickedUpItem'] = "Picked up an harvestable item",
['logs:pickedUpItem:description'] = "Picked up **x%d** **%s** in harvestable item **%d**",
['logs:pickedUpItem:error'] = "Tried to pick up an invalid item",
['logs:pickedUpItem:error:description'] = "Tried to pick up **%s**",
["logs:drugField"] = "Harvested in a drug field",
["logs:drugField:description"] = "Harvested **x%d** **%s** in the drug field **%s** (field ID: **%d**)",
['logs:craftedRecipe'] = "Crafted recipe in laboratory",
['logs:craftedRecipe:description'] = "Crafted recipe **%s** in laboratory **%s** (laboratory ID: **%d**)",
['logs:soldOnPlane'] = "Sold drugs on plane",
['logs:soldOnPlane:description'] = "Sold **%s** for **$%s**",
['logs:soldOnBoat'] = "Sold drugs on boat",
['logs:soldOnBoat:description'] = "Sold **%s** for **$%s**",
['logs:soldToNarcos'] = "Sold to narcos",
['logs:soldToNarcos:description'] = "Sold **x%d** **%s** for **$%s** to narcos",
['logs:soldToNPC'] = "Sold to NPC",
['logs:soldToNPC:description'] = "Sold **x%d** **%s** for **$%s** to NPC",
['logs:soldToPusher'] = "Sold to pusher",
['logs:soldToPusher:description'] = "Sold **x%d** **%s** for **$%s** to pusher ID **%d**",
--[[ Logs finsihed ]]
["harvesting"] = "采集 %s",
["crafting"] = "制作",
["selling"] = "售卖 %s",
["you_dont_have_item"] = "你没有 %s",
["nobody_close"] = "附近没人",
["ouch"] = "~r~哎哟!~s~"
}