Toyota 发表于 2024-8-27 08:57:52

翻译成中文,保留源代码


Item_Labels = {
    ["casino_chips"] = "Chips"
}

DS_Casino_System_Translations = {
    ["en"] = {
      ["casino_title"] = "Diamond Casino",
      ["enter"] = "~w~[~g~E~w~] ~w~Enter",
      ["exit"] = "~w~[~r~E~w~] ~w~Exit",
      ["cashier"] = "Cashier",
      ["cctv_access"] = "~w~[~g~E~w~] ~w~Security Cameras",
      ["cashier_blip"] = "Cashier",
      ["buy_chips_menu"] = "Buy chips",
      ["buy_confirm"] = "Are you sure you want buy %s chips for %s?",
      ["buy_chips_menu_desc"] = "Buy some chips and play casino!",
      ["sell_chips_menu"] = "Sell chips",
      ["sell_confirm"] = "Are you sure you want sell %s chips for %s?",
      ["sell_chips_menu_desc"] = "Sell some chips won at casino!",
      ["buy_title"] = "How many chips you want?",
      ["sell_title"] = "How many chips you sell?",
      ["not_enough_chips"] = "You don\'t have enough chips for the bet.",
      ["not_enough_money"] = "You don\'t have enough money to do that.",
      ["sit"] = "Sit",
      ["chair_occupied"] = "The chair is already occupied.",
      ["spin_luckywheel"] = "Spin lucky wheel",
      ["spin_cooldown"] = "Please wait %s minute before spinning again!",
      ["already_spin"] = "You have already spinned wheel today!",
      ["win_vehicle"] = "You won the special vehicle!!",
      ["no_bet_value"] = "You have not set a bet value.",
      ["exit_table"] = 'Get Up',
      ["spin_slots"] = 'Spin',
      ["increase_bet"] = 'Increase Bet',
      ["decrease_bet"] = 'Decrease Bet',
      ["reset_bet"] = 'Reset Bet',
      ["place_bet"] = 'Bet',
      ["custom_bet"] = 'Custom Bet',
      ["min_bet"] = 'Bet must be atleast 1',
      ["min_amount"] = 'Amount must be atleast 1',
      ["max_amount"] = 'The amount exceed your balance',
      ["custom_bet_desc"] = 'Write a custom bet here',
      ["custom_bet_err"] = 'You can\'t bet more than %s chips',
      ["amount"] = "Amount",
      ["select_number"] = 'Select Number',
      ["play"] = 'Play',
      ["max_bet"] = 'Max Bet',
      ["fold"] = 'Fold',
      ["double_down"] = 'Double Down',
      ["stand"] = 'Stand',
      ["hit"] = 'Hit',
      ["bet_too_high_or_low"] = "Your bet is too low or too high for this table.",
      ["bet_not_valid"] = "Bet not valid.",
      ["slots_play"] = "Play %s",
      ["number"] = "Number",
      ["win"] = "You won",
      ["lose"] = "You lose.",
      ["bet"] = "Bet placed:",
      ["curr_bet"] = "Bet",
      ["split"] = "Split",
      ["cant_split"] = "You can't split those cards.",
      ["hand"] = "HAND",
      ["time"] = "Time",
      ["confirm"] = "Confirm",
      ["cancel"] = "Cancel",
      ["already_bet"] = "You have already betted.",
      ["no_money"] = "You have not enough money.",
      ["no_chips"] = "You have not enough chips.",
      ["sold_chips"] = "You have received",
      ["bought"] = "You have bought",
      ["multiplier"] = "Multiplier",
      ["game_started"] = "The game is started, you cannot bet right now.",
      ["will_start_in"] = "Game will start in",
      ["game_in_progress"] = "Game in progress!",
      ["seconds"] = "seconds",
      ["society_menu"] = "~w~[~g~E~w~] ~w~Manage Society",
      ["society_money"] = "Balance: %s",
      ["balance"] = "Balance",
      ["boss_title"] = "Casino Management",
      ["deposit"] = "Deposit Money",
      ["deposit_desc"] = "How many money you want deposit?",
      ["deposited"] = "You have deposited %s%s",
      ["withdraw"] = "Withdraw Money",
      ["withdraw_desc"] = "How many money you want withdraw?",
      ["withdrawn"] = "You have withdrawn %s%s",
      ["no_money_society"] = "Society have not enough money.",
      ["society_negative"] = "The casino doesn't have enough money, you can sell %s$ worth of chips at the moment",
      ["cctv_controls"] = "%s\n~INPUT_CELLPHONE_CANCEL~ Exit\n~INPUT_CELLPHONE_LEFT~ ~INPUT_CELLPHONE_RIGHT~ Previous/Next Camera\n~INPUT_MOVE_LEFT_ONLY~ ~INPUT_MOVE_RIGHT_ONLY~ Move left/right",
      ["currency"] = "$",
      ["chips"] = "Chips",
      ["casino_boss"] = "Casino Management",
      ["no_space"] = "You don't have enough space in your inventory",
      ["daily_bonus"] = "Daily Bonus",
      ["daily_bonus_desc"] = "You can claim "..DS_Casino_System_Main_Config.DailyBonus.amount..' chips per day.',
      ["daily_bonus_claimed"] = "You have already claimed the daily bonus! Come back tomorrow.",
      ["vip_title"] = "Vip Membership",
      ["vip_desc"] = "With the vip membership you can enjoy free snacks & drinks at casino bartender and get an additional chips bonus per day.",
      ["vip_buy"] = "Are you sure you want to buy the 1 month vip membership for %s%s?",
      ["vip_purchased"] = "You have purchased the vip membership for 1 %s!",
      ["vip_already"] = "You already have an active vip membership! It will expire on %s",
      ["vip_expired"] = "Your casino vip membership is expired!",
      ["month"] = "month",
      ["week"] = "week",
      ["bartender_press"] = "Buy snacks/drinks",
      ["bartender_title"] = "Casino Bartender",
      ["bartender_buy"] = "You have bought x%s %s for %s%s",
      ["snacks"] = "Snacks",
      ["drinks"] = "Drinks",
      ["occupied_luckywheel"] = "The lucky wheel is being used by another player, please wait.",
      ["not_vip"] = "This item requires a vip subscription to be bought.",
      ["poker_afk"] = "You didn't respond to the dealer's request in time, you folded your hand.",
    },
}


