add copy button

This commit is contained in:
padreug 2025-02-10 21:06:37 +01:00
parent e6bc387ebb
commit 23d3bd35dd
3 changed files with 66 additions and 3 deletions

View file

@ -35,6 +35,10 @@ export default {
itemNotFound: 'Directory Item Not Found',
itemNotFoundDesc: 'The directory item you are looking for could not be found.',
backToDirectory: 'Back to Directory',
share: 'Share',
shareTitle: 'Share this listing',
copyLink: 'Copy Link',
linkCopied: 'Link copied to clipboard!',
},
footer: {
poweredBy: 'Powered by',

View file

@ -35,6 +35,10 @@ export default {
itemNotFound: 'Elemento del Directorio No Encontrado',
itemNotFoundDesc: 'No se pudo encontrar el elemento del directorio que estás buscando.',
backToDirectory: 'Volver al Directorio',
share: 'Compartir',
shareTitle: 'Compartir este listado',
copyLink: 'Copiar enlace',
linkCopied: '¡Enlace copiado al portapapeles!',
},
footer: {
poweredBy: 'Alimentado por',