Skip to content

Commit 53b6fe7

Browse files
Localized file check-in by OneLocBuild Task: Build definition ID 615: Build ID 213590 (#466)
Co-authored-by: azure-pipelines[bot] <36771401+azure-pipelines[bot]@users.noreply.github.com>
1 parent dba4d2e commit 53b6fe7

File tree

10 files changed

+1207
-97
lines changed

10 files changed

+1207
-97
lines changed

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

Lines changed: 120 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2661,16 +2661,26 @@
26612661
"fuzzy": true
26622662
},
26632663
{
2664-
"id": "Disables commands that might compromise system security. Sqlcmd issues a warning and continues",
2665-
"message": "Disables commands that might compromise system security. Sqlcmd issues a warning and continues",
2666-
"translation": "Deaktiviert Befehle, die die Systemsicherheit gefährden können. Sqlcmd gibt eine Warnung aus und wird fortgesetzt",
2664+
"id": "{_X1} Disables commands that might compromise system security. Passing 1 tells sqlcmd to exit when disabled commands are run.",
2665+
"message": "{_X1} Disables commands that might compromise system security. Passing 1 tells sqlcmd to exit when disabled commands are run.",
2666+
"translation": "{_X1} Deaktiviert Befehle, die die Systemsicherheit gefährden könnten. Die Übergabe 1 weist sqlcmd an, beendet zu werden, wenn deaktivierte Befehle ausgeführt werden.",
26672667
"translatorComment": "Copied from source.",
2668+
"placeholders": [
2669+
{
2670+
"id": "_X1",
2671+
"string": "%[1]s",
2672+
"type": "string",
2673+
"underlyingType": "string",
2674+
"argNum": 1,
2675+
"expr": "\"-X[1]\""
2676+
}
2677+
],
26682678
"fuzzy": true
26692679
},
26702680
{
2671-
"id": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: ActiveDirectoryDefault, ActiveDirectoryIntegrated, ActiveDirectoryPassword, ActiveDirectoryInteractive, ActiveDirectoryManagedIdentity, ActiveDirectoryServicePrincipal, SqlPassword",
2672-
"message": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: ActiveDirectoryDefault, ActiveDirectoryIntegrated, ActiveDirectoryPassword, ActiveDirectoryInteractive, ActiveDirectoryManagedIdentity, ActiveDirectoryServicePrincipal, SqlPassword",
2673-
"translation": "Gibt die SQL-Authentifizierungsmethode an, die zum Herstellen einer Verbindung mit der Azure SQL-Datenbank verwendet werden soll. Eines der folgenden Elemente: ActiveDirectoryDefault, ActiveDirectoryIntegrated, ActiveDirectoryPassword, ActiveDirectoryInteractive, ActiveDirectoryManagedIdentity, ActiveDirectoryServicePrincipal, SqlPassword",
2681+
"id": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: ActiveDirectoryDefault, ActiveDirectoryIntegrated, ActiveDirectoryPassword, ActiveDirectoryInteractive, ActiveDirectoryManagedIdentity, ActiveDirectoryServicePrincipal, ActiveDirectoryAzCli, ActiveDirectoryDeviceCode, SqlPassword",
2682+
"message": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: ActiveDirectoryDefault, ActiveDirectoryIntegrated, ActiveDirectoryPassword, ActiveDirectoryInteractive, ActiveDirectoryManagedIdentity, ActiveDirectoryServicePrincipal, ActiveDirectoryAzCli, ActiveDirectoryDeviceCode, SqlPassword",
2683+
"translation": "Gibt die SQL-Authentifizierungsmethode an, die zum Herstellen einer Verbindung mit der Azure SQL-Datenbank verwendet werden soll. Eines der folgenden Elemente: ActiveDirectoryDefault, ActiveDirectoryIntegrated, ActiveDirectoryPassword, ActiveDirectoryInteractive, ActiveDirectoryManagedIdentity, ActiveDirectoryServicePrincipal, ActiveDirectoryAzCli, ActiveDirectoryDeviceCode, SqlPassword",
26742684
"translatorComment": "Copied from source.",
26752685
"fuzzy": true
26762686
},
@@ -2796,10 +2806,20 @@
27962806
"fuzzy": true
27972807
},
27982808
{
2799-
"id": "Controls which error messages are sent to stdout. Messages that have severity level greater than or equal to this level are sent",
2800-
"message": "Controls which error messages are sent to stdout. Messages that have severity level greater than or equal to this level are sent",
2801-
"translation": "Steuert, welche Fehlermeldungen an stdout gesendet werden. Nachrichten mit einem Schweregrad größer oder gleich dieser Ebene werden gesendet.",
2809+
"id": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2810+
"message": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2811+
"translation": "{_r0__1} Leitet Fehlermeldungen mit Schweregrad >= 11 Ausgabe an stderr um. Übergeben Sie 1, um alle Fehler einschließlich PRINT umzuleiten.",
28022812
"translatorComment": "Copied from source.",
2813+
"placeholders": [
2814+
{
2815+
"id": "_r0__1",
2816+
"string": "%[1]s",
2817+
"type": "string",
2818+
"underlyingType": "string",
2819+
"argNum": 1,
2820+
"expr": "\"-r[0 | 1]\""
2821+
}
2822+
],
28032823
"fuzzy": true
28042824
},
28052825
{
@@ -2919,6 +2939,31 @@
29192939
"translatorComment": "Copied from source.",
29202940
"fuzzy": true
29212941
},
2942+
{
2943+
"id": "{_Lc} List servers. Pass {C} to omit 'Servers:' output.",
2944+
"message": "{_Lc} List servers. Pass {C} to omit 'Servers:' output.",
2945+
"translation": "{_Lc} Server auflisten. Übergeben Sie {C}, um die Ausgabe \"Servers:\" auszulassen.",
2946+
"translatorComment": "Copied from source.",
2947+
"placeholders": [
2948+
{
2949+
"id": "_Lc",
2950+
"string": "%[1]s",
2951+
"type": "string",
2952+
"underlyingType": "string",
2953+
"argNum": 1,
2954+
"expr": "\"-L[c]\""
2955+
},
2956+
{
2957+
"id": "C",
2958+
"string": "%[2]s",
2959+
"type": "string",
2960+
"underlyingType": "string",
2961+
"argNum": 2,
2962+
"expr": "\"c\""
2963+
}
2964+
],
2965+
"fuzzy": true
2966+
},
29222967
{
29232968
"id": "Dedicated administrator connection",
29242969
"message": "Dedicated administrator connection",
@@ -2940,6 +2985,51 @@
29402985
"translatorComment": "Copied from source.",
29412986
"fuzzy": true
29422987
},
2988+
{
2989+
"id": "{_k_12} Remove control characters from output. Pass 1 to substitute a space per character, 2 for a space per consecutive characters",
2990+
"message": "{_k_12} Remove control characters from output. Pass 1 to substitute a space per character, 2 for a space per consecutive characters",
2991+
"translation": "{_k_12} Entfernen Sie Steuerzeichen aus der Ausgabe. Übergeben Sie 1, um ein Leerzeichen pro Zeichen zu ersetzen, 2 für ein Leerzeichen pro aufeinanderfolgende Zeichen.",
2992+
"translatorComment": "Copied from source.",
2993+
"placeholders": [
2994+
{
2995+
"id": "_k_12",
2996+
"string": "%[1]s",
2997+
"type": "string",
2998+
"underlyingType": "string",
2999+
"argNum": 1,
3000+
"expr": "\"-k [1|2]\""
3001+
}
3002+
],
3003+
"fuzzy": true
3004+
},
3005+
{
3006+
"id": "Echo input",
3007+
"message": "Echo input",
3008+
"translation": "Echoeingabe",
3009+
"translatorComment": "Copied from source.",
3010+
"fuzzy": true
3011+
},
3012+
{
3013+
"id": "Enable column encryption",
3014+
"message": "Enable column encryption",
3015+
"translation": "Spaltenverschlüsselung aktivieren",
3016+
"translatorComment": "Copied from source.",
3017+
"fuzzy": true
3018+
},
3019+
{
3020+
"id": "New password",
3021+
"message": "New password",
3022+
"translation": "Neues Kennwort",
3023+
"translatorComment": "Copied from source.",
3024+
"fuzzy": true
3025+
},
3026+
{
3027+
"id": "New password and exit",
3028+
"message": "New password and exit",
3029+
"translation": "Neues Kennwort und Beenden",
3030+
"translatorComment": "Copied from source.",
3031+
"fuzzy": true
3032+
},
29433033
{
29443034
"id": "Sets the sqlcmd scripting variable {V}",
29453035
"message": "Sets the sqlcmd scripting variable {V}",
@@ -3181,6 +3271,13 @@
31813271
],
31823272
"fuzzy": true
31833273
},
3274+
{
3275+
"id": "Enter new password:",
3276+
"message": "Enter new password:",
3277+
"translation": "Neues Kennwort eingeben:",
3278+
"translatorComment": "Copied from source.",
3279+
"fuzzy": true
3280+
},
31843281
{
31853282
"id": "Sqlcmd: Error:",
31863283
"message": "Sqlcmd: Error:",
@@ -3344,6 +3441,13 @@
33443441
],
33453442
"fuzzy": true
33463443
},
3444+
{
3445+
"id": "Timeout expired",
3446+
"message": "Timeout expired",
3447+
"translation": "Timeout abgelaufen",
3448+
"translatorComment": "Copied from source.",
3449+
"fuzzy": true
3450+
},
33473451
{
33483452
"id": "Msg {Number}, Level {Class}, State {State}, Server {ServerName}, Procedure {ProcName}, Line {LineNo}{SqlcmdEol}",
33493453
"message": "Msg {Number}, Level {Class}, State {State}, Server {ServerName}, Procedure {ProcName}, Line {LineNo}{SqlcmdEol}",
@@ -3466,6 +3570,13 @@
34663570
],
34673571
"fuzzy": true
34683572
},
3573+
{
3574+
"id": "Password:",
3575+
"message": "Password:",
3576+
"translation": "Kennwort:",
3577+
"translatorComment": "Copied from source.",
3578+
"fuzzy": true
3579+
},
34693580
{
34703581
"id": "Invalid variable identifier {Name}",
34713582
"message": "Invalid variable identifier {Name}",

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

Lines changed: 120 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2661,16 +2661,26 @@
26612661
"fuzzy": true
26622662
},
26632663
{
2664-
"id": "Disables commands that might compromise system security. Sqlcmd issues a warning and continues",
2665-
"message": "Disables commands that might compromise system security. Sqlcmd issues a warning and continues",
2666-
"translation": "Deshabilitar los comandos que podrían poner en peligro la seguridad del sistema. Sqlcmd emite una advertencia y continúa",
2664+
"id": "{_X1} Disables commands that might compromise system security. Passing 1 tells sqlcmd to exit when disabled commands are run.",
2665+
"message": "{_X1} Disables commands that might compromise system security. Passing 1 tells sqlcmd to exit when disabled commands are run.",
2666+
"translation": "{_X1} Deshabilita comandos que pueden poner en peligro la seguridad del sistema. Al pasar 1, se indica a sqlcmd que se cierre cuando se ejecuten comandos deshabilitados.",
26672667
"translatorComment": "Copied from source.",
2668+
"placeholders": [
2669+
{
2670+
"id": "_X1",
2671+
"string": "%[1]s",
2672+
"type": "string",
2673+
"underlyingType": "string",
2674+
"argNum": 1,
2675+
"expr": "\"-X[1]\""
2676+
}
2677+
],
26682678
"fuzzy": true
26692679
},
26702680
{
2671-
"id": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: ActiveDirectoryDefault, ActiveDirectoryIntegrated, ActiveDirectoryPassword, ActiveDirectoryInteractive, ActiveDirectoryManagedIdentity, ActiveDirectoryServicePrincipal, SqlPassword",
2672-
"message": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: ActiveDirectoryDefault, ActiveDirectoryIntegrated, ActiveDirectoryPassword, ActiveDirectoryInteractive, ActiveDirectoryManagedIdentity, ActiveDirectoryServicePrincipal, SqlPassword",
2673-
"translation": "Especifica el método de autenticación de SQL que se va a usar para conectarse a Azure SQL Database. Uno de los siguientes: ActiveDirectoryDefault, ActiveDirectoryIntegrated, ActiveDirectoryPassword, ActiveDirectoryInteractive, ActiveDirectoryManagedIdentity, ActiveDirectoryServicePrincipal, SqlPassword",
2681+
"id": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: ActiveDirectoryDefault, ActiveDirectoryIntegrated, ActiveDirectoryPassword, ActiveDirectoryInteractive, ActiveDirectoryManagedIdentity, ActiveDirectoryServicePrincipal, ActiveDirectoryAzCli, ActiveDirectoryDeviceCode, SqlPassword",
2682+
"message": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: ActiveDirectoryDefault, ActiveDirectoryIntegrated, ActiveDirectoryPassword, ActiveDirectoryInteractive, ActiveDirectoryManagedIdentity, ActiveDirectoryServicePrincipal, ActiveDirectoryAzCli, ActiveDirectoryDeviceCode, SqlPassword",
2683+
"translation": "Especifica el método de autenticación de SQL que se va a usar para conectarse a Azure SQL Database. Uno de los siguientes: ActiveDirectoryDefault, ActiveDirectoryIntegrated, ActiveDirectoryPassword, ActiveDirectoryInteractive, ActiveDirectoryManagedIdentity, ActiveDirectoryServicePrincipal, ActiveDirectoryAzCli, ActiveDirectoryDeviceCode, SqlPassword",
26742684
"translatorComment": "Copied from source.",
26752685
"fuzzy": true
26762686
},
@@ -2796,10 +2806,20 @@
27962806
"fuzzy": true
27972807
},
27982808
{
2799-
"id": "Controls which error messages are sent to stdout. Messages that have severity level greater than or equal to this level are sent",
2800-
"message": "Controls which error messages are sent to stdout. Messages that have severity level greater than or equal to this level are sent",
2801-
"translation": "Controlar qué mensajes de error se envían a stdout. Se envían los mensajes que tienen un nivel de gravedad mayor o igual que este nivel",
2809+
"id": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2810+
"message": "{_r0__1} Redirects error messages with severity >= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2811+
"translation": "{_r0__1} Redirige los mensajes de error con salidas de gravedad >= 11 a stderr. Pase 1 para redirigir todos los errores, incluido PRINT.",
28022812
"translatorComment": "Copied from source.",
2813+
"placeholders": [
2814+
{
2815+
"id": "_r0__1",
2816+
"string": "%[1]s",
2817+
"type": "string",
2818+
"underlyingType": "string",
2819+
"argNum": 1,
2820+
"expr": "\"-r[0 | 1]\""
2821+
}
2822+
],
28032823
"fuzzy": true
28042824
},
28052825
{
@@ -2919,6 +2939,31 @@
29192939
"translatorComment": "Copied from source.",
29202940
"fuzzy": true
29212941
},
2942+
{
2943+
"id": "{_Lc} List servers. Pass {C} to omit 'Servers:' output.",
2944+
"message": "{_Lc} List servers. Pass {C} to omit 'Servers:' output.",
2945+
"translation": "{_Lc} Servidores de lista. Pase {C} para omitir la salida de 'Servers:'.",
2946+
"translatorComment": "Copied from source.",
2947+
"placeholders": [
2948+
{
2949+
"id": "_Lc",
2950+
"string": "%[1]s",
2951+
"type": "string",
2952+
"underlyingType": "string",
2953+
"argNum": 1,
2954+
"expr": "\"-L[c]\""
2955+
},
2956+
{
2957+
"id": "C",
2958+
"string": "%[2]s",
2959+
"type": "string",
2960+
"underlyingType": "string",
2961+
"argNum": 2,
2962+
"expr": "\"c\""
2963+
}
2964+
],
2965+
"fuzzy": true
2966+
},
29222967
{
29232968
"id": "Dedicated administrator connection",
29242969
"message": "Dedicated administrator connection",
@@ -2940,6 +2985,51 @@
29402985
"translatorComment": "Copied from source.",
29412986
"fuzzy": true
29422987
},
2988+
{
2989+
"id": "{_k_12} Remove control characters from output. Pass 1 to substitute a space per character, 2 for a space per consecutive characters",
2990+
"message": "{_k_12} Remove control characters from output. Pass 1 to substitute a space per character, 2 for a space per consecutive characters",
2991+
"translation": "{_k_12} Quite los caracteres de control de la salida. Pase 1 para sustituir un espacio por carácter, 2 para un espacio por caracteres consecutivos",
2992+
"translatorComment": "Copied from source.",
2993+
"placeholders": [
2994+
{
2995+
"id": "_k_12",
2996+
"string": "%[1]s",
2997+
"type": "string",
2998+
"underlyingType": "string",
2999+
"argNum": 1,
3000+
"expr": "\"-k [1|2]\""
3001+
}
3002+
],
3003+
"fuzzy": true
3004+
},
3005+
{
3006+
"id": "Echo input",
3007+
"message": "Echo input",
3008+
"translation": "Entrada de eco",
3009+
"translatorComment": "Copied from source.",
3010+
"fuzzy": true
3011+
},
3012+
{
3013+
"id": "Enable column encryption",
3014+
"message": "Enable column encryption",
3015+
"translation": "Habilitar cifrado de columna",
3016+
"translatorComment": "Copied from source.",
3017+
"fuzzy": true
3018+
},
3019+
{
3020+
"id": "New password",
3021+
"message": "New password",
3022+
"translation": "Contraseña nueva",
3023+
"translatorComment": "Copied from source.",
3024+
"fuzzy": true
3025+
},
3026+
{
3027+
"id": "New password and exit",
3028+
"message": "New password and exit",
3029+
"translation": "Nueva contraseña y salir",
3030+
"translatorComment": "Copied from source.",
3031+
"fuzzy": true
3032+
},
29433033
{
29443034
"id": "Sets the sqlcmd scripting variable {V}",
29453035
"message": "Sets the sqlcmd scripting variable {V}",
@@ -3181,6 +3271,13 @@
31813271
],
31823272
"fuzzy": true
31833273
},
3274+
{
3275+
"id": "Enter new password:",
3276+
"message": "Enter new password:",
3277+
"translation": "Escribir la nueva contraseña:",
3278+
"translatorComment": "Copied from source.",
3279+
"fuzzy": true
3280+
},
31843281
{
31853282
"id": "Sqlcmd: Error:",
31863283
"message": "Sqlcmd: Error:",
@@ -3344,6 +3441,13 @@
33443441
],
33453442
"fuzzy": true
33463443
},
3444+
{
3445+
"id": "Timeout expired",
3446+
"message": "Timeout expired",
3447+
"translation": "Tiempo de espera agotado",
3448+
"translatorComment": "Copied from source.",
3449+
"fuzzy": true
3450+
},
33473451
{
33483452
"id": "Msg {Number}, Level {Class}, State {State}, Server {ServerName}, Procedure {ProcName}, Line {LineNo}{SqlcmdEol}",
33493453
"message": "Msg {Number}, Level {Class}, State {State}, Server {ServerName}, Procedure {ProcName}, Line {LineNo}{SqlcmdEol}",
@@ -3466,6 +3570,13 @@
34663570
],
34673571
"fuzzy": true
34683572
},
3573+
{
3574+
"id": "Password:",
3575+
"message": "Password:",
3576+
"translation": "Contraseña:",
3577+
"translatorComment": "Copied from source.",
3578+
"fuzzy": true
3579+
},
34693580
{
34703581
"id": "Invalid variable identifier {Name}",
34713582
"message": "Invalid variable identifier {Name}",

0 commit comments

Comments
 (0)