ChatGPT 发表于 2024-8-27 08:58:14

Item_Labels = {
    ["casino_chips"] = "筹码"
}

DS_Casino_System_Translations = {
    ["en"] = {
      ["casino_title"] = "钻石赌场",
      ["enter"] = "~w~ ~w~进入",
      ["exit"] = "~w~ ~w~退出",
      ["cashier"] = "收银员",
      ["cctv_access"] = "~w~ ~w~监控摄像头",
      ["cashier_blip"] = "收银员",
      ["buy_chips_menu"] = "购买筹码",
      ["buy_confirm"] = "你确定要以 %s 购买 %s 筹码吗?",
      ["buy_chips_menu_desc"] = "购买一些筹码并玩赌场!",
      ["sell_chips_menu"] = "出售筹码",
      ["sell_confirm"] = "你确定要以 %s 出售 %s 筹码吗?",
      ["sell_chips_menu_desc"] = "出售在赌场赢得的一些筹码!",
      ["buy_title"] = "你想要多少筹码?",
      ["sell_title"] = "你想出售多少筹码?",
      ["not_enough_chips"] = "你没有足够的筹码进行投注。",
      ["not_enough_money"] = "你没有足够的钱来做这个。",
      ["sit"] = "坐下",
      ["chair_occupied"] = "这个椅子已经被占用了。",
      ["spin_luckywheel"] = "旋转幸运轮",
      ["spin_cooldown"] = "请等待 %s 分钟再旋转!",
      ["already_spin"] = "你今天已经旋转过轮子了!",
      ["win_vehicle"] = "你赢得了特别车辆!!",
      ["no_bet_value"] = "你没有设置投注值。",
      ["exit_table"] = '起身',
      ["spin_slots"] = '旋转',
      ["increase_bet"] = '增加投注',
      ["decrease_bet"] = '减少投注',
      ["reset_bet"] = '重置投注',
      ["place_bet"] = '投注',
      ["custom_bet"] = '自定义投注',
      ["min_bet"] = '投注必须至少为 1',
      ["min_amount"] = '金额必须至少为 1',
      ["max_amount"] = '金额超过你的余额',
      ["custom_bet_desc"] = '在这里写下自定义投注',
      ["custom_bet_err"] = '你不能投注超过 %s 筹码',
      ["amount"] = "金额",
      ["select_number"] = '选择号码',
      ["play"] = '玩',
      ["max_bet"] = '最大投注',
      ["fold"] = '弃牌',
      ["double_down"] = '加倍',
      ["stand"] = '停牌',
      ["hit"] = '要牌',
      ["bet_too_high_or_low"] = "你的投注对这个桌子来说太低或太高。",
      ["bet_not_valid"] = "投注无效。",
      ["slots_play"] = "玩 %s",
      ["number"] = "号码",
      ["win"] = "你赢了",
      ["lose"] = "你输了。",
      ["bet"] = "已下的投注:",
      ["curr_bet"] = "投注",
      ["split"] = "分牌",
      ["cant_split"] = "你不能分开这些牌。",
      ["hand"] = "手牌",
      ["time"] = "时间",
      ["confirm"] = "确认",
      ["cancel"] = "取消",
      ["already_bet"] = "你已经下注了。",
      ["no_money"] = "你没有足够的钱。",
      ["no_chips"] = "你没有足够的筹码。",
      ["sold_chips"] = "你已收到",
      ["bought"] = "你已购买",
      ["multiplier"] = "倍数",
      ["game_started"] = "游戏已经开始,你现在不能下注。",
      ["will_start_in"] = "游戏将在",
      ["game_in_progress"] = "游戏进行中!",
      ["seconds"] = "秒",
      ["society_menu"] = "~w~ ~w~管理社团",
      ["society_money"] = "余额:%s",
      ["balance"] = "余额",
      ["boss_title"] = "赌场管理",
      ["deposit"] = "存款",
      ["deposit_desc"] = "你想存多少钱?",
      ["deposited"] = "你已存入 %s%s",
      ["withdraw"] = "取款",
      ["withdraw_desc"] = "你想取多少钱?",
      ["withdrawn"] = "你已取出 %s%s",
      ["no_money_society"] = "社团没有足够的钱。",
      ["society_negative"] = "赌场没有足够的钱,你目前可以出售价值 %s$ 的筹码",
      ["cctv_controls"] = "%s\n~INPUT_CELLPHONE_CANCEL~ 退出\n~INPUT_CELLPHONE_LEFT~ ~INPUT_CELLPHONE_RIGHT~ 上一个/下一个摄像头\n~INPUT_MOVE_LEFT_ONLY~ ~INPUT_MOVE_RIGHT_ONLY~ 向左/向右移动",
      ["currency"] = "$",
      ["chips"] = "筹码",
      ["casino_boss"] = "赌场管理",
      ["no_space"] = "你的背包没有足够的空间",
      ["daily_bonus"] = "每日奖励",
      ["daily_bonus_desc"] = "你每天可以领取 "..DS_Casino_System_Main_Config.DailyBonus.amount..' 筹码。',
      ["daily_bonus_claimed"] = "你已经领取了每日奖励!明天再来。",
      ["vip_title"] = "VIP 会员",
      ["vip_desc"] = "拥有 VIP 会员资格,你可以在赌场酒吧享受免费小吃和饮料,并每天获得额外的筹码奖励。",
      ["vip_buy"] = "你确定要以 %s%s 购买 1 个月的 VIP 会员吗?",
      ["vip_purchased"] = "你已购买 1 %s 的 VIP 会员!",
      ["vip_already"] = "你已经拥有一个有效的 VIP 会员资格!它将在 %s 到期",
      ["vip_expired"] = "你的赌场 VIP 会员资格已过期!",
      ["month"] = "月",
      ["week"] = "周",
      ["bartender_press"] = "购买小吃/饮料",
      ["bartender_title"] = "赌场酒保",
      ["bartender_buy"] = "你已购买 x%s %s,花费 %s%s",
      ["snacks"] = "小吃",
      ["drinks"] = "饮料",
      ["occupied_luckywheel"] = "幸运轮正在被其他玩家使用,请稍候。",
      ["not_vip"] = "此物品需要 VIP 订阅才能购买。",
      ["poker_afk"] = "你没有及时回应庄家的请求,你已弃牌。",
    },
}
页: [1]
查看完整版本: 翻译成中文,保留源代码