Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
163 changes: 163 additions & 0 deletions agent/cmd/server/docs/x-log.json
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,13 @@
"formatZH": "删除 AI 网关 API Key",
"formatEN": "delete AI proxy API key"
},
"/core/enterprise/ai-proxy/api-keys/reactivate": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "重新激活 AI 网关 API Key",
"formatEN": "reactivate AI proxy API key"
},
"/core/enterprise/ai-proxy/api-keys/reveal": {
"bodyKeys": [],
"paramKeys": [],
Expand Down Expand Up @@ -1342,6 +1349,99 @@
"formatZH": "更新 AI 网关智能路由样本 [id] [type] [label]",
"formatEN": "update AI proxy smart route sample [id] [type] [label]"
},
"/core/enterprise/auth-sources/ldap/setting": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 LDAP 认证设置",
"formatEN": "update LDAP authentication settings"
},
"/core/enterprise/auth-sources/ldap/sync/run": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "手动同步 LDAP 用户",
"formatEN": "manually synchronize LDAP users"
},
"/core/enterprise/auth-sources/ldap/sync/setting": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 LDAP 同步设置",
"formatEN": "update LDAP synchronization settings"
},
"/core/enterprise/auth-sources/ldap/test-connection": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "测试 LDAP 连接",
"formatEN": "test LDAP connection"
},
"/core/enterprise/auth-sources/ldap/test-login": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "测试 LDAP 用户登录",
"formatEN": "test LDAP user login"
},
"/core/enterprise/auth-sources/ldap/users/import": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "导入 LDAP 用户",
"formatEN": "import LDAP users"
},
"/core/enterprise/auth-sources/oidc/setting": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 OIDC 认证设置",
"formatEN": "update OIDC authentication settings"
},
"/core/enterprise/auth-sources/oidc/test-configuration": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "测试 OIDC 连接",
"formatEN": "test OIDC connection"
},
"/core/enterprise/auth-sources/oidc/test-login/begin": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "发起 OIDC 测试登录",
"formatEN": "start OIDC test login"
},
"/core/enterprise/auth-sources/saml2/setting": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 SAML2 认证设置",
"formatEN": "update SAML2 authentication settings"
},
"/core/enterprise/auth-sources/saml2/test-configuration": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "测试 SAML2 连接",
"formatEN": "test SAML2 connection"
},
"/core/enterprise/auth-sources/saml2/test-login/begin": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "发起 SAML2 测试登录",
"formatEN": "start SAML2 test login"
},
"/core/enterprise/licenses/community-restore": {
"bodyKeys": [
"mode"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "恢复为社区版",
"formatEN": "restore Community Edition"
},
"/core/enterprise/licenses/upload": {
"bodyKeys": [],
"paramKeys": [],
Expand Down Expand Up @@ -4902,6 +5002,69 @@
"formatZH": "上传 ssl 文件 [type]",
"formatEN": "Upload ssl file [type]"
},
"/websites/templates": {
"bodyKeys": [
"name"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "创建网站模板 [name]",
"formatEN": "Create website template [name]"
},
"/websites/templates/del": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [
{
"input_column": "id",
"input_value": "id",
"isList": false,
"db": "website_templates",
"output_column": "name",
"output_value": "name"
}
],
"formatZH": "删除网站模板 [name]",
"formatEN": "Delete website template [name]"
},
"/websites/templates/outputs": {
"bodyKeys": [
"name"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "生成模板产物 [name]",
"formatEN": "Generate template output [name]"
},
"/websites/templates/outputs/del": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [
{
"input_column": "id",
"input_value": "id",
"isList": false,
"db": "website_template_outputs",
"output_column": "name",
"output_value": "name"
}
],
"formatZH": "删除模板产物 [name]",
"formatEN": "Delete template output [name]"
},
"/websites/templates/update": {
"bodyKeys": [
"name"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新网站模板 [name]",
"formatEN": "Update website template [name]"
},
"/websites/update": {
"bodyKeys": [
"primaryDomain"
Expand Down
163 changes: 163 additions & 0 deletions core/cmd/server/docs/x-log.json
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,13 @@
"formatZH": "删除 AI 网关 API Key",
"formatEN": "delete AI proxy API key"
},
"/core/enterprise/ai-proxy/api-keys/reactivate": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "重新激活 AI 网关 API Key",
"formatEN": "reactivate AI proxy API key"
},
"/core/enterprise/ai-proxy/api-keys/reveal": {
"bodyKeys": [],
"paramKeys": [],
Expand Down Expand Up @@ -1342,6 +1349,99 @@
"formatZH": "更新 AI 网关智能路由样本 [id] [type] [label]",
"formatEN": "update AI proxy smart route sample [id] [type] [label]"
},
"/core/enterprise/auth-sources/ldap/setting": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 LDAP 认证设置",
"formatEN": "update LDAP authentication settings"
},
"/core/enterprise/auth-sources/ldap/sync/run": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "手动同步 LDAP 用户",
"formatEN": "manually synchronize LDAP users"
},
"/core/enterprise/auth-sources/ldap/sync/setting": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 LDAP 同步设置",
"formatEN": "update LDAP synchronization settings"
},
"/core/enterprise/auth-sources/ldap/test-connection": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "测试 LDAP 连接",
"formatEN": "test LDAP connection"
},
"/core/enterprise/auth-sources/ldap/test-login": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "测试 LDAP 用户登录",
"formatEN": "test LDAP user login"
},
"/core/enterprise/auth-sources/ldap/users/import": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "导入 LDAP 用户",
"formatEN": "import LDAP users"
},
"/core/enterprise/auth-sources/oidc/setting": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 OIDC 认证设置",
"formatEN": "update OIDC authentication settings"
},
"/core/enterprise/auth-sources/oidc/test-configuration": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "测试 OIDC 连接",
"formatEN": "test OIDC connection"
},
"/core/enterprise/auth-sources/oidc/test-login/begin": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "发起 OIDC 测试登录",
"formatEN": "start OIDC test login"
},
"/core/enterprise/auth-sources/saml2/setting": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新 SAML2 认证设置",
"formatEN": "update SAML2 authentication settings"
},
"/core/enterprise/auth-sources/saml2/test-configuration": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "测试 SAML2 连接",
"formatEN": "test SAML2 connection"
},
"/core/enterprise/auth-sources/saml2/test-login/begin": {
"bodyKeys": [],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "发起 SAML2 测试登录",
"formatEN": "start SAML2 test login"
},
"/core/enterprise/licenses/community-restore": {
"bodyKeys": [
"mode"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "恢复为社区版",
"formatEN": "restore Community Edition"
},
"/core/enterprise/licenses/upload": {
"bodyKeys": [],
"paramKeys": [],
Expand Down Expand Up @@ -4902,6 +5002,69 @@
"formatZH": "上传 ssl 文件 [type]",
"formatEN": "Upload ssl file [type]"
},
"/websites/templates": {
"bodyKeys": [
"name"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "创建网站模板 [name]",
"formatEN": "Create website template [name]"
},
"/websites/templates/del": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [
{
"input_column": "id",
"input_value": "id",
"isList": false,
"db": "website_templates",
"output_column": "name",
"output_value": "name"
}
],
"formatZH": "删除网站模板 [name]",
"formatEN": "Delete website template [name]"
},
"/websites/templates/outputs": {
"bodyKeys": [
"name"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "生成模板产物 [name]",
"formatEN": "Generate template output [name]"
},
"/websites/templates/outputs/del": {
"bodyKeys": [
"id"
],
"paramKeys": [],
"beforeFunctions": [
{
"input_column": "id",
"input_value": "id",
"isList": false,
"db": "website_template_outputs",
"output_column": "name",
"output_value": "name"
}
],
"formatZH": "删除模板产物 [name]",
"formatEN": "Delete template output [name]"
},
"/websites/templates/update": {
"bodyKeys": [
"name"
],
"paramKeys": [],
"beforeFunctions": [],
"formatZH": "更新网站模板 [name]",
"formatEN": "Update website template [name]"
},
"/websites/update": {
"bodyKeys": [
"primaryDomain"
Expand Down
1 change: 1 addition & 0 deletions core/i18n/lang/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ Command: "Command"

# LDAP
ErrLDAPConnectionTest: "LDAP connection test failed. Check the server address, bind account, and network settings."
ErrLDAPLoginTest: "LDAP login test failed. Check the username and password."
LDAPConnectionTestSuccess: "LDAP connection test succeeded."
ErrLDAPDirectorySearch: "Failed to read LDAP users. Check the connection and search settings."
ErrLDAPConfigLoad: "Failed to load the LDAP configuration."
Expand Down
1 change: 1 addition & 0 deletions core/i18n/lang/es-ES.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ Command: "Comando"

# LDAP
ErrLDAPConnectionTest: "La prueba de conexión LDAP falló. Compruebe la dirección del servidor, la cuenta de enlace y la configuración de red."
ErrLDAPLoginTest: "La prueba de inicio de sesión LDAP falló. Compruebe el nombre de usuario y la contraseña."
LDAPConnectionTestSuccess: "La prueba de conexión LDAP se realizó correctamente."
ErrLDAPDirectorySearch: "No se pudieron leer los usuarios LDAP. Compruebe la conexión y la configuración de búsqueda."
ErrLDAPConfigLoad: "No se pudo cargar la configuración LDAP."
Expand Down
1 change: 1 addition & 0 deletions core/i18n/lang/fa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ Command: "دستور"

# LDAP
ErrLDAPConnectionTest: "آزمایش اتصال LDAP ناموفق بود. نشانی سرور، حساب اتصال و تنظیمات شبکه را بررسی کنید."
ErrLDAPLoginTest: "آزمایش ورود LDAP ناموفق بود. نام کاربری و رمز عبور را بررسی کنید."
LDAPConnectionTestSuccess: "آزمایش اتصال LDAP با موفقیت انجام شد."
ErrLDAPDirectorySearch: "خواندن کاربران LDAP ناموفق بود. تنظیمات اتصال و جستجو را بررسی کنید."
ErrLDAPConfigLoad: "بارگذاری پیکربندی LDAP ناموفق بود."
Expand Down
1 change: 1 addition & 0 deletions core/i18n/lang/ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ Command: "コマンド"

# LDAP
ErrLDAPConnectionTest: "LDAP 接続テストに失敗しました。サーバーアドレス、バインドアカウント、ネットワーク設定を確認してください。"
ErrLDAPLoginTest: "LDAP ログインテストに失敗しました。ユーザー名とパスワードを確認してください。"
LDAPConnectionTestSuccess: "LDAP 接続テストに成功しました。"
ErrLDAPDirectorySearch: "LDAP ユーザーの読み取りに失敗しました。接続と検索設定を確認してください。"
ErrLDAPConfigLoad: "LDAP 設定の読み込みに失敗しました。"
Expand Down
Loading
Loading