diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-11-26 02:46:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-11-26 02:46:04 +0000 |
commit | aee3bb42aeb716ff6c60401cd60ec7d6d7a36bec (patch) | |
tree | 04e5223fd72eaa95ecbe1d9d0b16fd5997d05e87 /apps/oauth2 | |
parent | 9c05dfacaeef89d84d49cf217dd29e820c40b68d (diff) | |
download | nextcloud-server-aee3bb42aeb716ff6c60401cd60ec7d6d7a36bec.tar.gz nextcloud-server-aee3bb42aeb716ff6c60401cd60ec7d6d7a36bec.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/oc.js | 18 | ||||
-rw-r--r-- | apps/oauth2/l10n/oc.json | 16 |
2 files changed, 34 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/oc.js b/apps/oauth2/l10n/oc.js new file mode 100644 index 00000000000..8c070c5bda4 --- /dev/null +++ b/apps/oauth2/l10n/oc.js @@ -0,0 +1,18 @@ +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 d’informar l’administrator 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 l’autentificacion compatibla OAuth2 a partir d’autras aplicacions web", + "OAuth 2.0 clients" : "clients OAuth 2.0", + "Add client" : "Apondre un client", + "Name" : "Nom", + "Redirection URI" : "URI de redireccion", + "Add" : "Apondre", + "Client Identifier" : "Identificador client", + "Secret" : "Secret", + "Show client secret" : "Afichar lo secret del client", + "Delete" : "Suprimir" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/oauth2/l10n/oc.json b/apps/oauth2/l10n/oc.json new file mode 100644 index 00000000000..b704b386d18 --- /dev/null +++ b/apps/oauth2/l10n/oc.json @@ -0,0 +1,16 @@ +{ "translations": { + "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 d’informar l’administrator 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 l’autentificacion compatibla OAuth2 a partir d’autras aplicacions web", + "OAuth 2.0 clients" : "clients OAuth 2.0", + "Add client" : "Apondre un client", + "Name" : "Nom", + "Redirection URI" : "URI de redireccion", + "Add" : "Apondre", + "Client Identifier" : "Identificador client", + "Secret" : "Secret", + "Show client secret" : "Afichar lo secret del client", + "Delete" : "Suprimir" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file |