mirror of
https://github.com/sct/overseerr.git
synced 2025-12-28 00:54:03 +01:00
fix(lang): Edit English language strings (#820)
This commit is contained in:
@@ -9,7 +9,7 @@ import { useToasts } from 'react-toast-notifications';
|
||||
import { defineMessages, useIntl } from 'react-intl';
|
||||
|
||||
const messages = defineMessages({
|
||||
createradarr: 'Create New Radarr Server',
|
||||
createradarr: 'Add New Radarr Server',
|
||||
editradarr: 'Edit Radarr Server',
|
||||
validationNameRequired: 'You must provide a server name',
|
||||
validationHostnameRequired: 'You must provide a hostname/IP',
|
||||
|
||||
@@ -15,7 +15,7 @@ const messages = defineMessages({
|
||||
releasedataMissing: 'Release data unavailable. Is GitHub down?',
|
||||
versionChangelog: 'Version Changelog',
|
||||
viewongithub: 'View on GitHub',
|
||||
latestversion: 'Latest Version',
|
||||
latestversion: 'Latest',
|
||||
currentversion: 'Current Version',
|
||||
viewchangelog: 'View Changelog',
|
||||
runningDevelop: 'You are running a develop version of Overseerr!',
|
||||
|
||||
@@ -20,7 +20,7 @@ const messages = defineMessages({
|
||||
supportoverseerr: 'Support Overseerr',
|
||||
helppaycoffee: 'Help Pay for Coffee',
|
||||
documentation: 'Documentation',
|
||||
preferredmethod: 'Preferred Method',
|
||||
preferredmethod: 'Preferred',
|
||||
});
|
||||
|
||||
const SettingsAbout: React.FC = () => {
|
||||
|
||||
@@ -27,7 +27,7 @@ const messages = defineMessages({
|
||||
notificationsettingssaved: 'Notification settings saved!',
|
||||
notificationsettingsfailed: 'Notification settings failed to save.',
|
||||
enablenotifications: 'Enable Notifications',
|
||||
autoapprovedrequests: 'Enable Notifications for Auto-Approved Requests',
|
||||
autoapprovedrequests: 'Enable Notifications for Automatic Approvals',
|
||||
});
|
||||
|
||||
interface SettingsRoute {
|
||||
|
||||
@@ -9,7 +9,7 @@ import { useToasts } from 'react-toast-notifications';
|
||||
import { useIntl, defineMessages } from 'react-intl';
|
||||
|
||||
const messages = defineMessages({
|
||||
createsonarr: 'Create New Sonarr Server',
|
||||
createsonarr: 'Add New Sonarr Server',
|
||||
editsonarr: 'Edit Sonarr Server',
|
||||
validationNameRequired: 'You must provide a server name',
|
||||
validationHostnameRequired: 'You must provide a hostname/IP',
|
||||
|
||||
@@ -47,7 +47,7 @@ const messages = defineMessages({
|
||||
localuser: 'Local User',
|
||||
createlocaluser: 'Create Local User',
|
||||
createuser: 'Create User',
|
||||
creating: 'Creating',
|
||||
creating: 'Creating…',
|
||||
create: 'Create',
|
||||
validationemailrequired: 'Must enter a valid email address',
|
||||
validationpasswordminchars:
|
||||
|
||||
Reference in New Issue
Block a user