Improve task management by adding translations for all app features

Implement i18n support by adding new translation keys for Calendar, Kanban Board, and TaskCard components, and update existing translations in de.json and en.json.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: ceced2fc-aa46-458d-ba87-ddd4b7bb1518
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/659922a9-0087-461c-90dd-6d9a58b81d4d/ceced2fc-aa46-458d-ba87-ddd4b7bb1518/nn5bWKE
This commit is contained in:
paul-nothaft
2025-10-24 06:05:04 +00:00
parent b74a290337
commit 8fe1c66d70
6 changed files with 120 additions and 46 deletions
+31 -3
View File
@@ -62,22 +62,50 @@
"play": "Timer starten",
"pause": "Timer pausieren",
"edit": "Aufgabe bearbeiten",
"editTask": "Aufgabe bearbeiten",
"stopTimer": "Timer stoppen",
"startTimer": "Timer starten",
"markAsDone": "Als erledigt markieren",
"startWorking": "Mit Arbeit beginnen",
"moveToTodo": "Zu erledigen verschieben",
"reopenTask": "Aufgabe erneut öffnen",
"deleteTask": "Aufgabe löschen",
"running": "läuft",
"overdue": "Überfällig",
"timeTracked": "{{hours}}Std {{minutes}}Min erfasst"
},
"calendar": {
"title": "Kalenderansicht",
"title": "Kalender",
"today": "Heute",
"weekend": "Wochenende",
"previousWeek": "Vorherige Woche",
"moreItems": "+{{count}} weitere",
"tasksDue": "{{count}} Aufgabe fällig",
"tasksDue_plural": "{{count}} Aufgaben fällig"
},
"kanban": {
"title": "Kanban-Board",
"title": "Board",
"todo": "Zu erledigen",
"inProgress": "In Bearbeitung",
"done": "Erledigt",
"taskCount": "{{count}} Aufgabe",
"taskCount_plural": "{{count}} Aufgaben"
"taskCount_plural": "{{count}} Aufgaben",
"filters": "Filter",
"labels": "Labels",
"priorities": "Prioritäten",
"filterByLabels": "Nach Labels filtern",
"filterByPriority": "Nach Priorität filtern",
"clearAll": "Alle löschen",
"activeFilters": "Aktive Filter:",
"noLabelsAvailable": "Keine Labels verfügbar",
"traditional": "Traditionell",
"weekly": "Wöchentlich",
"monthly": "Monatlich",
"allTasks": "Alle Aufgaben",
"weekOf": "Woche vom {{date}}",
"noTasksInColumn": "Keine Aufgaben in {{column}}",
"noTasksInColumnForWeek": "Keine Aufgaben in {{column}} für diese Woche",
"noTasksInColumnForMonth": "Keine Aufgaben in {{column}} für diesen Monat"
},
"settings": {
"title": "Einstellungen",