Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
YerongAI committed Feb 26, 2024
1 parent 8dd5933 commit 64b5209
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 74 deletions.
11 changes: 5 additions & 6 deletions docs/settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,13 @@ There may be a delay in dragging windows when using the Acrylic effect on Window

### Office languages display format

默认情况下,Office Tool Plus 显示 Office 语言为本地格式,例如英语显示为 English (United States).
By default, Office Tool Plus displays Office languages in native name.

- 默认:不进行任何更改,按照默认的设置显示。
- 本地名称:显示语言的本地名称,例如英语是 English,德语是:Deutsch
- 英文名称:显示语言的英文名称,例如中文是 Chinese,德语是:German
- 本地化名称:按照系统语言设置显示,例如你的系统语言是中文,那么所有的语言都显示为中文。
- Native: display the local name of the languages, for example *Deutsch* for *German*.
- English: all language names display in English.
- Localized: all language names display in your OS language.

本地名称、英文名称以及本地化名称由 Windows 提供数据,不同版本的 Windows 显示结果可能不同。
The native name, English name, and localized name are data provided by Windows. Different versions of Windows may display different results.

### Display internal products and channels

Expand Down
14 changes: 14 additions & 0 deletions docs/start/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ Download Office Tool Plus from:

- [Office Tool Plus official website](http://otp.landian.vip/)

Or download Office Tool Plus using PowerShell:

Site 1:

```powershell
irm https://otp.landian.vip/get/ | iex
```

Site 2:

```powershell
irm https://officetool.plus/get/ | iex
```

Differences between the versions:

- Includes runtime: Includes .NET Runtime, you can run Office Tool Plus without .NET Runtime installation.
Expand Down
1 change: 0 additions & 1 deletion docs/zh-cn/settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

默认情况下,Office Tool Plus 显示 Office 语言为本地格式,例如英语显示为 English (United States).

- 默认:不进行任何更改,按照默认的设置显示。
- 本地名称:显示语言的本地名称,例如英语是 English,德语是:Deutsch
- 英文名称:显示语言的英文名称,例如中文是 Chinese,德语是:German
- 本地化名称:按照系统语言设置显示,例如你的系统语言是中文,那么所有的语言都显示为中文。
Expand Down
22 changes: 22 additions & 0 deletions docs/zh-cn/start/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,28 @@ Office Tool Plus 基于 [Office 部署工具](https://aka.ms/ODT)制作,可以

- [Office Tool Plus 官方网站](http://otp.landian.vip/)

或者使用 PowerShell 下载 Office Tool Plus:

站点 1(第一个为简体中文,第二个为英文):

```powershell
irm https://otp.landian.vip/get/?lang=zh-cn | iex
```

```powershell
irm https://otp.landian.vip/get/ | iex
```

站点 2(第一个为简体中文,第二个为英文):

```powershell
irm https://officetool.plus/get/?lang=zh-cn | iex
```

```powershell
irm https://officetool.plus/get/ | iex
```

版本区别:

- 包含框架版本:包含 .NET Runtime,可以在不安装 .NET Runtime 的情况下直接运行 Office Tool Plus.
Expand Down
1 change: 0 additions & 1 deletion docs/zh-tw/settings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

默认情况下,Office Tool Plus 显示 Office 语言为本地格式,例如英语显示为 English (United States).

- 默认:不进行任何更改,按照默认的设置显示。
- 本地名称:显示语言的本地名称,例如英语是 English,德语是:Deutsch
- 英文名称:显示语言的英文名称,例如中文是 Chinese,德语是:German
- 本地化名称:按照系统语言设置显示,例如你的系统语言是中文,那么所有的语言都显示为中文。
Expand Down
14 changes: 14 additions & 0 deletions docs/zh-tw/start/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ Office Tool Plus 基于 [Office 部署工具](https://aka.ms/ODT)制作,可以

- [Office Tool Plus 官方网站](http://otp.landian.vip/)

或者使用 PowerShell 下载 Office Tool Plus:

站点 1:

```powershell
irm https://otp.landian.vip/get/ | iex
```

站点 2:

```powershell
irm https://officetool.plus/get/ | iex
```

版本区别:

- 包含框架版本:包含 .NET Runtime,可以在不安装 .NET Runtime 的情况下直接运行 Office Tool Plus.
Expand Down
135 changes: 69 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64b5209

Please sign in to comment.