feat: add confirmation prompt when publishing event signed by a different user

This commit is contained in:
codytseng
2025-05-12 22:37:30 +08:00
parent 41527b2813
commit 46b9f5625b
13 changed files with 60 additions and 17 deletions

View File

@@ -232,6 +232,8 @@ export default {
'Enable video autoplay on this device':
'Habilitar reproducción automática de video en este dispositivo',
'Paste or drop media files to upload': 'Pegar o soltar archivos multimedia para cargar',
Preview: 'Vista previa'
Preview: 'Vista previa',
'You are about to publish an event signed by [{{eventAuthorName}}]. You are currently logged in as [{{currentUsername}}]. Are you sure?':
'Estás a punto de publicar un evento firmado por [{{eventAuthorName}}]. Actualmente has iniciado sesión como [{{currentUsername}}]. ¿Estás seguro?'
}
}