mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add modal to confirm remove from library
This commit is contained in:
parent
ceb8f164b7
commit
8669c1d660
5 changed files with 70 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue