Add translations for project templates and navigation to settings
Introduce new translations for project template creation and editing, and add a button to navigate back to the settings page from the ProjectTemplate component. 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/LNMKOrA
This commit is contained in:
@@ -213,8 +213,47 @@
|
||||
"startDate": "Startdatum",
|
||||
"selectStartDate": "Startdatum wählen",
|
||||
"createProject": "Projekt erstellen",
|
||||
"newProject": "Neues Projekt",
|
||||
"weeks": "{{count}} Wochen",
|
||||
"tasks": "{{count}} Aufgaben"
|
||||
"tasks": "{{count}} Aufgaben",
|
||||
"projects": "Projekte",
|
||||
"labels": "Labels",
|
||||
"planning": "Planung",
|
||||
"active": "Aktiv",
|
||||
"finished": "Abgeschlossen",
|
||||
"cancel": "Abbrechen",
|
||||
"create": "Erstellen",
|
||||
"update": "Aktualisieren",
|
||||
"delete": "Löschen",
|
||||
"edit": "Bearbeiten",
|
||||
"save": "Speichern",
|
||||
"addTask": "Aufgabe hinzufügen",
|
||||
"taskTitle": "Aufgabentitel",
|
||||
"description": "Beschreibung",
|
||||
"priority": "Priorität",
|
||||
"status": "Status",
|
||||
"estimatedHours": "Geschätzte Stunden",
|
||||
"label": "Label",
|
||||
"selectLabel": "Label auswählen",
|
||||
"notes": "Notizen",
|
||||
"projectTasks": "Projektaufgaben",
|
||||
"enterTaskTitle": "Aufgabentitel eingeben",
|
||||
"enterTaskDescription": "Aufgabenbeschreibung eingeben",
|
||||
"taskNotes": "Aufgabennotizen (optional)",
|
||||
"createLabel": "Label erstellen",
|
||||
"editLabel": "Label bearbeiten",
|
||||
"createNewLabel": "Neues Label erstellen",
|
||||
"labelName": "Label-Name",
|
||||
"labelNamePlaceholder": "Label-Name",
|
||||
"deleteConfirm": "Sind Sie sicher, dass Sie dieses Label löschen möchten?",
|
||||
"loadingLabels": "Labels werden geladen...",
|
||||
"noLabelsYet": "Noch keine Labels",
|
||||
"noLabelsDescription": "Erstellen Sie Ihr erstes Label, um Ihre Aufgaben nach Farbe und Kategorie zu organisieren.",
|
||||
"projectDescription": "Projektbeschreibung",
|
||||
"projectDescriptionPlaceholder": "Projektbeschreibung eingeben (optional)",
|
||||
"plannedEndDate": "Geplantes Enddatum",
|
||||
"selectPlannedEndDate": "Geplantes Enddatum wählen",
|
||||
"clearDate": "Datum löschen"
|
||||
},
|
||||
"timeCompletion": {
|
||||
"title": "Aufgabe abgeschlossen!",
|
||||
|
||||
Reference in New Issue
Block a user