Full Code of game1024/OpenSpeedy for AI

master 74ada0fc7c25 cached
82 files
570.2 KB
150.7k tokens
128 symbols
1 requests
Download .txt
Showing preview only (597K chars total). Download the full file or copy to clipboard to get everything.
Repository: game1024/OpenSpeedy
Branch: master
Commit: 74ada0fc7c25
Files: 82
Total size: 570.2 KB

Directory structure:
gitextract_jddv06rn/

├── .github/
│   ├── FUNDING.yml
│   ├── ISSUE_TEMPLATE/
│   │   ├── bug.yml
│   │   ├── config.yml
│   │   └── feature.yml
│   └── workflows/
│       ├── ci.yml
│       └── package.yml
├── .gitignore
├── .gitmodules
├── CMakeLists.txt
├── CMakePresets.json
├── CMakeUserPresets.json
├── LICENSE
├── OpenSpeedy_en_US.ts
├── OpenSpeedy_zh_CN.ts
├── OpenSpeedy_zh_TW.ts
├── README.md
├── aboutdialog.cpp
├── aboutdialog.h
├── aboutdialog.ui
├── bridge/
│   ├── CMakeLists.txt
│   └── main.cpp
├── config.h
├── cpuutils.cpp
├── cpuutils.h
├── docs/
│   ├── README_cn.md
│   └── README_ja.md
├── installer/
│   ├── OpenSpeedy.wxs
│   ├── config/
│   │   └── config.xml
│   └── create_installer.bat
├── main.cpp
├── mainwindow.cpp
├── mainwindow.h
├── mainwindow.ui
├── memutils.cpp
├── memutils.h
├── preferencedialog.cpp
├── preferencedialog.h
├── preferencedialog.ui
├── processmonitor.cpp
├── processmonitor.h
├── qsinglekeysequenceedit.cpp
├── qsinglekeysequenceedit.h
├── resources.qrc
├── script/
│   ├── build32.bat
│   ├── build64.bat
│   └── initenv.bat
├── speedpatch/
│   ├── CMakeLists.txt
│   ├── SpeedPatch_global.h
│   ├── speedpatch.cpp
│   ├── speedpatch.h
│   └── vcpkg.json
├── taskscheduler.cpp
├── taskscheduler.h
├── themeutils.cpp
├── themeutils.h
├── third_party/
│   └── minhook/
│       ├── .editorconfig
│       ├── .github/
│       │   └── workflows/
│       │       └── msbuild.yml
│       ├── .gitignore
│       ├── AUTHORS.txt
│       ├── CMakeLists.txt
│       ├── LICENSE.txt
│       ├── README.md
│       ├── build/
│       │   └── MinGW/
│       │       ├── make.bat
│       │       └── make.sh
│       ├── cmake/
│       │   └── minhook-config.cmake.in
│       ├── dll_resources/
│       │   └── MinHook.def
│       ├── include/
│       │   └── MinHook.h
│       └── src/
│           ├── buffer.c
│           ├── buffer.h
│           ├── hde/
│           │   ├── hde32.c
│           │   ├── hde32.h
│           │   ├── hde64.c
│           │   ├── hde64.h
│           │   ├── pstdint.h
│           │   ├── table32.h
│           │   └── table64.h
│           ├── hook.c
│           ├── trampoline.c
│           └── trampoline.h
├── windbg.h
├── winutils.cpp
└── winutils.h

================================================
FILE CONTENTS
================================================

================================================
FILE: .github/FUNDING.yml
================================================
# These are supported funding model platforms

github: [game1024]
patreon: 



================================================
FILE: .github/ISSUE_TEMPLATE/bug.yml
================================================
name: Bug Report / 错误报告
description: 报告软件中的错误或问题 / Report a bug or issue
title: "[Bug]: "
labels: ["bug"]
body:
  - type: markdown
    attributes:
      value: |
        ## 重要提示 / Important Notice
        
        ⚠️ **本项目仅支持离线使用场景,对于在线类软件(如网络游戏、在线服务、网盘等)的问题不提供支持。**
                
        ---
        
        感谢您反馈问题!请填写以下信息以帮助我们更好地定位和解决问题。
        
  - type: input
    id: software-version
    attributes:
      label: 软件版本 / Software Version
      description: 您使用的 OpenSpeedy 版本是什么?
      placeholder: 例如:v1.0.0 或 commit hash
    validations:
      required: true

  - type: dropdown
    id: os-version
    attributes:
      label: 操作系统 / Operating System
      description: 您使用的操作系统版本
      options:
        - Windows 11 (23H2)
        - Windows 11 (22H2)
        - Windows 11 (21H2)
        - Windows 10 (22H2)
        - Windows 10 (21H2)
        - Windows 10 (20H2)
        - Windows 10 (其他版本 / Other)
        - Windows 8.1
        - Windows 8
        - Windows 7
        - 其他 / Other
    validations:
      required: true

  - type: input
    id: os-build
    attributes:
      label: 系统版本号 / OS Build Number
      description: 可以在"设置 > 系统 > 关于"中找到 / Can be found in "Settings > System > About"
      placeholder: 例如:22621.1234

  - type: textarea
    id: description
    attributes:
      label: 问题描述 / Bug Description
      description: 请详细描述您遇到的问题
      placeholder: 描述问题的具体表现...
    validations:
      required: true

  - type: textarea
    id: reproduction
    attributes:
      label: 复现步骤 / Steps to Reproduce
      description: 如何复现这个问题?
      placeholder: |
        1. 打开软件...
        2. 点击...
        3. 看到错误...
    validations:
      required: true

  - type: textarea
    id: expected
    attributes:
      label: 期望行为 / Expected Behavior
      description: 您期望发生什么?
      placeholder: 描述期望的正确行为...
    validations:
      required: true

  - type: textarea
    id: actual
    attributes:
      label: 实际行为 / Actual Behavior
      description: 实际发生了什么?
      placeholder: 描述实际发生的情况...
    validations:
      required: true

  - type: textarea
    id: target-software
    attributes:
      label: 目标软件信息 / Target Software Information
      description: 您正在使用 OpenSpeedy 优化哪个软件?请提供软件名称和版本
      placeholder: |
        软件名称:
        软件版本:
        软件类型:离线软件 / 单机软件

  - type: textarea
    id: logs
    attributes:
      label: 日志或错误信息 / Logs or Error Messages
      description: 如有相关日志或错误信息,请粘贴在此
      render: shell

  - type: textarea
    id: screenshots
    attributes:
      label: 截图 / Screenshots
      description: 如果适用,请添加截图来帮助解释您的问题

  - type: textarea
    id: additional
    attributes:
      label: 其他信息 / Additional Context
      description: 其他可能有助于解决问题的信息

  - type: checkboxes
    id: terms
    attributes:
      label: 确认事项 / Confirmation
      description: 请确认以下事项
      options:
        - label: 我确认这是一个离线软件的问题,不涉及在线服务 / I confirm this is about offline software, not online services
          required: true
        - label: 我已经搜索过现有的 issues,没有找到类似问题 / I have searched existing issues and found no duplicates
          required: true
        - label: 我使用的是最新版本的软件 / I am using the latest version of the software
          required: false


================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
blank_issues_enabled: false
contact_links:
  - name: 💬 讨论区 / Discussions
    url: https://github.com/game1024/Speedy/discussions
    about: 如有疑问或需要帮助,请访问讨论区 / For questions or help, please visit Discussions
  - name: 📖 文档 / Documentation
    url: https://github.com/game1024/Speedy/blob/master/README.md
    about: 查看项目文档和使用说明 / View project documentation and usage guide
  - name: ⚠️ 重要提示 / Important Notice
    url: https://github.com/game1024/Speedy/blob/master/README.md
    about: 本项目仅支持离线软件,不支持在线服务类软件 / This project only supports offline software, not online services


================================================
FILE: .github/ISSUE_TEMPLATE/feature.yml
================================================
name: Feature Request / 功能请求
description: 建议新功能或改进 / Suggest a new feature or improvement
title: "[Feature]: "
labels: ["enhancement"]
body:
  - type: markdown
    attributes:
      value: |
        ## 重要提示 / Important Notice

        ⚠️ **本项目仅支持离线使用场景,对于在线类软件(如网络游戏、在线服务、网盘等)的功能请求不提供支持。**
        
        ---
        
        感谢您的建议!请详细描述您希望添加的功能。
        

  - type: textarea
    id: problem
    attributes:
      label: 问题描述 / Problem Description
      description: 这个功能要解决什么问题?
      placeholder: 我在使用中遇到了...的问题
    validations:
      required: true

  - type: textarea
    id: solution
    attributes:
      label: 建议的解决方案 / Proposed Solution
      description: 您希望如何实现这个功能?
      placeholder: 我建议添加一个...功能,可以...
    validations:
      required: true

  - type: textarea
    id: alternatives
    attributes:
      label: 替代方案 / Alternatives Considered
      description: 您是否考虑过其他解决方案?
      placeholder: 我也考虑过...,但是...

  - type: textarea
    id: use-case
    attributes:
      label: 使用场景 / Use Case
      description: 这个功能在什么场景下会被使用?
      placeholder: 当我...的时候,我需要...
    validations:
      required: true

  - type: textarea
    id: additional
    attributes:
      label: 其他信息 / Additional Context
      description: 其他可能有助于理解该功能请求的信息
      placeholder: 相关链接、参考资料等

  - type: checkboxes
    id: terms
    attributes:
      label: 确认事项 / Confirmation
      description: 请确认以下事项
      options:
        - label: 这个功能适用于离线软件场景 / This feature is for offline software scenarios
          required: true
        - label: 我已经搜索过现有的 issues,没有找到类似的功能请求 / I have searched existing issues and found no similar requests
          required: true


================================================
FILE: .github/workflows/ci.yml
================================================
name: Build OpenSpeedy

on:
  pull_request:
    branches: [ master ]
  workflow_dispatch:

jobs:
  build:
    runs-on: self-hosted
    outputs:
      artifact-id: ${{ steps.upload-unsigned-artifacts.outputs.artifact-id }}

    steps:
    - name: Checkout
      uses: actions/checkout@v4
      
    - name: Build 32-bit
      shell: cmd
      run: |
        echo Building 32-bit...
        call script\initenv.bat
        call script\build32.bat

    - name: Build 64-bit
      shell: cmd
      run: |
        echo Building 64-bit...
        call script\initenv.bat
        call script\build64.bat

    - name: Collect artifacts to flat directory
      shell: cmd
      run: |
        echo Collecting artifacts...
        
        if not exist "artifacts" mkdir "artifacts"
        
        copy "build\CMAKE_x64_static-Release\OpenSpeedy.exe" "artifacts\"
        copy "build\CMAKE_x64_static-Release\speedpatch64.dll" "artifacts\"
        copy "build\CMAKE_x64_static-Release\bridge64.exe" "artifacts\"
        copy "build\CMAKE_x86_static-Release\speedpatch32.dll" "artifacts\"
        copy "build\CMAKE_x86_static-Release\bridge32.exe" "artifacts\"
        
        echo Artifacts directory contents:
        dir "artifacts"
        
    - name: Upload unsigned artifacts
      id: upload-unsigned-artifacts
      uses: actions/upload-artifact@v4
      if: success()
      with:
        name: OpenSpeedy-unsigned-artifacts
        path: artifacts/
        if-no-files-found: warn
    


