Skip to content

Commit

Permalink
Update docs and translate
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia authored and github-actions[bot] committed Dec 27, 2024
1 parent aeb6e8b commit eccf10b
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 26 deletions.
2 changes: 1 addition & 1 deletion zh-hk/components/model-scope.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Model Scope

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

## 安裝

Expand Down
2 changes: 1 addition & 1 deletion zh-hk/components/mysql-grammar-addon.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mysql Grammar Addon

The MySqlGrammar addon for Hyperf.
Hyperf 框架的 MySqlGrammar 擴展組件。

## 安裝

Expand Down
2 changes: 1 addition & 1 deletion zh-hk/components/pretty-console.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pretty Console

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

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

Expand Down
2 changes: 1 addition & 1 deletion zh-hk/components/recaptcha.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ReCaptcha

The Google recaptcha component for Hyperf.
適用於 Hyperf 的 Google ReCaptcha 組件。

## 安裝

Expand Down
8 changes: 2 additions & 6 deletions zh-hk/components/redis-subscriber.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Redis Subscriber

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

Redis native protocol Subscriber based on Swoole coroutine

基於 Swoole 協程的 Redis 原生協議訂閲庫

使用 Socket 直接連接 Redis 服務器,不依賴 phpredis 擴展,該訂閲器有如下優點:
基於 Swoole 協程的 Redis 原生協議訂閲庫,使用 Socket 直接連接 Redis 服務器,不依賴 phpredis 擴展,該訂閲器有如下優點:

- 平滑修改:可隨時增加、取消訂閲通道,實現無縫切換通道的需求。
- 跨協程安全關閉:可在任意時刻關閉訂閲。
Expand Down
2 changes: 1 addition & 1 deletion zh-hk/components/sentry.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sentry

The sentry component for Hyperf.
Hyperf 的 Sentry 組件。

## 安裝

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


## 安裝

```shell
Expand Down
2 changes: 1 addition & 1 deletion zh-hk/components/tinker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tinker

The Powerful REPL for Hyperf.
Hyperf 的強大的 REPL 工具。

## 安裝

Expand Down
2 changes: 1 addition & 1 deletion zh-tw/components/model-scope.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Model Scope

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

## 安裝

Expand Down
2 changes: 1 addition & 1 deletion zh-tw/components/mysql-grammar-addon.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mysql Grammar Addon

The MySqlGrammar addon for Hyperf.
Hyperf 框架的 MySqlGrammar 擴充套件元件。

## 安裝

Expand Down
2 changes: 1 addition & 1 deletion zh-tw/components/pretty-console.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pretty Console

The pretty console component for Hyperf.
用於 Hyperf 的精美控制檯元件。

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

Expand Down
2 changes: 1 addition & 1 deletion zh-tw/components/recaptcha.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ReCaptcha

The Google recaptcha component for Hyperf.
適用於 Hyperf 的 Google ReCaptcha 元件。

## 安裝

Expand Down
8 changes: 2 additions & 6 deletions zh-tw/components/redis-subscriber.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Redis Subscriber

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

Redis native protocol Subscriber based on Swoole coroutine

基於 Swoole 協程的 Redis 原生協議訂閱庫

使用 Socket 直接連線 Redis 伺服器,不依賴 phpredis 擴充套件,該訂閱器有如下優點:
基於 Swoole 協程的 Redis 原生協議訂閱庫,使用 Socket 直接連線 Redis 伺服器,不依賴 phpredis 擴充套件,該訂閱器有如下優點:

- 平滑修改:可隨時增加、取消訂閱通道,實現無縫切換通道的需求。
- 跨協程安全關閉:可在任意時刻關閉訂閱。
Expand Down
2 changes: 1 addition & 1 deletion zh-tw/components/sentry.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sentry

The sentry component for Hyperf.
Hyperf 的 Sentry 元件。

## 安裝

Expand Down
1 change: 0 additions & 1 deletion zh-tw/components/tcp-sender.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
`friendsofhyperf/tcp-sender` 是一個類似 `hyperf/websocket-server` 的 TCP 服務元件,可以用於向指定的 fd 傳送訊息。
無需額外關注底層的實現,只需關注業務邏輯即可。


## 安裝

```shell
Expand Down
2 changes: 1 addition & 1 deletion zh-tw/components/tinker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tinker

The Powerful REPL for Hyperf.
Hyperf 的強大的 REPL 工具。

## 安裝

Expand Down

0 comments on commit eccf10b

Please sign in to comment.