logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

doorkeeper.fa.yml (4893B)


  1. ---
  2. fa:
  3. activerecord:
  4. attributes:
  5. doorkeeper/application:
  6. name: نام برنامه
  7. redirect_uri: نشانی تغییرمسیر
  8. scopes: محدوده
  9. website: وبگاه برنامه
  10. errors:
  11. models:
  12. doorkeeper/application:
  13. attributes:
  14. redirect_uri:
  15. fragment_present: نمی‌تواند چندتکه باشد.
  16. invalid_uri: باید یک نشانی معتبر باشد.
  17. relative_uri: باید یک نشانی مطلق باشد.
  18. secured_uri: باید یک نشانی HTTPS/SSL باشد.
  19. doorkeeper:
  20. applications:
  21. buttons:
  22. authorize: Authorize
  23. cancel: Cancel
  24. destroy: Destroy
  25. edit: Edit
  26. submit: Submit
  27. confirmations:
  28. destroy: Are you sure?
  29. edit:
  30. title: Edit application
  31. form:
  32. error: Whoops! Check your form for possible errors
  33. help:
  34. native_redirect_uri: Use %{native_redirect_uri} for local tests
  35. redirect_uri: Use one line per URI
  36. scopes: Separate scopes with spaces. Leave blank to use the default scopes.
  37. index:
  38. application: Application
  39. callback_url: Callback URL
  40. delete: Delete
  41. name: Name
  42. new: New application
  43. scopes: Scopes
  44. show: Show
  45. title: Your applications
  46. new:
  47. title: New application
  48. show:
  49. actions: Actions
  50. application_id: Client key
  51. callback_urls: Callback URLs
  52. scopes: Scopes
  53. secret: Client secret
  54. title: 'Application: %{name}'
  55. authorizations:
  56. buttons:
  57. authorize: Authorize
  58. deny: Deny
  59. error:
  60. title: An error has occurred
  61. new:
  62. able_to: It will be able to
  63. prompt: Application %{client_name} requests access to your account
  64. title: Authorization required
  65. show:
  66. title: Copy this authorization code and paste it to the application.
  67. authorized_applications:
  68. buttons:
  69. revoke: Revoke
  70. confirmations:
  71. revoke: Are you sure?
  72. index:
  73. application: برنامه
  74. created_at: مجازشده از
  75. date_format: "%Y-%m-%d %H:%M:%S"
  76. scopes: اجازه‌ها
  77. title: برنامه‌های مجاز
  78. errors:
  79. messages:
  80. access_denied: The resource owner or authorization server denied the request.
  81. credential_flow_not_configured: Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
  82. invalid_client: Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.
  83. 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.
  84. invalid_redirect_uri: The redirect uri included is not valid.
  85. invalid_request: The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
  86. invalid_resource_owner: The provided resource owner credentials are not valid, or resource owner cannot be found
  87. invalid_scope: The requested scope is invalid, unknown, or malformed.
  88. invalid_token:
  89. expired: The access token expired
  90. revoked: The access token was revoked
  91. unknown: The access token is invalid
  92. resource_owner_authenticator_not_configured: Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.
  93. server_error: The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
  94. temporarily_unavailable: The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
  95. unauthorized_client: The client is not authorized to perform this request using this method.
  96. unsupported_grant_type: The authorization grant type is not supported by the authorization server.
  97. unsupported_response_type: The authorization server does not support this response type.
  98. flash:
  99. applications:
  100. create:
  101. notice: Application created.
  102. destroy:
  103. notice: Application deleted.
  104. update:
  105. notice: Application updated.
  106. authorized_applications:
  107. destroy:
  108. notice: Application revoked.
  109. layouts:
  110. admin:
  111. nav:
  112. applications: Applications
  113. oauth2_provider: OAuth2 Provider
  114. application:
  115. title: OAuth authorization required
  116. scopes:
  117. follow: follow, block, unblock and unfollow accounts
  118. read: read your account's data
  119. write: post on your behalf