================================================
FILE: .github/workflows/package.yml
================================================
name: Package
on:
  workflow_dispatch:
    inputs:
      build_id:
        description: '构建工作流ID'
        required: true
        type: string
      version:
        description: '版本号'
        required: true
        default: '1.0.0'
        type: string
      artifact_name:
        description: '签名的制品名称'
        required: true
        default: 'OpenSpeedy-unsigned-artifacts'
        type: string

jobs:
  package:
    runs-on: windows-latest  # GitHub-hosted runner
    
    steps:
    - name: Checkout
      uses: actions/checkout@v4

    - name: Download build artifact
      uses: actions/download-artifact@v4
      with:
        name: ${{ github.event.inputs.artifact_name }}
        run-id: ${{ github.event.inputs.build_id }}
        path: artifacts/
        github-token: ${{ secrets.GITHUB_TOKEN }}

    - id: upload-unsigned-artifacts
      name: Re-upload as new artifact
      uses: actions/upload-artifact@v4
      with:
        name: OpenSpeedy-unsigned-artifacts  
        path: artifacts/          
        retention-days: 30       
        
    - name: SignPath signing
      uses: signpath/github-action-submit-signing-request@v1.1
      with:
        api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
        organization-id: '58b9835d-38ea-4898-a564-76610c01cecd'
        project-slug: OpenSpeedy
        signing-policy-slug: release-signing
        github-artifact-id: ${{ steps.upload-unsigned-artifacts.outputs.artifact-id }}
        artifact-configuration-slug: initial
        wait-for-completion: true
        output-artifact-directory: signed-artifacts/
        parameters: |
          version: ${{ toJSON(github.event.inputs.version) }}
        
    - name: Upload signed artifacts
      uses: actions/upload-artifact@v4
      with:
        name: OpenSpeedy-${{ github.event.inputs.version }}
        path: signed-artifacts/
        retention-days: 30

    - name: Install WiX Toolset v3
      run: |
        choco install wixtoolset -y
        $env:PATH += ";C:\Program Files (x86)\WiX Toolset v3.11\bin"
        echo "C:\Program Files (x86)\WiX Toolset v3.11\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

    - name: Prepare installer files
      run: |
        New-Item -ItemType Directory -Force -Path installer/files
        Copy-Item -Path "signed-artifacts/*" -Destination "installer/files/" -Recurse -Force

    - name: Build MSI installer
      run: |
        cd installer
        candle.exe OpenSpeedy.wxs -dVersion="${{ github.event.inputs.version }}" -ext WixUIExtension
        light.exe OpenSpeedy.wixobj -out ../OpenSpeedy-installer-${{ github.event.inputs.version }}.msi -ext WixUIExtension

    - id: upload-unsigned-installer
      name: Upload installer
      uses: actions/upload-artifact@v4
      with:
        name: OpenSpeedy-unsigned-installer-${{ github.event.inputs.version }}
        path: OpenSpeedy-installer-${{ github.event.inputs.version }}.msi

    - name: SignPath signing
      uses: signpath/github-action-submit-signing-request@v1.1
      with:
        api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
        organization-id: '58b9835d-38ea-4898-a564-76610c01cecd'
        project-slug: OpenSpeedy
        signing-policy-slug: release-signing
        github-artifact-id: ${{ steps.upload-unsigned-installer.outputs.artifact-id }}
        artifact-configuration-slug: installer
        wait-for-completion: true
        output-artifact-directory: signed-installer/
        parameters: |
          version: ${{ toJSON(github.event.inputs.version) }}    

    - name: Upload signed installer
      uses: actions/upload-artifact@v4
      with:
        name: OpenSpeedy-installer-${{ github.event.inputs.version }}
        path: signed-installer/
        retention-days: 30


================================================
FILE: .gitignore
================================================
# This file is used to ignore files which are generated
# ----------------------------------------------------------------------------
*.msi
*.wixobj
*.wixpdb
*~
*.autosave
*.a
*.core
*.moc
*.o
*.obj
*.orig
*.rej
*.so
*.so.*
*_pch.h.cpp
*_resource.rc
*.qm
.#*
*.*#
core
!core/
tags
.DS_Store
.directory
*.debug
Makefile*
*.prl
*.app
moc_*.cpp
ui_*.h
qrc_*.cpp
Thumbs.db
*.res
*.rc
/.qmake.cache
/.qmake.stash

# qtcreator generated files
*.pro.user*
*.qbs.user*
CMakeLists.txt.user*

# xemacs temporary files
*.flc

# Vim temporary files
.*.swp

# Visual Studio generated files
*.ib_pdb_index
*.idb
*.ilk
*.pdb
*.sln
*.suo
*.vcproj
*vcproj.*.*.user
*.ncb
*.sdf
*.opensdf
*.vcxproj
*vcxproj.*

# MinGW generated files
*.Debug
*.Release

# Python byte code
*.pyc

# Binaries
# --------
*.dll
*.exe

# Directories with generated files
.moc/
.obj/
.pch/
.rcc/
.uic/
/build*/
.vs/
out/

================================================
FILE: .gitmodules
================================================


================================================
FILE: CMakeLists.txt
================================================
cmake_minimum_required(VERSION 3.16)

project(OpenSpeedy VERSION 1.7.7 LANGUAGES CXX)


set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# 启用Qt静态链接
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets LinguistTools)
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets Network WinExtras LinguistTools)
set(TS_FILES
  OpenSpeedy_zh_CN.ts
  OpenSpeedy_en_US.ts
  OpenSpeedy_zh_TW.ts
)

set(PROJECT_SOURCES
        main.cpp
        mainwindow.cpp
        mainwindow.h
        mainwindow.ui
        themeutils.h
        themeutils.cpp
        ${TS_FILES}
)

if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
    qt_add_executable(OpenSpeedy

        MANUAL_FINALIZATION
        ${PROJECT_SOURCES}
        winutils.h winutils.cpp
        processmonitor.h processmonitor.cpp
        resources.qrc
        images/icon.ico images/logo.png
        icons.rc
    )

# Define target properties for Android with Qt 6 as:
#    set_property(TARGET OpenSpeedy APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR

#                 ${CMAKE_CURRENT_SOURCE_DIR}/android)
# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation

    qt_create_translation(QM_FILES ${CMAKE_SOURCE_DIR} ${TS_FILES})
else()
      qt5_create_translation(QM_FILES
        ${CMAKE_SOURCE_DIR}
        ${TS_FILES})

      add_definitions("-DUNICODE -DNOMINMAX")
      add_executable(OpenSpeedy

          ${PROJECT_SOURCES}
          processmonitor.h processmonitor.cpp
          resources.qrc
          images/icon.ico images/logo.png
          icons.rc
          config.h
          windbg.h
          aboutdialog.ui
          aboutdialog.h aboutdialog.cpp aboutdialog.ui
          preferencedialog.h preferencedialog.cpp preferencedialog.ui
          qsinglekeysequenceedit.h qsinglekeysequenceedit.cpp
          ${QM_FILES}


      )

      add_library(winutils
        winutils.h winutils.cpp
        cpuutils.h cpuutils.cpp
        memutils.h memutils.cpp
        taskscheduler.h
        taskscheduler.cpp
      )

      target_include_directories(winutils PUBLIC
          ${CMAKE_CURRENT_SOURCE_DIR}
      )

    target_link_libraries(winutils PUBLIC
      Qt${QT_VERSION_MAJOR}::Core
      pdh
      ole32
      oleaut32
      taskschd)
endif()



target_link_libraries(OpenSpeedy PRIVATE

  Qt${QT_VERSION_MAJOR}::Widgets
  Qt${QT_VERSION_MAJOR}::Network
  Qt${QT_VERSION_MAJOR}::WinExtras
  winutils
)

# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1.
# If you are developing for iOS or macOS you should consider setting an
# explicit, fixed bundle identifier manually though.
if(${QT_VERSION} VERSION_LESS 6.1.0)
  set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.OpenSpeedy)
endif()
set_target_properties(OpenSpeedy PROPERTIES

    ${BUNDLE_ID_OPTION}
    MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION}
    MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}
    MACOSX_BUNDLE TRUE
    WIN32_EXECUTABLE TRUE
    #LINK_FLAGS "/MANIFESTUAC:\"level='requireAdministrator' uiAccess='false'\" /SUBSYSTEM:WINDOWS"
)

include(GNUInstallDirs)
install(TARGETS OpenSpeedy

    BUNDLE DESTINATION .
    LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
    RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)

if(QT_VERSION_MAJOR EQUAL 6)
    qt_finalize_executable(OpenSpeedy)

endif()

add_subdirectory(third_party/minhook)
add_subdirectory(speedpatch)
add_subdirectory(bridge)



================================================
FILE: CMakePresets.json
================================================
{
  "version": 3,
  "configurePresets": [
    {
      "hidden": true,
      "name": "Qt",
      "cacheVariables": {
        "CMAKE_PREFIX_PATH": "$env{QTDIR}"
      },
      "vendor": {
        "qt-project.org/Qt": {
          "checksum": "wVa86FgEkvdCTVp1/nxvrkaemJc="
        }
      }
    }
  ],
  "vendor": {
    "qt-project.org/Presets": {
      "checksum": "67SmY24ZeVbebyKD0fGfIzb/bGI="
    }
  }
}

================================================
FILE: CMakeUserPresets.json
================================================
{
  "version": 3,
  "configurePresets": [
    {
      "name": "Qt-Debug",
      "inherits": "Qt-Default",
      "binaryDir": "${sourceDir}/out/build/debug",
      "cacheVariables": {
        "CMAKE_BUILD_TYPE": "Debug",
        "CMAKE_CXX_FLAGS": "-DQT_QML_DEBUG"
      },
      "environment": {
        "QML_DEBUG_ARGS": "-qmljsdebugger=file:{68d8eccf-89d3-401a-a51b-854d41e11c66},block"
      }
    },
    {
      "name": "Qt-Release",
      "inherits": "Qt-Default",
      "binaryDir": "${sourceDir}/out/build/release",
      "cacheVariables": {
        "CMAKE_BUILD_TYPE": "Release"
      }
    },
    {
      "hidden": true,
      "name": "Qt-Default",
      "inherits": "6.9.0_msvc2022_64",
      "vendor": {
        "qt-project.org/Default": {
          "checksum": "p2g8qSfRuZwrHdoqsydD/azGQjs="
        }
      }
    },
    {
      "hidden": true,
      "name": "6.9.0_msvc2022_64",
      "inherits": "Qt",
      "environment": {
        "QTDIR": "D:/Qt/6.9.0/msvc2022_64"
      },
      "architecture": {
        "strategy": "external",
        "value": "x64"
      },
      "generator": "Ninja",
      "vendor": {
        "qt-project.org/Version": {
          "checksum": "sBywmcWZZXChcZz0AVGlSBNHGws="
        }
      }
    }
  ],
  "vendor": {
    "qt-project.org/Presets": {
      "checksum": "IQB0bB4OeX7kqF6cObd8brpl2ck="
    }
  }
}

