Skip to content

Commit 0a61409

Browse files
authored
fix chinese words in apache english version (#1152)
1 parent d2d0f81 commit 0a61409

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_apache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
V2.0.8 expands AI model capabilities by adding support for Chronos-2, one of the mainstream time-series foundation models, while enabling concurrent inference for built-in large models. On the database side, TIME columns now support custom naming, data synchronization path configuration flexibility has been optimized, and comprehensive improvements have been made to database monitoring, performance, and stability. The specific release contents are as follows:
2828

2929
* **Query Module**: Added functionality to display the list of available DataNode nodes
30-
* **Query Module**: Added system table for统计查询延迟信息 in the table model
30+
* **Query Module**: Added a system table for query latency statistics in the table model
3131
* **Query Module**: Python SessionDataset now supports converting TsBlock to DataFrame and returning DataFrames in batches
3232
* **Storage Module**: TIME column now supports custom column naming
3333
* **Storage Module**: Added SQL support for viewing the complete definition statements of created tables/views
@@ -47,7 +47,7 @@ V2.0.7 focuses on security hardening and stability optimization. It removes high
4747

4848
* **Miscellaneous**: Removed high-risk RPC interfaces
4949
* **Miscellaneous**: Removed JEXL functions
50-
* **Miscellaneous**: Added naming合法性校验 when creating Pipe
50+
* **Miscellaneous**: Added naming validity check when creating a Pipe
5151
* **Miscellaneous**: Changed the default client RPC service address to 127.0.0.1
5252
* **Miscellaneous**: Adjusted code logic so that internal services bind to the address configured by `dn_internal_address` instead of the default address
5353

@@ -174,7 +174,7 @@ V1.3.7 focuses on security hardening and stability optimization. It removes high
174174

175175
* **Miscellaneous**: Removed high-risk RPC interfaces
176176
* **Miscellaneous**: Removed JEXL functions
177-
* **Miscellaneous**: Added naming合法性校验 when creating Pipe
177+
* **Miscellaneous**: Added naming validity check when creating a Pipe
178178
* **Miscellaneous**: Changed the default client RPC service address to 127.0.0.1
179179
* **Miscellaneous**: Adjusted code logic so that internal services bind to the address configured by `dn_internal_address` instead of the default address
180180

src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_apache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
V2.0.8 expands AI model capabilities by adding support for Chronos-2, one of the mainstream time-series foundation models, while enabling concurrent inference for built-in large models. On the database side, TIME columns now support custom naming, data synchronization path configuration flexibility has been optimized, and comprehensive improvements have been made to database monitoring, performance, and stability. The specific release contents are as follows:
2828

2929
* **Query Module**: Added functionality to display the list of available DataNode nodes
30-
* **Query Module**: Added system table for统计查询延迟信息 in the table model
30+
* **Query Module**: Added a system table for query latency statistics in the table model
3131
* **Query Module**: Python SessionDataset now supports converting TsBlock to DataFrame and returning DataFrames in batches
3232
* **Storage Module**: TIME column now supports custom column naming
3333
* **Storage Module**: Added SQL support for viewing the complete definition statements of created tables/views
@@ -47,7 +47,7 @@ V2.0.7 focuses on security hardening and stability optimization. It removes high
4747

4848
* **Miscellaneous**: Removed high-risk RPC interfaces
4949
* **Miscellaneous**: Removed JEXL functions
50-
* **Miscellaneous**: Added naming合法性校验 when creating Pipe
50+
* **Miscellaneous**: Added naming validity check when creating a Pipe
5151
* **Miscellaneous**: Changed the default client RPC service address to 127.0.0.1
5252
* **Miscellaneous**: Adjusted code logic so that internal services bind to the address configured by `dn_internal_address` instead of the default address
5353

@@ -174,7 +174,7 @@ V1.3.7 focuses on security hardening and stability optimization. It removes high
174174

175175
* **Miscellaneous**: Removed high-risk RPC interfaces
176176
* **Miscellaneous**: Removed JEXL functions
177-
* **Miscellaneous**: Added naming合法性校验 when creating Pipe
177+
* **Miscellaneous**: Added naming validity check when creating a Pipe
178178
* **Miscellaneous**: Changed the default client RPC service address to 127.0.0.1
179179
* **Miscellaneous**: Adjusted code logic so that internal services bind to the address configured by `dn_internal_address` instead of the default address
180180

src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ V1.3.7 focuses on security hardening and stability optimization. It removes high
2828

2929
* **Miscellaneous**: Removed high-risk RPC interfaces
3030
* **Miscellaneous**: Removed JEXL functions
31-
* **Miscellaneous**: Added naming合法性校验 when creating Pipe
31+
* **Miscellaneous**: Added naming validity check when creating a Pipe
3232
* **Miscellaneous**: Changed the default client RPC service address to 127.0.0.1
3333
* **Miscellaneous**: Adjusted code logic so that internal services bind to the address configured by `dn_internal_address` instead of the default address
3434

src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ V1.3.7 focuses on security hardening and stability optimization. It removes high
2828

2929
* **Miscellaneous**: Removed high-risk RPC interfaces
3030
* **Miscellaneous**: Removed JEXL functions
31-
* **Miscellaneous**: Added naming合法性校验 when creating Pipe
31+
* **Miscellaneous**: Added naming validity check when creating a Pipe
3232
* **Miscellaneous**: Changed the default client RPC service address to 127.0.0.1
3333
* **Miscellaneous**: Adjusted code logic so that internal services bind to the address configured by `dn_internal_address` instead of the default address
3434

src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_apache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
V2.0.8 expands AI model capabilities by adding support for Chronos-2, one of the mainstream time-series foundation models, while enabling concurrent inference for built-in large models. On the database side, TIME columns now support custom naming, data synchronization path configuration flexibility has been optimized, and comprehensive improvements have been made to database monitoring, performance, and stability. The specific release contents are as follows:
2828

2929
* **Query Module**: Added functionality to display the list of available DataNode nodes
30-
* **Query Module**: Added system table for统计查询延迟信息 in the table model
30+
* **Query Module**: Added a system table for query latency statistics in the table model
3131
* **Query Module**: Python SessionDataset now supports converting TsBlock to DataFrame and returning DataFrames in batches
3232
* **Storage Module**: TIME column now supports custom column naming
3333
* **Storage Module**: Added SQL support for viewing the complete definition statements of created tables/views
@@ -47,7 +47,7 @@ V2.0.7 focuses on security hardening and stability optimization. It removes high
4747

4848
* **Miscellaneous**: Removed high-risk RPC interfaces
4949
* **Miscellaneous**: Removed JEXL functions
50-
* **Miscellaneous**: Added naming合法性校验 when creating Pipe
50+
* **Miscellaneous**: Added naming validity check when creating a Pipe
5151
* **Miscellaneous**: Changed the default client RPC service address to 127.0.0.1
5252
* **Miscellaneous**: Adjusted code logic so that internal services bind to the address configured by `dn_internal_address` instead of the default address
5353

@@ -174,7 +174,7 @@ V1.3.7 focuses on security hardening and stability optimization. It removes high
174174

175175
* **Miscellaneous**: Removed high-risk RPC interfaces
176176
* **Miscellaneous**: Removed JEXL functions
177-
* **Miscellaneous**: Added naming合法性校验 when creating Pipe
177+
* **Miscellaneous**: Added naming validity check when creating a Pipe
178178
* **Miscellaneous**: Changed the default client RPC service address to 127.0.0.1
179179
* **Miscellaneous**: Adjusted code logic so that internal services bind to the address configured by `dn_internal_address` instead of the default address
180180

src/UserGuide/latest/IoTDB-Introduction/Release-history_apache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
V2.0.8 expands AI model capabilities by adding support for Chronos-2, one of the mainstream time-series foundation models, while enabling concurrent inference for built-in large models. On the database side, TIME columns now support custom naming, data synchronization path configuration flexibility has been optimized, and comprehensive improvements have been made to database monitoring, performance, and stability. The specific release contents are as follows:
2828

2929
* **Query Module**: Added functionality to display the list of available DataNode nodes
30-
* **Query Module**: Added system table for统计查询延迟信息 in the table model
30+
* **Query Module**: Added a system table for query latency statistics in the table model
3131
* **Query Module**: Python SessionDataset now supports converting TsBlock to DataFrame and returning DataFrames in batches
3232
* **Storage Module**: TIME column now supports custom column naming
3333
* **Storage Module**: Added SQL support for viewing the complete definition statements of created tables/views
@@ -47,7 +47,7 @@ V2.0.7 focuses on security hardening and stability optimization. It removes high
4747

4848
* **Miscellaneous**: Removed high-risk RPC interfaces
4949
* **Miscellaneous**: Removed JEXL functions
50-
* **Miscellaneous**: Added naming合法性校验 when creating Pipe
50+
* **Miscellaneous**: Added naming validity check when creating a Pipe
5151
* **Miscellaneous**: Changed the default client RPC service address to 127.0.0.1
5252
* **Miscellaneous**: Adjusted code logic so that internal services bind to the address configured by `dn_internal_address` instead of the default address
5353

@@ -174,7 +174,7 @@ V1.3.7 focuses on security hardening and stability optimization. It removes high
174174

175175
* **Miscellaneous**: Removed high-risk RPC interfaces
176176
* **Miscellaneous**: Removed JEXL functions
177-
* **Miscellaneous**: Added naming合法性校验 when creating Pipe
177+
* **Miscellaneous**: Added naming validity check when creating a Pipe
178178
* **Miscellaneous**: Changed the default client RPC service address to 127.0.0.1
179179
* **Miscellaneous**: Adjusted code logic so that internal services bind to the address configured by `dn_internal_address` instead of the default address
180180

0 commit comments

Comments
 (0)