about summary refs log tree commit diff
path: root/config/locales/activerecord.ko.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/activerecord.ko.yml')
-rw-r--r--config/locales/activerecord.ko.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/locales/activerecord.ko.yml b/config/locales/activerecord.ko.yml
index 8a7b3b861..3c081269a 100644
--- a/config/locales/activerecord.ko.yml
+++ b/config/locales/activerecord.ko.yml
@@ -1 +1,17 @@
+---
 ko:
+  activerecord:
+    attributes:
+      poll:
+        expires_at: 마감 기한
+        options: 선택
+    errors:
+      models:
+        account:
+          attributes:
+            username:
+              invalid: 영문자, 숫자, _만 사용 가능
+        status:
+          attributes:
+            reblog:
+              taken: 이미 게시물이 존재합니다