================================================
FILE: LICENSE
================================================
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
software and other kinds of works.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.

  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Use with the GNU Affero General Public License.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) <year>  <name of author>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

    <program>  Copyright (C) <year>  <name of author>
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.


================================================
FILE: OpenSpeedy_en_US.ts
================================================
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="en_US">
<context>
    <name>AboutDialog</name>
    <message>
        <location filename="aboutdialog.ui" line="35"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="206"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="229"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="229"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="206"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="228"/>
        <source>关于</source>
        <translation>About</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="59"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="207"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="230"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="230"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="207"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="229"/>
        <source>OpenSpeedy</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="89"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="209"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="231"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="231"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="209"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="230"/>
        <source>😄</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="239"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="212"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="239"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="239"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="212"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="238"/>
        <source>General Public License v3</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="321"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="243"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="243"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="242"/>
        <source>🎁</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="333"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="244"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="244"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="243"/>
        <source>捐赠:</source>
        <translation>Sponsor:</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="348"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="245"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="245"/>
        <source>
&lt;html&gt;&lt;body style=&quot; font-family:&apos;微软雅黑&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;a href=&quot;https://afdian.com/a/game1024&quot;&gt;&lt;span style=&quot;text-decoration: none; color:#003e92&quot;&gt;afdian/a/game1024&lt;/span&gt;&lt;/a&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="244"/>
        <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;微软雅黑&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a href=&quot;https://afdian.com/a/game1024&quot;&gt;&lt;span style=&quot;text-decoration: none; color:#003e92&quot;&gt;afdian/a/game1024&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="178"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="214"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="236"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="236"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="214"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="235"/>
        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/game1024&quot;&gt;&lt;span style=&quot; text-decoration: none; color:#003e92;&quot;&gt;game1024&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="166"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="217"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="235"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="235"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="217"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="234"/>
        <source>v0.0.0</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="272"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="210"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="241"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="241"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="210"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="240"/>
        <source>作者:</source>
        <translation>Author:</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="251"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="216"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="240"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="240"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="216"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="239"/>
        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/game1024/OpenSpeedy&quot;&gt;&lt;span style=&quot; text-decoration: none; color:#003e92;&quot;&gt;game1024/OpenSpeedy&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="299"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="219"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="242"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="242"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="219"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="241"/>
        <source>主页:</source>
        <translation>Github:</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="107"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="208"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="232"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="232"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="208"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="231"/>
        <source>版本:</source>
        <translation>Version:</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="199"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="218"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="237"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="237"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="218"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="236"/>
        <source>协议:</source>
        <translation>License:</translation>
    </message>
    <message>
        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;作者:&lt;a href=&quot;https://github.com/game1024&quot;&gt;&lt;span style=&quot; text-decoration: none; color:#003e92;&quot;&gt;game1024&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Author:&lt;a href=&quot;https://github.com/game1024&quot;&gt;&lt;span style=&quot; text-decoration: none; color:#003e92;&quot;&gt;game1024&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="135"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="213"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="233"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="233"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="213"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="232"/>
        <source>🚀</source>
        <translation></translation>
    </message>
    <message>
        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;主页:&lt;a href=&quot;https://github.com/game1024/OpenSpeedy&quot;&gt;&lt;span style=&quot; text-decoration: none; color:#003e92;&quot;&gt;https://github.com/game1024/OpenSpeedy&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation type="vanished">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;HomePage:&lt;a href=&quot;https://github.com/game1024/OpenSpeedy&quot;&gt;&lt;span style=&quot; text-decoration: none; color:#003e92;&quot;&gt;https://github.com/game1024/OpenSpeedy&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="154"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="215"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="234"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="234"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="215"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="233"/>
        <source>🌳</source>
        <translation></translation>
    </message>
    <message>
        <source>版本:v0.0.0</source>
        <translation type="vanished">Version:v0.0.0</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="227"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="211"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="238"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="238"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="211"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="237"/>
        <source>📜</source>
        <translation></translation>
    </message>
    <message>
        <source>协议:General Public License v3</source>
        <translation type="vanished">License:General Public License v3</translation>
    </message>
    <message>
        <location filename="aboutdialog.cpp" line="27"/>
        <source>确认</source>
        <translation>OK</translation>
    </message>
</context>
<context>
    <name>MainWindow</name>
    <message>
        <location filename="mainwindow.ui" line="37"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="541"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="552"/>
        <source>OpenSpeedy</source>
        <translation></translation>
    </message>
    <message>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="552"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="552"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="552"/>
        <source>Speedy</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="61"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="545"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="558"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="558"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="558"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="558"/>
        <source>⚡变速速率</source>
        <translation>⚡Acceleration</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="137"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="547"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="560"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="560"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="560"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="560"/>
        <source>🖥️ 操作系统</source>
        <translation>🖥️ Operate System</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="155"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="548"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="561"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="561"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="561"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="561"/>
        <source>windows 11 24H2</source>
        <translation></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="173"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="549"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="562"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="562"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="562"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="562"/>
        <source>🔥 CPU</source>
        <translation></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="194"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="550"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="563"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="563"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="563"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="563"/>
        <source>10.0%</source>
        <translation></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="212"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="551"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="564"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="564"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="564"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="564"/>
        <source>📊 内存</source>
        <translation>📊 Memory</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="230"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="552"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="565"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="565"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="565"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="565"/>
        <source> ( 7.2G / 32.0G ) 12.3%</source>
        <translation></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="248"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="553"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="566"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="566"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="566"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="566"/>
        <source>♥️ 32bit 注入器</source>
        <translation>♥️ 32bit Injector</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="266"/>
        <location filename="mainwindow.ui" line="302"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="554"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="556"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="569"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="569"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="569"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="569"/>
        <source>正常</source>
        <translation>Normal</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="284"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="555"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="568"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="568"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="568"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="568"/>
        <source>♥️ 64bit 注入器</source>
        <translation>♥️ 64bit Injector</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="331"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="557"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="570"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="570"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="570"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="570"/>
        <source>▲
原速</source>
        <translation>▲
Origin</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="630"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="563"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="576"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="576"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="576"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="576"/>
        <source>💻进程</source>
        <translation type="unfinished">💻Processes</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="784"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="568"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="581"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="581"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="581"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="581"/>
        <source>架构</source>
        <translation>Arch</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="922"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="556"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="556"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="556"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="556"/>
        <source>浅色</source>
        <translation>Light</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="930"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="557"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="557"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="557"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="557"/>
        <source>深色</source>
        <translation>Dark</translation>
    </message>
    <message>
        <source>体系结构</source>
        <translation type="vanished">Arch</translation>
    </message>
    <message>
        <source>x1.0倍</source>
        <translation type="vanished">x1.0 times</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="541"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="559"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="572"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="572"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="572"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="572"/>
        <source>✖️1.0倍</source>
        <translation>✖️1.0 times</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="576"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="560"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="573"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="573"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="573"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="573"/>
        <source>Ctrl + Alt + ⬆️ 增加速度</source>
        <translation>Ctrl + Alt + ⬆️ Speed Up</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="588"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="561"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="574"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="574"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="574"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="574"/>
        <source>Ctrl + Alt + ⬇️ 减少速度</source>
        <translation>Ctrl + Alt + ⬇️ Speed Down</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="600"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="562"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="575"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="575"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="575"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="575"/>
        <source>Ctrl + Alt + 0 重置速度</source>
        <translation>Ctrl + Alt + 0 Reset Speed</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="75"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="546"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="559"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="559"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="559"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="559"/>
        <source>开机自启</source>
        <translation>Launch at startup</translation>
    </message>
    <message>
        <source>💻系统进程</source>
        <translation type="vanished">💻System Process</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="654"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="564"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="577"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="577"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="577"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="577"/>
        <source>🔍输入进程名搜索...</source>
        <translation>🔍Search with process name</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="751"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="571"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="584"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="584"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="584"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="584"/>
        <source>进程名称</source>
        <translation>Process Name</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="762"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="570"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="583"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="583"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="583"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="583"/>
        <source>PID</source>
        <translation></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="773"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="569"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="582"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="582"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="582"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="582"/>
        <source>内存使用</source>
        <translation>Memory</translation>
    </message>
    <message>
        <source>平台架构</source>
        <translation type="vanished">Arch</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="795"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="580"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="580"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="580"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="580"/>
        <source>优先级</source>
        <translation>Priority</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="806"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="566"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="579"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="579"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="579"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="579"/>
        <source>是否加速</source>
        <translation>isAccelerated</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="830"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="572"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="585"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="585"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="585"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="585"/>
        <source>搜索到1200个进程, 已过滤展示20个</source>
        <translation>Found 1200 processes, filtered to show 20</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="853"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="573"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="586"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="586"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="586"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="586"/>
        <source>📖关于</source>
        <translation>📖About</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="861"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="574"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="587"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="587"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="587"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="587"/>
        <source>⌨️快捷键</source>
        <translation>⌨️Keyboard</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="866"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="575"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="588"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="588"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="588"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="588"/>
        <source>🌐语言</source>
        <translation>🌐Language</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="874"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="589"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="589"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="589"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="589"/>
        <source>🎨主题</source>
        <translation>🎨Theme</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="889"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="542"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="553"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="553"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="553"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="553"/>
        <source>中文(简体)</source>
        <translation></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="911"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="544"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="555"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="555"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="555"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="555"/>
        <source>中文(繁體)</source>
        <translation></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="900"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="543"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="554"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="554"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="554"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="554"/>
        <source>English</source>
        <translation></translation>
    </message>
    <message>
        <source>变速速率</source>
        <translation type="vanished">⚡Acceleration</translation>
    </message>
    <message>
        <source>原速</source>
        <translation type="vanished">Origin</translation>
    </message>
    <message>
        <source>系统进程</source>
        <translation type="vanished">System Process</translation>
    </message>
    <message>
        <source>输入进程名搜索...</source>
        <translation type="vanished">Search with process name</translation>
    </message>
    <message>
        <source>线程数</source>
        <translation type="vanished">Thread Num</translation>
    </message>
    <message>
        <source>🪟 操作系统</source>
        <translation type="vanished">🪟 Operate System</translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="130"/>
        <location filename="mainwindow.cpp" line="135"/>
        <source>%1倍</source>
        <translation>%1 times</translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="131"/>
        <location filename="mainwindow.cpp" line="136"/>
        <source>✖️%1倍</source>
        <translation>✖️%1 times</translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="204"/>
        <source>显示</source>
        <translation>Show</translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="205"/>
        <source>隐藏</source>
        <translation>Hide</translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="206"/>
        <source>退出</source>
        <translation>Exit</translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="404"/>
        <location filename="mainwindow.cpp" line="417"/>
        <location filename="mainwindow.cpp" line="430"/>
        <source>提示</source>
        <translation>Tips</translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="405"/>
        <location filename="mainwindow.cpp" line="418"/>
        <location filename="mainwindow.cpp" line="431"/>
        <source>直到重启应用后,界面的语言才会生效</source>
        <translation>The UI language will only take effect after restarting the application.</translation>
    </message>
