Skip to content

Commit 1440de1

Browse files
Address review feedback: clarify README and fix unrelated translation changes
Co-authored-by: dlevy-msft-sql <[email protected]>
1 parent 920bae4 commit 1440de1

12 files changed

Lines changed: 68 additions & 68 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ sqlcmd config view
8484

8585
#### Custom Configuration Files
8686

87-
You can specify a custom configuration file using the `--sqlconfig` flag. Configuration files must be in **YAML format** and should use the `.yaml` or `.yml` file extension.
87+
You can specify a custom configuration file using the `--sqlconfig` flag. Configuration files must be in **YAML format** and use the `.yaml` or `.yml` file extension.
8888

8989
Example:
9090
```
9191
sqlcmd config --sqlconfig ./myproject.yaml add-endpoint --name ep1434 --address localhost --port 1434
9292
sqlcmd config --sqlconfig ./myproject.yaml view
9393
```
9494

95-
**Note:** The default configuration file at `~/.sqlcmd/sqlconfig` uses YAML format without an extension. Using unsupported file extensions (like `.sqlconfig`) or non-YAML formats will result in errors when reading or writing the configuration.
95+
**Note:** The default configuration file at `~/.sqlcmd/sqlconfig` is an exception and uses YAML format without an extension. When specifying a custom configuration file, always use the `.yaml` or `.yml` extension to avoid errors.
9696

9797
### Versions
9898

