Added context menus and other improvements

This commit is contained in:
Juan Gilsanz Polo 2023-05-06 03:38:26 +02:00
parent ac4dc2c774
commit dd8583a168
8 changed files with 507 additions and 237 deletions

View file

@ -614,5 +614,8 @@
"enableList": "Enable list",
"screens": "Screens",
"copiedClipboard": "Copied to clipboard",
"seeDetails": "See details"
"seeDetails": "See details",
"listNotAvailable": "List not available",
"copyListUrl": "Copy list URL",
"listUrlCopied": "List URL copied to the clipboard"
}

View file

@ -614,5 +614,8 @@
"enableList": "Habilitar lista",
"screens": "Pantallas",
"copiedClipboard": "Copiado al portapapeles",
"seeDetails": "Ver los detalles"
"seeDetails": "Ver los detalles",
"listNotAvailable": "Lista no disponible",
"copyListUrl": "Copiar URL de lista",
"listUrlCopied": "URL de la lista copiada al portapapeles"
}