Просмотр исходного кода

Merge branch 'fix/diaria-kay-ajuste-bloco-serviço-do-dia' of Softpar/sfp_front_vue_diarista_prestador into development

zntt 7 часов назад
Родитель
Сommit
4f1477fb4b

+ 1 - 1
src/components/dashboard/DashboardTodayServices.vue

@@ -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>
                 </div>

+ 1 - 0
src/i18n/locales/en.json

@@ -13,6 +13,7 @@
     "refuse": "Refuse",
     "expand": "expand",
     "collapse": "collapse",
+    "today": "Today",
     "from": "From",
     "to": "To",
     "alter": "Alter",

+ 1 - 0
src/i18n/locales/es.json

@@ -13,6 +13,7 @@
     "refuse": "rechazar",
     "expand": "expandir",
     "collapse": "contraer",
+    "today": "hoy",
     "from": "De",
     "to": "A",
     "alter": "alterar",

+ 1 - 0
src/i18n/locales/pt.json

@@ -13,6 +13,7 @@
     "refuse": "recusar",
     "expand": "expandir",
     "collapse": "recolher",
+    "today": "hoje",
     "from": "Das",
     "to": "às",
     "alter": "alterar",