about summary refs log tree commit diff
path: root/config/locales/doorkeeper.th.yml
diff options
context:
space:
mode:
authorKoala Yeung <koalay@gmail.com>2017-05-08 21:56:00 +0800
committerEugen Rochko <eugen@zeonfederated.com>2017-05-08 15:56:00 +0200
commitcbd673601c5f762d71f65404c3b7ad5b3751ee8c (patch)
tree81d6e698e4d370dde4b1dd0476ecf511640b8d0c /config/locales/doorkeeper.th.yml
parent66a3979cbad92d20cdf0bfabc7184d3744ad89ae (diff)
Add Thai langauge (#2903)
* Updated Thai language

* locale: remove unused translation in Thai

* locale: add Thai to settings menu and application

* locale: fix activerecord.th.yml format
Diffstat (limited to 'config/locales/doorkeeper.th.yml')
-rw-r--r--config/locales/doorkeeper.th.yml113
1 files changed, 113 insertions, 0 deletions
diff --git a/config/locales/doorkeeper.th.yml b/config/locales/doorkeeper.th.yml
new file mode 100644
index 000000000..29673971b
--- /dev/null
+++ b/config/locales/doorkeeper.th.yml
@@ -0,0 +1,113 @@
+---
+th:
+  activerecord:
+    attributes:
+      doorkeeper/application:
+        name: ชื่อ
+        redirect_uri: เปลี่ยนเส้นทาง URI
+    errors:
+      models:
+        doorkeeper/application:
+          attributes:
+            redirect_uri:
+              fragment_present: cannot contain a fragment.
+              invalid_uri: ต้องใช้ URI ที่ถูกต้อง.
+              relative_uri: ต้องเป็น absolute URI.
+              secured_uri: ต้องใช้ HTTPS/SSL URI.
+  doorkeeper:
+    applications:
+      buttons:
+        authorize: Authorize
+        cancel: ยกเลิก
+        destroy: ทำลาย
+        edit: แก้ไข
+        submit: Submit
+      confirmations:
+        destroy: แน่ใจนะ?
+      edit:
+        title: แก้ไข แอ๊ฟพลิเคชั่น
+      form:
+        error: Whoops! Check your form for possible errors
+      help:
+        native_redirect_uri: ใช้ %{native_redirect_uri} สำหรับการทดสอบ
+        redirect_uri: ใช้บรรทัดละหนึ่ง URI
+        scopes: Separate scopes with spaces. Leave blank to use the default scopes.
+      index:
+        callback_url: Callback URL
+        name: ชื่อ
+        new: New Application
+        title: Your applications
+      new:
+        title: New Application
+      show:
+        actions: Actions
+        application_id: Application Id
+        callback_urls: Callback urls
+        scopes: Scopes
+        secret: Secret
+        title: 'Application: %{name}'
+    authorizations:
+      buttons:
+        authorize: อนุญาติ
+        deny: ไม่อนุญาติ
+      error:
+        title: An error has occurred
+      new:
+        able_to: It will be able to
+        prompt: Application %{client_name} requests access to your account
+        title: Authorization required
+      show:
+        title: Authorization code
+    authorized_applications:
+      buttons:
+        revoke: ยกเลิกการอนุญาติ
+      confirmations:
+        revoke: Are you sure?
+      index:
+        application: Application
+        created_at: Authorized
+        date_format: "%Y-%m-%d %H:%M:%S"
+        scopes: Scopes
+        title: Your authorized applications
+    errors:
+      messages:
+        access_denied: The resource owner or authorization server denied the request.
+        credential_flow_not_configured: Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
+        invalid_client: Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.
+        invalid_grant: The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client.
+        invalid_redirect_uri: The redirect uri included is not valid.
+        invalid_request: The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
+        invalid_resource_owner: The provided resource owner credentials are not valid, or resource owner cannot be found
+        invalid_scope: The requested scope is invalid, unknown, or malformed.
+        invalid_token:
+          expired: The access token expired
+          revoked: The access token was revoked
+          unknown: The access token is invalid
+        resource_owner_authenticator_not_configured: Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.
+        server_error: The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
+        temporarily_unavailable: The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
+        unauthorized_client: The client is not authorized to perform this request using this method.
+        unsupported_grant_type: The authorization grant type is not supported by the authorization server.
+        unsupported_response_type: The authorization server does not support this response type.
+    flash:
+      applications:
+        create:
+          notice: Application created.
+        destroy:
+          notice: Application deleted.
+        update:
+          notice: Application updated.
+      authorized_applications:
+        destroy:
+          notice: Application revoked.
+    layouts:
+      admin:
+        nav:
+          applications: Applications
+          oauth2_provider: OAuth2 Provider
+      application:
+        title: OAuth authorization required
+    scopes:
+      follow: follow, block, unblock and unfollow accounts
+      read: read your account's data
+      write: post on your behalf