mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-03 07:26:12 +00:00
vue accourse banner: change "by" translation
This commit is contained in:
parent
85538f74b7
commit
82ae300bd9
@ -28,6 +28,7 @@ and this project adheres to
|
|||||||
* filter thirdparties in list
|
* filter thirdparties in list
|
||||||
|
|
||||||
* [FilterOrder]: add development kit for generating filter and ordering in list
|
* [FilterOrder]: add development kit for generating filter and ordering in list
|
||||||
|
* [AccompanyingCourse banner]: replace translation referrer (https://gitlab.com/champs-libres/departement-de-la-vendee/accent-suivi-developpement/-/issues/70)
|
||||||
|
|
||||||
## Test releases
|
## Test releases
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<i>{{ $t('course.open_at') }}{{ $d(accompanyingCourse.openingDate.datetime, 'text') }}</i>
|
<i>{{ $t('course.open_at') }}{{ $d(accompanyingCourse.openingDate.datetime, 'text') }}</i>
|
||||||
</span>
|
</span>
|
||||||
<span v-if="accompanyingCourse.user" class="d-md-block ms-3 ms-md-0">
|
<span v-if="accompanyingCourse.user" class="d-md-block ms-3 ms-md-0">
|
||||||
{{ $t('course.by') }}<b>{{ accompanyingCourse.user.username }}</b>
|
<abbr :title="$t('course.referrer')">{{ $t('course.referrer') }}:</abbr> <b>{{ accompanyingCourse.user.username }}</b>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
@ -24,6 +24,7 @@ const appMessages = {
|
|||||||
},
|
},
|
||||||
open_at: "ouvert le ",
|
open_at: "ouvert le ",
|
||||||
by: "par ",
|
by: "par ",
|
||||||
|
referrer: "Référent",
|
||||||
emergency: "urgent",
|
emergency: "urgent",
|
||||||
confidential: "confidentiel",
|
confidential: "confidentiel",
|
||||||
regular: "régulier",
|
regular: "régulier",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user