From 75df07ff196b809004f768ee80c143d204bb75d0 Mon Sep 17 00:00:00 2001 From: Frank Date: Thu, 29 Jan 2026 10:08:38 +0100 Subject: [PATCH] Import "JSON- oder CSV-Datei mit Charakterdaten" is wrong --- frontend/src/locales/de | 4 ++-- frontend/src/locales/en | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/locales/de b/frontend/src/locales/de index 2c60ea6..958949c 100644 --- a/frontend/src/locales/de +++ b/frontend/src/locales/de @@ -26,7 +26,7 @@ export default { description: 'Laden Sie Charakterdaten aus VTT- oder CSV-Dateien hoch.', charVTT: 'Charakter VTT', charCSV: 'Charakter CSV (optional)', - vttHelp: 'JSON- oder CSV-Datei mit Charakterdaten', + vttHelp: 'JSON-Datei mit Charakterdaten', csvHelp: 'Optionale CSV-Datei mit zusätzlichen Daten', upload: 'Hochladen', invalidFileType: 'Ungültiger Dateityp. Nur .csv und .json Dateien sind erlaubt.', @@ -693,4 +693,4 @@ export default { licenseText: 'BaMoRT ist Open-Source-Software, lizenziert unter einer dualen Lizenz. Details finden Sie im GitHub-Repository.', github: 'Projekt auf GitHub' } -} \ No newline at end of file +} diff --git a/frontend/src/locales/en b/frontend/src/locales/en index 4916af9..0d7129c 100644 --- a/frontend/src/locales/en +++ b/frontend/src/locales/en @@ -26,7 +26,7 @@ export default { description: 'Upload character data from VTT or CSV files.', charVTT: 'Character VTT', charCSV: 'Character CSV (optional)', - vttHelp: 'JSON or CSV file with character data', + vttHelp: 'JSON file with character data', csvHelp: 'Optional CSV file with additional data', upload: 'Upload', invalidFileType: 'Invalid file type. Only .csv and .json files are allowed.', @@ -688,4 +688,4 @@ export default { licenseText: 'BaMoRT is open-source software, licensed under a dual license. Details can be found in the GitHub repository.', github: 'Project on GitHub' } -} \ No newline at end of file +}