From 82f691e9a9fa207c31a767982fdc2c987ecc3ae5 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Thu, 9 May 2019 09:51:56 -0500 Subject: [PATCH] Strings: correct broken username interpolations while reflecting upon the dangers of automated nomenclature changes using `sed`. --- config/locales/en.yml | 24 ++++++++++++------------ config/locales/simple_form.en.yml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 03f293951..36ee3110f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -67,7 +67,7 @@ en: posts_tab_heading: Roars reblogs_tab_heading: Repeats posts_with_replies: Roars & growls - reserved_username: The creaturename is reserved + reserved_username: The username is reserved roles: admin: Admin bot: Bot @@ -97,7 +97,7 @@ en: label: Change email new_email: New email submit: Change email - title: Change email for %{creaturename} + title: Change email for %{username} confirm: Confirm confirmed: Confirmed confirming: Confirming @@ -397,11 +397,11 @@ en: desc_html: Counts of locally roared roars, active creatures, and new registrations in weekly buckets title: Publish aggregate statistics about creature activity bootstrap_timeline_accounts: - desc_html: Separate multiple creaturenames by comma. Only local and unlocked accounts will work. Default when empty is all local admins. + desc_html: Separate multiple usernames by comma. Only local and unlocked accounts will work. Default when empty is all local admins. title: Default follows for new creatures contact_information: email: Business e-mail - username: Contact creaturename + username: Contact username custom_css: desc_html: Modify the look with CSS loaded on every page title: Custom CSS @@ -585,7 +585,7 @@ en: deletes: bad_password_msg: Nice try, hackers! Incorrect password confirm_password: Enter your current password to verify your identity - description_html: This will permanently, irreversibly remove content from your account and deactivate it. Your creaturename will remain reserved to prevent future impersonations. + description_html: This will permanently, irreversibly remove content from your account and deactivate it. Your username will remain reserved to prevent future impersonations. proceed: Delete account success_msg: Your account was successfully deleted warning_html: Only deletion of content from this particular server is guaranteed. Content that has been widely shared is likely to leave traces. Offline servers and servers that have unsubscribed from your updates will not update their databases. @@ -613,8 +613,8 @@ en: title: This page is not correct noscript_html: To use the Monsterpit web application, please enable JavaScript. Alternatively, try one of the native apps for Monsterpit for your platform. existing_username_validator: - not_found: could not find a local creature with that creaturename - not_found_multiple: could not find %{creaturenames} + not_found: could not find a local creature with that username + not_found_multiple: could not find %{usernames} exports: archive_takeout: date: Date @@ -674,14 +674,14 @@ en: failed: The cryptographic connection failed. Please try again from %{provider}. keybase: invalid_token: Keybase tokens are hashes of signatures and must be 66 hex characters - verification_failed: Keybase does not recognize this token as a signature of Keybase creature %{kb_creaturename}. Please retry from Keybase. + verification_failed: Keybase does not recognize this token as a signature of Keybase creature %{kb_username}. Please retry from Keybase. wrong_user: Cannot create a proof for %{proving} while logged in as %{current}. Log in as %{proving} and try again. explanation_html: Here you can cryptographically connect your other identities, such as a Keybase profile. This lets other monsters send you encrypted messages and trust content you send them. - i_am_html: I am %{creaturename} on %{service}. + i_am_html: I am %{username} on %{service}. identity: Identity inactive: Inactive publicize_checkbox: 'And roar this:' - publicize_toot: 'It is proven! I am %{creaturename} on %{service}: %{url}' + publicize_toot: 'It is proven! I am %{username} on %{service}: %{url}' status: Verification roar view_proof: View proof imports: @@ -815,7 +815,7 @@ en: remove_selected_follows: Unfollow selected creatures status: Account status remote_follow: - acct: Enter your creaturename@domain you want to act from + acct: Enter your username@domain you want to act from missing_resource: Could not find the required redirect URL for your account no_account_html: Don't have an account? You can sign up here proceed: Proceed to follow @@ -948,7 +948,7 @@ en:

What information do we collect?