From a292660c75640715123cbdcf8c86adcf71fb099f Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Wed, 9 Nov 2022 20:57:44 +0100 Subject: [PATCH] UX: Fix spelling of "Sidekiq" @discourse-translator-bot keep_translations_and_approvals --- config/locales/client.en.yml | 4 ++-- config/locales/server.en.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 8ca1aa4365d..2829393c611 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -4282,8 +4282,8 @@ en: critical_available: "A critical update is available." updates_available: "Updates are available." please_upgrade: "Please upgrade!" - no_check_performed: "A check for updates has not been performed. Ensure sidekiq is running." - stale_data: "A check for updates has not been performed lately. Ensure sidekiq is running." + no_check_performed: "A check for updates has not been performed. Ensure Sidekiq is running." + stale_data: "A check for updates has not been performed lately. Ensure Sidekiq is running." version_check_pending: "Looks like you upgraded recently. Fantastic!" installed_version: "Installed" latest_version: "Latest" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 584cb59944b..67254e62188 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1438,7 +1438,7 @@ en: group_email_credentials_warning: 'There was an issue with the email credentials for the group %{group_full_name}. No emails will send from the group inbox until this problem is addressed. %{error}' rails_env_warning: "Your server is running in %{env} mode." host_names_warning: "Your config/database.yml file is using the default localhost hostname. Update it to use your site's hostname." - sidekiq_warning: 'Sidekiq is not running. Many tasks, like sending emails, are executed asynchronously by sidekiq. Please ensure at least one sidekiq process is running. Learn about Sidekiq here.' + sidekiq_warning: 'Sidekiq is not running. Many tasks, like sending emails, are executed asynchronously by Sidekiq. Please ensure at least one Sidekiq process is running. Learn about Sidekiq here.' queue_size_warning: "The number of queued jobs is %{queue_size}, which is high. This could indicate a problem with the Sidekiq process(es), or you may need to add more Sidekiq workers." memory_warning: "Your server is running with less than 1 GB of total memory. At least 1 GB of memory is recommended." google_oauth2_config_warning: 'The server is configured to allow signup and login with Google OAuth2 (enable_google_oauth2_logins), but the client id and client secret values are not set. Go to the Site Settings and update the settings. See this guide to learn more.' @@ -2228,7 +2228,7 @@ en: bootstrap_mode_min_users: "Minimum number of users required to disable bootstrap mode (set to 0 to disable)" prevent_anons_from_downloading_files: "Prevent anonymous users from downloading attachments." - secure_media: 'DEPRECATED: Use the secure_uploads setting instead, will be removed in Discourse 3.0.' + secure_media: "DEPRECATED: Use the secure_uploads setting instead, will be removed in Discourse 3.0." secure_uploads: 'Limits access to ALL uploads (images, video, audio, text, pdfs, zips, and others). If "login required” is enabled, only logged-in users can access uploads. Otherwise, access will be limited only for media uploads in private messages and private categories. WARNING: This setting is complex and requires deep administrative understanding. See the secure uploads topic on Meta for details.' secure_media_allow_embed_images_in_emails: "DEPRECATED: Use secure_uploads_allow_embed_images_in_emails, will remove in Discourse 3.0." secure_uploads_allow_embed_images_in_emails: "Allows embedding secure images that would normally be redacted in emails, if their size is smaller than the 'secure uploads max email embed image size kb' setting."