Add switch private messages support
This commit is contained in:
parent
38100df205
commit
4439f0255c
8 changed files with 24 additions and 7 deletions
|
@ -41,6 +41,7 @@ en:
|
|||
email: You will be sent a confirmation e-mail
|
||||
fields: You can have up to 4 items displayed as a table on your profile
|
||||
group: Reps sent to this account will be automatically BT'd and distributed to all accounts you follow!
|
||||
group_allow_private_message: Posts are duplicated and cannot be edited or deleted by the post
|
||||
group_message_following_only: Effective as an anti-troll/spam measure, but requires the effort to follow up with subscribers
|
||||
header: PNG, GIF or JPG. At most %{size}. Will be downscaled to %{dimensions}px
|
||||
inbox_url: Copy the URL from the frontpage of the relay you want to use
|
||||
|
@ -183,6 +184,7 @@ en:
|
|||
expires_in: Expire after
|
||||
fields: Profile metadata
|
||||
group: This is a group account
|
||||
group_allow_private_message: For group accounts, duplicate private or direct message
|
||||
group_message_following_only: For group accounts, BT only mentions from people you are following
|
||||
header: Header
|
||||
honeypot: "%{label} (do not fill in)"
|
||||
|
|
|
@ -40,7 +40,8 @@ ja:
|
|||
discoverable: レコメンド、トレンド、その他の機能により、あなたのアカウントを他の人から見つけられるようにします
|
||||
email: 確認のメールが送信されます
|
||||
fields: プロフィールに表として4つまでの項目を表示することができます
|
||||
group: このアカウントに送られたリプは自動でBTされ、フォローしている全てのアカウントに配信されます
|
||||
group: このアカウントに送られたメンションは自動でBTされ、フォローしている全てのアカウントに配信されます
|
||||
group_allow_private_message: 投稿は複製されるため、投稿者が編集・削除することはできません
|
||||
group_message_following_only: 荒らし・スパム対策として有効ですが、加入者をフォローする手間が発生します
|
||||
header: "%{size}までのPNG、GIF、JPGが利用可能です。 %{dimensions}pxまで縮小されます"
|
||||
inbox_url: 使用したいリレーサーバーのトップページからURLをコピーします
|
||||
|
@ -183,6 +184,7 @@ ja:
|
|||
expires_in: 有効期限
|
||||
fields: プロフィール補足情報
|
||||
group: これはグループアカウントです
|
||||
group_allow_private_message: グループアカウントの場合、フォロワーのみ・ダイレクトのメンションを複製する
|
||||
group_message_following_only: グループアカウントの場合、自分がフォローしている相手からのメンションのみをBTする
|
||||
header: ヘッダー
|
||||
honeypot: "%{label} (入力しない)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue