Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Commit 9a5f819

Browse files
committed
9.10.1
1 parent 3a5a66a commit 9a5f819

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

LOCAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Postman 汉化
22

3-
当前支持版本:9.6.0 ~ 9.9.3
3+
当前支持版本:9.6.0 ~ 9.10.1
44
更新时间:2022-01-18
55
直接汉化请看:[README](README.md)
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Postman 中文版
2-
最新中文版本:9.9.3
3-
更新时间:2022-01-18
2+
最新中文版本:9.10.1
3+
更新时间:2022-01-26
44
本地部署汉化请看:[本地部署](LOCAL.md)
55
汉化请按照下面[步骤](#步骤)
66

php/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 应用程序
1010
const APP_NAME = 'Postman'; // 名称
1111
const APP_IMAGE = './images/app.png'; // 图片
12-
const APP_VERSION = '9.9.3'; // 版本
12+
const APP_VERSION = '9.10.1'; // 版本
1313

1414
# 路径配置
1515
const APP_PATH = 'D:/App/Network/Postman/Install/app-' . APP_VERSION . '/resources/app/'; // 应用程序根目录

php/lang/js/vendor-shared.js2.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@
431431
'text:"Path"' => 'text:"路径"',
432432
'text:"CONNECTED"' => 'text:"已连接"',
433433
'text:"DISCONNECTED"' => 'text:"已断开连接"',
434+
'text:"Status"' => 'text:"状态"',
434435
'label:"Result"' => 'label:"结果"',
435436
'label:"default"' => 'label:"默认"',
436437
'label:"secret"' => 'label:"秘密"',
@@ -450,6 +451,7 @@
450451
'title:"Globals"' => 'title:"全局"',
451452
'title:"History"' => 'title:"历史"',
452453
'value:"Globals"' => 'value:"全局"',
454+
'Header:"Status"' => 'Header:"状态"',
453455
'tooltip:"Dismiss"' => 'tooltip:"无视"',
454456
'tooltip:"Name"' => 'tooltip:"名称"',
455457
'shortLabel:"Auth"' => 'shortLabel:"授权"',
@@ -461,6 +463,7 @@
461463
'keyPlaceholder:"Key"' => 'keyPlaceholder:"键"',
462464
'environment:"Environment"' => 'environment:"环境"',
463465
'collection:"Collection"' => 'collection:"集合"',
466+
',"Status")' => ',"状态")',
464467
'="Environment")' => '="环境")',
465468
',"Environment")' => ',"环境")',
466469
',"Location")' => ',"位置")',
@@ -1801,7 +1804,7 @@
18011804
'"Secret"' => '"密匙"',
18021805
'"Branch"' => '"分支"',
18031806
'"Directory"' => '"目录"',
1804-
'"Status"' => '"状态"',
1807+
'"State"' => '"状态"',
18051808
'"Copy"' => '"拷贝"',
18061809
'"Integration"' => '"集成"',
18071810
'"Clear"' => '"清除"',
@@ -1826,7 +1829,6 @@
18261829
'"Country"' => '"国家"',
18271830
'"Address"' => '"地址"',
18281831
'"City"' => '"城市"',
1829-
'"State"' => '"状态"',
18301832
'"Reload"' => '"重新加载"',
18311833
'"Refresh"' => '"刷新"',
18321834
'"Create"' => '"创建"',

php/lang/js/vendor-ui.js.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
return require 'vendor-shared.js.php';
3+
return require 'vendor-shared.js2.php';
44

55
return [
66
'regex' => [

0 commit comments

Comments
 (0)