internal/translations/locales/de-DE/out.gotext.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2865,9 +2865,9 @@
28652865
"fuzzy": true
28662866
},
28672867
{
2868-
"id": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869-
"message": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870-
"translation": "{_r0__1} Leitet Fehlermeldungen mit Schweregrad >= 11 Ausgabe an stderr um. Übergeben Sie 1, um alle Fehler einschließlich PRINT umzuleiten.",
2868+
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869+
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870+
"translation": "{_r0__1} Leitet Fehlermeldungen mit Schweregrad \u003e= 11 Ausgabe an stderr um. Übergeben Sie 1, um alle Fehler einschließlich PRINT umzuleiten.",
28712871
"translatorComment": "Copied from source.",
28722872
"placeholders": [
28732873
{
@@ -3401,9 +3401,9 @@
34013401
"fuzzy": true
34023402
},
34033403
{
3404-
"id": "ED and !!<command> commands, startup script, and environment variables are disabled",
3405-
"message": "ED and !!<command> commands, startup script, and environment variables are disabled",
3406-
"translation": "Die Befehle \"ED\" und \"!!<command>\", Startskript und Umgebungsvariablen sind deaktiviert",
3404+
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3405+
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3406+
"translation": "Die Befehle \"ED\" und \"!!\u003ccommand\u003e\", Startskript und Umgebungsvariablen sind deaktiviert",
34073407
"translatorComment": "Copied from source.",
34083408
"fuzzy": true
34093409
},

internal/translations/locales/en-US/out.gotext.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2869,9 +2869,9 @@
28692869
"fuzzy": true
28702870
},
28712871
{
2872-
"id": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2873-
"message": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2874-
"translation": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2872+
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2873+
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2874+
"translation": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
28752875
"translatorComment": "Copied from source.",
28762876
"placeholders": [
28772877
{
@@ -3405,9 +3405,9 @@
34053405
"fuzzy": true
34063406
},
34073407
{
3408-
"id": "ED and !!<command> commands, startup script, and environment variables are disabled",
3409-
"message": "ED and !!<command> commands, startup script, and environment variables are disabled",
3410-
"translation": "ED and !!<command> commands, startup script, and environment variables are disabled",
3408+
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3409+
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3410+
"translation": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
34113411
"translatorComment": "Copied from source.",
34123412
"fuzzy": true
34133413
},

internal/translations/locales/es-ES/out.gotext.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2865,9 +2865,9 @@
28652865
"fuzzy": true
28662866
},
28672867
{
2868-
"id": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869-
"message": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870-
"translation": "{_r0__1} Redirige los mensajes de error con salidas de gravedad >= 11 a stderr. Pase 1 para redirigir todos los errores, incluido PRINT.",
2868+
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869+
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870+
"translation": "{_r0__1} Redirige los mensajes de error con salidas de gravedad \u003e= 11 a stderr. Pase 1 para redirigir todos los errores, incluido PRINT.",
28712871
"translatorComment": "Copied from source.",
28722872
"placeholders": [
28732873
{
@@ -3401,9 +3401,9 @@
34013401
"fuzzy": true
34023402
},
34033403
{
3404-
"id": "ED and !!<command> commands, startup script, and environment variables are disabled",
3405-
"message": "ED and !!<command> commands, startup script, and environment variables are disabled",
3406-
"translation": "Los comandos ED y !! <command>, el script de inicio y variables de entorno están deshabilitados",
3404+
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3405+
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3406+
"translation": "Los comandos ED y !! \u003ccommand\u003e, el script de inicio y variables de entorno están deshabilitados",
34073407
"translatorComment": "Copied from source.",
34083408
"fuzzy": true
34093409
},

internal/translations/locales/fr-FR/out.gotext.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2865,9 +2865,9 @@
28652865
"fuzzy": true
28662866
},
28672867
{
2868-
"id": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869-
"message": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870-
"translation": "{_r0__1} Redirige les messages d’erreur avec la gravité >= 11 sortie vers stderr. Passez 1 pour rediriger toutes les erreurs, y compris PRINT.",
2868+
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869+
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870+
"translation": "{_r0__1} Redirige les messages d’erreur avec la gravité \u003e= 11 sortie vers stderr. Passez 1 pour rediriger toutes les erreurs, y compris PRINT.",
28712871
"translatorComment": "Copied from source.",
28722872
"placeholders": [
28732873
{
@@ -3401,9 +3401,9 @@
34013401
"fuzzy": true
34023402
},
34033403
{
3404-
"id": "ED and !!<command> commands, startup script, and environment variables are disabled",
3405-
"message": "ED and !!<command> commands, startup script, and environment variables are disabled",
3406-
"translation": "Les commandes ED et !!<command>, le script de démarrage et les variables d'environnement sont désactivés",
3404+
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3405+
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3406+
"translation": "Les commandes ED et !!\u003ccommand\u003e, le script de démarrage et les variables d'environnement sont désactivés",
34073407
"translatorComment": "Copied from source.",
34083408
"fuzzy": true
34093409
},

internal/translations/locales/it-IT/out.gotext.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2865,9 +2865,9 @@
28652865
"fuzzy": true
28662866
},
28672867
{
2868-
"id": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869-
"message": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870-
"translation": "{_r0__1} Reindirizza i messaggi di errore con gravità >= 11 output a stderr. Passare 1 per reindirizzare tutti gli errori, incluso PRINT.",
2868+
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869+
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870+
"translation": "{_r0__1} Reindirizza i messaggi di errore con gravità \u003e= 11 output a stderr. Passare 1 per reindirizzare tutti gli errori, incluso PRINT.",
28712871
"translatorComment": "Copied from source.",
28722872
"placeholders": [
28732873
{
@@ -3401,9 +3401,9 @@
34013401
"fuzzy": true
34023402
},
34033403
{
3404-
"id": "ED and !!<command> commands, startup script, and environment variables are disabled",
3405-
"message": "ED and !!<command> commands, startup script, and environment variables are disabled",
3406-
"translation": "I comandi ED e !!<command>, lo script di avvio e le variabili di ambiente sono disabilitati.",
3404+
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3405+
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3406+
"translation": "I comandi ED e !!\u003ccommand\u003e, lo script di avvio e le variabili di ambiente sono disabilitati.",
34073407
"translatorComment": "Copied from source.",
34083408
"fuzzy": true
34093409
},

internal/translations/locales/ja-JP/out.gotext.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2865,9 +2865,9 @@
28652865
"fuzzy": true
28662866
},
28672867
{
2868-
"id": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869-
"message": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870-
"translation": "{_r0__1} 重大度 >= 11 のエラー メッセージを stderr にリダイレクトします。PRINT を含むすべてのエラーをリダイレクトするには、1 を渡します。",
2868+
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869+
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870+
"translation": "{_r0__1} 重大度 \u003e= 11 のエラー メッセージを stderr にリダイレクトします。PRINT を含むすべてのエラーをリダイレクトするには、1 を渡します。",
28712871
"translatorComment": "Copied from source.",
28722872
"placeholders": [
28732873
{
@@ -3401,9 +3401,9 @@
34013401
"fuzzy": true
34023402
},
34033403
{
3404-
"id": "ED and !!<command> commands, startup script, and environment variables are disabled",
3405-
"message": "ED and !!<command> commands, startup script, and environment variables are disabled",
3406-
"translation": "ED および !!<command> コマンド、スタートアップ スクリプト、および環境変数が無効です。",
3404+
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3405+
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3406+
"translation": "ED および !!\u003ccommand\u003e コマンド、スタートアップ スクリプト、および環境変数が無効です。",
34073407
"translatorComment": "Copied from source.",
34083408
"fuzzy": true
34093409
},

internal/translations/locales/ko-KR/out.gotext.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2865,9 +2865,9 @@
28652865
"fuzzy": true
28662866
},
28672867
{
2868-
"id": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869-
"message": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870-
"translation": "{_r0__1} 심각도 >= 11인 오류 메시지 출력을 stderr로 리디렉션합니다. 1을 전달하면 PRINT를 포함한 모든 오류를 리디렉션합니다.",
2868+
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869+
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870+
"translation": "{_r0__1} 심각도 \u003e= 11인 오류 메시지 출력을 stderr로 리디렉션합니다. 1을 전달하면 PRINT를 포함한 모든 오류를 리디렉션합니다.",
28712871
"translatorComment": "Copied from source.",
28722872
"placeholders": [
28732873
{
@@ -3401,9 +3401,9 @@
34013401
"fuzzy": true
34023402
},
34033403
{
3404-
"id": "ED and !!<command> commands, startup script, and environment variables are disabled",
3405-
"message": "ED and !!<command> commands, startup script, and environment variables are disabled",
3406-
"translation": "ED 및 !!<command> 명령, 시작 스크립트 및 환경 변수를 사용하지 않도록 설정합니다.",
3404+
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3405+
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3406+
"translation": "ED 및 !!\u003ccommand\u003e 명령, 시작 스크립트 및 환경 변수를 사용하지 않도록 설정합니다.",
34073407
"translatorComment": "Copied from source.",
34083408
"fuzzy": true
34093409
},

internal/translations/locales/pt-BR/out.gotext.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2865,9 +2865,9 @@
28652865
"fuzzy": true
28662866
},
28672867
{
2868-
"id": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869-
"message": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870-
"translation": "{_r0__1} Redireciona mensagens de erro com gravidade >= 11 saída para stderr. Passe 1 para redirecionar todos os erros, incluindo PRINT.",
2868+
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869+
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870+
"translation": "{_r0__1} Redireciona mensagens de erro com gravidade \u003e= 11 saída para stderr. Passe 1 para redirecionar todos os erros, incluindo PRINT.",
28712871
"translatorComment": "Copied from source.",
28722872
"placeholders": [
28732873
{
@@ -3401,9 +3401,9 @@
34013401
"fuzzy": true
34023402
},
34033403
{
3404-
"id": "ED and !!<command> commands, startup script, and environment variables are disabled",
3405-
"message": "ED and !!<command> commands, startup script, and environment variables are disabled",
3406-
"translation": "Os comandos ED e !!<command>, o script de inicialização e as variáveis de ambiente estão desabilitados.",
3404+
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3405+
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3406+
"translation": "Os comandos ED e !!\u003ccommand\u003e, o script de inicialização e as variáveis de ambiente estão desabilitados.",
34073407
"translatorComment": "Copied from source.",
34083408
"fuzzy": true
34093409
},

internal/translations/locales/ru-RU/out.gotext.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2865,9 +2865,9 @@
28652865
"fuzzy": true
28662866
},
28672867
{
2868-
"id": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869-
"message": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870-
"translation": "{_r0__1} Перенаправление сообщений об ошибках с выходными данными уровня серьезности >= 11 в stderr. Передайте 1, чтобы перенаправлять все ошибки, включая PRINT.",
2868+
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2869+
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2870+
"translation": "{_r0__1} Перенаправление сообщений об ошибках с выходными данными уровня серьезности \u003e= 11 в stderr. Передайте 1, чтобы перенаправлять все ошибки, включая PRINT.",
28712871
"translatorComment": "Copied from source.",
28722872
"placeholders": [
28732873
{
@@ -3401,9 +3401,9 @@
34013401
"fuzzy": true
34023402
},
34033403
{
3404-
"id": "ED and !!<command> commands, startup script, and environment variables are disabled",
3405-
"message": "ED and !!<command> commands, startup script, and environment variables are disabled",
3406-
"translation": "ED, а также команды !!<command>, скрипт запуска и переменные среды отключены",
3404+
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3405+
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3406+
"translation": "ED, а также команды !!\u003ccommand\u003e, скрипт запуска и переменные среды отключены",
34073407
"translatorComment": "Copied from source.",
34083408
"fuzzy": true
34093409
},

0 commit comments

Comments
 (0)