diff options
author | alpaca-tc <alpaca-tc@alpaca.tc> | 2017-05-17 10:00:34 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-17 03:00:34 +0200 |
commit | e89e4355eb2ab74f7ec93313508c3afb72539855 (patch) | |
tree | 5fc9845728edcc62c3dc72fc4d97c30c42c5766c /config/locales | |
parent | abe0d9421f2bc6227360f9420aeac2cefbcdc023 (diff) |
Add filter to AccountFilter (#2968)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 2 | ||||
-rw-r--r-- | config/locales/ja.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index a2269d3e4..a0c47e11e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -62,6 +62,7 @@ en: feed_url: Feed URL followers: Followers follows: Follows + ip: IP location: all: All local: Local @@ -86,6 +87,7 @@ en: push_subscription_expires: PuSH subscription expires reset_password: Reset password salmon_url: Salmon URL + search: Search show: created_reports: Reports created by this account report: report diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 5e2cc5839..4bacd12fa 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -62,6 +62,7 @@ ja: feed_url: フィードURL followers: フォロワー数 follows: フォロー数 + ip: IP location: all: すべて local: ローカル @@ -86,6 +87,7 @@ ja: push_subscription_expires: PuSH購読期限切れ reset_password: パスワード再設定 salmon_url: Salmon URL + search: 検索 show: created_reports: このアカウントで作られたレポート report: レポート |