Skip to content

Commit

Permalink
re-retranslated some sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemerz committed Sep 8, 2020
1 parent 181438e commit 893f8b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
16 changes: 7 additions & 9 deletions doc/README_zh_HANS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# WITs
WITs 是一个非常有效的开发工具,很容易帮助开发属于你的 Tizen web 项目,并支持**2017+ Samsung tv**的机型。
它可以非常快地将你开发期间的实时代码推送到电视机上。从而节省了每次你的打包及重新项目的当你运行在设备上。我们称为 `实时开发`
它可以非常快地将你开发期间的实时代码推送到电视机上。每次您想查看项目如何在设备上运行时,都无需经历再次构建,打包和重新安装应用程序。我们称为 `实时开发`
**WITs 对于你的开发内容有持续性帮助。**

<img src="https://user-images.githubusercontent.com/11974693/73414912-a2267f80-4353-11ea-9685-fefb09d8e6b5.jpg" width="100%" title="Wits">

## 介绍
- [ENGLISH](/README.md)
- [正體中文](doc/README_zh_HANT.md)
- [正體中文](/doc/README_zh_HANT.md)

## 安装与配置WITs

Expand All @@ -27,19 +27,17 @@ WITs 是一个非常有效的开发工具,很容易帮助开发属于你的 Ti
$ git clone https://github.com/Samsung/Wits.git
```

#### 2. 安装WITs依赖
#### 2. 安装WITs依赖

```sh
$ cd ~/{path-to}/Wits
$ npm install -g
```

#### 3. 更改 `.witsconfig.json``Wits` 的目录内.
#### 3. Wits 的目录下更改 .witsconfig.json。

The default `path` is `tizen-studio-data/profile/profiles.xml` on Mac and Windows both.
配置对应的 Tizen Studio 证书 Profile `path` profiles.xml所对应的路径到
**.witsconfig.json**
默认 `path``tizen-studio-data/profile/profiles.xml` 都在mac与Windows系统上。
Tizen Studio的证书路径(profiles.xml)是在 **.witsconfig.json**`path` 上配置,
在mac与Windows系统上默认路径 `path` 都是 `tizen-studio-data/profile/profiles.xml`


## **系统要求**
Expand Down Expand Up @@ -146,7 +144,7 @@ stglib
## FAQ

- [WITs FAQ](https://github.com/Samsung/Wits/wiki/Frequently-Asked-Questions)
- [怎样使用Chrome inspector的调度模式](https://github.com/Samsung/Wits/wiki/Frequently-Asked-Questions#answer-1)
- [怎样使用Chrome inspector的开发模式](https://github.com/Samsung/Wits/wiki/Frequently-Asked-Questions#answer-1)
- [使用proxy之后](https://github.com/Samsung/Wits/wiki/Frequently-Asked-Questions#question-6)
- [怎么去获取你的电视或设备IP](https://github.com/Samsung/Wits/wiki/Frequently-Asked-Questions#question-7)

Expand Down
14 changes: 6 additions & 8 deletions doc/README_zh_HANT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WITs
WITs 是一個非常有效的開發工具,很容易幫助開發屬於你的 Tizen web 項目,並支援**2017+ Samsung tv**的機型。
它可以非常快地將你開發期間的實時代碼推送到電視機上。從而節省了每次你的打包及重新項目的當你運行在設備上。我們稱為 `實時開發`
它可以非常快地將你開發期間的實時代碼推送到電視機上。每次您想檢視項目如何在設備上運行時,都無需經曆再次構建,打包和重新安裝應用程式。我們稱為 `實時開發`
**WITs 對於你的開發內容有持續性幫助。**

<img src="https://user-images.githubusercontent.com/11974693/73414912-a2267f80-4353-11ea-9685-fefb09d8e6b5.jpg" width="100%" title="Wits">
Expand All @@ -27,19 +27,17 @@ WITs 是一個非常有效的開發工具,很容易幫助開發屬於你的 Ti
$ git clone https://github.com/Samsung/Wits.git
```

#### 2. 安裝WITs依賴
#### 2. 安裝WITs依賴

```sh
$ cd ~/{path-to}/Wits
$ npm install -g
```

#### 3. 更改 `.witsconfig.json``Wits` 的目錄內.
#### 3. Wits 的目錄下更改 .witsconfig.json。

The default `path` is `tizen-studio-data/profile/profiles.xml` on Mac and Windows both.
配置對應的 Tizen Studio 證書 Profile `path` profiles.xml所對應的路徑到
**.witsconfig.json**
預設 `path``tizen-studio-data/profile/profiles.xml` 都在mac與Windows係統上。
Tizen Studio的證書路徑(profiles.xml)是在 **.witsconfig.json**`path` 上配置,
在mac與Windows係統上預設路徑 `path` 都是 `tizen-studio-data/profile/profiles.xml`


## **係統要求**
Expand Down Expand Up @@ -146,7 +144,7 @@ stglib
## FAQ

- [WITs FAQ](https://github.com/Samsung/Wits/wiki/Frequently-Asked-Questions)
- [怎樣使用Chrome inspector的調度模式](https://github.com/Samsung/Wits/wiki/Frequently-Asked-Questions#answer-1)
- [怎樣使用Chrome inspector的開發模式](https://github.com/Samsung/Wits/wiki/Frequently-Asked-Questions#answer-1)
- [使用proxy之後](https://github.com/Samsung/Wits/wiki/Frequently-Asked-Questions#question-6)
- [怎麼去獲取你的電視或設備IP](https://github.com/Samsung/Wits/wiki/Frequently-Asked-Questions#question-7)

Expand Down

0 comments on commit 893f8b5

Please sign in to comment.