Merge commit '95d65c971c' into kb_migration

This commit is contained in:
KMY 2023-07-08 11:26:19 +09:00
commit 7fa5cbc649
12 changed files with 54 additions and 21 deletions

View file

@ -14,6 +14,7 @@
"about.powered_by": "Decentralized social media powered by {mastodon}",
"about.rules": "Server rules",
"account.account_note_header": "Note",
"account.add_or_remove_from_antenna": "Add or Remove from antennas",
"account.add_or_remove_from_list": "Add or Remove from lists",
"account.badges.bot": "Automated",
"account.badges.group": "Group",
@ -599,8 +600,8 @@
"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",
"searchability.unlisted.long": "Your followers and reactionners can find",
"searchability.unlisted.short": "Followers and reactionners",
"search_popout.quick_actions": "Quick actions",
"search_popout.recent": "Recent searches",
"search_results.accounts": "Profiles",
@ -636,6 +637,8 @@
"status.edited": "Edited {date}",
"status.edited_x_times": "Edited {count, plural, one {{count} time} other {{count} times}}",
"status.embed": "Embed",
"status.emoji_reaction": "Stamp",
"status.emoji_reaction.pick": "Pick stamp",
"status.expiration.add": "Set status expired time",
"status.favourite": "Favourite",
"status.filter": "Filter this post",
@ -658,6 +661,7 @@
"status.reblogged_by": "{name} boosted",
"status.reblogs.empty": "No one has boosted this post yet. When someone does, they will show up here.",
"status.redraft": "Delete & re-draft",
"status.reference": "Reference",
"status.remove_bookmark": "Remove bookmark",
"status.replied_to": "Replied to {name}",
"status.reply": "Reply",

View file

@ -14,6 +14,7 @@
"about.powered_by": "{mastodon}による分散型ソーシャルメディア",
"about.rules": "サーバーのルール",
"account.account_note_header": "メモ",
"account.add_or_remove_from_antenna": "アンテナから追加または外す",
"account.add_or_remove_from_list": "リストから追加または外す",
"account.badges.bot": "Bot",
"account.badges.group": "Group",
@ -583,12 +584,12 @@
"searchability.change": "検索許可範囲を変更",
"searchability.direct.long": "この投稿はあなたしか検索できません",
"searchability.direct.short": "自分のみ",
"searchability.private.long": "この投稿にリアクションした人だけが検索できます",
"searchability.private.short": "リアクションした人のみ",
"searchability.private.long": "この投稿に反応した人だけが検索できます",
"searchability.private.short": "反応者のみ",
"searchability.public.long": "この投稿は誰でも検索できます",
"searchability.public.short": "全て",
"searchability.unlisted.long": "この投稿はあなたのフォロワーしか検索できません",
"searchability.unlisted.short": "フォロワーのみ",
"searchability.unlisted.long": "この投稿はあなたのフォロワーと反応者だけが検索できます",
"searchability.unlisted.short": "フォロワーと反応者",
"search_popout.quick_actions": "クイック操作",
"search_popout.recent": "最近の検索",
"search_results.accounts": "ユーザー",
@ -625,6 +626,7 @@
"status.edited_x_times": "{count}回編集",
"status.embed": "埋め込み",
"status.emoji_reaction": "スタンプ",
"status.emoji_reaction.pick": "スタンプを押す",
"status.expiration.add": "時限投稿を設定",
"status.favourite": "お気に入り",
"status.filter": "この投稿をフィルターする",
@ -647,6 +649,7 @@
"status.reblogged_by": "{name}さんがブースト",
"status.reblogs.empty": "まだ誰もブーストしていません。ブーストされるとここに表示されます。",
"status.redraft": "削除して下書きに戻す",
"status.reference": "参照",
"status.remove_bookmark": "ブックマークを削除",
"status.replied_to": "{name}さんへの返信",
"status.reply": "返信",