about summary refs log tree commit diff
path: root/config/locales/activerecord.sv.yml
blob: 5a009becc3ed2445c161b02f983274b0515230a5 (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
---
sv:
  activerecord:
    attributes:
      poll:
        expires_at: Tidsgräns
        options: Val
      user:
        agreement: Serviceavtal
        email: E-postadress
        locale: Lokal
        password: Lösenord
      user/account:
        username: Användarnamn
      user/invite_request:
        text: Anledning
    errors:
      models:
        account:
          attributes:
            username:
              invalid: endast bokstäver, siffror och understrykning
              reserved: är reserverat
        admin/webhook:
          attributes:
            url:
              invalid: är inte en giltig URL
        doorkeeper/application:
          attributes:
            website:
              invalid: är inte en giltig URL
        import:
          attributes:
            data:
              malformed: är felformad
        status:
          attributes:
            reblog:
              taken: av status finns redan
        user:
          attributes:
            email:
              blocked: använder en icke tillåten e-postleverantör
              unreachable: verkar inte existera
            role_id:
              elevated: kan inte vara högre än din nuvarande roll
        user_role:
          attributes:
            permissions_as_keys:
              dangerous: inkludera behörigheter som inte är säkra för grundrollen
              elevated: kan inte inkludera behörigheter som din nuvarande roll inte innehar
              own_role: kan inte ändras med din nuvarande roll
            position:
              elevated: kan inte vara högre än din nuvarande roll
              own_role: kan inte ändras med din nuvarande roll