New: Default name when adding providers

This commit is contained in:
Bogdan
2023-08-14 02:27:59 +03:00
parent 27928103c5
commit a758161e31
16 changed files with 48 additions and 18 deletions

View File

@@ -4,11 +4,18 @@
"Actions": "Actions",
"Add": "Add",
"AddApplication": "Add Application",
"AddApplicationImplementation": "Add Application - {implementationName}",
"AddCategory": "Add Category",
"AddConnection": "Add Connection",
"AddConnectionImplementation": "Add Connection - {implementationName}",
"AddCustomFilter": "Add Custom Filter",
"AddDownloadClient": "Add Download Client",
"AddDownloadClientImplementation": "Add Download Client - {implementationName}",
"AddDownloadClientToProwlarr": "Adding a download client allows Prowlarr to send releases direct from the UI while doing a manual search.",
"AddIndexer": "Add Indexer",
"AddIndexerImplementation": "Add Indexer - {implementationName}",
"AddIndexerProxy": "Add Indexer Proxy",
"AddIndexerProxyImplementation": "Add Indexer Proxy - {implementationName}",
"AddNewIndexer": "Add New Indexer",
"AddRemoveOnly": "Add and Remove Only",
"AddSyncProfile": "Add Sync Profile",
@@ -160,7 +167,13 @@
"DownloadClientsSettingsSummary": "Download clients configuration for integration into Prowlarr UI search",
"Duration": "Duration",
"Edit": "Edit",
"EditApplicationImplementation": "Edit Application - {implementationName}",
"EditCategory": "Edit Category",
"EditConnectionImplementation": "Edit Connection - {implementationName}",
"EditDownloadClientImplementation": "Edit Download Client - {implementationName}",
"EditIndexer": "Edit Indexer",
"EditIndexerImplementation": "Edit Indexer - {implementationName}",
"EditIndexerProxyImplementation": "Edit Indexer Proxy - {implementationName}",
"EditSelectedDownloadClients": "Edit Selected Download Clients",
"EditSelectedIndexers": "Edit Selected Indexers",
"EditSyncProfile": "Edit Sync Profile",