Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added language support German #2781

Merged
merged 1 commit into from
Mar 24, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions lang/de.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
'use strict';

/* jshint quotmark: double */
window.SwaggerTranslator.learn({
"Warning: Deprecated":"Warnung: Deprecated",
"Implementation Notes":"Implementierungshinweise",
"Response Class":"Response Class",
"Status":"Status",
"Parameters":"Parameter",
"Parameter":"Parameter",
"Value":"Wert",
"Description":"Beschreibung",
"Parameter Type":"Parametertyp",
"Data Type":"Datentyp",
"Response Messages":"Response Messages",
"HTTP Status Code":"HTTP Status Code",
"Reason":"Grund",
"Response Model":"Response Model",
"Request URL":"Request URL",
"Response Body":"Response Body",
"Response Code":"Response Code",
"Response Headers":"Response Headers",
"Hide Response":"Response ausblenden",
"Headers":"Headers",
"Try it out!":"Ausprobieren",
"Show/Hide":"Einblenden/Ausblenden",
"List Operations":"Endpunkte anzeigen",
"Expand Operations":"Endpunkte ausklappen",
"Raw":"Raw",
"can't parse JSON. Raw result":"Parsen von JSON fehlgeschlagen. Raw result",
"Example Value":"Beispielwert",
"Model Schema":"Schemamodell",
"Model":"Modell",
"Click to set as parameter value":"Klicken um Parameter zu setzen",
"apply":"anlegen",
"Username":"Benutzername",
"Password":"Passwort",
"Terms of service":"Nutzungsbedingungen",
"Created by":"Erstellt von",
"See more at":"Mehr unter",
"Contact the developer":"Entwickler kontaktieren",
"api version":"API-Version",
"Response Content Type":"Response Content Type",
"Parameter content type:":"Parameter Content Type:",
"fetching resource":"Lade Ressourcen",
"fetching resource list":"Lade Liste der Ressourcen",
"Explore":"Erkunde",
"Show Swagger Petstore Example Apis":"Anzeigen der Swagger Petstore Example Apis",
"Can't read from server. It may not have the appropriate access-control-origin settings.":"Lesen vom Server nicht möglich. Prüfen Sie die 'access-control-origin' Einstellungen.",
"Please specify the protocol for":"Bitte geben Sie das Protokoll an",
"Can't read swagger JSON from":"Swagger JSON kann nicht gelesen werden",
"Finished Loading Resource Information. Rendering Swagger UI":"Ressourceninformationen sind geladen. Rendern der Swagger UI",
"Unable to read api":"API kann nicht gelesen werden",
"from path":"von Pfad",
"server returned":"Server antwortet"
});