{"id":13419104,"url":"https://github.com/Mapaler/FastCopy-M","last_synced_at":"2025-03-15T04:32:01.495Z","repository":{"id":24248815,"uuid":"27642149","full_name":"Mapaler/FastCopy-M","owner":"Mapaler","description":"FastCopy-Multilanguage，FastCopy完整支持多国语言版","archived":true,"fork":false,"pushed_at":"2020-04-19T18:24:27.000Z","size":4194,"stargazers_count":758,"open_issues_count":4,"forks_count":154,"subscribers_count":39,"default_branch":"master","last_synced_at":"2024-07-31T22:45:42.232Z","etag":null,"topics":["fastcopy"],"latest_commit_sha":null,"homepage":"http://mapaler.github.io/FastCopy-M/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mapaler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-06T17:16:13.000Z","updated_at":"2024-07-24T09:02:48.000Z","dependencies_parsed_at":"2022-08-29T08:11:21.624Z","dependency_job_id":null,"html_url":"https://github.com/Mapaler/FastCopy-M","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mapaler%2FFastCopy-M","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mapaler%2FFastCopy-M/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mapaler%2FFastCopy-M/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mapaler%2FFastCopy-M/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mapaler","download_url":"https://codeload.github.com/Mapaler/FastCopy-M/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243685506,"owners_count":20330980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastcopy"],"created_at":"2024-07-30T22:01:11.390Z","updated_at":"2025-03-15T04:32:01.036Z","avatar_url":"https://github.com/Mapaler.png","language":"C++","readme":"*FastCopy-M*ultilanguage\r\n===========\r\n\"FastCopy-M\" 是免费开源软件 \"FastCopy\" 的一个二次开发分支。  \r\nFastCopy-M is a fork of open source soft FastCopy.\r\n\r\n**官方最后公开源代码的版本为 3.63，之后并未公开源代码，因此FastCopy-M无法跟进更新。因为已经一年多没有提供源代码了，因此本项目更改为休眠状态。  \r\nThe official final opensource version is 3.63, so FastCopy-M cannot follow up on the update.This project was modified to archive status because the source code has not been provided for more than one year.**\r\n\r\n现在拥有如下语言：  \r\nNow has the following language:\r\n\r\n| Language | LCID Dec | Detail |\r\n| --- | --- | --- |\r\n| Japanese | 1041 | 日本語,Original |\r\n| English | 1033 | Official translation by H.Shirouzu |\r\n| Chinese, simplified | 2052 | 简体中文，从英文翻译而来 |\r\n| Chinese, traditional | 1028 | 繁体中文，用MS Word從簡中轉換而來，稍加修訂 |\r\n\r\n## Original FastCopy feature | 原版FastCopy特点\r\n1. FastCopy 是Windows上最快的复制/备份软件。  \r\nFastCopy is the Fastest Copy/Backup Software on Windows.\r\n1. 它支持UNICODE和超过MAX_PATH(260字符)的文件路径名。  \r\nIt supports UNICODE and over MAX_PATH (260 characters) file pathnames.\r\n1. 它使用多线程进行读/写/校验,重叠IO，直接IO, 所以它可以实现接近设备极限的读写性能。  \r\nBecause it uses multi-threads for Read/Write/Verify, Overlapped I/O, Direct I/O, so it brings out the best speed of devices.\r\n1. 可以使用 UNIX通配符 样式的 包含/排除 筛选器。  \r\nIt supports Include/Exclude filter like a UNIX wildcard.\r\n1. 它运行速度快，不占用资源，因为没有使用 MFC。（仅使用 Win32 API 和 C 运行时设计）  \r\nIt runs fast and does not hog resources, because MFC is not used. (Designed using Win32 API and C Runtime only)\r\n## FastCopy-M feature | FastCopy-M特点\r\n* 汉化并支持更加完整的多国语言显示，添加语言只需要修改资源文件。  \r\nFastCopy Chinesization and modify to support other language more overall, add language only need add new resources\r\n* 支持调用网络URL作为帮助文件，资源文件内“IDS_FASTCOPYHELP”修改为网页url即可。  \r\nSupport use http url to replace \"chm\" help files, change \"IDS_FASTCOPYHELP\" in resource to your URL.  \r\n![URL help](http://ww4.sinaimg.cn/large/6c84b2d6gw1ewbd1y0bygj20rw0le4bq.jpg)\r\n\r\n## How to Build | 如何编译\r\nFastCopy-M采用[VS2017](https://www.visualstudio.com/zh-cn/downloads/download-visual-studio-vs.aspx) v141工具集。  \r\nFastCopy-M used [VS2017](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx) with v141 tools.\r\n\r\n### Auto zip release | 自动打包\r\n1. 使用VS2017编译FastCopy项目的32位与64位的Release。  \r\nUse VS2017 to build 32-bit and 64-bit release for FastCopy projects.\r\n1. 在代码根目录建立`vendor`文件夹，并将[HTML Help Workshop](https://docs.microsoft.com/zh-cn/previous-versions/windows/desktop/htmlhelp/microsoft-html-help-downloads)里的`hhc.exe`、`hha.dll`和[7-Zip](https://sparanoid.com/lab/7z/)里的`7z.exe`三个文件放入其中。  \r\nCreate a `vendor` folder in the code root directory and place the `hhc.exe`, `hha.dll`([HTML Help Workshop](https://docs.microsoft.com/zh-cn/previous-versions/windows/desktop/htmlhelp/microsoft-html-help-downloads)) and `7z.exe`([7-Zip](https://sparanoid.com/lab/7z/)) three files in.\r\n1. 执行`AutoZipRelease.vbs`。  \r\nExecute `AutoZipRelease.vbs`.\r\n1. 代码根目录下将会生成32位与64位两个zip压缩包。  \r\nA 32-bit and 64-bit two zip compression packages will be generated under the code root directory.\r\n\r\n## Website\r\n* ### FastCopy-M website | FastCopy-M 网站\r\n  http://mapaler.github.io/FastCopy-M/\r\n* ### Official website | FastCopy 官方网站\r\n  https://fastcopy.jp/\r\n\r\n* ### Official GitHub Repository | FastCopy 官方版源代码仓库\r\n  https://github.com/shirouzu/FastCopy\r\n  \u003e因为 FastCopy-M 在GitHub上传源代码早于 FastCopy 官方（以前仅在官网发布），因此本仓库并非直接克隆该仓库。  \r\n  \u003eBecause FastCopy-M uploaded the source code at GitHub earlier than FastCopy official (previously only posted on the official website), this repository does not directly clone the official repository.\r\n## Official License | FastCopy官方许可\r\n\u003eFastCopy ver3.x  \r\n\u003e\u0026nbsp;Copyright(C) 2004-2019 SHIROUZU Hiroaki All rights reserved.  \r\n\u003e\u0026nbsp;Copyright(C) 2018-2019 FastCopy Lab, LLC. All rights reserved.\r\n\u003e \r\n\u003e This program is free software. You can redistribute it and/or modify it under the GNU General Public License version 3(GPLv3).  \r\n\u003e [License details](https://fastcopy.jp/help/license-gpl3.txt)\r\n\r\n\u003e xxHash Library Copyright (c) 2012-2016, Yann Collet All rights reserved.  \r\n\u003e [License details](https://fastcopy.jp/help/xxhash-LICENSE.txt).\r\n","funding_links":[],"categories":["C++","TODO scan for Android support in followings"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMapaler%2FFastCopy-M","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMapaler%2FFastCopy-M","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMapaler%2FFastCopy-M/lists"}