forked from tykayn/funky-framadate-front
👽 translate button to add
This commit is contained in:
parent
026c7cfda2
commit
6a40e041d0
@ -90,7 +90,8 @@
|
|||||||
*ngIf="config.allowSeveralHours=='true'"
|
*ngIf="config.allowSeveralHours=='true'"
|
||||||
class="btn btn-primary"
|
class="btn btn-primary"
|
||||||
(click)="addTimetoDate(choice, id)"
|
(click)="addTimetoDate(choice, id)"
|
||||||
> Ajouter un choix d'heure
|
>
|
||||||
|
{{"dates.addTime"|translate}}
|
||||||
</button>
|
</button>
|
||||||
<div
|
<div
|
||||||
class="several-times"
|
class="several-times"
|
||||||
|
@ -37,7 +37,8 @@
|
|||||||
"identical": "same",
|
"identical": "same",
|
||||||
"different": "possibly different"
|
"different": "possibly different"
|
||||||
},
|
},
|
||||||
"add": "Add a date range",
|
"add": "Add a date choice",
|
||||||
|
"add_time": "Add a time span",
|
||||||
"count_dates": "choices of dates"
|
"count_dates": "choices of dates"
|
||||||
},
|
},
|
||||||
"choices": {
|
"choices": {
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
"different": "possiblement différentes"
|
"different": "possiblement différentes"
|
||||||
},
|
},
|
||||||
"add": "Ajouter une plage de dates",
|
"add": "Ajouter une plage de dates",
|
||||||
"addTime": "Ajouter une plage d'heure",
|
"add_time": "Ajouter une plage d'heure",
|
||||||
"empty": "Vider",
|
"empty": "Vider",
|
||||||
"count_dates": "choix de dates"
|
"count_dates": "choix de dates"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user