ast.js 1.6 KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "Your client is not authorized to connect. Please inform the administrator of your client." : "El veceru nun tien autorización pa conectase. Informa al alministrador de l'aplicación.",
  5. "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "La URL de redireición tien de ser una URL completa, por exemplu: https://dominiu.com/camin",
  6. "OAuth 2.0" : "OAuth 2.0",
  7. "Allows OAuth2 compatible authentication from other web applications." : "Permite l'autenticación compatible con OAuth2 dende otres aplicaciones web.",
  8. "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'aplicación OAuth2 permite a l'alministración configurar el fluxu de trabayu d'autenticación integráu pa que tamién permita l'autenticación compatible con OAuth2 dende otres aplicaciones web.",
  9. "OAuth 2.0 clients" : "Veceros d'OAuth 2.0",
  10. "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permite que los servicios esternos soliciten l'accesu a «{InstanceName}».",
  11. "Name" : "Nome",
  12. "Redirection URI" : "URI de redireición",
  13. "Client Identifier" : "Identificador del veceru",
  14. "Secret key" : "Clave del secretu",
  15. "Delete client" : "Desaniciar el veceru",
  16. "Add client" : "Amestar el veceru",
  17. "Add" : "Amestar",
  18. "Delete" : "Desaniciar",
  19. "Show client secret" : "Amosar el secretu del veceru",
  20. "Hide client secret" : "Anubrir el secretu del veceru",
  21. "Secret" : "Secretu"
  22. },
  23. "nplurals=2; plural=(n != 1);");