Skip to content

Commit

Permalink
新增词条:查看私有应用时的界面 (#202)
Browse files Browse the repository at this point in the history
Signed-off-by: 其智乃反不能及 <[email protected]>
  • Loading branch information
qznfbnj authored Jun 29, 2024
1 parent ebae740 commit 40a5d5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions locals.js
Original file line number Diff line number Diff line change
Expand Up @@ -16361,6 +16361,9 @@ I18N.zh["marketplace"] = { // GitHub 市场
"Configure": "设置",
"Manage your installation settings.": "管理安装设置。",

// 私有 App
"Learn more about GitHub Apps": "了解更多关于 GitHub 应用的信息",

"Developer": "开发者",
"App settings": "应用设置", // 已安装
"Website": "网站",
Expand Down Expand Up @@ -16465,6 +16468,7 @@ I18N.zh["marketplace"] = { // GitHub 市场
[/Install (.*)/, "安装 $1"],
[/Where do you want to install (.*)\?/, "您想把 $1 安装在哪里?"],
[/(.*) is installed\. Click to configure.\?/, "$1 已安装。点击进行配置。"],
[/(.*) is a private GitHub App./, "$1 是一款私有的 GitHub 应用。"], // 无法安装私有应用
],
};
I18N.zh["apps"] = I18N.zh["marketplace"];
Expand Down

0 comments on commit 40a5d5f

Please sign in to comment.