parent
e56a1f51bc
commit
afa7d40e55
|
@ -17,6 +17,7 @@
|
|||
"account.badges.group": "Group",
|
||||
"account.block": "@{name}さんをブロック",
|
||||
"account.block_domain": "{domain}全体をブロック",
|
||||
"account.block_short": "ブロック",
|
||||
"account.blocked": "ブロック済み",
|
||||
"account.browse_more_on_origin_server": "リモートで表示",
|
||||
"account.cancel_follow_request": "フォローリクエストの取り消し",
|
||||
|
@ -48,7 +49,10 @@
|
|||
"account.mention": "@{name}さんにメンション",
|
||||
"account.moved_to": "{name}さんがアカウントを引っ越しました:",
|
||||
"account.mute": "@{name}さんをミュート",
|
||||
"account.mute_notifications_short": "通知をオフにする",
|
||||
"account.mute_short": "ミュート",
|
||||
"account.muted": "ミュート済み",
|
||||
"account.no_bio": "説明が提供されていません。",
|
||||
"account.open_original_page": "元のページを開く",
|
||||
"account.posts": "投稿",
|
||||
"account.posts_with_replies": "投稿と返信",
|
||||
|
@ -64,6 +68,7 @@
|
|||
"account.unendorse": "プロフィールから外す",
|
||||
"account.unfollow": "フォロー解除",
|
||||
"account.unmute": "@{name}さんのミュートを解除",
|
||||
"account.unmute_notifications_short": "通知オフを解除",
|
||||
"account.unmute_short": "ミュート解除",
|
||||
"account_note.placeholder": "クリックしてメモを追加",
|
||||
"admin.dashboard.daily_retention": "サインアップ後の日ごとのユーザー継続率",
|
||||
|
@ -105,6 +110,7 @@
|
|||
"column.directory": "ディレクトリ",
|
||||
"column.domain_blocks": "ブロックしたドメイン",
|
||||
"column.favourites": "お気に入り",
|
||||
"column.firehose": "リアルタイムフィード",
|
||||
"column.follow_requests": "フォローリクエスト",
|
||||
"column.home": "ホーム",
|
||||
"column.lists": "リスト",
|
||||
|
@ -258,6 +264,9 @@
|
|||
"filter_modal.select_filter.subtitle": "既存のカテゴリーを使用するか新規作成します",
|
||||
"filter_modal.select_filter.title": "この投稿をフィルターする",
|
||||
"filter_modal.title.status": "投稿をフィルターする",
|
||||
"firehose.all": "すべて",
|
||||
"firehose.local": "ローカル",
|
||||
"firehose.remote": "リモート",
|
||||
"follow_request.authorize": "許可",
|
||||
"follow_request.reject": "拒否",
|
||||
"follow_requests.unlocked_explanation": "あなたのアカウントは承認制ではありませんが、{domain}のスタッフはこれらのアカウントからのフォローリクエストの確認が必要であると判断しました。",
|
||||
|
@ -283,6 +292,8 @@
|
|||
"hashtag.column_settings.tag_toggle": "このカラムに追加のタグを含める",
|
||||
"hashtag.follow": "ハッシュタグをフォローする",
|
||||
"hashtag.unfollow": "ハッシュタグのフォローを解除",
|
||||
"home.actions.go_to_explore": "話題をさがす",
|
||||
"home.actions.go_to_suggestions": "フォローするユーザーを検索",
|
||||
"home.column_settings.basic": "基本設定",
|
||||
"home.column_settings.show_reblogs": "ブースト表示",
|
||||
"home.column_settings.show_replies": "返信表示",
|
||||
|
@ -521,6 +532,7 @@
|
|||
"report.placeholder": "追加コメント",
|
||||
"report.reasons.dislike": "興味がありません",
|
||||
"report.reasons.dislike_description": "見たくない内容の場合",
|
||||
"report.reasons.legal": "違法です",
|
||||
"report.reasons.other": "その他",
|
||||
"report.reasons.other_description": "当てはまる選択肢がない場合",
|
||||
"report.reasons.spam": "これはスパムです",
|
||||
|
@ -540,6 +552,7 @@
|
|||
"report.unfollow": "@{name}さんのフォローを解除",
|
||||
"report.unfollow_explanation": "このアカウントをフォローしています。ホームフィードに彼らの投稿を表示しないようにするには、彼らのフォローを外してください。",
|
||||
"report_notification.attached_statuses": "{count, plural, one {{count}件の投稿} other {{count}件の投稿}}が添付されました。",
|
||||
"report_notification.categories.legal": "法的事項",
|
||||
"report_notification.categories.other": "その他",
|
||||
"report_notification.categories.spam": "スパム",
|
||||
"report_notification.categories.violation": "ルール違反",
|
||||
|
|
Loading…
Reference in New Issue