</context>
<context>
    <name>PreferenceDialog</name>
    <message>
        <location filename="preferencedialog.ui" line="20"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="288"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="288"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="288"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="288"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="288"/>
        <source>快捷键</source>
        <translation>Keyboard</translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="40"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="289"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="289"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="289"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="289"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="289"/>
        <source>档位3</source>
        <translation>Shift3</translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="52"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="290"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="290"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="290"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="290"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="290"/>
        <source>速度</source>
        <translation>Speed</translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="62"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="291"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="291"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="291"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="291"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="291"/>
        <source>Ctrl+Alt+1</source>
        <translation></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="74"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="292"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="292"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="292"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="292"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="292"/>
        <source>减少速度</source>
        <translation>Speed Down</translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="89"/>
        <location filename="preferencedialog.ui" line="324"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="293"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="307"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="293"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="307"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="293"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="307"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="293"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="307"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="293"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="307"/>
        <source>按键</source>
        <translation>Key</translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="119"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="294"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="294"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="294"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="294"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="294"/>
        <source>Ctrl+Alt+5</source>
        <translation></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="131"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="295"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="295"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="295"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="295"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="295"/>
        <source>档位5</source>
        <translation>Shift5</translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="138"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="296"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="296"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="296"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="296"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="296"/>
        <source>Ctrl+Alt+3</source>
        <translation></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="168"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="297"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="297"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="297"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="297"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="297"/>
        <source>档位1</source>
        <translation>Shift1</translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="175"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="298"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="298"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="298"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="298"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="298"/>
        <source>Ctrl+Alt+0</source>
        <translation></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="187"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="299"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="299"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="299"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="299"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="299"/>
        <source>重置速度</source>
        <translation>Speed Reset</translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="197"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="300"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="300"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="300"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="300"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="300"/>
        <source>Ctrl+Alt+Up</source>
        <translation></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="204"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="301"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="301"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="301"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="301"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="301"/>
        <source>Ctrl+Alt+4</source>
        <translation></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="229"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="302"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="302"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="302"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="302"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="302"/>
        <source>档位2</source>
        <translation>Shift2</translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="236"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="303"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="303"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="303"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="303"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="303"/>
        <source>Ctrl+Alt+2</source>
        <translation></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="243"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="304"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="304"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="304"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="304"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="304"/>
        <source>Ctrl+Alt+Down</source>
        <translation></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="268"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="305"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="305"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="305"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="305"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="305"/>
        <source>增加速度</source>
        <translation>Speed Up</translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="299"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="306"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="306"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="306"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="306"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="306"/>
        <source>档位4</source>
        <translation>Shift4</translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="354"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="308"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="308"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="308"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="308"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="308"/>
        <source>步幅</source>
        <translation>Step</translation>
    </message>
    <message>
        <location filename="preferencedialog.cpp" line="40"/>
        <source>确认</source>
        <translation>OK</translation>
    </message>
    <message>
        <location filename="preferencedialog.cpp" line="41"/>
        <source>取消</source>
        <translation>Cancel</translation>
    </message>
    <message>
        <location filename="preferencedialog.cpp" line="272"/>
        <source>%1 增加速度</source>
        <translation>%1 Speed Up</translation>
    </message>
    <message>
        <location filename="preferencedialog.cpp" line="277"/>
        <source>%1 减少速度</source>
        <translation>%1 Speed Down</translation>
    </message>
    <message>
        <location filename="preferencedialog.cpp" line="282"/>
        <source>%1 重置速度</source>
        <translation>%1 Speed Reset</translation>
    </message>
</context>
<context>
    <name>ProcessMonitor</name>
    <message>
        <location filename="processmonitor.cpp" line="84"/>
        <location filename="processmonitor.cpp" line="97"/>
        <source>搜索到%1个进程, 已过滤展示%2个</source>
        <translation>Found %1 processes, filtered to show %2</translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="126"/>
        <source>加速中</source>
        <translation>Accelerating</translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="238"/>
        <location filename="processmonitor.cpp" line="292"/>
        <source>高</source>
        <translation>High</translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="241"/>
        <location filename="processmonitor.cpp" line="295"/>
        <source>中</source>
        <translation>Medium</translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="244"/>
        <location filename="processmonitor.cpp" line="298"/>
        <source>低</source>
        <translation>Low</translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="247"/>
        <location filename="processmonitor.cpp" line="301"/>
        <source>实时</source>
        <translation>RT</translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="250"/>
        <location filename="processmonitor.cpp" line="304"/>
        <source>未知</source>
        <translation>Unknown</translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="356"/>
        <location filename="processmonitor.cpp" line="385"/>
        <source>启动失败</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="357"/>
        <source>32位桥接子进程启动失败,请确保Speedy.exe和bridge32.exe在同一目录下</source>
        <translation>Failed to start 32-bit bridge subprocess. Please ensure Speedy.exe and bridge32.exe are in the same directory.</translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="386"/>
        <source>64位桥接子进程启动失败,请确保Speedy.exe和bridge64.exe在同一目录下</source>
        <translation>Failed to start 64-bit bridge subprocess. Please ensure Speedy.exe and bridge64.exe are in the same directory.</translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="415"/>
        <location filename="processmonitor.cpp" line="426"/>
        <source>正常</source>
        <translation>Normal</translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="420"/>
        <location filename="processmonitor.cpp" line="431"/>
        <source>异常退出</source>
        <translation>Error Exit</translation>
    </message>
</context>
</TS>


================================================
FILE: OpenSpeedy_zh_CN.ts
================================================
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="zh_CN">
<context>
    <name>AboutDialog</name>
    <message>
        <location filename="aboutdialog.ui" line="35"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="206"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="229"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="229"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="206"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="228"/>
        <source>关于</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="59"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="207"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="230"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="230"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="207"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="229"/>
        <source>OpenSpeedy</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="89"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="209"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="231"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="231"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="209"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="230"/>
        <source>😄</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="239"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="212"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="239"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="239"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="212"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="238"/>
        <source>General Public License v3</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="321"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="243"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="243"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="242"/>
        <source>🎁</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="333"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="244"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="244"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="243"/>
        <source>捐赠:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="348"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="245"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="245"/>
        <source>
&lt;html&gt;&lt;body style=&quot; font-family:&apos;微软雅黑&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;a href=&quot;https://afdian.com/a/game1024&quot;&gt;&lt;span style=&quot;text-decoration: none; color:#003e92&quot;&gt;afdian/a/game1024&lt;/span&gt;&lt;/a&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="244"/>
        <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;微软雅黑&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a href=&quot;https://afdian.com/a/game1024&quot;&gt;&lt;span style=&quot;text-decoration: none; color:#003e92&quot;&gt;afdian/a/game1024&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="178"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="214"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="236"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="236"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="214"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="235"/>
        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/game1024&quot;&gt;&lt;span style=&quot; text-decoration: none; color:#003e92;&quot;&gt;game1024&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="166"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="217"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="235"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="235"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="217"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="234"/>
        <source>v0.0.0</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="272"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="210"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="241"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="241"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="210"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="240"/>
        <source>作者:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="251"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="216"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="240"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="240"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="216"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="239"/>
        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/game1024/OpenSpeedy&quot;&gt;&lt;span style=&quot; text-decoration: none; color:#003e92;&quot;&gt;game1024/OpenSpeedy&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="299"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="219"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="242"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="242"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="219"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="241"/>
        <source>主页:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="107"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="208"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="232"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="232"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="208"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="231"/>
        <source>版本:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="199"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="218"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="237"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="237"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="218"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="236"/>
        <source>协议:</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="135"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="213"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="233"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="233"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="213"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="232"/>
        <source>🚀</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="154"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="215"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="234"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="234"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="215"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="233"/>
        <source>🌳</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="227"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="211"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="238"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="238"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="211"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="237"/>
        <source>📜</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.cpp" line="27"/>
        <source>确认</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>MainWindow</name>
    <message>
        <location filename="mainwindow.ui" line="37"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="541"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="552"/>
        <source>OpenSpeedy</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="61"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="545"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="558"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="558"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="558"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="558"/>
        <source>⚡变速速率</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="137"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="547"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="560"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="560"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="560"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="560"/>
        <source>🖥️ 操作系统</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="155"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="548"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="561"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="561"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="561"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="561"/>
        <source>windows 11 24H2</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="173"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="549"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="562"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="562"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="562"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="562"/>
        <source>🔥 CPU</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="194"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="550"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="563"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="563"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="563"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="563"/>
        <source>10.0%</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="212"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="551"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="564"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="564"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="564"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="564"/>
        <source>📊 内存</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="230"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="552"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="565"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="565"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="565"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="565"/>
        <source> ( 7.2G / 32.0G ) 12.3%</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="248"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="553"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="566"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="566"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="566"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="566"/>
        <source>♥️ 32bit 注入器</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="266"/>
        <location filename="mainwindow.ui" line="302"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="554"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="556"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="569"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="569"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="569"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="569"/>
        <source>正常</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="284"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="555"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="568"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="568"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="568"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="568"/>
        <source>♥️ 64bit 注入器</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="331"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="557"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="570"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="570"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="570"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="570"/>
        <source>▲
