mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-25 11:51:02 +00:00
feat: adding resync button
This commit is contained in:
@@ -167,7 +167,12 @@
|
||||
"download_options_one": "{{countFormatted}} download option",
|
||||
"download_options_other": "{{countFormatted}} download options",
|
||||
"download_source_url": "Download source URL",
|
||||
"add_download_source_description": "Insert the URL containing the JSON file"
|
||||
"add_download_source_description": "Insert the URL containing the JSON file",
|
||||
"download_source_up_to_date": "Up-to-date",
|
||||
"download_source_errored": "Errored",
|
||||
"resync_download_sources": "Resync",
|
||||
"removed_download_source": "Download source removed",
|
||||
"added_download_source": "Added download source"
|
||||
},
|
||||
"notifications": {
|
||||
"download_complete": "Download complete",
|
||||
|
||||
@@ -164,7 +164,12 @@
|
||||
"download_options_one": "{{countFormatted}} opcão de download",
|
||||
"download_options_other": "{{countFormatted}} opções de download",
|
||||
"download_source_url": "URL da biblioteca",
|
||||
"add_download_source_description": "Insira a URL contendo o arquivo JSON"
|
||||
"add_download_source_description": "Insira a URL contendo o arquivo JSON",
|
||||
"download_source_up_to_date": "Atualizado",
|
||||
"download_source_errored": "Falhou",
|
||||
"resync_download_sources": "Resincronizar",
|
||||
"removed_download_source": "Biblioteca removida",
|
||||
"added_download_source": "Biblioteca adicionada"
|
||||
},
|
||||
"notifications": {
|
||||
"download_complete": "Download concluído",
|
||||
|
||||
Reference in New Issue
Block a user