Add emoji_reaction_policy setting
This commit is contained in:
parent
defd790889
commit
673e607e94
15 changed files with 70 additions and 63 deletions
|
@ -244,6 +244,15 @@ en:
|
|||
setting_emoji_reaction_streaming_notify_impl2: Enable stamp notification compat with Nyastodon, Catstodon, glitch-soc
|
||||
setting_enable_emoji_reaction: Show emoji reaction on your display
|
||||
setting_enable_login_privacy: Enable login visibility
|
||||
setting_emoji_reaction_policy: Stamp policy
|
||||
setting_emoji_reaction_policy_items:
|
||||
allow: Allow all
|
||||
block: Block all
|
||||
block_and_hide: Block and hide
|
||||
followees_only: Followings only
|
||||
followers_only: Followers only
|
||||
mutuals_only: Mutuals only
|
||||
outside_only: Followings or followers only
|
||||
setting_expand_spoilers: Always expand posts marked with content warnings
|
||||
setting_hide_followers_count: Hide followers count
|
||||
setting_hide_following_count: Hide following count
|
||||
|
|
|
@ -252,6 +252,15 @@ ja:
|
|||
setting_dtl_force_with_tag: DTL参加時の投稿設定
|
||||
setting_dtl_menu: Webクライアントのメニューにディープタイムラインを追加する
|
||||
setting_enable_login_privacy: 公開範囲「ログインユーザーのみ」をWeb UIで選択可能にする
|
||||
setting_emoji_reaction_policy: スタンプ受け入れ設定
|
||||
setting_emoji_reaction_policy_items:
|
||||
allow: 全員に許可
|
||||
block: 全員禁止
|
||||
block_and_hide: 全員禁止し、既存のスタンプも非表示にする
|
||||
followees_only: フォロー中の相手のみ許可
|
||||
followers_only: フォロワーのみ許可
|
||||
mutuals_only: 相互のみ許可
|
||||
outside_only: フォロー中、またはフォロワーのみに許可
|
||||
setting_emoji_reaction_streaming_notify_impl2: Nyastodon, Catstodon, glitch-soc互換のスタンプ機能を有効にする
|
||||
setting_enable_emoji_reaction: 自分の画面に絵文字リアクションを表示する
|
||||
setting_expand_spoilers: 閲覧注意としてマークされた投稿を常に展開する
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue