diff --git a/l10n/bundle.l10n.de.json b/l10n/bundle.l10n.de.json index 40b2d652f..e7d8053fc 100644 --- a/l10n/bundle.l10n.de.json +++ b/l10n/bundle.l10n.de.json @@ -15,6 +15,7 @@ "Connecting to SAS session...": "Verbinden mit einer SAS Session...", "Connection Type": "Verbindungstyp", "Converting SAS notebook to flow...": "Konvertiere SAS Notebook zu Flow...", + "Could not connect to the SAS server.": "Keine Verbindung zum SAS Server möglich", "Delete": "Löschen", "Downloading files...": "Dateien herunterladen...", "Enter a client ID": "Geben Sie eine Client ID ein", @@ -31,7 +32,10 @@ "Enter the SAS compute context.": "Geben Sie den SAS Compute Context ein.", "Enter the URL": "Geben Sie die URL ein", "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", + "Enter the local private key file path": "Gib den Pfad des Private Keys ein", "Enter the name of the SAS 9 server.": "Geben Sie den Namen des SAS 9 Servers ein", + "Enter the passphrase for the private key": "Gib die Passphrase für den Private Key ein", + "Enter the password for user: {username}": "Passworteingabe für den Benutzer: {username}", "Enter the registered client ID. An example is myapp.client.": "Geben Sie die registrierte Client ID ein. Hier ein Beispiel myapp.client.", "Enter the server name": "Geben Sie den Servername ein", "Enter the server path": "Geben Sie den Serverpfad ein", @@ -43,7 +47,7 @@ "Error converting the notebook file to .flw format.": "Fehler bei der Konvertierung des Notebooks in das .flw-Format.", "Error getting server with ID {id} - {message}": "Fehler bei der Verbindung mit dem Server mit der ID {id} - {message}", "Error getting session with ID {id} - {message}": "Fehler beim Verbinden mit der Session {id} - {message}", - "Failed to connect to Session. Check profile settings.": "Die Verbindung zur Session konnte nicht hergestellt werden. Überprüfen Sie die Profileinstellungen.", + "Error reading private key file: {filePath}, error: {message}": "Error reading private key file: {filePath}, error: {message}", "Failed to get state from Session {sessionId}": "Fehler beim Session-Statusabruf {sessionId}", "File added to my folder.": "Datei wurde Meinem Ordner hinzugefügt.", "Ignore: all": "Ignorieren: Alles", @@ -69,8 +73,11 @@ "No SAS Connection Profile": "Kein SAS Verbindungsprofil", "No authorization code": "Kein Authorisierungs Code", "Not implemented": "Nicht implementiert", + "Passphrase Required": "Passpharse benötigt", + "Password Required": "Passwort benötigt", "Paste authorization code here": "Fügen Sie hier Ihren Authorisierungscode ein", "Port Number": "Port", + "Private Key File Path (optional)": "Pfad zum Private Key (optional)", "Python Program": "Python Programm", "Rename File": "Datei umbennen", "Rename Folder": "Ordner umbenennen", @@ -86,7 +93,6 @@ "SAS Viya Server": "SAS Viya Server", "SAS code running...": "SAS Code wird ausgeführt...", "SQL Program": "SQL Programm", - "SSH_AUTH_SOCK not set. Check Environment Variables.": "SSH_AUTH_SOCK wurde nicht gesetzt. Bitte die Umgebungsvariablen überprüfen.", "Save": "Speichern", "Saving {itemName}.": "SavSpeichere {itemName}.", "Select a Connection Type": "Wählen Sie einen Verbindungstyp", @@ -103,6 +109,7 @@ "Task is complete.": "Der Task ist erledigt.", "The SAS session has closed.": "Die SAS Session wurde beendet.", "The file type is unsupported.": "Der Dateityp wird nicht unterstützt", + "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.", "The item could not be added to My Favorites.": "Der Inhalt konnte nicht zu Meinen Favoriten hinzugefügt werden.", "The item could not be removed from My Favorites.": "Der Inhalt konnte nicht aus Meinen Favoriten entfernt werden.", "The notebook file does not contain any code to convert.": "Das Notebook enthält keinen zu konvertierenden Code.", @@ -111,6 +118,7 @@ "The {selected} SAS connection profile has been deleted from the settings.json file.": "Das {selected} SAS Verbindungsprofil wurde aus der settings.json Datei gelöscht.", "There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.": "Bei der Ausführung des SAS-Programms ist ein Fehler aufgetreten. Siehe [console log](command:workbench.action.toggleDevTools) für weitere Details.", "This platform does not support this connection type.": "Diese Plattform unterstützt diesen Verbindungstyp nicht.", + "To use the SSH Agent or a password, leave blank.": "To use the SSH Agent or a password, leave blank.", "Unable to add file to my folder.": "Nicht imstande die Datei Meinem Ordner hinzu zufügen", "Unable to create file \"{name}\".": "Nicht imstande die Datei \"{name}\" zu erstellen.", "Unable to create folder \"{name}\".": "Nicht imstande den Ordner \"{name}\" zu erstellen.", @@ -127,7 +135,9 @@ "Unable to restore folder.": "Nicht imstande den Ordner wiederherzustellen.", "Unable to upload files.": "Dateien können nicht hochgeladen werden.", "Uploading files...": "Dateoem hochladen...", + "User {username} {prompt}": "Benutzer {username} {prompt}", "View SAS Table": "SAS Tabelle anzeigen", "You can also specify connection profile using the settings.json file.": "Sie können ein Verbindungsprofil auch über die settings.json Datei eingeben.", - "You must save your file before you can rename it.": "Sie müssen die Datei zunächstspeichern, bevor Sie sie umbenennen können." + "You must save your file before you can rename it.": "Sie müssen die Datei zunächstspeichern, bevor Sie sie umbenennen können.", + "{basename}_Copy{number}{ext}": "{basename}_Kopie{number}{ext}" } diff --git a/l10n/bundle.l10n.es.json b/l10n/bundle.l10n.es.json index 6b5730bed..7b853cc09 100644 --- a/l10n/bundle.l10n.es.json +++ b/l10n/bundle.l10n.es.json @@ -15,6 +15,7 @@ "Connecting to SAS session...": "Conexión a la sesión SAS…", "Connection Type": "Tipo de conexión", "Converting SAS notebook to flow...": "Conversión del bloc de notas SAS en el flujo…", + "Could not connect to the SAS server.": "Imposible conectarse al servidor SAS", "Delete": "Eliminar", "Downloading files...": "Descargando archivos…", "Enter a client ID": "Introducir un ID de cliente", @@ -31,7 +32,10 @@ "Enter the SAS compute context.": "Introducir el contexto de cálculo SAS.", "Enter the URL": "Introducir la URL", "Enter the URL for the SAS Viya server. An example is https://example.sas.com.": "Introducir la URL para el servidor SAS Viya. Por ejemplo https://example.sas.com.", + "Enter the local private key file path": "Introduzca la ruta del archivo de clave privada local", "Enter the name of the SAS 9 server.": "Introduzca el nombre del servidor SAS 9.", + "Enter the passphrase for the private key": "Introduzca la frase de contraseña para la clave privada: {username}", + "Enter the password for user: {username}": "Introduzca la contraseña para el usuario: {username}", "Enter the registered client ID. An example is myapp.client.": "Introducir el ID de cliente registrado. Por ejemplo myapp.client.", "Enter the server name": "Introducir el nombre del servidor", "Enter the server path": "Introducir la ruta del servidor", @@ -43,7 +47,7 @@ "Error converting the notebook file to .flw format.": "Error al convertir el archivo de bloc de notas en formato .flw.", "Error getting server with ID {id} - {message}": "Error al obtener el servidor con ID {id} - {message}", "Error getting session with ID {id} - {message}": "Error al obtener la sesión con ID {id} - {message}", - "Failed to connect to Session. Check profile settings.": "Fallos en la conexión a la sesión. Compruebe los ajustes del perfil.", + "Error reading private key file: {filePath}, error: {message}": "Error en la lectura del archivo de clave privada: {filePath}, error: {message}", "Failed to get state from Session {sessionId}": "Fallos al obtener el estado desde la sesión {sessionId}", "File added to my folder.": "Archivo añadido a mi carpeta.", "Ignore: all": "Ignorar: todo", @@ -69,8 +73,11 @@ "No SAS Connection Profile": "No hay un perfil de conexión SAS", "No authorization code": "No hay ningún código de autorización", "Not implemented": "No implementado", + "Passphrase Required": "Frase de contraseña requerida", + "Password Required": "Contraseña requerida", "Paste authorization code here": "Pegar aquí el código de autorización", "Port Number": "Número de puerto", + "Private Key File Path (optional)": "Ruta del archivo de clave privada (opcional)", "Python Program": "Programa Python", "Rename File": "Renombrar archivo", "Rename Folder": "Renombrar carpeta", @@ -86,7 +93,6 @@ "SAS Viya Server": "Servidor SAS Viya", "SAS code running...": "Código SAS en ejecución...", "SQL Program": "Programa SQL", - "SSH_AUTH_SOCK not set. Check Environment Variables.": "SSH_AUTH_SOCK no establecido. Compruebe las variables de entorno.", "Save": "Guardar", "Saving {itemName}.": "Guardando {itemName}.", "Select a Connection Type": "Seleccionar un tipo de conexión", @@ -103,6 +109,7 @@ "Task is complete.": "La tarea está completada.", "The SAS session has closed.": "Se ha cerrado la sesión SAS.", "The file type is unsupported.": "El tipo de archivo no es compatible.", + "The folder name cannot contain more than 100 characters or have invalid characters.": "El nombre de la carpeta no puede contener más de 100 caracteres ni tener caracteres no válidos.", "The item could not be added to My Favorites.": "El elemento no se ha podido añadir a Mis favoritos.", "The item could not be removed from My Favorites.": "El elemento no se ha podido quitar de Mis favoritos.", "The notebook file does not contain any code to convert.": "El archivo de bloc de notas no contiene ningún código para convertir.", @@ -111,6 +118,7 @@ "The {selected} SAS connection profile has been deleted from the settings.json file.": "El perfil de conexión SAS {selected} se ha eliminado del archivo settings.json.", "There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.": "Se produjo un error en la ejecución del programa SAS. Para más detalles, consulte [console log](command:workbench.action.toggleDevTools).", "This platform does not support this connection type.": "La plataforma no admite este tipo de conexión.", + "To use the SSH Agent or a password, leave blank.": "Para utilizar el agente SSH o una contraseña, deje el campo en blanco", "Unable to add file to my folder.": "No es posible añadir archivos a mi carpeta.", "Unable to create file \"{name}\".": "No es posible crear el archivo \"{name}\".", "Unable to create folder \"{name}\".": "No es posible crear la carpeta \"{name}\".", @@ -127,7 +135,9 @@ "Unable to restore folder.": "No es posible restaurar la carpeta.", "Unable to upload files.": "No es posible subir archivos.", "Uploading files...": "Subiendo archivos...", + "User {username} {prompt}": "Usuario {username} {prompt}", "View SAS Table": "Ver tabla SAS", "You can also specify connection profile using the settings.json file.": "También puede especificar el perfil de conexión utilizando el archivo settings.json.", - "You must save your file before you can rename it.": "Debe guardar el archivo para poder renombrarlo." + "You must save your file before you can rename it.": "Debe guardar el archivo para poder renombrarlo.", + "{basename}_Copy{number}{ext}": "{basename}_Copia{number}{ext}" } diff --git a/l10n/bundle.l10n.fr.json b/l10n/bundle.l10n.fr.json index a5377e26e..4e5b0245b 100644 --- a/l10n/bundle.l10n.fr.json +++ b/l10n/bundle.l10n.fr.json @@ -15,6 +15,7 @@ "Connecting to SAS session...": "Connexion à la session SAS...", "Connection Type": "Type de connexion", "Converting SAS notebook to flow...": "Conversion du notebook SAS en flux...", + "Could not connect to the SAS server.": "Impossible de se connecter au serveur SAS.", "Delete": "Supprimer", "Downloading files...": "Téléchargement des fichiers...", "Enter a client ID": "Entrez un ID client", @@ -31,7 +32,10 @@ "Enter the SAS compute context.": "Entrez le SAS Compute Context.", "Enter the URL": "Entrez l'URL", "Enter the URL for the SAS Viya server. An example is https://example.sas.com.": "Entrez l'URL du serveur SAS Viya. Un exemple est https://example.sas.com.", + "Enter the local private key file path": "Entrez le chemin local du fichier de clé privée", "Enter the name of the SAS 9 server.": "Veuillez entrer le nom du serveur SAS 9.", + "Enter the passphrase for the private key": "Entrez la phrase secrète pour la clé privée", + "Enter the password for user: {username}": "Entrez le mot de passe pour l'utilisateur : {username}", "Enter the registered client ID. An example is myapp.client.": "Entrez l'ID client enregistré. Un exemple est myapp.client.", "Enter the server name": "Entrez le nom du serveur", "Enter the server path": "Entrez le chemin du serveur", @@ -43,7 +47,7 @@ "Error converting the notebook file to .flw format.": "Erreur lors de la conversion du fichier de notebook au format .flw.", "Error getting server with ID {id} - {message}": "Erreur lors de l'obtention du serveur avec l'ID {id} - {message}", "Error getting session with ID {id} - {message}": "Erreur lors de l'obtention de la session avec l'ID {id} - {message}", - "Failed to connect to Session. Check profile settings.": "Échec de la connexion à la session. Vérifiez les paramètres du profil.", + "Error reading private key file: {filePath}, error: {message}": "Erreur lors de la lecture du fichier de clé privée : {filePath}, erreur : {message}", "Failed to get state from Session {sessionId}": "Échec de l'obtention de l'état de la session {sessionId}", "File added to my folder.": "Fichier ajouté à mon dossier.", "Ignore: all": "Ignorer; tout", @@ -69,8 +73,11 @@ "No SAS Connection Profile": "Aucun profil de connexion SAS", "No authorization code": "Aucun code d'autorisation", "Not implemented": "Non implémenté", + "Passphrase Required": "Phrase secrète requise", + "Password Required": "Mot de passe requis", "Paste authorization code here": "Collez le code d'autorisation ici", "Port Number": "Numéro de port", + "Private Key File Path (optional)": "Chemin du fichier de clé privée (optionnel)", "Python Program": "Programme Python", "Rename File": "Renommer le fichier", "Rename Folder": "Renommer le dossier", @@ -86,7 +93,6 @@ "SAS Viya Server": "Serveur SAS Viya", "SAS code running...": "Exécution du code SAS...", "SQL Program": "Programme SQL", - "SSH_AUTH_SOCK not set. Check Environment Variables.": "SSH_AUTH_SOCK non défini. Vérifiez les variables d'environnement.", "Save": "Enregistrer", "Saving {itemName}.": "Enregistrement de {itemName}.", "Select a Connection Type": "Sélectionnez un type de connexion", @@ -103,6 +109,7 @@ "Task is complete.": "La tâche est terminée.", "The SAS session has closed.": "La session SAS s'est fermée.", "The file type is unsupported.": "Le type de fichier n'est pas pris en charge.", + "The folder name cannot contain more than 100 characters or have invalid characters.": "Le nom du dossier ne peut pas contenir plus de 100 caractères ni comporter de caractères invalides.", "The item could not be added to My Favorites.": "Impossible d'ajouter l'élément à Mes favoris.", "The item could not be removed from My Favorites.": "Impossible de supprimer l'élément de Mes favoris.", "The notebook file does not contain any code to convert.": "Le fichier de notebook ne contient aucun code à convertir.", @@ -111,6 +118,7 @@ "The {selected} SAS connection profile has been deleted from the settings.json file.": "Le profil de connexion SAS {selected} a été supprimé du fichier settings.json.", "There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.": "Erreur lors de l'exécution du Programme SAS. Veuilez consulter le [console log](command:workbench.action.toggleDevTools) pour plus d'informations.", "This platform does not support this connection type.": "Cette plateforme ne supporte pas ce type de connexion", + "To use the SSH Agent or a password, leave blank.": "Pour utiliser l'agent SSH ou un mot de passe, laissez vide.", "Unable to add file to my folder.": "Impossible d'ajouter le fichier à mon dossier.", "Unable to create file \"{name}\".": "Impossible de créer le fichier \"{name}\".", "Unable to create folder \"{name}\".": "Impossible de créer le dossier \"{name}\".", @@ -127,7 +135,9 @@ "Unable to restore folder.": "Impossible de restaurer le dossier.", "Unable to upload files.": "Impossible d'importer les fichiers.", "Uploading files...": "Import des fichiers...", + "User {username} {prompt}": "Utilisateur {username} {prompt}", "View SAS Table": "Afficher la table SAS", "You can also specify connection profile using the settings.json file.": "Vous pouvez également spécifier le profil de connexion en utilisant le fichier settings.json.", - "You must save your file before you can rename it.": "Vous devez enregistrer votre fichier avant de pouvoir le renommer." + "You must save your file before you can rename it.": "Vous devez enregistrer votre fichier avant de pouvoir le renommer.", + "{basename}_Copy{number}{ext}": "{basename}_Copie{number}{ext}" } diff --git a/l10n/bundle.l10n.it.json b/l10n/bundle.l10n.it.json index 926d6f053..0a14bceda 100644 --- a/l10n/bundle.l10n.it.json +++ b/l10n/bundle.l10n.it.json @@ -15,6 +15,7 @@ "Connecting to SAS session...": "Connessione alla sessione SAS...", "Connection Type": "Tipo di connessione", "Converting SAS notebook to flow...": "Conversione di SAS Notebook in un flusso...", + "Could not connect to the SAS server.": "Impossibile connettersi al server SAS.", "Delete": "Elimina", "Downloading files...": "Download dei file...", "Enter a client ID": "Immetti l’ID client", @@ -31,7 +32,10 @@ "Enter the SAS compute context.": "Immettere il contesto di calcolo SAS.", "Enter the URL": "Immetti l’URL", "Enter the URL for the SAS Viya server. An example is https://example.sas.com.": "Immettere l'URL del server SAS Viya. Un esempio è https://example.sas.com", + "Enter the local private key file path": "Immettere il percorso del file della chiave privata", "Enter the name of the SAS 9 server.": "Inserisca il nome per SAS 9 Server", + "Enter the passphrase for the private key": "Immettere la passphrase per la chiave privata", + "Enter the password for user: {username}": "Immettere la password per l'utente: {username}", "Enter the registered client ID. An example is myapp.client.": "Immetti l’ID client registrato. Un esempio è myapp.client", "Enter the server name": "Immetti il nome del server", "Enter the server path": "Immetti il percorso del server", @@ -43,7 +47,7 @@ "Error converting the notebook file to .flw format.": "Errore di conversione del file del notebook nel formato .flw.", "Error getting server with ID {id} - {message}": "Errore recuperando il server con ID {id} - {message}", "Error getting session with ID {id} - {message}": "Errore recuperando la sessione con ID {id} - {message}", - "Failed to connect to Session. Check profile settings.": "Connessione alla sessione non riuscita. Controllare le impostazioni del profilo.", + "Error reading private key file: {filePath}, error: {message}": "Errore leggendo il file della chiave privata: {filePath}, errore: {message}", "Failed to get state from Session {sessionId}": "Impossibile ottenere lo stato dalla sessione {sessionId}", "File added to my folder.": "File aggiunto alla cartella personale.", "Ignore: all": "Ignora: tutto", @@ -69,8 +73,11 @@ "No SAS Connection Profile": "Nessun profilo di connessione SAS", "No authorization code": "Nessun codice di autorizzazione", "Not implemented": "Non implementato", + "Passphrase Required": "Passphrase obbligatoria", + "Password Required": "Password obbligatoria", "Paste authorization code here": "Incolla qui il codice di autorizzazione", "Port Number": "Numero della porta", + "Private Key File Path (optional)": "Percorso del file della chiave privata (facoltativo)", "Python Program": "Programma Python", "Rename File": "Rinomina il file", "Rename Folder": "Rinomina la cartella", @@ -86,7 +93,6 @@ "SAS Viya Server": "SAS Viya Server", "SAS code running...": "Codice SAS in esecuzione...", "SQL Program": "Programma SQL", - "SSH_AUTH_SOCK not set. Check Environment Variables.": "SSH_AUTH_SOCK non impostato. Controllare le variabili di ambiente", "Save": "Salva", "Saving {itemName}.": "Salvataggio di {itemName}.", "Select a Connection Type": "Seleziona un tipo di connessione", @@ -103,6 +109,7 @@ "Task is complete.": "Il task è completo.", "The SAS session has closed.": "La sessione SAS è stata chiusa.", "The file type is unsupported.": "Il tipo di file non è supportato.", + "The folder name cannot contain more than 100 characters or have invalid characters.": "Il nome della cartella non può avere una lunghezza superiore a 100 caratteri o contenere caratteri non validi.", "The item could not be added to My Favorites.": "Impossibile aggiungere l’elemento ai Preferiti.", "The item could not be removed from My Favorites.": "Impossibile rimuovere l’elemento dai Preferiti.", "The notebook file does not contain any code to convert.": "Il file del notebook non contiene codice da convertire.", @@ -111,6 +118,7 @@ "The {selected} SAS connection profile has been deleted from the settings.json file.": "Il profilo di connessione SAS {selected} è stato eliminato dal file settings.json.", "There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.": "Errore durante l'esecuzione del programma SAS. Consultare [console log](command:workbench.action.toggleDevTools) per più dettagli", "This platform does not support this connection type.": "Questa piattaforma non supporta questo tipo di connessione.", + "To use the SSH Agent or a password, leave blank.": "Per usare l'agente SSH o una password, lasciare il campo vuoto.", "Unable to add file to my folder.": "Impossibile aggiungere il file alla cartella personale.", "Unable to create file \"{name}\".": "Impossibile creare il file \"{name}\".", "Unable to create folder \"{name}\".": "Impossibile creare la cartella \"{name}\".", @@ -127,7 +135,9 @@ "Unable to restore folder.": "Impossibile ripristinare la cartella.", "Unable to upload files.": "Impossibile eseguire l’upload dei file.", "Uploading files...": "Upload dei file...", + "User {username} {prompt}": "Utente {username} {prompt}", "View SAS Table": "Visualizza la tabella SAS", "You can also specify connection profile using the settings.json file.": "È possibile specificare il profilo di connessione anche utilizzando il file settings.json.", - "You must save your file before you can rename it.": "Occorre salvare il file prima di poterlo rinominare." + "You must save your file before you can rename it.": "Occorre salvare il file prima di poterlo rinominare.", + "{basename}_Copy{number}{ext}": "{basename}_Copia{number}{ext}" } diff --git a/l10n/bundle.l10n.ja.json b/l10n/bundle.l10n.ja.json index 66c32c8a3..728df3e14 100644 --- a/l10n/bundle.l10n.ja.json +++ b/l10n/bundle.l10n.ja.json @@ -15,6 +15,7 @@ "Connecting to SAS session...": "SAS Server に接続しています...", "Connection Type": "接続の種類", "Converting SAS notebook to flow...": "SAS ノートブックをフローに変換しています...", + "Could not connect to the SAS server.": "SAS サーバーに接続できませんでした。", "Delete": "削除", "Downloading files...": "ファイルをダウンロードしています...", "Enter a client ID": "クライアント ID を入力してください", @@ -31,7 +32,10 @@ "Enter the SAS compute context.": "SAS 計算コンテキストを入力します。", "Enter the URL": "URL を入力してください", "Enter the URL for the SAS Viya server. An example is https://example.sas.com.": "SAS Viya サーバーの URL を入力します。例: https://example.sas.com", + "Enter the local private key file path": "ローカル秘密キーのファイルパスを入力", "Enter the name of the SAS 9 server.": "SAS 9 Server の名前を入力します。", + "Enter the passphrase for the private key": "秘密キーファイルのパスフレーズを入力", + "Enter the password for user: {username}": "ユーザーのパスワードを入力: {username}", "Enter the registered client ID. An example is myapp.client.": "登録されているクライアント ID を入力します。例: myapp.client", "Enter the server name": "サーバー名を入力してください", "Enter the server path": "サーバーパスを入力してください", @@ -43,7 +47,7 @@ "Error converting the notebook file to .flw format.": "ノートブックファイルを .flw 形式に変換する際にエラーが発生しました。", "Error getting server with ID {id} - {message}": "ID {id} のサーバーの取得エラー - {message}", "Error getting session with ID {id} - {message}": "ID {id} のセッションの取得中にエラーが発生しました - {message}", - "Failed to connect to Session. Check profile settings.": "セッションへの接続に失敗しました。プロファイル設定を確認してください。", + "Error reading private key file: {filePath}, error: {message}": "秘密キーファイルの読み取りエラー: {filePath}、エラー: {message}", "Failed to get state from Session {sessionId}": "セッション {sessionId} から状態を取得できませんでした", "File added to my folder.": "ファイルがマイフォルダーに追加されました。", "Ignore: all": "Ignore: すべて", @@ -69,8 +73,11 @@ "No SAS Connection Profile": "SAS 接続プロファイルがありません", "No authorization code": "認証コードがありません", "Not implemented": "実装されていません", + "Passphrase Required": "パスフレーズが必要です", + "Password Required": "パスワードが必要です", "Paste authorization code here": "ここに認証コードを貼り付けます", "Port Number": "ポート番号", + "Private Key File Path (optional)": "秘密キーファイルパス(オプション)", "Python Program": "Pythonプログラム", "Rename File": "ファイル名の変更", "Rename Folder": "フォルダー名の変更", @@ -86,7 +93,6 @@ "SAS Viya Server": "SAS Viya Server", "SAS code running...": "SAS コードを実行しています...", "SQL Program": "SQL プログラム", - "SSH_AUTH_SOCK not set. Check Environment Variables.": "SSH_AUTH_SOCK が設定されていません。環境変数を確認してください。", "Save": "保存", "Saving {itemName}.": "{itemName} を保存しています...", "Select a Connection Type": "接続の種類を選択してください", @@ -103,6 +109,7 @@ "Task is complete.": "タスクは完了しました。", "The SAS session has closed.": "SAS セッションが終了しました。", "The file type is unsupported.": "ファイルの種類はサポートされていません。", + "The folder name cannot contain more than 100 characters or have invalid characters.": "フォルダー名には 100 文字を超える文字や無効な文字を含めることはできません。", "The item could not be added to My Favorites.": "アイテムをお気に入りに追加できませんでした。", "The item could not be removed from My Favorites.": "アイテムをお気に入りから削除できませんでした。", "The notebook file does not contain any code to convert.": "ノートブックファイルには、変換するコードが含まれていません。", @@ -111,6 +118,7 @@ "The {selected} SAS connection profile has been deleted from the settings.json file.": "{selected} SAS 接続プロファイルが settings.json ファイルから削除されました。", "There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.": "SAS プログラムの実行中にエラーが発生しました。詳細については、[コンソールログ](command:workbench.action.toggleDevTools) を参照してください。", "This platform does not support this connection type.": "このプラットフォームはこの接続タイプをサポートしていません。", + "To use the SSH Agent or a password, leave blank.": "SSH エージェントまたはパスワードを使用する場合は、空白のままにします。", "Unable to add file to my folder.": "ファイルをマイフォルダーに追加できません。", "Unable to create file \"{name}\".": "ファイル \"{name}\" を作成できません。", "Unable to create folder \"{name}\".": "フォルダー \"{name}\" を作成できません。", @@ -127,7 +135,9 @@ "Unable to restore folder.": "フォルダーを復元できません。", "Unable to upload files.": "ファイルをアップロードできません。", "Uploading files...": "ファイルをアップロードしています...", + "User {username} {prompt}": "ユーザー {username} {prompt}", "View SAS Table": "SAS テーブルの表示", "You can also specify connection profile using the settings.json file.": "settings.json ファイルを使用して接続プロファイルを指定することもできます。", - "You must save your file before you can rename it.": "ファイル名を変更する前に、ファイルを保存する必要があります。" + "You must save your file before you can rename it.": "ファイル名を変更する前に、ファイルを保存する必要があります。", + "{basename}_Copy{number}{ext}": "{basename}_Copy{number}{ext}" } diff --git a/l10n/bundle.l10n.ko.json b/l10n/bundle.l10n.ko.json index 8d53c62a5..fd9e3530f 100644 --- a/l10n/bundle.l10n.ko.json +++ b/l10n/bundle.l10n.ko.json @@ -15,6 +15,7 @@ "Connecting to SAS session...": "SAS 세션에 연결 중...", "Connection Type": "연결 유형", "Converting SAS notebook to flow...": "SAS 노트북을 플로우로 변환하는 중...", + "Could not connect to the SAS server.": "SAS 서버에 연결할 수 없습니다.", "Delete": "삭제", "Downloading files...": "파일 다운로드 중...", "Enter a client ID": "클라이언트 ID를 입력하세요", @@ -31,7 +32,10 @@ "Enter the SAS compute context.": "SAS 컴퓨팅 컨텍스트를 입력하세요.", "Enter the URL": "URL을 입력하세요", "Enter the URL for the SAS Viya server. An example is https://example.sas.com.": "SAS Viya 서버의 URL을 입력하세요. 예시: https://example.sas.com", + "Enter the local private key file path": "로컬 개인 키 파일 경로를 입력하십시오.", "Enter the name of the SAS 9 server.": "SAS 9 서버의 이름을 입력하십시오.", + "Enter the passphrase for the private key": "개인 키의 패스프레이즈를 입력하십시오.", + "Enter the password for user: {username}": "사용자 {username}의 비밀번호를 입력하십시오.", "Enter the registered client ID. An example is myapp.client.": "등록된 클라이언트 ID를 입력하세요. 예시: myapp.client.", "Enter the server name": "서버 이름을 입력하세요", "Enter the server path": "서버 경로를 입력하세요", @@ -43,7 +47,7 @@ "Error converting the notebook file to .flw format.": "노트북 파일을 .flw 형식으로 변환하는 중 오류가 발생했습니다.", "Error getting server with ID {id} - {message}": "ID {id} - {message} 서버를 가져오는 중 오류 발생", "Error getting session with ID {id} - {message}": "ID {id} - {message} 세션을 가져오는 중 오류 발생", - "Failed to connect to Session. Check profile settings.": "세션에 연결하지 못했습니다. 프로필 설정을 확인하세요.", + "Error reading private key file: {filePath}, error: {message}": "개인 키 파일 읽기 오류: {filePath}, 오류: {message}", "Failed to get state from Session {sessionId}": "{sessionId} 세션에서 상태를 가져오지 못했습니다", "File added to my folder.": "파일이 내 폴더에 추가되었습니다.", "Ignore: all": "무시: 전체", @@ -69,8 +73,11 @@ "No SAS Connection Profile": "SAS 연결 프로필 없음", "No authorization code": "인증 코드 없음", "Not implemented": "구현되지 않음", + "Passphrase Required": "패스프레이즈 필요", + "Password Required": "비밀번호 필요", "Paste authorization code here": "여기에 인증 코드 붙여넣기", "Port Number": "포트 번호", + "Private Key File Path (optional)": "개인 키 파일 경로 (선택 사항)", "Python Program": "Python 프로그램", "Rename File": "파일 이름 변경", "Rename Folder": "폴더 이름 변경", @@ -86,7 +93,6 @@ "SAS Viya Server": "SAS Viya 서버", "SAS code running...": "SAS 코드 실행 중...", "SQL Program": "SQL 프로그램", - "SSH_AUTH_SOCK not set. Check Environment Variables.": "SSH_AUTH_SOCK가 설정되지 않았습니다. 환경 변수를 확인하세요.", "Save": "저장", "Saving {itemName}.": "{itemName} 저장 중...", "Select a Connection Type": "연결 유형 선택", @@ -103,6 +109,7 @@ "Task is complete.": "작업이 완료되었습니다.", "The SAS session has closed.": "SAS 세션이 종료되었습니다.", "The file type is unsupported.": "지원되지 않는 파일 형식입니다.", + "The folder name cannot contain more than 100 characters or have invalid characters.": "폴더 이름은 100자를 초과하거나 잘못된 문자를 포함할 수 없습니다.", "The item could not be added to My Favorites.": "항목을 즐겨찾기에 추가할 수 없습니다.", "The item could not be removed from My Favorites.": "항목을 즐겨찾기에서 제거할 수 없습니다.", "The notebook file does not contain any code to convert.": "노트북 파일에 변환할 코드가 포함되어 있지 않습니다.", @@ -111,6 +118,7 @@ "The {selected} SAS connection profile has been deleted from the settings.json file.": "{selected} SAS 연결 프로필이 settings.json 파일에서 삭제되었습니다.", "There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.": "SAS 프로그램을 실행하는 동안 오류가 발생했습니다. 자세한 내용은 [콘솔 로그](command:workbench.action.toggleDevTools)를 참조하십시오.", "This platform does not support this connection type.": "이 플랫폼은 이 연결 유형을 지원하지 않습니다.", + "To use the SSH Agent or a password, leave blank.": "SSH 에이전트나 비밀번호를 사용하려면 비워 두십시오.", "Unable to add file to my folder.": "파일을 내 폴더에 추가할 수 없습니다.", "Unable to create file \"{name}\".": "\"{name}\" 파일을 생성할 수 없습니다.", "Unable to create folder \"{name}\".": "\"{name}\" 폴더를 생성할 수 없습니다.", @@ -127,7 +135,9 @@ "Unable to restore folder.": "폴더를 복원할 수 없습니다.", "Unable to upload files.": "파일을 업로드할 수 없습니다.", "Uploading files...": "파일 업로드 중...", + "User {username} {prompt}": "사용자 {username} {prompt}", "View SAS Table": "SAS 테이블 보기", "You can also specify connection profile using the settings.json file.": "settings.json 파일을 사용하여 연결 프로필을 지정할 수도 있습니다.", - "You must save your file before you can rename it.": "파일 이름을 바꾸기 전에 파일을 저장해야 합니다." + "You must save your file before you can rename it.": "파일 이름을 바꾸기 전에 파일을 저장해야 합니다.", + "{basename}_Copy{number}{ext}": "{basename}_Copy{number}{ext}" } diff --git a/l10n/bundle.l10n.pt-br.json b/l10n/bundle.l10n.pt-br.json index d725e9577..fee1a8cf7 100644 --- a/l10n/bundle.l10n.pt-br.json +++ b/l10n/bundle.l10n.pt-br.json @@ -15,6 +15,7 @@ "Connecting to SAS session...": "Conectando à sessão de SAS...", "Connection Type": "Tipo de ligação", "Converting SAS notebook to flow...": "Convertendo o notebook SAS ao um Flow...", + "Could not connect to the SAS server.": "Foi impossível conectar ao servidor SAS.", "Delete": "Exclui", "Downloading files...": "Descarregando arquivos...", "Enter a client ID": "Insere o ID do cliente", @@ -31,7 +32,10 @@ "Enter the SAS compute context.": "Insere o contexto computacional de SAS.", "Enter the URL": "Insere o URL", "Enter the URL for the SAS Viya server. An example is https://example.sas.com.": "Insere o URL do servidor SAS Viya. Por exemplo: https://example.sas.com.", + "Enter the local private key file path": "Digite o caminnho ao arquivo da chave privada local", "Enter the name of the SAS 9 server.": "Digite o nome do servidor SAS 9", + "Enter the passphrase for the private key": "Digite a frase-senha da chave privada", + "Enter the password for user: {username}": "Digite a senha do usuário: {username}", "Enter the registered client ID. An example is myapp.client.": "Insira o ID registrado do cliente. Por exemplo: myapp.client.", "Enter the server name": "Insere o nome do servidor", "Enter the server path": "Insere o caminho ao servidor", @@ -43,7 +47,7 @@ "Error converting the notebook file to .flw format.": "Erro convertendo o arquivo notebook para o formato .flw.", "Error getting server with ID {id} - {message}": "Erro obtendo servidor com o ID {id} - {message}", "Error getting session with ID {id} - {message}": "Erro obtendo uma sessão com o ID {id} - {message}", - "Failed to connect to Session. Check profile settings.": "Falhou fazendo conexão a Sessão. Verifique as configurações do perfil.", + "Error reading private key file: {filePath}, error: {message}": "Erro encontrado lendo o arquivo de chave privada: {filePath}, erro: {message}", "Failed to get state from Session {sessionId}": "Falhou obtendo o estado da Sessão {sessionId}", "File added to my folder.": "Arquivo adicionado na minha pasta.", "Ignore: all": "Ignore: tudo", @@ -69,8 +73,11 @@ "No SAS Connection Profile": "Não ha perfil de conexão a SAS", "No authorization code": "Não ha código de autorização", "Not implemented": "Não é implementado", + "Passphrase Required": "Frase-senha requerido", + "Password Required": "Senha requerido", "Paste authorization code here": "Cole aqui o código de autorização", "Port Number": "Número da Porta", + "Private Key File Path (optional)": "Caminho ao arquivo da chave privada ", "Python Program": "Programa Python", "Rename File": "Renomear um arquivo", "Rename Folder": "Renomear uma pasta", @@ -86,7 +93,6 @@ "SAS Viya Server": "Servidor de SAS Viya", "SAS code running...": "Executando o programa de SAS...", "SQL Program": "Programa SQL", - "SSH_AUTH_SOCK not set. Check Environment Variables.": "SSH_AUTH_SOCK não é configurado. Verifique as variáveis ambientes.", "Save": "Salve", "Saving {itemName}.": "Salvando {itemName}.", "Select a Connection Type": "Escolha o tipo de conexão", @@ -103,6 +109,7 @@ "Task is complete.": "Tarefa completado.", "The SAS session has closed.": "A sessão de SAS foi encerrada.", "The file type is unsupported.": "Este tipo de arquivo não é compatível.", + "The folder name cannot contain more than 100 characters or have invalid characters.": "O nome da pasta não pode incluir mais de 100 caracteres ou qualquer caracteres inválidos.", "The item could not be added to My Favorites.": "Não foi possível adicionar o iten a My Favorites.", "The item could not be removed from My Favorites.": "Não foi possível excluir o iten do My Favorites.", "The notebook file does not contain any code to convert.": "O arquivo notebook não contém nenhum código para converter.", @@ -111,6 +118,7 @@ "The {selected} SAS connection profile has been deleted from the settings.json file.": "O perfil de conexão a SAS {selected} foi excluído do arquivo settings.json.", "There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.": "Ocorreu um erro durante a execução do programa SAS. Veja [console log](command:workbench.action.toggleDevTools) para os detalhes.", "This platform does not support this connection type.": "Esta plataforma não suporta este tipo de conexão.", + "To use the SSH Agent or a password, leave blank.": "Para usar o Agente SSH ou uma senha, deixe em branco.", "Unable to add file to my folder.": "Não foi possível adicionar o arquivo a my folder.", "Unable to create file \"{name}\".": "Não foi possível criar o arquivo \"{name}\".", "Unable to create folder \"{name}\".": "Não foi possível criar a pasta \"{name}\".", @@ -127,7 +135,9 @@ "Unable to restore folder.": "Não foi possível recuperar a pasta.", "Unable to upload files.": "Não é possível fazer upload dos arquivos.", "Uploading files...": "Fazendo upload dos arquivos...", + "User {username} {prompt}": "Usuário {username} {prompt}", "View SAS Table": "Veja a tabela de SAS", "You can also specify connection profile using the settings.json file.": "Também pode especificar o perfil de conexão no arquivo settings.json.", - "You must save your file before you can rename it.": "Precisas salvar o arquivo antes de renomeá-lo." + "You must save your file before you can rename it.": "Precisas salvar o arquivo antes de renomeá-lo.", + "{basename}_Copy{number}{ext}": "{basename}_Cópia{number}{ext}" } diff --git a/l10n/bundle.l10n.zh-cn.json b/l10n/bundle.l10n.zh-cn.json index 198ef70a0..88217287d 100644 --- a/l10n/bundle.l10n.zh-cn.json +++ b/l10n/bundle.l10n.zh-cn.json @@ -15,6 +15,7 @@ "Connecting to SAS session...": "正在连接到SAS会话...", "Connection Type": "连接类型", "Converting SAS notebook to flow...": "将 SAS 笔记本转换为流...", + "Could not connect to the SAS server.": "无法连接到 SAS 服务器。", "Delete": "删除", "Downloading files...": "正在下载文件...", "Enter a client ID": "输入客户端ID", @@ -31,7 +32,10 @@ "Enter the SAS compute context.": "输入SAS计算上下文。", "Enter the URL": "输入网址", "Enter the URL for the SAS Viya server. An example is https://example.sas.com.": "输入SAS Viya服务器的URL。示例为 https://example.sas.com", + "Enter the local private key file path": "输入本地私钥文件路径", "Enter the name of the SAS 9 server.": "输入SAS 9 服务器的名称。", + "Enter the passphrase for the private key": "输入私钥的密码", + "Enter the password for user: {username}": "输入用户 {username} 的密码", "Enter the registered client ID. An example is myapp.client.": "输入注册的客户端ID。示例是 myapp.client。", "Enter the server name": "输入服务器名称", "Enter the server path": "输入服务器路径", @@ -43,7 +47,7 @@ "Error converting the notebook file to .flw format.": "将笔记本文件转换为 .flw 格式时出错。", "Error getting server with ID {id} - {message}": "获取ID为{id} - {message}的服务器时出错", "Error getting session with ID {id} - {message}": "获取ID为{id} - {message}的会话时出错", - "Failed to connect to Session. Check profile settings.": "无法连接到会话。请检查配置文件设置。", + "Error reading private key file: {filePath}, error: {message}": "读取私钥文件 {filePath} 时出错,错误:{message}", "Failed to get state from Session {sessionId}": "从会话{sessionId}获取状态失败", "File added to my folder.": "文件已添加到我的文件夹。", "Ignore: all": "忽略: 全部", @@ -69,8 +73,11 @@ "No SAS Connection Profile": "无SAS连接配置文件", "No authorization code": "无授权码", "Not implemented": "未实现", + "Passphrase Required": "需要密码短语", + "Password Required": "需要密码", "Paste authorization code here": "在此处粘贴授权码", "Port Number": "端口号", + "Private Key File Path (optional)": "私钥文件路径(可选)", "Python Program": "Python 程序", "Rename File": "重命名文件", "Rename Folder": "重命名文件夹", @@ -86,7 +93,6 @@ "SAS Viya Server": "SAS Viya服务器", "SAS code running...": "SAS代码正在运行...", "SQL Program": "SQL 程序", - "SSH_AUTH_SOCK not set. Check Environment Variables.": "SSH_AUTH_SOCK未设置。请检查环境变量。", "Save": "保存", "Saving {itemName}.": "保存 {itemName}.", "Select a Connection Type": "选择连接类型", @@ -103,6 +109,7 @@ "Task is complete.": "任务完成。", "The SAS session has closed.": "SAS会话已关闭。", "The file type is unsupported.": "不支持该文件类型。", + "The folder name cannot contain more than 100 characters or have invalid characters.": "文件夹名称不能超过 100 个字符或包含无效字符。", "The item could not be added to My Favorites.": "该项目无法添加到我的收藏夹。", "The item could not be removed from My Favorites.": "无法从我的收藏夹中删除该项目。", "The notebook file does not contain any code to convert.": "笔记本文件不包含任何要转换的代码。", @@ -111,6 +118,7 @@ "The {selected} SAS connection profile has been deleted from the settings.json file.": "已从settings.json文件中删除{selected} SAS连接配置文件。", "There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.": "SAS程序执行出错。请参见[开发控制台日志](command:workbench.action.toggleDevTools)获取更多信息。", "This platform does not support this connection type.": "该平台不支持该连接类型。", + "To use the SSH Agent or a password, leave blank.": "要使用 SSH 代理或密码,请留空。", "Unable to add file to my folder.": "无法将文件添加到我的文件夹。", "Unable to create file \"{name}\".": "无法创建文件\"{name}\"。", "Unable to create folder \"{name}\".": "无法创建文件夹\"{name}\"。", @@ -127,7 +135,9 @@ "Unable to restore folder.": "无法恢复文件夹。", "Unable to upload files.": "无法上传文件。", "Uploading files...": "正在上传文件...", + "User {username} {prompt}": "用户 {username} {prompt}", "View SAS Table": "查看 SAS 表", "You can also specify connection profile using the settings.json file.": "您还可以使用settings.json文件指定连接配置文件。", - "You must save your file before you can rename it.": "您必须先保存文件,然后才能重命名它。" + "You must save your file before you can rename it.": "您必须先保存文件,然后才能重命名它。", + "{basename}_Copy{number}{ext}": "{basename}_副本{number}{ext}" } diff --git a/package.nls.de.json b/package.nls.de.json index 8e72b6cb0..82b70e5cd 100644 --- a/package.nls.de.json +++ b/package.nls.de.json @@ -49,6 +49,7 @@ "configuration.SAS.connectionProfiles.profiles.sasOptions": "SAS Verbindungs SAS Optionen", "configuration.SAS.connectionProfiles.profiles.ssh.host": "SAS SSH Verbindungs SSH-Host", "configuration.SAS.connectionProfiles.profiles.ssh.port": "SAS SSH Verbindungsport", + "configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "SAS SSH Private Key Dateipfad", "configuration.SAS.connectionProfiles.profiles.ssh.saspath": "Ausführbarer Pfad für die SAS SSH-Verbindung", "configuration.SAS.connectionProfiles.profiles.ssh.username": "SAS SSH Verbindungsbenutzername", "configuration.SAS.flowConversionMode": "Wählen Sie den Konvertierungsmodus für Notebooks", @@ -71,7 +72,9 @@ "themes.SAS.dark": "SAS Dunkel", "themes.SAS.highContrast": "SAS Hoher Kontrast", "themes.SAS.light": "SAS Hell", + "views.SAS.explorer": "SAS Content", "views.SAS.libraries": "Bibliotheken", + "views.SAS.serverExplorer": "SAS Server", "views.SAS.signIn": "Anmelden", "views.SAS.unsupportedConnection": "Ihre Verbindung unterstützt nicht die Navigation in SAS-Inhalten innerhalb der SAS Extension for Visual Studio Code. Sie können nur über die Explorer-Ansicht auf Dateien zugreifen.", "views.SAS.welcome": "Um die SAS-Erweiterung für Visual Studio Code zu nutzen, müssen Sie sich bei SAS anmelden.\n[Anmelden](command:SAS.authorize)" diff --git a/package.nls.es.json b/package.nls.es.json index fcff74f62..1e2e0ec9b 100644 --- a/package.nls.es.json +++ b/package.nls.es.json @@ -49,6 +49,7 @@ "configuration.SAS.connectionProfiles.profiles.sasOptions": "Opciones SAS de conexión SAS", "configuration.SAS.connectionProfiles.profiles.ssh.host": "Host SSH de conexión SSH SAS", "configuration.SAS.connectionProfiles.profiles.ssh.port": "Puerto de conexión SSH SAS", + "configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "Ruta del archivo de clave privada de la conexión SAS SSH", "configuration.SAS.connectionProfiles.profiles.ssh.saspath": "Ruta ejecutable de conexión SSH SAS", "configuration.SAS.connectionProfiles.profiles.ssh.username": "Nombre de usuario de conexión SSH SAS", "configuration.SAS.flowConversionMode": "Elegir el modo de conversión para blocs de notas", @@ -71,7 +72,9 @@ "themes.SAS.dark": "SAS Dark", "themes.SAS.highContrast": "SAS High Contrast", "themes.SAS.light": "SAS Light", + "views.SAS.explorer": "Contenido SAS", "views.SAS.libraries": "Librerías", + "views.SAS.serverExplorer": "Servidor SAS", "views.SAS.signIn": "Conexión", "views.SAS.unsupportedConnection": "La conexión no permite la navegación de contenido SAS dentro de SAS Extension for Visual Studio Code. Sólo puede acceder a los archivos utilizando la vista del explorador.", "views.SAS.welcome": "Para utilizar SAS Extension for Visual Studio Code, debe estar conectado a SAS.\n[Conexión](command:SAS.authorize)" diff --git a/package.nls.fr.json b/package.nls.fr.json index e7c6da8e9..7d5fab3c1 100644 --- a/package.nls.fr.json +++ b/package.nls.fr.json @@ -49,6 +49,7 @@ "configuration.SAS.connectionProfiles.profiles.sasOptions": "Options pour la connexion SAS", "configuration.SAS.connectionProfiles.profiles.ssh.host": "Hôte SSH de la connexion SAS", "configuration.SAS.connectionProfiles.profiles.ssh.port": "Port SSH de la connexion SAS", + "configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "Chemin du fichier de clé privée pour la connexion SSH SAS", "configuration.SAS.connectionProfiles.profiles.ssh.saspath": "Chemin exécutable de la connexion SAS SSH", "configuration.SAS.connectionProfiles.profiles.ssh.username": "Nom d'utilisateur de la connexion SAS SSH", "configuration.SAS.flowConversionMode": "Choisissez le mode de conversion pour les notebooks SAS", @@ -71,7 +72,9 @@ "themes.SAS.dark": "SAS Dark", "themes.SAS.highContrast": "SAS High Contrast", "themes.SAS.light": "SAS Light", + "views.SAS.explorer": "SAS Content", "views.SAS.libraries": "Bibliothèques", + "views.SAS.serverExplorer": "Explorateur", "views.SAS.signIn": "Se connecter", "views.SAS.unsupportedConnection": "Cette connexion ne prend pas en charge la navigation dans le contenu SAS via l'extension Visual Studio Code. Vous ne pouvez accéder aux fichiers qu'à travers l'Explorateur.", "views.SAS.welcome": "Pour utiliser SAS Extension for Visual Studio Code, vous devez vous connecter à SAS.\n[Se connecter](command:SAS.authorize)" diff --git a/package.nls.it.json b/package.nls.it.json index cebc01af4..3427ef7fb 100644 --- a/package.nls.it.json +++ b/package.nls.it.json @@ -49,6 +49,7 @@ "configuration.SAS.connectionProfiles.profiles.sasOptions": "Opzioni della connessione SAS", "configuration.SAS.connectionProfiles.profiles.ssh.host": "Host della connessione SAS SSH", "configuration.SAS.connectionProfiles.profiles.ssh.port": "Porta della connessione SAS SSH", + "configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "Percorso del file della chiave privata della connessione SSH SAS", "configuration.SAS.connectionProfiles.profiles.ssh.saspath": "Percorso dell'eseguibile della connessione SAS SSH", "configuration.SAS.connectionProfiles.profiles.ssh.username": "Nome utente della connessione SAS SSH", "configuration.SAS.flowConversionMode": "Scegli la modalità di conversione per i notebook", @@ -71,7 +72,9 @@ "themes.SAS.dark": "SAS Dark", "themes.SAS.highContrast": "SAS High Contrast", "themes.SAS.light": "SAS Light", + "views.SAS.explorer": "Contenuto SAS", "views.SAS.libraries": "Librerie", + "views.SAS.serverExplorer": "Server SAS", "views.SAS.signIn": "Accedi", "views.SAS.unsupportedConnection": "La connessione non supporta la navigazione nel contenuto SAS all'interno di SAS Extension for Visual Studio Code. È possibile accedere ai file solo utilizzando la visualizzazione Explorer.", "views.SAS.welcome": "Per utilizzare SAS Extension for Visual Studio Code, occorre accedere a SAS.\n[Accedi](command:SAS.authorize)" diff --git a/package.nls.ja.json b/package.nls.ja.json index 214a49ef5..f96bbfea1 100644 --- a/package.nls.ja.json +++ b/package.nls.ja.json @@ -49,6 +49,7 @@ "configuration.SAS.connectionProfiles.profiles.sasOptions": "SAS 接続 SAS オプション", "configuration.SAS.connectionProfiles.profiles.ssh.host": "SAS SSH 接続 SSH ホスト", "configuration.SAS.connectionProfiles.profiles.ssh.port": "SAS SSH 接続ポート", + "configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "SAS SSH 接続の秘密キーファイルパス", "configuration.SAS.connectionProfiles.profiles.ssh.saspath": "SAS SSH 接続の実行可能パス", "configuration.SAS.connectionProfiles.profiles.ssh.username": "SAS SSH 接続ユーザー名", "configuration.SAS.flowConversionMode": "ノートブックの変換モードを選択する", @@ -71,7 +72,9 @@ "themes.SAS.dark": "SAS Dark", "themes.SAS.highContrast": "SAS High Contrast", "themes.SAS.light": "SAS Light", + "views.SAS.explorer": "SAS コンテンツ", "views.SAS.libraries": "ライブラリ", + "views.SAS.serverExplorer": "SAS サーバー", "views.SAS.signIn": "サインイン", "views.SAS.unsupportedConnection": "この接続では、SAS Extension for Visual Studio Code 内の SAS コンテンツナビゲーションがサポートされていません。ファイルにアクセスできるのは、エクスプローラービューのみです。", "views.SAS.welcome": "SAS Extension for Visual Studio Code を使用するには、SAS にサインインする必要があります。\n [Sign In](command:SAS.authorize)" diff --git a/package.nls.json b/package.nls.json index 2f306485b..08478a709 100644 --- a/package.nls.json +++ b/package.nls.json @@ -49,9 +49,9 @@ "configuration.SAS.connectionProfiles.profiles.sasOptions": "SAS Connection SAS options", "configuration.SAS.connectionProfiles.profiles.ssh.host": "SAS SSH Connection SSH Host", "configuration.SAS.connectionProfiles.profiles.ssh.port": "SAS SSH Connection port", + "configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "SAS SSH Connection private key file path", "configuration.SAS.connectionProfiles.profiles.ssh.saspath": "SAS SSH Connection executable path", "configuration.SAS.connectionProfiles.profiles.ssh.username": "SAS SSH Connection username", - "configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "SAS SSH Connection private key file path", "configuration.SAS.flowConversionMode": "Choose the conversion mode for notebooks", "configuration.SAS.flowConversionModeNode": "Convert each notebook cell to a node", "configuration.SAS.flowConversionModeSwimlane": "Convert each notebook cell to a swimlane", diff --git a/package.nls.ko.json b/package.nls.ko.json index 358aaefa3..5319f7d1a 100644 --- a/package.nls.ko.json +++ b/package.nls.ko.json @@ -49,6 +49,7 @@ "configuration.SAS.connectionProfiles.profiles.sasOptions": "SAS 연결 SAS 옵션", "configuration.SAS.connectionProfiles.profiles.ssh.host": "SAS SSH 연결 SSH 호스트", "configuration.SAS.connectionProfiles.profiles.ssh.port": "SAS SSH 연결 포트", + "configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "SAS SSH 연결 개인 키 파일 경로", "configuration.SAS.connectionProfiles.profiles.ssh.saspath": "SAS SSH 연결 실행 파일 경로", "configuration.SAS.connectionProfiles.profiles.ssh.username": "SAS SSH 연결 사용자 이름", "configuration.SAS.flowConversionMode": "노트북의 변환 모드 선택", @@ -71,7 +72,9 @@ "themes.SAS.dark": "SAS 다크", "themes.SAS.highContrast": "SAS 고대비", "themes.SAS.light": "SAS 라이트", + "views.SAS.explorer": "SAS 콘텐츠", "views.SAS.libraries": "라이브러리", + "views.SAS.serverExplorer": "SAS 서버", "views.SAS.signIn": "로그인", "views.SAS.unsupportedConnection": "귀하의 연결은 SAS Extension for Visual Studio Code 내에서 SAS 콘텐츠 탐색을 지원하지 않습니다. 탐색기 뷰를 사용하여야 파일을 방문할 수 있습니다.", "views.SAS.welcome": "SAS Extension for Visual Studio Code를 사용하려면 SAS에 로그인해야 합니다.\n[로그인](command:SAS.authorize)" diff --git a/package.nls.pt-br.json b/package.nls.pt-br.json index 54c694c22..c26dd302d 100644 --- a/package.nls.pt-br.json +++ b/package.nls.pt-br.json @@ -49,6 +49,7 @@ "configuration.SAS.connectionProfiles.profiles.sasOptions": "Opções SAS da conexão SAS", "configuration.SAS.connectionProfiles.profiles.ssh.host": "Host SSH da Conexão SSH SAS", "configuration.SAS.connectionProfiles.profiles.ssh.port": "Porta da Conexão SSH SAS", + "configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "Caminho ao arquivo da chave privada da conexão SSH do SAS", "configuration.SAS.connectionProfiles.profiles.ssh.saspath": "Caminho executável da Conexão SSH SAS", "configuration.SAS.connectionProfiles.profiles.ssh.username": "Nome de Usuário do Conexão SAS", "configuration.SAS.flowConversionMode": "Escolha o modo de conversão para os notebooks", @@ -71,7 +72,9 @@ "themes.SAS.dark": "SAS Escuro", "themes.SAS.highContrast": "SAS Alta Contrasto", "themes.SAS.light": "SAS Clara", + "views.SAS.explorer": "Conteúdo SAS", "views.SAS.libraries": "Bibliotecas", + "views.SAS.serverExplorer": "Servidor SAS", "views.SAS.signIn": "Sign In", "views.SAS.unsupportedConnection": "Este conexão não suporte a navegação de conteúdo SAS na extensão Visual Studio Code SAS. Somente pode acessar arquivos usando o Explorador.", "views.SAS.welcome": "Para usar a extensão SAS no Visual Studio Code, precisas fazer login ao SAS.\n[Sign In](command:SAS.authorize)" diff --git a/package.nls.zh-cn.json b/package.nls.zh-cn.json index ed03dec26..7f31083b7 100644 --- a/package.nls.zh-cn.json +++ b/package.nls.zh-cn.json @@ -49,6 +49,7 @@ "configuration.SAS.connectionProfiles.profiles.sasOptions": "SAS 连接 SAS 选项", "configuration.SAS.connectionProfiles.profiles.ssh.host": "SAS SSH 连接 SSH 主机", "configuration.SAS.connectionProfiles.profiles.ssh.port": "SAS SSH 连接端口", + "configuration.SAS.connectionProfiles.profiles.ssh.privateKeyFilePath": "SAS SSH 连接私钥文件路径", "configuration.SAS.connectionProfiles.profiles.ssh.saspath": "SAS SSH 连接可执行路径", "configuration.SAS.connectionProfiles.profiles.ssh.username": "SAS SSH 连接用户名", "configuration.SAS.flowConversionMode": "选择笔记本的转换模式", @@ -71,7 +72,9 @@ "themes.SAS.dark": "SAS 深色", "themes.SAS.highContrast": "SAS 高对比度", "themes.SAS.light": "SAS 浅色", + "views.SAS.explorer": "SAS 内容", "views.SAS.libraries": "库", + "views.SAS.serverExplorer": "SAS 服务器", "views.SAS.signIn": "登录", "views.SAS.unsupportedConnection": "您的连接不支持 SAS Extension for Visual Studio Code 中的 SAS 内容导航。您只能使用资源管理器视图访问文件。", "views.SAS.welcome": "要使用 SAS Extension for Visual Studio Code,您必须登录 SAS。\n[登录](command:SAS.authorize)"