Skip to content

Commit

Permalink
Merge pull request #6011 from BacLuc/fix-translation-key
Browse files Browse the repository at this point in the history
frontend: add components.story.storyDay.noStory to frontend
  • Loading branch information
pmattmann authored Sep 27, 2024
2 parents e0534da + f723155 commit c1c68ef
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 c1c68ef

Please sign in to comment.