started backend translations

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-12-05 14:38:46 +01:00
parent ebf9a83b60
commit 0d02f3cbda
6 changed files with 19 additions and 5 deletions

View File

@@ -183,6 +183,8 @@
"new_password": "neues Passwort",
"new_property": "neue Eigenschaft",
"no_company": "keine Firma",
"no_project_for_id": "Kein Projekt mit ID {0} gefunden!",
"no_task_for_id": "Keine Aufgabe mit ID {0} gefunden!",
"note": "Notiz",
"notes": "Notizen",
"not_recent_version": "Die ist nicht die neuste Version dieser Seite!",

View File

@@ -183,6 +183,8 @@
"new_password": "new password",
"new_property": "new property",
"no_company": "no company",
"no_project_for_id": "No project found for id {0}",
"no_task_for_id": "No task found for id {0}",
"note": "note",
"notes": "notes",
"not_recent_version": "This is not the current version of this page!",
@@ -322,4 +324,4 @@
"year": "year",
"your_password_reset_token" : "Your token to create a new password",
"your_profile": "your profile"
}
}