diff --git a/l10n/bundle.l10n.de.json b/l10n/bundle.l10n.de.json index a9e9f37c1..13a47edb5 100644 --- a/l10n/bundle.l10n.de.json +++ b/l10n/bundle.l10n.de.json @@ -7,6 +7,7 @@ "Cannot call self on object with no id": "Kann self für ein Object ohne ID nicht aufrufen", "Cannot connect to SAS Studio service": "Verbindung zum SAS Studio-Service ist nicht möglich", "Cannot find file: {file}": "{file} konnte nicht gefunden werden", + "Choose output type to save": "Wählen Sie den Ausgabetyp zum Speichern aus", "Choose where to save your files.": "Wählen Sie wo die Dateien gespeichert werden sollen.", "Client ID": "Client ID", "Client Secret": "Client Secret", @@ -64,6 +65,7 @@ "Missing port in active profile.": "Fehlender Port im aktiven Profil.", "Missing sas path in active profile.": "Fehlender SAS Pfad im aktiven Profil.", "Missing username in active profile.": "Fehlender Benutzername im aktiven Profil.", + "Move to Recycle Bin": "In Papierkorb verschieben", "New File": "Neue Datei", "New Folder": "Neuer Ordner", "New SAS Connection Profile Name": "Neuer SAS Verbindungsprofilname", @@ -94,6 +96,9 @@ "SAS code running...": "SAS Code wird ausgeführt...", "SQL Program": "SQL Programm", "Save": "Speichern", + "Save Log": "Log speichern", + "Save ODS HTML": "ODS HTML speichern", + "Saved to {0}": "Gespeichert in {0}", "Saving {itemName}.": "SavSpeichere {itemName}.", "Select a Connection Type": "Wählen Sie einen Verbindungstyp", "Select a Connection Type.": "Wählen Sie einen Verbindungstyp.", @@ -119,6 +124,7 @@ "The output file name must end with the .flw extension.": "Der Name der Ausgabedatei muss mit .flw enden.", "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 folder contains unsaved files, are you sure you want to delete?": "Dieser Ordner enthält nicht gespeicherte Dateien. Möchten Sie ihn wirklich löschen?", "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", @@ -142,5 +148,6 @@ "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.", + "output": "Ausgabe", "{basename}_Copy{number}{ext}": "{basename}_Kopie{number}{ext}" } diff --git a/l10n/bundle.l10n.es.json b/l10n/bundle.l10n.es.json index dc04b1fc7..58203ed73 100644 --- a/l10n/bundle.l10n.es.json +++ b/l10n/bundle.l10n.es.json @@ -7,6 +7,7 @@ "Cannot call self on object with no id": "No se puede invocar automáticamente el objeto sin ningún ID", "Cannot connect to SAS Studio service": "No se puede conectar al servicio SAS Studio", "Cannot find file: {file}": "No se puede encontrar el archivo: {file}", + "Choose output type to save": "Elegir el tipo de salida que se va a guardar", "Choose where to save your files.": "Elija donde guardar los archivos.", "Client ID": "ID de cliente", "Client Secret": "Secreto de cliente", @@ -64,6 +65,7 @@ "Missing port in active profile.": "Falta el puerto en el perfil activo.", "Missing sas path in active profile.": "Falta la ruta sas en el perfil activo.", "Missing username in active profile.": "Falta el nombre de usuario en el perfil activo.", + "Move to Recycle Bin": "Mover a la papelera de reciclaje", "New File": "Nuevo archivo", "New Folder": "Nueva carpeta", "New SAS Connection Profile Name": "Nuevo nombre del perfil de conexión SAS", @@ -94,6 +96,9 @@ "SAS code running...": "Código SAS en ejecución...", "SQL Program": "Programa SQL", "Save": "Guardar", + "Save Log": "Guardar log", + "Save ODS HTML": "Guardar ODS HTML", + "Saved to {0}": "Guardar en {0}", "Saving {itemName}.": "Guardando {itemName}.", "Select a Connection Type": "Seleccionar un tipo de conexión", "Select a Connection Type.": "Seleccionar un tipo de conexión.", @@ -119,6 +124,7 @@ "The output file name must end with the .flw extension.": "El nombre del archivo de salida debe terminar con la extensión .flw.", "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 folder contains unsaved files, are you sure you want to delete?": "Esta carpeta contiene archivos sin guardar. ¿Está seguro de que desea eliminarla?", "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.", @@ -142,5 +148,6 @@ "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.", + "output": "salida", "{basename}_Copy{number}{ext}": "{basename}_Copia{number}{ext}" } diff --git a/l10n/bundle.l10n.fr.json b/l10n/bundle.l10n.fr.json index 28ecaa48a..9f670d340 100644 --- a/l10n/bundle.l10n.fr.json +++ b/l10n/bundle.l10n.fr.json @@ -7,6 +7,7 @@ "Cannot call self on object with no id": "Impossible d'appeler un objet sans identifiant", "Cannot connect to SAS Studio service": "Impossible de se connecter au service SAS Studio", "Cannot find file: {file}": "Impossible de trouver le fichier: {file}", + "Choose output type to save": "Choisir le type de sortie à enregistrer", "Choose where to save your files.": "Choisissez où enregistrer vos fichiers.", "Client ID": "ID client", "Client Secret": "Clé secrète client", @@ -64,6 +65,7 @@ "Missing port in active profile.": "Port manquant dans le profil actif.", "Missing sas path in active profile.": "Chemin SAS manquant dans le profil actif.", "Missing username in active profile.": "Nom d'utilisateur manquant dans le profil actif.", + "Move to Recycle Bin": "Déplacer vers la Corbeille", "New File": "Nouveau fichier", "New Folder": "Nouveau dossier", "New SAS Connection Profile Name": "Nouveau nom de profil de connexion SAS", @@ -94,6 +96,9 @@ "SAS code running...": "Exécution du code SAS...", "SQL Program": "Programme SQL", "Save": "Enregistrer", + "Save Log": "Enregistrer le journal", + "Save ODS HTML": "Enregistrer ODS HTML", + "Saved to {0}": "Enregistré dans {0}", "Saving {itemName}.": "Enregistrement de {itemName}.", "Select a Connection Type": "Sélectionnez un type de connexion", "Select a Connection Type.": "Sélectionnez un type de connexion.", @@ -119,6 +124,7 @@ "The output file name must end with the .flw extension.": "Le nom du fichier de sortie doit se terminer par l'extension .flw.", "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 folder contains unsaved files, are you sure you want to delete?": "Ce dossier contient des fichiers non enregistrés. Êtes-vous sûr de vouloir supprimer ?", "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.", @@ -142,5 +148,6 @@ "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.", + "output": "sortie", "{basename}_Copy{number}{ext}": "{basename}_Copie{number}{ext}" } diff --git a/l10n/bundle.l10n.it.json b/l10n/bundle.l10n.it.json index d38da042e..9f20999b3 100644 --- a/l10n/bundle.l10n.it.json +++ b/l10n/bundle.l10n.it.json @@ -7,6 +7,7 @@ "Cannot call self on object with no id": "Impossibile chiamare self su un oggetto senza ID", "Cannot connect to SAS Studio service": "Impossibile connettersi al servizio di SAS Studio", "Cannot find file: {file}": "Impossibile trovare il file: {file}", + "Choose output type to save": "Scegliere il tipo di output da salvare", "Choose where to save your files.": "Scegliere il percorso in cui salvare i file.", "Client ID": "ID client", "Client Secret": "Client secret", @@ -64,6 +65,7 @@ "Missing port in active profile.": "Porta mancante nel profilo attivo", "Missing sas path in active profile.": "Percorso SAS mancante nel profilo attivo", "Missing username in active profile.": "Nome utente mancante nel profilo attivo", + "Move to Recycle Bin": "Sposta nel Cestino", "New File": "Nuovo file", "New Folder": "Nuova cartella", "New SAS Connection Profile Name": "Nuovo profilo di connessione SAS", @@ -94,6 +96,9 @@ "SAS code running...": "Codice SAS in esecuzione...", "SQL Program": "Programma SQL", "Save": "Salva", + "Save Log": "Salva il log", + "Save ODS HTML": "Salva ODS HTML", + "Saved to {0}": "Salvato in {0}", "Saving {itemName}.": "Salvataggio di {itemName}.", "Select a Connection Type": "Seleziona un tipo di connessione", "Select a Connection Type.": "Selezionare un tipo di connessione.", @@ -119,6 +124,7 @@ "The output file name must end with the .flw extension.": "Il nome del file di output deve terminare con l'estensione .flw.", "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.": "Rilevato un errore eseguendo il programma SAS. Consultare [console log](command:workbench.action.toggleDevTools) per maggiori dettagli.", + "This folder contains unsaved files, are you sure you want to delete?": "Questa cartella contiene file non salvati; eliminarli?", "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.", @@ -142,5 +148,6 @@ "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.", + "output": "output", "{basename}_Copy{number}{ext}": "{basename}_Copia{number}{ext}" } diff --git a/l10n/bundle.l10n.ja.json b/l10n/bundle.l10n.ja.json index f28f8d9e2..5ffaa7504 100644 --- a/l10n/bundle.l10n.ja.json +++ b/l10n/bundle.l10n.ja.json @@ -7,6 +7,7 @@ "Cannot call self on object with no id": "ID なしでオブジェクトで self を呼び出すことはできません", "Cannot connect to SAS Studio service": "SAS Studio サービスに接続できません", "Cannot find file: {file}": "ファイルが見つかりません: {file}", + "Choose output type to save": "保存する出力の種類を選択", "Choose where to save your files.": "ファイルを保存する場所を選択します。", "Client ID": "クライアント ID", "Client Secret": "クライアントシークレット", @@ -64,6 +65,7 @@ "Missing port in active profile.": "アクティブなプロファイルに port がありません。", "Missing sas path in active profile.": "アクティブなプロファイルに sas path がありません。", "Missing username in active profile.": "アクティブなプロファイルに username がありません。", + "Move to Recycle Bin": "ごみ箱に移動", "New File": "ファイルの新規作成", "New Folder": "フォルダーの新規作成", "New SAS Connection Profile Name": "新しい SAS 接続プロファイル名", @@ -94,6 +96,9 @@ "SAS code running...": "SAS コードを実行しています...", "SQL Program": "SQL プログラム", "Save": "保存", + "Save Log": "ログの保存", + "Save ODS HTML": "ODS HTML の保存", + "Saved to {0}": "{0} に保存", "Saving {itemName}.": "{itemName} を保存しています...", "Select a Connection Type": "接続の種類を選択してください", "Select a Connection Type.": "接続の種類を選択します", @@ -119,6 +124,7 @@ "The output file name must end with the .flw extension.": "出力ファイル名は .flw 拡張子で終わる必要があります。", "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 folder contains unsaved files, are you sure you want to delete?": "このフォルダーには未保存のファイルが含まれています。削除しますか?", "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.": "ファイルをマイフォルダーに追加できません。", @@ -142,5 +148,6 @@ "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.": "ファイル名を変更する前に、ファイルを保存する必要があります。", + "output": "出力", "{basename}_Copy{number}{ext}": "{basename}_Copy{number}{ext}" } diff --git a/l10n/bundle.l10n.ko.json b/l10n/bundle.l10n.ko.json index 8b74bc919..119ac2e71 100644 --- a/l10n/bundle.l10n.ko.json +++ b/l10n/bundle.l10n.ko.json @@ -7,6 +7,7 @@ "Cannot call self on object with no id": "id가 없는 개체에서 self를 호출할 수 없습니다", "Cannot connect to SAS Studio service": "SAS Studio 서비스에 연결할 수 없습니다", "Cannot find file: {file}": "파일을 찾을 수 없습니다: {file}", + "Choose output type to save": "저장할 출력 유형 선택", "Choose where to save your files.": "파일을 저장할 위치 선택.", "Client ID": "클라이언트 ID", "Client Secret": "클라이언트 비밀번호", @@ -64,6 +65,7 @@ "Missing port in active profile.": "활성 프로필에 포트가 누락되었습니다.", "Missing sas path in active profile.": "활성 프로필에 SAS 경로가 누락되었습니다.", "Missing username in active profile.": "활성 프로필에 사용자 이름이 누락되었습니다.", + "Move to Recycle Bin": "휴지통으로 이동", "New File": "새 파일", "New Folder": "새 폴더", "New SAS Connection Profile Name": "새 SAS 연결 프로필 이름", @@ -94,6 +96,9 @@ "SAS code running...": "SAS 코드 실행 중...", "SQL Program": "SQL 프로그램", "Save": "저장", + "Save Log": "로그 저장", + "Save ODS HTML": "ODS HTML 저장", + "Saved to {0}": "{0}에 저장", "Saving {itemName}.": "{itemName} 저장 중...", "Select a Connection Type": "연결 유형 선택", "Select a Connection Type.": "연결 유형을 선택하십시오.", @@ -119,6 +124,7 @@ "The output file name must end with the .flw extension.": "출력 파일 이름은 .flw 확장자로 끝나야 합니다.", "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 folder contains unsaved files, are you sure you want to delete?": "이 폴더에 저장되지 않은 파일이 있습니다. 삭제하시겠습니까?", "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.": "파일을 내 폴더에 추가할 수 없습니다.", @@ -142,5 +148,6 @@ "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.": "파일 이름을 바꾸기 전에 파일을 저장해야 합니다.", + "output": "출력", "{basename}_Copy{number}{ext}": "{basename}_Copy{number}{ext}" } diff --git a/l10n/bundle.l10n.pl.json b/l10n/bundle.l10n.pl.json index 32f57b72f..e480616ec 100644 --- a/l10n/bundle.l10n.pl.json +++ b/l10n/bundle.l10n.pl.json @@ -7,6 +7,7 @@ "Cannot call self on object with no id": "Nie można się wywołać na obiekcie bez identyfikatora", "Cannot connect to SAS Studio service": "Nie można połączyć się z usługą SAS Studio", "Cannot find file: {file}": "Nie znaleziono pliku", + "Choose output type to save": "Wybierz typ zapisywanych wyników", "Choose where to save your files.": "Wybierz gdzie chcesz zapisać pliki.", "Client ID": "Identyfikator klienta", "Client Secret": "Klucz tajny klienta", @@ -64,6 +65,7 @@ "Missing port in active profile.": "W aktywnym profilu brak portu", "Missing sas path in active profile.": "W aktywnym profilu brak ścieżki SAS-owej", "Missing username in active profile.": "W aktywnym profilu brak nazwy użytkownika", + "Move to Recycle Bin": "Przenieś do Kosza", "New File": "Nowy plik", "New Folder": "Nowy folder", "New SAS Connection Profile Name": "Nowa nazwa profilu połączenia SAS-owego", @@ -94,6 +96,9 @@ "SAS code running...": "Kod SAS-owy uruchomiony...", "SQL Program": "Program SQL-a", "Save": "Zapisz", + "Save Log": "Zapisz log", + "Save ODS HTML": "Zapisz ODS HTML", + "Saved to {0}": "Zapisano w {0}", "Saving {itemName}.": "Zapisywanie elementu {itemName}.", "Select a Connection Type": "Wybierz typ połączenia", "Select a Connection Type.": "Wybierz typ połączenia.", @@ -119,6 +124,7 @@ "The output file name must end with the .flw extension.": "Nazwa pliku wynikowego musi mieć rozszerzenie .flw.", "The {selected} SAS connection profile has been deleted from the settings.json file.": "Profil połączenia SAS-wego {selected} został usunięty z pliku settings.json.", "There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.": "Podczas wykonywania programu SAS-owego wystąpił błąd. Dalsze informacje znajdziesz w [console log](command:workbench.action.toggleDevTools)", + "This folder contains unsaved files, are you sure you want to delete?": "Ten folder zawiera niezapisane piki; czy na pewno chcesz je usunąć?", "This platform does not support this connection type.": "Ta platforma nie obsługuje tego typu połączenia", "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.": "Nie można dodać pliku do mojego folderu.", @@ -142,5 +148,6 @@ "View SAS Table": "Wyświetl tabelę SAS-ową", "You can also specify connection profile using the settings.json file.": "Można także określić profil połączenia za pomocą pliku settings.json", "You must save your file before you can rename it.": "Przed zmianą nazwy pliku należy go zapisać.", + "output": "wyniki", "{basename}_Copy{number}{ext}": "{basename}_kopia{number}{ext}" } diff --git a/l10n/bundle.l10n.pt-br.json b/l10n/bundle.l10n.pt-br.json index aff4e9eb3..7a5bd8c96 100644 --- a/l10n/bundle.l10n.pt-br.json +++ b/l10n/bundle.l10n.pt-br.json @@ -7,6 +7,7 @@ "Cannot call self on object with no id": "Um objeto sem ID não pode chamar a si mesmo", "Cannot connect to SAS Studio service": "Não é possível conectar ao serviço SAS Studio", "Cannot find file: {file}": "Não é possível localizar o arquivo: {file}", + "Choose output type to save": "Escolha o tipo de saída para salvar", "Choose where to save your files.": "Seleciona o local onde queres salvar os seus arquivos.", "Client ID": "ID do Cliente", "Client Secret": "Segredo do Cliente", @@ -64,6 +65,7 @@ "Missing port in active profile.": "Porta ausente no perfil ativo.", "Missing sas path in active profile.": "Caminho ao arquivo executável de SAS ausente no perfil ativo.", "Missing username in active profile.": "Nome de usuário ausente no perfil ativo.", + "Move to Recycle Bin": "Mover para a Lixeira", "New File": "Arquivo novo", "New Folder": "Pasta nova", "New SAS Connection Profile Name": "Nome nova do perfil de conexão a SAS", @@ -94,6 +96,9 @@ "SAS code running...": "Executando o programa de SAS...", "SQL Program": "Programa SQL", "Save": "Salve", + "Save Log": "Salvar Log", + "Save ODS HTML": "Salvar HTML ODS", + "Saved to {0}": "Salvo em {0}", "Saving {itemName}.": "Salvando {itemName}.", "Select a Connection Type": "Escolha o tipo de conexão", "Select a Connection Type.": "Escolha o tipo de conexão.", @@ -119,6 +124,7 @@ "The output file name must end with the .flw extension.": "Precisas terminar o nome do arquivo de saída com a extensão .flw.", "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 folder contains unsaved files, are you sure you want to delete?": "Esta pasta contém arquivos não salvos. Tem certeza de que deseja excluí-los?", "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.", @@ -142,5 +148,6 @@ "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.", + "output": "resultado", "{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 2571b469a..368d283d2 100644 --- a/l10n/bundle.l10n.zh-cn.json +++ b/l10n/bundle.l10n.zh-cn.json @@ -7,6 +7,7 @@ "Cannot call self on object with no id": "无法在没有id的对象上调用self", "Cannot connect to SAS Studio service": "无法连接到 SAS Studio 服务", "Cannot find file: {file}": "无法找到文件: {file}", + "Choose output type to save": "选择要保存的输出类型", "Choose where to save your files.": "选择保存文件的位置。", "Client ID": "客户端ID", "Client Secret": "客户端密钥", @@ -64,6 +65,7 @@ "Missing port in active profile.": "活动配置文件中缺少端口。", "Missing sas path in active profile.": "活动配置文件中缺少sas路径。", "Missing username in active profile.": "活动配置文件中缺少用户名", + "Move to Recycle Bin": "移至回收站", "New File": "新文件", "New Folder": "新文件夹", "New SAS Connection Profile Name": "新SAS连接配置文件名称", @@ -94,6 +96,9 @@ "SAS code running...": "SAS代码正在运行...", "SQL Program": "SQL 程序", "Save": "保存", + "Save Log": "保存日志", + "Save ODS HTML": "保存 ODS HTML", + "Saved to {0}": "已保存至 {0}", "Saving {itemName}.": "保存 {itemName}.", "Select a Connection Type": "选择连接类型", "Select a Connection Type.": "选择连接类型。", @@ -119,6 +124,7 @@ "The output file name must end with the .flw extension.": "输出文件名必须以 .flw 扩展名结尾。", "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 folder contains unsaved files, are you sure you want to delete?": "此文件夹包含未保存的文件,您确定要删除吗?", "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.": "无法将文件添加到我的文件夹。", @@ -142,5 +148,6 @@ "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.": "您必须先保存文件,然后才能重命名它。", + "output": "输出", "{basename}_Copy{number}{ext}": "{basename}_副本{number}{ext}" } diff --git a/l10n/bundle.l10n.zh-tw.json b/l10n/bundle.l10n.zh-tw.json index c1bcb059c..ba04edef5 100644 --- a/l10n/bundle.l10n.zh-tw.json +++ b/l10n/bundle.l10n.zh-tw.json @@ -7,6 +7,7 @@ "Cannot call self on object with no id": "無法在沒有 ID 的物件上呼叫自我", "Cannot connect to SAS Studio service": "無法連線至 SAS Studio 服務", "Cannot find file: {file}": "找不到檔案: {file}", + "Choose output type to save": "選擇要儲存的輸出類型", "Choose where to save your files.": "選擇儲存檔案的位置。", "Client ID": "用戶端 ID", "Client Secret": "用戶端密碼", @@ -64,6 +65,7 @@ "Missing port in active profile.": "使用中設定檔中缺少連接埠。", "Missing sas path in active profile.": "使用中設定檔中缺少 sas 路徑。", "Missing username in active profile.": "使用中設定檔中缺少使用者名稱。", + "Move to Recycle Bin": "移至資源回收筒", "New File": "新增檔案", "New Folder": "新增資料夾", "New SAS Connection Profile Name": "新增 SAS 連線設定檔名稱", @@ -94,6 +96,9 @@ "SAS code running...": "SAS 程式碼執行中…", "SQL Program": "SQL 程式", "Save": "儲存", + "Save Log": "儲存日誌", + "Save ODS HTML": "儲存 ODS HTML", + "Saved to {0}": "已儲存到 {0}", "Saving {itemName}.": "正在儲存 {itemName}。", "Select a Connection Type": "選取連線類型", "Select a Connection Type.": "選取連線類型。", @@ -119,6 +124,7 @@ "The output file name must end with the .flw extension.": "輸出檔案名稱必須以 .flw 副檔名結尾。", "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 程式時發生錯誤。如需詳細資料,請參閱 [console log](command:workbench.action.toggleDevTools)。", + "This folder contains unsaved files, are you sure you want to delete?": "此資料夾包含未儲存的檔案,是否確定要刪除?", "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.": "無法將檔案增加到我的資料夾。", @@ -142,5 +148,6 @@ "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.": "您必須先儲存檔案,才能重新命名。", + "output": "輸出", "{basename}_Copy{number}{ext}": "{basename}_Copy{number}{ext}" } diff --git a/package.nls.de.json b/package.nls.de.json index 58e78f297..b8406d3cc 100644 --- a/package.nls.de.json +++ b/package.nls.de.json @@ -18,6 +18,7 @@ "commands.SAS.notebook.export": "Exportieren", "commands.SAS.notebook.new": "Neues SAS Notebook", "commands.SAS.notebook.new.short": "SAS Notebook", + "commands.SAS.notebook.saveOutput": "Ausgabe speichern", "commands.SAS.refresh": "Aktualisieren", "commands.SAS.removeFromFavorites": "Von Meine Faviorten entfernen", "commands.SAS.renameResource": "Umbenennen...", @@ -66,6 +67,11 @@ "configuration.SAS.log.showOnExecutionStart": "SAS Log anzeigen mit Beginn der Codeausführung", "configuration.SAS.notebook.export.includeLog": "SAS-Log in exportiertes Notebook einschließen", "configuration.SAS.problems.log.enabled": "Probleme aus dem SAS-Protokoll anzeigen", + "configuration.SAS.results.html.custom.style": "Legt fest, welcher SAS-Stil für die Schemata Light, Dark, HighContrast oder HighContrastLight verwendet werden soll. Diese Option wird wirksam, wenn `#SAS.results.html.style#` auf `(auto)` gesetzt ist.", + "configuration.SAS.results.html.custom.style.dark": "Zu verwendender Stil für Schema Dark", + "configuration.SAS.results.html.custom.style.highContrast": "Zu verwendender Stil für Schema High Contrast", + "configuration.SAS.results.html.custom.style.highContrastLight": "Zu verwendender Stil für Schema High Contrast Light", + "configuration.SAS.results.html.custom.style.light": "Zu verwendender Stil für Schema Light", "configuration.SAS.results.html.enabled": "Aktiveren/deaktiveren der ODS HTML5 Ausgabe", "configuration.SAS.results.html.style": "Lege den Style für ODS HTML5 Ergebnisse fest.", "configuration.SAS.results.html.style.(auto)": "Lassen Sie die Erweiterung einen Stil auswählen, der dem Farbschema am ehesten entspricht.", diff --git a/package.nls.es.json b/package.nls.es.json index 3947f785d..606cfffe2 100644 --- a/package.nls.es.json +++ b/package.nls.es.json @@ -18,6 +18,7 @@ "commands.SAS.notebook.export": "Exportar", "commands.SAS.notebook.new": "Nuevo bloc de notas SAS", "commands.SAS.notebook.new.short": "Bloc de notas SAS", + "commands.SAS.notebook.saveOutput": "Guardar salida", "commands.SAS.refresh": "Actualizar", "commands.SAS.removeFromFavorites": "Quitar de Mis favoritos", "commands.SAS.renameResource": "Renombrar...", @@ -66,6 +67,11 @@ "configuration.SAS.log.showOnExecutionStart": "Mostrar log de SAS al iniciar la ejecución del código", "configuration.SAS.notebook.export.includeLog": "Incluir log SAS en el bloc de notas exportado", "configuration.SAS.problems.log.enabled": "Mostrar problemas desde la log de SAS", + "configuration.SAS.results.html.custom.style": "Especifica el estilo SAS que se va a utilizar para los temas light, dark, highContrast o highContrastLight. Esta opción se aplica cuando `#SAS.results.html.style#` se establece en `(auto)`.", + "configuration.SAS.results.html.custom.style.dark": "Estilo que se va a utilizar para el tema dark", + "configuration.SAS.results.html.custom.style.highContrast": "Estilo que se va a utilizar para el tema high contrast", + "configuration.SAS.results.html.custom.style.highContrastLight": "Estilo que se va a utilizar para el tema high contrast light", + "configuration.SAS.results.html.custom.style.light": "Estilo que se va a utilizar para el tema light", "configuration.SAS.results.html.enabled": "Habilitar/desabilitar la salida ODS HTML5", "configuration.SAS.results.html.style": "Especifica el estilo para resultados ODS HTML5.", "configuration.SAS.results.html.style.(auto)": "Permitir que la extensión seleccione un estilo que más se aproxime al tema de color.", diff --git a/package.nls.fr.json b/package.nls.fr.json index 4134245f1..b85cafae6 100644 --- a/package.nls.fr.json +++ b/package.nls.fr.json @@ -18,6 +18,7 @@ "commands.SAS.notebook.export": "Exporter", "commands.SAS.notebook.new": "Nouveau Notebook SAS", "commands.SAS.notebook.new.short": "Notebook SAS", + "commands.SAS.notebook.saveOutput": "Enregistrer la sortie", "commands.SAS.refresh": "Actualiser", "commands.SAS.removeFromFavorites": "Retirer des favoris", "commands.SAS.renameResource": "Renommer...", @@ -66,6 +67,11 @@ "configuration.SAS.log.showOnExecutionStart": "Afficher le journal SAS au démarrage de l'exécution", "configuration.SAS.notebook.export.includeLog": "Inclure le journal SAS dans le bloc-notes exporté", "configuration.SAS.problems.log.enabled": "Afficher les erreurs dans le Journal (SAS Log)", + "configuration.SAS.results.html.custom.style": "Spécifie quel style SAS utiliser pour les thèmes Light, Dark, HighContrast ou HighContrastLight. Cette option prend effet lorsque `#SAS.results.html.style#` est défini à `(auto)`.", + "configuration.SAS.results.html.custom.style.dark": "Style à utiliser pour le thème Dark", + "configuration.SAS.results.html.custom.style.highContrast": "Style à utiliser pour le thème High Contrast", + "configuration.SAS.results.html.custom.style.highContrastLight": "Style à utiliser pour le thème High Contrast Light", + "configuration.SAS.results.html.custom.style.light": "Style à utiliser pour le thème Light", "configuration.SAS.results.html.enabled": "Activer/désactiver la sortie ODS HTML5", "configuration.SAS.results.html.style": "Définir le style des résultats ODS HTML5", "configuration.SAS.results.html.style.(auto)": "Laisser l'extension choisir le style qui correspond le mieux au thème de couleurs", diff --git a/package.nls.it.json b/package.nls.it.json index 8a5cb1978..3e32135ba 100644 --- a/package.nls.it.json +++ b/package.nls.it.json @@ -18,6 +18,7 @@ "commands.SAS.notebook.export": "Esporta", "commands.SAS.notebook.new": "Nuovo SAS Notebook", "commands.SAS.notebook.new.short": "SAS Notebook", + "commands.SAS.notebook.saveOutput": "Salva l'output", "commands.SAS.refresh": "Aggiorna", "commands.SAS.removeFromFavorites": "Rimuovi da Preferiti", "commands.SAS.renameResource": "Rinomina...", @@ -66,6 +67,11 @@ "configuration.SAS.log.showOnExecutionStart": "Mostra il log SAS quando l'esecuzione inizia", "configuration.SAS.notebook.export.includeLog": "Includi log SAS nel notebook esportato", "configuration.SAS.problems.log.enabled": "Mostra problemi evidenziati nel log SAS", + "configuration.SAS.results.html.custom.style": "Specifica quale stile SAS usare per i temi Light, Dark, HighContrast o HighContrastLight. Questa opzione ha effetto quando `#SAS.results.html.style#` è impostato a `(auto)`.", + "configuration.SAS.results.html.custom.style.dark": "Stile da usare per il tema Dark", + "configuration.SAS.results.html.custom.style.highContrast": "Stile da usare per il tema High Contrast", + "configuration.SAS.results.html.custom.style.highContrastLight": "Stile da usare per il tema High Contrast Light", + "configuration.SAS.results.html.custom.style.light": "Stile da usare per il tema Light", "configuration.SAS.results.html.enabled": "Abilita/Disabilita output ODS HTML5", "configuration.SAS.results.html.style": "Specifica lo stile per i risultati ODS HTML5.", "configuration.SAS.results.html.style.(auto)": "Permetti all'estensione di scegliere uno stile che si avvicina maggiormente al tema del colore.", diff --git a/package.nls.ja.json b/package.nls.ja.json index 93a07ad5f..e8aa95b6f 100644 --- a/package.nls.ja.json +++ b/package.nls.ja.json @@ -18,6 +18,7 @@ "commands.SAS.notebook.export": "エクスポート", "commands.SAS.notebook.new": "新しい SAS ノートブック", "commands.SAS.notebook.new.short": "SAS ノートブック", + "commands.SAS.notebook.saveOutput": "出力の保存", "commands.SAS.refresh": "更新", "commands.SAS.removeFromFavorites": "お気に入りから削除する", "commands.SAS.renameResource": "名前の変更...", @@ -66,6 +67,11 @@ "configuration.SAS.log.showOnExecutionStart": "コードの実行開始時に SAS ログを表示する", "configuration.SAS.notebook.export.includeLog": "エクスポートするノートブックに SAS ログを含める", "configuration.SAS.problems.log.enabled": "SAS ログから問題を表示する", + "configuration.SAS.results.html.custom.style": "light、dark、highContrast、highContrastLight の各テーマに使用する SAS スタイルを指定します。このオプションは、`#SAS.results.html.style#` が `(auto)` に設定されている場合に有効になります。", + "configuration.SAS.results.html.custom.style.dark": "dark テーマに使用するスタイル", + "configuration.SAS.results.html.custom.style.highContrast": "high contrast テーマに使用するスタイル", + "configuration.SAS.results.html.custom.style.highContrastLight": "high contrast light テーマに使用するスタイル", + "configuration.SAS.results.html.custom.style.light": "light テーマに使用するスタイル", "configuration.SAS.results.html.enabled": "ODS HTML5 出力の有効化/無効化を設定する", "configuration.SAS.results.html.style": "ODS HTML5 結果のスタイルを指定する", "configuration.SAS.results.html.style.(auto)": "カラーテーマに最も近いスタイルを拡張機能に選択させます。", diff --git a/package.nls.json b/package.nls.json index ca96dd07c..78ebdaf8c 100644 --- a/package.nls.json +++ b/package.nls.json @@ -16,9 +16,9 @@ "commands.SAS.file.new": "New SAS File", "commands.SAS.file.new.short": "SAS File", "commands.SAS.notebook.export": "Export", - "commands.SAS.notebook.saveOutput": "Save Output", "commands.SAS.notebook.new": "New SAS Notebook", "commands.SAS.notebook.new.short": "SAS Notebook", + "commands.SAS.notebook.saveOutput": "Save Output", "commands.SAS.refresh": "Refresh", "commands.SAS.removeFromFavorites": "Remove from My Favorites", "commands.SAS.renameResource": "Rename...", @@ -67,15 +67,15 @@ "configuration.SAS.log.showOnExecutionStart": "Show SAS Log when code execution starts", "configuration.SAS.notebook.export.includeLog": "Include SAS log in exported notebook", "configuration.SAS.problems.log.enabled": "Show problems from SAS log", - "configuration.SAS.results.html.enabled": "Enable/disable ODS HTML5 output", - "configuration.SAS.results.html.style": "Specifies the style for ODS HTML5 results.", - "configuration.SAS.results.html.style.(auto)": "Let the extension pick a style that most closely matches the color theme.", - "configuration.SAS.results.html.style.(server default)": "Default to the style configured on the SAS server.", "configuration.SAS.results.html.custom.style": "Specifies which SAS style to use for the light, dark, highContrast, or highContrastLight themes. This option takes effect when `#SAS.results.html.style#` is set to `(auto)`.", - "configuration.SAS.results.html.custom.style.light": "Style to use for light theme", "configuration.SAS.results.html.custom.style.dark": "Style to use for dark theme", "configuration.SAS.results.html.custom.style.highContrast": "Style to use for high contrast theme", "configuration.SAS.results.html.custom.style.highContrastLight": "Style to use for high contrast light theme", + "configuration.SAS.results.html.custom.style.light": "Style to use for light theme", + "configuration.SAS.results.html.enabled": "Enable/disable ODS HTML5 output", + "configuration.SAS.results.html.style": "Specifies the style for ODS HTML5 results.", + "configuration.SAS.results.html.style.(auto)": "Let the extension pick a style that most closely matches the color theme.", + "configuration.SAS.results.html.style.(server default)": "Default to the style configured on the SAS server.", "configuration.SAS.results.sideBySide": "Display results to the side of the code", "configuration.SAS.results.singlePanel": "Reuse single panel to display results", "configuration.SAS.userProvidedCertificates": "Provide trusted CA certificate files", diff --git a/package.nls.ko.json b/package.nls.ko.json index dde9c179c..71ef92547 100644 --- a/package.nls.ko.json +++ b/package.nls.ko.json @@ -18,6 +18,7 @@ "commands.SAS.notebook.export": "내보내기", "commands.SAS.notebook.new": "새로운 SAS 노트북", "commands.SAS.notebook.new.short": "SAS 노트북", + "commands.SAS.notebook.saveOutput": "출력 저장", "commands.SAS.refresh": "새로고침", "commands.SAS.removeFromFavorites": "내 즐겨찾기에서 제거", "commands.SAS.renameResource": "이름 변경...", @@ -66,6 +67,11 @@ "configuration.SAS.log.showOnExecutionStart": "코드 실행이 시작되면 SAS 로그 표시", "configuration.SAS.notebook.export.includeLog": "내보낸 노트북에 SAS 로그 포함", "configuration.SAS.problems.log.enabled": "SAS 로그에서 문제 표시", + "configuration.SAS.results.html.custom.style": "Light, Dark, highContrast 또는 highContrastLight 테마에 사용할 SAS 스타일을 지정합니다. 이 옵션은 `#SAS.results.html.style#`이 `(auto)`로 설정될 때 적용됩니다.", + "configuration.SAS.results.html.custom.style.dark": "Dark 테마에 사용할 스타일", + "configuration.SAS.results.html.custom.style.highContrast": "High Contrast 테마에 사용할 스타일", + "configuration.SAS.results.html.custom.style.highContrastLight": "High Contrast Light 테마에 사용할 스타일", + "configuration.SAS.results.html.custom.style.light": "Light 테마에 사용할 스타일", "configuration.SAS.results.html.enabled": "ODS HTML5 출력 활성화/비활성화", "configuration.SAS.results.html.style": "ODS HTML5 결과에 대한 스타일 지정", "configuration.SAS.results.html.style.(auto)": "확장 기능이 색상 테마와 가장 일치하는 스타일을 선택하도록 합니다.", diff --git a/package.nls.pl.json b/package.nls.pl.json index 05b1116f8..f78dd59b0 100644 --- a/package.nls.pl.json +++ b/package.nls.pl.json @@ -18,6 +18,7 @@ "commands.SAS.notebook.export": "Eksportuj", "commands.SAS.notebook.new": "Nowy notatnik SAS-owy", "commands.SAS.notebook.new.short": "Notatnik SAS-owy", + "commands.SAS.notebook.saveOutput": "Zapisz wyniki", "commands.SAS.refresh": "Odśwież", "commands.SAS.removeFromFavorites": "Usuń z Moich ulubionych", "commands.SAS.renameResource": "Zmień nazwę…", @@ -66,6 +67,11 @@ "configuration.SAS.log.showOnExecutionStart": "Wyświetl log SAS-owy po rozpoczęciu uruchamiania kodu", "configuration.SAS.notebook.export.includeLog": "Dołącz log SAS-owy do eksportowanego notatnika", "configuration.SAS.problems.log.enabled": "Wyświetl problemy z logu SAS-owego", + "configuration.SAS.results.html.custom.style": "Określa, którego stylu SAS-owego należy użyć do motywu Light, Dark, High Contrast lub High Contrast Light. Opcja ta daje efekty, gdy `#SAS.results.html.style#` jest ustawione jako `(auto)`.", + "configuration.SAS.results.html.custom.style.dark": "Styl używany do motywu Dark", + "configuration.SAS.results.html.custom.style.highContrast": "Styl używany do motywu High Contrast", + "configuration.SAS.results.html.custom.style.highContrastLight": "Styl używany do motywu High Contrast Light", + "configuration.SAS.results.html.custom.style.light": "Styl używany do motywu Light", "configuration.SAS.results.html.enabled": "Włącz/wyłącz wyniki ODS HTML5", "configuration.SAS.results.html.style": "Określa styl rezultatów ODS HTML5", "configuration.SAS.results.html.style.(auto)": "Rozszerzenie wybiera styl najbardziej odpowiadający schematowi kolorystycznemu", diff --git a/package.nls.pt-br.json b/package.nls.pt-br.json index 4e0dfe1ba..4143811db 100644 --- a/package.nls.pt-br.json +++ b/package.nls.pt-br.json @@ -18,6 +18,7 @@ "commands.SAS.notebook.export": "Exporte", "commands.SAS.notebook.new": "Novo Notebook SAS", "commands.SAS.notebook.new.short": "Notebook SAS", + "commands.SAS.notebook.saveOutput": "Salvar resultado", "commands.SAS.refresh": "Refrescar", "commands.SAS.removeFromFavorites": "Exclui iten de My Favorites", "commands.SAS.renameResource": "Renomeia...", @@ -66,6 +67,11 @@ "configuration.SAS.log.showOnExecutionStart": "Mostrar log SAS quando a execução começa", "configuration.SAS.notebook.export.includeLog": "Incluir o log SAS no notebook exportado", "configuration.SAS.problems.log.enabled": "Mostre os problemas do log do SAS", + "configuration.SAS.results.html.custom.style": "Especifica qual estilo SAS usar para os temas claro, escuro, alto contraste ou alto contraste claro. Esta opção é aplicada quando \"\"#SAS.results.html.style#\"\" está definido como \"\"(auto)\"\".", + "configuration.SAS.results.html.custom.style.dark": "Estilo a ser usado para o tema escuro", + "configuration.SAS.results.html.custom.style.highContrast": "Estilo a ser usado para o tema alto contraste", + "configuration.SAS.results.html.custom.style.highContrastLight": "Estilo a ser usado para o tema alto contraste claro", + "configuration.SAS.results.html.custom.style.light": "Estilo a ser usado para o tema claro", "configuration.SAS.results.html.enabled": "Habilitar/desabilitar resultados HTML5 do ODS", "configuration.SAS.results.html.style": "Especifica o estilo dos resultados HTML5 do ODS.", "configuration.SAS.results.html.style.(auto)": "Deixa que a extensão escolha o estilo que corresponda melhor ao tema de cores.", diff --git a/package.nls.zh-cn.json b/package.nls.zh-cn.json index 7bdd1c050..4c4eaf6af 100644 --- a/package.nls.zh-cn.json +++ b/package.nls.zh-cn.json @@ -18,6 +18,7 @@ "commands.SAS.notebook.export": "导出", "commands.SAS.notebook.new": "新 SAS 笔记本", "commands.SAS.notebook.new.short": "SAS 笔记本", + "commands.SAS.notebook.saveOutput": "保存输出", "commands.SAS.refresh": "刷新", "commands.SAS.removeFromFavorites": "从我的收藏夹中删除", "commands.SAS.renameResource": "重命名...", @@ -66,6 +67,11 @@ "configuration.SAS.log.showOnExecutionStart": "代码执行开始时显示 SAS 日志", "configuration.SAS.notebook.export.includeLog": "在导出的笔记本中包含 SAS 日志", "configuration.SAS.problems.log.enabled": "显示SAS日志中报告的问题", + "configuration.SAS.results.html.custom.style": "指定浅色、深色、高对比度或高对比度浅色主题使用的 SAS 样式。当`#SAS.results.html.style#`设置为`(auto)`时,此选项生效。", + "configuration.SAS.results.html.custom.style.dark": "用于深色主题的样式", + "configuration.SAS.results.html.custom.style.highContrast": "用于高对比度主题的样式", + "configuration.SAS.results.html.custom.style.highContrastLight": "用于高对比度浅色主题的样式", + "configuration.SAS.results.html.custom.style.light": "用于浅色主题的样式", "configuration.SAS.results.html.enabled": "启用/禁用 ODS HTML5 输出", "configuration.SAS.results.html.style": "指定 ODS HTML5 结果的样式。", "configuration.SAS.results.html.style.(auto)": "让扩展程序选择与颜色主题最匹配的样式。", diff --git a/package.nls.zh-tw.json b/package.nls.zh-tw.json index 06e5d7974..1284d48ab 100644 --- a/package.nls.zh-tw.json +++ b/package.nls.zh-tw.json @@ -18,6 +18,7 @@ "commands.SAS.notebook.export": "匯出", "commands.SAS.notebook.new": "新增 SAS 筆記本", "commands.SAS.notebook.new.short": "SAS 筆記本", + "commands.SAS.notebook.saveOutput": "儲存輸出", "commands.SAS.refresh": "重新整理", "commands.SAS.removeFromFavorites": "從我的最愛移除", "commands.SAS.renameResource": "重新命名…", @@ -66,6 +67,11 @@ "configuration.SAS.log.showOnExecutionStart": "在程式碼開始執行時顯示 SAS 日誌", "configuration.SAS.notebook.export.includeLog": "在匯出的筆記本中包含 SAS 日誌", "configuration.SAS.problems.log.enabled": "顯示 SAS 日誌中的問題", + "configuration.SAS.results.html.custom.style": "指定要使用哪個主題的 SAS 樣式──light、dark、highContrast 或 highContrastLight 主題。此選項會在 `#SAS.results.html.style#` 設定為 `(auto)` 時生效。", + "configuration.SAS.results.html.custom.style.dark": "Dark 主題樣式", + "configuration.SAS.results.html.custom.style.highContrast": "High Contrast 主題樣式", + "configuration.SAS.results.html.custom.style.highContrastLight": "High Contrast Light 主題樣式", + "configuration.SAS.results.html.custom.style.light": "Light 主題樣式", "configuration.SAS.results.html.enabled": "啟用/停用 ODS HTML5 輸出", "configuration.SAS.results.html.style": "指定 ODS HTML5 結果的樣式。", "configuration.SAS.results.html.style.(auto)": "讓擴充模組選擇最符合顏色主題的樣式。",