Skip to content

Commit 2c809a7

Browse files
committed
Localized file check-in by OneLocBuild Task: Build definition ID 51965: Build ID 181243959
1 parent bd5a47d commit 2c809a7

File tree

10 files changed

+1170
-90
lines changed

10 files changed

+1170
-90
lines changed

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

Lines changed: 116 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@
21272127
"placeholders": [
21282128
{
21292129
"id": "Port",
2130-
"string": "%[1]d",
2130+
"string": "%#[1]v",
21312131
"type": "int",
21322132
"underlyingType": "int",
21332133
"argNum": 1,
@@ -2527,6 +2527,13 @@
25272527
],
25282528
"fuzzy": true
25292529
},
2530+
{
2531+
"id": "Write runtime trace to the specified file. Only for advanced debugging.",
2532+
"message": "Write runtime trace to the specified file. Only for advanced debugging.",
2533+
"translation": "Laufzeitverfolgung in die angegebene Datei schreiben. Nur für fortgeschrittenes Debugging.",
2534+
"translatorComment": "Copied from source.",
2535+
"fuzzy": true
2536+
},
25302537
{
25312538
"id": "Identifies one or more files that contain batches of SQL statements. If one or more files do not exist, sqlcmd will exit. Mutually exclusive with {QueryAndExitFlag}/{QueryFlag}",
25322539
"message": "Identifies one or more files that contain batches of SQL statements. If one or more files do not exist, sqlcmd will exit. Mutually exclusive with {QueryAndExitFlag}/{QueryFlag}",
@@ -2678,10 +2685,20 @@
26782685
"fuzzy": true
26792686
},
26802687
{
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",
2688+
"id": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: {ActiveDirectoryAzureDeveloperCli__SqlPassword___}",
2689+
"message": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: {ActiveDirectoryAzureDeveloperCli__SqlPassword___}",
2690+
"translation": "Gibt die SQL-Authentifizierungsmethode an, die zum Herstellen einer Verbindung mit der Azure SQL-Datenbank verwendet werden soll. Eines der folgenden Elemente: {ActiveDirectoryAzureDeveloperCli__SqlPassword___}",
26842691
"translatorComment": "Copied from source.",
2692+
"placeholders": [
2693+
{
2694+
"id": "ActiveDirectoryAzureDeveloperCli__SqlPassword___",
2695+
"string": "%[1]s",
2696+
"type": "string",
2697+
"underlyingType": "string",
2698+
"argNum": 1,
2699+
"expr": "strings.Join([]string{\n\tazuread.ActiveDirectoryDefault,\n\tazuread.ActiveDirectoryIntegrated,\n\tazuread.ActiveDirectoryPassword,\n\tazuread.ActiveDirectoryInteractive,\n\tazuread.ActiveDirectoryManagedIdentity,\n\tazuread.ActiveDirectoryServicePrincipal,\n\tazuread.ActiveDirectoryServicePrincipalAccessToken,\n\tazuread.ActiveDirectoryAzCli,\n\tazuread.ActiveDirectoryDeviceCode,\n\tazuread.ActiveDirectoryWorkloadIdentity,\n\tazuread.ActiveDirectoryClientAssertion,\n\tazuread.ActiveDirectoryAzurePipelines,\n\tazuread.ActiveDirectoryEnvironment,\n\tazuread.ActiveDirectoryAzureDeveloperCli,\n\t\"SqlPassword\",\n}, \", \")"
2700+
}
2701+
],
26852702
"fuzzy": true
26862703
},
26872704
{
@@ -2799,10 +2816,35 @@
27992816
"fuzzy": true
28002817
},
28012818
{
2802-
"id": "Specifies the formatting for results",
2803-
"message": "Specifies the formatting for results",
2804-
"translation": "Gibt die Formatierung für Ergebnisse an",
2819+
"id": "Specifies the host name in the server certificate.",
2820+
"message": "Specifies the host name in the server certificate.",
2821+
"translation": "Gibt den Hostnamen im Serverzertifikat an.",
2822+
"translatorComment": "Copied from source.",
2823+
"fuzzy": true
2824+
},
2825+
{
2826+
"id": "Prints the output in vertical format. This option sets the sqlcmd scripting variable {SQLCMDFORMAT} to '{Vert}'. The default is false",
2827+
"message": "Prints the output in vertical format. This option sets the sqlcmd scripting variable {SQLCMDFORMAT} to '{Vert}'. The default is false",
2828+
"translation": "Druckt die Ausgabe im vertikalen Format. Mit dieser Option wird die sqlcmd-Skriptvariable {SQLCMDFORMAT} auf „{Vert}“ festgelegt. Der Standardwert lautet FALSCH.",
28052829
"translatorComment": "Copied from source.",
2830+
"placeholders": [
2831+
{
2832+
"id": "SQLCMDFORMAT",
2833+
"string": "%[1]s",
2834+
"type": "string",
2835+
"underlyingType": "string",
2836+
"argNum": 1,
2837+
"expr": "sqlcmd.SQLCMDFORMAT"
2838+
},
2839+
{
2840+
"id": "Vert",
2841+
"string": "%[2]s",
2842+
"type": "string",
2843+
"underlyingType": "string",
2844+
"argNum": 2,
2845+
"expr": "\"vert\""
2846+
}
2847+
],
28062848
"fuzzy": true
28072849
},
28082850
{
@@ -2967,7 +3009,7 @@
29673009
{
29683010
"id": "Dedicated administrator connection",
29693011
"message": "Dedicated administrator connection",
2970-
"translation": "Dedizierte Administratorverbindung",
3012+
"translation": "Dedizierte Adminverbindung",
29713013
"translatorComment": "Copied from source.",
29723014
"fuzzy": true
29733015
},
@@ -3254,6 +3296,48 @@
32543296
],
32553297
"fuzzy": true
32563298
},
3299+
{
3300+
"id": "failed to create trace file '{TraceFile}': {Err}",
3301+
"message": "failed to create trace file '{TraceFile}': {Err}",
3302+
"translation": "Fehler beim Erstellen der Ablaufverfolgungsdatei „{TraceFile}“: {Err}",
3303+
"translatorComment": "Copied from source.",
3304+
"placeholders": [
3305+
{
3306+
"id": "TraceFile",
3307+
"string": "%[1]s",
3308+
"type": "string",
3309+
"underlyingType": "string",
3310+
"argNum": 1,
3311+
"expr": "args.TraceFile"
3312+
},
3313+
{
3314+
"id": "Err",
3315+
"string": "%[2]v",
3316+
"type": "error",
3317+
"underlyingType": "interface{Error() string}",
3318+
"argNum": 2,
3319+
"expr": "err"
3320+
}
3321+
],
3322+
"fuzzy": true
3323+
},
3324+
{
3325+
"id": "failed to start trace: {Err}",
3326+
"message": "failed to start trace: {Err}",
3327+
"translation": "Fehler beim Starten der Ablaufverfolgung: {Err}",
3328+
"translatorComment": "Copied from source.",
3329+
"placeholders": [
3330+
{
3331+
"id": "Err",
3332+
"string": "%[1]v",
3333+
"type": "error",
3334+
"underlyingType": "interface{Error() string}",
3335+
"argNum": 1,
3336+
"expr": "err"
3337+
}
3338+
],
3339+
"fuzzy": true
3340+
},
32573341
{
32583342
"id": "invalid batch terminator '{BatchTerminator}'",
32593343
"message": "invalid batch terminator '{BatchTerminator}'",
@@ -3584,6 +3668,30 @@
35843668
"translatorComment": "Copied from source.",
35853669
"fuzzy": true
35863670
},
3671+
{
3672+
"id": "(1 row affected)",
3673+
"message": "(1 row affected)",
3674+
"translation": "(1 Zeile betroffen)",
3675+
"translatorComment": "Copied from source.",
3676+
"fuzzy": true
3677+
},
3678+
{
3679+
"id": "({Count} rows affected)",
3680+
"message": "({Count} rows affected)",
3681+
"translation": "({Count} Zeilen betroffen)",
3682+
"translatorComment": "Copied from source.",
3683+
"placeholders": [
3684+
{
3685+
"id": "Count",
3686+
"string": "%[1]d",
3687+
"type": "int64",
3688+
"underlyingType": "int64",
3689+
"argNum": 1,
3690+
"expr": "m.Count"
3691+
}
3692+
],
3693+
"fuzzy": true
3694+
},
35873695
{
35883696
"id": "Invalid variable identifier {Name}",
35893697
"message": "Invalid variable identifier {Name}",

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

Lines changed: 115 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@
21272127
"placeholders": [
21282128
{
21292129
"id": "Port",
2130-
"string": "%[1]d",
2130+
"string": "%#[1]v",
21312131
"type": "int",
21322132
"underlyingType": "int",
21332133
"argNum": 1,
@@ -2527,6 +2527,13 @@
25272527
],
25282528
"fuzzy": true
25292529
},
2530+
{
2531+
"id": "Write runtime trace to the specified file. Only for advanced debugging.",
2532+
"message": "Write runtime trace to the specified file. Only for advanced debugging.",
2533+
"translation": "Escriba el seguimiento en tiempo de ejecución en el archivo especificado. Solo para depuración avanzada.",
2534+
"translatorComment": "Copied from source.",
2535+
"fuzzy": true
2536+
},
25302537
{
25312538
"id": "Identifies one or more files that contain batches of SQL statements. If one or more files do not exist, sqlcmd will exit. Mutually exclusive with {QueryAndExitFlag}/{QueryFlag}",
25322539
"message": "Identifies one or more files that contain batches of SQL statements. If one or more files do not exist, sqlcmd will exit. Mutually exclusive with {QueryAndExitFlag}/{QueryFlag}",
@@ -2678,10 +2685,20 @@
26782685
"fuzzy": true
26792686
},
26802687
{
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",
2688+
"id": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: {ActiveDirectoryAzureDeveloperCli__SqlPassword___}",
2689+
"message": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: {ActiveDirectoryAzureDeveloperCli__SqlPassword___}",
2690+
"translation": "Especifica el método de autenticación de SQL que se va a usar para conectarse a Azure SQL Database. Uno de: {ActiveDirectoryAzureDeveloperCli__SqlPassword___}",
26842691
"translatorComment": "Copied from source.",
2692+
"placeholders": [
2693+
{
2694+
"id": "ActiveDirectoryAzureDeveloperCli__SqlPassword___",
2695+
"string": "%[1]s",
2696+
"type": "string",
2697+
"underlyingType": "string",
2698+
"argNum": 1,
2699+
"expr": "strings.Join([]string{\n\tazuread.ActiveDirectoryDefault,\n\tazuread.ActiveDirectoryIntegrated,\n\tazuread.ActiveDirectoryPassword,\n\tazuread.ActiveDirectoryInteractive,\n\tazuread.ActiveDirectoryManagedIdentity,\n\tazuread.ActiveDirectoryServicePrincipal,\n\tazuread.ActiveDirectoryServicePrincipalAccessToken,\n\tazuread.ActiveDirectoryAzCli,\n\tazuread.ActiveDirectoryDeviceCode,\n\tazuread.ActiveDirectoryWorkloadIdentity,\n\tazuread.ActiveDirectoryClientAssertion,\n\tazuread.ActiveDirectoryAzurePipelines,\n\tazuread.ActiveDirectoryEnvironment,\n\tazuread.ActiveDirectoryAzureDeveloperCli,\n\t\"SqlPassword\",\n}, \", \")"
2700+
}
2701+
],
26852702
"fuzzy": true
26862703
},
26872704
{
@@ -2799,10 +2816,35 @@
27992816
"fuzzy": true
28002817
},
28012818
{
2802-
"id": "Specifies the formatting for results",
2803-
"message": "Specifies the formatting for results",
2804-
"translation": "Especifica el formato de los resultados",
2819+
"id": "Specifies the host name in the server certificate.",
2820+
"message": "Specifies the host name in the server certificate.",
2821+
"translation": "Especifica el nombre del host en el certificado del servidor.",
2822+
"translatorComment": "Copied from source.",
2823+
"fuzzy": true
2824+
},
2825+
{
2826+
"id": "Prints the output in vertical format. This option sets the sqlcmd scripting variable {SQLCMDFORMAT} to '{Vert}'. The default is false",
2827+
"message": "Prints the output in vertical format. This option sets the sqlcmd scripting variable {SQLCMDFORMAT} to '{Vert}'. The default is false",
2828+
"translation": "Imprime la salida en formato vertical. Esta opción establece la variable de scripting sqlcmd {SQLCMDFORMAT} en '{Vert}'. El valor predeterminado es false",
28052829
"translatorComment": "Copied from source.",
2830+
"placeholders": [
2831+
{
2832+
"id": "SQLCMDFORMAT",
2833+
"string": "%[1]s",
2834+
"type": "string",
2835+
"underlyingType": "string",
2836+
"argNum": 1,
2837+
"expr": "sqlcmd.SQLCMDFORMAT"
2838+
},
2839+
{
2840+
"id": "Vert",
2841+
"string": "%[2]s",
2842+
"type": "string",
2843+
"underlyingType": "string",
2844+
"argNum": 2,
2845+
"expr": "\"vert\""
2846+
}
2847+
],
28062848
"fuzzy": true
28072849
},
28082850
{
@@ -3254,6 +3296,48 @@
32543296
],
32553297
"fuzzy": true
32563298
},
3299+
{
3300+
"id": "failed to create trace file '{TraceFile}': {Err}",
3301+
"message": "failed to create trace file '{TraceFile}': {Err}",
3302+
"translation": "No se pudo crear el archivo de seguimiento '{TraceFile}': {Err}",
3303+
"translatorComment": "Copied from source.",
3304+
"placeholders": [
3305+
{
3306+
"id": "TraceFile",
3307+
"string": "%[1]s",
3308+
"type": "string",
3309+
"underlyingType": "string",
3310+
"argNum": 1,
3311+
"expr": "args.TraceFile"
3312+
},
3313+
{
3314+
"id": "Err",
3315+
"string": "%[2]v",
3316+
"type": "error",
3317+
"underlyingType": "interface{Error() string}",
3318+
"argNum": 2,
3319+
"expr": "err"
3320+
}
3321+
],
3322+
"fuzzy": true
3323+
},
3324+
{
3325+
"id": "failed to start trace: {Err}",
3326+
"message": "failed to start trace: {Err}",
3327+
"translation": "no se pudo iniciar el seguimiento: {Err}",
3328+
"translatorComment": "Copied from source.",
3329+
"placeholders": [
3330+
{
3331+
"id": "Err",
3332+
"string": "%[1]v",
3333+
"type": "error",
3334+
"underlyingType": "interface{Error() string}",
3335+
"argNum": 1,
3336+
"expr": "err"
3337+
}
3338+
],
3339+
"fuzzy": true
3340+
},
32573341
{
32583342
"id": "invalid batch terminator '{BatchTerminator}'",
32593343
"message": "invalid batch terminator '{BatchTerminator}'",
@@ -3584,6 +3668,30 @@
35843668
"translatorComment": "Copied from source.",
35853669
"fuzzy": true
35863670
},
3671+
{
3672+
"id": "(1 row affected)",
3673+
"message": "(1 row affected)",
3674+
"translation": "(1 fila afectada)",
3675+
"translatorComment": "Copied from source.",
3676+
"fuzzy": true
3677+
},
3678+
{
3679+
"id": "({Count} rows affected)",
3680+
"message": "({Count} rows affected)",
3681+
"translation": "({Count} filas afectadas)",
3682+
"translatorComment": "Copied from source.",
3683+
"placeholders": [
3684+
{
3685+
"id": "Count",
3686+
"string": "%[1]d",
3687+
"type": "int64",
3688+
"underlyingType": "int64",
3689+
"argNum": 1,
3690+
"expr": "m.Count"
3691+
}
3692+
],
3693+
"fuzzy": true
3694+
},
35873695
{
35883696
"id": "Invalid variable identifier {Name}",
35893697
"message": "Invalid variable identifier {Name}",

0 commit comments

Comments
 (0)