about summary refs log tree commit diff
path: root/config/locales/activerecord.pl.yml
blob: 0d1d9efb197bb38b9af5ae8705bf79097c34527e (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
---
pl:
  activerecord:
    attributes:
      poll:
        expires_at: Ostateczny termin
        options: Opcje
      user:
        agreement: Umowa o świadczenie usług
        email: Adres e-mail
        locale: Język
        password: Hasło
      user/account:
        username: Nazwa użytkownika
      user/invite_request:
        text: Powód
    errors:
      models:
        account:
          attributes:
            username:
              invalid: może składać się tylko z liter, cyfr i podkreślników
              reserved: jest zarezerwowana
        admin/webhook:
          attributes:
            url:
              invalid: nie jest poprawnym adresem URL
        doorkeeper/application:
          attributes:
            website:
              invalid: nie jest poprawnym adresem URL
        import:
          attributes:
            data:
              malformed: jest uszkodzona
        status:
          attributes:
            reblog:
              taken: status już istnieje
        user:
          attributes:
            email:
              blocked: używa niedozwolonego dostawcy poczty elektronicznej
              unreachable: wydaje się nie istnieć
            role_id:
              elevated: nie może być wyższa niż twoja bieżąca rola
        user_role:
          attributes:
            permissions_as_keys:
              dangerous: dołącz uprawnienia, które nie są bezpieczne dla roli podstawowej
              elevated: nie może zawierać uprawnień, jakie twoja obecna rola nie posiada
              own_role: nie można zmienić z aktualną rolą
            position:
              elevated: nie może być wyższa niż twoja bieżąca rola
              own_role: nie może być zmieniona z twoją aktualną rolą