forked from chao/RESTClient
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated new added i18n entries to Chinese and French.
- Loading branch information
Showing
4 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
restclient.login = Se_connecter | ||
restclient.logout = Se_Déconnecter | ||
restclient.milliseconds = ms | ||
restclient.bytes = bytes | ||
restclient.bytes = bytes | ||
|
||
raw.xml.tab.label = Corps de la réponse | ||
parsed.xml.tab.label = XML | ||
|
||
raw.json.tab.label = Corps de la réponse | ||
parsed.json.tab.label = JSON | ||
|
||
raw.image.tab.label = Corps de la réponse (Base64) | ||
parsed.image.tab.label = Image | ||
|
||
raw.html.tab.label = Corps de la réponse | ||
parsed.html.tab.label = Page Web |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
restclient.login = 登录 | ||
restclient.logout = 登出 | ||
restclient.milliseconds = 毫秒 | ||
restclient.bytes = 比特 | ||
restclient.bytes = 比特 | ||
|
||
raw.xml.tab.label = 应答正文 | ||
parsed.xml.tab.label = XML格式 | ||
|
||
raw.json.tab.label = 应答正文 | ||
parsed.json.tab.label = JSON格式 | ||
|
||
raw.image.tab.label = 应答正文(Base64编码) | ||
parsed.image.tab.label = 图片 | ||
|
||
raw.html.tab.label = 应答正文 | ||
parsed.html.tab.label = 网页 |