Skip to content

Commit eccf10b

Browse files
huangdijiagithub-actions[bot]
authored andcommitted
Update docs and translate
1 parent aeb6e8b commit eccf10b

16 files changed

Lines changed: 16 additions & 26 deletions

zh-hk/components/model-scope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Model Scope
22

3-
The model scope annotation for Hyperf.
3+
Hyperf 框架的模型 Scope 註解組件。
44

55
## 安裝
66

zh-hk/components/mysql-grammar-addon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mysql Grammar Addon
22

3-
The MySqlGrammar addon for Hyperf.
3+
Hyperf 框架的 MySqlGrammar 擴展組件。
44

55
## 安裝
66

zh-hk/components/pretty-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pretty Console
22

3-
The pretty console component for Hyperf.
3+
用於 Hyperf 的精美控制枱組件。
44

55
![Pretty Console](https://user-images.githubusercontent.com/5457236/178333036-b11abb56-ba70-4c0d-a2f6-79afe3a0a78c.png)
66

zh-hk/components/recaptcha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ReCaptcha
22

3-
The Google recaptcha component for Hyperf.
3+
適用於 Hyperf 的 Google ReCaptcha 組件。
44

55
## 安裝
66

zh-hk/components/redis-subscriber.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Redis Subscriber
22

3-
Forked from [mix-php/redis-subscriber](https://github.com/mix-php/redis-subscriber)
3+
基於 Swoole 協程的 Redis 原生協議訂閲器,代碼從 [mix-php/redis-subscriber](https://github.com/mix-php/redis-subscriber) 復刻而來。
44

5-
Redis native protocol Subscriber based on Swoole coroutine
6-
7-
基於 Swoole 協程的 Redis 原生協議訂閲庫
8-
9-
使用 Socket 直接連接 Redis 服務器,不依賴 phpredis 擴展,該訂閲器有如下優點:
5+
基於 Swoole 協程的 Redis 原生協議訂閲庫,使用 Socket 直接連接 Redis 服務器,不依賴 phpredis 擴展,該訂閲器有如下優點:
106

117
- 平滑修改:可隨時增加、取消訂閲通道,實現無縫切換通道的需求。
128
- 跨協程安全關閉:可在任意時刻關閉訂閲。

zh-hk/components/sentry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sentry
22

3-
The sentry component for Hyperf.
3+
Hyperf 的 Sentry 組件。
44

55
## 安裝
66

zh-hk/components/tcp-sender.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
`friendsofhyperf/tcp-sender` 是一個類似 `hyperf/websocket-server` 的 TCP 服務組件,可以用於向指定的 fd 發送消息。
66
無需額外關注底層的實現,只需關注業務邏輯即可。
77

8-
98
## 安裝
109

1110
```shell

zh-hk/components/tinker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tinker
22

3-
The Powerful REPL for Hyperf.
3+
Hyperf 的強大的 REPL 工具。
44

55
## 安裝
66

zh-tw/components/model-scope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Model Scope
22

3-
The model scope annotation for Hyperf.
3+
Hyperf 框架的模型 Scope 註解元件。
44

55
## 安裝
66

zh-tw/components/mysql-grammar-addon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mysql Grammar Addon
22

3-
The MySqlGrammar addon for Hyperf.
3+
Hyperf 框架的 MySqlGrammar 擴充套件元件。
44

55
## 安裝
66

0 commit comments

Comments
 (0)