about summary refs log tree commit diff
path: root/config/activerecord.ja.yml
diff options
context:
space:
mode:
authoralpaca-tc <alpaca-tc@alpaca.tc>2017-04-20 05:19:32 +0900
committerEugen <eugen@zeonfederated.com>2017-04-19 22:19:32 +0200
commit2c0d756ad942ee19c4f6dd18c9769b6649c2d15f (patch)
tree852f2ace7966f0048258c795581b3ca05ac0c6a0 /config/activerecord.ja.yml
parentf06cba3f601faed1db40200eca5c9ad88b704dcb (diff)
Extract error messages to locale file (#2162)
Diffstat (limited to 'config/activerecord.ja.yml')
-rw-r--r--config/activerecord.ja.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/activerecord.ja.yml b/config/activerecord.ja.yml
new file mode 100644
index 000000000..6e6b48496
--- /dev/null
+++ b/config/activerecord.ja.yml
@@ -0,0 +1,12 @@
+ja:
+  activerecord:
+    errors:
+      models:
+        account:
+          attributes:
+            username:
+              invalid: アルファベット・数値・アンダーバー(_)で入力してください
+        status:
+          attributes:
+            reblog:
+              taken: のブーストはすでに存在します