Skip to content

Commit

Permalink
Add title to activity editing dialog
Browse files Browse the repository at this point in the history
(cherry picked from commit d132f8e)
  • Loading branch information
manuelmeister committed Apr 14, 2024
1 parent 99ba41a commit 2d4b67e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/program/DialogActivityEdit.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<dialog-form
v-model="showDialog"
:title="$tc('components.program.dialogActivityEdit.title')"
:loading="loading"
:error="error"
icon="mdi-calendar-plus"
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@
"copySourceInfo": "Hier kannst du die URL einer Aktivität einfügen, um dessen Inhalte zu kopieren.",
"pasteActivity": "Kopierte Aktivität einfügen"
},
"dialogActivityEdit": {
"title": "Aktivität bearbeiten"
},
"formScheduleEntryItem": {
"end": "Ende",
"start": "Start"
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@
"copySourceInfo": "Here you can paste the URL of an activity to copy its contents.",
"pasteActivity": "paste activity"
},
"dialogActivityEdit": {
"title": "Edit activity"
},
"formScheduleEntryItem": {
"end": "End",
"start": "Start"
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,9 @@
"copySourceInfo": "Vous pouvez coller ici l'URL d'une activité pour copier son contenu.",
"pasteActivity": "coller l'activité"
},
"dialogActivityEdit": {
"title": "Modifier l'activité"
},
"formScheduleEntryItem": {
"end": "Fin",
"start": "Début"
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@
}
},
"program": {
"dialogActivityEdit": {
"title": "Modificare l'actività"
},
"formScheduleEntryItem": {
"end": "Fine",
"start": "Inizio"
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/locales/rm.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@
}
},
"program": {
"dialogActivityEdit": {
"title": "Modifitgar l'activitad"
},
"formScheduleEntryItem": {
"end": "Fin",
"start": "Entschatta"
Expand Down

0 comments on commit 2d4b67e

Please sign in to comment.