Fixed: Add missing Translate Keys (#152)

This commit is contained in:
bakerboy448
2021-06-07 15:15:11 -05:00
committed by GitHub
parent 3ebdc1c1ac
commit 513b9d2324
2 changed files with 34 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ function NotificationEventItems(props) {
<FormLabel>{translate('NotificationTriggers')}</FormLabel> <FormLabel>{translate('NotificationTriggers')}</FormLabel>
<div> <div>
<FormInputHelpText <FormInputHelpText
text={translate('NotifcationTriggersHelpText')} text={translate('NotificationTriggersHelpText')}
link="https://wikijs.servarr.com/prowlarr/settings#connections" link="https://wikijs.servarr.com/prowlarr/settings#connections"
/> />
<div className={styles.events}> <div className={styles.events}>

View File

@@ -3,6 +3,7 @@
"AcceptConfirmationModal": "Accept Confirmation Modal", "AcceptConfirmationModal": "Accept Confirmation Modal",
"Actions": "Actions", "Actions": "Actions",
"AddAppProfile": "Add App Sync Profile", "AddAppProfile": "Add App Sync Profile",
"AddDownloadClient": "Add Download Client",
"Added": "Added", "Added": "Added",
"AddedToDownloadClient": "Release added to client", "AddedToDownloadClient": "Release added to client",
"AddIndexer": "Add Indexer", "AddIndexer": "Add Indexer",
@@ -17,6 +18,7 @@
"ApiKey": "API Key", "ApiKey": "API Key",
"AppDataDirectory": "AppData directory", "AppDataDirectory": "AppData directory",
"AppDataLocationHealthCheckMessage": "Updating will not be possible to prevent deleting AppData on Update", "AppDataLocationHealthCheckMessage": "Updating will not be possible to prevent deleting AppData on Update",
"Applications": "Applications",
"ApplicationStatusCheckAllClientMessage": "All applications are unavailable due to failures", "ApplicationStatusCheckAllClientMessage": "All applications are unavailable due to failures",
"ApplicationStatusCheckSingleClientMessage": "Applications unavailable due to failures: {0}", "ApplicationStatusCheckSingleClientMessage": "Applications unavailable due to failures: {0}",
"Apply": "Apply", "Apply": "Apply",
@@ -26,9 +28,13 @@
"ApplyTagsHelpTexts3": "Remove: Remove the entered tags", "ApplyTagsHelpTexts3": "Remove: Remove the entered tags",
"ApplyTagsHelpTexts4": "Replace: Replace the tags with the entered tags (enter no tags to clear all tags)", "ApplyTagsHelpTexts4": "Replace: Replace the tags with the entered tags (enter no tags to clear all tags)",
"AppProfile": "App Profile", "AppProfile": "App Profile",
"AppProfileDeleteConfirm": "Are you sure you want to delete {0}?",
"AppProfileInUse": "App Profile in Use",
"AppProfiles": "App Profiles", "AppProfiles": "App Profiles",
"AppProfileSelectHelpText": "App profiles are used to control RSS, Automatic Search and Interactive Search settings on application sync", "AppProfileSelectHelpText": "App profiles are used to control RSS, Automatic Search and Interactive Search settings on application sync",
"Apps": "Apps",
"AreYouSureYouWantToResetYourAPIKey": "Are you sure you want to reset your API Key?", "AreYouSureYouWantToResetYourAPIKey": "Are you sure you want to reset your API Key?",
"Auth": "Auth",
"Authentication": "Authentication", "Authentication": "Authentication",
"AuthenticationMethodHelpText": "Require Username and Password to access Prowlarr", "AuthenticationMethodHelpText": "Require Username and Password to access Prowlarr",
"Automatic": "Automatic", "Automatic": "Automatic",
@@ -48,6 +54,7 @@
"BypassProxyForLocalAddresses": "Bypass Proxy for Local Addresses", "BypassProxyForLocalAddresses": "Bypass Proxy for Local Addresses",
"Cancel": "Cancel", "Cancel": "Cancel",
"CancelPendingTask": "Are you sure you want to cancel this pending task?", "CancelPendingTask": "Are you sure you want to cancel this pending task?",
"Category": "Category",
"CertificateValidation": "Certificate Validation", "CertificateValidation": "Certificate Validation",
"CertificateValidationHelpText": "Change how strict HTTPS certification validation is", "CertificateValidationHelpText": "Change how strict HTTPS certification validation is",
"ChangeHasNotBeenSavedYet": "Change has not been saved yet", "ChangeHasNotBeenSavedYet": "Change has not been saved yet",
@@ -56,6 +63,7 @@
"ClearHistoryMessageText": "Are you sure you want to clear all Prowlarr history?", "ClearHistoryMessageText": "Are you sure you want to clear all Prowlarr history?",
"ClientPriority": "Client Priority", "ClientPriority": "Client Priority",
"CloneIndexer": "Clone Indexer", "CloneIndexer": "Clone Indexer",
"CloneProfile": "Clone Profile",
"Close": "Close", "Close": "Close",
"CloseCurrentModal": "Close Current Modal", "CloseCurrentModal": "Close Current Modal",
"Columns": "Columns", "Columns": "Columns",
@@ -67,6 +75,8 @@
"Connections": "Connections", "Connections": "Connections",
"ConnectSettings": "Connect Settings", "ConnectSettings": "Connect Settings",
"ConnectSettingsSummary": "Notifications, connections to media servers/players and custom scripts", "ConnectSettingsSummary": "Notifications, connections to media servers/players and custom scripts",
"CouldNotConnectSignalR": "Could not connect to SignalR, UI won't update",
"Custom": "Custom",
"CustomFilters": "Custom Filters", "CustomFilters": "Custom Filters",
"Date": "Date", "Date": "Date",
"Dates": "Dates", "Dates": "Dates",
@@ -75,19 +85,24 @@
"Delete": "Delete", "Delete": "Delete",
"DeleteApplication": "Delete Application", "DeleteApplication": "Delete Application",
"DeleteApplicationMessageText": "Are you sure you want to delete the application '{0}'?", "DeleteApplicationMessageText": "Are you sure you want to delete the application '{0}'?",
"DeleteAppProfile": "Delete App Profile",
"DeleteBackup": "Delete Backup", "DeleteBackup": "Delete Backup",
"DeleteBackupMessageText": "Are you sure you want to delete the backup '{0}'?", "DeleteBackupMessageText": "Are you sure you want to delete the backup '{0}'?",
"DeleteDownloadClient": "Delete Download Client",
"DeleteDownloadClientMessageText": "Are you sure you want to delete the download client '{0}'?",
"DeleteIndexer": "Delete Indexer", "DeleteIndexer": "Delete Indexer",
"DeleteIndexerMessageText": "Are you sure you want to delete the indexer '{0}'?", "DeleteIndexerMessageText": "Are you sure you want to delete the indexer '{0}'?",
"DeleteNotification": "Delete Notification", "DeleteNotification": "Delete Notification",
"DeleteNotificationMessageText": "Are you sure you want to delete the notification '{0}'?", "DeleteNotificationMessageText": "Are you sure you want to delete the notification '{0}'?",
"DeleteTag": "Delete Tag", "DeleteTag": "Delete Tag",
"DeleteTagMessageText": "Are you sure you want to delete the tag '{0}'?", "DeleteTagMessageText": "Are you sure you want to delete the tag '{0}'?",
"Description": "Description",
"Details": "Details", "Details": "Details",
"DevelopmentSettings": "Development Settings", "DevelopmentSettings": "Development Settings",
"Disabled": "Disabled", "Disabled": "Disabled",
"Discord": "Discord", "Discord": "Discord",
"Docker": "Docker", "Docker": "Docker",
"Donations": "Donations",
"DownloadClient": "Download Client", "DownloadClient": "Download Client",
"DownloadClientCheckNoneAvailableMessage": "No download client is available", "DownloadClientCheckNoneAvailableMessage": "No download client is available",
"DownloadClientCheckUnableToCommunicateMessage": "Unable to communicate with {0}.", "DownloadClientCheckUnableToCommunicateMessage": "Unable to communicate with {0}.",
@@ -109,6 +124,7 @@
"EnableColorImpairedMode": "Enable Color-Impaired Mode", "EnableColorImpairedMode": "Enable Color-Impaired Mode",
"EnableColorImpairedModeHelpText": "Altered style to allow color-impaired users to better distinguish color coded information", "EnableColorImpairedModeHelpText": "Altered style to allow color-impaired users to better distinguish color coded information",
"EnableCompletedDownloadHandlingHelpText": "Automatically import completed downloads from download client", "EnableCompletedDownloadHandlingHelpText": "Automatically import completed downloads from download client",
"Enabled": "Enabled",
"EnabledHelpText": "Enable this list for use in Prowlarr", "EnabledHelpText": "Enable this list for use in Prowlarr",
"EnableHelpText": "Enable metadata file creation for this metadata type", "EnableHelpText": "Enable metadata file creation for this metadata type",
"EnableIndexer": "Enable Indexer", "EnableIndexer": "Enable Indexer",
@@ -120,6 +136,7 @@
"EnableRssHelpText": "Enable Rss feed for Indexer", "EnableRssHelpText": "Enable Rss feed for Indexer",
"EnableSSL": "Enable SSL", "EnableSSL": "Enable SSL",
"EnableSslHelpText": " Requires restart running as administrator to take effect", "EnableSslHelpText": " Requires restart running as administrator to take effect",
"Encoding": "Encoding",
"Error": "Error", "Error": "Error",
"ErrorLoadingContents": "Error loading contents", "ErrorLoadingContents": "Error loading contents",
"Events": "Events", "Events": "Events",
@@ -127,6 +144,7 @@
"Exception": "Exception", "Exception": "Exception",
"ExistingMovies": "Existing Movie(s)", "ExistingMovies": "Existing Movie(s)",
"ExistingTag": "Existing tag", "ExistingTag": "Existing tag",
"Failed": "Failed",
"FeatureRequests": "Feature Requests", "FeatureRequests": "Feature Requests",
"Filename": "Filename", "Filename": "Filename",
"Files": "Files", "Files": "Files",
@@ -140,6 +158,7 @@
"GeneralSettings": "General Settings", "GeneralSettings": "General Settings",
"GeneralSettingsSummary": "Port, SSL, username/password, proxy, analytics and updates", "GeneralSettingsSummary": "Port, SSL, username/password, proxy, analytics and updates",
"Grabbed": "Grabbed", "Grabbed": "Grabbed",
"Grabs": "Grabs",
"Health": "Health", "Health": "Health",
"HealthNoIssues": "No issues with your configuration", "HealthNoIssues": "No issues with your configuration",
"HiddenClickToShow": "Hidden, click to show", "HiddenClickToShow": "Hidden, click to show",
@@ -148,6 +167,7 @@
"HomePage": "Home Page", "HomePage": "Home Page",
"Host": "Host", "Host": "Host",
"Hostname": "Hostname", "Hostname": "Hostname",
"Id": "Id",
"IgnoredAddresses": "Ignored Addresses", "IgnoredAddresses": "Ignored Addresses",
"IllRestartLater": "I'll restart later", "IllRestartLater": "I'll restart later",
"Importing": "Importing", "Importing": "Importing",
@@ -216,6 +236,7 @@
"NoMinimumForAnyRuntime": "No minimum for any runtime", "NoMinimumForAnyRuntime": "No minimum for any runtime",
"NoTagsHaveBeenAddedYet": "No tags have been added yet", "NoTagsHaveBeenAddedYet": "No tags have been added yet",
"NotificationTriggers": "Notification Triggers", "NotificationTriggers": "Notification Triggers",
"NotificationTriggersHelpText": "Select which events should trigger this notification",
"NoUpdatesAreAvailable": "No updates are available", "NoUpdatesAreAvailable": "No updates are available",
"OAuthPopupMessage": "Pop-ups are being blocked by your browser", "OAuthPopupMessage": "Pop-ups are being blocked by your browser",
"Ok": "Ok", "Ok": "Ok",
@@ -235,8 +256,11 @@
"Port": "Port", "Port": "Port",
"PortNumber": "Port Number", "PortNumber": "Port Number",
"PreferredSize": "Preferred Size", "PreferredSize": "Preferred Size",
"Presets": "Presets",
"Priority": "Priority", "Priority": "Priority",
"PriorityHelpText": "Prioritize multiple Download Clients. Round-Robin is used for clients with the same priority.", "PriorityHelpText": "Prioritize multiple Download Clients. Round-Robin is used for clients with the same priority.",
"PrioritySettings": "Priority",
"Privacy": "Privacy",
"Protocol": "Protocol", "Protocol": "Protocol",
"ProwlarrSupportsAnyDownloadClient": "Prowlarr supports any of the download clients listed below.", "ProwlarrSupportsAnyDownloadClient": "Prowlarr supports any of the download clients listed below.",
"ProwlarrSupportsAnyIndexer": "Prowlarr supports any indexer that uses the Newznab standard, as well as other indexers listed below.", "ProwlarrSupportsAnyIndexer": "Prowlarr supports any indexer that uses the Newznab standard, as well as other indexers listed below.",
@@ -251,6 +275,7 @@
"PtpOldSettingsCheckMessage": "The following PassThePopcorn indexers have deprecated settings and should be updated: {0}", "PtpOldSettingsCheckMessage": "The following PassThePopcorn indexers have deprecated settings and should be updated: {0}",
"QualityDefinitions": "Quality Definitions", "QualityDefinitions": "Quality Definitions",
"QualitySettings": "Quality Settings", "QualitySettings": "Quality Settings",
"Query": "Query",
"Queue": "Queue", "Queue": "Queue",
"ReadTheWikiForMoreInformation": "Read the Wiki for more information", "ReadTheWikiForMoreInformation": "Read the Wiki for more information",
"Reddit": "Reddit", "Reddit": "Reddit",
@@ -322,6 +347,7 @@
"SSLPort": "SSL Port", "SSLPort": "SSL Port",
"StartTypingOrSelectAPathBelow": "Start typing or select a path below", "StartTypingOrSelectAPathBelow": "Start typing or select a path below",
"StartupDirectory": "Startup directory", "StartupDirectory": "Startup directory",
"Stats": "Stats",
"Status": "Status", "Status": "Status",
"Style": "Style", "Style": "Style",
"SuggestTranslationChange": "Suggest translation change", "SuggestTranslationChange": "Suggest translation change",
@@ -344,6 +370,8 @@
"Title": "Title", "Title": "Title",
"Today": "Today", "Today": "Today",
"Tomorrow": "Tomorrow", "Tomorrow": "Tomorrow",
"Torrent": "Torrent",
"Torrents": "Torrents",
"Type": "Type", "Type": "Type",
"UI": "UI", "UI": "UI",
"UILanguage": "UI Language", "UILanguage": "UI Language",
@@ -351,10 +379,15 @@
"UILanguageHelpTextWarning": "Browser Reload Required", "UILanguageHelpTextWarning": "Browser Reload Required",
"UISettings": "UI Settings", "UISettings": "UI Settings",
"UISettingsSummary": "Calendar, date and color impaired options", "UISettingsSummary": "Calendar, date and color impaired options",
"UnableToAddANewApplicationPleaseTryAgain": "Unable to add a new application, please try again.",
"UnableToAddANewAppProfilePleaseTryAgain": "Unable to add a new application profile, please try again.",
"UnableToAddANewDownloadClientPleaseTryAgain": "Unable to add a new download client, please try again.",
"UnableToAddANewIndexerPleaseTryAgain": "Unable to add a new indexer, please try again.", "UnableToAddANewIndexerPleaseTryAgain": "Unable to add a new indexer, please try again.",
"UnableToAddANewNotificationPleaseTryAgain": "Unable to add a new notification, please try again.", "UnableToAddANewNotificationPleaseTryAgain": "Unable to add a new notification, please try again.",
"UnableToLoadAppProfiles": "Unable to load app profiles",
"UnableToLoadBackups": "Unable to load backups", "UnableToLoadBackups": "Unable to load backups",
"UnableToLoadDevelopmentSettings": "Unable to load Development settings", "UnableToLoadDevelopmentSettings": "Unable to load Development settings",
"UnableToLoadDownloadClients": "Unable to load download clients",
"UnableToLoadGeneralSettings": "Unable to load General settings", "UnableToLoadGeneralSettings": "Unable to load General settings",
"UnableToLoadHistory": "Unable to load history", "UnableToLoadHistory": "Unable to load history",
"UnableToLoadIndexers": "Unable to load Indexers", "UnableToLoadIndexers": "Unable to load Indexers",