From 8902e265b4efea68cafef790ee0e2870f62985cd Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 8 Jun 2017 14:58:22 +0200 Subject: Add explit admin actions to (re)subscribe/unsubscribe remote accounts (#3640) * Add explit admin actions to (re)subscribe/unsubscribe remote accounts and re-download avatar/header * Improve how admin NSFW toggle looks --- config/locales/ja.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'config/locales/ja.yml') diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 194eb1b32..5a220df5a 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -135,13 +135,6 @@ ja: account_count: 既知のアカウント数 domain_name: ドメイン名 title: 既知のインスタンス - subscriptions: - callback_url: コールバックURL - confirmed: 確認済み - expires_in: 期限 - last_delivery: 最終配送 - title: PubSubHubbub - topic: トピック reports: are_you_sure: 本当に実行しますか? comment: @@ -187,6 +180,13 @@ ja: title: サイトの詳細な説明 site_title: サイトのタイトル title: サイト設定 + subscriptions: + callback_url: コールバックURL + confirmed: 確認済み + expires_in: 期限 + last_delivery: 最終配送 + title: PubSubHubbub + topic: トピック title: 管理 application_mailer: settings: 'メール設定の変更: %{link}' @@ -265,7 +265,7 @@ ja: following: フォロー中のアカウントリスト muting: ミュートしたアカウントリスト upload: アップロード - landing_strip_html: %{name} さんはインスタンス %{link_to_root_path} のユーザーです。アカウントさえ持っていればフォローしたり会話したりできます。 + landing_strip_html: "%{name} さんはインスタンス %{link_to_root_path} のユーザーです。アカウントさえ持っていればフォローしたり会話したりできます。" landing_strip_signup_html: もしお持ちでないなら こちら からサインアップできます。 media_attachments: validations: -- cgit