diff options
author | alpaca-tc <alpaca-tc@alpaca.tc> | 2017-05-04 06:36:19 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-03 23:36:19 +0200 |
commit | db92eec876efc2d5b450b0c9c70d78091762fc4b (patch) | |
tree | 844bcf249375554b609b76ab4fef14016a9cc60a /config/locales | |
parent | 44969307c71bbd9caf21890b02a525910d1cf017 (diff) |
Localize 'throttled' (#2755)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 1 | ||||
-rw-r--r-- | config/locales/ja.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 26ecac7bc..936aa38d9 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -223,6 +223,7 @@ en: '422': content: Security verification failed. Are you blocking cookies? title: Security verification failed + '429': Throttled exports: blocks: You block csv: CSV diff --git a/config/locales/ja.yml b/config/locales/ja.yml index cc79ca5a8..af5e77d14 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -222,6 +222,7 @@ ja: '422': content: セキュリティ認証に失敗しました。Cookieをブロックしていませんか? title: セキュリティ認証に失敗 + '429': リクエストの制限に達しました。 exports: blocks: ブロック csv: CSV |