fix(i18n): update apiKeyCreatedMessage for clarity across multiple languages

This commit is contained in:
Junyan Qin
2026-01-20 01:53:42 +08:00
parent 604cc53973
commit fe8a738cd7
4 changed files with 6 additions and 4 deletions

View File

@@ -121,7 +121,8 @@ const enUS = {
webhookHint: webhookHint:
'Webhooks allow LangBot to push person and group message events to external systems', 'Webhooks allow LangBot to push person and group message events to external systems',
actions: 'Actions', actions: 'Actions',
apiKeyCreatedMessage: 'Please copy this API key.', apiKeyCreatedMessage:
'Please copy this API key, if the button is invalid, please copy manually.',
none: 'None', none: 'None',
}, },
notFound: { notFound: {

View File

@@ -123,7 +123,8 @@ const jaJP = {
webhookHint: webhookHint:
'Webhook を使用すると、LangBot は個人メッセージとグループメッセージイベントを外部システムにプッシュできます', 'Webhook を使用すると、LangBot は個人メッセージとグループメッセージイベントを外部システムにプッシュできます',
actions: 'アクション', actions: 'アクション',
apiKeyCreatedMessage: 'この API キーをコピーしてください。', apiKeyCreatedMessage:
'この API キーをコピーしてください。もしボタンが無効な場合は手動でコピーしてください。',
none: 'なし', none: 'なし',
}, },
notFound: { notFound: {

View File

@@ -114,7 +114,7 @@ const zhHans = {
noWebhooks: '暂无 Webhook', noWebhooks: '暂无 Webhook',
webhookHint: 'Webhook 允许 LangBot 将个人消息和群消息事件推送到外部系统', webhookHint: 'Webhook 允许 LangBot 将个人消息和群消息事件推送到外部系统',
actions: '操作', actions: '操作',
apiKeyCreatedMessage: '请复制此 API 密钥。', apiKeyCreatedMessage: '请复制此 API 密钥,若按钮无效,请手动复制。',
none: '无', none: '无',
}, },
notFound: { notFound: {

View File

@@ -114,7 +114,7 @@ const zhHant = {
noWebhooks: '暫無 Webhook', noWebhooks: '暫無 Webhook',
webhookHint: 'Webhook 允許 LangBot 將個人訊息和群組訊息事件推送到外部系統', webhookHint: 'Webhook 允許 LangBot 將個人訊息和群組訊息事件推送到外部系統',
actions: '操作', actions: '操作',
apiKeyCreatedMessage: '請複製此 API 金鑰。', apiKeyCreatedMessage: '請複製此 API 金鑰,若按鈕無效,請手動複製。',
none: '無', none: '無',
}, },
notFound: { notFound: {