原速</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="630"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="563"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="576"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="576"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="576"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="576"/>
        <source>💻进程</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="784"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="568"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="581"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="581"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="581"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="581"/>
        <source>架构</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="541"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="559"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="572"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="572"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="572"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="572"/>
        <source>✖️1.0倍</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="576"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="560"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="573"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="573"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="573"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="573"/>
        <source>Ctrl + Alt + ⬆️ 增加速度</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="588"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="561"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="574"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="574"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="574"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="574"/>
        <source>Ctrl + Alt + ⬇️ 减少速度</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="600"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="562"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="575"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="575"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="575"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="575"/>
        <source>Ctrl + Alt + 0 重置速度</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="75"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="546"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="559"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="559"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="559"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="559"/>
        <source>开机自启</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="552"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="552"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="552"/>
        <source>Speedy</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="654"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="564"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="577"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="577"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="577"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="577"/>
        <source>🔍输入进程名搜索...</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="751"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="571"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="584"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="584"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="584"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="584"/>
        <source>进程名称</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="762"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="570"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="583"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="583"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="583"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="583"/>
        <source>PID</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="773"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="569"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="582"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="582"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="582"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="582"/>
        <source>内存使用</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="795"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="580"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="580"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="580"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="580"/>
        <source>优先级</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="806"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="566"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="579"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="579"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="579"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="579"/>
        <source>是否加速</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="830"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="572"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="585"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="585"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="585"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="585"/>
        <source>搜索到1200个进程, 已过滤展示20个</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="853"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="573"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="586"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="586"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="586"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="586"/>
        <source>📖关于</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="861"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="574"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="587"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="587"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="587"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="587"/>
        <source>⌨️快捷键</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="866"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="575"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="588"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="588"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="588"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="588"/>
        <source>🌐语言</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="874"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="589"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="589"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="589"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="589"/>
        <source>🎨主题</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="889"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="542"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="553"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="553"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="553"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="553"/>
        <source>中文(简体)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="911"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="544"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="555"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="555"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="555"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="555"/>
        <source>中文(繁體)</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="922"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="556"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="556"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="556"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="556"/>
        <source>浅色</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="930"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="557"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="557"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="557"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="557"/>
        <source>深色</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="900"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="543"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="554"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="554"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="554"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="554"/>
        <source>English</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="130"/>
        <location filename="mainwindow.cpp" line="135"/>
        <source>%1倍</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="131"/>
        <location filename="mainwindow.cpp" line="136"/>
        <source>✖️%1倍</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="204"/>
        <source>显示</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="205"/>
        <source>隐藏</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="206"/>
        <source>退出</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="404"/>
        <location filename="mainwindow.cpp" line="417"/>
        <location filename="mainwindow.cpp" line="430"/>
        <source>提示</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.cpp" line="405"/>
        <location filename="mainwindow.cpp" line="418"/>
        <location filename="mainwindow.cpp" line="431"/>
        <source>直到重启应用后,界面的语言才会生效</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>PreferenceDialog</name>
    <message>
        <location filename="preferencedialog.ui" line="20"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="288"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="288"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="288"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="288"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="288"/>
        <source>快捷键</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="40"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="289"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="289"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="289"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="289"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="289"/>
        <source>档位3</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="52"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="290"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="290"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="290"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="290"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="290"/>
        <source>速度</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="62"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="291"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="291"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="291"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="291"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="291"/>
        <source>Ctrl+Alt+1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="74"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="292"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="292"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="292"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="292"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="292"/>
        <source>减少速度</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="89"/>
        <location filename="preferencedialog.ui" line="324"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="293"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="307"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="293"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="307"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="293"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="307"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="293"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="307"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="293"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="307"/>
        <source>按键</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="119"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="294"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="294"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="294"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="294"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="294"/>
        <source>Ctrl+Alt+5</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="131"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="295"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="295"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="295"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="295"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="295"/>
        <source>档位5</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="138"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="296"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="296"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="296"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="296"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="296"/>
        <source>Ctrl+Alt+3</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="168"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="297"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="297"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="297"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="297"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="297"/>
        <source>档位1</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="175"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="298"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="298"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="298"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="298"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="298"/>
        <source>Ctrl+Alt+0</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="187"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="299"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="299"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="299"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="299"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="299"/>
        <source>重置速度</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="197"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="300"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="300"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="300"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="300"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="300"/>
        <source>Ctrl+Alt+Up</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="204"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="301"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="301"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="301"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="301"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="301"/>
        <source>Ctrl+Alt+4</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="229"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="302"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="302"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="302"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="302"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="302"/>
        <source>档位2</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="236"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="303"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="303"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="303"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="303"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="303"/>
        <source>Ctrl+Alt+2</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="243"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="304"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="304"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="304"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="304"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="304"/>
        <source>Ctrl+Alt+Down</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="268"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="305"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="305"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="305"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="305"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="305"/>
        <source>增加速度</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="299"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="306"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="306"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="306"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="306"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="306"/>
        <source>档位4</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.ui" line="354"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="308"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_preferencedialog.h" line="308"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="308"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_preferencedialog.h" line="308"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_preferencedialog.h" line="308"/>
        <source>步幅</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.cpp" line="40"/>
        <source>确认</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.cpp" line="41"/>
        <source>取消</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.cpp" line="272"/>
        <source>%1 增加速度</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.cpp" line="277"/>
        <source>%1 减少速度</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="preferencedialog.cpp" line="282"/>
        <source>%1 重置速度</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>ProcessMonitor</name>
    <message>
        <location filename="processmonitor.cpp" line="84"/>
        <location filename="processmonitor.cpp" line="97"/>
        <source>搜索到%1个进程, 已过滤展示%2个</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="126"/>
        <source>加速中</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="238"/>
        <location filename="processmonitor.cpp" line="292"/>
        <source>高</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="241"/>
        <location filename="processmonitor.cpp" line="295"/>
        <source>中</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="244"/>
        <location filename="processmonitor.cpp" line="298"/>
        <source>低</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="247"/>
        <location filename="processmonitor.cpp" line="301"/>
        <source>实时</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="250"/>
        <location filename="processmonitor.cpp" line="304"/>
        <source>未知</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="356"/>
        <location filename="processmonitor.cpp" line="385"/>
        <source>启动失败</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="357"/>
        <source>32位桥接子进程启动失败,请确保Speedy.exe和bridge32.exe在同一目录下</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="386"/>
        <source>64位桥接子进程启动失败,请确保Speedy.exe和bridge64.exe在同一目录下</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="415"/>
        <location filename="processmonitor.cpp" line="426"/>
        <source>正常</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="processmonitor.cpp" line="420"/>
        <location filename="processmonitor.cpp" line="431"/>
        <source>异常退出</source>
        <translation type="unfinished"></translation>
    </message>
</context>
</TS>


================================================
FILE: OpenSpeedy_zh_TW.ts
================================================
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="zh_TW">
<context>
    <name>AboutDialog</name>
    <message>
        <location filename="aboutdialog.ui" line="35"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="206"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="229"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="229"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="206"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="228"/>
        <source>关于</source>
        <translation>關於</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="59"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="207"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="230"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="230"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="207"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="229"/>
        <source>OpenSpeedy</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="107"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="208"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="232"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="232"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="208"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="231"/>
        <source>版本:</source>
        <translation>版本:</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="321"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="243"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="243"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="242"/>
        <source>🎁</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="333"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="244"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="244"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="243"/>
        <source>捐赠:</source>
        <translation>捐贈</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="348"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="245"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="245"/>
        <source>
&lt;html&gt;&lt;body style=&quot; font-family:&apos;微软雅黑&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;a href=&quot;https://afdian.com/a/game1024&quot;&gt;&lt;span style=&quot;text-decoration: none; color:#003e92&quot;&gt;afdian/a/game1024&lt;/span&gt;&lt;/a&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="244"/>
        <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;微软雅黑&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a href=&quot;https://afdian.com/a/game1024&quot;&gt;&lt;span style=&quot;text-decoration: none; color:#003e92&quot;&gt;afdian/a/game1024&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="89"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="209"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="231"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="231"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="209"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="230"/>
        <source>😄</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="272"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="210"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="241"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="241"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="210"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="240"/>
        <source>作者:</source>
        <translation>作者:</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="227"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="211"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="238"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="238"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="211"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="237"/>
        <source>📜</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="239"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="212"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="239"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="239"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="212"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="238"/>
        <source>General Public License v3</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="135"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="213"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="233"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="233"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="213"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="232"/>
        <source>🚀</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="178"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="214"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="236"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="236"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="214"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="235"/>
        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/game1024&quot;&gt;&lt;span style=&quot; text-decoration: none; color:#003e92;&quot;&gt;game1024&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="154"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="215"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="234"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="234"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="215"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="233"/>
        <source>🌳</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="251"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="216"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="240"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="240"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="216"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="239"/>
        <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/game1024/OpenSpeedy&quot;&gt;&lt;span style=&quot; text-decoration: none; color:#003e92;&quot;&gt;game1024/OpenSpeedy&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="166"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="217"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="235"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="235"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="217"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="234"/>
        <source>v0.0.0</source>
        <translation></translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="199"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="218"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="237"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="237"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="218"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="236"/>
        <source>协议:</source>
        <translation>協議:</translation>
    </message>
    <message>
        <location filename="aboutdialog.ui" line="299"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="219"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_aboutdialog.h" line="242"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="242"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_aboutdialog.h" line="219"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_aboutdialog.h" line="241"/>
        <source>主页:</source>
        <translation>主頁:</translation>
    </message>
    <message>
        <location filename="aboutdialog.cpp" line="27"/>
        <source>确认</source>
        <translation>確認</translation>
    </message>
</context>
<context>
    <name>MainWindow</name>
    <message>
        <location filename="mainwindow.ui" line="37"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="541"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="552"/>
        <source>OpenSpeedy</source>
        <translation></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="61"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="545"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="558"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="558"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="558"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="558"/>
        <source>⚡变速速率</source>
        <translation>⚡變速倍率</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="75"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="546"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="559"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="559"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="559"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="559"/>
        <source>开机自启</source>
        <translation>開機自啟</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="541"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="559"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="572"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="572"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="572"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="572"/>
        <source>✖️1.0倍</source>
        <translation>✖️1.0倍</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="137"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="547"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="560"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="560"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="560"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="560"/>
        <source>🖥️ 操作系统</source>
        <translation>🖥️ 作業系統</translation>
    </message>
    <message>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="552"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="552"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="552"/>
        <source>Speedy</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="155"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="548"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="561"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="561"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="561"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="561"/>
        <source>windows 11 24H2</source>
        <translation></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="173"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="549"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="562"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="562"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="562"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="562"/>
        <source>🔥 CPU</source>
        <translation></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="194"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="550"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="563"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="563"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="563"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="563"/>
        <source>10.0%</source>
        <translation></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="212"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="551"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="564"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="564"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="564"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="564"/>
        <source>📊 内存</source>
        <translation>📊 記憶體</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="230"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="552"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="565"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="565"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="565"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="565"/>
        <source> ( 7.2G / 32.0G ) 12.3%</source>
        <translation></translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="248"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="553"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="566"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="566"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="566"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="566"/>
        <source>♥️ 32bit 注入器</source>
        <translation>♥️ 32bit 注入器</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="266"/>
        <location filename="mainwindow.ui" line="302"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="554"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="556"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="569"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="569"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="569"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="567"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="569"/>
        <source>正常</source>
        <translation>正常</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="284"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="555"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="568"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="568"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="568"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="568"/>
        <source>♥️ 64bit 注入器</source>
        <translation>♥️ 64bit 注入器</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="331"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="557"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="570"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="570"/>
        <location filename="build/x86_static-Debug/Speedy_autogen/include/ui_mainwindow.h" line="570"/>
        <location filename="build/x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="570"/>
        <source>▲
