Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `.env.production.sample`: Upstream added new configuration options, uncommented by default. Commented them. - `Gemfile.lock`: Upstream updated dependencies textually close to glitch-soc-specific dependencies. Updated those upstream dependencies.
This commit is contained in:
@ -47,11 +47,16 @@
|
||||
"account.unmute": "@{name}さんのミュートを解除",
|
||||
"account.unmute_notifications": "@{name}さんからの通知を受け取るようにする",
|
||||
"account_note.placeholder": "クリックしてメモを追加",
|
||||
"admin.dashboard.retention": "Retention",
|
||||
"admin.dashboard.retention.average": "Average",
|
||||
"admin.dashboard.retention.cohort": "Sign-up month",
|
||||
"admin.dashboard.retention.cohort_size": "New users",
|
||||
"alert.rate_limited.message": "{retry_time, time, medium} 以降に再度実行してください。",
|
||||
"alert.rate_limited.title": "制限に達しました",
|
||||
"alert.unexpected.message": "不明なエラーが発生しました。",
|
||||
"alert.unexpected.title": "エラー!",
|
||||
"announcement.announcement": "お知らせ",
|
||||
"attachments_list.unprocessed": "(unprocessed)",
|
||||
"autosuggest_hashtag.per_week": "{count} 回 / 週",
|
||||
"boost_modal.combo": "次からは{combo}を押せばスキップできます",
|
||||
"bundle_column_error.body": "コンポーネントの読み込み中に問題が発生しました。",
|
||||
@ -117,6 +122,8 @@
|
||||
"confirmations.delete.message": "本当に削除しますか?",
|
||||
"confirmations.delete_list.confirm": "削除",
|
||||
"confirmations.delete_list.message": "本当にこのリストを完全に削除しますか?",
|
||||
"confirmations.discard_edit_media.confirm": "Discard",
|
||||
"confirmations.discard_edit_media.message": "You have unsaved changes to the media description or preview, discard them anyway?",
|
||||
"confirmations.domain_block.confirm": "ドメイン全体をブロック",
|
||||
"confirmations.domain_block.message": "本当に{domain}全体を非表示にしますか? 多くの場合は個別にブロックやミュートするだけで充分であり、また好ましいです。公開タイムラインにそのドメインのコンテンツが表示されなくなり、通知も届かなくなります。そのドメインのフォロワーはアンフォローされます。",
|
||||
"confirmations.logout.confirm": "ログアウト",
|
||||
@ -344,6 +351,7 @@
|
||||
"poll.total_votes": "{count}票",
|
||||
"poll.vote": "投票",
|
||||
"poll.voted": "この項目に投票しました",
|
||||
"poll.votes": "{votes, plural, one {# vote} other {# votes}}",
|
||||
"poll_button.add_poll": "アンケートを追加",
|
||||
"poll_button.remove_poll": "アンケートを削除",
|
||||
"privacy.change": "公開範囲を変更",
|
||||
@ -459,6 +467,7 @@
|
||||
"upload_form.video_description": "視聴が難しいユーザーへの説明",
|
||||
"upload_modal.analyzing_picture": "画像を解析中…",
|
||||
"upload_modal.apply": "適用",
|
||||
"upload_modal.applying": "Applying…",
|
||||
"upload_modal.choose_image": "画像を選択",
|
||||
"upload_modal.description_placeholder": "あのイーハトーヴォのすきとおった風",
|
||||
"upload_modal.detect_text": "画像からテキストを検出",
|
||||
|
Reference in New Issue
Block a user