diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-02-14 02:28:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-02-14 02:28:25 +0000 |
commit | eb0d4efdc34ec45ce7d2df4627c193e88be72040 (patch) | |
tree | f02336e29cd8377d0c61bc430fa87410324b2d20 /apps/oauth2 | |
parent | 65672ee4be61601c30c4f1c017800eb8501b77d1 (diff) | |
download | nextcloud-server-eb0d4efdc34ec45ce7d2df4627c193e88be72040.tar.gz nextcloud-server-eb0d4efdc34ec45ce7d2df4627c193e88be72040.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/ca.js | 14 | ||||
-rw-r--r-- | apps/oauth2/l10n/ca.json | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/apps/oauth2/l10n/ca.js b/apps/oauth2/l10n/ca.js index 3cfc1b0059b..73bb63ebd67 100644 --- a/apps/oauth2/l10n/ca.js +++ b/apps/oauth2/l10n/ca.js @@ -1,18 +1,18 @@ OC.L10N.register( "oauth2", { - "Your client is not authorized to connect. Please inform the administrator of your client." : "El vostre client no està autoritzat a connectar-se. Informeu a l’administrador del vostre client.", - "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "El vostre URL redirigit ha de ser un URL complet, per exemple: https://elvostredomini.com/path", + "Your client is not authorized to connect. Please inform the administrator of your client." : "El vostre client no té autorització per a connectar-se. Informeu-ne a l’administrador del client.", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "L'URL de redirecció ha de ser un URL complet, com ara: https://domini.com/camí", "OAuth 2.0" : "OAuth 2.0", - "Allows OAuth2 compatible authentication from other web applications." : "Permet autenticació compatible amb OAuth2 des d'altres aplicacions web.", - "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L’aplicació OAuth2 permet als administradors configurar el flux de treball d'autenticació integrada per també permetre l'autenticació compatible amb OAuth2 des d'altres aplicacions web.", + "Allows OAuth2 compatible authentication from other web applications." : "Permet l'autenticació compatible amb OAuth2 des d'altres aplicacions web.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L’aplicació OAuth2 permet als administradors configurar el flux de treball d'autenticació integrat perquè també permeti l'autenticació compatible amb OAuth2 des d'altres aplicacions web.", "OAuth 2.0 clients" : "Clients OAuth 2.0", - "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet als serveis externs sol·licitar accés a {instanceName}.", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet que serveis externs sol·licitin accés a {instanceName}.", "Add client" : "Afegeix un client", "Name" : "Nom", - "Redirection URI" : "Redirigeix a l'URI", + "Redirection URI" : "URI de redirecció", "Add" : "Afegeix", - "Client Identifier" : "Identificador de client", + "Client Identifier" : "Identificador del client", "Secret" : "Secret", "Show client secret" : "Mostra el secret del client", "Delete" : "Suprimeix" diff --git a/apps/oauth2/l10n/ca.json b/apps/oauth2/l10n/ca.json index 99d2377e6d3..7cd5a69628c 100644 --- a/apps/oauth2/l10n/ca.json +++ b/apps/oauth2/l10n/ca.json @@ -1,16 +1,16 @@ { "translations": { - "Your client is not authorized to connect. Please inform the administrator of your client." : "El vostre client no està autoritzat a connectar-se. Informeu a l’administrador del vostre client.", - "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "El vostre URL redirigit ha de ser un URL complet, per exemple: https://elvostredomini.com/path", + "Your client is not authorized to connect. Please inform the administrator of your client." : "El vostre client no té autorització per a connectar-se. Informeu-ne a l’administrador del client.", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "L'URL de redirecció ha de ser un URL complet, com ara: https://domini.com/camí", "OAuth 2.0" : "OAuth 2.0", - "Allows OAuth2 compatible authentication from other web applications." : "Permet autenticació compatible amb OAuth2 des d'altres aplicacions web.", - "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L’aplicació OAuth2 permet als administradors configurar el flux de treball d'autenticació integrada per també permetre l'autenticació compatible amb OAuth2 des d'altres aplicacions web.", + "Allows OAuth2 compatible authentication from other web applications." : "Permet l'autenticació compatible amb OAuth2 des d'altres aplicacions web.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L’aplicació OAuth2 permet als administradors configurar el flux de treball d'autenticació integrat perquè també permeti l'autenticació compatible amb OAuth2 des d'altres aplicacions web.", "OAuth 2.0 clients" : "Clients OAuth 2.0", - "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet als serveis externs sol·licitar accés a {instanceName}.", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet que serveis externs sol·licitin accés a {instanceName}.", "Add client" : "Afegeix un client", "Name" : "Nom", - "Redirection URI" : "Redirigeix a l'URI", + "Redirection URI" : "URI de redirecció", "Add" : "Afegeix", - "Client Identifier" : "Identificador de client", + "Client Identifier" : "Identificador del client", "Secret" : "Secret", "Show client secret" : "Mostra el secret del client", "Delete" : "Suprimeix" |