Skip to content

Commit 433345b

Browse files
authored
chore: add translations for 1.17.0 (#1645)
**Summary** This updates the translations needed for our next release. There are two ways to update translations. - You can add suggestions for each translated string. [click here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/commenting-on-a-pull-request) for more information on adding suggestions. - You can update translations using one of the csvs below by editing the file and re-attaching it to this pull request - **de**: [de-locale-update-1.17.0.csv](https://github.com/user-attachments/files/22466918/de-locale-update-1.17.0.csv) - **es**: [es-locale-update-1.17.0.csv](https://github.com/user-attachments/files/22466919/es-locale-update-1.17.0.csv) - **fr**: [fr-locale-update-1.17.0.csv](https://github.com/user-attachments/files/22466920/fr-locale-update-1.17.0.csv) - **it**: [it-locale-update-1.17.0.csv](https://github.com/user-attachments/files/22466921/it-locale-update-1.17.0.csv) - **ja**: [ja-locale-update-1.17.0.csv](https://github.com/user-attachments/files/22466922/ja-locale-update-1.17.0.csv) - **ko**: [ko-locale-update-1.17.0.csv](https://github.com/user-attachments/files/22466923/ko-locale-update-1.17.0.csv) - **pl**: [pl-locale-update-1.17.0.csv](https://github.com/user-attachments/files/22466924/pl-locale-update-1.17.0.csv) - **pt-br**: [pt-br-locale-update-1.17.0.csv](https://github.com/user-attachments/files/22466925/pt-br-locale-update-1.17.0.csv) - **zh-cn**: [zh-cn-locale-update-1.17.0.csv](https://github.com/user-attachments/files/22466926/zh-cn-locale-update-1.17.0.csv) - **zh-tw**: [zh-tw-locale-update-1.17.0.csv](https://github.com/user-attachments/files/22466927/zh-tw-locale-update-1.17.0.csv) **Testing** - [x] Verify **de** strings are translated - [x] Verify **es** strings are translated - [x] Verify **fr** strings are translated - [x] Verify **ja** strings are translated - [x] Verify **ko** strings are translated - [x] Verify **zh-cn** strings are translated - [x] Verify **it** strings are translated - [x] Verify **pt-br** strings are translated - [x] Verify **pl** strings are translated - [x] Verify **zh-tw** strings are translated - [x] Verify all strings are captured by running the translation check (https://github.com/sassoftware/vscode-sas-extension/actions/runs/18010710389)
1 parent 6d6df20 commit 433345b

21 files changed

+136
-6
lines changed

l10n/bundle.l10n.de.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"Cannot call self on object with no id": "Kann self für ein Object ohne ID nicht aufrufen",
88
"Cannot connect to SAS Studio service": "Verbindung zum SAS Studio-Service ist nicht möglich",
99
"Cannot find file: {file}": "{file} konnte nicht gefunden werden",
10+
"Choose output type to save": "Wählen Sie den Ausgabetyp zum Speichern aus",
1011
"Choose where to save your files.": "Wählen Sie wo die Dateien gespeichert werden sollen.",
1112
"Client ID": "Client ID",
1213
"Client Secret": "Client Secret",
@@ -64,6 +65,7 @@
6465
"Missing port in active profile.": "Fehlender Port im aktiven Profil.",
6566
"Missing sas path in active profile.": "Fehlender SAS Pfad im aktiven Profil.",
6667
"Missing username in active profile.": "Fehlender Benutzername im aktiven Profil.",
68+
"Move to Recycle Bin": "In Papierkorb verschieben",
6769
"New File": "Neue Datei",
6870
"New Folder": "Neuer Ordner",
6971
"New SAS Connection Profile Name": "Neuer SAS Verbindungsprofilname",
@@ -94,6 +96,9 @@
9496
"SAS code running...": "SAS Code wird ausgeführt...",
9597
"SQL Program": "SQL Programm",
9698
"Save": "Speichern",
99+
"Save Log": "Log speichern",
100+
"Save ODS HTML": "ODS HTML speichern",
101+
"Saved to {0}": "Gespeichert in {0}",
97102
"Saving {itemName}.": "SavSpeichere {itemName}.",
98103
"Select a Connection Type": "Wählen Sie einen Verbindungstyp",
99104
"Select a Connection Type.": "Wählen Sie einen Verbindungstyp.",
@@ -119,6 +124,7 @@
119124
"The output file name must end with the .flw extension.": "Der Name der Ausgabedatei muss mit .flw enden.",
120125
"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.",
121126
"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.",
127+
"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?",
122128
"This platform does not support this connection type.": "Diese Plattform unterstützt diesen Verbindungstyp nicht.",
123129
"To use the SSH Agent or a password, leave blank.": "To use the SSH Agent or a password, leave blank.",
124130
"Unable to add file to my folder.": "Nicht imstande die Datei Meinem Ordner hinzu zufügen",
@@ -142,5 +148,6 @@
142148
"View SAS Table": "SAS Tabelle anzeigen",
143149
"You can also specify connection profile using the settings.json file.": "Sie können ein Verbindungsprofil auch über die settings.json Datei eingeben.",
144150
"You must save your file before you can rename it.": "Sie müssen die Datei zunächstspeichern, bevor Sie sie umbenennen können.",
151+
"output": "Ausgabe",
145152
"{basename}_Copy{number}{ext}": "{basename}_Kopie{number}{ext}"
146153
}

l10n/bundle.l10n.es.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"Cannot call self on object with no id": "No se puede invocar automáticamente el objeto sin ningún ID",
88
"Cannot connect to SAS Studio service": "No se puede conectar al servicio SAS Studio",
99
"Cannot find file: {file}": "No se puede encontrar el archivo: {file}",
10+
"Choose output type to save": "Elegir el tipo de salida que se va a guardar",
1011
"Choose where to save your files.": "Elija donde guardar los archivos.",
1112
"Client ID": "ID de cliente",
1213
"Client Secret": "Secreto de cliente",
@@ -64,6 +65,7 @@
6465
"Missing port in active profile.": "Falta el puerto en el perfil activo.",
6566
"Missing sas path in active profile.": "Falta la ruta sas en el perfil activo.",
6667
"Missing username in active profile.": "Falta el nombre de usuario en el perfil activo.",
68+
"Move to Recycle Bin": "Mover a la papelera de reciclaje",
6769
"New File": "Nuevo archivo",
6870
"New Folder": "Nueva carpeta",
6971
"New SAS Connection Profile Name": "Nuevo nombre del perfil de conexión SAS",
@@ -94,6 +96,9 @@
9496
"SAS code running...": "Código SAS en ejecución...",
9597
"SQL Program": "Programa SQL",
9698
"Save": "Guardar",
99+
"Save Log": "Guardar log",
100+
"Save ODS HTML": "Guardar ODS HTML",
101+
"Saved to {0}": "Guardar en {0}",
97102
"Saving {itemName}.": "Guardando {itemName}.",
98103
"Select a Connection Type": "Seleccionar un tipo de conexión",
99104
"Select a Connection Type.": "Seleccionar un tipo de conexión.",
@@ -119,6 +124,7 @@
119124
"The output file name must end with the .flw extension.": "El nombre del archivo de salida debe terminar con la extensión .flw.",
120125
"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.",
121126
"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).",
127+
"This folder contains unsaved files, are you sure you want to delete?": "Esta carpeta contiene archivos sin guardar. ¿Está seguro de que desea eliminarla?",
122128
"This platform does not support this connection type.": "La plataforma no admite este tipo de conexión.",
123129
"To use the SSH Agent or a password, leave blank.": "Para utilizar el agente SSH o una contraseña, deje el campo en blanco",
124130
"Unable to add file to my folder.": "No es posible añadir archivos a mi carpeta.",
@@ -142,5 +148,6 @@
142148
"View SAS Table": "Ver tabla SAS",
143149
"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.",
144150
"You must save your file before you can rename it.": "Debe guardar el archivo para poder renombrarlo.",
151+
"output": "salida",
145152
"{basename}_Copy{number}{ext}": "{basename}_Copia{number}{ext}"
146153
}

l10n/bundle.l10n.fr.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"Cannot call self on object with no id": "Impossible d'appeler un objet sans identifiant",
88
"Cannot connect to SAS Studio service": "Impossible de se connecter au service SAS Studio",
99
"Cannot find file: {file}": "Impossible de trouver le fichier: {file}",
10+
"Choose output type to save": "Choisir le type de sortie à enregistrer",
1011
"Choose where to save your files.": "Choisissez où enregistrer vos fichiers.",
1112
"Client ID": "ID client",
1213
"Client Secret": "Clé secrète client",
@@ -64,6 +65,7 @@
6465
"Missing port in active profile.": "Port manquant dans le profil actif.",
6566
"Missing sas path in active profile.": "Chemin SAS manquant dans le profil actif.",
6667
"Missing username in active profile.": "Nom d'utilisateur manquant dans le profil actif.",
68+
"Move to Recycle Bin": "Déplacer vers la Corbeille",
6769
"New File": "Nouveau fichier",
6870
"New Folder": "Nouveau dossier",
6971
"New SAS Connection Profile Name": "Nouveau nom de profil de connexion SAS",
@@ -94,6 +96,9 @@
9496
"SAS code running...": "Exécution du code SAS...",
9597
"SQL Program": "Programme SQL",
9698
"Save": "Enregistrer",
99+
"Save Log": "Enregistrer le journal",
100+
"Save ODS HTML": "Enregistrer ODS HTML",
101+
"Saved to {0}": "Enregistré dans {0}",
97102
"Saving {itemName}.": "Enregistrement de {itemName}.",
98103
"Select a Connection Type": "Sélectionnez un type de connexion",
99104
"Select a Connection Type.": "Sélectionnez un type de connexion.",
@@ -119,6 +124,7 @@
119124
"The output file name must end with the .flw extension.": "Le nom du fichier de sortie doit se terminer par l'extension .flw.",
120125
"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.",
121126
"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.",
127+
"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 ?",
122128
"This platform does not support this connection type.": "Cette plateforme ne supporte pas ce type de connexion",
123129
"To use the SSH Agent or a password, leave blank.": "Pour utiliser l'agent SSH ou un mot de passe, laissez vide.",
124130
"Unable to add file to my folder.": "Impossible d'ajouter le fichier à mon dossier.",
@@ -142,5 +148,6 @@
142148
"View SAS Table": "Afficher la table SAS",
143149
"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.",
144150
"You must save your file before you can rename it.": "Vous devez enregistrer votre fichier avant de pouvoir le renommer.",
151+
"output": "sortie",
145152
"{basename}_Copy{number}{ext}": "{basename}_Copie{number}{ext}"
146153
}

l10n/bundle.l10n.it.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"Cannot call self on object with no id": "Impossibile chiamare self su un oggetto senza ID",
88
"Cannot connect to SAS Studio service": "Impossibile connettersi al servizio di SAS Studio",
99
"Cannot find file: {file}": "Impossibile trovare il file: {file}",
10+
"Choose output type to save": "Scegliere il tipo di output da salvare",
1011
"Choose where to save your files.": "Scegliere il percorso in cui salvare i file.",
1112
"Client ID": "ID client",
1213
"Client Secret": "Client secret",
@@ -64,6 +65,7 @@
6465
"Missing port in active profile.": "Porta mancante nel profilo attivo",
6566
"Missing sas path in active profile.": "Percorso SAS mancante nel profilo attivo",
6667
"Missing username in active profile.": "Nome utente mancante nel profilo attivo",
68+
"Move to Recycle Bin": "Sposta nel Cestino",
6769
"New File": "Nuovo file",
6870
"New Folder": "Nuova cartella",
6971
"New SAS Connection Profile Name": "Nuovo profilo di connessione SAS",
@@ -94,6 +96,9 @@
9496
"SAS code running...": "Codice SAS in esecuzione...",
9597
"SQL Program": "Programma SQL",
9698
"Save": "Salva",
99+
"Save Log": "Salva il log",
100+
"Save ODS HTML": "Salva ODS HTML",
101+
"Saved to {0}": "Salvato in {0}",
97102
"Saving {itemName}.": "Salvataggio di {itemName}.",
98103
"Select a Connection Type": "Seleziona un tipo di connessione",
99104
"Select a Connection Type.": "Selezionare un tipo di connessione.",
@@ -119,6 +124,7 @@
119124
"The output file name must end with the .flw extension.": "Il nome del file di output deve terminare con l'estensione .flw.",
120125
"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.",
121126
"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.",
127+
"This folder contains unsaved files, are you sure you want to delete?": "Questa cartella contiene file non salvati; eliminarli?",
122128
"This platform does not support this connection type.": "Questa piattaforma non supporta questo tipo di connessione.",
123129
"To use the SSH Agent or a password, leave blank.": "Per usare l'agente SSH o una password, lasciare il campo vuoto.",
124130
"Unable to add file to my folder.": "Impossibile aggiungere il file alla cartella personale.",
@@ -142,5 +148,6 @@
142148
"View SAS Table": "Visualizza la tabella SAS",
143149
"You can also specify connection profile using the settings.json file.": "È possibile specificare il profilo di connessione anche utilizzando il file settings.json.",
144150
"You must save your file before you can rename it.": "Occorre salvare il file prima di poterlo rinominare.",
151+
"output": "output",
145152
"{basename}_Copy{number}{ext}": "{basename}_Copia{number}{ext}"
146153
}

