Fix languages and styles

This commit is contained in:
KMY 2023-04-06 14:07:31 +09:00
parent 60d54b847e
commit 6f6508d275
7 changed files with 42 additions and 0 deletions

View file

@ -527,6 +527,15 @@
"report_notification.open": "Open report",
"search.placeholder": "Search",
"search.search_or_paste": "Search or paste URL",
"searchability.change": "Change post searchability",
"searchability.direct.long": "Nobody can find, but you can",
"searchability.direct.short": "Self only",
"searchability.private.long": "Reacter of this post can find",
"searchability.private.short": "Reactionners",
"searchability.public.long": "Anyone can find",
"searchability.public.short": "Public",
"searchability.unlisted.long": "Your followers can find",
"searchability.unlisted.short": "Followers",
"search_popout.search_format": "Advanced search format",
"search_popout.tips.full_text": "Simple text returns posts you have written, favourited, boosted, or have been mentioned in, as well as matching usernames, display names, and hashtags.",
"search_popout.tips.hashtag": "hashtag",

View file

@ -525,6 +525,15 @@
"report_notification.open": "通報を開く",
"search.placeholder": "検索",
"search.search_or_paste": "検索またはURLを入力",
"searchability.change": "検索許可範囲を変更",
"searchability.direct.long": "この投稿はあなたしか検索できません",
"searchability.direct.short": "自分のみ",
"searchability.private.long": "この投稿にリアクションした人だけが検索できます",
"searchability.private.short": "リアクションした人のみ",
"searchability.public.long": "この投稿は誰でも検索できます",
"searchability.public.short": "全て",
"searchability.unlisted.long": "この投稿はあなたのフォロワーしか検索できません",
"searchability.unlisted.short": "フォロワーのみ",
"search_popout.search_format": "高度な検索フォーマット",
"search_popout.tips.full_text": "表示名やユーザー名、ハッシュタグのほか、あなたの投稿やお気に入り、ブーストした投稿、返信に一致する単純なテキスト。",
"search_popout.tips.hashtag": "ハッシュタグ",

View file

@ -4764,6 +4764,8 @@ a.status-card.compact:hover {
position: absolute;
right: 0;
bottom: 0;
color: purple;
pointer-events: none;
}
}