Skip to content

Commit 90e8eec

Browse files
committed
feat: fix
1 parent 1b4dfe1 commit 90e8eec

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

web/src/i18n/en-US.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@
564564
"models": "Models",
565565
"api_keys": "API Keys",
566566
"audit_logs": "Audit Logs",
567-
"quotas": "Quotas"
567+
"quotas": "Quotas",
568+
"prompts": "Prompts"
568569
}
569570
}

web/src/i18n/en-US/sidebar_workspace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"models": "Models",
1414
"api_keys": "API Keys",
1515
"audit_logs": "Audit Logs",
16-
"quotas": "Quotas"
16+
"quotas": "Quotas",
17+
"prompts": "Prompts"
1718
}

web/src/i18n/zh-CN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@
568568
"models": "模型",
569569
"api_keys": "API密钥",
570570
"audit_logs": "审计日志",
571-
"quotas": "配额"
571+
"quotas": "配额",
572+
"prompts": "提示词"
572573
}
573574
}

web/src/i18n/zh-CN/sidebar_workspace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"models": "模型",
1414
"api_keys": "API密钥",
1515
"audit_logs": "审计日志",
16-
"quotas": "配额"
16+
"quotas": "配额",
17+
"prompts": "提示词"
1718
}

0 commit comments

Comments
 (0)