mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
4515feef0c
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
14 lines
440 B
JavaScript
14 lines
440 B
JavaScript
OC.L10N.register(
|
|
"oauth2",
|
|
{
|
|
"OAuth 2.0" : "OAuth 2.0",
|
|
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
|
|
"Name" : "Nombre",
|
|
"Redirection URI" : "URI para redirección",
|
|
"Client Identifier" : "Identificador del cliente",
|
|
"Secret key" : "Llave secreta",
|
|
"Add client" : "Agregar cliente",
|
|
"Add" : "Agregar",
|
|
"Delete" : "Borrar"
|
|
},
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|