-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a92bc49
commit b8335a6
Showing
12 changed files
with
81 additions
and
206 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import json | ||
import os | ||
|
||
# 从目录应用中获取W9_*_SET,合并去重成为新的 envs 数组 | ||
|
||
# 将 envs 数组以增量的方式合并到 translation.json |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import json | ||
import os | ||
|
||
# translation.json 以增量的方式合并到 po.json | ||
# https://github.com/Websoft9/plugin-appstore/blob/main/public/po.zh_CN.js | ||
# https://github.com/Websoft9/plugin-appstore/blob/main/public/po.en_US.js |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"W9_DB_PORT_SET": [ | ||
"Database Port", | ||
"应用数据库端口" | ||
], | ||
"W9_HTTP_PORT_SET": [ | ||
"App HTTP Port", | ||
"应用 HTTP 端口" | ||
], | ||
"W9_AGENT_PORT_SET": [ | ||
"Application Agent Port", | ||
"应用代理端口" | ||
], | ||
"W9_SSH_PORT_SET": [ | ||
"Application SSH Port", | ||
"应用 SSH 端口" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.