implemented proper messages for accounting events

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-05-05 10:01:03 +02:00
parent cfd5362b1d
commit cc3a3a23a2
13 changed files with 99 additions and 40 deletions
+5 -1
View File
@@ -397,6 +397,7 @@
"The task '{task}' has been created": "The task '{task}' has been created",
"The task '{task}' has been deleted": "The task '{task}' has been deleted",
"The task '{task}' has been deleted by {user}": "The task '{task}' has been deleted by {user}",
"The transaction '{entity}' has been deleted by {user}": "The transaction '{entity}' has been deleted by {user}",
"The wiki page '{name}' has been created": "The wiki page '{name}' has been created",
"The wiki page '{name}' has been deleted": "The wiki page '{name}' has been deleted",
"The wiki page '{page}' has been deleted by {user}": "The wiki page '{page}' has been deleted by {user}",
@@ -428,6 +429,8 @@
"upload_file": "upload file",
"user": "user",
"user ({id})": "user ({id})",
"{user} added a new transaction: {entity}": "{user} added a new transaction: {entity}",
"{user} updated the transaction '{entity}'": "{user} updated the transaction '{entity}'",
"user_list": "user list",
"user_module" : "Umbrella user management",
"user profile": "User profile",
@@ -455,10 +458,11 @@
"wiki_pages": "wiki pages",
"year": "year",
"You have been added to the new project '{project}', created by {user}:\n\n{body}": "You have been added to the new project '{project}', created by {user}:\n\n{body}",
"You can view/edit this transaction at {base_url}/account/{id}": "Du kannst diese transaktion unter {base_url}/account/{id} ansehen",
"You can view/edit this project at {base_url}/project/{id}/view": "You can view/edit this project at {base_url}/project/{id}/view",
"You can view/edit this task at {base_url}/task/{id}/view": "You can view/edit this task at {base_url}/task/{id}/view",
"You can view/edit this wiki page at {base_url}/wiki/{id}/view": "You can view/edit this wiki page at {base_url}/wiki/{id}/view",
"You have been added to the new project '{project}', created by {user}:\n\n{body}": "You have been added to the new project '{project}', created by {user}:\n\n{body}",
"You may change your notification settings at {base_url}/message/settings": "You may change your notification settings at {base_url}/message/settings .",
"Your token to create a new password" : "Your token to create a new password",
"your_profile": "your profile"