Skip to content

Commit 310b400

Browse files
shueybubblesDavid Shiflet (from Dev Box)
andauthored
Localized file check-in by OneLocBuild Task: Build definition ID 51965: Build ID 181243959 (#600)
Co-authored-by: David Shiflet (from Dev Box) <davidshi@ntdev.microsoft.com>
1 parent bd5a47d commit 310b400

33 files changed

+4364
-1951
lines changed

.vscode/launch.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
"mode" : "auto",
2626
"program": "${workspaceFolder}/cmd/modern",
2727
"args" : ["-S", ".", "-Q", "select top 8 name from sys.all_objects"],
28+
},
29+
{
30+
"name" : "Print help",
31+
"type" : "go",
32+
"request": "launch",
33+
"mode" : "auto",
34+
"program": "${workspaceFolder}/cmd/modern",
35+
"args" : ["-?"],
2836
},
2937
{
3038
"name" : "Run file query",

internal/translations/catalog.go

Lines changed: 1686 additions & 1621 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
copy /y localized\de-DE\out.gotext.json locales\de-DE\
2+
copy /y localized\es-ES\out.gotext.json locales\es-ES\
3+
copy /y localized\fr-FR\out.gotext.json locales\fr-FR\
4+
copy /y localized\it-IT\out.gotext.json locales\it-IT\
5+
copy /y localized\ja-JP\out.gotext.json locales\ja-JP\
6+
copy /y localized\ko-KR\out.gotext.json locales\ko-KR\
7+
copy /y localized\pt-BR\out.gotext.json locales\pt-BR\
8+
copy /y localized\ru-RU\out.gotext.json locales\ru-RU\
9+
copy /y localized\zh-CN\out.gotext.json locales\zh-CN\
10+
copy /y localized\zh-TW\out.gotext.json locales\zh-TW\
11+
copy /y locales\de-DE\out.gotext.json locales\de-DE\messages.gotext.json
12+
copy /y locales\es-ES\out.gotext.json locales\es-ES\messages.gotext.json
13+
copy /y locales\fr-FR\out.gotext.json locales\fr-FR\messages.gotext.json
14+
copy /y locales\it-IT\out.gotext.json locales\it-IT\messages.gotext.json
15+
copy /y locales\ja-JP\out.gotext.json locales\ja-JP\messages.gotext.json
16+
copy /y locales\ko-KR\out.gotext.json locales\ko-KR\messages.gotext.json
17+
copy /y locales\pt-BR\out.gotext.json locales\pt-BR\messages.gotext.json
18+
copy /y locales\ru-RU\out.gotext.json locales\ru-RU\messages.gotext.json
19+
copy /y locales\zh-CN\out.gotext.json locales\zh-CN\messages.gotext.json
20+
copy /y locales\zh-TW\out.gotext.json locales\zh-TW\messages.gotext.json

internal/translations/locales/de-DE/messages.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/locales/de-DE/out.gotext.json

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2530,7 +2530,9 @@
25302530
{
25312531
"id": "Write runtime trace to the specified file. Only for advanced debugging.",
25322532
"message": "Write runtime trace to the specified file. Only for advanced debugging.",
2533-
"translation": ""
2533+
"translation": "Laufzeitverfolgung in die angegebene Datei schreiben. Nur für fortgeschrittenes Debugging.",
2534+
"translatorComment": "Copied from source.",
2535+
"fuzzy": true
25342536
},
25352537
{
25362538
"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}",
@@ -2685,7 +2687,8 @@
26852687
{
26862688
"id": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: {ActiveDirectoryAzureDeveloperCli__SqlPassword___}",
26872689
"message": "Specifies the SQL authentication method to use to connect to Azure SQL Database. One of: {ActiveDirectoryAzureDeveloperCli__SqlPassword___}",
2688-
"translation": "",
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___}",
2691+
"translatorComment": "Copied from source.",
26892692
"placeholders": [
26902693
{
26912694
"id": "ActiveDirectoryAzureDeveloperCli__SqlPassword___",
@@ -2695,7 +2698,8 @@
26952698
"argNum": 1,
26962699
"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}, \", \")"
26972700
}
2698-
]
2701+
],
2702+
"fuzzy": true
26992703
},
27002704
{
27012705
"id": "Tells sqlcmd to use ActiveDirectory authentication. If no user name is provided, authentication method ActiveDirectoryDefault is used. If a password is provided, ActiveDirectoryPassword is used. Otherwise ActiveDirectoryInteractive is used",
@@ -2814,12 +2818,15 @@
28142818
{
28152819
"id": "Specifies the host name in the server certificate.",
28162820
"message": "Specifies the host name in the server certificate.",
2817-
"translation": ""
2821+
"translation": "Gibt den Hostnamen im Serverzertifikat an.",
2822+
"translatorComment": "Copied from source.",
2823+
"fuzzy": true
28182824
},
28192825
{
28202826
"id": "Prints the output in vertical format. This option sets the sqlcmd scripting variable {SQLCMDFORMAT} to '{Vert}'. The default is false",
28212827
"message": "Prints the output in vertical format. This option sets the sqlcmd scripting variable {SQLCMDFORMAT} to '{Vert}'. The default is false",
2822-
"translation": "",
2828+
"translation": "Druckt die Ausgabe im vertikalen Format. Mit dieser Option wird die sqlcmd-Skriptvariable {SQLCMDFORMAT} auf „{Vert}“ festgelegt. Der Standardwert lautet FALSCH.",
2829+
"translatorComment": "Copied from source.",
28232830
"placeholders": [
28242831
{
28252832
"id": "SQLCMDFORMAT",
@@ -2837,7 +2844,8 @@
28372844
"argNum": 2,
28382845
"expr": "\"vert\""
28392846
}
2840-
]
2847+
],
2848+
"fuzzy": true
28412849
},
28422850
{
28432851
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
@@ -3001,7 +3009,7 @@
30013009
{
30023010
"id": "Dedicated administrator connection",
30033011
"message": "Dedicated administrator connection",
3004-
"translation": "Dedizierte Administratorverbindung",
3012+
"translation": "Dedizierte Adminverbindung",
30053013
"translatorComment": "Copied from source.",
30063014
"fuzzy": true
30073015
},
@@ -3291,7 +3299,8 @@
32913299
{
32923300
"id": "failed to create trace file '{TraceFile}': {Err}",
32933301
"message": "failed to create trace file '{TraceFile}': {Err}",
3294-
"translation": "",
3302+
"translation": "Fehler beim Erstellen der Ablaufverfolgungsdatei „{TraceFile}“: {Err}",
3303+
"translatorComment": "Copied from source.",
32953304
"placeholders": [
32963305
{
32973306
"id": "TraceFile",
@@ -3309,12 +3318,14 @@
33093318
"argNum": 2,
33103319
"expr": "err"
33113320
}
3312-
]
3321+
],
3322+
"fuzzy": true
33133323
},
33143324
{
33153325
"id": "failed to start trace: {Err}",
33163326
"message": "failed to start trace: {Err}",
3317-
"translation": "",
3327+
"translation": "Fehler beim Starten der Ablaufverfolgung: {Err}",
3328+
"translatorComment": "Copied from source.",
33183329
"placeholders": [
33193330
{
33203331
"id": "Err",
@@ -3324,7 +3335,8 @@
33243335
"argNum": 1,
33253336
"expr": "err"
33263337
}
3327-
]
3338+
],
3339+
"fuzzy": true
33283340
},
33293341
{
33303342
"id": "invalid batch terminator '{BatchTerminator}'",
@@ -3659,12 +3671,15 @@
36593671
{
36603672
"id": "(1 row affected)",
36613673
"message": "(1 row affected)",
3662-
"translation": ""
3674+
"translation": "(1 Zeile betroffen)",
3675+
"translatorComment": "Copied from source.",
3676+
"fuzzy": true
36633677
},
36643678
{
36653679
"id": "({Count} rows affected)",
36663680
"message": "({Count} rows affected)",
3667-
"translation": "",
3681+
"translation": "({Count} Zeilen betroffen)",
3682+
"translatorComment": "Copied from source.",
36683683
"placeholders": [
36693684
{
36703685
"id": "Count",
@@ -3674,7 +3689,8 @@
36743689
"argNum": 1,
36753690
"expr": "m.Count"
36763691
}
3677-
]
3692+
],
3693+
"fuzzy": true
36783694
},
36793695
{
36803696
"id": "Invalid variable identifier {Name}",

0 commit comments

Comments
 (0)