feat: refs #6629 traduction message
This commit is contained in:
parent
b9c7baa136
commit
c3b4856125
|
@ -123,7 +123,6 @@ function getPayload() {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function handleDialog(data) {
|
async function handleDialog(data) {
|
||||||
console.error(data);
|
|
||||||
const payload = getPayload();
|
const payload = getPayload();
|
||||||
const body = { data, payload };
|
const body = { data, payload };
|
||||||
if (payload.updates.length) {
|
if (payload.updates.length) {
|
||||||
|
@ -132,7 +131,7 @@ async function handleDialog(data) {
|
||||||
component: VnConfirm,
|
component: VnConfirm,
|
||||||
componentProps: {
|
componentProps: {
|
||||||
title: t(
|
title: t(
|
||||||
'Do you also want to modify the states of all the tickets that are about to be served?'
|
'confirmTicket'
|
||||||
),
|
),
|
||||||
message: t('confirmDeletionMessage'),
|
message: t('confirmDeletionMessage'),
|
||||||
},
|
},
|
||||||
|
@ -382,4 +381,9 @@ es:
|
||||||
Remove note: Eliminar nota
|
Remove note: Eliminar nota
|
||||||
Longitude: Longitud
|
Longitude: Longitud
|
||||||
Latitude: Latitud
|
Latitude: Latitud
|
||||||
|
confirmTicket: ¿Desea modificar también los estados de todos los tickets que están a punto de ser servidos?
|
||||||
|
confirmDeletionMessage: Si le das a aceptar, se modificaran todas las notas de los ticket a futuro
|
||||||
|
en:
|
||||||
|
confirmTicket: Do you also want to modify the states of all the tickets that are about to be served?
|
||||||
|
confirmDeletionMessage: If you click accept, all the notes of the future tickets will be modified
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
Loading…
Reference in New Issue