l10n/bundle.l10n.ja.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"Cannot call self on object with no id": "ID なしでオブジェクトで self を呼び出すことはできません",
88
"Cannot connect to SAS Studio service": "SAS Studio サービスに接続できません",
99
"Cannot find file: {file}": "ファイルが見つかりません: {file}",
10+
"Choose output type to save": "保存する出力の種類を選択",
1011
"Choose where to save your files.": "ファイルを保存する場所を選択します。",
1112
"Client ID": "クライアント ID",
1213
"Client Secret": "クライアントシークレット",
@@ -64,6 +65,7 @@
6465
"Missing port in active profile.": "アクティブなプロファイルに port がありません。",
6566
"Missing sas path in active profile.": "アクティブなプロファイルに sas path がありません。",
6667
"Missing username in active profile.": "アクティブなプロファイルに username がありません。",
68+
"Move to Recycle Bin": "ごみ箱に移動",
6769
"New File": "ファイルの新規作成",
6870
"New Folder": "フォルダーの新規作成",
6971
"New SAS Connection Profile Name": "新しい SAS 接続プロファイル名",
@@ -94,6 +96,9 @@
9496
"SAS code running...": "SAS コードを実行しています...",
9597
"SQL Program": "SQL プログラム",
9698
"Save": "保存",
99+
"Save Log": "ログの保存",
100+
"Save ODS HTML": "ODS HTML の保存",
101+
"Saved to {0}": "{0} に保存",
97102
"Saving {itemName}.": "{itemName} を保存しています...",
98103
"Select a Connection Type": "接続の種類を選択してください",
99104
"Select a Connection Type.": "接続の種類を選択します",
@@ -119,6 +124,7 @@
119124
"The output file name must end with the .flw extension.": "出力ファイル名は .flw 拡張子で終わる必要があります。",
120125
"The {selected} SAS connection profile has been deleted from the settings.json file.": "{selected} SAS 接続プロファイルが settings.json ファイルから削除されました。",
121126
"There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.": "SAS プログラムの実行中にエラーが発生しました。詳細については、[コンソールログ](command:workbench.action.toggleDevTools) を参照してください。",
127+
"This folder contains unsaved files, are you sure you want to delete?": "このフォルダーには未保存のファイルが含まれています。削除しますか?",
122128
"This platform does not support this connection type.": "このプラットフォームはこの接続タイプをサポートしていません。",
123129
"To use the SSH Agent or a password, leave blank.": "SSH エージェントまたはパスワードを使用する場合は、空白のままにします。",
124130
"Unable to add file to my folder.": "ファイルをマイフォルダーに追加できません。",
@@ -142,5 +148,6 @@
142148
"View SAS Table": "SAS テーブルの表示",
143149
"You can also specify connection profile using the settings.json file.": "settings.json ファイルを使用して接続プロファイルを指定することもできます。",
144150
"You must save your file before you can rename it.": "ファイル名を変更する前に、ファイルを保存する必要があります。",
151+
"output": "出力",
145152
"{basename}_Copy{number}{ext}": "{basename}_Copy{number}{ext}"
146153
}

