about summary refs log tree commit diff
path: root/config/locales/activerecord.zh-TW.yml
blob: 4b8e5e4deab00abb6e6c3796c95bb3107123c913 (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-TW:
  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: 不是有效的 URL
        doorkeeper/application:
          attributes:
            website:
              invalid: 不是有效的 URL
        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: 無法被您目前的角色更改