@@ -95,6 +95,37 @@ export const messages = {
9595 csghubLoginCompleted : "用户 {user} 登录完成。" ,
9696 csghubLoginEnvironmentCompleted : "用户 {user} 登录 {environment} 完成。" ,
9797 csghubLogoutCompleted : "用户 {user} 已登出。" ,
98+ connectorManagerTitle : "管理连接器" ,
99+ connectorGitHub : "GitHub" ,
100+ connectorConnected : "已连接" ,
101+ connectorConfigured : "已配置" ,
102+ connectorSetUp : "设置" ,
103+ connectorNotConnected : "未连接" ,
104+ connectorConnect : "连接" ,
105+ connectorConnectGitHub : "连接 GitHub" ,
106+ connectorGitHubConnectedAs : "GitHub 已连接:{user}" ,
107+ connectorManage : "管理" ,
108+ connectorDisconnect : "断开" ,
109+ connectorEdit : "编辑" ,
110+ connectorSave : "保存" ,
111+ connectorClientID : "Client ID" ,
112+ connectorClientSecret : "Client Secret" ,
113+ connectorCallbackURL : "Callback URL" ,
114+ connectorScopes : "Scopes" ,
115+ connectorOAuthPending : "等待 GitHub 授权完成..." ,
116+ connectorClientIDRequired : "请填写 GitHub Client ID。" ,
117+ connectorClientSecretRequired : "请填写 GitHub Client Secret。" ,
118+ connectorSaveFailed : "保存 GitHub 连接器失败。" ,
119+ connectorNotConfigured : "请先配置 GitHub OAuth Client ID 和 Client Secret。" ,
120+ connectorConnectFailed : "GitHub 授权启动失败。" ,
121+ connectorManageFailed : "打开 GitHub App 管理失败。" ,
122+ connectorDisconnectFailed : "断开 GitHub 连接失败。" ,
123+ connectorStatusFailed : "读取连接器状态失败。" ,
124+ connectorLoginTimedOut : "GitHub 授权超时,请重新连接。" ,
125+ connectorOAuthURLMissing : "GitHub 授权地址为空,请重试。" ,
126+ connectorOAuthPopupBlocked : "浏览器阻止了 GitHub 授权窗口,请允许弹窗后重试。" ,
127+ connectorManageURLMissing : "GitHub App 管理地址为空,请重试。" ,
128+ connectorManagePopupBlocked : "浏览器阻止了 GitHub App 管理窗口,请允许弹窗后重试。" ,
98129 localAgentConsole : "本地 Agent 控制台" ,
99130 loading : "正在加载 IM 工作区..." ,
100131 loadingFailed : "加载失败,请稍后重试。" ,
@@ -1113,6 +1144,37 @@ export const messages = {
11131144 csghubLoginCompleted : "{user} signed in." ,
11141145 csghubLoginEnvironmentCompleted : "{user} signed in to {environment}." ,
11151146 csghubLogoutCompleted : "Signed out: {user}." ,
1147+ connectorManagerTitle : "Manage connectors" ,
1148+ connectorGitHub : "GitHub" ,
1149+ connectorConnected : "Connected" ,
1150+ connectorConfigured : "Configured" ,
1151+ connectorSetUp : "Set up" ,
1152+ connectorNotConnected : "Not connected" ,
1153+ connectorConnect : "Connect" ,
1154+ connectorConnectGitHub : "Connect GitHub" ,
1155+ connectorGitHubConnectedAs : "GitHub connected: {user}" ,
1156+ connectorManage : "Manage" ,
1157+ connectorDisconnect : "Disconnect" ,
1158+ connectorEdit : "Edit" ,
1159+ connectorSave : "Save" ,
1160+ connectorClientID : "Client ID" ,
1161+ connectorClientSecret : "Client Secret" ,
1162+ connectorCallbackURL : "Callback URL" ,
1163+ connectorScopes : "Scopes" ,
1164+ connectorOAuthPending : "Waiting for GitHub authorization..." ,
1165+ connectorClientIDRequired : "Enter a GitHub Client ID." ,
1166+ connectorClientSecretRequired : "Enter a GitHub Client Secret." ,
1167+ connectorSaveFailed : "Failed to save GitHub connector." ,
1168+ connectorNotConfigured : "Configure the GitHub OAuth Client ID and Client Secret before connecting." ,
1169+ connectorConnectFailed : "Failed to start GitHub authorization." ,
1170+ connectorManageFailed : "Failed to open GitHub App management." ,
1171+ connectorDisconnectFailed : "Failed to disconnect GitHub." ,
1172+ connectorStatusFailed : "Failed to read connector status." ,
1173+ connectorLoginTimedOut : "GitHub authorization timed out. Please connect again." ,
1174+ connectorOAuthURLMissing : "The GitHub authorization URL was empty. Please retry." ,
1175+ connectorOAuthPopupBlocked : "The browser blocked the GitHub authorization window. Allow pop-ups and retry." ,
1176+ connectorManageURLMissing : "The GitHub App management URL was empty. Please retry." ,
1177+ connectorManagePopupBlocked : "The browser blocked the GitHub App management window. Allow pop-ups and retry." ,
11161178 localAgentConsole : "Local agent console" ,
11171179 loading : "Loading IM workspace..." ,
11181180 loadingFailed : "Failed to load the workspace. Please try again." ,
0 commit comments