原速</source>
        <translation>▲
原速</translation>
    </message>
    <message>
        <location filename="mainwindow.ui" line="576"/>
        <location filename="build/CMAKE_x86_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="560"/>
        <location filename="build/x64_static-Release/OpenSpeedy_autogen/include/ui_mainwindow.h" line="573"/>
        <location filename="build/x64_static-Release/Speedy_autogen/include/ui_mainwindow.h" line="
Download .txt
gitextract_jddv06rn/

├── .github/
│   ├── FUNDING.yml
│   ├── ISSUE_TEMPLATE/
│   │   ├── bug.yml
│   │   ├── config.yml
│   │   └── feature.yml
│   └── workflows/
│       ├── ci.yml
│       └── package.yml
├── .gitignore
├── .gitmodules
├── CMakeLists.txt
├── CMakePresets.json
├── CMakeUserPresets.json
├── LICENSE
├── OpenSpeedy_en_US.ts
├── OpenSpeedy_zh_CN.ts
├── OpenSpeedy_zh_TW.ts
├── README.md
├── aboutdialog.cpp
├── aboutdialog.h
├── aboutdialog.ui
├── bridge/
│   ├── CMakeLists.txt
│   └── main.cpp
├── config.h
├── cpuutils.cpp
├── cpuutils.h
├── docs/
│   ├── README_cn.md
│   └── README_ja.md
├── installer/
│   ├── OpenSpeedy.wxs
│   ├── config/
│   │   └── config.xml
│   └── create_installer.bat
├── main.cpp
├── mainwindow.cpp
├── mainwindow.h
├── mainwindow.ui
├── memutils.cpp
├── memutils.h
├── preferencedialog.cpp
├── preferencedialog.h
├── preferencedialog.ui
├── processmonitor.cpp
├── processmonitor.h
├── qsinglekeysequenceedit.cpp
├── qsinglekeysequenceedit.h
├── resources.qrc
├── script/
│   ├── build32.bat
│   ├── build64.bat
│   └── initenv.bat
├── speedpatch/
│   ├── CMakeLists.txt
│   ├── SpeedPatch_global.h
│   ├── speedpatch.cpp
│   ├── speedpatch.h
│   └── vcpkg.json
├── taskscheduler.cpp
├── taskscheduler.h
├── themeutils.cpp
├── themeutils.h
├── third_party/
│   └── minhook/
│       ├── .editorconfig
│       ├── .github/
│       │   └── workflows/
│       │       └── msbuild.yml
│       ├── .gitignore
│       ├── AUTHORS.txt
│       ├── CMakeLists.txt
│       ├── LICENSE.txt
│       ├── README.md
│       ├── build/
│       │   └── MinGW/
│       │       ├── make.bat
│       │       └── make.sh
│       ├── cmake/
│       │   └── minhook-config.cmake.in
│       ├── dll_resources/
│       │   └── MinHook.def
│       ├── include/
│       │   └── MinHook.h
│       └── src/
│           ├── buffer.c
│           ├── buffer.h
│           ├── hde/
│           │   ├── hde32.c
│           │   ├── hde32.h
│           │   ├── hde64.c
│           │   ├── hde64.h
│           │   ├── pstdint.h
│           │   ├── table32.h
│           │   └── table64.h
│           ├── hook.c
│           ├── trampoline.c
│           └── trampoline.h
├── windbg.h
├── winutils.cpp
└── winutils.h
Download .txt
SYMBOL INDEX (128 symbols across 29 files)

FILE: aboutdialog.h
  function namespace (line 23) | namespace Ui
  function class (line 28) | class AboutDialog : public QDialog

FILE: bridge/main.cpp
  function handleInject (line 17) | void
  function handleUnhook (line 25) | void
  function handleChange (line 32) | void
  function main (line 39) | int

FILE: config.h
  type HotkeyIds (line 34) | enum HotkeyIds

FILE: cpuutils.cpp
  function QString (line 59) | QString CpuUtils::getModel()

FILE: cpuutils.h
  function class (line 25) | class CpuUtils

FILE: main.cpp
  function main (line 28) | int

FILE: mainwindow.h
  function QT_BEGIN_NAMESPACE (line 34) | QT_BEGIN_NAMESPACE

FILE: memutils.h
  function class (line 23) | class MemUtils

FILE: preferencedialog.h
  function namespace (line 31) | namespace Ui
  function class (line 70) | class PreferenceDialog : public QDialog

FILE: processmonitor.cpp
  function QIcon (line 455) | QIcon
  function QIcon (line 469) | QIcon
  function QIcon (line 515) | QIcon

FILE: processmonitor.h
  function class (line 34) | class ProcessMonitor : public QObject
  function class (line 112) | class SortTreeWidgetItem : public QTreeWidgetItem

FILE: qsinglekeysequenceedit.cpp
  function UINT (line 37) | UINT
  function UINT (line 43) | UINT
  function QtCombinedKey (line 49) | QtCombinedKey
  function QString (line 55) | QString
  function UINT (line 111) | UINT
  function UINT (line 261) | UINT
  function QString (line 286) | QString
  function QtCombinedKey (line 295) | QtCombinedKey

FILE: qsinglekeysequenceedit.h
  type QtCombinedKey (line 27) | struct QtCombinedKey
  function class (line 33) | class QSingleKeySequenceEdit : public QKeySequenceEdit

