mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-12 04:53:44 +08:00
add link to settings page
This commit is contained in:
@@ -5,7 +5,7 @@ const de: LocaleType = {
|
|||||||
WIP: "In Bearbeitung...",
|
WIP: "In Bearbeitung...",
|
||||||
Error: {
|
Error: {
|
||||||
Unauthorized:
|
Unauthorized:
|
||||||
"Unbefugter Zugriff, bitte geben Sie den Zugangscode auf der Einstellungsseite ein.",
|
"Unbefugter Zugriff, bitte geben Sie den Zugangscode auf der [Einstellungsseite](/#/settings) ein.",
|
||||||
},
|
},
|
||||||
ChatItem: {
|
ChatItem: {
|
||||||
ChatItemCount: (count: number) => `${count} Nachrichten`,
|
ChatItemCount: (count: number) => `${count} Nachrichten`,
|
||||||
|
@@ -5,7 +5,7 @@ const en: LocaleType = {
|
|||||||
WIP: "Coming Soon...",
|
WIP: "Coming Soon...",
|
||||||
Error: {
|
Error: {
|
||||||
Unauthorized:
|
Unauthorized:
|
||||||
"Unauthorized access, please enter access code in settings page.",
|
"Unauthorized access, please enter access code in [settings page](/#/settings).",
|
||||||
},
|
},
|
||||||
ChatItem: {
|
ChatItem: {
|
||||||
ChatItemCount: (count: number) => `${count} messages`,
|
ChatItemCount: (count: number) => `${count} messages`,
|
||||||
|
@@ -5,7 +5,7 @@ const es: LocaleType = {
|
|||||||
WIP: "En construcción...",
|
WIP: "En construcción...",
|
||||||
Error: {
|
Error: {
|
||||||
Unauthorized:
|
Unauthorized:
|
||||||
"Acceso no autorizado, por favor ingrese el código de acceso en la página de configuración.",
|
"Acceso no autorizado, por favor ingrese el código de acceso en la [página de configuración](/#/settings).",
|
||||||
},
|
},
|
||||||
ChatItem: {
|
ChatItem: {
|
||||||
ChatItemCount: (count: number) => `${count} mensajes`,
|
ChatItemCount: (count: number) => `${count} mensajes`,
|
||||||
|
@@ -5,7 +5,7 @@ const it: LocaleType = {
|
|||||||
WIP: "Work in progress...",
|
WIP: "Work in progress...",
|
||||||
Error: {
|
Error: {
|
||||||
Unauthorized:
|
Unauthorized:
|
||||||
"Accesso non autorizzato, inserire il codice di accesso nella pagina delle impostazioni.",
|
"Accesso non autorizzato, inserire il codice di accesso nella [pagina delle impostazioni](/#/settings).",
|
||||||
},
|
},
|
||||||
ChatItem: {
|
ChatItem: {
|
||||||
ChatItemCount: (count: number) => `${count} messaggi`,
|
ChatItemCount: (count: number) => `${count} messaggi`,
|
||||||
|
@@ -5,7 +5,7 @@ const tr: LocaleType = {
|
|||||||
WIP: "Çalışma devam ediyor...",
|
WIP: "Çalışma devam ediyor...",
|
||||||
Error: {
|
Error: {
|
||||||
Unauthorized:
|
Unauthorized:
|
||||||
"Yetkisiz erişim, lütfen erişim kodunu ayarlar sayfasından giriniz.",
|
"Yetkisiz erişim, lütfen erişim kodunu [ayarlar sayfasından](/#/settings) giriniz.",
|
||||||
},
|
},
|
||||||
ChatItem: {
|
ChatItem: {
|
||||||
ChatItemCount: (count: number) => `${count} mesaj`,
|
ChatItemCount: (count: number) => `${count} mesaj`,
|
||||||
|
@@ -4,7 +4,8 @@ import type { LocaleType } from "./index";
|
|||||||
const tw: LocaleType = {
|
const tw: LocaleType = {
|
||||||
WIP: "該功能仍在開發中……",
|
WIP: "該功能仍在開發中……",
|
||||||
Error: {
|
Error: {
|
||||||
Unauthorized: "目前您的狀態是未授權,請前往設定頁面輸入授權碼。",
|
Unauthorized:
|
||||||
|
"目前您的狀態是未授權,請前往[設定頁面](/#/settings)輸入授權碼。",
|
||||||
},
|
},
|
||||||
ChatItem: {
|
ChatItem: {
|
||||||
ChatItemCount: (count: number) => `${count} 條對話`,
|
ChatItemCount: (count: number) => `${count} 條對話`,
|
||||||
|
Reference in New Issue
Block a user