logo

mastofe

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

doorkeeper.io.yml (4621B)


  1. ---
  2. io:
  3. activerecord:
  4. attributes:
  5. doorkeeper/application:
  6. name: Nomo
  7. redirect_uri: URI di plussendo
  8. errors:
  9. models:
  10. doorkeeper/application:
  11. attributes:
  12. redirect_uri:
  13. fragment_present: ne povas kontenar fragmento.
  14. invalid_uri: mustas esar valida URI.
  15. relative_uri: mustas esar absoluta URI.
  16. secured_uri: mustas esar URI HTTPS/SSL.
  17. doorkeeper:
  18. applications:
  19. buttons:
  20. authorize: Yurizar
  21. cancel: Nuhiligar
  22. destroy: Destruktar
  23. edit: Redaktar
  24. submit: Sendar
  25. confirmations:
  26. destroy: Ka tu esas certa?
  27. edit:
  28. title: Redaktar apliko
  29. form:
  30. error: Ups! Kontrolez tua formulario kad esas erori
  31. help:
  32. native_redirect_uri: Uzez %{native_redirect_uri} por lokala probi
  33. redirect_uri: Uzez un lineo por singla URI
  34. scopes: Separate scopes with spaces. Leave blank to use the default scopes.
  35. index:
  36. callback_url: Callback URL
  37. name: Name
  38. new: New Application
  39. title: Your applications
  40. new:
  41. title: New Application
  42. show:
  43. actions: Actions
  44. application_id: Application Id
  45. callback_urls: Callback urls
  46. scopes: Scopes
  47. secret: Secret
  48. title: 'Application: %{name}'
  49. authorizations:
  50. buttons:
  51. authorize: Authorize
  52. deny: Deny
  53. error:
  54. title: An error has occurred
  55. new:
  56. able_to: It will be able to
  57. prompt: Application %{client_name} requests access to your account
  58. title: Authorization required
  59. show:
  60. title: Copy this authorization code and paste it to the application.
  61. authorized_applications:
  62. buttons:
  63. revoke: Revoke
  64. confirmations:
  65. revoke: Are you sure?
  66. index:
  67. application: Application
  68. created_at: Authorized
  69. date_format: "%Y-%m-%d %H:%M:%S"
  70. scopes: Scopes
  71. title: Your authorized applications
  72. errors:
  73. messages:
  74. access_denied: The resource owner or authorization server denied the request.
  75. credential_flow_not_configured: Resource Owner Password Credentials flow failed due to Doorkeeper.configure.resource_owner_from_credentials being unconfigured.
  76. invalid_client: Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.
  77. 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.
  78. invalid_redirect_uri: The redirect uri included is not valid.
  79. invalid_request: The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
  80. invalid_resource_owner: The provided resource owner credentials are not valid, or resource owner cannot be found
  81. invalid_scope: The requested scope is invalid, unknown, or malformed.
  82. invalid_token:
  83. expired: The access token expired
  84. revoked: The access token was revoked
  85. unknown: The access token is invalid
  86. resource_owner_authenticator_not_configured: Resource Owner find failed due to Doorkeeper.configure.resource_owner_authenticator being unconfiged.
  87. server_error: The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
  88. temporarily_unavailable: The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
  89. unauthorized_client: The client is not authorized to perform this request using this method.
  90. unsupported_grant_type: The authorization grant type is not supported by the authorization server.
  91. unsupported_response_type: The authorization server does not support this response type.
  92. flash:
  93. applications:
  94. create:
  95. notice: Application created.
  96. destroy:
  97. notice: Application deleted.
  98. update:
  99. notice: Application updated.
  100. authorized_applications:
  101. destroy:
  102. notice: Application revoked.
  103. layouts:
  104. admin:
  105. nav:
  106. applications: Applications
  107. oauth2_provider: OAuth2 Provider
  108. application:
  109. title: OAuth authorization required
  110. scopes:
  111. follow: follow, block, unblock and unfollow accounts
  112. read: read your account's data
  113. write: post on your behalf