Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

161 changes: 160 additions & 1 deletion packages/i18n/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@
"info_github_token_instructions": "1. Create a token here: https://github.com/settings/tokens/new\n 2. Give it the 'repo' scope.\n 3. Copy the token (it starts with ghp_...) and paste it below.",
"prompt_github_token": "Paste your GitHub PAT here:",
"prompt_save_token": "Do you want to save this token securely for future use?",
"success_github_release_created": "βœ… GitHub release created successfully!"
"success_github_release_created": "βœ… GitHub release created successfully!",
"error_parse_github_url": "Could not parse GitHub owner/repo from remote URL.",
"error_invalid_token": "Your saved GitHub token was invalid and has been cleared."
},
"validate": {
"command_description": "Validates if a string is a conventional commit message.",
Expand All @@ -159,5 +161,162 @@
"required": "required",
"Show help": "Show help",
"Show version number": "Show version number"
},
"ui": {
"branch_name_required": "Branch name cannot be empty.",
"project_description_default": "A new project generated by StackCode.",
"short_description_required": "A short description is required."
},
"vscode": {
"common": {
"no_workspace_folder": "No workspace folder found",
"unknown_error": "Unknown error",
"git_extension_error": "Git extension error:",
"failed_setup_git_monitoring": "Failed to setup git monitoring:",
"error_checking_current_branch": "Error checking current branch:",
"error_checking_project_structure": "Error checking project structure:",
"project_missing_files": "πŸ“ Your project is missing some important files: {missingFiles}. Would you like to generate them?",
"generate_files": "Generate Files",
"not_now": "Not Now",
"dont_show_again": "Don't Show Again",
"file_generation_available_soon": "File generation will be available soon!"
},
"config": {
"open_stackcode_settings": "Open StackCode Settings",
"open_stackcode_settings_description": "Configure StackCode extension settings",
"open_project_config": "Open Project Config",
"open_project_config_description": "Edit .stackcoderc.json file",
"create_project_config": "Create Project Config",
"create_project_config_description": "Create a new .stackcoderc.json file",
"what_would_you_like_configure": "What would you like to configure?",
"stackcoderc_not_found": ".stackcoderc.json file not found. Use \"Create Project Config\" to create one.",
"project_configuration_initialized": "Project configuration initialized!",
"failed_open_configuration": "Failed to open configuration:"
},
"commit": {
"commit_dialog_opened": "Commit dialog opened in terminal!",
"failed_open_commit_dialog": "Failed to open commit dialog:"
},
"release": {
"release_process_started": "Release process started! Check terminal for progress.",
"failed_create_release": "Failed to create release:",
"are_you_sure_create_release": "Are you sure you want to create a new release? This will tag the current commit and publish the release.",
"create_release": "Create Release",
"creating_release": "Creating release",
"preparing_release": "Preparing release...",
"creating_release_message": "Creating release...",
"release_created": "Release created!"
},
"validate": {
"failed_validate_project": "Failed to validate project:",
"validating_project_structure": "Validating project structure",
"running_validation": "Running validation...",
"checking_project_structure": "Checking project structure...",
"validation_completed": "Validation completed!",
"project_validation_completed": "Project validation completed! Check terminal for results."
},
"init": {
"enter_project_name": "Enter project name",
"enter_project_description": "Enter project description",
"enter_author_name": "Enter author name",
"project_initialized_successfully": "Project initialized successfully!",
"project_created_successfully": "Project {projectName} has been created successfully! Would you like to open it?",
"failed_initialize_project": "Failed to initialize project:",
"my_awesome_project": "my-awesome-project",
"project_name_required": "Project name is required",
"project_name_invalid": "Project name can only contain letters, numbers, hyphens and underscores",
"brief_description": "A brief description of your project",
"your_name": "Your Name",
"select_project_stack": "Select project stack",
"select_project_location": "Select Project Location",
"directory_exists_overwrite": "Directory {projectName} already exists. Do you want to overwrite it?",
"overwrite": "Overwrite",
"initializing_project": "Initializing project {projectName}",
"setting_up_structure": "Setting up project structure...",
"running_stackcode_cli": "Running StackCode CLI...",
"open_project": "Open Project",
"later": "Later",
"stacks": {
"node_ts": "Node.js with TypeScript",
"react": "React application",
"vue": "Vue.js application",
"angular": "Angular application",
"python": "Python project",
"java": "Java project",
"go": "Go project",
"php": "PHP project"
}
},
"generate": {
"readme_generated_successfully": "README.md generated successfully!",
"readme_has_been_generated": "README.md has been generated successfully!",
"failed_generate_readme": "Failed to generate README.md:",
"gitignore_generated_successfully": ".gitignore generated successfully!",
"gitignore_has_been_generated": ".gitignore has been generated successfully!",
"failed_generate_gitignore": "Failed to generate .gitignore:",
"what_would_you_like_generate": "What would you like to generate?",
"readme_description": "Generate a comprehensive README file",
"gitignore_description": "Generate a .gitignore file based on project type",
"both_description": "Generate both README.md and .gitignore",
"readme_exists_overwrite": "README.md already exists. Do you want to overwrite it?",
"gitignore_exists_overwrite": ".gitignore already exists. Do you want to overwrite it?",
"overwrite": "Overwrite",
"generating_readme": "Generating README.md",
"setting_up_readme": "Setting up README structure...",
"running_generator": "Running generator...",
"readme_created": "README.md created!",
"generating_gitignore": "Generating .gitignore",
"setting_up_gitignore": "Setting up .gitignore structure...",
"gitignore_created": ".gitignore created!",
"both": "Both",
"would_you_like_open_readme": "Would you like to open the generated README.md?",
"would_you_like_open_gitignore": "Would you like to open the generated .gitignore?",
"open_file": "Open File",
"select_project_type_gitignore": "Select project type for .gitignore",
"stacks": {
"flutter": "Flutter project",
"swift": "Swift project",
"android": "Android project"
}
},
"git": {
"enter_branch_name": "Enter the name for the new branch",
"branch_created_successfully": "Branch created successfully!",
"new_branch_created": "New branch '{branchName}' has been created and checked out!",
"failed_create_branch": "Failed to create branch:",
"branch_finished_successfully": "Branch finished successfully!",
"branch_has_been_finished": "Branch {currentBranch} has been finished and merged!",
"failed_finish_branch": "Failed to finish branch:",
"enter_scope_optional": "Enter scope (optional)",
"enter_commit_description": "Enter commit description",
"select_git_action": "Select Git action",
"start_description": "Start a new feature branch",
"finish_description": "Finish current branch",
"new_feature": "new-feature",
"branch_name_required": "Branch name is required",
"branch_name_invalid": "Branch name can only contain letters, numbers, hyphens, underscores and slashes",
"select_branch_type": "Select branch type",
"feature_description": "A new feature branch",
"hotfix_description": "A hotfix branch",
"bugfix_description": "A bug fix branch",
"chore_description": "A chore/maintenance branch",
"creating_branch": "Creating branch {branchName}",
"switching_to_develop": "Switching to develop...",
"pulling_latest_changes": "Pulling latest changes...",
"creating_new_branch": "Creating new branch...",
"finishing_branch": "Finishing branch {branchName}",
"pushing_branch": "Pushing branch...",
"opening_pr": "Opening pull request...",
"are_you_sure_finish_branch": "Are you sure you want to finish {currentBranch}? This will merge it back to the base branch.",
"finish_branch": "Finish Branch"
},
"dashboard": {
"received_command_from_webview": "[StackCode] Received command from webview:",
"error_executing_command": "[StackCode] Error executing command",
"command_error": "commandError",
"no_view_available_stats_update": "[StackCode] No view available for stats update",
"workspace_name": "[StackCode] Workspace name:",
"workspace_folders": "[StackCode] Workspace folders:"
}
}
}
Loading