|
213 | 213 | "Please select the folder that contains your compiled output to upload your site.": "Please select the folder that contains your compiled output to upload your site.", |
214 | 214 | "Upload failed. Please try again later.": "Upload failed. Please try again later.", |
215 | 215 | "Missing required site information for reactivation.": "Missing required site information for reactivation.", |
| 216 | + "The CodeQL extension is required to run this command. Do you want to install it now?": "The CodeQL extension is required to run this command. Do you want to install it now?", |
| 217 | + "CodeQL screening started. Creating database and analyzing": "CodeQL screening started. Creating database and analyzing", |
| 218 | + "CodeQL database created successfully. You can now run queries from the CodeQL extension.": "CodeQL database created successfully. You can now run queries from the CodeQL extension.", |
| 219 | + "CodeQL screening failed. Please try again later.": "CodeQL screening failed. Please try again later.", |
| 220 | + "Current site path not found. Please ensure you have a site folder open.": "Current site path not found. Please ensure you have a site folder open.", |
| 221 | + "CodeQL database created. You can now:\n\n1. Run custom queries if you have any\n2. Use the prebuilt queries from the CodeQL extension\n\nCheck the CodeQL extension panel for available queries.": "CodeQL database created. You can now:\n\n1. Run custom queries if you have any\n2. Use the prebuilt queries from the CodeQL extension\n\nCheck the CodeQL extension panel for available queries.", |
| 222 | + "The SARIF Viewer extension is recommended for viewing CodeQL results. Would you like to install it now?": "The SARIF Viewer extension is recommended for viewing CodeQL results. Would you like to install it now?", |
| 223 | + "Failed to install SARIF viewer extension. Opening results as text file.": "Failed to install SARIF viewer extension. Opening results as text file.", |
| 224 | + "Open as Text": "Open as Text", |
| 225 | + "CodeQL Analysis": "CodeQL Analysis", |
| 226 | + "Starting CodeQL analysis for: {0}": "Starting CodeQL analysis for: {0}", |
| 227 | + "Database location: {0}": "Database location: {0}", |
| 228 | + "Creating CodeQL database...": "Creating CodeQL database...", |
| 229 | + "Running CodeQL analysis...": "Running CodeQL analysis...", |
| 230 | + "Analysis completed using query suite: {0}": "Analysis completed using query suite: {0}", |
| 231 | + "Primary query suite {0} failed: {1}": "Primary query suite {0} failed: {1}", |
| 232 | + "Analysis complete! Results saved to: {0}": "Analysis complete! Results saved to: {0}", |
| 233 | + "Error during CodeQL analysis: {0}": "Error during CodeQL analysis: {0}", |
| 234 | + "CodeQL analysis failed: {0}": "CodeQL analysis failed: {0}", |
| 235 | + "Found CodeQL CLI at: {0}": "Found CodeQL CLI at: {0}", |
| 236 | + "CodeQL CLI is not installed or not in PATH. Please install the CodeQL extension or add CodeQL CLI to your PATH.": "CodeQL CLI is not installed or not in PATH. Please install the CodeQL extension or add CodeQL CLI to your PATH.", |
| 237 | + "CodeQL version: {0}": "CodeQL version: {0}", |
| 238 | + "CodeQL extension is not installed.": "CodeQL extension is not installed.", |
| 239 | + "Activating CodeQL extension...": "Activating CodeQL extension...", |
| 240 | + "Could not determine user data path.": "Could not determine user data path.", |
| 241 | + "Looking for CodeQL CLI in: {0}": "Looking for CodeQL CLI in: {0}", |
| 242 | + "CodeQL global storage path does not exist: {0}": "CodeQL global storage path does not exist: {0}", |
| 243 | + "Found CodeQL CLI via extension API: {0}": "Found CodeQL CLI via extension API: {0}", |
| 244 | + "Error getting CLI path from extension API: {0}": "Error getting CLI path from extension API: {0}", |
| 245 | + "Could not locate CodeQL CLI in global storage.": "Could not locate CodeQL CLI in global storage.", |
| 246 | + "Error accessing CodeQL extension: {0}": "Error accessing CodeQL extension: {0}", |
| 247 | + "Found distribution directories: {0}": "Found distribution directories: {0}", |
| 248 | + "Error searching for CodeQL CLI: {0}": "Error searching for CodeQL CLI: {0}", |
| 249 | + "Executing: {0}": "Executing: {0}", |
| 250 | + "Command completed successfully (exit code: {0})": "Command completed successfully (exit code: {0})", |
| 251 | + "Command failed with exit code: {0}": "Command failed with exit code: {0}", |
| 252 | + "Command failed with exit code {0}: {1}": "Command failed with exit code {0}: {1}", |
| 253 | + "Process error: {0}": "Process error: {0}", |
| 254 | + "Found {0} issue(s):": "Found {0} issue(s):", |
| 255 | + "No message": "No message", |
| 256 | + "File: {0}": "File: {0}", |
| 257 | + "Line: {0}": "Line: {0}", |
| 258 | + "No issues found!": "No issues found!", |
| 259 | + "No analysis results found.": "No analysis results found.", |
| 260 | + "CodeQL analysis completed successfully with no issues found! 🎉": "CodeQL analysis completed successfully with no issues found! 🎉", |
| 261 | + "Error reading results: {0}": "Error reading results: {0}", |
| 262 | + "SARIF viewer extension not found.": "SARIF viewer extension not found.", |
| 263 | + "Installing SARIF viewer extension...": "Installing SARIF viewer extension...", |
| 264 | + "SARIF viewer extension installed successfully. Activating...": "SARIF viewer extension installed successfully. Activating...", |
| 265 | + "Opening results with newly installed SARIF viewer...": "Opening results with newly installed SARIF viewer...", |
| 266 | + "Results opened in SARIF viewer successfully.": "Results opened in SARIF viewer successfully.", |
| 267 | + "Extension installed but API not available yet. Opening as text file...": "Extension installed but API not available yet. Opening as text file...", |
| 268 | + "Failed to install SARIF viewer extension: {0}": "Failed to install SARIF viewer extension: {0}", |
| 269 | + "User cancelled opening results.": "User cancelled opening results.", |
| 270 | + "Activating SARIF viewer extension...": "Activating SARIF viewer extension...", |
| 271 | + "Opening results with SARIF viewer...": "Opening results with SARIF viewer...", |
| 272 | + "SARIF viewer extension does not expose expected API. Falling back to text editor...": "SARIF viewer extension does not expose expected API. Falling back to text editor...", |
| 273 | + "Error opening with SARIF viewer: {0}": "Error opening with SARIF viewer: {0}", |
| 274 | + "CodeQL analysis completed. Would you like to open the full results file?": "CodeQL analysis completed. Would you like to open the full results file?", |
| 275 | + "Open Results": "Open Results", |
| 276 | + "Close": "Close", |
| 277 | + "Error opening results file: {0}": "Error opening results file: {0}", |
| 278 | + "Select folder for CodeQL database": "Select folder for CodeQL database", |
| 279 | + "Use current site folder": "Use current site folder", |
| 280 | + "CodeQL screening is not supported for this site.": "CodeQL screening is not supported for this site.", |
| 281 | + "Found PowerPages config file: {0}": "Found PowerPages config file: {0}", |
| 282 | + "Using custom CodeQL query suite: {0}": "Using custom CodeQL query suite: {0}", |
| 283 | + "Added default query suite to config: {0}": "Added default query suite to config: {0}", |
| 284 | + "Created PowerPages config file at {0} with default query suite: {1}": "Created PowerPages config file at {0} with default query suite: {1}", |
| 285 | + "Error reading config file: {0}": "Error reading config file: {0}", |
| 286 | + "Using default query suite: {0}": "Using default query suite: {0}", |
| 287 | + "PowerPages config file created successfully: {0}": "PowerPages config file created successfully: {0}", |
| 288 | + "Error creating config file: {0}": "Error creating config file: {0}", |
| 289 | + "PowerPages config file updated successfully: {0}": "PowerPages config file updated successfully: {0}", |
| 290 | + "Error updating config file: {0}": "Error updating config file: {0}", |
216 | 291 | "Timestamp: {0}/{0} is the timestamp": { |
217 | 292 | "message": "Timestamp: {0}", |
218 | 293 | "comment": [ |
|
0 commit comments