|
1 | 1 | import { SubmitKey } from "../store/config"; |
2 | 2 | import type { PartialLocaleType } from "./index"; |
3 | 3 | import { getClientConfig } from "../config/client"; |
4 | | -import { SAAS_CHAT_URL } from "@/app/constant"; |
5 | | -const SAAS_CHAT_URL_WITH_PARAM = `${SAAS_CHAT_URL}?data=chat`; |
| 4 | +import { SAAS_CHAT_UTM_URL } from "@/app/constant"; |
6 | 5 | const isApp = !!getClientConfig()?.isApp; |
7 | 6 |
|
8 | 7 | const de: PartialLocaleType = { |
9 | 8 | WIP: "In Bearbeitung...", |
10 | 9 | Error: { |
11 | 10 | Unauthorized: isApp |
12 | 11 | ? `😆 Das Gespräch hatte einige Probleme, keine Sorge: |
13 | | - \\ 1️⃣ Wenn du ohne Konfiguration sofort starten möchtest, [klicke hier, um sofort zu chatten 🚀](${SAAS_CHAT_URL_WITH_PARAM}) |
| 12 | + \\ 1️⃣ Wenn du ohne Konfiguration sofort starten möchtest, [klicke hier, um sofort zu chatten 🚀](${SAAS_CHAT_UTM_URL}) |
14 | 13 | \\ 2️⃣ Wenn du deine eigenen OpenAI-Ressourcen verwenden möchtest, klicke [hier](/#/settings), um die Einstellungen zu ändern ⚙️` |
15 | 14 | : `😆 Das Gespräch hatte einige Probleme, keine Sorge: |
16 | | - \ 1️⃣ Wenn du ohne Konfiguration sofort starten möchtest, [klicke hier, um sofort zu chatten 🚀](${SAAS_CHAT_URL_WITH_PARAM}) |
| 15 | + \ 1️⃣ Wenn du ohne Konfiguration sofort starten möchtest, [klicke hier, um sofort zu chatten 🚀](${SAAS_CHAT_UTM_URL}) |
17 | 16 | \ 2️⃣ Wenn du eine private Bereitstellung verwendest, klicke [hier](/#/auth), um den Zugriffsschlüssel einzugeben 🔑 |
18 | 17 | \ 3️⃣ Wenn du deine eigenen OpenAI-Ressourcen verwenden möchtest, klicke [hier](/#/settings), um die Einstellungen zu ändern ⚙️ |
19 | 18 | `, |
|
0 commit comments