Update terminology from "AI" to "Yapay Zeka" across multiple components for consistency and clarity. Adjusted button labels, error messages, and comments to reflect the new terminology, enhancing user understanding and maintaining uniformity throughout the application.
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
bilalgursen
2026-08-02 04:57:15 +03:00
parent a8bd13ef43
commit 205743f3b1
23 changed files with 51 additions and 51 deletions

View File

@@ -229,7 +229,7 @@ export async function POST(request: NextRequest) {
reason: "refund",
refId: kullaniciMesajId,
});
console.error("[soru] AI istemcisi kurulamadı (anahtar eksik olabilir)");
console.error("[soru] Yapay Zeka istemcisi kurulamadı (anahtar eksik olabilir)");
return Response.json(
{
error:
@@ -260,7 +260,7 @@ export async function POST(request: NextRequest) {
});
} catch {
await grantCredits({ userId, delta: 1, reason: "refund", refId: kullaniciMesajId });
return Response.json({ error: "AI'ya ulaşılamadı." }, { status: 502 });
return Response.json({ error: "Yapay Zeka'ya ulaşılamadı." }, { status: 502 });
}
const readable = new ReadableStream({