feat: add modal to confirm remove from library

This commit is contained in:
Zamitto
2024-06-07 14:23:34 -03:00
parent ceb8f164b7
commit 8669c1d660
5 changed files with 70 additions and 3 deletions

View File

@@ -106,7 +106,9 @@
"open_folder": "Open folder",
"open_download_location": "Abrir local de download",
"create_shortcut": "Create shortcut",
"remove_files": "Remove files"
"remove_files": "Remove files",
"remove_from_library_title": "Are you sure?",
"remove_from_library_description": "This will remove {{game}} from your library"
},
"activation": {
"title": "Activate Hydra",

View File

@@ -103,7 +103,9 @@
"open_folder": "Abrir pasta",
"open_download_location": "Abrir local de download",
"create_shortcut": "Criar atalho",
"remove_files": "Remover arquivos"
"remove_files": "Remover arquivos",
"remove_from_library_description": "Tem certeza que deseja remover {{game}} da sua biblioteca?",
"remove_from_library_title": "Tem certeza?"
},
"activation": {
"title": "Ativação",