about summary refs log tree commit diff
path: root/config/locales/doorkeeper.th.yml
blob: 4b7c9383e83e7b4c6b69cd715360df4c91e68a38 (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
---
th:
  activerecord:
    attributes:
      doorkeeper/application:
        name: ชื่อ
        redirect_uri: เปลี่ยนเส้นทาง URI
    errors:
      models:
        doorkeeper/application:
          attributes:
            redirect_uri:
              invalid_uri: ต้องใช้ URI ที่ถูกต้อง.
              relative_uri: ต้องเป็น absolute URI.
              secured_uri: ต้องใช้ HTTPS/SSL URI.
  doorkeeper:
    applications:
      buttons:
        cancel: ยกเลิก
        destroy: ทำลาย
        edit: แก้ไข
      confirmations:
        destroy: แน่ใจนะ?
      edit:
        title: แก้ไข แอ๊ฟพลิเคชั่น
      help:
        native_redirect_uri: ใช้ %{native_redirect_uri} สำหรับการทดสอบ
        redirect_uri: ใช้บรรทัดละหนึ่ง URI
      index:
        name: ชื่อ
        new: New Application
      new:
        title: New Application
      show:
        application_id: Application Id
        callback_urls: Callback urls
        secret: Secret
    authorizations:
      buttons:
        authorize: อนุญาติ
        deny: ไม่อนุญาติ
    authorized_applications:
      buttons:
        revoke: ยกเลิกการอนุญาติ
    scopes:
      follow: follow, block, unblock and unfollow accounts
      read: read your account's data
      write: post on your behalf