@@ -64,7 +64,7 @@
/>
<span class="text-grey-5 font9 fontregular">
- {{ $t('common.from') }} {{ item.start_time?.slice(0, 5) }} {{ $t('common.to') }} {{ item.end_time?.slice(0, 5) }}
+ {{ $t('common.today') }} {{ $t('common.from') }} {{ item.start_time?.slice(0, 5) }} {{ $t('common.to') }} {{ item.end_time?.slice(0, 5) }}
</span>
</div>
@@ -13,6 +13,7 @@
"refuse": "Refuse",
"expand": "expand",
"collapse": "collapse",
+ "today": "Today",
"from": "From",
"to": "To",
"alter": "Alter",
"refuse": "rechazar",
"expand": "expandir",
"collapse": "contraer",
+ "today": "hoy",
"from": "De",
"to": "A",
"alter": "alterar",
"refuse": "recusar",
"collapse": "recolher",
+ "today": "hoje",
"from": "Das",
"to": "às",