Add beta alerm in antenna view
This commit is contained in:
parent
afd99fed9f
commit
3e98a83e45
3 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,9 @@
|
|||
- content_for :heading_actions do
|
||||
= link_to t('antennas.new.title'), new_antenna_path, class: 'button'
|
||||
|
||||
.flash-message.alert
|
||||
%strong= t('antennas.beta')
|
||||
|
||||
- if @antennas.empty?
|
||||
.muted-hint.center-text= t 'antennas.index.empty'
|
||||
- else
|
||||
|
|
|
@ -965,6 +965,7 @@ en:
|
|||
hint_html: If you want to move from another account to this one, here you can create an alias, which is required before you can proceed with moving followers from the old account to this one. This action by itself is <strong>harmless and reversible</strong>. <strong>The account migration is initiated from the old account</strong>.
|
||||
remove: Unlink alias
|
||||
antennas:
|
||||
beta: This function is in beta.
|
||||
contexts:
|
||||
account: Accounts
|
||||
domain: Domains
|
||||
|
|
|
@ -947,6 +947,7 @@ ja:
|
|||
hint_html: 他のアカウントからこのアカウントにフォロワーを引き継いで引っ越したい場合、ここでエイリアスを作成しておく必要があります。エイリアス自体は<strong>無害で、取り消す</strong>ことができます。<strong>引っ越しは以前のアカウント側から開始する必要があります</strong>。
|
||||
remove: エイリアスを削除
|
||||
antennas:
|
||||
beta: アンテナ機能はベータ版です。今後、予告なく全データリセット・機能削除を行う場合があります。この機能の存在は外部に積極的に宣伝しないよう、ご協力をお願いします。
|
||||
contexts:
|
||||
account: アカウント
|
||||
domain: ドメイン
|
||||
|
@ -964,7 +965,7 @@ ja:
|
|||
exclude_domains_raw: 除外するドメイン
|
||||
exclude_keywords_raw: 除外するキーワード
|
||||
exclude_tags_raw: 除外するハッシュタグ
|
||||
hint: 下のリストに、絞り込み条件・除外条件を入力します。条件は複数指定することができます。1行につき1つずつ入力してください。空行、コメント、重複を含めることはできません。
|
||||
hint: 下のリストに、絞り込み条件・除外条件を入力します。条件は複数指定することができます。1行につき1つずつ入力してください。空行、コメント、重複を含めることはできません。絞り込み条件(除外条件ではない)は最低1つ設定しなければいけません。
|
||||
keywords_raw: 絞り込むキーワード
|
||||
list: 投稿配置先リスト
|
||||
tags_raw: 絞り込むハッシュタグ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue