about summary refs log tree commit diff
path: root/config/locales/activerecord.ko.yml
blob: 3c081269a6574a917380172289a2d9fd1d4b9a03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
ko:
  activerecord:
    attributes:
      poll:
        expires_at: 마감 기한
        options: 선택
    errors:
      models:
        account:
          attributes:
            username:
              invalid: 영문자, 숫자, _만 사용 가능
        status:
          attributes:
            reblog:
              taken: 이미 게시물이 존재합니다