mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 05:47:22 -04:00
Fixed: Add missing Translate Keys (#152)
This commit is contained in:
parent
3ebdc1c1ac
commit
513b9d2324
2 changed files with 34 additions and 1 deletions
|
@ -25,7 +25,7 @@ function NotificationEventItems(props) {
|
|||
<FormLabel>{translate('NotificationTriggers')}</FormLabel>
|
||||
<div>
|
||||
<FormInputHelpText
|
||||
text={translate('NotifcationTriggersHelpText')}
|
||||
text={translate('NotificationTriggersHelpText')}
|
||||
link="https://wikijs.servarr.com/prowlarr/settings#connections"
|
||||
/>
|
||||
<div className={styles.events}>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"AcceptConfirmationModal": "Accept Confirmation Modal",
|
||||
"Actions": "Actions",
|
||||
"AddAppProfile": "Add App Sync Profile",
|
||||
"AddDownloadClient": "Add Download Client",
|
||||
"Added": "Added",
|
||||
"AddedToDownloadClient": "Release added to client",
|
||||
"AddIndexer": "Add Indexer",
|
||||
|
@ -17,6 +18,7 @@
|
|||
"ApiKey": "API Key",
|
||||
"AppDataDirectory": "AppData directory",
|
||||
"AppDataLocationHealthCheckMessage": "Updating will not be possible to prevent deleting AppData on Update",
|
||||
"Applications": "Applications",
|
||||
"ApplicationStatusCheckAllClientMessage": "All applications are unavailable due to failures",
|
||||
"ApplicationStatusCheckSingleClientMessage": "Applications unavailable due to failures: {0}",
|
||||
"Apply": "Apply",
|
||||
|
@ -26,9 +28,13 @@
|
|||
"ApplyTagsHelpTexts3": "Remove: Remove the entered tags",
|
||||
"ApplyTagsHelpTexts4": "Replace: Replace the tags with the entered tags (enter no tags to clear all tags)",
|
||||
"AppProfile": "App Profile",
|
||||
"AppProfileDeleteConfirm": "Are you sure you want to delete {0}?",
|
||||
"AppProfileInUse": "App Profile in Use",
|
||||
"AppProfiles": "App Profiles",
|
||||
"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?",
|
||||
"Auth": "Auth",
|
||||
"Authentication": "Authentication",
|
||||
"AuthenticationMethodHelpText": "Require Username and Password to access Prowlarr",
|
||||
"Automatic": "Automatic",
|
||||
|
@ -48,6 +54,7 @@
|
|||
"BypassProxyForLocalAddresses": "Bypass Proxy for Local Addresses",
|
||||
"Cancel": "Cancel",
|
||||
"CancelPendingTask": "Are you sure you want to cancel this pending task?",
|
||||
"Category": "Category",
|
||||
"CertificateValidation": "Certificate Validation",
|
||||
"CertificateValidationHelpText": "Change how strict HTTPS certification validation is",
|
||||
"ChangeHasNotBeenSavedYet": "Change has not been saved yet",
|
||||
|
@ -56,6 +63,7 @@
|
|||
"ClearHistoryMessageText": "Are you sure you want to clear all Prowlarr history?",
|
||||
"ClientPriority": "Client Priority",
|
||||
"CloneIndexer": "Clone Indexer",
|
||||
"CloneProfile": "Clone Profile",
|
||||
"Close": "Close",
|
||||
"CloseCurrentModal": "Close Current Modal",
|
||||
"Columns": "Columns",
|
||||
|
@ -67,6 +75,8 @@
|
|||
"Connections": "Connections",
|
||||
"ConnectSettings": "Connect Settings",
|
||||
"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",
|
||||
"Date": "Date",
|
||||
"Dates": "Dates",
|
||||
|
@ -75,19 +85,24 @@
|
|||
"Delete": "Delete",
|
||||
"DeleteApplication": "Delete Application",
|
||||
"DeleteApplicationMessageText": "Are you sure you want to delete the application '{0}'?",
|
||||
"DeleteAppProfile": "Delete App Profile",
|
||||
"DeleteBackup": "Delete Backup",
|
||||
"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",
|
||||
"DeleteIndexerMessageText": "Are you sure you want to delete the indexer '{0}'?",
|
||||
"DeleteNotification": "Delete Notification",
|
||||
"DeleteNotificationMessageText": "Are you sure you want to delete the notification '{0}'?",
|
||||
"DeleteTag": "Delete Tag",
|
||||
"DeleteTagMessageText": "Are you sure you want to delete the tag '{0}'?",
|
||||
"Description": "Description",
|
||||
"Details": "Details",
|
||||
"DevelopmentSettings": "Development Settings",
|
||||
"Disabled": "Disabled",
|
||||
"Discord": "Discord",
|
||||
"Docker": "Docker",
|
||||
"Donations": "Donations",
|
||||
"DownloadClient": "Download Client",
|
||||
"DownloadClientCheckNoneAvailableMessage": "No download client is available",
|
||||
"DownloadClientCheckUnableToCommunicateMessage": "Unable to communicate with {0}.",
|
||||
|
@ -109,6 +124,7 @@
|
|||
"EnableColorImpairedMode": "Enable Color-Impaired Mode",
|
||||
"EnableColorImpairedModeHelpText": "Altered style to allow color-impaired users to better distinguish color coded information",
|
||||
"EnableCompletedDownloadHandlingHelpText": "Automatically import completed downloads from download client",
|
||||
"Enabled": "Enabled",
|
||||
"EnabledHelpText": "Enable this list for use in Prowlarr",
|
||||
"EnableHelpText": "Enable metadata file creation for this metadata type",
|
||||
"EnableIndexer": "Enable Indexer",
|
||||
|
@ -120,6 +136,7 @@
|
|||
"EnableRssHelpText": "Enable Rss feed for Indexer",
|
||||
"EnableSSL": "Enable SSL",
|
||||
"EnableSslHelpText": " Requires restart running as administrator to take effect",
|
||||
"Encoding": "Encoding",
|
||||
"Error": "Error",
|
||||
"ErrorLoadingContents": "Error loading contents",
|
||||
"Events": "Events",
|
||||
|
@ -127,6 +144,7 @@
|
|||
"Exception": "Exception",
|
||||
"ExistingMovies": "Existing Movie(s)",
|
||||
"ExistingTag": "Existing tag",
|
||||
"Failed": "Failed",
|
||||
"FeatureRequests": "Feature Requests",
|
||||
"Filename": "Filename",
|
||||
"Files": "Files",
|
||||
|
@ -140,6 +158,7 @@
|
|||
"GeneralSettings": "General Settings",
|
||||
"GeneralSettingsSummary": "Port, SSL, username/password, proxy, analytics and updates",
|
||||
"Grabbed": "Grabbed",
|
||||
"Grabs": "Grabs",
|
||||
"Health": "Health",
|
||||
"HealthNoIssues": "No issues with your configuration",
|
||||
"HiddenClickToShow": "Hidden, click to show",
|
||||
|
@ -148,6 +167,7 @@
|
|||
"HomePage": "Home Page",
|
||||
"Host": "Host",
|
||||
"Hostname": "Hostname",
|
||||
"Id": "Id",
|
||||
"IgnoredAddresses": "Ignored Addresses",
|
||||
"IllRestartLater": "I'll restart later",
|
||||
"Importing": "Importing",
|
||||
|
@ -216,6 +236,7 @@
|
|||
"NoMinimumForAnyRuntime": "No minimum for any runtime",
|
||||
"NoTagsHaveBeenAddedYet": "No tags have been added yet",
|
||||
"NotificationTriggers": "Notification Triggers",
|
||||
"NotificationTriggersHelpText": "Select which events should trigger this notification",
|
||||
"NoUpdatesAreAvailable": "No updates are available",
|
||||
"OAuthPopupMessage": "Pop-ups are being blocked by your browser",
|
||||
"Ok": "Ok",
|
||||
|
@ -235,8 +256,11 @@
|
|||
"Port": "Port",
|
||||
"PortNumber": "Port Number",
|
||||
"PreferredSize": "Preferred Size",
|
||||
"Presets": "Presets",
|
||||
"Priority": "Priority",
|
||||
"PriorityHelpText": "Prioritize multiple Download Clients. Round-Robin is used for clients with the same priority.",
|
||||
"PrioritySettings": "Priority",
|
||||
"Privacy": "Privacy",
|
||||
"Protocol": "Protocol",
|
||||
"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.",
|
||||
|
@ -251,6 +275,7 @@
|
|||
"PtpOldSettingsCheckMessage": "The following PassThePopcorn indexers have deprecated settings and should be updated: {0}",
|
||||
"QualityDefinitions": "Quality Definitions",
|
||||
"QualitySettings": "Quality Settings",
|
||||
"Query": "Query",
|
||||
"Queue": "Queue",
|
||||
"ReadTheWikiForMoreInformation": "Read the Wiki for more information",
|
||||
"Reddit": "Reddit",
|
||||
|
@ -322,6 +347,7 @@
|
|||
"SSLPort": "SSL Port",
|
||||
"StartTypingOrSelectAPathBelow": "Start typing or select a path below",
|
||||
"StartupDirectory": "Startup directory",
|
||||
"Stats": "Stats",
|
||||
"Status": "Status",
|
||||
"Style": "Style",
|
||||
"SuggestTranslationChange": "Suggest translation change",
|
||||
|
@ -344,6 +370,8 @@
|
|||
"Title": "Title",
|
||||
"Today": "Today",
|
||||
"Tomorrow": "Tomorrow",
|
||||
"Torrent": "Torrent",
|
||||
"Torrents": "Torrents",
|
||||
"Type": "Type",
|
||||
"UI": "UI",
|
||||
"UILanguage": "UI Language",
|
||||
|
@ -351,10 +379,15 @@
|
|||
"UILanguageHelpTextWarning": "Browser Reload Required",
|
||||
"UISettings": "UI Settings",
|
||||
"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.",
|
||||
"UnableToAddANewNotificationPleaseTryAgain": "Unable to add a new notification, please try again.",
|
||||
"UnableToLoadAppProfiles": "Unable to load app profiles",
|
||||
"UnableToLoadBackups": "Unable to load backups",
|
||||
"UnableToLoadDevelopmentSettings": "Unable to load Development settings",
|
||||
"UnableToLoadDownloadClients": "Unable to load download clients",
|
||||
"UnableToLoadGeneralSettings": "Unable to load General settings",
|
||||
"UnableToLoadHistory": "Unable to load history",
|
||||
"UnableToLoadIndexers": "Unable to load Indexers",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue