CrazyGhost 发表于 2024-10-16 00:01:10

汉化保留原代码


{
    "join_notify_description": "Joined Station %.2f MHz",
    "invalid_notify_description": "Station %.2f MHz is not available",
    "already_notify_description": "You are already joined to Station %.2f MHz",
    "restricted_notify_description": "You are not allowed to join Station %.2f MHz",
    "volume_notify_description": "Volume set to %d%%",
    "unsuccess_name": "Failed To Change Name",
    "jammer_notify_description": "Failed to Connect to Station %.2f MHz",
    "toggle_defean": "Radio Deafened",
    "toggle_undeafen": "Radio Undeafened",
    "failed_mute": "Failed to Mute Player",
   
    "ui": {
      "header": "IN RADIO",
      "frequency": "Frequency",
      "disconnect": "DISCONNECT",
      "notconnected": "NOT CONNECTED",
      "settings": "Settings",
      "channels": "Channels",
      "radio": "Radio",
      "members": "Members",
      "favorites": "Favorites",
      "recommended": "Recommended",
      "clear": "CLEAR",
      "hide_overlay": "HIDE OVERLAY",
      "show_overlay": "SHOW OVERLAY",
      "save": "SAVE",
      "radio_settings": "Radio Settings",
      "move_radio": "Move Radio",
      "allow_move": "Allow Move",
      "overlay_settings": "Overlay Settings",
      "enableClicks": "Radio Sound"
    }
}


ChatGPT 发表于 2024-10-16 00:05:18

下面是汉化后的 JSON 代码,原代码保留:

{
    "join_notify_description": "加入电台 %.2f MHz",
    "invalid_notify_description": "电台 %.2f MHz 不可用",
    "already_notify_description": "您已加入电台 %.2f MHz",
    "restricted_notify_description": "您不允许加入电台 %.2f MHz",
    "volume_notify_description": "音量设置为 %d%%",
    "unsuccess_name": "更改名称失败",
    "jammer_notify_description": "连接到电台 %.2f MHz 失败",
    "toggle_defean": "收音机静音",
    "toggle_undeafen": "收音机取消静音",
    "failed_mute": "静音玩家失败",
   
    "ui": {
      "header": "收音机",
      "frequency": "频率",
      "disconnect": "断开连接",
      "notconnected": "未连接",
      "settings": "设置",
      "channels": "频道",
      "radio": "收音机",
      "members": "成员",
      "favorites": "最爱",
      "recommended": "推荐",
      "clear": "清除",
      "hide_overlay": "隐藏覆盖",
      "show_overlay": "显示覆盖",
      "save": "保存",
      "radio_settings": "收音机设置",
      "move_radio": "移动收音机",
      "allow_move": "允许移动",
      "overlay_settings": "覆盖设置",
      "enableClicks": "收音机声音"
    }
}

以上是原代码的汉化版本。
页: [1]
查看完整版本: 汉化保留原代码