This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
en.ts
424 lines (422 loc) · 18.9 KB
/
en.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
// The MIT License (MIT)
//
// vs-deploy (https://github.com/mkloubert/vs-deploy)
// Copyright (c) Marcel Joachim Kloubert <marcel.kloubert@gmx.net>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
// deal in the Software without restriction, including without limitation the
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
// sell copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
import { Translation } from '../i18';
// english
//
// Translated by: Marcel Joachim Kloubert (https://github.com/mkloubert)
export const translation: Translation = {
__plugins: {
reload: {
failed: 'Could not reload plugins: {0}',
loaded: {
more: '{0:trim} plugins loaded.',
none: 'No plugin loaded.',
one: '1 plugin loaded.',
}
}
},
canceled: '[Canceled]',
commands: {
executionFailed: "Execution of command {0:trim,surround} failed: {1}",
},
compare: {
failed: 'Could not pull file {0:trim,surround}: {1}',
noPlugins: 'No plugin(s) found!',
noPluginsForType: 'No matching plugin(s) found for {0:trim,surround}!',
selectSource: 'Select the source from where to pull from...',
},
deploy: {
after: {
button: {
text: "{2}Deploy: [{1}] {0}{3}",
tooltip: "Click here to show output...",
},
failed: "Could not invoke 'after deployed' operations: {0}",
},
before: {
failed: "Could not invoke 'before deploy' operations: {0}",
},
button: {
cancelling: 'Cancelling...',
prepareText: 'Preparing deployment...',
text: 'Deploying...',
tooltip: 'Click here to cancel deployment...',
},
canceled: 'Canceled.',
canceledWithErrors: 'Canceled with errors!',
cancelling: 'Cancelling deployment...',
file: {
deploying: 'Deploying file {0:trim,surround}{1:trim,leading_space}... ',
deployingWithDestination: 'Deploying file {0:trim,surround} to {1:trim,surround}{2:trim,leading_space}... ',
failed: 'Could not deploy file {0:trim,surround}: {1}',
isIgnored: "The file {0:trim,surround} has been ignored!",
succeeded: 'File {0:trim,surround} has been successfully deployed.',
succeededWithTarget: 'File {0:trim,surround} has been successfully deployed to {1:trim,surround}.',
},
fileOrFolder: {
failed: 'Could not deploy file / folder {0:trim,surround}: {1}',
},
finished: 'Finished.',
finished2: 'Finished',
finishedWithErrors: 'Finished with errors!',
folder: {
failed: 'Could not deploy folder {0:trim,surround}: {1}',
selectTarget: 'Select the target to deploy the folder to...',
},
newerFiles: {
deploy: 'Deploy',
localFile: 'Local file',
message: "{0} newer file(s) was/were found!",
modifyTime: 'Last modification',
pull: 'Pull',
remoteFile: 'Remote file',
show: 'Show files',
size: 'Size',
title: 'Newer files in {0:trim,surround}',
titleNoTarget: 'Newer files',
},
noFiles: 'There are no files to deploy!',
noPlugins: 'No plugin(s) found!',
noPluginsForType: 'No matching plugin(s) found for {0:trim,surround}!',
onSave: {
couldNotFindTarget: 'Deploy target {0:trim,surround} defined in package{1:trim,surround,leading_space} does not exist!',
failed: 'Could not deploy {0:trim,surround} on save ({1:trim}): {2}',
failedTarget: 'Could not deploy {0:trim,surround} to {1:trim} on save: {2}',
},
operations: {
failed: "[ERROR: {0:trim,surround}]",
finished: "[Done]",
noFileCompiled: "No of the {0:trim} file(s) could be compiled!",
noFunctionInScript: "The function {0:trim,surround} was not found in {1:trim,surround}!",
open: 'Opening {0:trim,surround}... ',
someFilesNotCompiled: "{0:trim} of {1:trim} file(s) could not be compiled!",
unknownCompiler: 'Compiler {0:trim,surround} is unknown!',
unknownSqlEngine: 'Unknown SQL engine {0:trim,surround}!',
unknownType: 'UNKNOWN TYPE: {0:trim,surround}',
},
startQuestion: 'Start deploy?',
workspace: {
allFailed: 'No file could be deployed: {0}',
allFailedWithTarget: 'No file could be deployed to {0:trim,surround}: {1}',
allSucceeded: 'All {0:trim} file(s) were successfully deployed.',
allSucceededWithTarget: 'All {0:trim} file(s) were successfully deployed to {1:trim,surround}.',
alreadyStarted: 'You have already started a deployment to {0:trim,surround}! Do you really want to start this operation?',
clickToCancel: 'click here to cancel',
deploying: 'Deploying package{0:trim,surround,leading_space}...',
deployingWithTarget: 'Deploying package{0:trim,surround,leading_space} to {1:trim,surround}...',
failed: 'Could not deploy files: {0}',
failedWithCategory: 'Could not deploy files ({0:trim}): {1}',
failedWithTarget: 'Could not deploy files to {0:trim,surround}: {1}',
nothingDeployed: 'No file deployed!',
nothingDeployedWithTarget: 'No file deployed to {0:trim,surround}!',
selectPackage: 'Select a package...',
selectTarget: 'Select a target...',
someFailed: '{0:trim} of the {1:trim} file(s) could not be deployed!',
someFailedWithTarget: '{0:trim} of the {1:trim} file(s) could not be deployed to {2:trim,surround}!',
status: 'Deploying {0:trim,surround}... ',
statusWithDestination: 'Deploying {0:trim,surround} to {1:trim,surround}... ',
virtualTargetName: 'Virtual batch target for current package',
virtualTargetNameWithPackage: 'Virtual batch target for package {0:trim,surround}',
}
},
errors: {
countable: 'ERROR #{0:trim}: {1}',
withCategory: '[ERROR] {0:trim}: {1}',
},
extension: {
update: "Update...",
updateRequired: "The extension requires an update!",
},
extensions: {
notInstalled: 'The extension {0:trim,surround} is NOT installed.',
},
failed: '[FAILED: {0}]',
format: {
dateTime: 'YYYY-MM-DD HH:mm:ss',
},
host: {
button: {
text: 'Waiting for files...',
tooltip: 'Click here to close deploy host',
},
errors: {
cannotListen: 'Could not start listening for files: {0}',
couldNotStop: 'Could not stop deploy host: {0}',
fileRejected: 'The file has been rejected!',
noData: 'No data!',
noFilename: 'No filename {0:trim}!',
},
receiveFile: {
failed: '[FAILED:{0:trim,leading_space}]',
ok: '[OK{0:trim}]',
receiving: "Receiving file{2:trim,leading_space} from '{0:trim}:{1:trim}'... ",
},
started: 'Started deploy host on port {0:trim} in directory {1:trim,surround}.',
stopped: 'Deploy host has been stopped.',
},
install: 'Install',
isNo: {
directory: "{0:trim,surround} is no directory!",
file: "{0:trim,surround} is no file!",
validItem: '{0:trim,surround} is no valid item that can be deployed!',
},
load: {
from: {
failed: "Loading data from {0:trim,surround} failed: {1}",
}
},
network: {
hostname: 'Your hostname: {0:trim,surround}',
interfaces: {
failed: 'Could not get network interfaces: {0}',
list: 'Your network interfaces:',
}
},
ok: '[OK]',
packages: {
couldNotFindTarget: 'Could not find target {0:trim,surround} in package {1:trim,surround}!',
defaultName: '(Package #{0:trim})',
noneDefined: "Please define a least one PACKAGE in your 'settings.json'!",
notFound: 'Package {0:trim,surround} not found!',
nothingToDeploy: 'No package to deploy!',
},
plugins: {
api: {
clientErrors: {
noPermissions: "No permissions to write!",
notFound: 'File not found!',
unauthorized: "User is unauthorized!",
unknown: "Unknown client error: {0:trim} {2:trim,surround}",
},
description: "Deploys to a REST API, like 'vs-rest-api'",
serverErrors: {
unknown: "Unknown server error: {0:trim} {2:trim,surround}",
},
},
app: {
description: 'Deploys to an app, like a script or executable, on the local machine',
},
azureblob: {
description: 'Deploys to a Microsoft Azure blob storage',
},
batch: {
description: 'Deploys to other targets',
},
dropbox: {
description: 'Deploys to a DropBox folder.',
notFound: 'File not found!',
unknownResponse: 'Unexpected response {0:trim} ({1:trim}): {2:trim,surround}',
},
each: {
description: 'Deploys files by using a list of values',
},
ftp: {
description: 'Deploys to a FTP server',
},
http: {
description: 'Deploys to a HTTP server/service',
protocolNotSupported: 'Protocol {0:trim,surround} is not supported!',
},
list: {
description: 'Lets the user select an entry with settings for one or more targets',
selectEntry: 'Please select an entry...',
},
local: {
description: 'Deploys to a local folder or a shared folder (like SMB) inside your LAN',
emptyTargetDirectory: 'Empty LOCAL target directory {0:trim,surround}... ',
},
mail: {
addressSelector: {
placeholder: 'Target eMail address(es)',
prompt: 'One or more email address (separated by comma) to deploy to...',
},
description: 'Deploys to a ZIP file and sends it as attachment by mail via SMTP',
},
map: {
description: 'Deploys files by using a list of values',
},
pipeline: {
description: 'Pipes a list of sources files to a new destination, by using a script and sends the new file list to a target',
noPipeFunction: "{0:trim,surround} implements no 'pipe()' function!",
},
prompt: {
description: "Asks the user for a list of settings that will be applied to one or more targets",
invalidInput: "Invalid input!",
},
remote: {
description: 'Deploys to a remote machine over a TCP connection',
},
s3bucket: {
credentialTypeNotSupported: 'Credental type {0:trim,surround} is not supported!',
description: 'Deploys to an Amazon S3 bucket',
},
script: {
deployFileFailed: 'Could not deploy file {0:trim,surround} by script {1:trim,surround}!',
deployWorkspaceFailed: 'Could not deploy workspace by script {0:trim,surround}!',
description: 'Deploys via a JS script',
noDeployFileFunction: "{0:trim,surround} implements no 'deployFile()' function!",
},
sftp: {
description: 'Deploys to a SFTP server',
},
slack: {
description: 'Deploys to one or more Slack channels',
},
sql: {
description: 'Executes SQL scripts',
invalidFile: 'File is invalid!',
unknownEngine: 'Unknown engine {0:trim,surround}!',
},
switch: {
button: {
text: 'Switch {0:trim,surround}',
tooltip: "Current option: {0:trim}\n\nClick here to change the current option...",
},
defaultName: 'Switch #{0:trim}',
defaultOptionName: 'Switch option #{0:trim}',
description: 'Switches between existing targets',
item: "{0:trim,surround}: ",
noDefined: 'No swicthes available!',
noOptionsDefined: 'No options were defined for the switch {0:trim,surround}!',
noOptionSelected: 'NO OPTION SELECTED',
selectOption: 'Select an option for the switch {0:trim,surround}...',
selectSwitch: 'Select a switch...',
states: 'Switch states:',
},
test: {
description: 'A mock deployer that only displays what files would be deployed',
},
zip: {
description: 'Deploys to a ZIP file',
fileAlreadyExists: 'File {0:trim,surround} already exists! Try again...',
fileNotFound: 'File not found!',
noFileFound: "No ZIP files found!",
}
},
popups: {
newVersion: {
message: "You are running new version of 'vs-deploy' ({0:trim})!",
showChangeLog: 'Show changelog...',
},
},
prompts: {
inputAccessKey: 'Input the access key...',
inputAccessToken: 'Input the access token...',
inputPassword: 'Input the password...',
},
pull: {
button: {
cancelling: 'Cancelling...',
prepareText: 'Preparing pulling...',
text: 'Pulling...',
tooltip: 'Click here to cancel pulling...',
},
canceled: 'Canceled.',
canceledWithErrors: 'Canceled with errors!',
file: {
failed: 'Could not pull file {0:trim,surround}: {1}',
pulling: 'Pulling file {0:trim,surround}{1:trim,leading_space}... ',
pullingWithDestination: 'Pulling file {0:trim,surround} from {1:trim,surround}{2:trim,leading_space}... ',
succeeded: 'File {0:trim,surround} has been successfully pulled.',
succeededWithTarget: 'File {0:trim,surround} has been successfully pulled from {1:trim,surround}.',
},
fileOrFolder: {
failed: "Could not pull file / folder {0:trim,surround}: {1}",
},
finished2: 'Finished',
finishedWithErrors: 'Finished with errors!',
noPlugins: 'No plugin(s) found!',
noPluginsForType: 'No matching plugin(s) found for {0:trim,surround}!',
workspace: {
allFailed: 'No file could be pulled: {0}',
allFailedWithTarget: 'No file could be pulled from {0:trim,surround}: {1}',
allSucceeded: 'All {0:trim} file(s) were successfully pulled.',
allSucceededWithTarget: 'All {0:trim} file(s) were successfully pulled from {1:trim,surround}.',
alreadyStarted: 'You have already started an operation for {0:trim,surround}! Do you really want to start this operation?',
clickToCancel: 'click here to cancel',
failed: 'Could not pull files: {0}',
failedWithCategory: 'Could not pull files ({0:trim}): {1}',
failedWithTarget: 'Could not pull files from {0:trim,surround}: {1}',
nothingPulled: 'No file pulled!',
nothingPulledWithTarget: 'No file pulled from {0:trim,surround}!',
pulling: 'Pulling package{0:trim,surround,leading_space}...',
pullingWithTarget: 'Pulling package{0:trim,surround,leading_space} from {1:trim,surround}...',
selectPackage: 'Select a package...',
selectSource: 'Select a source...',
someFailed: '{0:trim} of the {1:trim} file(s) could not be pulled!',
someFailedWithTarget: '{0:trim} of the {1:trim} file(s) could not be pulled from {2:trim,surround}!',
status: 'Pulling {0:trim,surround}... ',
statusWithDestination: 'Pulling {0:trim,surround} from {1:trim,surround}... ',
virtualTargetName: 'Virtual batch target for current package',
virtualTargetNameWithPackage: 'Virtual batch target for package {0:trim,surround}',
}
},
quickDeploy: {
caption: 'Quick deploy!',
failed: 'Quick deploy failed: {0}',
start: 'Start a quick deploy...',
},
relativePaths: {
couldNotResolve: "Could not get relative path for {0:trim,surround}!",
isEmpty: 'Relative path for {0:trim,surround} file is empty!',
},
selected: 'selected',
sync: {
file: {
doesNotExistOnRemote: '[remote does not exist]',
localChangedWithinSession: '[local changed within session]',
localIsNewer: '[local is newer]',
synchronize: 'Synchronize file {0:trim,surround}{1:trim,leading_space}... ',
}
},
targets: {
cannotUseRecurrence: 'Cannot use target {0:trim,surround} (recurrence)!',
defaultName: '(Target #{0:trim})',
noneDefined: "Please define a least one TARGET in your 'settings.json'!",
notFound: 'Could not find target {0:trim,surround}!',
select: 'Select the target to deploy to...',
selectSource: 'Select the source from where to pull from...',
},
templates: {
browserTitle: "Template{0:trim,surround,leading_space}",
currentPath: 'Current path:{0:trim,leading_space}',
noneDefined: "Please define a least one TEMPLATE SOURCE in your 'settings.json'!",
officialRepositories: {
newAvailable: "The official TEMPLATE SOURCES have been updated.",
openTemplates: "Open templates...",
},
placeholder: 'Please select an item...',
publishOrRequest: {
label: 'Publish or request an example...',
}
},
warnings: {
withCategory: '[WARN] {0:trim}: {1}',
},
workspace: {
autoSelect: {
failed: 'Could not auto-select workspace: {0:trim,surround}',
}
},
yes: 'Yes',
};