* Bump version to 8.0 * Add: 他のサーバーに公開する情報に、制限設定などを追加 * Fix: `quote_of_id`のインデックス * Fix: #172 他のサーバーからの相乗り絵文字削除が反映されない * Test: #166 リモートから自分の絵文字を受け取った時、ライセンスが上書きされないことを確認するテスト * Change: #70 DTL投稿で、公開範囲・検索許可を別々に設定
This commit is contained in:
parent
e32f00b275
commit
ae865975d4
8 changed files with 93 additions and 19 deletions
|
@ -68,7 +68,8 @@ en:
|
|||
setting_display_media_hide_all: Always hide media
|
||||
setting_display_media_show_all: Always show media
|
||||
setting_dtl_force_subscribable: Your post can be detected local user's antenna to subscribe deep timeline
|
||||
setting_dtl_force_with_tag: "With using #%{tag} tag, your post settings will be changed forcibly"
|
||||
setting_dtl_force_searchability: "With using #%{tag} tag, your post settings will be changed forcibly"
|
||||
setting_dtl_force_visibility: "With using #%{tag} tag, your post settings will be changed forcibly"
|
||||
setting_dtl_menu: Show DTL menu on web
|
||||
setting_emoji_reaction_policy: Even with this setting, users on other servers are free to put their stamp on the post and share it within the same server. If you simply want to remove the stamp from your own screen, you can disable it from the appearance settings
|
||||
setting_enable_emoji_reaction: If turn off, other users still can react your posts
|
||||
|
@ -248,7 +249,8 @@ en:
|
|||
setting_display_media_hide_all: Hide all
|
||||
setting_display_media_show_all: Show all
|
||||
setting_dtl_force_subscribable: Ignore your dissubscribable setting when using the DTL tag
|
||||
setting_dtl_force_with_tag: Post with DTL tag
|
||||
setting_dtl_force_searchability: Post searchability
|
||||
setting_dtl_force_visibility: Post visibility
|
||||
setting_emoji_reaction_streaming_notify_impl2: Enable stamp notification compat with Nyastodon, Catstodon, glitch-soc
|
||||
setting_enable_emoji_reaction: Use stamp function
|
||||
setting_enable_login_privacy: Enable login visibility
|
||||
|
@ -299,10 +301,15 @@ en:
|
|||
username: Username
|
||||
username_or_email: Username or Email
|
||||
whole_word: Whole word
|
||||
dtl_force_with_tag:
|
||||
full: Visibility is unlisted, searchability is everyone
|
||||
none: No changes
|
||||
searchability: Searchability is everyone
|
||||
dtl_force_searchability:
|
||||
public: Everyone
|
||||
public_unlisted: Local and followers
|
||||
unchange: Unchange
|
||||
dtl_force_visibility:
|
||||
public: Public
|
||||
public_unlisted: Public unlisted
|
||||
unchange: Unchange
|
||||
unlisted: Unlisted
|
||||
email_domain_block:
|
||||
with_dns_records: Include MX records and IPs of the domain
|
||||
emoji_reactions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue