From 401a6e55a3ae83ff2fb2e466e2a2968821bd8739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E9=91=AB=E7=9D=BF?= Date: Fri, 27 Sep 2024 12:28:18 +0800 Subject: [PATCH] Update zh to en --- frontend/src/components/endpoints/NewEndpoint.vue | 2 +- frontend/src/components/finetune/NewFinetune.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/endpoints/NewEndpoint.vue b/frontend/src/components/endpoints/NewEndpoint.vue index b188640a1..7c5cd0c85 100644 --- a/frontend/src/components/endpoints/NewEndpoint.vue +++ b/frontend/src/components/endpoints/NewEndpoint.vue @@ -271,7 +271,7 @@ message: t('all.pleaseInput', { value: t('endpoints.new.modelId') }), trigger: 'change' }, - // 确保字符串中包含一个 /,但不能出现在首位或末尾 + // Make sure to include a / in the string, but not at the beginning or end { pattern: /^(?!\/)[a-zA-Z0-9-_\.]+\/[a-zA-Z0-9-_\.]+(?