ユーザー設定の複数の項目を反転 (#639)
This commit is contained in:
parent
fcb97f6125
commit
eee13b3f5f
9 changed files with 45 additions and 25 deletions
|
@ -268,15 +268,8 @@ en:
|
|||
mutuals_only: Mutuals only
|
||||
outside_only: Followings or followers only
|
||||
setting_expand_spoilers: Always expand posts marked with content warnings
|
||||
setting_hide_blocking_quote: Hide posts which have a quote written by the user you are blocking
|
||||
setting_hide_emoji_reaction_count: Hide emoji reaction count
|
||||
setting_hide_emoji_reaction_unavailable_server: Hide emoji reaction button from unavailable server
|
||||
setting_hide_favourite_menu: Hide favourite menu
|
||||
setting_hide_followers_count: Hide followers count
|
||||
setting_hide_following_count: Hide following count
|
||||
setting_hide_network: Hide your social graph
|
||||
setting_hide_recent_emojis: Hide recent emojis
|
||||
setting_hide_statuses_count: Hide statuses count
|
||||
setting_lock_follow_from_bot: Request approval about bot follow
|
||||
setting_public_post_to_unlisted: Convert public post to public unlisted if not using Web app
|
||||
setting_reduce_motion: Reduce motion in animations
|
||||
|
@ -285,9 +278,16 @@ en:
|
|||
setting_reject_unlisted_subscription: Reject sending unlisted visibility/non-public searchability posts to Misskey, Calckey
|
||||
setting_reverse_search_quote: Perform word-by-word search when search keywords are not enclosed in double quotes
|
||||
setting_show_application: Disclose application used to send posts
|
||||
setting_show_blocking_quote: Show posts which have a quote written by the user you are blocking
|
||||
setting_show_emoji_reaction_count: Show emoji reaction number
|
||||
setting_show_emoji_reaction_on_timeline: Show all emoji reactions on timeline
|
||||
setting_show_favourite_menu: Show favourite menu
|
||||
setting_show_followers_count: Show followers count
|
||||
setting_show_following_count: Show following count
|
||||
setting_show_quote_in_home: Show quotes in home, list or antenna timelines
|
||||
setting_show_quote_in_public: Show quotes in public timelines
|
||||
setting_show_recent_emojis: Show recent emojis
|
||||
setting_show_statuses_count: Show statuses count
|
||||
setting_simple_timeline_menu: Reduce post menu on timeline
|
||||
setting_single_ref_to_quote: Deliver single reference to other server as quote
|
||||
setting_slip_local_emoji_reaction: Allow bypassing emoji reaction from local users
|
||||
|
@ -334,7 +334,7 @@ en:
|
|||
options:
|
||||
exclude_follows: Exclude following users
|
||||
exclude_localusers: Exclude local users
|
||||
with_quote: Also check quote or references
|
||||
exclude_quote: Exclude quote or references
|
||||
form_admin_settings:
|
||||
activity_api_enabled: Publish aggregate statistics about user activity in the API
|
||||
backups_retention_period: User archive retention period
|
||||
|
|
|
@ -278,18 +278,18 @@ ja:
|
|||
setting_emoji_reaction_streaming_notify_impl2: Nyastodon, Catstodon, glitch-soc互換の絵文字リアクション機能を有効にする
|
||||
setting_enable_emoji_reaction: 絵文字リアクション機能を使用する
|
||||
setting_expand_spoilers: 閲覧注意としてマークされた投稿を常に展開する
|
||||
setting_hide_blocking_quote: ブロックしたユーザーの投稿を引用した投稿を隠す
|
||||
setting_hide_emoji_reaction_count: 投稿につけられた各絵文字の数を隠す
|
||||
setting_hide_emoji_reaction_unavailable_server: 絵文字リアクションに対応していないと思われるサーバーの投稿から絵文字リアクション機能を隠す
|
||||
setting_hide_favourite_menu: 右サイドメニューから「お気に入り」を隠す
|
||||
setting_hide_followers_count: フォロワー数を隠す
|
||||
setting_hide_following_count: フォロー数を隠す
|
||||
setting_hide_network: 繋がりを隠す
|
||||
setting_hide_recent_emojis: 絵文字ピッカーで最近使用した絵文字を隠す(絵文字デッキのみを表示する)
|
||||
setting_hide_statuses_count: 投稿数を隠す
|
||||
setting_lock_follow_from_bot: botからのフォローを承認制にする
|
||||
setting_show_blocking_quote: ブロックしたユーザーの投稿を引用した投稿を表示する
|
||||
setting_show_emoji_reaction_count: 投稿につけられた各絵文字の数を表示する
|
||||
setting_show_favourite_menu: 右サイドメニューに「お気に入り」を表示する
|
||||
setting_show_followers_count: フォロワー数を公開する
|
||||
setting_show_following_count: フォロー数を公開する
|
||||
setting_show_quote_in_home: ホーム・リスト・アンテナなどで引用を表示する
|
||||
setting_show_quote_in_public: 公開タイムライン(ローカル・連合)で引用を表示する
|
||||
setting_show_recent_emojis: 絵文字ピッカーで絵文字デッキと一緒に、絵文字の使用履歴も表示する
|
||||
setting_show_statuses_count: 投稿数を公開する
|
||||
setting_stay_privacy: 投稿時に公開範囲を保存する
|
||||
setting_public_post_to_unlisted: サードパーティから公開範囲「公開」で投稿した場合、「ローカル公開」に変更する
|
||||
setting_reduce_motion: アニメーションの動きを減らす
|
||||
|
@ -345,7 +345,7 @@ ja:
|
|||
options:
|
||||
exclude_follows: フォロー中のユーザーをフィルターの対象にしない
|
||||
exclude_localusers: ローカルユーザーをフィルターの対象にしない
|
||||
with_quote: 引用・参照の内容をフィルターの対象に含める
|
||||
exclude_quote: 引用・参照の内容をフィルターの対象にしない
|
||||
form_admin_settings:
|
||||
activity_api_enabled: APIでユーザーアクティビティに関する集計統計を公開する
|
||||
backups_retention_period: ユーザーアーカイブの保持期間
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue