diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-12-22 02:28:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-12-22 02:28:34 +0000 |
commit | c81e05db98c6bc0b6107d3666f38adab33b70a48 (patch) | |
tree | e73e3395034ba53c1914a21550dd3d13dbb59ce6 /apps/oauth2 | |
parent | d1cf6aa71ae28ec014c4d27090e161010cd89e01 (diff) | |
download | nextcloud-server-c81e05db98c6bc0b6107d3666f38adab33b70a48.tar.gz nextcloud-server-c81e05db98c6bc0b6107d3666f38adab33b70a48.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
62 files changed, 116 insertions, 58 deletions
diff --git a/apps/oauth2/l10n/af.js b/apps/oauth2/l10n/af.js index 7f11a0bbf33..02d137770cc 100644 --- a/apps/oauth2/l10n/af.js +++ b/apps/oauth2/l10n/af.js @@ -1,12 +1,14 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0-kliënte", "Name" : "Naam", "Redirection URI" : "Herverwysings-URI", "Client Identifier" : "Kliëntidentifiseerder", "Secret" : "Geheim", "Add client" : "Voeg kliënt toe", - "Add" : "Voeg toe" + "Add" : "Voeg toe", + "Delete" : "Skrap" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/af.json b/apps/oauth2/l10n/af.json index 56faccfc96f..e906ecdc82c 100644 --- a/apps/oauth2/l10n/af.json +++ b/apps/oauth2/l10n/af.json @@ -1,10 +1,12 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0-kliënte", "Name" : "Naam", "Redirection URI" : "Herverwysings-URI", "Client Identifier" : "Kliëntidentifiseerder", "Secret" : "Geheim", "Add client" : "Voeg kliënt toe", - "Add" : "Voeg toe" + "Add" : "Voeg toe", + "Delete" : "Skrap" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/ast.js b/apps/oauth2/l10n/ast.js index bbfa773002f..532fb7c25ea 100644 --- a/apps/oauth2/l10n/ast.js +++ b/apps/oauth2/l10n/ast.js @@ -8,6 +8,7 @@ OC.L10N.register( "Client Identifier" : "Identificador del veceru", "Secret" : "Secretu", "Add client" : "Amestar veceru", - "Add" : "Amestar" + "Add" : "Amestar", + "Delete" : "Desaniciar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/ast.json b/apps/oauth2/l10n/ast.json index 293810e8722..aec044f6381 100644 --- a/apps/oauth2/l10n/ast.json +++ b/apps/oauth2/l10n/ast.json @@ -6,6 +6,7 @@ "Client Identifier" : "Identificador del veceru", "Secret" : "Secretu", "Add client" : "Amestar veceru", - "Add" : "Amestar" + "Add" : "Amestar", + "Delete" : "Desaniciar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/da.js b/apps/oauth2/l10n/da.js index 0ab7f151bdd..2359a7e280c 100644 --- a/apps/oauth2/l10n/da.js +++ b/apps/oauth2/l10n/da.js @@ -8,6 +8,7 @@ OC.L10N.register( "Client Identifier" : "Klient ID", "Secret" : "Hemmelighed", "Add client" : "Tilføj klient", - "Add" : "Tilføj" + "Add" : "Tilføj", + "Delete" : "Slet" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/da.json b/apps/oauth2/l10n/da.json index 63f13230041..4674b560a88 100644 --- a/apps/oauth2/l10n/da.json +++ b/apps/oauth2/l10n/da.json @@ -6,6 +6,7 @@ "Client Identifier" : "Klient ID", "Secret" : "Hemmelighed", "Add client" : "Tilføj klient", - "Add" : "Tilføj" + "Add" : "Tilføj", + "Delete" : "Slet" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_419.js b/apps/oauth2/l10n/es_419.js index 65642c7ff24..017a2bd46ed 100644 --- a/apps/oauth2/l10n/es_419.js +++ b/apps/oauth2/l10n/es_419.js @@ -8,6 +8,6 @@ OC.L10N.register( "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_419.json b/apps/oauth2/l10n/es_419.json index 8c8a21cec60..7f87dbd0770 100644 --- a/apps/oauth2/l10n/es_419.json +++ b/apps/oauth2/l10n/es_419.json @@ -6,6 +6,6 @@ "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_AR.js b/apps/oauth2/l10n/es_AR.js index 05fb7f8844f..c15a0d0d476 100644 --- a/apps/oauth2/l10n/es_AR.js +++ b/apps/oauth2/l10n/es_AR.js @@ -1,12 +1,14 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "Name" : "Nombre", "Redirection URI" : "URI de redirección", "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Eliminar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_AR.json b/apps/oauth2/l10n/es_AR.json index 5c3defd705d..7278f4729da 100644 --- a/apps/oauth2/l10n/es_AR.json +++ b/apps/oauth2/l10n/es_AR.json @@ -1,10 +1,12 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "Name" : "Nombre", "Redirection URI" : "URI de redirección", "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Eliminar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_CL.js b/apps/oauth2/l10n/es_CL.js index fc4b325af4c..30196df1983 100644 --- a/apps/oauth2/l10n/es_CL.js +++ b/apps/oauth2/l10n/es_CL.js @@ -8,6 +8,7 @@ OC.L10N.register( "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_CL.json b/apps/oauth2/l10n/es_CL.json index 10ed3629f12..74cd5c2095f 100644 --- a/apps/oauth2/l10n/es_CL.json +++ b/apps/oauth2/l10n/es_CL.json @@ -6,6 +6,7 @@ "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_CO.js b/apps/oauth2/l10n/es_CO.js index fc4b325af4c..30196df1983 100644 --- a/apps/oauth2/l10n/es_CO.js +++ b/apps/oauth2/l10n/es_CO.js @@ -8,6 +8,7 @@ OC.L10N.register( "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_CO.json b/apps/oauth2/l10n/es_CO.json index 10ed3629f12..74cd5c2095f 100644 --- a/apps/oauth2/l10n/es_CO.json +++ b/apps/oauth2/l10n/es_CO.json @@ -6,6 +6,7 @@ "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_CR.js b/apps/oauth2/l10n/es_CR.js index fc4b325af4c..30196df1983 100644 --- a/apps/oauth2/l10n/es_CR.js +++ b/apps/oauth2/l10n/es_CR.js @@ -8,6 +8,7 @@ OC.L10N.register( "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_CR.json b/apps/oauth2/l10n/es_CR.json index 10ed3629f12..74cd5c2095f 100644 --- a/apps/oauth2/l10n/es_CR.json +++ b/apps/oauth2/l10n/es_CR.json @@ -6,6 +6,7 @@ "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_DO.js b/apps/oauth2/l10n/es_DO.js index fc4b325af4c..30196df1983 100644 --- a/apps/oauth2/l10n/es_DO.js +++ b/apps/oauth2/l10n/es_DO.js @@ -8,6 +8,7 @@ OC.L10N.register( "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_DO.json b/apps/oauth2/l10n/es_DO.json index 10ed3629f12..74cd5c2095f 100644 --- a/apps/oauth2/l10n/es_DO.json +++ b/apps/oauth2/l10n/es_DO.json @@ -6,6 +6,7 @@ "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_EC.js b/apps/oauth2/l10n/es_EC.js index fc4b325af4c..30196df1983 100644 --- a/apps/oauth2/l10n/es_EC.js +++ b/apps/oauth2/l10n/es_EC.js @@ -8,6 +8,7 @@ OC.L10N.register( "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_EC.json b/apps/oauth2/l10n/es_EC.json index 10ed3629f12..74cd5c2095f 100644 --- a/apps/oauth2/l10n/es_EC.json +++ b/apps/oauth2/l10n/es_EC.json @@ -6,6 +6,7 @@ "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_GT.js b/apps/oauth2/l10n/es_GT.js index fc4b325af4c..30196df1983 100644 --- a/apps/oauth2/l10n/es_GT.js +++ b/apps/oauth2/l10n/es_GT.js @@ -8,6 +8,7 @@ OC.L10N.register( "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_GT.json b/apps/oauth2/l10n/es_GT.json index 10ed3629f12..74cd5c2095f 100644 --- a/apps/oauth2/l10n/es_GT.json +++ b/apps/oauth2/l10n/es_GT.json @@ -6,6 +6,7 @@ "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_HN.js b/apps/oauth2/l10n/es_HN.js index 65642c7ff24..017a2bd46ed 100644 --- a/apps/oauth2/l10n/es_HN.js +++ b/apps/oauth2/l10n/es_HN.js @@ -8,6 +8,6 @@ OC.L10N.register( "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_HN.json b/apps/oauth2/l10n/es_HN.json index 8c8a21cec60..7f87dbd0770 100644 --- a/apps/oauth2/l10n/es_HN.json +++ b/apps/oauth2/l10n/es_HN.json @@ -6,6 +6,6 @@ "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_MX.js b/apps/oauth2/l10n/es_MX.js index fc4b325af4c..028920334ff 100644 --- a/apps/oauth2/l10n/es_MX.js +++ b/apps/oauth2/l10n/es_MX.js @@ -2,12 +2,15 @@ OC.L10N.register( "oauth2", { "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 le permite a los administradores configurar el flujo de autenticación integrado para también permitir la autenticación OAuth2 de otras aplicaciones web compatibles. ", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "Name" : "Nombre", "Redirection URI" : "URI para redirección", "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_MX.json b/apps/oauth2/l10n/es_MX.json index 10ed3629f12..fa8374b72a7 100644 --- a/apps/oauth2/l10n/es_MX.json +++ b/apps/oauth2/l10n/es_MX.json @@ -1,11 +1,14 @@ { "translations": { "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Permite autenticación compatible con OAuth2 desde otras aplicaciones web.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "La aplicación OAuth2 le permite a los administradores configurar el flujo de autenticación integrado para también permitir la autenticación OAuth2 de otras aplicaciones web compatibles. ", "OAuth 2.0 clients" : "Clientes OAuth 2.0", "Name" : "Nombre", "Redirection URI" : "URI para redirección", "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_NI.js b/apps/oauth2/l10n/es_NI.js index 65642c7ff24..017a2bd46ed 100644 --- a/apps/oauth2/l10n/es_NI.js +++ b/apps/oauth2/l10n/es_NI.js @@ -8,6 +8,6 @@ OC.L10N.register( "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_NI.json b/apps/oauth2/l10n/es_NI.json index 8c8a21cec60..7f87dbd0770 100644 --- a/apps/oauth2/l10n/es_NI.json +++ b/apps/oauth2/l10n/es_NI.json @@ -6,6 +6,6 @@ "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_PA.js b/apps/oauth2/l10n/es_PA.js index 65642c7ff24..017a2bd46ed 100644 --- a/apps/oauth2/l10n/es_PA.js +++ b/apps/oauth2/l10n/es_PA.js @@ -8,6 +8,6 @@ OC.L10N.register( "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_PA.json b/apps/oauth2/l10n/es_PA.json index 8c8a21cec60..7f87dbd0770 100644 --- a/apps/oauth2/l10n/es_PA.json +++ b/apps/oauth2/l10n/es_PA.json @@ -6,6 +6,6 @@ "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_PE.js b/apps/oauth2/l10n/es_PE.js index 65642c7ff24..017a2bd46ed 100644 --- a/apps/oauth2/l10n/es_PE.js +++ b/apps/oauth2/l10n/es_PE.js @@ -8,6 +8,6 @@ OC.L10N.register( "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_PE.json b/apps/oauth2/l10n/es_PE.json index 8c8a21cec60..7f87dbd0770 100644 --- a/apps/oauth2/l10n/es_PE.json +++ b/apps/oauth2/l10n/es_PE.json @@ -6,6 +6,6 @@ "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_PR.js b/apps/oauth2/l10n/es_PR.js index 65642c7ff24..017a2bd46ed 100644 --- a/apps/oauth2/l10n/es_PR.js +++ b/apps/oauth2/l10n/es_PR.js @@ -8,6 +8,6 @@ OC.L10N.register( "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_PR.json b/apps/oauth2/l10n/es_PR.json index 8c8a21cec60..7f87dbd0770 100644 --- a/apps/oauth2/l10n/es_PR.json +++ b/apps/oauth2/l10n/es_PR.json @@ -6,6 +6,6 @@ "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_PY.js b/apps/oauth2/l10n/es_PY.js index 65642c7ff24..017a2bd46ed 100644 --- a/apps/oauth2/l10n/es_PY.js +++ b/apps/oauth2/l10n/es_PY.js @@ -8,6 +8,6 @@ OC.L10N.register( "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_PY.json b/apps/oauth2/l10n/es_PY.json index 8c8a21cec60..7f87dbd0770 100644 --- a/apps/oauth2/l10n/es_PY.json +++ b/apps/oauth2/l10n/es_PY.json @@ -6,6 +6,6 @@ "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_SV.js b/apps/oauth2/l10n/es_SV.js index fc4b325af4c..30196df1983 100644 --- a/apps/oauth2/l10n/es_SV.js +++ b/apps/oauth2/l10n/es_SV.js @@ -8,6 +8,7 @@ OC.L10N.register( "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_SV.json b/apps/oauth2/l10n/es_SV.json index 10ed3629f12..74cd5c2095f 100644 --- a/apps/oauth2/l10n/es_SV.json +++ b/apps/oauth2/l10n/es_SV.json @@ -6,6 +6,7 @@ "Client Identifier" : "Identificador del cliente", "Secret" : "Secreto", "Add client" : "Agregar cliente", - "Add" : "Agregar" + "Add" : "Agregar", + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/es_UY.js b/apps/oauth2/l10n/es_UY.js index 65642c7ff24..017a2bd46ed 100644 --- a/apps/oauth2/l10n/es_UY.js +++ b/apps/oauth2/l10n/es_UY.js @@ -8,6 +8,6 @@ OC.L10N.register( "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/es_UY.json b/apps/oauth2/l10n/es_UY.json index 8c8a21cec60..7f87dbd0770 100644 --- a/apps/oauth2/l10n/es_UY.json +++ b/apps/oauth2/l10n/es_UY.json @@ -6,6 +6,6 @@ "Secret" : "Secreto", "Add client" : "Agregar cliente", "Add" : "Agregar", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 le permite a los servicios externos solicitar acceso a %s." + "Delete" : "Borrar" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/et_EE.js b/apps/oauth2/l10n/et_EE.js index fe547fb037a..6c0a0ce0150 100644 --- a/apps/oauth2/l10n/et_EE.js +++ b/apps/oauth2/l10n/et_EE.js @@ -8,6 +8,6 @@ OC.L10N.register( "Secret" : "Saladus", "Add client" : "Lisa klient", "Add" : "Lisa", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 lubab välistel teenustel %s teenusele ligipääsu taotleda." + "Delete" : "Kustuta" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/et_EE.json b/apps/oauth2/l10n/et_EE.json index e24ee78985c..177c90db2f4 100644 --- a/apps/oauth2/l10n/et_EE.json +++ b/apps/oauth2/l10n/et_EE.json @@ -6,6 +6,6 @@ "Secret" : "Saladus", "Add client" : "Lisa klient", "Add" : "Lisa", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 lubab välistel teenustel %s teenusele ligipääsu taotleda." + "Delete" : "Kustuta" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/eu.js b/apps/oauth2/l10n/eu.js index f8166fada9a..31c5b67f315 100644 --- a/apps/oauth2/l10n/eu.js +++ b/apps/oauth2/l10n/eu.js @@ -8,6 +8,7 @@ OC.L10N.register( "Client Identifier" : "Bezeroaren Identifikadorea", "Secret" : "Sekretua", "Add client" : "Bezeroa gehitu", - "Add" : "Gehitu" + "Add" : "Gehitu", + "Delete" : "Ezabatu" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/eu.json b/apps/oauth2/l10n/eu.json index e9a44e9418b..68e6661cd01 100644 --- a/apps/oauth2/l10n/eu.json +++ b/apps/oauth2/l10n/eu.json @@ -6,6 +6,7 @@ "Client Identifier" : "Bezeroaren Identifikadorea", "Secret" : "Sekretua", "Add client" : "Bezeroa gehitu", - "Add" : "Gehitu" + "Add" : "Gehitu", + "Delete" : "Ezabatu" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/fi.js b/apps/oauth2/l10n/fi.js index 8e80a6c5cf4..d073df51638 100644 --- a/apps/oauth2/l10n/fi.js +++ b/apps/oauth2/l10n/fi.js @@ -2,6 +2,7 @@ OC.L10N.register( "oauth2", { "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Sallii OAuth2-yhteensopivan tunnistautumisen muista verkkosovelluksista.", "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat", "Name" : "Nimi", "Redirection URI" : "Uudelleenohjaus URI", diff --git a/apps/oauth2/l10n/fi.json b/apps/oauth2/l10n/fi.json index 0fc5329954b..7e7c525f2fa 100644 --- a/apps/oauth2/l10n/fi.json +++ b/apps/oauth2/l10n/fi.json @@ -1,5 +1,6 @@ { "translations": { "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Sallii OAuth2-yhteensopivan tunnistautumisen muista verkkosovelluksista.", "OAuth 2.0 clients" : "OAuth 2.0 -asiakkaat", "Name" : "Nimi", "Redirection URI" : "Uudelleenohjaus URI", diff --git a/apps/oauth2/l10n/he.js b/apps/oauth2/l10n/he.js index b36003246f9..1720b9feed9 100644 --- a/apps/oauth2/l10n/he.js +++ b/apps/oauth2/l10n/he.js @@ -3,6 +3,8 @@ OC.L10N.register( { "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "כתובת ההפניה שלך חייבת להיות כתובת מלאה, למשל: https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "מאפשר אימות תואם OAuth2 מיישומי אינטרנט אחרים.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "יישומון OAuth2 מאפשר למנהלים להגדיר את הסדר האימות המובנה כדי לאפשר אימות תואם OAuth2 מיישומים אחרים.", "OAuth 2.0 clients" : "לקוחות OAuth 2.0", "Name" : "שם", "Redirection URI" : "כתובת הפנייה", diff --git a/apps/oauth2/l10n/he.json b/apps/oauth2/l10n/he.json index d3e05df5d78..4e604e40270 100644 --- a/apps/oauth2/l10n/he.json +++ b/apps/oauth2/l10n/he.json @@ -1,6 +1,8 @@ { "translations": { "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "כתובת ההפניה שלך חייבת להיות כתובת מלאה, למשל: https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "מאפשר אימות תואם OAuth2 מיישומי אינטרנט אחרים.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "יישומון OAuth2 מאפשר למנהלים להגדיר את הסדר האימות המובנה כדי לאפשר אימות תואם OAuth2 מיישומים אחרים.", "OAuth 2.0 clients" : "לקוחות OAuth 2.0", "Name" : "שם", "Redirection URI" : "כתובת הפנייה", diff --git a/apps/oauth2/l10n/id.js b/apps/oauth2/l10n/id.js index 397ac44b89c..bdc8029bdf9 100644 --- a/apps/oauth2/l10n/id.js +++ b/apps/oauth2/l10n/id.js @@ -8,6 +8,6 @@ OC.L10N.register( "Secret" : "Rahasia", "Add client" : "Tambah klien", "Add" : "Tambah", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 memungkinkan layanan eksternal untuk meminta akses ke %s." + "Delete" : "Hapus" }, "nplurals=1; plural=0;"); diff --git a/apps/oauth2/l10n/id.json b/apps/oauth2/l10n/id.json index 56ac5d2a75c..56788456a18 100644 --- a/apps/oauth2/l10n/id.json +++ b/apps/oauth2/l10n/id.json @@ -6,6 +6,6 @@ "Secret" : "Rahasia", "Add client" : "Tambah klien", "Add" : "Tambah", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 memungkinkan layanan eksternal untuk meminta akses ke %s." + "Delete" : "Hapus" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/ka_GE.js b/apps/oauth2/l10n/ka_GE.js index bd3fa7b823b..1a76a84474a 100644 --- a/apps/oauth2/l10n/ka_GE.js +++ b/apps/oauth2/l10n/ka_GE.js @@ -8,6 +8,7 @@ OC.L10N.register( "Client Identifier" : "კლიენტის იდენტიფიკატორი", "Secret" : "საიდუმლო", "Add client" : "კლიენტის დამატება", - "Add" : "დამატება" + "Add" : "დამატება", + "Delete" : "წაშლა" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/oauth2/l10n/ka_GE.json b/apps/oauth2/l10n/ka_GE.json index 8c980e151a1..e7f811a6df2 100644 --- a/apps/oauth2/l10n/ka_GE.json +++ b/apps/oauth2/l10n/ka_GE.json @@ -6,6 +6,7 @@ "Client Identifier" : "კლიენტის იდენტიფიკატორი", "Secret" : "საიდუმლო", "Add client" : "კლიენტის დამატება", - "Add" : "დამატება" + "Add" : "დამატება", + "Delete" : "წაშლა" },"pluralForm" :"nplurals=2; plural=(n!=1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/lv.js b/apps/oauth2/l10n/lv.js index cab0338e3a2..0f16683eaf6 100644 --- a/apps/oauth2/l10n/lv.js +++ b/apps/oauth2/l10n/lv.js @@ -3,12 +3,15 @@ OC.L10N.register( { "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Tavam pārvirzīšanas URL ir jābūt pilnam URL, piemēram https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Ļauj OAuth2 saderīgu autentifikāciju citām tīmekļa lietotnēm.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 lietotne ļauj administratoriem konfigurēt iebūvēto autentifikācijas darbplūsmu un ļauj OAuth2 saderīgu autentifikāciju citām web lietotnēm.", "OAuth 2.0 clients" : "OAuth 2.0 klients", "Name" : "Nosaukums", "Redirection URI" : "Pārvirzāmais URI", "Client Identifier" : "Klienta identifikators", "Secret" : "Noslēpums", "Add client" : "Pievienot klientu", - "Add" : "Pievienot" + "Add" : "Pievienot", + "Delete" : "Dzēst" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/apps/oauth2/l10n/lv.json b/apps/oauth2/l10n/lv.json index 6ac4c2b6f0f..ba339e220c9 100644 --- a/apps/oauth2/l10n/lv.json +++ b/apps/oauth2/l10n/lv.json @@ -1,12 +1,15 @@ { "translations": { "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Tavam pārvirzīšanas URL ir jābūt pilnam URL, piemēram https://yourdomain.com/path", "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "Ļauj OAuth2 saderīgu autentifikāciju citām tīmekļa lietotnēm.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 lietotne ļauj administratoriem konfigurēt iebūvēto autentifikācijas darbplūsmu un ļauj OAuth2 saderīgu autentifikāciju citām web lietotnēm.", "OAuth 2.0 clients" : "OAuth 2.0 klients", "Name" : "Nosaukums", "Redirection URI" : "Pārvirzāmais URI", "Client Identifier" : "Klienta identifikators", "Secret" : "Noslēpums", "Add client" : "Pievienot klientu", - "Add" : "Pievienot" + "Add" : "Pievienot", + "Delete" : "Dzēst" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/nb.js b/apps/oauth2/l10n/nb.js index db4ce045596..7a0ce575818 100644 --- a/apps/oauth2/l10n/nb.js +++ b/apps/oauth2/l10n/nb.js @@ -9,6 +9,7 @@ OC.L10N.register( "Client Identifier" : "Klient-identifikator", "Secret" : "Hemmelighet", "Add client" : "Legg til klient", - "Add" : "Legg til" + "Add" : "Legg til", + "Delete" : "Slett" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/nb.json b/apps/oauth2/l10n/nb.json index 24838a62423..db42b132e18 100644 --- a/apps/oauth2/l10n/nb.json +++ b/apps/oauth2/l10n/nb.json @@ -7,6 +7,7 @@ "Client Identifier" : "Klient-identifikator", "Secret" : "Hemmelighet", "Add client" : "Legg til klient", - "Add" : "Legg til" + "Add" : "Legg til", + "Delete" : "Slett" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/sq.js b/apps/oauth2/l10n/sq.js index f9fe0e56be9..76b2ade9b0e 100644 --- a/apps/oauth2/l10n/sq.js +++ b/apps/oauth2/l10n/sq.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "O.Auth 2.0", "OAuth 2.0 clients" : "Klientë OAuth 2.0", "Name" : "Emri", "Redirection URI" : "URI Ridrejtimi", @@ -8,6 +9,6 @@ OC.L10N.register( "Secret" : "Sekret", "Add client" : "Shto klient", "Add" : "Shto ", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 lejon shërbime të jashtme të kërkojnë akses në %s" + "Delete" : "Delete" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/sq.json b/apps/oauth2/l10n/sq.json index 16c299855ed..09cc55899ea 100644 --- a/apps/oauth2/l10n/sq.json +++ b/apps/oauth2/l10n/sq.json @@ -1,4 +1,5 @@ { "translations": { + "OAuth 2.0" : "O.Auth 2.0", "OAuth 2.0 clients" : "Klientë OAuth 2.0", "Name" : "Emri", "Redirection URI" : "URI Ridrejtimi", @@ -6,6 +7,6 @@ "Secret" : "Sekret", "Add client" : "Shto klient", "Add" : "Shto ", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 lejon shërbime të jashtme të kërkojnë akses në %s" + "Delete" : "Delete" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/vi.js b/apps/oauth2/l10n/vi.js index dab042708c3..71a04747080 100644 --- a/apps/oauth2/l10n/vi.js +++ b/apps/oauth2/l10n/vi.js @@ -1,11 +1,13 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "kết nối OAuth 2.0", "Name" : "Tên", "Redirection URI" : "Liên kết chuyển tiếp", "Secret" : "Mật khẩu", "Add client" : "Thêm kết nối", - "Add" : "Thêm" + "Add" : "Thêm", + "Delete" : "Xóa" }, "nplurals=1; plural=0;"); diff --git a/apps/oauth2/l10n/vi.json b/apps/oauth2/l10n/vi.json index 5d4e41f60b7..71f2ffb6d46 100644 --- a/apps/oauth2/l10n/vi.json +++ b/apps/oauth2/l10n/vi.json @@ -1,9 +1,11 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "kết nối OAuth 2.0", "Name" : "Tên", "Redirection URI" : "Liên kết chuyển tiếp", "Secret" : "Mật khẩu", "Add client" : "Thêm kết nối", - "Add" : "Thêm" + "Add" : "Thêm", + "Delete" : "Xóa" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/oauth2/l10n/zh_TW.js b/apps/oauth2/l10n/zh_TW.js index aa069179ed0..214cf4c45fe 100644 --- a/apps/oauth2/l10n/zh_TW.js +++ b/apps/oauth2/l10n/zh_TW.js @@ -8,6 +8,7 @@ OC.L10N.register( "Client Identifier" : "用戶識別", "Secret" : "密鑰Secret", "Add client" : "新增客戶端", - "Add" : "新增" + "Add" : "新增", + "Delete" : "刪除" }, "nplurals=1; plural=0;"); diff --git a/apps/oauth2/l10n/zh_TW.json b/apps/oauth2/l10n/zh_TW.json index 598f6a50efb..20330945085 100644 --- a/apps/oauth2/l10n/zh_TW.json +++ b/apps/oauth2/l10n/zh_TW.json @@ -6,6 +6,7 @@ "Client Identifier" : "用戶識別", "Secret" : "密鑰Secret", "Add client" : "新增客戶端", - "Add" : "新增" + "Add" : "新增", + "Delete" : "刪除" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |