diff options
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/activerecord.en.yml | 12 | ||||
-rw-r--r-- | config/locales/activerecord.ja.yml | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/config/locales/activerecord.en.yml b/config/locales/activerecord.en.yml new file mode 100644 index 000000000..c3354fa25 --- /dev/null +++ b/config/locales/activerecord.en.yml @@ -0,0 +1,12 @@ +en: + activerecord: + errors: + models: + account: + attributes: + username: + invalid: only letters, numbers and underscores + status: + attributes: + reblog: + taken: of status already exists diff --git a/config/locales/activerecord.ja.yml b/config/locales/activerecord.ja.yml new file mode 100644 index 000000000..6e6b48496 --- /dev/null +++ b/config/locales/activerecord.ja.yml @@ -0,0 +1,12 @@ +ja: + activerecord: + errors: + models: + account: + attributes: + username: + invalid: アルファベット・数値・アンダーバー(_)で入力してください + status: + attributes: + reblog: + taken: のブーストはすでに存在します |