FILE: speedpatch/speedpatch.cpp
  function SPEEDPATCH_API (line 118) | SPEEDPATCH_API void ChangeSpeed(double factor_)
  function Init (line 123) | void Init()
  function Clean (line 149) | void Clean()
  function BOOL (line 158) | BOOL GetStatus()
  function SetProcessStatus (line 163) | void SetProcessStatus(DWORD processId, BOOL status)
  function GetCurrentProcessName (line 184) | std::wstring GetCurrentProcessName()
  function GetProcessFileMapName (line 197) | std::wstring GetProcessFileMapName(DWORD processId)
  function SpeedFactor (line 204) | double SpeedFactor()
  function VOID (line 216) | VOID WINAPI DetourSleep(DWORD dwMilliseconds)
  function DWORD (line 222) | DWORD WINAPI DetourSleepEx(DWORD dwMilliseconds, BOOL bAlertable)
  function UINT_PTR (line 228) | UINT_PTR WINAPI DetourSetTimer(HWND      hWnd,
  function DWORD (line 248) | DWORD WINAPI DetourTimeGetTime(VOID)
  function MMRESULT (line 269) | MMRESULT WINAPI DetourTimeSetEvent(UINT           uDelay,
  function LONG (line 288) | LONG WINAPI DetourGetMessageTime(VOID)
  function DWORD (line 314) | DWORD WINAPI DetourGetTickCount(VOID)
  function ULONGLONG (line 340) | ULONGLONG WINAPI DetourGetTickCount64(VOID)
  function BOOL (line 366) | BOOL WINAPI DetourQueryPerformanceCounter(LARGE_INTEGER* lpPerformanceCo...
  function BOOL (line 402) | BOOL WINAPI DetourQueryPerformanceFrequency(LARGE_INTEGER* lpFrequency)
  function VOID (line 422) | VOID WINAPI DetourGetSystemTimeAsFileTime(LPFILETIME lpSystemTimeAsFileT...
  function VOID (line 469) | VOID WINAPI
  function BOOL (line 513) | BOOL WINAPI DetourSetWaitableTimerEx(
  function VOID (line 534) | inline VOID shouldUpdateAll()
  function VOID (line 546) | inline VOID MH_HOOK(S* pTarget, S* pDetour, T** ppOriginal)
  function VOID (line 563) | VOID MH_UNHOOK(T* pTarget)
  function LRESULT (line 568) | LRESULT CALLBACK HookProc(int    nCode,
  function BOOL (line 586) | BOOL APIENTRY DllMain(HMODULE hModule,

FILE: taskscheduler.h
  function class (line 24) | class TaskScheduler : public QObject

FILE: themeutils.h
  function class (line 23) | class ThemeUtils

FILE: third_party/minhook/include/MinHook.h
  type MH_STATUS (line 38) | typedef enum MH_STATUS

FILE: third_party/minhook/src/buffer.c
  type MEMORY_SLOT (line 43) | typedef struct _MEMORY_SLOT
  type MEMORY_BLOCK (line 53) | typedef struct _MEMORY_BLOCK
  function VOID (line 68) | VOID InitializeBuffer(VOID)
  function VOID (line 74) | VOID UninitializeBuffer(VOID)
  function LPVOID (line 89) | static LPVOID FindPrevFreeRegion(LPVOID pAddress, LPVOID pMinAddr, DWORD...
  function LPVOID (line 120) | static LPVOID FindNextFreeRegion(LPVOID pAddress, LPVOID pMaxAddr, DWORD...
  function PMEMORY_BLOCK (line 151) | static PMEMORY_BLOCK GetMemoryBlock(LPVOID pOrigin)
  function LPVOID (line 247) | LPVOID AllocateBuffer(LPVOID pOrigin)
  function VOID (line 266) | VOID FreeBuffer(LPVOID pBuffer)
  function BOOL (line 306) | BOOL IsExecutableAddress(LPVOID pAddress)

FILE: third_party/minhook/src/hde/hde32.c
  function hde32_disasm (line 14) | unsigned int hde32_disasm(const void *code, hde32s *hs)

FILE: third_party/minhook/src/hde/hde32.h
  type hde32s (line 62) | typedef struct {

FILE: third_party/minhook/src/hde/hde64.c
  function hde64_disasm (line 14) | unsigned int hde64_disasm(const void *code, hde64s *hs)

FILE: third_party/minhook/src/hde/hde64.h
  type hde64s (line 63) | typedef struct {

FILE: third_party/minhook/src/hde/pstdint.h
  type INT8 (line 32) | typedef INT8   int8_t;
  type INT16 (line 33) | typedef INT16  int16_t;
  type INT32 (line 34) | typedef INT32  int32_t;
  type INT64 (line 35) | typedef INT64  int64_t;
  type UINT8 (line 36) | typedef UINT8  uint8_t;
  type UINT16 (line 37) | typedef UINT16 uint16_t;
  type UINT32 (line 38) | typedef UINT32 uint32_t;
  type UINT64 (line 39) | typedef UINT64 uint64_t;

FILE: third_party/minhook/src/hook.c
  type HOOK_ENTRY (line 61) | typedef struct _HOOK_ENTRY
  type FROZEN_THREADS (line 78) | typedef struct _FROZEN_THREADS
  function UINT (line 105) | static UINT FindHookEntry(LPVOID pTarget)
  function PHOOK_ENTRY (line 118) | static PHOOK_ENTRY AddHookEntry()
  function VOID (line 143) | static VOID DeleteHookEntry(UINT pos)
  function DWORD_PTR (line 163) | static DWORD_PTR FindOldIP(PHOOK_ENTRY pHook, DWORD_PTR ip)
  function DWORD_PTR (line 186) | static DWORD_PTR FindNewIP(PHOOK_ENTRY pHook, DWORD_PTR ip)
  function VOID (line 199) | static VOID ProcessThreadIPs(HANDLE hThread, UINT pos, UINT action)
  function BOOL (line 263) | static BOOL EnumerateThreads(PFROZEN_THREADS pThreads)
  function MH_STATUS (line 328) | static MH_STATUS Freeze(PFROZEN_THREADS pThreads, UINT pos, UINT action)
  function VOID (line 369) | static VOID Unfreeze(PFROZEN_THREADS pThreads)
  function MH_STATUS (line 393) | static MH_STATUS EnableHookLL(UINT pos, BOOL enable)
  function MH_STATUS (line 442) | static MH_STATUS EnableAllHooksLL(BOOL enable)
  function VOID (line 480) | static VOID EnterSpinLock(VOID)
  function VOID (line 501) | static VOID LeaveSpinLock(VOID)
  function MH_STATUS (line 510) | MH_STATUS WINAPI MH_Initialize(VOID)
  function MH_STATUS (line 540) | MH_STATUS WINAPI MH_Uninitialize(VOID)
  function MH_STATUS (line 579) | MH_STATUS WINAPI MH_CreateHook(LPVOID pTarget, LPVOID pDetour, LPVOID *p...
  function MH_STATUS (line 677) | MH_STATUS WINAPI MH_RemoveHook(LPVOID pTarget)
  function MH_STATUS (line 722) | static MH_STATUS EnableHook(LPVOID pTarget, BOOL enable)
  function MH_STATUS (line 772) | MH_STATUS WINAPI MH_EnableHook(LPVOID pTarget)
  function MH_STATUS (line 778) | MH_STATUS WINAPI MH_DisableHook(LPVOID pTarget)
  function MH_STATUS (line 784) | static MH_STATUS QueueHook(LPVOID pTarget, BOOL queueEnable)
  function MH_STATUS (line 822) | MH_STATUS WINAPI MH_QueueEnableHook(LPVOID pTarget)
  function MH_STATUS (line 828) | MH_STATUS WINAPI MH_QueueDisableHook(LPVOID pTarget)
  function MH_STATUS (line 834) | MH_STATUS WINAPI MH_ApplyQueued(VOID)
  function MH_STATUS (line 884) | MH_STATUS WINAPI MH_CreateHookApiEx(
  function MH_STATUS (line 906) | MH_STATUS WINAPI MH_CreateHookApi(

FILE: third_party/minhook/src/trampoline.c
  type hde64s (line 42) | typedef hde64s HDE;
  type hde32s (line 46) | typedef hde32s HDE;
  function BOOL (line 61) | static BOOL IsCodePadding(LPBYTE pInst, UINT size)
  function BOOL (line 77) | BOOL CreateTrampolineFunction(PTRAMPOLINE ct)

FILE: third_party/minhook/src/trampoline.h
  type JMP_REL_SHORT (line 36) | typedef struct _JMP_REL_SHORT
  type JMP_REL (line 43) | typedef struct _JMP_REL
  type JMP_ABS (line 50) | typedef struct _JMP_ABS
  type CALL_ABS (line 59) | typedef struct _CALL_ABS
  type JCC_REL (line 70) | typedef struct _JCC_REL
  type JCC_ABS (line 78) | typedef struct _JCC_ABS
  type TRAMPOLINE (line 90) | typedef struct _TRAMPOLINE

FILE: windbg.h
  function LONG (line 37) | LONG WINAPI createMiniDump(EXCEPTION_POINTERS *exceptionPointers)

FILE: winutils.cpp
  type _OSVERSIONINFOEXW (line 733) | struct _OSVERSIONINFOEXW
  function BOOL (line 737) | BOOL winutils::getWindowsVersion(DWORD *majorVersion,
  function QString (line 768) | QString winutils::getWindowsVersion()
  function QString (line 900) | QString winutils::getProcessPath(DWORD processId)
  function DWORD (line 919) | DWORD
  function QString (line 967) | QString winutils::getProcessNameById(DWORD processId)

FILE: winutils.h
  type ProcessInfo (line 26) | struct ProcessInfo
  function class (line 37) | class winutils
Condensed preview — 82 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (616K chars).
[
  {
    "path": ".github/FUNDING.yml",
    "chars": 77,
    "preview": "# These are supported funding model platforms\n\ngithub: [game1024]\npatreon: \n\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug.yml",
    "chars": 3306,
    "preview": "name: Bug Report / 错误报告\r\ndescription: 报告软件中的错误或问题 / Report a bug or issue\r\ntitle: \"[Bug]: \"\r\nlabels: [\"bug\"]\r\nbody:\r\n  -"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "chars": 586,
    "preview": "blank_issues_enabled: false\r\ncontact_links:\r\n  - name: 💬 讨论区 / Discussions\r\n    url: https://github.com/game1024/Speedy/"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature.yml",
    "chars": 1711,
    "preview": "name: Feature Request / 功能请求\r\ndescription: 建议新功能或改进 / Suggest a new feature or improvement\r\ntitle: \"[Feature]: \"\r\nlabels"
  },
  {
    "path": ".github/workflows/ci.yml",
    "chars": 1488,
    "preview": "name: Build OpenSpeedy\n\non:\n  pull_request:\n    branches: [ master ]\n  workflow_dispatch:\n\njobs:\n  build:\n    runs-on: s"
  },
  {
    "path": ".github/workflows/package.yml",
    "chars": 3748,
    "preview": "name: Package\non:\n  workflow_dispatch:\n    inputs:\n      build_id:\n        description: '构建工作流ID'\n        required: true"
  },
  {
    "path": ".gitignore",
    "chars": 880,
    "preview": "# This file is used to ignore files which are generated\n# --------------------------------------------------------------"
  },
  {
    "path": ".gitmodules",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "CMakeLists.txt",
    "chars": 3726,
    "preview": "cmake_minimum_required(VERSION 3.16)\r\n\r\nproject(OpenSpeedy VERSION 1.7.7 LANGUAGES CXX)\r\n\r\n\r\nset(CMAKE_AUTOUIC ON)\r\nset("
  },
  {
    "path": "CMakePresets.json",
    "chars": 405,
    "preview": "{\n  \"version\": 3,\n  \"configurePresets\": [\n    {\n      \"hidden\": true,\n      \"name\": \"Qt\",\n      \"cacheVariables\": {\n    "
  },
  {
    "path": "CMakeUserPresets.json",
    "chars": 1349,
    "preview": "{\n  \"version\": 3,\n  \"configurePresets\": [\n    {\n      \"name\": \"Qt-Debug\",\n      \"inherits\": \"Qt-Default\",\n      \"binaryD"
  },
  {
    "path": "LICENSE",
    "chars": 35149,
    "preview": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
  },
  {
    "path": "OpenSpeedy_en_US.ts",
    "chars": 61735,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE TS>\n<TS version=\"2.1\" language=\"en_US\">\n<context>\n    <name>AboutDialog"
  },
  {
    "path": "OpenSpeedy_zh_CN.ts",
    "chars": 59683,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE TS>\n<TS version=\"2.1\" language=\"zh_CN\">\n<context>\n    <name>AboutDialog"
  },
  {
    "path": "OpenSpeedy_zh_TW.ts",
    "chars": 59757,
    "preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!DOCTYPE TS>\n<TS version=\"2.1\" language=\"zh_TW\">\n<context>\n    <name>AboutDialog"
  },
  {
    "path": "README.md",
    "chars": 7620,
    "preview": "\n\n<h1 align=\"center\"> OpenSpeedy </h1>\n\n<p align=\"center\">\n  <img style=\"margin:0 auto\" width=100 height=100 src=\"https:"
  },
  {
    "path": "aboutdialog.cpp",
    "chars": 1474,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  },
  {
    "path": "aboutdialog.h",
    "chars": 1100,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n * \n * This program is free software"
  },
  {
    "path": "aboutdialog.ui",
    "chars": 11153,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>AboutDialog</class>\n <widget class=\"QDialog\" name=\"Abo"
  },
  {
    "path": "bridge/CMakeLists.txt",
    "chars": 962,
    "preview": "cmake_minimum_required(VERSION 3.16)\n\nproject(Bridge LANGUAGES CXX)\n\nset(CMAKE_AUTOUIC ON)\nset(CMAKE_AUTOMOC ON)\nset(CMA"
  },
  {
    "path": "bridge/main.cpp",
    "chars": 2741,
    "preview": "#include \"../config.h\"\n#include \"../speedpatch/speedpatch.h\"\n#include \"../windbg.h\"\n#include \"../winutils.h\"\n#include <Q"
  },
  {
    "path": "config.h",
    "chars": 1330,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  },
  {
    "path": "cpuutils.cpp",
    "chars": 2133,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  },
  {
    "path": "cpuutils.h",
    "chars": 1100,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n * \n * This program is free software"
  },
  {
    "path": "docs/README_cn.md",
    "chars": 5594,
    "preview": "<h1 align=\"center\"> OpenSpeedy </h1>\n\n<p align=\"center\">\n  <img style=\"margin:0 auto\" width=100 height=100 src=\"https://"
  },
  {
    "path": "docs/README_ja.md",
    "chars": 5224,
    "preview": "<h1 align=\"center\"> OpenSpeedy </h1>\n\n<p align=\"center\">\n  <img style=\"margin:0 auto\" width=100 height=100 src=\"https://"
  },
  {
    "path": "installer/OpenSpeedy.wxs",
    "chars": 3702,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<Wix xmlns=\"http://schemas.microsoft.com/wix/2006/wi\">\r\n  <Product Id=\"*\" \r\n    "
  },
  {
    "path": "installer/config/config.xml",
    "chars": 345,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Installer>\n  <Name>Speedy</Name>\n  <Version>1.0.0</Version>\n  <Title>Speedy</Ti"
  },
  {
    "path": "installer/create_installer.bat",
    "chars": 146,
    "preview": "set QTIFWDIR=D:\\Qt\\Tools\\QtInstallerFramework\\4.9\\bin\n%QTIFWDIR%\\binarycreator.exe -c %~dp0config\\config.xml -p packages"
  },
  {
    "path": "main.cpp",
    "chars": 3340,
    "preview": "/*\r\n * OpenSpeedy - Open Source Game Speed Controller\r\n * Copyright (C) 2025 Game1024\r\n *\r\n * This program is free softw"
  },
  {
    "path": "mainwindow.cpp",
    "chars": 18838,
    "preview": "/*\r\n * OpenSpeedy - Open Source Game Speed Controller\r\n * Copyright (C) 2025 Game1024\r\n *\r\n * This program is free softw"
  },
  {
    "path": "mainwindow.h",
    "chars": 2623,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  },
  {
    "path": "mainwindow.ui",
    "chars": 31781,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<ui version=\"4.0\">\r\n <class>MainWindow</class>\r\n <widget class=\"QMainWindow\" nam"
  },
  {
    "path": "memutils.cpp",
    "chars": 1992,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  },
  {
    "path": "memutils.h",
    "chars": 1061,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n * \n * This program is free software"
  },
  {
    "path": "preferencedialog.cpp",
    "chars": 9796,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  },
  {
    "path": "preferencedialog.h",
    "chars": 4110,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  },
  {
    "path": "preferencedialog.ui",
    "chars": 11261,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<ui version=\"4.0\">\n <class>PreferenceDialog</class>\n <widget class=\"QDialog\" name"
  },
  {
    "path": "processmonitor.cpp",
    "chars": 17062,
    "preview": "/*\r\n * OpenSpeedy - Open Source Game Speed Controller\r\n * Copyright (C) 2025 Game1024\r\n *\r\n * This program is free softw"
  },
  {
    "path": "processmonitor.h",
    "chars": 4067,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  },
  {
    "path": "qsinglekeysequenceedit.cpp",
    "chars": 7625,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n * \n * This program is free software"
  },
  {
    "path": "qsinglekeysequenceedit.h",
    "chars": 1764,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n * \n * This program is free software"
  },
  {
    "path": "resources.qrc",
    "chars": 466,
    "preview": "<RCC>\n    <qresource prefix=\"/icons\">\n        <file>images/icon.ico</file>\n        <file>images/logo.png</file>\n        "
  },
  {
    "path": "script/build32.bat",
    "chars": 965,
    "preview": "@echo off\r\necho =================================\r\necho Build 32 bit Qt5.15 static library\r\necho ======================"
  },
  {
    "path": "script/build64.bat",
    "chars": 935,
    "preview": "@echo off\r\necho =================================\r\necho Build 64 bit Qt5.15 static library\r\necho ======================"
  },
  {
    "path": "script/initenv.bat",
    "chars": 549,
    "preview": "set VC_TOOLS_32BIT=\"D:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Auxiliary\\Build\\vcvars32.bat\"\r\nset VC_TO"
  },
  {
    "path": "speedpatch/CMakeLists.txt",
    "chars": 663,
    "preview": "cmake_minimum_required(VERSION 3.16)\n\nproject(speedpatch LANGUAGES CXX)\n\nset(CMAKE_AUTOUIC ON)\nset(CMAKE_AUTOMOC ON)\nset"
  },
  {
    "path": "speedpatch/SpeedPatch_global.h",
    "chars": 829,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n * \n * This program is free software"
  },
  {
    "path": "speedpatch/speedpatch.cpp",
    "chars": 25133,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software"
  },
  {
    "path": "speedpatch/speedpatch.h",
    "chars": 1504,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  },
  {
    "path": "speedpatch/vcpkg.json",
    "chars": 193,
    "preview": "{\n  \"$schema\": \"https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json\",\n  \"name\": \"mypackag"
  },
  {
    "path": "taskscheduler.cpp",
    "chars": 5935,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  },
  {
    "path": "taskscheduler.h",
    "chars": 1609,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  },
  {
    "path": "themeutils.cpp",
    "chars": 3550,
    "preview": "/*\r\n * OpenSpeedy - Open Source Game Speed Controller\r\n * Copyright (C) 2025 Game1024\r\n *\r\n * This program is free softw"
  },
  {
    "path": "themeutils.h",
    "chars": 1109,
    "preview": "/*\r\n * OpenSpeedy - Open Source Game Speed Controller\r\n * Copyright (C) 2025 Game1024\r\n *\r\n * This program is free softw"
  },
  {
    "path": "third_party/minhook/.editorconfig",
    "chars": 491,
    "preview": "# EditorConfig is awesome: http://EditorConfig.org\n\n# top-most EditorConfig file\nroot = true\n\n# Windows-style newlines w"
  },
  {
    "path": "third_party/minhook/.github/workflows/msbuild.yml",
    "chars": 2130,
    "preview": "name: Build\n\non:\n  workflow_dispatch:\n  push:\n    branches: [ \"master\" ]\n\nenv:\n  # Path to the solution file relative to"
  },
  {
    "path": "third_party/minhook/.gitignore",
    "chars": 360,
    "preview": "#OS junk files\n[Tt]humbs.db\n*.DS_Store\n\n#Visual Studio files\n*.[Oo]bj\n*.user\n*.aps\n*.pch\n*.vspscc\n*.vssscc\n*_i.c\n*_p.c\n*"
  },
  {
    "path": "third_party/minhook/AUTHORS.txt",
    "chars": 214,
    "preview": "Tsuda Kageyu <tsuda.kageyu@gmail.com>\n Creator, maintainer\n\nMichael Maltsev <leahcimmar@gmail.com>\n Added \"Queue\" functi"
  },
  {
    "path": "third_party/minhook/CMakeLists.txt",
    "chars": 4204,
    "preview": "#  MinHook - The Minimalistic API Hooking Library for x64/x86\n#  Copyright (C) 2009-2017 Tsuda Kageyu.\n#  All rights res"
  },
  {
    "path": "third_party/minhook/LICENSE.txt",
    "chars": 4363,
    "preview": "MinHook - The Minimalistic API Hooking Library for x64/x86\nCopyright (C) 2009-2017 Tsuda Kageyu.\nAll rights reserved.\n\n"
  },
  {
    "path": "third_party/minhook/README.md",
    "chars": 4487,
    "preview": "# MinHook\n\n[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses"
  },
  {
    "path": "third_party/minhook/build/MinGW/make.bat",
    "chars": 319,
    "preview": "windres -i ../../dll_resources/MinHook.rc -o MinHook_rc.o && dllwrap --driver-name g++ -o MinHook.dll -masm=intel --def "
  },
  {
    "path": "third_party/minhook/build/MinGW/make.sh",
    "chars": 321,
    "preview": "x86_64-w64-mingw32-windres -i ../../dll_resources/MinHook.rc -o MinHook_rc.o &&\nx86_64-w64-mingw32-dllwrap -o MinHook.dl"
  },
  {
    "path": "third_party/minhook/cmake/minhook-config.cmake.in",
    "chars": 1883,
    "preview": "#  MinHook - The Minimalistic API Hooking Library for x64/x86\n#  Copyright (C) 2009-2017 Tsuda Kageyu.\n#  All rights res"
  },
  {
    "path": "third_party/minhook/dll_resources/MinHook.def",
    "chars": 252,
    "preview": "EXPORTS\n    MH_Initialize\n    MH_Uninitialize\n\n    MH_CreateHook\n    MH_CreateHookApi\n    MH_CreateHookApiEx\n    MH_Remo"
  },
  {
    "path": "third_party/minhook/include/MinHook.h",
    "chars": 7529,
    "preview": "/*\n *  MinHook - The Minimalistic API Hooking Library for x64/x86\n *  Copyright (C) 2009-2017 Tsuda Kageyu.\n *  All righ"
  },
  {
    "path": "third_party/minhook/src/buffer.c",
    "chars": 9818,
    "preview": "/*\n *  MinHook - The Minimalistic API Hooking Library for x64/x86\n *  Copyright (C) 2009-2017 Tsuda Kageyu.\n *  All rig"
  },
  {
    "path": "third_party/minhook/src/buffer.h",
    "chars": 1818,
    "preview": "/*\n *  MinHook - The Minimalistic API Hooking Library for x64/x86\n *  Copyright (C) 2009-2017 Tsuda Kageyu.\n *  All rig"
  },
  {
    "path": "third_party/minhook/src/hde/hde32.c",
    "chars": 9316,
    "preview": "/*\n * Hacker Disassembler Engine 32 C\n * Copyright (c) 2008-2009, Vyacheslav Patkov.\n * All rights reserved.\n *\n */\n\n#i"
  },
  {
    "path": "third_party/minhook/src/hde/hde32.h",
    "chars": 2448,
    "preview": "/*\n * Hacker Disassembler Engine 32\n * Copyright (c) 2006-2009, Vyacheslav Patkov.\n * All rights reserved.\n *\n * hde32."
  },
  {
    "path": "third_party/minhook/src/hde/hde64.c",
    "chars": 9505,
    "preview": "/*\n * Hacker Disassembler Engine 64 C\n * Copyright (c) 2008-2009, Vyacheslav Patkov.\n * All rights reserved.\n *\n */\n\n#i"
  },
  {
    "path": "third_party/minhook/src/hde/hde64.h",
    "chars": 2600,
    "preview": "/*\n * Hacker Disassembler Engine 64\n * Copyright (c) 2008-2009, Vyacheslav Patkov.\n * All rights reserved.\n *\n * hde64."
  },
  {
    "path": "third_party/minhook/src/hde/pstdint.h",
    "chars": 1660,
    "preview": "/*\n *  MinHook - The Minimalistic API Hooking Library for x64/x86\n *  Copyright (C) 2009-2017 Tsuda Kageyu. All rights "
  },
  {
    "path": "third_party/minhook/src/hde/table32.h",
    "chars": 3506,
    "preview": "/*\n * Hacker Disassembler Engine 32 C\n * Copyright (c) 2008-2009, Vyacheslav Patkov.\n * All rights reserved.\n *\n */\n\n#d"
  },
  {
    "path": "third_party/minhook/src/hde/table64.h",
    "chars": 3575,
    "preview": "/*\n * Hacker Disassembler Engine 64 C\n * Copyright (c) 2008-2009, Vyacheslav Patkov.\n * All rights reserved.\n *\n */\n\n#d"
  },
  {
    "path": "third_party/minhook/src/hook.c",
    "chars": 26645,
    "preview": "/*\n *  MinHook - The Minimalistic API Hooking Library for x64/x86\n *  Copyright (C) 2009-2017 Tsuda Kageyu.\n *  All rig"
  },
  {
    "path": "third_party/minhook/src/trampoline.c",
    "chars": 10716,
    "preview": "/*\n *  MinHook - The Minimalistic API Hooking Library for x64/x86\n *  Copyright (C) 2009-2017 Tsuda Kageyu.\n *  All rig"
  },
  {
    "path": "third_party/minhook/src/trampoline.h",
    "chars": 3757,
    "preview": "/*\n *  MinHook - The Minimalistic API Hooking Library for x64/x86\n *  Copyright (C) 2009-2017 Tsuda Kageyu.\n *  All rig"
  },
  {
    "path": "windbg.h",
    "chars": 3542,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n * \n * This program is free software"
  },
  {
    "path": "winutils.cpp",
    "chars": 28706,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  },
  {
    "path": "winutils.h",
    "chars": 2692,
    "preview": "/*\n * OpenSpeedy - Open Source Game Speed Controller\n * Copyright (C) 2025 Game1024\n *\n * This program is free software:"
  }
]

About this extraction

This page contains the full source code of the game1024/OpenSpeedy GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 82 files (570.2 KB), approximately 150.7k tokens, and a symbol index with 128 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!