Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Sep 1, 2022
1 parent 84f2aa3 commit 937fc37
Show file tree
Hide file tree
Showing 25 changed files with 1,026 additions and 166 deletions.
39 changes: 39 additions & 0 deletions l10n/de.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
OC.L10N.register(
"oidc",
{
"Name" : "Name",
"Redirection URI" : "Weiterleitungs-URI",
"Client Identifier" : "Client-Identifikationsmerkmal",
"Secret" : "Geheimnis",
"Show client secret" : "Geheime Zeichenkette des Clients anzeigen",
"Signing Algorithm" : "Signatur Algorithmus",
"Delete" : "Löschen",
"OpenID Connect clients" : "OpenID Connect-Clients",
"OpenID Connect allows to authenticate at external services with {instanceName} user accounts." : "OpenID Connect ermöglicht Anmeldungen an externen Diensten mit den Anmeldedaten von {instanceName}.",
"Add client" : "Client hinzufügen",
"Select Signing Algorithm" : "Signatur Algorithmus auswählen",
"Add" : "Hinzufügen",
"Settings" : "Einstellungen",
"Token Expire Time" : "Gültigkeitsdauer Token",
"Public Key" : "Öffentlicher Schlüssel",
"Regenerate Keys" : "Neugenerierung der Schlüssel",
"OpenID Connect Redirect" : "OpenID Connect Weiterleitung",
"Your client is not authorized to connect. Please inform the administrator of your client." : "Dein Client ist nicht berechtigt, eine Verbindung herzustellen. Bitte informiere den Administrator Deines Clients.",
"The received redirect uri is not accepted to connect. Please inform the administrator of your client." : "Die empfangene Redirect-URI ist nicht berechtigt, eine Verbindung herzustellen. Bitte informieren Sie den Administrator Ihres Clients.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
"OIDC Identity Provider" : "OIDC Identity Provider",
"Select Type" : "Typ auswählen",
"confidential" : "vertraulich",
"public" : "öffentlich",
"Select Token Expire Time" : "Gültigkeitsdauer Token auswählen",
"5 minutes" : "5 Minuten",
"10 minutes" : "10 Minuten",
"15 minutes" : "15 Minuten",
"30 minutes" : "30 Minuten",
"60 minutes" : "60 Minuten",
"-- NONE --" : "— KEINES —",
"Type" : "Typ",
"Nextcloud as OpenID Connect Identity Provider" : "Nextcloud als OpenID Connect Identity Provider",
"Nextcloud as OpenID Connect Identity Provider\n\nWith this app you can use Nextcloud as OpenID Connect Identity Provider. If other services\nare configured correctly, you are able to access those services with your Nextcloud login.\n\nFull documentation can be found at:\n\n- [User Documentation](https://github.com/H2CK/oidc/wiki#user-documentation)\n- [Developer Documentation](https://github.com/H2CK/oidc/wiki#developer-documentation)" : "Nextcloud als OpenID Connect Identity Provider\n\nDie App ermöglicht es Nextcloud als OpenID Connect Identity Provider zu nutzen. Falls andere Dienste\nentsprechend konfiguriert sind, besteht die Möglichkeit den Nextcloud Login für den Zugriff auf diese Dienste zu nutzen.\n\nDie vollständige Dokumentation ist hier zu finden:\n\n- [Benutzer Dokumentation](https://github.com/H2CK/oidc/wiki#user-documentation)\n- [Entwickler Dokumentation](https://github.com/H2CK/oidc/wiki#developer-documentation)"
},
"nplurals=2; plural=(n != 1);");
37 changes: 37 additions & 0 deletions l10n/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{ "translations": {
"Name" : "Name",
"Redirection URI" : "Weiterleitungs-URI",
"Client Identifier" : "Client-Identifikationsmerkmal",
"Secret" : "Geheimnis",
"Show client secret" : "Geheime Zeichenkette des Clients anzeigen",
"Signing Algorithm" : "Signatur Algorithmus",
"Delete" : "Löschen",
"OpenID Connect clients" : "OpenID Connect-Clients",
"OpenID Connect allows to authenticate at external services with {instanceName} user accounts." : "OpenID Connect ermöglicht Anmeldungen an externen Diensten mit den Anmeldedaten von {instanceName}.",
"Add client" : "Client hinzufügen",
"Select Signing Algorithm" : "Signatur Algorithmus auswählen",
"Add" : "Hinzufügen",
"Settings" : "Einstellungen",
"Token Expire Time" : "Gültigkeitsdauer Token",
"Public Key" : "Öffentlicher Schlüssel",
"Regenerate Keys" : "Neugenerierung der Schlüssel",
"OpenID Connect Redirect" : "OpenID Connect Weiterleitung",
"Your client is not authorized to connect. Please inform the administrator of your client." : "Dein Client ist nicht berechtigt, eine Verbindung herzustellen. Bitte informiere den Administrator Deines Clients.",
"The received redirect uri is not accepted to connect. Please inform the administrator of your client." : "Die empfangene Redirect-URI ist nicht berechtigt, eine Verbindung herzustellen. Bitte informieren Sie den Administrator Ihres Clients.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
"OIDC Identity Provider" : "OIDC Identity Provider",
"Select Type" : "Typ auswählen",
"confidential" : "vertraulich",
"public" : "öffentlich",
"Select Token Expire Time" : "Gültigkeitsdauer Token auswählen",
"5 minutes" : "5 Minuten",
"10 minutes" : "10 Minuten",
"15 minutes" : "15 Minuten",
"30 minutes" : "30 Minuten",
"60 minutes" : "60 Minuten",
"-- NONE --" : "— KEINES —",
"Type" : "Typ",
"Nextcloud as OpenID Connect Identity Provider" : "Nextcloud als OpenID Connect Identity Provider",
"Nextcloud as OpenID Connect Identity Provider\n\nWith this app you can use Nextcloud as OpenID Connect Identity Provider. If other services\nare configured correctly, you are able to access those services with your Nextcloud login.\n\nFull documentation can be found at:\n\n- [User Documentation](https://github.com/H2CK/oidc/wiki#user-documentation)\n- [Developer Documentation](https://github.com/H2CK/oidc/wiki#developer-documentation)" : "Nextcloud als OpenID Connect Identity Provider\n\nDie App ermöglicht es Nextcloud als OpenID Connect Identity Provider zu nutzen. Falls andere Dienste\nentsprechend konfiguriert sind, besteht die Möglichkeit den Nextcloud Login für den Zugriff auf diese Dienste zu nutzen.\n\nDie vollständige Dokumentation ist hier zu finden:\n\n- [Benutzer Dokumentation](https://github.com/H2CK/oidc/wiki#user-documentation)\n- [Entwickler Dokumentation](https://github.com/H2CK/oidc/wiki#developer-documentation)"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
39 changes: 39 additions & 0 deletions l10n/de_DE.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
OC.L10N.register(
"oidc",
{
"Name" : "Name",
"Redirection URI" : "Weiterleitungs-URI",
"Client Identifier" : "Client-Identifikationsmerkmal",
"Secret" : "Geheimnis",
"Show client secret" : "Geheime Zeichenkette des Clients anzeigen",
"Signing Algorithm" : "Signatur Algorithmus",
"Delete" : "Löschen",
"OpenID Connect clients" : "OpenID Connect-Clients",
"OpenID Connect allows to authenticate at external services with {instanceName} user accounts." : "OpenID Connect ermöglicht Anmeldungen an externen Diensten mit den Anmeldedaten von {instanceName}.",
"Add client" : "Client hinzufügen",
"Select Signing Algorithm" : "Signatur Algorithmus auswählen",
"Add" : "Hinzufügen",
"Settings" : "Einstellungen",
"Token Expire Time" : "Gültigkeitsdauer Token",
"Public Key" : "Öffentlicher Schlüssel",
"Regenerate Keys" : "Neugenerierung der Schlüssel",
"OpenID Connect Redirect" : "OpenID Connect Weiterleitung",
"Your client is not authorized to connect. Please inform the administrator of your client." : "Dein Client ist nicht berechtigt, eine Verbindung herzustellen. Bitte informiere den Administrator Deines Clients.",
"The received redirect uri is not accepted to connect. Please inform the administrator of your client." : "Die empfangene Redirect-URI ist nicht berechtigt, eine Verbindung herzustellen. Bitte informieren Sie den Administrator Ihres Clients.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
"OIDC Identity Provider" : "OIDC Identity Provider",
"Select Type" : "Typ auswählen",
"confidential" : "vertraulich",
"public" : "öffentlich",
"Select Token Expire Time" : "Gültigkeitsdauer Token auswählen",
"5 minutes" : "5 Minuten",
"10 minutes" : "10 Minuten",
"15 minutes" : "15 Minuten",
"30 minutes" : "30 Minuten",
"60 minutes" : "60 Minuten",
"-- NONE --" : "— KEINES —",
"Type" : "Typ",
"Nextcloud as OpenID Connect Identity Provider" : "Nextcloud als OpenID Connect Identity Provider",
"Nextcloud as OpenID Connect Identity Provider\n\nWith this app you can use Nextcloud as OpenID Connect Identity Provider. If other services\nare configured correctly, you are able to access those services with your Nextcloud login.\n\nFull documentation can be found at:\n\n- [User Documentation](https://github.com/H2CK/oidc/wiki#user-documentation)\n- [Developer Documentation](https://github.com/H2CK/oidc/wiki#developer-documentation)" : "Nextcloud als OpenID Connect Identity Provider\n\nDie App ermöglicht es Nextcloud als OpenID Connect Identity Provider zu nutzen. Falls andere Dienste\nentsprechend konfiguriert sind, besteht die Möglichkeit den Nextcloud Login für den Zugriff auf diese Dienste zu nutzen.\n\nDie vollständige Dokumentation ist hier zu finden:\n\n- [Benutzer Dokumentation](https://github.com/H2CK/oidc/wiki#user-documentation)\n- [Entwickler Dokumentation](https://github.com/H2CK/oidc/wiki#developer-documentation)"
},
"nplurals=2; plural=(n != 1);");
37 changes: 37 additions & 0 deletions l10n/de_DE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{ "translations": {
"Name" : "Name",
"Redirection URI" : "Weiterleitungs-URI",
"Client Identifier" : "Client-Identifikationsmerkmal",
"Secret" : "Geheimnis",
"Show client secret" : "Geheime Zeichenkette des Clients anzeigen",
"Signing Algorithm" : "Signatur Algorithmus",
"Delete" : "Löschen",
"OpenID Connect clients" : "OpenID Connect-Clients",
"OpenID Connect allows to authenticate at external services with {instanceName} user accounts." : "OpenID Connect ermöglicht Anmeldungen an externen Diensten mit den Anmeldedaten von {instanceName}.",
"Add client" : "Client hinzufügen",
"Select Signing Algorithm" : "Signatur Algorithmus auswählen",
"Add" : "Hinzufügen",
"Settings" : "Einstellungen",
"Token Expire Time" : "Gültigkeitsdauer Token",
"Public Key" : "Öffentlicher Schlüssel",
"Regenerate Keys" : "Neugenerierung der Schlüssel",
"OpenID Connect Redirect" : "OpenID Connect Weiterleitung",
"Your client is not authorized to connect. Please inform the administrator of your client." : "Dein Client ist nicht berechtigt, eine Verbindung herzustellen. Bitte informiere den Administrator Deines Clients.",
"The received redirect uri is not accepted to connect. Please inform the administrator of your client." : "Die empfangene Redirect-URI ist nicht berechtigt, eine Verbindung herzustellen. Bitte informieren Sie den Administrator Ihres Clients.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Die Weiterleitungs-URL muss eine vollständige URL sein. Beispiel: https://deinedomain.com/pfad",
"OIDC Identity Provider" : "OIDC Identity Provider",
"Select Type" : "Typ auswählen",
"confidential" : "vertraulich",
"public" : "öffentlich",
"Select Token Expire Time" : "Gültigkeitsdauer Token auswählen",
"5 minutes" : "5 Minuten",
"10 minutes" : "10 Minuten",
"15 minutes" : "15 Minuten",
"30 minutes" : "30 Minuten",
"60 minutes" : "60 Minuten",
"-- NONE --" : "— KEINES —",
"Type" : "Typ",
"Nextcloud as OpenID Connect Identity Provider" : "Nextcloud als OpenID Connect Identity Provider",
"Nextcloud as OpenID Connect Identity Provider\n\nWith this app you can use Nextcloud as OpenID Connect Identity Provider. If other services\nare configured correctly, you are able to access those services with your Nextcloud login.\n\nFull documentation can be found at:\n\n- [User Documentation](https://github.com/H2CK/oidc/wiki#user-documentation)\n- [Developer Documentation](https://github.com/H2CK/oidc/wiki#developer-documentation)" : "Nextcloud als OpenID Connect Identity Provider\n\nDie App ermöglicht es Nextcloud als OpenID Connect Identity Provider zu nutzen. Falls andere Dienste\nentsprechend konfiguriert sind, besteht die Möglichkeit den Nextcloud Login für den Zugriff auf diese Dienste zu nutzen.\n\nDie vollständige Dokumentation ist hier zu finden:\n\n- [Benutzer Dokumentation](https://github.com/H2CK/oidc/wiki#user-documentation)\n- [Entwickler Dokumentation](https://github.com/H2CK/oidc/wiki#developer-documentation)"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
39 changes: 39 additions & 0 deletions l10n/en.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
OC.L10N.register(
"oidc",
{
"Name" : "Name",
"Redirection URI" : "Redirection URI",
"Client Identifier" : "Client Identifier",
"Secret" : "Secret",
"Show client secret" : "Show client secret",
"Signing Algorithm" : "Signing Algorithm",
"Delete" : "Delete",
"OpenID Connect clients" : "OpenID Connect clients",
"OpenID Connect allows to authenticate at external services with {instanceName} user accounts." : "OpenID Connect allows to authenticate at external services with {instanceName} user accounts.",
"Add client" : "Add client",
"Select Signing Algorithm" : "Select Signing Algorithm",
"Add" : "Add",
"Settings" : "Settings",
"Token Expire Time" : "Token Expire Time",
"Public Key" : "Public Key",
"Regenerate Keys" : "Regenerate Keys",
"OpenID Connect Redirect" : "OpenID Connect Redirect",
"Your client is not authorized to connect. Please inform the administrator of your client." : "Your client is not authorized to connect. Please inform the administrator of your client.",
"The received redirect uri is not accepted to connect. Please inform the administrator of your client." : "The received redirect uri is not accepted to connect. Please inform the administrator of your client.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path",
"OIDC Identity Provider" : "OIDC Identity Provider",
"Select Type" : "Select Type",
"confidential" : "confidential",
"public" : "public",
"Select Token Expire Time" : "Select Token Expire Time",
"5 minutes" : "5 minutes",
"10 minutes" : "10 minutes",
"15 minutes" : "15 minutes",
"30 minutes" : "30 minutes",
"60 minutes" : "60 minutes",
"-- NONE --" : "-- NONE --",
"Type" : "Type",
"Nextcloud as OpenID Connect Identity Provider" : "Nextcloud as OpenID Connect Identity Provider",
"Nextcloud as OpenID Connect Identity Provider\n\nWith this app you can use Nextcloud as OpenID Connect Identity Provider. If other services\nare configured correctly, you are able to access those services with your Nextcloud login.\n\nFull documentation can be found at:\n\n- [User Documentation](https://github.com/H2CK/oidc/wiki#user-documentation)\n- [Developer Documentation](https://github.com/H2CK/oidc/wiki#developer-documentation)" : "Nextcloud as OpenID Connect Identity Provider\n\nWith this app you can use Nextcloud as OpenID Connect Identity Provider. If other services\nare configured correctly, you are able to access those services with your Nextcloud login.\n\nFull documentation can be found at:\n\n- [User Documentation](https://github.com/H2CK/oidc/wiki#user-documentation)\n- [Developer Documentation](https://github.com/H2CK/oidc/wiki#developer-documentation)"
},
"nplurals=2; plural=(n != 1);");
37 changes: 37 additions & 0 deletions l10n/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{ "translations": {
"Name" : "Name",
"Redirection URI" : "Redirection URI",
"Client Identifier" : "Client Identifier",
"Secret" : "Secret",
"Show client secret" : "Show client secret",
"Signing Algorithm" : "Signing Algorithm",
"Delete" : "Delete",
"OpenID Connect clients" : "OpenID Connect clients",
"OpenID Connect allows to authenticate at external services with {instanceName} user accounts." : "OpenID Connect allows to authenticate at external services with {instanceName} user accounts.",
"Add client" : "Add client",
"Select Signing Algorithm" : "Select Signing Algorithm",
"Add" : "Add",
"Settings" : "Settings",
"Token Expire Time" : "Token Expire Time",
"Public Key" : "Public Key",
"Regenerate Keys" : "Regenerate Keys",
"OpenID Connect Redirect" : "OpenID Connect Redirect",
"Your client is not authorized to connect. Please inform the administrator of your client." : "Your client is not authorized to connect. Please inform the administrator of your client.",
"The received redirect uri is not accepted to connect. Please inform the administrator of your client." : "The received redirect uri is not accepted to connect. Please inform the administrator of your client.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path",
"OIDC Identity Provider" : "OIDC Identity Provider",
"Select Type" : "Select Type",
"confidential" : "confidential",
"public" : "public",
"Select Token Expire Time" : "Select Token Expire Time",
"5 minutes" : "5 minutes",
"10 minutes" : "10 minutes",
"15 minutes" : "15 minutes",
"30 minutes" : "30 minutes",
"60 minutes" : "60 minutes",
"-- NONE --" : "-- NONE --",
"Type" : "Type",
"Nextcloud as OpenID Connect Identity Provider" : "Nextcloud as OpenID Connect Identity Provider",
"Nextcloud as OpenID Connect Identity Provider\n\nWith this app you can use Nextcloud as OpenID Connect Identity Provider. If other services\nare configured correctly, you are able to access those services with your Nextcloud login.\n\nFull documentation can be found at:\n\n- [User Documentation](https://github.com/H2CK/oidc/wiki#user-documentation)\n- [Developer Documentation](https://github.com/H2CK/oidc/wiki#developer-documentation)" : "Nextcloud as OpenID Connect Identity Provider\n\nWith this app you can use Nextcloud as OpenID Connect Identity Provider. If other services\nare configured correctly, you are able to access those services with your Nextcloud login.\n\nFull documentation can be found at:\n\n- [User Documentation](https://github.com/H2CK/oidc/wiki#user-documentation)\n- [Developer Documentation](https://github.com/H2CK/oidc/wiki#developer-documentation)"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
Loading

0 comments on commit 937fc37

Please sign in to comment.