Skip to content

Commit

Permalink
Add translation for new backend error ALIGNMENT_DATA_FAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
lkleisa committed Apr 10, 2024
1 parent 907882e commit f8ff841
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"TOKEN_NULL": "Das erhaltene Token ist null.",
"ILLEGAL_CHANGE_OBJECTIVE_QUARTER": "Element kann nicht in ein anderes Quartal verlegt werden.",
"NOT_LINK_YOURSELF": "Das Objective kann nicht auf sich selbst zeigen.",
"ALIGNMENT_ALREADY_EXISTS": "Es existiert bereits ein Alignment ausgehend vom Objective mit der ID {1}."
"ALIGNMENT_ALREADY_EXISTS": "Es existiert bereits ein Alignment ausgehend vom Objective mit der ID {1}.",
"ALIGNMENT_DATA_FAIL": "Es gab ein Problem bei der Zusammenstellung der Daten für das Diagramm mit den Filter Quartal: {1}, Team: {2} und ObjectiveQuery: {3}."
},
"SUCCESS": {
"TEAM": {
Expand Down

0 comments on commit f8ff841

Please sign in to comment.