1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- ---
- zh-CN:
- activerecord:
- attributes:
- poll:
- expires_at: 截止时间
- options: 选项
- user:
- agreement: 服务协议
- email: 电子邮箱地址
- locale: 本地化
- password: 密码
- user/account:
- username: 用户名
- user/invite_request:
- text: 理由
- errors:
- attributes:
- domain:
- invalid: 不是有效的域名
- messages:
- invalid_domain_on_line: "%{value} 不是有效的域名"
- too_many_lines: 超出 %{limit} 行的长度限制
- 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: 无权以你当前的身份更改
- webhook:
- attributes:
- events:
- invalid_permissions: 不能包含你没有权限的事件
|