Fix searchability selections
This commit is contained in:
parent
500978bab8
commit
29cf3b83bf
3 changed files with 13 additions and 13 deletions
|
@ -409,7 +409,7 @@ class Status < ApplicationRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
def selectable_searchabilities
|
def selectable_searchabilities
|
||||||
searchabilities.keys - %w(public_unlisted limited)
|
searchabilities.keys - %w(public_unlisted)
|
||||||
end
|
end
|
||||||
|
|
||||||
def favourites_map(status_ids, account_id)
|
def favourites_map(status_ids, account_id)
|
||||||
|
|
|
@ -1698,14 +1698,14 @@ en:
|
||||||
other: "%{count} votes"
|
other: "%{count} votes"
|
||||||
vote: Vote
|
vote: Vote
|
||||||
searchabilities:
|
searchabilities:
|
||||||
direct: Self only
|
direct: Reactionners
|
||||||
direct_long: Nobody can find, but you can
|
direct_long: Reacter of this post can find
|
||||||
private: Reactionners
|
limited: Self only
|
||||||
private_long: Reacter of this post can find
|
limited_long: Nobody can find, but you can
|
||||||
|
private: Followers only
|
||||||
|
private_long: Your followers can find
|
||||||
public: Public
|
public: Public
|
||||||
public_long: Anyone can find
|
public_long: Anyone can find
|
||||||
unlisted: Followers only
|
|
||||||
unlisted_long: Your followers can find
|
|
||||||
show_more: Show more
|
show_more: Show more
|
||||||
show_newer: Show newer
|
show_newer: Show newer
|
||||||
show_older: Show older
|
show_older: Show older
|
||||||
|
|
|
@ -1638,14 +1638,14 @@ ja:
|
||||||
other: "%{count}票"
|
other: "%{count}票"
|
||||||
vote: 投票
|
vote: 投票
|
||||||
searchabilities:
|
searchabilities:
|
||||||
direct: 自分のみ
|
direct: リアクションした人
|
||||||
direct_long: この投稿はあなたしか検索できません
|
direct_long: この投稿にリアクションした人しか検索できません
|
||||||
private: リアクションした人
|
limited: 自分のみ
|
||||||
private_long: この投稿にリアクションした人しか検索できません
|
limited_long: この投稿はあなたしか検索できません
|
||||||
|
private: フォロワーのみ
|
||||||
|
private_long: この投稿はフォロワーのみが検索できます
|
||||||
public: 公開
|
public: 公開
|
||||||
public_long: この投稿は誰でも検索できます
|
public_long: この投稿は誰でも検索できます
|
||||||
unlisted: フォロワーのみ
|
|
||||||
unlisted_long: この投稿はフォロワーのみが検索できます
|
|
||||||
show_more: もっと見る
|
show_more: もっと見る
|
||||||
show_newer: 新しいものを表示
|
show_newer: 新しいものを表示
|
||||||
show_older: 古いものを表示
|
show_older: 古いものを表示
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue