|
2127 | 2127 | "placeholders": [
|
2128 | 2128 | {
|
2129 | 2129 | "id": "Port",
|
2130 |
| - "string": "%[1]d", |
| 2130 | + "string": "%#[1]v", |
2131 | 2131 | "type": "int",
|
2132 | 2132 | "underlyingType": "int",
|
2133 | 2133 | "argNum": 1,
|
|
2527 | 2527 | ],
|
2528 | 2528 | "fuzzy": true
|
2529 | 2529 | },
|
| 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 | + }, |
2530 | 2537 | {
|
2531 | 2538 | "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}",
|
2532 | 2539 | "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 | 2685 | "fuzzy": true
|
2679 | 2686 | },
|
2680 | 2687 | {
|
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___}", |
2684 | 2691 | "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 | + ], |
2685 | 2702 | "fuzzy": true
|
2686 | 2703 | },
|
2687 | 2704 | {
|
|
2799 | 2816 | "fuzzy": true
|
2800 | 2817 | },
|
2801 | 2818 | {
|
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.", |
2805 | 2829 | "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 | + ], |
2806 | 2848 | "fuzzy": true
|
2807 | 2849 | },
|
2808 | 2850 | {
|
|
2967 | 3009 | {
|
2968 | 3010 | "id": "Dedicated administrator connection",
|
2969 | 3011 | "message": "Dedicated administrator connection",
|
2970 |
| - "translation": "Dedizierte Administratorverbindung", |
| 3012 | + "translation": "Dedizierte Adminverbindung", |
2971 | 3013 | "translatorComment": "Copied from source.",
|
2972 | 3014 | "fuzzy": true
|
2973 | 3015 | },
|
|
3254 | 3296 | ],
|
3255 | 3297 | "fuzzy": true
|
3256 | 3298 | },
|
| 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 | + }, |
3257 | 3341 | {
|
3258 | 3342 | "id": "invalid batch terminator '{BatchTerminator}'",
|
3259 | 3343 | "message": "invalid batch terminator '{BatchTerminator}'",
|
|
3584 | 3668 | "translatorComment": "Copied from source.",
|
3585 | 3669 | "fuzzy": true
|
3586 | 3670 | },
|
| 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 | + }, |
3587 | 3695 | {
|
3588 | 3696 | "id": "Invalid variable identifier {Name}",
|
3589 | 3697 | "message": "Invalid variable identifier {Name}",
|
|
0 commit comments