about summary refs log tree commit diff
path: root/config/locales/activerecord.ja.yml
blob: 91fa0449254bd766cd1785a6095d8e57317f5520 (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
---
ja:
  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: 現在と同じロールには変更できません