Skip to content

Commit b23670c

Browse files
Scott DoverScott Dover
authored andcommitted
chore: add de translations
Signed-off-by: Scott Dover <[email protected]>
1 parent 6f240be commit b23670c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

l10n/bundle.l10n.de.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Connecting to SAS session...": "Verbinden mit einer SAS Session...",
1616
"Connection Type": "Verbindungstyp",
1717
"Converting SAS notebook to flow...": "Konvertiere SAS Notebook zu Flow...",
18-
"Could not connect to the SAS server.": "Could not connect to the SAS server.",
18+
"Could not connect to the SAS server.": "Keine Verbindung zum SAS Server möglich",
1919
"Delete": "Löschen",
2020
"Downloading files...": "Dateien herunterladen...",
2121
"Enter a client ID": "Geben Sie eine Client ID ein",
@@ -32,10 +32,10 @@
3232
"Enter the SAS compute context.": "Geben Sie den SAS Compute Context ein.",
3333
"Enter the URL": "Geben Sie die URL ein",
3434
"Enter the URL for the SAS Viya server. An example is https://example.sas.com.": "Geben Sie die URL des SAS Viya Server ein. Hier ein Beispiel https://example.sas.com",
35-
"Enter the local private key file path": "Enter the local private key file path",
35+
"Enter the local private key file path": "Gib den Pfad des Private Keys ein",
3636
"Enter the name of the SAS 9 server.": "Geben Sie den Namen des SAS 9 Servers ein",
37-
"Enter the passphrase for the private key": "Enter the passphrase for the private key",
38-
"Enter the password for user: {username}": "Enter the password for user: {username}",
37+
"Enter the passphrase for the private key": "Gib die Passphrase für den Private Key ein",
38+
"Enter the password for user: {username}": "Passworteingabe für den Benutzer: {username}",
3939
"Enter the registered client ID. An example is myapp.client.": "Geben Sie die registrierte Client ID ein. Hier ein Beispiel myapp.client.",
4040
"Enter the server name": "Geben Sie den Servername ein",
4141
"Enter the server path": "Geben Sie den Serverpfad ein",
@@ -73,11 +73,11 @@
7373
"No SAS Connection Profile": "Kein SAS Verbindungsprofil",
7474
"No authorization code": "Kein Authorisierungs Code",
7575
"Not implemented": "Nicht implementiert",
76-
"Passphrase Required": "Passphrase Required",
77-
"Password Required": "Password Required",
76+
"Passphrase Required": "Passpharse benötigt",
77+
"Password Required": "Passwort benötigt",
7878
"Paste authorization code here": "Fügen Sie hier Ihren Authorisierungscode ein",
7979
"Port Number": "Port",
80-
"Private Key File Path (optional)": "Private Key File Path (optional)",
80+
"Private Key File Path (optional)": "Pfad zum Private Key (optional)",
8181
"Python Program": "Python Programm",
8282
"Rename File": "Datei umbennen",
8383
"Rename Folder": "Ordner umbenennen",
@@ -109,7 +109,7 @@
109109
"Task is complete.": "Der Task ist erledigt.",
110110
"The SAS session has closed.": "Die SAS Session wurde beendet.",
111111
"The file type is unsupported.": "Der Dateityp wird nicht unterstützt",
112-
"The folder name cannot contain more than 100 characters or have invalid characters.": "The folder name cannot contain more than 100 characters or have invalid characters.",
112+
"The folder name cannot contain more than 100 characters or have invalid characters.": "Der Ordnername darf nicht mehr als 100 Zeichen enthalten oder ungültige Zeichen aufweisen.",
113113
"The item could not be added to My Favorites.": "Der Inhalt konnte nicht zu Meinen Favoriten hinzugefügt werden.",
114114
"The item could not be removed from My Favorites.": "Der Inhalt konnte nicht aus Meinen Favoriten entfernt werden.",
115115
"The notebook file does not contain any code to convert.": "Das Notebook enthält keinen zu konvertierenden Code.",
@@ -135,9 +135,9 @@
135135
"Unable to restore folder.": "Nicht imstande den Ordner wiederherzustellen.",
136136
"Unable to upload files.": "Dateien können nicht hochgeladen werden.",
137137
"Uploading files...": "Dateoem hochladen...",
138-
"User {username} {prompt}": "User {username} {prompt}",
138+
"User {username} {prompt}": "Benutzer {username} {prompt}",
139139
"View SAS Table": "SAS Tabelle anzeigen",
140140
"You can also specify connection profile using the settings.json file.": "Sie können ein Verbindungsprofil auch über die settings.json Datei eingeben.",
141141
"You must save your file before you can rename it.": "Sie müssen die Datei zunächstspeichern, bevor Sie sie umbenennen können.",
142-
"{basename}_Copy{number}{ext}": "{basename}_Copy{number}{ext}"
142+
"{basename}_Copy{number}{ext}": "{basename}_Kopie{number}{ext}"
143143
}

package.nls.de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"configuration.SAS.connectionProfiles.profiles.sasOptions": "SAS Verbindungs SAS Optionen",
5050
"configuration.SAS.connectionProfiles.profiles.ssh.host": "SAS SSH Verbindungs SSH-Host",
5151
"configuration.SAS.connectionProfiles.profiles.ssh.port": "SAS SSH Verbindungsport",
52-
"configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "SAS SSH Connection private key file path",
52+
"configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "SAS SSH Private Key Dateipfad",
5353
"configuration.SAS.connectionProfiles.profiles.ssh.saspath": "Ausführbarer Pfad für die SAS SSH-Verbindung",
5454
"configuration.SAS.connectionProfiles.profiles.ssh.username": "SAS SSH Verbindungsbenutzername",
5555
"configuration.SAS.flowConversionMode": "Wählen Sie den Konvertierungsmodus für Notebooks",

0 commit comments

Comments
 (0)