1
+ {
2
+ "language" : " de-DE" ,
3
+ "messages" : [
4
+ {
5
+ "id" : " '-a {PacketSize}': Packet size has to be a number between 512 and 32767." ,
6
+ "message" : " '-a {PacketSize}': Packet size has to be a number between 512 and 32767." ,
7
+ "translation" : " " ,
8
+ "placeholders" : [
9
+ {
10
+ "id" : " PacketSize" ,
11
+ "string" : " %[1]d" ,
12
+ "type" : " int" ,
13
+ "underlyingType" : " int" ,
14
+ "argNum" : 1 ,
15
+ "expr" : " a.PacketSize"
16
+ }
17
+ ]
18
+ },
19
+ {
20
+ "id" : " '-h {Headers}': header value must be either -1 or a value between 1 and 2147483647" ,
21
+ "message" : " '-h {Headers}': header value must be either -1 or a value between 1 and 2147483647" ,
22
+ "translation" : " '-h {Headers}': Der Headerwert muss entweder -1 oder ein Wert zwischen -1 und 2147483647 sein" ,
23
+ "placeholders" : [
24
+ {
25
+ "id" : " Headers" ,
26
+ "string" : " %[1]d" ,
27
+ "type" : " int" ,
28
+ "underlyingType" : " int" ,
29
+ "argNum" : 1 ,
30
+ "expr" : " a.Headers"
31
+ }
32
+ ]
33
+ },
34
+ {
35
+ "id" : " '-w {ScreenWidth}': value must be greater than 8 and less than 65536." ,
36
+ "message" : " '-w {ScreenWidth}': value must be greater than 8 and less than 65536." ,
37
+ "translation" : " '-w {ScreenWidth}': Der Wert muss größer als 8 und kleiner als 65536 sein." ,
38
+ "placeholders" : [
39
+ {
40
+ "id" : " ScreenWidth" ,
41
+ "string" : " %[1]d" ,
42
+ "type" : " int" ,
43
+ "underlyingType" : " int" ,
44
+ "argNum" : 1 ,
45
+ "expr" : " *a.ScreenWidth"
46
+ }
47
+ ]
48
+ },
49
+ {
50
+ "id" : " '-P' is obsolete. The initial passwords must be set using the SQLCMDPASSWORD environment variable or entered at the password prompt." ,
51
+ "message" : " '-P' is obsolete. The initial passwords must be set using the SQLCMDPASSWORD environment variable or entered at the password prompt." ,
52
+ "translation" : " "
53
+ },
54
+ {
55
+ "id" : " invalid batch terminator '{BatchTerminator}'" ,
56
+ "message" : " invalid batch terminator '{BatchTerminator}'" ,
57
+ "translation" : " Ungültiges Batchabschlusszeichen '{BatchTerminator}'" ,
58
+ "placeholders" : [
59
+ {
60
+ "id" : " BatchTerminator" ,
61
+ "string" : " %[1]s" ,
62
+ "type" : " string" ,
63
+ "underlyingType" : " string" ,
64
+ "argNum" : 1 ,
65
+ "expr" : " args.BatchTerminator"
66
+ }
67
+ ]
68
+ },
69
+ {
70
+ "id" : " Sqlcmd: Error:" ,
71
+ "message" : " Sqlcmd: Error:" ,
72
+ "translation" : " Sqlcmd: Fehler:"
73
+ },
74
+ {
75
+ "id" : " Sqlcmd: Warning:" ,
76
+ "message" : " Sqlcmd: Warning:" ,
77
+ "translation" : " Sqlcmd: Warnung:"
78
+ },
79
+ {
80
+ "id" : " ED and !!\u003c command\u003e commands, startup script, and environment variables are disabled" ,
81
+ "message" : " ED and !!\u003c command\u003e commands, startup script, and environment variables are disabled" ,
82
+ "translation" : " Die Befehle ED und !!\u003c command\u003e , Startskript und Umgebungsvariablen sind deaktiviert"
83
+ },
84
+ {
85
+ "id" : " The scripting variable: '{Variable}' is read-only" ,
86
+ "message" : " The scripting variable: '{Variable}' is read-only" ,
87
+ "translation" : " Die '{Variable}'-Skriptvariable ist schreibgeschützt" ,
88
+ "placeholders" : [
89
+ {
90
+ "id" : " Variable" ,
91
+ "string" : " %[1]s" ,
92
+ "type" : " string" ,
93
+ "underlyingType" : " string" ,
94
+ "argNum" : 1 ,
95
+ "expr" : " variable"
96
+ }
97
+ ]
98
+ },
99
+ {
100
+ "id" : " '{Variable}' scripting variable not defined." ,
101
+ "message" : " '{Variable}' scripting variable not defined." ,
102
+ "translation" : " Die '{Variable}'-Skriptvariable ist nicht definiert." ,
103
+ "placeholders" : [
104
+ {
105
+ "id" : " Variable" ,
106
+ "string" : " %[1]s" ,
107
+ "type" : " string" ,
108
+ "underlyingType" : " string" ,
109
+ "argNum" : 1 ,
110
+ "expr" : " variable"
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ "id" : " The environment variable: '{Variable}' has invalid value: '{EnvVal}'." ,
116
+ "message" : " The environment variable: '{Variable}' has invalid value: '{EnvVal}'." ,
117
+ "translation" : " Die Umgebungsvariable: '{Variable}' weist einen ungültigen Wert auf: '{EnvVal}'." ,
118
+ "placeholders" : [
119
+ {
120
+ "id" : " Variable" ,
121
+ "string" : " %[1]s" ,
122
+ "type" : " string" ,
123
+ "underlyingType" : " string" ,
124
+ "argNum" : 1 ,
125
+ "expr" : " variable"
126
+ },
127
+ {
128
+ "id" : " EnvVal" ,
129
+ "string" : " %[2]s" ,
130
+ "type" : " string" ,
131
+ "underlyingType" : " string" ,
132
+ "argNum" : 2 ,
133
+ "expr" : " envVal"
134
+ }
135
+ ]
136
+ },
137
+ {
138
+ "id" : " Syntax error at line {LineNumber} near command '{Command}'." ,
139
+ "message" : " Syntax error at line {LineNumber} near command '{Command}'." ,
140
+ "translation" : " Syntaxfehler in Zeile {LineNumber} in der Nähe von Befehl '{Command}'." ,
141
+ "placeholders" : [
142
+ {
143
+ "id" : " LineNumber" ,
144
+ "string" : " %[1]d" ,
145
+ "type" : " uint" ,
146
+ "underlyingType" : " uint" ,
147
+ "argNum" : 1 ,
148
+ "expr" : " e.LineNumber"
149
+ },
150
+ {
151
+ "id" : " Command" ,
152
+ "string" : " %[2]s" ,
153
+ "type" : " string" ,
154
+ "underlyingType" : " string" ,
155
+ "argNum" : 2 ,
156
+ "expr" : " e.Command"
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "id" : " {ErrorPrefix} Error occurred while opening or operating on file {Filepath} (Reason: {Error})." ,
162
+ "message" : " {ErrorPrefix} Error occurred while opening or operating on file {Filepath} (Reason: {Error})." ,
163
+ "translation" : " {ErrorPrefix} Fehler beim Öffnen oder Verarbeiten von Datei {Filepath} (Ursache: {Error})." ,
164
+ "placeholders" : [
165
+ {
166
+ "id" : " ErrorPrefix" ,
167
+ "string" : " %[1]s" ,
168
+ "type" : " string" ,
169
+ "underlyingType" : " string" ,
170
+ "argNum" : 1 ,
171
+ "expr" : " ErrorPrefix"
172
+ },
173
+ {
174
+ "id" : " Filepath" ,
175
+ "string" : " %[2]s" ,
176
+ "type" : " string" ,
177
+ "underlyingType" : " string" ,
178
+ "argNum" : 2 ,
179
+ "expr" : " filepath"
180
+ },
181
+ {
182
+ "id" : " Error" ,
183
+ "string" : " %[3]s" ,
184
+ "type" : " string" ,
185
+ "underlyingType" : " string" ,
186
+ "argNum" : 3 ,
187
+ "expr" : " err.Error()"
188
+ }
189
+ ]
190
+ },
191
+ {
192
+ "id" : " {ErrorPrefix}Syntax error at line {LineNumber}" ,
193
+ "message" : " {ErrorPrefix}Syntax error at line {LineNumber}" ,
194
+ "translation" : " {ErrorPrefix}Syntaxfehler in Zeile {LineNumber}" ,
195
+ "placeholders" : [
196
+ {
197
+ "id" : " ErrorPrefix" ,
198
+ "string" : " %[1]s" ,
199
+ "type" : " string" ,
200
+ "underlyingType" : " string" ,
201
+ "argNum" : 1 ,
202
+ "expr" : " ErrorPrefix"
203
+ },
204
+ {
205
+ "id" : " LineNumber" ,
206
+ "string" : " %[2]d" ,
207
+ "type" : " uint" ,
208
+ "underlyingType" : " uint" ,
209
+ "argNum" : 2 ,
210
+ "expr" : " lineNumber"
211
+ }
212
+ ]
213
+ },
214
+ {
215
+ "id" : " Invalid variable identifier {Name}" ,
216
+ "message" : " Invalid variable identifier {Name}" ,
217
+ "translation" : " " ,
218
+ "placeholders" : [
219
+ {
220
+ "id" : " Name" ,
221
+ "string" : " %[1]s" ,
222
+ "type" : " string" ,
223
+ "underlyingType" : " string" ,
224
+ "argNum" : 1 ,
225
+ "expr" : " name"
226
+ }
227
+ ]
228
+ },
229
+ {
230
+ "id" : " Invalid variable value {Val}" ,
231
+ "message" : " Invalid variable value {Val}" ,
232
+ "translation" : " " ,
233
+ "placeholders" : [
234
+ {
235
+ "id" : " Val" ,
236
+ "string" : " %[1]s" ,
237
+ "type" : " string" ,
238
+ "underlyingType" : " string" ,
239
+ "argNum" : 1 ,
240
+ "expr" : " val"
241
+ }
242
+ ]
243
+ }
244
+ ]
245
+ }
0 commit comments