Skip to content

Commit

Permalink
frontend: add components.story.storyDay.noStory to frontend
Browse files Browse the repository at this point in the history
In a6578ee, the story component in print was generalized
to a summary component.
By renaming the translation key in common, this also effected the frontend.
Leave the other translation key in common, because the pdf module might also use it in the future.

closes ecamp#6009
  • Loading branch information
BacLuc committed Sep 27, 2024
1 parent e0534da commit f723155
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,11 @@
"title": "Wirklich löschen?"
}
},
"story": {
"storyDay": {
"noStory": "Die Blöcke an diesem Tag enthalten keinen roten Faden."
}
},
"toast": {
"toasts": {
"multiLineToast": {
Expand Down
5 changes: 5 additions & 0 deletions frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,11 @@
"title": "Really delete?"
}
},
"story": {
"storyDay": {
"noStory": "The activities on this day do not contain any story content."
}
},
"toast": {
"toasts": {
"multiLineToast": {
Expand Down
5 changes: 5 additions & 0 deletions frontend/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,11 @@
"409": "Oooops... Cette action a provoqué une erreur côté serveur.",
"short": "erreur de serveur"
},
"story": {
"storyDay": {
"noStory": "Aucun file rouge trouvé ce jour-là..."
}
},
"toast": {
"copied": "{source} copié"
},
Expand Down
5 changes: 5 additions & 0 deletions frontend/src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,11 @@
"title": "Davvero cancellare?"
}
},
"story": {
"storyDay": {
"noStory": "Nessun contenuto di storia trovato in questo giorno..."
}
},
"toast": {
"toasts": {
"multiLineToast": {
Expand Down

0 comments on commit f723155

Please sign in to comment.