feat: adding resync button

This commit is contained in:
Chubby Granny Chaser
2024-06-04 11:28:11 +01:00
parent ea923d5082
commit 0b68ddda78
5 changed files with 47 additions and 20 deletions

View File

@@ -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",

View File

@@ -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",