mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	Merge pull request #2531 from LeviBorodenko/main
Add link to authentication page to i18n
This commit is contained in:
		@@ -5,7 +5,7 @@ const cs: PartialLocaleType = {
 | 
			
		||||
  WIP: "V přípravě...",
 | 
			
		||||
  Error: {
 | 
			
		||||
    Unauthorized:
 | 
			
		||||
      "Neoprávněný přístup, zadejte přístupový kód na stránce nastavení.",
 | 
			
		||||
      "Neoprávněný přístup, zadejte přístupový kód na [stránce](/#/auth) nastavení.",
 | 
			
		||||
  },
 | 
			
		||||
  ChatItem: {
 | 
			
		||||
    ChatItemCount: (count: number) => `${count} zpráv`,
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@ const de: PartialLocaleType = {
 | 
			
		||||
  WIP: "In Bearbeitung...",
 | 
			
		||||
  Error: {
 | 
			
		||||
    Unauthorized:
 | 
			
		||||
      "Unbefugter Zugriff, bitte geben Sie den Zugangscode auf der Einstellungsseite ein.",
 | 
			
		||||
      "Unbefugter Zugriff, bitte geben Sie den Zugangscode auf der [Einstellungsseite](/#/auth) ein.",
 | 
			
		||||
  },
 | 
			
		||||
  ChatItem: {
 | 
			
		||||
    ChatItemCount: (count: number) => `${count} Nachrichten`,
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@ const es: PartialLocaleType = {
 | 
			
		||||
  WIP: "En construcción...",
 | 
			
		||||
  Error: {
 | 
			
		||||
    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](/#/auth) de configuración.",
 | 
			
		||||
  },
 | 
			
		||||
  ChatItem: {
 | 
			
		||||
    ChatItemCount: (count: number) => `${count} mensajes`,
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@ const fr: PartialLocaleType = {
 | 
			
		||||
  WIP: "Prochainement...",
 | 
			
		||||
  Error: {
 | 
			
		||||
    Unauthorized:
 | 
			
		||||
      "Accès non autorisé, veuillez saisir le code d'accès dans la page des paramètres.",
 | 
			
		||||
      "Accès non autorisé, veuillez saisir le code d'accès dans la [page](/#/auth) des paramètres.",
 | 
			
		||||
  },
 | 
			
		||||
  ChatItem: {
 | 
			
		||||
    ChatItemCount: (count: number) => `${count} messages en total`,
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@ const it: PartialLocaleType = {
 | 
			
		||||
  WIP: "Work in progress...",
 | 
			
		||||
  Error: {
 | 
			
		||||
    Unauthorized:
 | 
			
		||||
      "Accesso non autorizzato, inserire il codice di accesso nella pagina delle impostazioni.",
 | 
			
		||||
      "Accesso non autorizzato, inserire il codice di accesso nella [pagina](/#/auth) delle impostazioni.",
 | 
			
		||||
  },
 | 
			
		||||
  ChatItem: {
 | 
			
		||||
    ChatItemCount: (count: number) => `${count} messaggi`,
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,8 @@ import type { PartialLocaleType } from "./index";
 | 
			
		||||
const ko: PartialLocaleType = {
 | 
			
		||||
  WIP: "곧 출시 예정...",
 | 
			
		||||
  Error: {
 | 
			
		||||
    Unauthorized: "권한이 없습니다. 설정 페이지에서 액세스 코드를 입력하세요.",
 | 
			
		||||
    Unauthorized:
 | 
			
		||||
      "권한이 없습니다. 설정 페이지에서 액세스 코드를 [입력하세요](/#/auth).",
 | 
			
		||||
  },
 | 
			
		||||
  ChatItem: {
 | 
			
		||||
    ChatItemCount: (count: number) => `${count}개의 메시지`,
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,8 @@ import type { PartialLocaleType } from "./index";
 | 
			
		||||
const no: PartialLocaleType = {
 | 
			
		||||
  WIP: "Arbeid pågår ...",
 | 
			
		||||
  Error: {
 | 
			
		||||
    Unauthorized: "Du har ikke tilgang. Vennlig oppgi tildelt adgangskode.",
 | 
			
		||||
    Unauthorized:
 | 
			
		||||
      "Du har ikke tilgang. [Vennlig oppgi tildelt adgangskode](/#/auth).",
 | 
			
		||||
  },
 | 
			
		||||
  ChatItem: {
 | 
			
		||||
    ChatItemCount: (count: number) => `${count} meldinger`,
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@ const ru: PartialLocaleType = {
 | 
			
		||||
  WIP: "Скоро...",
 | 
			
		||||
  Error: {
 | 
			
		||||
    Unauthorized:
 | 
			
		||||
      "Несанкционированный доступ. Пожалуйста, введите код доступа на странице настроек.",
 | 
			
		||||
      "Несанкционированный доступ. Пожалуйста, введите код доступа на [странице](/#/auth) настроек.",
 | 
			
		||||
  },
 | 
			
		||||
  ChatItem: {
 | 
			
		||||
    ChatItemCount: (count: number) => `${count} сообщений`,
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@ const tr: PartialLocaleType = {
 | 
			
		||||
  WIP: "Çalışma devam ediyor...",
 | 
			
		||||
  Error: {
 | 
			
		||||
    Unauthorized:
 | 
			
		||||
      "Yetkisiz erişim, lütfen erişim kodunu ayarlar sayfasından giriniz.",
 | 
			
		||||
      "Yetkisiz erişim, lütfen erişim kodunu ayarlar [sayfasından](/#/auth) giriniz.",
 | 
			
		||||
  },
 | 
			
		||||
  ChatItem: {
 | 
			
		||||
    ChatItemCount: (count: number) => `${count} mesaj`,
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@ import type { PartialLocaleType } from "./index";
 | 
			
		||||
const tw: PartialLocaleType = {
 | 
			
		||||
  WIP: "該功能仍在開發中……",
 | 
			
		||||
  Error: {
 | 
			
		||||
    Unauthorized: "目前您的狀態是未授權,請前往設定頁面輸入授權碼。",
 | 
			
		||||
    Unauthorized: "目前您的狀態是未授權,請前往[設定頁面](/#/auth)輸入授權碼。",
 | 
			
		||||
  },
 | 
			
		||||
  ChatItem: {
 | 
			
		||||
    ChatItemCount: (count: number) => `${count} 條對話`,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user