diff options
author | Isao Sugimoto <d6rkaiz@gmail.com> | 2017-04-19 05:29:39 +0900 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-18 22:29:39 +0200 |
commit | 0d6c1e9cbae70276b1b0d545b587edb2bdf08562 (patch) | |
tree | eff547e209efa9321b4d40dd3f9f65494d4bc712 | |
parent | ff5baa5349ca7a5391cfa9e283d2f5e653f876ee (diff) |
missing translate ja.yml (#2100)
-rw-r--r-- | config/locales/ja.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 96fc514da..e7083ef45 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -73,6 +73,10 @@ ja: push_subscription_expires: PuSH購読期限切れ reset_password: パスワード再設定 salmon_url: Salmon URL + show: + created_reports: このアカウントで作られたレポート + report: レポート + targeted_reports: このアカウントについてのレポート silence: サイレンス statuses: トゥート数 title: アカウント @@ -100,7 +104,9 @@ ja: suspend: 停止 severity: 深刻度 show: - affected_accounts: "データベース中の%{count}個のアカウントに影響します" + affected_accounts: + one: "データベース中の一つのアカウントに影響します" + other: "データベース中の%{count}個のアカウントに影響します" retroactive: silence: このドメインからの存在するすべてのアカウントのサイレンスを戻す suspend: このドメインからの存在するすべてのアカウントの停止を戻す @@ -108,6 +114,10 @@ ja: undo: 元に戻す title: ドメインブロック undo: 元に戻す + instances: + account_count: アカウント数 + domain_name: ドメイン名 + title: インスタンス pubsubhubbub: callback_url: コールバックURL confirmed: 確認済み |