mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-10 22:43:14 +00:00

Some checks failed
Check i18n / check-i18n (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (ruby) (push) Has been cancelled
Crowdin / Upload translations / upload-translations (push) Has been cancelled
Check formatting / lint (push) Has been cancelled
Haml Linting / lint (push) Has been cancelled
Ruby Testing / build (production) (push) Has been cancelled
Ruby Testing / build (test) (push) Has been cancelled
Ruby Testing / test (.ruby-version) (push) Has been cancelled
Ruby Testing / test (3.2) (push) Has been cancelled
Ruby Testing / test (3.3) (push) Has been cancelled
Ruby Testing / ImageMagick tests (.ruby-version) (push) Has been cancelled
Ruby Testing / ImageMagick tests (3.2) (push) Has been cancelled
Ruby Testing / ImageMagick tests (3.3) (push) Has been cancelled
Ruby Testing / End to End testing (.ruby-version) (push) Has been cancelled
Ruby Testing / End to End testing (3.2) (push) Has been cancelled
Ruby Testing / End to End testing (3.3) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Ruby Testing / Elastic Search integration testing (3.3, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Has been cancelled
Bundler Audit / security (push) Has been cancelled
75 lines
1.9 KiB
Plaintext
75 lines
1.9 KiB
Plaintext
<%= t 'user_mailer.welcome.title', name: @resource.account.username %> <%= t 'user_mailer.welcome.explanation' %>
|
|
|
|
---
|
|
|
|
<%= t('user_mailer.welcome.sign_in_action') %>
|
|
===
|
|
<%= new_user_session_url %>
|
|
|
|
---
|
|
|
|
<%= t('user_mailer.welcome.checklist_title') %>
|
|
===
|
|
<%= t('user_mailer.welcome.checklist_subtitle') %>
|
|
|
|
1. <%= t('user_mailer.welcome.edit_profile_title') %>
|
|
<%= t('user_mailer.welcome.edit_profile_step') %>
|
|
* <%= web_url('start/profile') %>
|
|
|
|
2. <%= t('user_mailer.welcome.follow_title') %>
|
|
<%= t('user_mailer.welcome.follow_step') %>
|
|
* <%= web_url('start/follows') %>
|
|
|
|
3. <%= t('user_mailer.welcome.post_title') %>
|
|
<%= t('user_mailer.welcome.post_step') %>
|
|
* <%= web_url %>
|
|
|
|
4. <%= t('user_mailer.welcome.apps_title') %>
|
|
<%= t('user_mailer.welcome.apps_step') %>
|
|
* iOS: <%= app_store_url_ios %>
|
|
* Android: <%= app_store_url_android %>
|
|
|
|
---
|
|
|
|
<%= t('user_mailer.welcome.follows_title') %>
|
|
===
|
|
<%= t('user_mailer.welcome.follows_subtitle') %>
|
|
|
|
<%- @suggestions.each do |suggestion| %>
|
|
* <%= suggestion.account.display_name.presence || suggestion.account.username %> · @<%= suggestion.account.pretty_acct %>
|
|
<%= web_url("@#{suggestion.account.acct}") %>
|
|
<%- end %>
|
|
|
|
<%= web_url('explore/suggestions') %>
|
|
|
|
---
|
|
|
|
<%= t('user_mailer.welcome.hashtags_title') %>
|
|
===
|
|
<%= t('user_mailer.welcome.hashtags_subtitle') %>
|
|
|
|
<%- @tags.each do |tag| %>
|
|
* #<%= tag.display_name %> · <%= recent_tag_usage(tag) %>
|
|
<%= tag_url(tag) %>
|
|
<%- end %>
|
|
|
|
<%= web_url('explore/tags') %>
|
|
|
|
---
|
|
|
|
<%= t('user_mailer.welcome.feature_control_title') %>
|
|
===
|
|
<%= word_wrap t('user_mailer.welcome.feature_control') %>
|
|
|
|
<%= t('user_mailer.welcome.feature_audience_title') %>
|
|
===
|
|
<%= word_wrap t('user_mailer.welcome.feature_audience') %>
|
|
|
|
<%= t('user_mailer.welcome.feature_moderation_title') %>
|
|
===
|
|
<%= word_wrap t('user_mailer.welcome.feature_moderation') %>
|
|
|
|
<%= t('user_mailer.welcome.feature_creativity_title') %>
|
|
===
|
|
<%= word_wrap t('user_mailer.welcome.feature_creativity') %>
|