about summary refs log tree commit diff
path: root/config/locales/activerecord.ar.yml
blob: a30fd9f38369f9c75ba2e03b372253b450fb0860 (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
---
ar:
  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: رابط غير صحيح
        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: لا يمكن تغييرها مع دورك الحالي