Merge remote-tracking branch 'parent/main' into upstream-20241021
This commit is contained in:
commit
ab58aed910
279 changed files with 2761 additions and 1351 deletions
|
@ -48,6 +48,7 @@ ja:
|
|||
title: "%{username}さんのメールアドレスを変更"
|
||||
change_role:
|
||||
changed_msg: ロールを変更しました!
|
||||
edit_roles: ユーザーのロールを管理
|
||||
label: ロールを変更
|
||||
no_role: ロールがありません
|
||||
title: "%{username}さんのロールを変更"
|
||||
|
@ -242,22 +243,22 @@ ja:
|
|||
approve_remote_account_html: "%{name}さんが%{target}さんの参加を承認しました"
|
||||
approve_user_html: "%{name}さんが%{target}さんからの登録を承認しました"
|
||||
assigned_to_self_report_html: "%{name}さんが通報 %{target}を自身の担当に割り当てました"
|
||||
change_email_user_html: "%{name}さんが%{target}さんのメールアドレスを変更しました"
|
||||
change_email_user_html: "%{name} さんが %{target} さんのメールアドレスを変更しました"
|
||||
change_role_user_html: "%{name}さんが%{target}さんのロールを変更しました"
|
||||
confirm_user_html: "%{name}さんが%{target}さんのメールアドレスを確認済みにしました"
|
||||
confirm_user_html: "%{name} さんが %{target} さんのメールアドレスを確認済みにしました"
|
||||
create_account_warning_html: "%{name}さんが%{target}さんに警告メールを送信しました"
|
||||
create_announcement_html: "%{name}さんが新しいお知らせ %{target}を作成しました"
|
||||
create_canonical_email_block_html: "%{name}さんがメールアドレス (ハッシュ値: %{target}) をブロックしました"
|
||||
create_canonical_email_block_html: "%{name} さんがメールアドレスのハッシュ値 %{target} をブロックしました"
|
||||
create_custom_emoji_html: "%{name}さんがカスタム絵文字 %{target}を追加しました"
|
||||
create_domain_allow_html: "%{name}さんが%{target}の連合を許可しました"
|
||||
create_domain_block_html: "%{name}さんがドメイン %{target}をブロックしました"
|
||||
create_email_domain_block_html: "%{name}さんがメールドメイン %{target} をブロックしました"
|
||||
create_email_domain_block_html: "%{name} さんがメールドメイン %{target} をブロックしました"
|
||||
create_ip_block_html: "%{name}さんがIP %{target}のルールを作成しました"
|
||||
create_unavailable_domain_html: "%{name}がドメイン %{target}への配送を停止しました"
|
||||
create_user_role_html: "%{name}さんがロール『%{target}』を作成しました"
|
||||
demote_user_html: "%{name}さんが%{target}さんを降格しました"
|
||||
destroy_announcement_html: "%{name}さんがお知らせ %{target}を削除しました"
|
||||
destroy_canonical_email_block_html: "%{name}さんがメールアドレス (ハッシュ値: %{target}) のブロックを外しました"
|
||||
destroy_canonical_email_block_html: "%{name} さんがメールアドレスのハッシュ値 %{target} のブロックを外しました"
|
||||
destroy_custom_emoji_html: "%{name}さんがカスタム絵文字『%{target}』を削除しました"
|
||||
destroy_domain_allow_html: "%{name}さんが%{target}の連合許可を外しました"
|
||||
destroy_domain_block_html: "%{name}さんがドメイン %{target}のブロックを外しました"
|
||||
|
@ -286,7 +287,7 @@ ja:
|
|||
remove_media_status_html: "%{name}さんが%{target}さんの投稿のメディアを削除しました"
|
||||
remove_status_status_html: "%{name}さんが%{target}さんの投稿を削除しました"
|
||||
reopen_report_html: "%{name}さんが通報 %{target}を未解決に戻しました"
|
||||
resend_user_html: "%{name}さんが %{target} の確認メールを再送信しました"
|
||||
resend_user_html: "%{name} さんが %{target} の確認メールを再送信しました"
|
||||
reset_password_user_html: "%{name}さんが%{target}さんのパスワードをリセットしました"
|
||||
resolve_report_html: "%{name}さんが通報 %{target}を解決済みにしました"
|
||||
sensitive_account_html: "%{name}さんが%{target}さんのメディアを閲覧注意にマークしました"
|
||||
|
@ -301,7 +302,7 @@ ja:
|
|||
update_custom_emoji_html: "%{name}さんがカスタム絵文字 %{target}を更新しました"
|
||||
update_domain_block_html: "%{name}さんが%{target}のドメインブロックを更新しました"
|
||||
update_ip_block_html: "%{name} さんがIP %{target} のルールを更新しました"
|
||||
update_report_html: "%{name}さんが通報 %{target} を更新しました"
|
||||
update_report_html: "%{name} さんが通報 %{target} を更新しました"
|
||||
update_status_html: "%{name}さんが%{target}さんの投稿を更新しました"
|
||||
update_user_role_html: "%{name}さんがロール『%{target}』を変更しました"
|
||||
deleted_account: 削除されたアカウント
|
||||
|
@ -1123,6 +1124,9 @@ ja:
|
|||
message_html: サーバーのルールを定義していません。
|
||||
sidekiq_process_check:
|
||||
message_html: "%{value}キューに対応するSidekiqプロセスがありません。Sidekiqの設定を確認してください。"
|
||||
software_version_check:
|
||||
action: 利用可能な更新を確認
|
||||
message_html: Mastodonの更新が利用可能です。
|
||||
software_version_critical_check:
|
||||
action: 利用可能な更新を見る
|
||||
message_html: 緊急のMastodonアップデートがあります。速やかに適用してください。
|
||||
|
@ -1461,7 +1465,9 @@ ja:
|
|||
with_login_options: カスタムCSSを無効化しますか?
|
||||
author_attribution:
|
||||
example_title: サンプルテキスト
|
||||
more_from_html: "%{name} のその他の情報"
|
||||
s_blog: "%{name} のブログ"
|
||||
title: 著者の帰属
|
||||
challenge:
|
||||
confirm: 続ける
|
||||
hint_html: 以後1時間はパスワードの再入力を求めません
|
||||
|
@ -1653,6 +1659,32 @@ ja:
|
|||
merge_long: 現在のレコードを保持したまま新しいものを追加します
|
||||
overwrite: 上書き
|
||||
overwrite_long: 現在のレコードを新しいもので置き換えます
|
||||
overwrite_preambles:
|
||||
blocking_html:
|
||||
other: あなたは<strong>%{filename}</strong>から最大<strong>%{count}のアカウント</strong>で<strong>ブロックリストを置き換えようとしています</strong>。
|
||||
bookmarks_html:
|
||||
other: あなたは<strong>%{filename}</strong>から最大<strong>%{count}の投稿</strong>で<strong>ブックマークを置き換えようとしています</strong>。
|
||||
domain_blocking_html:
|
||||
other: あなたは<strong>%{filename}</strong>から最大<strong>%{count}のドメイン</strong>で<strong>ドメインブロックリストを置き換えようとしています</strong>。
|
||||
following_html:
|
||||
other: あなたは<strong>%{filename}</strong>から最大<strong>%{count}のアカウント</strong>を<strong>フォローし</strong>、<strong>他のすべてのユーザーのフォローを解除します</strong>。
|
||||
lists_html:
|
||||
other: あなたは<strong>%{filename}</strong>の内容で<strong>リストを置き換えようとしています</strong>。最大<strong>%{count}のアカウント</strong>が新しいリストに追加されます。
|
||||
muting_html:
|
||||
other: あなたは<strong>%{filename}</strong>から最大<strong>%{count}のアカウント</strong>で<strong>ミュートアカウントのリストを置き換えようとしています</strong>。
|
||||
preambles:
|
||||
blocking_html:
|
||||
other: あなたは<strong>%{filename}</strong>から最大<strong>%{count}のアカウント</strong>を<strong>ブロックしようとしています</strong>。
|
||||
bookmarks_html:
|
||||
other: あなたは<strong>%{filename}</strong>から最大<strong>%{count}の投稿</strong>を<strong>ブックマークに追加しようとしています</strong>。
|
||||
domain_blocking_html:
|
||||
other: あなたは<strong>%{filename}</strong>から最大<strong>%{count}のドメイン</strong>を<strong>ブロックしようとしています</strong>。
|
||||
following_html:
|
||||
other: あなたは<strong>%{filename}</strong>から最大<strong>%{count}のアカウント</strong>を<strong>フォローしようとしています</strong>。
|
||||
lists_html:
|
||||
other: あなたは<strong>%{filename}</strong>から最大<strong>%{count}のアカウント</strong>を<strong>リストに追加しようとしています</strong>。追加するリストがない場合は新しいリストが作成されます。
|
||||
muting_html:
|
||||
other: あなたは<strong>%{filename}</strong>から最大<strong>%{count}のアカウント</strong>を<strong>ミュートしようとしています</strong>。
|
||||
preface: 他のサーバーでエクスポートされたファイルから、フォロー/ブロックした情報をこのサーバー上のアカウントにインポートできます。
|
||||
recent_imports: 最近のインポート
|
||||
states:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue