Skip to content

Commit 5e60d97

Browse files
Consume new localized messages (#467)
1 parent a62432f commit 5e60d97

21 files changed

+2587
-1114
lines changed

internal/translations/catalog.go

+973-850
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+120-9
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/locales/de-DE/out.gotext.json

+40-16
Original file line numberDiff line numberDiff line change
@@ -2663,7 +2663,8 @@
26632663
{
26642664
"id": "{_X1} Disables commands that might compromise system security. Passing 1 tells sqlcmd to exit when disabled commands are run.",
26652665
"message": "{_X1} Disables commands that might compromise system security. Passing 1 tells sqlcmd to exit when disabled commands are run.",
2666-
"translation": "",
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.",
2667+
"translatorComment": "Copied from source.",
26672668
"placeholders": [
26682669
{
26692670
"id": "_X1",
@@ -2673,12 +2674,15 @@
26732674
"argNum": 1,
26742675
"expr": "\"-X[1]\""
26752676
}
2676-
]
2677+
],
2678+
"fuzzy": true
26772679
},
26782680
{
26792681
"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",
26802682
"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",
2681-
"translation": ""
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",
2684+
"translatorComment": "Copied from source.",
2685+
"fuzzy": true
26822686
},
26832687
{
26842688
"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",
@@ -2804,7 +2808,8 @@
28042808
{
28052809
"id": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
28062810
"message": "{_r0__1} Redirects error messages with severity \u003e= 11 output to stderr. Pass 1 to to redirect all errors including PRINT.",
2807-
"translation": "",
2811+
"translation": "{_r0__1} Leitet Fehlermeldungen mit Schweregrad \u003e= 11 Ausgabe an stderr um. Übergeben Sie 1, um alle Fehler einschließlich PRINT umzuleiten.",
2812+
"translatorComment": "Copied from source.",
28082813
"placeholders": [
28092814
{
28102815
"id": "_r0__1",
@@ -2814,7 +2819,8 @@
28142819
"argNum": 1,
28152820
"expr": "\"-r[0 | 1]\""
28162821
}
2817-
]
2822+
],
2823+
"fuzzy": true
28182824
},
28192825
{
28202826
"id": "Level of mssql driver messages to print",
@@ -2936,7 +2942,8 @@
29362942
{
29372943
"id": "{_Lc} List servers. Pass {C} to omit 'Servers:' output.",
29382944
"message": "{_Lc} List servers. Pass {C} to omit 'Servers:' output.",
2939-
"translation": "",
2945+
"translation": "{_Lc} Server auflisten. Übergeben Sie {C}, um die Ausgabe \"Servers:\" auszulassen.",
2946+
"translatorComment": "Copied from source.",
29402947
"placeholders": [
29412948
{
29422949
"id": "_Lc",
@@ -2954,7 +2961,8 @@
29542961
"argNum": 2,
29552962
"expr": "\"c\""
29562963
}
2957-
]
2964+
],
2965+
"fuzzy": true
29582966
},
29592967
{
29602968
"id": "Dedicated administrator connection",
@@ -2980,7 +2988,8 @@
29802988
{
29812989
"id": "{_k_12} Remove control characters from output. Pass 1 to substitute a space per character, 2 for a space per consecutive characters",
29822990
"message": "{_k_12} Remove control characters from output. Pass 1 to substitute a space per character, 2 for a space per consecutive characters",
2983-
"translation": "",
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.",
29842993
"placeholders": [
29852994
{
29862995
"id": "_k_12",
@@ -2990,27 +2999,36 @@
29902999
"argNum": 1,
29913000
"expr": "\"-k [1|2]\""
29923001
}
2993-
]
3002+
],
3003+
"fuzzy": true
29943004
},
29953005
{
29963006
"id": "Echo input",
29973007
"message": "Echo input",
2998-
"translation": ""
3008+
"translation": "Echoeingabe",
3009+
"translatorComment": "Copied from source.",
3010+
"fuzzy": true
29993011
},
30003012
{
30013013
"id": "Enable column encryption",
30023014
"message": "Enable column encryption",
3003-
"translation": ""
3015+
"translation": "Spaltenverschlüsselung aktivieren",
3016+
"translatorComment": "Copied from source.",
3017+
"fuzzy": true
30043018
},
30053019
{
30063020
"id": "New password",
30073021
"message": "New password",
3008-
"translation": ""
3022+
"translation": "Neues Kennwort",
3023+
"translatorComment": "Copied from source.",
3024+
"fuzzy": true
30093025
},
30103026
{
30113027
"id": "New password and exit",
30123028
"message": "New password and exit",
3013-
"translation": ""
3029+
"translation": "Neues Kennwort und Beenden",
3030+
"translatorComment": "Copied from source.",
3031+
"fuzzy": true
30143032
},
30153033
{
30163034
"id": "Sets the sqlcmd scripting variable {V}",
@@ -3256,7 +3274,9 @@
32563274
{
32573275
"id": "Enter new password:",
32583276
"message": "Enter new password:",
3259-
"translation": ""
3277+
"translation": "Neues Kennwort eingeben:",
3278+
"translatorComment": "Copied from source.",
3279+
"fuzzy": true
32603280
},
32613281
{
32623282
"id": "Sqlcmd: Error:",
@@ -3424,7 +3444,9 @@
34243444
{
34253445
"id": "Timeout expired",
34263446
"message": "Timeout expired",
3427-
"translation": ""
3447+
"translation": "Timeout abgelaufen",
3448+
"translatorComment": "Copied from source.",
3449+
"fuzzy": true
34283450
},
34293451
{
34303452
"id": "Msg {Number}, Level {Class}, State {State}, Server {ServerName}, Procedure {ProcName}, Line {LineNo}{SqlcmdEol}",
@@ -3551,7 +3573,9 @@
35513573
{
35523574
"id": "Password:",
35533575
"message": "Password:",
3554-
"translation": ""
3576+
"translation": "Kennwort:",
3577+
"translatorComment": "Copied from source.",
3578+
"fuzzy": true
35553579
},
35563580
{
35573581
"id": "Invalid variable identifier {Name}",

0 commit comments

Comments
 (0)