-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add README.zh-TW.md: Add README Translation in Traditional Chinese #1400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
bbss000
wants to merge
9
commits into
CapSoftware:main
Choose a base branch
from
bbss000:cap-Translate-README-content-to-Chinese
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
ba68245
Translate README content to Chinese
bbss000 88d01af
Fix formatting in README.md for app descriptions
bbss000 bcc194a
Fix formatting in README.md for clarity
bbss000 8d2e3ea
Update README for improved clarity
bbss000 9c8cf1e
Fix wording in README.md for clarity
bbss000 70a8c49
Create README.zh-TW.md
bbss000 8761143
Update README.zh-TW.md
bbss000 ad9d320
Translate README sections to English
bbss000 85c53a7
Update README.md
bbss000 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,71 @@ | ||
| <p align="center"> | ||
| <p align="center"> | ||
| <img width="150" height="150" src="https://github.com/CapSoftware/Cap/blob/main/apps/desktop/src-tauri/icons/Square310x310Logo.png" alt="Logo"> | ||
| </p> | ||
| <h1 align="center"><b>Cap</b></h1> | ||
| <p align="center"> | ||
| Loom 的開源替代方案 | ||
| <br /> | ||
| <a href="https://cap.so"><strong>Cap.so »</strong></a> | ||
| <br /> | ||
| <br /> | ||
| <b>下載適用版本 </b> | ||
| <a href="https://cap.so/download">macOS 與 Windows</a> | ||
| <br /> | ||
| </p> | ||
| </p> | ||
| <br/> | ||
|
|
||
| [](https://console.algora.io/org/CapSoftware/bounties?status=open) | ||
|
|
||
| Cap 是 Loom 的開源替代方案。它是一款視訊通話工具,能讓你在數秒內錄製、編輯並分享影片。 | ||
|
|
||
| <img src="https://raw.githubusercontent.com/CapSoftware/Cap/refs/heads/main/apps/web/public/landing-cover.png"/> | ||
bbss000 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| # 自行架設(Self Hosting) | ||
|
|
||
| Cap Web 可透過 Docker 或 Railway 進行自行架設,想了解更多請參考我們的[self-hosting docs](https://cap.so/docs/self-hosting)。 | ||
| 你也可以使用下方按鈕,將 Cap Web 部署到 Railway: | ||
|
|
||
| [](https://railway.com/new/template/PwpGcf) | ||
|
|
||
| 無論你是自行架設,或是[從我們的網站下載](https://cap.so/download),Cap Desktop 都能連線到你自行架設的 Cap Web 。 | ||
|
|
||
| # Monorepo 應用架構 | ||
|
|
||
| 這個由 Turborepo 驅動的 monorepo 使用 Rust、React(Next.js)、TypeScript、Tauri、Drizzle(ORM)、MySQL、TailwindCSS 等技術的組合。 | ||
|
|
||
| > 關於資料庫的注意事項:目前程式碼僅設計支援 MySQL。MariaDB 或其他相容資料庫可能可部分運作,但未獲官方支援。 | ||
|
|
||
| ### 應用(Apps): | ||
|
|
||
| - `desktop`: [Tauri](https://tauri.app)(Rust),前端使用 [SolidStart](https://start.solidjs.com)。 | ||
| - `web`: [Next.js](https://nextjs.org) 。 | ||
|
|
||
| ### 套件(Packages): | ||
|
|
||
| - `ui`: [React](https://reactjs.org) 的共用元件庫。 | ||
| - `utils`: [React](https://reactjs.org) 的共用工具庫。 | ||
| - `tsconfig`:在整個 monorepo 中共用的 `tsconfig` 設定。 | ||
| - `database`: [React](https://reactjs.org) 與 [Drizzle ORM](https://orm.drizzle.team/) 的共用資料庫程式庫。 | ||
| - `config`:`eslint` 設定(包含 `eslint-config-next`、`eslint-config-prettier` 等在 monorepo 中使用的其他設定)。 | ||
|
|
||
| ### 授權(License): | ||
| 本軟體的授權條款部分如下: | ||
|
|
||
| - `cap-camera*` 與 `scap-*` 系列 crate 中的所有程式碼皆採用 MIT 授權(見 [licenses/LICENSE-MIT](https://github.com/CapSoftware/Cap/blob/main/licenses/LICENSE-MIT))。 | ||
| - 所有第三方元件皆依其擁有者提供的原始授權條款授權。 | ||
| - 其餘未於上述提及的內容皆依 [LICENSE](https://github.com/CapSoftware/Cap/blob/main/LICENSE) 中定義的 AGPLv3 授權提供。 | ||
|
|
||
| # 貢獻(Contributing) | ||
|
|
||
| 更多資訊請見 [CONTRIBUTING.md](CONTRIBUTING.md)。本指南仍在持續完善,會隨著應用成熟而定期更新。 | ||
|
|
||
| ## 分析(Tinybird) | ||
|
|
||
| Cap 使用 [Tinybird](https://www.tinybird.co) 收集觀眾遙測資料以建立儀表板。Tinybird Admin Token(`TINYBIRD_ADMIN_TOKEN` 或 `TINYBIRD_TOKEN`)必須存在於你的環境中。當 Token 準備就緒後,你可以: | ||
|
|
||
| - 透過 `pnpm analytics:setup` 佈建需要的資料來源與實體化檢視。這個指令會在需要時安裝 Tinybird CLI;當缺少 `.tinyb` 認證檔案時執行 `tb login`;將該認證複製到 `scripts/analytics/tinybird`;最後在該目錄執行 `tb deploy --allow-destructive-operations --wait`。**它會把 Tinybird 工作區同步到 `scripts/analytics/tinybird` 定義的資源,並移除該工作區中任何其他的資料來源/管線。** | ||
| - 透過 `pnpm analytics:check` 驗證資料結構與實體化檢視是否符合應用的預期。 | ||
|
|
||
| 兩個指令都會針對由 `TINYBIRD_HOST` 指定的工作區(預設為 `https://api.tinybird.co`)。在執行 `analytics:setup` 之前,請務必了解部署步驟具破壞性所帶來的影響並確認你能接受。 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion | 🟠 Major
Replace hard tabs with spaces.
Markdown linting best practices require spaces instead of hard tabs (MD010 violation). These tabs appear at the start of indented lines in the header section.
Apply this diff to replace hard tabs with spaces:
Also applies to: 6-6, 7-7, 13-13
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)
5-5: Hard tabs
Column: 1
(MD010, no-hard-tabs)
🤖 Prompt for AI Agents