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.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/locales/activerecord.ko.yml b/config/locales/activerecord.ko.yml
new file mode 100644
index 000000000..3c081269a
--- /dev/null
+++ b/config/locales/activerecord.ko.yml
@@ -0,0 +1,17 @@
+---
+ko:
+  activerecord:
+    attributes:
+      poll:
+        expires_at: 마감 기한
+        options: 선택
+    errors:
+      models:
+        account:
+          attributes:
+            username:
+              invalid: 영문자, 숫자, _만 사용 가능
+        status:
+          attributes:
+            reblog:
+              taken: 이미 게시물이 존재합니다