translation of labels to German
This commit is contained in:
@@ -24,7 +24,8 @@ import java.util.Locale;
|
||||
public enum Language {
|
||||
EN(new Locale("en")),
|
||||
RU(new Locale("ru")),
|
||||
FR(new Locale("fr"));
|
||||
FR(new Locale("fr")),
|
||||
DE(new Locale("de"));
|
||||
|
||||
private final Locale lang;
|
||||
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
definitions=Definitionen
|
||||
default_column=Standard
|
||||
example_column=Beispiel
|
||||
required_column=Pflichtfeld
|
||||
schema_column=Schema
|
||||
name_column=Name
|
||||
description_column=Beschreibung
|
||||
headers_column=Headers
|
||||
scopes_column=Scopes
|
||||
produces=Erzeugt
|
||||
consumes=Verarbeitet
|
||||
tags=Tags
|
||||
overview=<EFBFBD>bersicht
|
||||
current_version=Aktuelle Version
|
||||
version=Version
|
||||
contact_information=Kontaktinformationen
|
||||
contact_name=Kontakt
|
||||
contact_email=Kontakt E-Mail
|
||||
license_information=Lizenzinformationen
|
||||
license=Linzenz
|
||||
license_url=Lizenz-URL
|
||||
terms_of_service=Nutzungsbedingungen
|
||||
uri_scheme=URI Schema
|
||||
host=Host
|
||||
base_path=Basis-Pfad
|
||||
schemes=Schemata
|
||||
security_name=
|
||||
security_type=Typ
|
||||
security_in=In
|
||||
security_flow=Flow
|
||||
security_authorizationUrl=Token URL
|
||||
security_tokenUrl=Token URL
|
||||
paths=Pfade
|
||||
resources=Ressourcen
|
||||
security=Sicherheit
|
||||
body_parameter=Body Parameter
|
||||
parameters=Parameter
|
||||
responses=Antworten
|
||||
response=Antwort
|
||||
request=Anfrage
|
||||
example_request=Beispiel HTTP Anfrage
|
||||
example_response=Beispiel HTTP Antwort
|
||||
type_column=Typ
|
||||
http_code_column=HTTP Code
|
||||
parameter=Parameter
|
||||
unknown=Unbekannt
|
||||
no_content=Kein Inhalt
|
||||
operation.deprecated=Diese Operation ist veraltet.
|
||||
Reference in New Issue
Block a user