|
6 | 6 | "\"registerAzureUtilsExtensionVariables\" must be called before using the vscode-azext-azureutils package.": "\"registerAzureUtilsExtensionVariables\" must be called before using the vscode-azext-azureutils package.", |
7 | 7 | "\"registerUIExtensionVariables\" must be called before using the vscode-azureextensionui package.": "\"registerUIExtensionVariables\" must be called before using the vscode-azureextensionui package.", |
8 | 8 | "(recently used)": "(recently used)", |
| 9 | + "{0} completed successfully": "{0} completed successfully", |
| 10 | + "{0} failed: {1}": "{0} failed: {1}", |
| 11 | + "{0} was stopped": "{0} was stopped", |
9 | 12 | "{countMany} documents have been deleted.": "{countMany} documents have been deleted.", |
10 | 13 | "{countOne} document has been deleted.": "{countOne} document has been deleted.", |
11 | 14 | "{documentCount} documents exported…": "{documentCount} documents exported…", |
|
19 | 22 | "⚠ TLS/SSL Disabled": "⚠ TLS/SSL Disabled", |
20 | 23 | "✅ **Security:** TLS/SSL Enabled": "✅ **Security:** TLS/SSL Enabled", |
21 | 24 | "$(add) Create...": "$(add) Create...", |
| 25 | + "$(check) Success": "$(check) Success", |
| 26 | + "$(error) Failure": "$(error) Failure", |
22 | 27 | "$(info) Some storage accounts were filtered because of their sku. Learn more...": "$(info) Some storage accounts were filtered because of their sku. Learn more...", |
23 | 28 | "$(keyboard) Manually enter error": "$(keyboard) Manually enter error", |
24 | 29 | "$(plus) Create new {0}...": "$(plus) Create new {0}...", |
|
70 | 75 | "Choose a Virtual Machine…": "Choose a Virtual Machine…", |
71 | 76 | "Choose the data migration provider…": "Choose the data migration provider…", |
72 | 77 | "Choose the migration action…": "Choose the migration action…", |
| 78 | + "Choose whether the task should succeed or fail": "Choose whether the task should succeed or fail", |
73 | 79 | "Choose your provider…": "Choose your provider…", |
74 | 80 | "Choose your Service Provider": "Choose your Service Provider", |
75 | 81 | "Click here to retry": "Click here to retry", |
|
123 | 129 | "Delete database \"{databaseId}\" and its contents?": "Delete database \"{databaseId}\" and its contents?", |
124 | 130 | "Delete selected document(s)": "Delete selected document(s)", |
125 | 131 | "Deleting...": "Deleting...", |
| 132 | + "Demo Task {0}": "Demo Task {0}", |
| 133 | + "Demo Task Configuration": "Demo Task Configuration", |
126 | 134 | "Disable TLS/SSL (Not recommended)": "Disable TLS/SSL (Not recommended)", |
127 | 135 | "Disable TLS/SSL checks when connecting.": "Disable TLS/SSL checks when connecting.", |
128 | 136 | "Do not rely on case to distinguish between databases. For example, you cannot use two databases with names like, salesData and SalesData.": "Do not rely on case to distinguish between databases. For example, you cannot use two databases with names like, salesData and SalesData.", |
|
370 | 378 | "Started executable: \"{command}\". Connecting to host…": "Started executable: \"{command}\". Connecting to host…", |
371 | 379 | "Starting executable: \"{command}\"": "Starting executable: \"{command}\"", |
372 | 380 | "Starts with mongodb:// or mongodb+srv://": "Starts with mongodb:// or mongodb+srv://", |
| 381 | + "Stopping {0}": "Stopping {0}", |
373 | 382 | "Stopping task...": "Stopping task...", |
374 | 383 | "subscription": "subscription", |
375 | 384 | "Successfully created resource group \"{0}\".": "Successfully created resource group \"{0}\".", |
|
385 | 394 | "Task failed": "Task failed", |
386 | 395 | "Task is running": "Task is running", |
387 | 396 | "Task stopped": "Task stopped", |
| 397 | + "Task stopped during initialization": "Task stopped during initialization", |
| 398 | + "Task will complete successfully": "Task will complete successfully", |
| 399 | + "Task will fail at a random step for testing": "Task will fail at a random step for testing", |
388 | 400 | "Task with ID {0} already exists": "Task with ID {0} already exists", |
389 | 401 | "Task with ID {0} not found": "Task with ID {0} not found", |
390 | 402 | "The \"{databaseId}\" database has been deleted.": "The \"{databaseId}\" database has been deleted.", |
|
0 commit comments