2016-11-15 14:56:03 -08:00
---
2016-03-12 11:47:22 -08:00
en :
simple_form :
2016-12-22 15:04:52 -08:00
hints :
Add moderation warnings (#9519)
* Add moderation warnings
Replace individual routes for disabling, silencing, and suspending
a user, as well as the report update route, with a unified account
action controller that allows you to select an action (none,
disable, silence, suspend) as well as whether it should generate an
e-mail notification with optional custom text. That notification,
with the optional custom text, is saved as a warning.
Additionally, there are warning presets you can configure to save
time when performing the above.
* Use Account#local_username_and_domain
2018-12-22 11:02:09 -08:00
account_warning_preset :
text : You can use toot syntax, such as URLs, hashtags and mentions
admin_account_action :
send_email_notification : The user will receive an explanation of what happened with their account
text_html : Optional. You can use toot syntax. You can <a href="%{path}">add warning presets</a> to save time
type_html : Choose what to do with <strong>%{acct}</strong>
warning_preset_id : Optional. You can still add custom text to end of the preset
2016-12-22 15:04:52 -08:00
defaults :
2018-06-15 09:00:23 -07:00
autofollow : People who sign up through the invite will automatically follow you
2018-07-28 17:57:13 -07:00
avatar : PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px
2018-05-16 05:47:29 -07:00
bot : This account mainly performs automated actions and might not be monitored
2018-06-29 06:34:36 -07:00
context : One or multiple contexts where the filter should apply
2018-01-14 19:34:28 -08:00
digest : Only sent after a long period of inactivity and only if you have received any personal messages in your absence
2018-12-06 08:36:11 -08:00
discoverable_html : The <a href="%{path}" target="_blank">directory</a> lets people find accounts based on interests and activity. Requires at least %{min_followers} followers
2018-09-18 07:45:58 -07:00
email : You will be sent a confirmation e-mail
2018-04-14 03:41:08 -07:00
fields : You can have up to 4 items displayed as a table on your profile
2018-07-28 17:57:13 -07:00
header : PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px
2018-07-12 17:16:06 -07:00
inbox_url : Copy the URL from the frontpage of the relay you want to use
2018-06-29 06:34:36 -07:00
irreversible : Filtered toots will disappear irreversibly, even if filter is later removed
2018-06-17 09:57:31 -07:00
locale : The language of the user interface, e-mails and push notifications
2017-07-16 05:02:03 -07:00
locked : Requires you to manually approve followers
2018-09-18 07:45:58 -07:00
password : Use at least 8 characters
2018-06-29 06:34:36 -07:00
phrase : Will be matched regardless of casing in text or content warning of a toot
2018-07-05 09:31:35 -07:00
scopes : Which APIs the application will be allowed to access. If you select a top-level scope, you don't need to select individual ones.
2018-12-09 04:03:01 -08:00
setting_aggregate_reblogs : Do not show new boosts for toots that have been recently boosted (only affects newly-received boosts)
2018-06-17 09:57:31 -07:00
setting_default_language : The language of your toots can be detected automatically, but it's not always accurate
2018-09-24 20:09:35 -07:00
setting_display_media_default : Hide media marked as sensitive
setting_display_media_hide_all : Always hide all media
setting_display_media_show_all : Always show media marked as sensitive
2018-05-17 17:26:51 -07:00
setting_hide_network : Who you follow and who follows you will not be shown on your profile
2017-07-14 07:41:02 -07:00
setting_noindex : Affects your public profile and status pages
2019-02-02 10:18:15 -08:00
setting_show_application : The application you use to toot will be displayed in the detailed view of your toots
2017-09-19 07:36:23 -07:00
setting_theme : Affects how Mastodon looks when you're logged in from any device.
2018-09-18 07:45:58 -07:00
username : Your username will be unique on %{domain}
2018-07-12 08:58:26 -07:00
whole_word : When the keyword or phrase is alphanumeric only, it will only be applied if it matches the whole word
2017-03-30 10:42:33 -07:00
imports :
data : CSV file exported from another Mastodon instance
2017-04-15 04:26:03 -07:00
sessions :
2018-05-06 01:52:36 -07:00
otp : 'Enter the two-factor code generated by your phone app or use one of your recovery codes:'
2017-05-01 08:42:13 -07:00
user :
2018-06-17 09:57:31 -07:00
chosen_languages : When checked, only toots in selected languages will be displayed in public timelines
2016-11-15 14:02:57 -08:00
labels :
2018-04-14 03:41:08 -07:00
account :
fields :
name : Label
value : Content
Add moderation warnings (#9519)
* Add moderation warnings
Replace individual routes for disabling, silencing, and suspending
a user, as well as the report update route, with a unified account
action controller that allows you to select an action (none,
disable, silence, suspend) as well as whether it should generate an
e-mail notification with optional custom text. That notification,
with the optional custom text, is saved as a warning.
Additionally, there are warning presets you can configure to save
time when performing the above.
* Use Account#local_username_and_domain
2018-12-22 11:02:09 -08:00
account_warning_preset :
text : Preset text
admin_account_action :
send_email_notification : Notify the user per e-mail
text : Custom warning
type : Action
types :
disable : Disable
none : Do nothing
silence : Silence
suspend : Suspend and irreversibly delete account data
warning_preset_id : Use a warning preset
2016-11-15 14:02:57 -08:00
defaults :
2018-06-15 09:00:23 -07:00
autofollow : Invite to follow your account
2016-11-15 14:56:03 -08:00
avatar : Avatar
2018-05-07 00:31:07 -07:00
bot : This is a bot account
2018-06-17 04:54:02 -07:00
chosen_languages : Filter languages
2016-11-15 14:02:57 -08:00
confirm_new_password : Confirm new password
2016-11-15 14:56:03 -08:00
confirm_password : Confirm password
2018-06-29 06:34:36 -07:00
context : Filter contexts
2016-11-15 14:02:57 -08:00
current_password : Current password
2017-03-30 10:42:33 -07:00
data : Data
2018-12-06 08:36:11 -08:00
discoverable : List this account on the directory
2016-11-15 14:02:57 -08:00
display_name : Display name
2016-11-15 14:56:03 -08:00
email : E-mail address
2017-11-27 07:07:59 -08:00
expires_in : Expire after
2018-04-14 03:41:08 -07:00
fields : Profile metadata
2016-11-15 14:02:57 -08:00
header : Header
2018-07-12 17:16:06 -07:00
inbox_url : URL of the relay inbox
2018-06-29 06:34:36 -07:00
irreversible : Drop instead of hide
2018-06-17 04:54:02 -07:00
locale : Interface language
2017-04-23 15:38:37 -07:00
locked : Lock account
2017-11-27 07:07:59 -08:00
max_uses : Max number of uses
2016-11-15 14:56:03 -08:00
new_password : New password
note : Bio
2017-01-28 11:43:38 -08:00
otp_attempt : Two-factor code
2016-11-15 14:56:03 -08:00
password : Password
2018-06-29 06:34:36 -07:00
phrase : Keyword or phrase
2018-12-09 04:03:01 -08:00
setting_aggregate_reblogs : Group boosts in timelines
2017-04-17 03:14:03 -07:00
setting_auto_play_gif : Auto-play animated GIFs
2017-04-13 10:18:32 -07:00
setting_boost_modal : Show confirmation dialog before boosting
2018-06-17 09:57:31 -07:00
setting_default_language : Posting language
2017-02-06 14:16:20 -08:00
setting_default_privacy : Post privacy
2017-07-10 05:00:32 -07:00
setting_default_sensitive : Always mark media as sensitive
2017-06-08 05:58:22 -07:00
setting_delete_modal : Show confirmation dialog before deleting a toot
2018-09-24 20:09:35 -07:00
setting_display_media : Media display
setting_display_media_default : Default
setting_display_media_hide_all : Hide all
setting_display_media_show_all : Show all
2018-09-23 20:44:01 -07:00
setting_expand_spoilers : Always expand toots marked with content warnings
2018-05-17 17:26:51 -07:00
setting_hide_network : Hide your network
2017-07-22 16:14:57 -07:00
setting_noindex : Opt-out of search engine indexing
2017-10-16 05:09:51 -07:00
setting_reduce_motion : Reduce motion in animations
2019-02-02 10:18:15 -08:00
setting_show_application : Disclose application used to send toots
2017-07-06 13:39:56 -07:00
setting_system_font_ui : Use system's default font
2017-10-01 01:52:39 -07:00
setting_theme : Site theme
2017-09-20 10:41:35 -07:00
setting_unfollow_modal : Show confirmation dialog before unfollowing someone
2017-04-13 12:49:07 -07:00
severity : Severity
2017-03-30 10:42:33 -07:00
type : Import type
2016-11-22 02:34:36 -08:00
username : Username
2018-02-02 01:18:55 -08:00
username_or_email : Username or Email
2018-07-12 08:58:26 -07:00
whole_word : Whole word
2016-11-25 04:15:07 -08:00
interactions :
must_be_follower : Block notifications from non-followers
must_be_following : Block notifications from people you don't follow
2017-11-14 12:12:57 -08:00
must_be_following_dm : Block direct messages from people you don't follow
2016-11-15 14:02:57 -08:00
notification_emails :
2017-03-19 12:29:41 -07:00
digest : Send digest e-mails
2016-11-15 14:02:57 -08:00
favourite : Send e-mail when someone favourites your status
2016-11-15 14:56:03 -08:00
follow : Send e-mail when someone follows you
2016-12-26 13:04:16 -08:00
follow_request : Send e-mail when someone requests to follow you
2016-11-15 14:02:57 -08:00
mention : Send e-mail when someone mentions you
2017-04-03 14:45:36 -07:00
reblog : Send e-mail when someone boosts your status
2018-09-01 15:11:58 -07:00
report : Send e-mail when a new report is submitted
2016-11-15 14:56:03 -08:00
'no' : 'No'
required :
mark : "*"
text : required
'yes' : 'Yes'