Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de.json « l10n « oauth2 « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aeb023b0b9c5cd01bd5b9c02ca09a8e45209e879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "translations": {
    "OAuth 2.0" : "OAuth 2.0",
    "Allows OAuth2 compatible authentication from other web applications." : "Erlaubt OAuth2 komplatible authentifizierung durch andere WEb-Anwendungen.",
    "OAuth 2.0 clients" : "OAuth 2.0-Clients",
    "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 erlaubt es externen Diensten nach Zugriff auf %s zu fragen.",
    "Name" : "Name",
    "Redirection URI" : "Weiterleitungs-URI",
    "Client Identifier" : "Client-Identifikationsmerkmal",
    "Secret" : "Geheimnis",
    "Add client" : "Client hinzufügen",
    "Add" : "Hinzufügen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}