0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 14:53:18 +00:00
nextcloud_server/apps/oauth2/l10n/oc.js
Nextcloud bot 2f4abc774f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-15 00:26:17 +00:00

17 lines
978 B
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"oauth2",
{
"Your client is not authorized to connect. Please inform the administrator of your client." : "Vòstre client es pas autorizat a se connectar. Mercés dinformar ladministrator de vòstre client.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Vòstra URL de redireccion deu èsser una URL complèta per exemple: https://vostredomeni.com/path",
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Permet lautentificacion compatibla OAuth2 a partir dautras aplicacions web",
"OAuth 2.0 clients" : "clients OAuth 2.0",
"Name" : "Nom",
"Redirection URI" : "URI de redireccion",
"Client Identifier" : "Identificador client",
"Add client" : "Apondre un client",
"Add" : "Apondre",
"Delete" : "Suprimir",
"Show client secret" : "Afichar lo secret del client"
},
"nplurals=2; plural=(n > 1);");