Toyota 发表于 2024-8-28 14:00:49

翻译成中文,保留源代码


-- English translation
Locales["en"] = {
    title = "DAILY REWARDS",
    close = "CLOSE",
    nextRewardIn = "NEXT REWARD IN",
    playtimeLeft = "PLAYTIME LEFT",
    reopenToClaim = "REOPEN THE UI TO CLAIM YOUR REWARD",
    notifications = {
      claimedReward = {
            title = "YOU CLAIMED",
            description = "Congratulations you succesfully claimed your daily reward, come back tomorrow to get your next reward.",
            close = "CLOSE"
      }
    }
}


ChatGPT 发表于 2024-8-28 14:14:37

-- 中文翻译
Locales["zh"] = {
    title = "每日奖励",
    close = "关闭",
    nextRewardIn = "下一个奖励在",
    playtimeLeft = "剩余游戏时间",
    reopenToClaim = "重新打开界面以领取奖励",
    notifications = {
      claimedReward = {
            title = "您已领取",
            description = "恭喜您成功领取了每日奖励,明天再来领取下一个奖励。",
            close = "关闭"
      }
    }
}
页: [1]
查看完整版本: 翻译成中文,保留源代码