diff options
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 2 | ||||
-rw-r--r-- | config/locales/simple_form.en.yml | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 7f026135f..fbb1dd44e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -885,6 +885,8 @@ en: too_soon: The scheduled timeframe must be at least 5 minutes into the future destructing_statuses: too_soon: The destruction timeframe must be at least 5 minutes into the future + defederating_statuses: + too_soon: The destruction timeframe must be at least 5 minutes into the future sessions: activity: Last activity browser: Browser diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index aee7ca276..0cab950e9 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -49,6 +49,8 @@ en: media_only: Hides text-only posts filters_enabled: Enables custom timeline filters which can be configured in the Filters tab. monsterfork_api: How much of Monsterfork features should be exposed to clients. Set to Basic or Vanilla if your Mastodon app is having problems with Monsterfork. + setting_roar_lifespan_old: "<strong>This is a destructive operation!</strong><br>Back up your account before saving changes!<br>Will deselect after save" + setting_roar_defederate_old: "<strong>This is an irreversible operation!</strong><br>Will deselect after save" featured_tag: name: 'You might want to use one of these:' imports: @@ -131,6 +133,9 @@ en: setting_default_language: Posting language setting_default_privacy: Post privacy setting_roar_lifespan: Auto-delete new roars after + setting_roar_lifespan_old: Include past roars + setting_roar_defederate: Auto-defederate new roars after + setting_roar_defederate_old: Include past roars setting_delayed_roars: Delayed publishing of roars for proofreading setting_delayed_for: Delay for setting_boost_interval: Automatically space out consecutive boosts |