feat: übersetze gesamte UI auf Deutsch
- Alle Seiten (AirScale, LinkedIn, SERP, Ergebnisse, Einstellungen) auf Deutsch - Gemeinsame Komponenten übersetzt: StatusBadge, ResultsTable-Spalten, FileDropZone, ExportButtons - Sidebar API-Status-Label und TopBar-Breadcrumbs auf Deutsch - Alle Toast-Nachrichten und Fehlermeldungen auf Deutsch Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -77,7 +77,7 @@ export function Sidebar() {
|
||||
{/* Credential status */}
|
||||
{!sidebarCollapsed && (
|
||||
<div className="px-4 py-4 border-t border-[#1e1e2e] space-y-2">
|
||||
<p className="text-xs text-gray-500 uppercase tracking-wider mb-3">API Status</p>
|
||||
<p className="text-xs text-gray-500 uppercase tracking-wider mb-3">API-Status</p>
|
||||
{[
|
||||
{ key: "anymailfinder", label: "Anymailfinder" },
|
||||
{ key: "apify", label: "Apify" },
|
||||
|
||||
@@ -5,12 +5,12 @@ import { useAppStore } from "@/lib/store";
|
||||
import { Activity } from "lucide-react";
|
||||
|
||||
const BREADCRUMBS: Record<string, string> = {
|
||||
"/airscale": "AirScale → Email",
|
||||
"/linkedin": "LinkedIn → Email",
|
||||
"/serp": "SERP → Email",
|
||||
"/maps": "Google Maps → Email",
|
||||
"/results": "Results & History",
|
||||
"/settings": "Settings",
|
||||
"/airscale": "AirScale → E-Mail",
|
||||
"/linkedin": "LinkedIn → E-Mail",
|
||||
"/serp": "SERP → E-Mail",
|
||||
"/maps": "Google Maps → E-Mail",
|
||||
"/results": "Ergebnisse & Verlauf",
|
||||
"/settings": "Einstellungen",
|
||||
};
|
||||
|
||||
export function TopBar() {
|
||||
|
||||
Reference in New Issue
Block a user