mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 02:02:07 +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 ar: PartialLocaleType = {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import { PartialLocaleType } from "./index";
|
||||
|
||||
const bn: PartialLocaleType = {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import { getClientConfig } from "../config/client";
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
|
||||
const isApp = !!getClientConfig()?.isApp;
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import type { PartialLocaleType } from "./index";
|
||||
|
||||
const cs: PartialLocaleType = {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import type { PartialLocaleType } from "./index";
|
||||
|
||||
const de: PartialLocaleType = {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import { getClientConfig } from "../config/client";
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import { LocaleType } from "./index";
|
||||
|
||||
// if you are adding a new translation, please use PartialLocaleType instead of LocaleType
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import type { PartialLocaleType } from "./index";
|
||||
|
||||
const es: PartialLocaleType = {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import type { PartialLocaleType } from "./index";
|
||||
|
||||
const fr: PartialLocaleType = {
|
||||
|
@@ -1,11 +1,12 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import { PartialLocaleType } from "./index";
|
||||
|
||||
const id: PartialLocaleType = {
|
||||
WIP: "Coming Soon...",
|
||||
Error: {
|
||||
Unauthorized: "Akses tidak diizinkan, silakan masukkan kode akses atau masukkan kunci API OpenAI Anda. di halaman [autentikasi](/#/auth) atau di halaman [Pengaturan](/#/settings).",
|
||||
},
|
||||
Unauthorized:
|
||||
"Akses tidak diizinkan, silakan masukkan kode akses atau masukkan kunci API OpenAI Anda. di halaman [autentikasi](/#/auth) atau di halaman [Pengaturan](/#/settings).",
|
||||
},
|
||||
Auth: {
|
||||
Title: "Diperlukan Kode Akses",
|
||||
Tips: "Masukkan kode akses di bawah",
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import type { PartialLocaleType } from "./index";
|
||||
|
||||
const it: PartialLocaleType = {
|
||||
|
@@ -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: "編集",
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
|
||||
import type { PartialLocaleType } from "./index";
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import type { PartialLocaleType } from "./index";
|
||||
|
||||
const no: PartialLocaleType = {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import type { PartialLocaleType } from "./index";
|
||||
|
||||
const ru: PartialLocaleType = {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import type { PartialLocaleType } from "./index";
|
||||
|
||||
const tr: PartialLocaleType = {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import type { PartialLocaleType } from "./index";
|
||||
|
||||
const tw: PartialLocaleType = {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { SubmitKey } from "../store/config";
|
||||
import { SubmitKey } from "@/app/typing";
|
||||
import type { PartialLocaleType } from "./index";
|
||||
|
||||
const vi: PartialLocaleType = {
|
||||
|
Reference in New Issue
Block a user