Skip to content

Commit 8fd45bc

Browse files
Address review comments: Remove .hcl/.tfvars, restore missing translations
Co-authored-by: dlevy-msft-sql <[email protected]>
1 parent d8f5851 commit 8fd45bc

12 files changed

Lines changed: 4027 additions & 3646 deletions

File tree

internal/translations/catalog.go

Lines changed: 3612 additions & 3559 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,19 @@
4646
"translatorComment": "Copied from source.",
4747
"fuzzy": true
4848
},
49+
{
50+
"id": "configuration file",
51+
"message": "configuration file",
52+
"translation": "Konfigurationsdatei",
53+
"translatorComment": "Copied from source.",
54+
"fuzzy": true
55+
},
4956
{
5057
"id": "configuration file (supported extensions: .yaml, .yml, .json, .toml, .ini, .env, .properties)",
5158
"message": "configuration file (supported extensions: .yaml, .yml, .json, .toml, .ini, .env, .properties)",
52-
"translation": "Konfigurationsdatei (unterstützte Erweiterungen: .yaml, .yml, .json, .toml, .ini, .env, .properties)"
59+
"translation": "configuration file (supported extensions: .yaml, .yml, .json, .toml, .ini, .env, .properties)",
60+
"translatorComment": "Copied from source.",
61+
"fuzzy": true
5362
},
5463
{
5564
"id": "log level, error=0, warn=1, info=2, debug=3, trace=4",
@@ -2401,6 +2410,27 @@
24012410
"translatorComment": "Copied from source.",
24022411
"fuzzy": true
24032412
},
2413+
{
2414+
"id": "Press Ctrl+C to exit this process...",
2415+
"message": "Press Ctrl+C to exit this process...",
2416+
"translation": "Drücken Sie STRG+C, um diesen Prozess zu beenden...",
2417+
"translatorComment": "Copied from source.",
2418+
"fuzzy": true
2419+
},
2420+
{
2421+
"id": "A 'Not enough memory resources are available' error can be caused by too many credentials already stored in Windows Credential Manager",
2422+
"message": "A 'Not enough memory resources are available' error can be caused by too many credentials already stored in Windows Credential Manager",
2423+
"translation": "Der Fehler \"Not enough memory resources are available\" (Nicht genügend Arbeitsspeicherressourcen sind verfügbar) kann durch zu viele Anmeldeinformationen verursacht werden, die bereits in Windows Anmeldeinformations-Manager gespeichert sind",
2424+
"translatorComment": "Copied from source.",
2425+
"fuzzy": true
2426+
},
2427+
{
2428+
"id": "Failed to write credential to Windows Credential Manager",
2429+
"message": "Failed to write credential to Windows Credential Manager",
2430+
"translation": "Fehler beim Schreiben der Anmeldeinformationen in Windows Anmeldeinformations-Manager",
2431+
"translatorComment": "Copied from source.",
2432+
"fuzzy": true
2433+
},
24042434
{
24052435
"id": "The -L parameter can not be used in combination with other parameters.",
24062436
"message": "The -L parameter can not be used in combination with other parameters.",
@@ -2835,9 +2865,9 @@
28352865
"fuzzy": true
28362866
},
28372867
{
2838-
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2839-
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2840-
"translation": "{_r0__1} Leitet Fehlermeldungen mit Schweregrad \u003e= 11 Ausgabe an stderr um. Übergeben Sie 1, um alle Fehler einschließlich PRINT umzuleiten.",
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.",
28412871
"translatorComment": "Copied from source.",
28422872
"placeholders": [
28432873
{
@@ -3371,9 +3401,9 @@
33713401
"fuzzy": true
33723402
},
33733403
{
3374-
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3375-
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3376-
"translation": "Die Befehle \"ED\" und \"!!\u003ccommand\u003e\", Startskript und Umgebungsvariablen sind deaktiviert",
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",
33773407
"translatorComment": "Copied from source.",
33783408
"fuzzy": true
33793409
},
@@ -3714,4 +3744,4 @@
37143744
"fuzzy": true
37153745
}
37163746
]
3717-
}
3747+
}

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

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
"translatorComment": "Copied from source.",
4747
"fuzzy": true
4848
},
49+
{
50+
"id": "configuration file",
51+
"message": "configuration file",
52+
"translation": "configuration file",
53+
"translatorComment": "Copied from source.",
54+
"fuzzy": true
55+
},
4956
{
5057
"id": "configuration file (supported extensions: .yaml, .yml, .json, .toml, .ini, .env, .properties)",
5158
"message": "configuration file (supported extensions: .yaml, .yml, .json, .toml, .ini, .env, .properties)",
@@ -2403,6 +2410,27 @@
24032410
"translatorComment": "Copied from source.",
24042411
"fuzzy": true
24052412
},
2413+
{
2414+
"id": "Press Ctrl+C to exit this process...",
2415+
"message": "Press Ctrl+C to exit this process...",
2416+
"translation": "Press Ctrl+C to exit this process...",
2417+
"translatorComment": "Copied from source.",
2418+
"fuzzy": true
2419+
},
2420+
{
2421+
"id": "A 'Not enough memory resources are available' error can be caused by too many credentials already stored in Windows Credential Manager",
2422+
"message": "A 'Not enough memory resources are available' error can be caused by too many credentials already stored in Windows Credential Manager",
2423+
"translation": "A 'Not enough memory resources are available' error can be caused by too many credentials already stored in Windows Credential Manager",
2424+
"translatorComment": "Copied from source.",
2425+
"fuzzy": true
2426+
},
2427+
{
2428+
"id": "Failed to write credential to Windows Credential Manager",
2429+
"message": "Failed to write credential to Windows Credential Manager",
2430+
"translation": "Failed to write credential to Windows Credential Manager",
2431+
"translatorComment": "Copied from source.",
2432+
"fuzzy": true
2433+
},
24062434
{
24072435
"id": "The -L parameter can not be used in combination with other parameters.",
24082436
"message": "The -L parameter can not be used in combination with other parameters.",
@@ -2841,9 +2869,9 @@
28412869
"fuzzy": true
28422870
},
28432871
{
2844-
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2845-
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2846-
"translation": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
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.",
28472875
"translatorComment": "Copied from source.",
28482876
"placeholders": [
28492877
{
@@ -3377,9 +3405,9 @@
33773405
"fuzzy": true
33783406
},
33793407
{
3380-
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3381-
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3382-
"translation": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
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",
33833411
"translatorComment": "Copied from source.",
33843412
"fuzzy": true
33853413
},
@@ -3720,4 +3748,4 @@
37203748
"fuzzy": true
37213749
}
37223750
]
3723-
}
3751+
}

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

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,19 @@
4646
"translatorComment": "Copied from source.",
4747
"fuzzy": true
4848
},
49+
{
50+
"id": "configuration file",
51+
"message": "configuration file",
52+
"translation": "archivo de configuración",
53+
"translatorComment": "Copied from source.",
54+
"fuzzy": true
55+
},
4956
{
5057
"id": "configuration file (supported extensions: .yaml, .yml, .json, .toml, .ini, .env, .properties)",
5158
"message": "configuration file (supported extensions: .yaml, .yml, .json, .toml, .ini, .env, .properties)",
52-
"translation": ""
59+
"translation": "configuration file (supported extensions: .yaml, .yml, .json, .toml, .ini, .env, .properties)",
60+
"translatorComment": "Copied from source.",
61+
"fuzzy": true
5362
},
5463
{
5564
"id": "log level, error=0, warn=1, info=2, debug=3, trace=4",
@@ -2401,6 +2410,27 @@
24012410
"translatorComment": "Copied from source.",
24022411
"fuzzy": true
24032412
},
2413+
{
2414+
"id": "Press Ctrl+C to exit this process...",
2415+
"message": "Press Ctrl+C to exit this process...",
2416+
"translation": "Presione Ctrl+C para salir de este proceso...",
2417+
"translatorComment": "Copied from source.",
2418+
"fuzzy": true
2419+
},
2420+
{
2421+
"id": "A 'Not enough memory resources are available' error can be caused by too many credentials already stored in Windows Credential Manager",
2422+
"message": "A 'Not enough memory resources are available' error can be caused by too many credentials already stored in Windows Credential Manager",
2423+
"translation": "Un error \"No hay suficientes recursos de memoria disponibles\" puede deberse a que ya hay demasiadas credenciales almacenadas en Windows Administrador de credenciales",
2424+
"translatorComment": "Copied from source.",
2425+
"fuzzy": true
2426+
},
2427+
{
2428+
"id": "Failed to write credential to Windows Credential Manager",
2429+
"message": "Failed to write credential to Windows Credential Manager",
2430+
"translation": "No se pudo escribir la credencial en Windows Administrador de credenciales",
2431+
"translatorComment": "Copied from source.",
2432+
"fuzzy": true
2433+
},
24042434
{
24052435
"id": "The -L parameter can not be used in combination with other parameters.",
24062436
"message": "The -L parameter can not be used in combination with other parameters.",
@@ -2835,9 +2865,9 @@
28352865
"fuzzy": true
28362866
},
28372867
{
2838-
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2839-
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2840-
"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.",
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.",
28412871
"translatorComment": "Copied from source.",
28422872
"placeholders": [
28432873
{
@@ -3371,9 +3401,9 @@
33713401
"fuzzy": true
33723402
},
33733403
{
3374-
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3375-
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3376-
"translation": "Los comandos ED y !! \u003ccommand\u003e, el script de inicio y variables de entorno están deshabilitados",
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",
33773407
"translatorComment": "Copied from source.",
33783408
"fuzzy": true
33793409
},
@@ -3714,4 +3744,4 @@
37143744
"fuzzy": true
37153745
}
37163746
]
3717-
}
3747+
}

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

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,19 @@
4646
"translatorComment": "Copied from source.",
4747
"fuzzy": true
4848
},
49+
{
50+
"id": "configuration file",
51+
"message": "configuration file",
52+
"translation": "fichier de configuration",
53+
"translatorComment": "Copied from source.",
54+
"fuzzy": true
55+
},
4956
{
5057
"id": "configuration file (supported extensions: .yaml, .yml, .json, .toml, .ini, .env, .properties)",
5158
"message": "configuration file (supported extensions: .yaml, .yml, .json, .toml, .ini, .env, .properties)",
52-
"translation": ""
59+
"translation": "configuration file (supported extensions: .yaml, .yml, .json, .toml, .ini, .env, .properties)",
60+
"translatorComment": "Copied from source.",
61+
"fuzzy": true
5362
},
5463
{
5564
"id": "log level, error=0, warn=1, info=2, debug=3, trace=4",
@@ -2401,6 +2410,27 @@
24012410
"translatorComment": "Copied from source.",
24022411
"fuzzy": true
24032412
},
2413+
{
2414+
"id": "Press Ctrl+C to exit this process...",
2415+
"message": "Press Ctrl+C to exit this process...",
2416+
"translation": "Appuyez sur Ctrl+C pour quitter ce processus...",
2417+
"translatorComment": "Copied from source.",
2418+
"fuzzy": true
2419+
},
2420+
{
2421+
"id": "A 'Not enough memory resources are available' error can be caused by too many credentials already stored in Windows Credential Manager",
2422+
"message": "A 'Not enough memory resources are available' error can be caused by too many credentials already stored in Windows Credential Manager",
2423+
"translation": "Une erreur \"Pas assez de ressources mémoire disponibles\" peut être causée par trop d'informations d'identification déjà stockées dans Windows Credential Manager",
2424+
"translatorComment": "Copied from source.",
2425+
"fuzzy": true
2426+
},
2427+
{
2428+
"id": "Failed to write credential to Windows Credential Manager",
2429+
"message": "Failed to write credential to Windows Credential Manager",
2430+
"translation": "Échec de l'écriture des informations d'identification dans le gestionnaire d'informations d'identification Windows",
2431+
"translatorComment": "Copied from source.",
2432+
"fuzzy": true
2433+
},
24042434
{
24052435
"id": "The -L parameter can not be used in combination with other parameters.",
24062436
"message": "The -L parameter can not be used in combination with other parameters.",
@@ -2835,9 +2865,9 @@
28352865
"fuzzy": true
28362866
},
28372867
{
2838-
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2839-
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2840-
"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.",
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.",
28412871
"translatorComment": "Copied from source.",
28422872
"placeholders": [
28432873
{
@@ -3371,9 +3401,9 @@
33713401
"fuzzy": true
33723402
},
33733403
{
3374-
"id": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3375-
"message": "ED and !!\u003ccommand\u003e commands, startup script, and environment variables are disabled",
3376-
"translation": "Les commandes ED et !!\u003ccommand\u003e, le script de démarrage et les variables d'environnement sont désactivés",
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",
33773407
"translatorComment": "Copied from source.",
33783408
"fuzzy": true
33793409
},
@@ -3714,4 +3744,4 @@
37143744
"fuzzy": true
37153745
}
37163746
]
3717-
}
3747+
}

0 commit comments

Comments
 (0)