l10n/bundle.l10n.ko.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"Cannot call self on object with no id": "id가 없는 개체에서 self를 호출할 수 없습니다",
88
"Cannot connect to SAS Studio service": "SAS Studio 서비스에 연결할 수 없습니다",
99
"Cannot find file: {file}": "파일을 찾을 수 없습니다: {file}",
10+
"Choose output type to save": "저장할 출력 유형 선택",
1011
"Choose where to save your files.": "파일을 저장할 위치 선택.",
1112
"Client ID": "클라이언트 ID",
1213
"Client Secret": "클라이언트 비밀번호",
@@ -64,6 +65,7 @@
6465
"Missing port in active profile.": "활성 프로필에 포트가 누락되었습니다.",
6566
"Missing sas path in active profile.": "활성 프로필에 SAS 경로가 누락되었습니다.",
6667
"Missing username in active profile.": "활성 프로필에 사용자 이름이 누락되었습니다.",
68+
"Move to Recycle Bin": "휴지통으로 이동",
6769
"New File": "새 파일",
6870
"New Folder": "새 폴더",
6971
"New SAS Connection Profile Name": "새 SAS 연결 프로필 이름",
@@ -94,6 +96,9 @@
9496
"SAS code running...": "SAS 코드 실행 중...",
9597
"SQL Program": "SQL 프로그램",
9698
"Save": "저장",
99+
"Save Log": "로그 저장",
100+
"Save ODS HTML": "ODS HTML 저장",
101+
"Saved to {0}": "{0}에 저장",
97102
"Saving {itemName}.": "{itemName} 저장 중...",
98103
"Select a Connection Type": "연결 유형 선택",
99104
"Select a Connection Type.": "연결 유형을 선택하십시오.",
@@ -119,6 +124,7 @@
119124
"The output file name must end with the .flw extension.": "출력 파일 이름은 .flw 확장자로 끝나야 합니다.",
120125
"The {selected} SAS connection profile has been deleted from the settings.json file.": "{selected} SAS 연결 프로필이 settings.json 파일에서 삭제되었습니다.",
121126
"There was an error executing the SAS Program. See [console log](command:workbench.action.toggleDevTools) for more details.": "SAS 프로그램을 실행하는 동안 오류가 발생했습니다. 자세한 내용은 [콘솔 로그](command:workbench.action.toggleDevTools)를 참조하십시오.",
127+
"This folder contains unsaved files, are you sure you want to delete?": "이 폴더에 저장되지 않은 파일이 있습니다. 삭제하시겠습니까?",
122128
"This platform does not support this connection type.": "이 플랫폼은 이 연결 유형을 지원하지 않습니다.",
123129
"To use the SSH Agent or a password, leave blank.": "SSH 에이전트나 비밀번호를 사용하려면 비워 두십시오.",
124130
"Unable to add file to my folder.": "파일을 내 폴더에 추가할 수 없습니다.",
@@ -142,5 +148,6 @@
142148
"View SAS Table": "SAS 테이블 보기",
143149
"You can also specify connection profile using the settings.json file.": "settings.json 파일을 사용하여 연결 프로필을 지정할 수도 있습니다.",
144150
"You must save your file before you can rename it.": "파일 이름을 바꾸기 전에 파일을 저장해야 합니다.",
151+
"output": "출력",
145152
"{basename}_Copy{number}{ext}": "{basename}_Copy{number}{ext}"
146153
}

0 commit comments

Comments
 (0)