mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-18 02:08:16 +00:00
Compare commits
5 Commits
6fa7bdac17
...
c87ffb5862
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c87ffb5862 | ||
![]() |
7d2dda97b3 | ||
![]() |
4a4ce992dd | ||
![]() |
eba662d8d2 | ||
![]() |
dd098e63b1 |
2
.github/ISSUE_TEMPLATE/1.web_bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/1.web_bug_report.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Bug Report (Web Interface)
|
name: Bug Report (Web Interface)
|
||||||
description: There is a problem using Mastodon's web interface.
|
description: There is a problem using Mastodon's web interface.
|
||||||
labels: ['status/to triage', 'area/web interface']
|
labels: ['area/web interface']
|
||||||
type: Bug
|
type: Bug
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
name: Bug Report (server / API)
|
name: Bug Report (server / API)
|
||||||
description: |
|
description: |
|
||||||
There is a problem with the HTTP server, REST API, ActivityPub interaction, etc.
|
There is a problem with the HTTP server, REST API, ActivityPub interaction, etc.
|
||||||
labels: ['status/to triage']
|
|
||||||
type: 'Bug'
|
type: 'Bug'
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
|
@ -30,8 +30,8 @@
|
||||||
|
|
||||||
%ul.hint
|
%ul.hint
|
||||||
%li.warning-hint= t('migrations.warning.followers')
|
%li.warning-hint= t('migrations.warning.followers')
|
||||||
%li.warning-hint= t('migrations.warning.redirect')
|
|
||||||
%li.warning-hint= t('migrations.warning.other_data')
|
%li.warning-hint= t('migrations.warning.other_data')
|
||||||
|
%li.warning-hint= t('migrations.warning.redirect')
|
||||||
%li.warning-hint= t('migrations.warning.backreference_required')
|
%li.warning-hint= t('migrations.warning.backreference_required')
|
||||||
%li.warning-hint= t('migrations.warning.cooldown')
|
%li.warning-hint= t('migrations.warning.cooldown')
|
||||||
%li.warning-hint= t('migrations.warning.disabled_account')
|
%li.warning-hint= t('migrations.warning.disabled_account')
|
||||||
|
|
|
@ -1626,7 +1626,7 @@ en:
|
||||||
disabled_account: Your current account will not be fully usable afterwards. However, you will have access to data export as well as re-activation.
|
disabled_account: Your current account will not be fully usable afterwards. However, you will have access to data export as well as re-activation.
|
||||||
followers: This action will move all followers from the current account to the new account
|
followers: This action will move all followers from the current account to the new account
|
||||||
only_redirect_html: Alternatively, you can <a href="%{path}">only put up a redirect on your profile</a>.
|
only_redirect_html: Alternatively, you can <a href="%{path}">only put up a redirect on your profile</a>.
|
||||||
other_data: No other data will be moved automatically
|
other_data: No other data will be moved automatically (includes your posts and the list of accounts you follow)
|
||||||
redirect: Your current account's profile will be updated with a redirect notice and be excluded from searches
|
redirect: Your current account's profile will be updated with a redirect notice and be excluded from searches
|
||||||
moderation:
|
moderation:
|
||||||
title: Moderation
|
title: Moderation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user