- Information according to § 5 TMG (German Telemedia Act)
+ Angaben gemäß § 5 TMG
-
Contact Information:
-
[Your Company Name]
-
[Street Name & Number]
-
[Postal Code & City]
-
Email: [your-email@example.com]
-
Phone: [your-phone-number]
+
Kontakt:
+
[Ihr Firmenname]
+
[Straße & Hausnummer]
+
[PLZ & Stadt]
+
E-Mail: [ihre-email@example.com]
+
Telefon: [ihre-telefonnummer]
-
Represented by:
-
[Your Name/CEO's Name]
+
Vertreten durch:
+
[Ihr Name/Name des Geschäftsführers]
-
Disclaimer:
+
Haftungsausschluss:
- This is a sample imprint and not legally binding. Please replace the placeholder content with your own information and consult a legal professional to ensure compliance with all applicable laws.
+ Dies ist ein Musterimpressum und nicht rechtsverbindlich. Bitte ersetzen Sie die Platzhalterinhalte durch Ihre eigenen Informationen und konsultieren Sie einen Rechtsexperten, um die Einhaltung aller geltenden Gesetze sicherzustellen.
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 0aaa019..3769a1f 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -16,8 +16,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
- title: "Image Web Exporter",
- description: "Upload a picture, then export it in a different resolution and format.",
+ title: "Bild Web Exporter",
+ description: "Laden Sie ein Bild hoch und exportieren Sie es in einer anderen Auflösung und einem anderen Format.",
};
export default function RootLayout({
@@ -26,7 +26,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
-
+
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 42403e1..b42a990 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,10 +6,10 @@ export default function Home() {
- Image Web Exporter
+ Bild Web Exporter
- Upload a picture, then export it in a different resolution and format.
+ Laden Sie ein Bild hoch und exportieren Sie es in einer anderen Auflösung und einem anderen Format.
diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx
index 8469cdd..5e84f92 100644
--- a/src/app/privacy/page.tsx
+++ b/src/app/privacy/page.tsx
@@ -10,37 +10,37 @@ export default function PrivacyPage() {
- Data Privacy Policy
+ Datenschutzerklärung
-
1. General Information
+
1. Allgemeine Informationen
- This is a placeholder for your data privacy policy. It outlines how personal data is collected, used, and protected when you use this website.
+ Dies ist ein Platzhalter für Ihre Datenschutzerklärung. Sie beschreibt, wie personenbezogene Daten erfasst, verwendet und geschützt werden, wenn Sie diese Website nutzen.
-
2. Data Collection on This Website
+
2. Datenerfassung auf dieser Website
- All image processing happens directly in your browser. The images you upload are not sent to any server and are not stored by us. We do not collect any personal data from the images.
+ Die gesamte Bildverarbeitung findet direkt in Ihrem Browser statt. Die von Ihnen hochgeladenen Bilder werden an keinen Server gesendet und von uns nicht gespeichert. Wir erheben keine personenbezogenen Daten aus den Bildern.
-
3. Your Rights
+
3. Ihre Rechte
- As no personal data is collected, rights regarding access, rectification, or erasure of personal data are not applicable in this context.
+ Da keine personenbezogenen Daten erhoben werden, sind die Rechte auf Auskunft, Berichtigung oder Löschung personenbezogener Daten in diesem Zusammenhang nicht anwendbar.
-
Disclaimer:
+
Haftungsausschluss:
- This is a sample privacy policy and not legally binding. It is crucial to adapt this text to your specific data processing activities and to consult with a legal professional to ensure full GDPR compliance.
+ Dies ist eine Muster-Datenschutzerklärung und nicht rechtsverbindlich. Es ist entscheidend, diesen Text an Ihre spezifischen Datenverarbeitungsaktivitäten anzupassen und einen Rechtsexperten zu konsultieren, um die vollständige Einhaltung der DSGVO sicherzustellen.
diff --git a/src/components/action-buttons.tsx b/src/components/action-buttons.tsx
index d314be4..6093bec 100644
--- a/src/components/action-buttons.tsx
+++ b/src/components/action-buttons.tsx
@@ -11,7 +11,7 @@ interface ActionButtonsProps {
export function ActionButtons({ onReset }: ActionButtonsProps) {
const handleApply = () => {
- toast.info("Settings updated and will be used for all downloads.");
+ toast.info("Einstellungen aktualisiert und werden für alle Downloads verwendet.");
};
return (
@@ -20,18 +20,18 @@ export function ActionButtons({ onReset }: ActionButtonsProps) {
-
Reset all settings to their default values.
+
Alle Einstellungen auf ihre Standardwerte zurücksetzen.
-
Confirm and apply all the settings above. This does not download the images.
+
Bestätigen und alle oben genannten Einstellungen anwenden. Dies lädt die Bilder nicht herunter.