mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-10-10 14:39:20 +08:00
feat: add multi-model support
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import type { PartialLocaleType } from "./index";
|
||||
|
||||
const jp: PartialLocaleType = {
|
||||
@@ -20,7 +20,8 @@ const jp: PartialLocaleType = {
|
||||
Stop: "停止",
|
||||
Retry: "リトライ",
|
||||
Pin: "ピン",
|
||||
PinToastContent: "コンテキストプロンプトに1つのメッセージをピン留めしました",
|
||||
PinToastContent:
|
||||
"コンテキストプロンプトに1つのメッセージをピン留めしました",
|
||||
PinToastAction: "表示",
|
||||
Delete: "削除",
|
||||
Edit: "編集",
|
||||
|
Reference in New Issue
Block a user