diff --git a/app/locales/cs.ts b/app/locales/cs.ts index 63d2c237..b8a3b974 100644 --- a/app/locales/cs.ts +++ b/app/locales/cs.ts @@ -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`, diff --git a/app/locales/de.ts b/app/locales/de.ts index e8d4dc9c..59b1fc92 100644 --- a/app/locales/de.ts +++ b/app/locales/de.ts @@ -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`, diff --git a/app/locales/es.ts b/app/locales/es.ts index 5f5ffc75..6145eccc 100644 --- a/app/locales/es.ts +++ b/app/locales/es.ts @@ -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`, diff --git a/app/locales/fr.ts b/app/locales/fr.ts index f4cd1490..a98d4a43 100644 --- a/app/locales/fr.ts +++ b/app/locales/fr.ts @@ -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`, diff --git a/app/locales/it.ts b/app/locales/it.ts index 4b74ff3f..6a2eabf4 100644 --- a/app/locales/it.ts +++ b/app/locales/it.ts @@ -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`, diff --git a/app/locales/ko.ts b/app/locales/ko.ts index ac5ee5df..194e4476 100644 --- a/app/locales/ko.ts +++ b/app/locales/ko.ts @@ -5,7 +5,8 @@ import type { PartialLocaleType } from "./index"; const ko: PartialLocaleType = { WIP: "곧 출시 예정...", Error: { - Unauthorized: "권한이 없습니다. 설정 페이지에서 액세스 코드를 입력하세요.", + Unauthorized: + "권한이 없습니다. 설정 페이지에서 액세스 코드를 [입력하세요](/#/auth).", }, ChatItem: { ChatItemCount: (count: number) => `${count}개의 메시지`, diff --git a/app/locales/no.ts b/app/locales/no.ts index e4b83496..43c92916 100644 --- a/app/locales/no.ts +++ b/app/locales/no.ts @@ -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`, diff --git a/app/locales/ru.ts b/app/locales/ru.ts index 76be21a3..313acf54 100644 --- a/app/locales/ru.ts +++ b/app/locales/ru.ts @@ -5,7 +5,7 @@ const ru: PartialLocaleType = { WIP: "Скоро...", Error: { Unauthorized: - "Несанкционированный доступ. Пожалуйста, введите код доступа на странице настроек.", + "Несанкционированный доступ. Пожалуйста, введите код доступа на [странице](/#/auth) настроек.", }, ChatItem: { ChatItemCount: (count: number) => `${count} сообщений`, diff --git a/app/locales/tr.ts b/app/locales/tr.ts index ad6b66fd..46fdd628 100644 --- a/app/locales/tr.ts +++ b/app/locales/tr.ts @@ -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`, diff --git a/app/locales/tw.ts b/app/locales/tw.ts index d64294fa..45c3caa0 100644 --- a/app/locales/tw.ts +++ b/app/locales/tw.ts @@ -4,7 +4,7 @@ import type { PartialLocaleType } from "./index"; const tw: PartialLocaleType = { WIP: "該功能仍在開發中……", Error: { - Unauthorized: "目前您的狀態是未授權,請前往設定頁面輸入授權碼。", + Unauthorized: "目前您的狀態是未授權,請前往[設定頁面](/#/auth)輸入授權碼。", }, ChatItem: { ChatItemCount: (count: number) => `${count} 條對話`,