about summary refs log tree commit diff
path: root/config/locales/doorkeeper.hi.yml
blob: d7a933d1480714d106b279142200d9b917419574 (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
---
hi:
  activerecord:
    attributes:
      doorkeeper/application:
        name: आवेदन का नाम
        redirect_uri: अनुप्रेषित URI
        scopes: कार्यक्षेत्र
        website: आवेदन वेबसाइट
    errors:
      models:
        doorkeeper/application:
          attributes:
            redirect_uri:
              fragment_present: एक टुकड़ा नहीं हो सकता।
              invalid_uri: एक वैध यूआरआई होना चाहिए।
              relative_uri: एक पूर्ण URI होना चाहिए।
              secured_uri: hTTPS/SSL URI होना चाहिए।
  doorkeeper:
    applications:
      buttons:
        authorize: अधिकार दें
        cancel: रद्द करें
        destroy: हटाएं
        edit: संपादित करें
        submit: सबमिट करें
      confirmations:
        destroy: क्या आप सुनिश्चित हैं?
      edit:
        title: आवेदन संपादित करें