Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - Gemfile - app/controllers/api/v1/search_controller.rb Conflict because we changed the number of default results to be configurable - app/lib/settings/scoped_settings.rb Addition of a new “noindex” site-wide setting, conflict due to our change of the two other site-wide settings (default flavour and skin instead of theme) - spec/controllers/application_controller_spec.rb Addition of a new “noindex” site-wide setting, conflict due to our change of the two other site-wide settings (default flavour and skin instead of theme)
This commit is contained in:
@ -5,6 +5,7 @@ ja:
|
||||
account_warning_preset:
|
||||
text: URL、ハッシュタグ、メンションなど、投稿に用いる構文が使用できます
|
||||
admin_account_action:
|
||||
include_statuses: ユーザーは取られた制限や警告の原因となったトゥートを確認できるようになります
|
||||
send_email_notification: ユーザーは自分のアカウントに何が起こったのか説明を受け取ります
|
||||
text_html: オプションです。投稿に用いる構文を使うことができます。簡略化のため<a href="%{path}">プリセット警告文を追加</a>することができます
|
||||
type_html: "<strong>%{acct}</strong>さんに対し、何を行うか選択してください"
|
||||
@ -15,7 +16,7 @@ ja:
|
||||
bot: このアカウントは主に自動で動作し、人が見ていない可能性があります
|
||||
context: フィルターを適用する対象 (複数選択可)
|
||||
digest: 長期間使用していない場合と不在時に返信を受けた場合のみ送信されます
|
||||
discoverable_html: <a href="%{path}" target="_blank">ディレクトリ</a> は興味や活動をもとにアカウントを見つけることを可能にします。 掲載には %{min_followers} 人以上のフォロワーが必要です
|
||||
discoverable: ディレクトリはあなたのアカウントをより多くの人に見つけてもらうためのひとつの手段です
|
||||
email: 確認のメールが送信されます
|
||||
fields: プロフィールに表として4つまでの項目を表示することができます
|
||||
header: "%{size}までのPNG、GIF、JPGが利用可能です。 %{dimensions}pxまで縮小されます"
|
||||
@ -38,6 +39,8 @@ ja:
|
||||
setting_use_pending_items: 新着があってもタイムラインを自動的にスクロールしないようにします
|
||||
username: あなたのユーザー名は %{domain} の中で重複していない必要があります
|
||||
whole_word: キーワードまたはフレーズが英数字のみの場合、単語全体と一致する場合のみ適用されるようになります
|
||||
domain_allow:
|
||||
domain: 登録するとこのサーバーからデータを受信したり、このドメインから受信するデータを処理して保存できるようになります
|
||||
featured_tag:
|
||||
name: 'これらを使うといいかもしれません:'
|
||||
imports:
|
||||
@ -58,6 +61,7 @@ ja:
|
||||
account_warning_preset:
|
||||
text: プリセット警告文
|
||||
admin_account_action:
|
||||
include_statuses: 通報されたトゥートをメールに含める
|
||||
send_email_notification: メールでユーザーに通知
|
||||
text: カスタム警告文
|
||||
type: アクション
|
||||
@ -142,6 +146,7 @@ ja:
|
||||
trending_tag: 未審査のハッシュタグが人気の時にメールで通知する
|
||||
tag:
|
||||
listable: 検索とディレクトリへの使用を許可する
|
||||
name: ハッシュタグ
|
||||
trendable: トレンドへの表示を許可する
|
||||
usable: トゥートへの使用を許可する
|
||||
'no': いいえ
|
||||
|
Reference in New Issue
Block a user