about summary refs log tree commit diff
path: root/config/locales/activerecord.zh-CN.yml
blob: e36ea666222fda8200efdc5a059fc23056a8c493 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
zh-CN:
  activerecord:
    attributes:
      poll:
        expires_at: 截止时间
        options: 选项
      user:
        agreement: 服务协议
        email: 电子邮箱地址
        locale: 本地化
        password: 密码
      user/account:
        username: 用户名
      user/invite_request:
        text: 理由
    errors:
      models:
        account:
          attributes:
            username:
              invalid: 只能包含字母、数字和下划线
              reserved: 是保留关键字
        admin/webhook:
          attributes:
            url:
              invalid: 非有效网址
        doorkeeper/application:
          attributes:
            website:
              invalid: 非有效网址
        import:
          attributes:
            data:
              malformed: 格式错误
        status:
          attributes:
            reblog:
              taken: 已被转嘟过
        user:
          attributes:
            email:
              blocked: 使用了被封禁的电子邮件提供商
              unreachable: 似乎不存在
            role_id:
              elevated: 不能高于您当前的身份
        user_role:
          attributes:
            permissions_as_keys:
              dangerous: 包含对基本角色不安全的权限
              elevated: 不能包含您当前角色不拥有的权限
              own_role: 无法以您当前的身份更改
            position:
              elevated: 不能高于您当前的角色
              own_role: 无法以您当前的身份更改