github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/internal/locale/locales/en-us.yaml (about)

     1  org_name:
     2    other: ActiveState
     3  state_description:
     4    other: |
     5      The ActiveState CLI allows you to easily switch between your ActiveState environments
     6  
     7      Find more information at: https://docs.activestate.com/platform/state/
     8  activate_project:
     9    other: Activate a project
    10  arg_state_activate_namespace:
    11    other: org/project
    12  arg_state_activate_namespace_description:
    13    other: The namespace of the project that you wish to activate
    14  flag_state_init_private_flag_description:
    15    other: Create a private project
    16  flag_state_locale_description:
    17    other: Set the localisation
    18  flag_state_verbose_description:
    19    other: Verbose output
    20  flag_state_monochrome_output_description:
    21    other: Force monochrome text output
    22  flag_state_output_description:
    23    other: "Set the output method, possible values: plain, simple, json, editor"
    24  flag_state_non_interactive_description:
    25    other: Run the State Tool without any prompts
    26  flag_state_version_description:
    27    other: Show the version of our state executable
    28  flag_state_activate_path_description:
    29    other: Where to install the project
    30  info_deactivated:
    31    other: "[DISABLED]Deactivated {{.Owner}}/{{.Name}}[/RESET]"
    32  confirm_update_locked_version_prompt:
    33    other: "You ran update from a project directory with a locked State Tool version. This will update the version that your project is locked to. Are you sure you want to do this?"
    34  confirm_update_unlocked_version_prompt:
    35    other: "Are you sure you want to unlock the State Tool version from your project?"
    36  version_info:
    37    other: |
    38      ActiveState {{.Name}} by ActiveState Software Inc.
    39      License [NOTICE]{{.License}}[/RESET]
    40      Version [NOTICE]{{.Version}}[/RESET]
    41      Revision [NOTICE]{{.Revision}}[/RESET]
    42      Channel [NOTICE]{{.Channel}}[/RESET]
    43      Built [NOTICE]{{.Date}}[/RESET]{{if not .BuiltViaCI}} (dev){{end}}
    44  err_invalid_status_code:
    45    other: "Invalid status code: [NOTICE]{{.V0}}[/RESET]"
    46  info_activating_state:
    47    other: "Creating a Virtual Environment for your Project's Packages"
    48  panic_couldnt_detect_wd:
    49    other: "Could not detect working directory: {{.Error}}"
    50  auth_description:
    51    other: Authenticate against the ActiveState Platform
    52  flag_state_auth_token_description:
    53    other: "The API Token generated via the ActiveState Platform (http://docs.activestate.com/platform/state/ci.html#authenticate-without-prompts-or-passwords)"
    54  flag_state_auth_username_description:
    55    other: The username to authenticate with
    56  flag_state_auth_password_description:
    57    other: The password to authenticate with
    58  flag_state_auth_totp_description:
    59    other: The TOTP code generated via two-factor authentication (must be used in conjunction with username and password flags)
    60  flag_state_auth_interactive_description:
    61    other: Sign in via your terminal, rather than your web browser.
    62  username_prompt:
    63    other: "Enter your username:"
    64  password_prompt:
    65    other: "Enter your password:"
    66  previous_password_message:
    67    other: "Your password may have changed recently. We need to reencrypt your private-key so that you may continue using your secrets, but we need your previous password in order to do so."
    68  auth_generate_new_keypair_message:
    69    other: "There is an unrecoverable issue with your existing keypair and the best course of action is to generate a new keypair."
    70  auth_confirm_generate_new_keypair_prompt:
    71    other: Generate new keypair?
    72  auth_err_unrecoverable_keypair:
    73    other: "Unrecoverable keypair issue"
    74  previous_password_prompt:
    75    other: "Enter your previous password:"
    76  secret_value_prompt_summary:
    77    other: |
    78  
    79      The action you are taking uses a secret that has not been given a value yet.
    80      Name: [NOTICE]{{.V0}}[/RESET]
    81      Description: [NOTICE]{{.V1}}[/RESET]
    82      Scope: [NOTICE]{{.V2}} ({{.V3}})[/RESET]
    83  secret_value_prompt:
    84    other: 'Please enter a value for secret "[ACTIONABLE]{{.V0}}[/RESET]":'
    85  secret_prompt_user:
    86    other: Only you can access the value
    87  secret_prompt_project:
    88    other: Organization members can access the value
    89  secret_no_description:
    90    other: "- (This secret has no description, you can set one via the web dashboard)"
    91  totp_prompt:
    92    other: "Enter your two-factor authentication code:"
    93  survey_error_template:
    94    other: '[[color "red"]] Invalid response: [[.Error]][[color "reset"]][[BR]]'
    95  err_value_required:
    96    other: value required
    97  tos_disclaimer:
    98    other: |
    99      Your use of the ActiveState Platform is subject to the Terms of Service.
   100      You can review the Terms of Service at:
   101        {{.V0}}
   102  tos_disclaimer_prompt:
   103    other: |
   104  
   105      By continuing you accept the Terms of Service. Continue?
   106  err_auth_failed:
   107    other: Authentication failed
   108  err_auth_failed_unknown_cause:
   109    other: "Authentication failed due to an unknown cause, error received: {{.V0}}"
   110  err_auth_token:
   111    other: "Failed to create authentication token, please try again or run '[ACTIONABLE]state clean config[/RESET]' if the issue persists."
   112  auth_err_password_prompt:
   113    other: The provided password is invalid
   114  signup_description:
   115    other: Signup a new account
   116  login_success_welcome_back:
   117    other: You have successfully authenticated, hello [NOTICE]{{.Name}}[/RESET]!
   118  logged_in_as:
   119    other: You are logged in as [NOTICE]{{.Name}}[/RESET]
   120  logout_description:
   121    other: Logout
   122  logged_out:
   123    other: You have been logged out
   124  logout_still_have_api_token:
   125    other: Logout is incomplete because you have authenticated with an environment variable. To complete logout please unset the '[ACTIONABLE]ACTIVESTATE_API_KEY[/RESET]' environment variable.
   126  login_cancelled:
   127    other: Authentication Cancelled
   128  login_err_auth:
   129    other: Authentication failed
   130  local:
   131    other: Local
   132  organization:
   133    other: Organization
   134  organizations_description:
   135    other: List member organizations on the ActiveState Platform
   136  organizations_err:
   137    other: Unable to list member organizations
   138  organization_no_orgs:
   139    other: You are not a member of any organizations
   140  project:
   141    other: Project
   142  project_err:
   143    other: Unable to list projects
   144  err_unsupported_platform:
   145    other: "Unsupported platform: [NOTICE]{{.V0}}[/RESET]"
   146  err_detect_language:
   147    other: Could not detect which language to use
   148  err_language_not_found:
   149    other: "Could not find language: [NOTICE]{{.V0}}@{{.V1}}[/RESET]"
   150  project_checkout_empty:
   151    other: You have not activated any projects yet
   152  building:
   153    other: Building
   154  downloading:
   155    other: Downloading
   156  installing:
   157    other: Installing
   158  unknown_value:
   159    other: Unknown Value
   160  total:
   161    other: Total
   162  projects_description:
   163    other: List your projects
   164  err_api_not_authenticated:
   165    other: You are not authenticated, authenticate with '[ACTIONABLE]state auth[/RESET]'.
   166  err_api_forbidden:
   167    other: You are not allowed to access or modify the requested resource
   168  err_api_org_not_found:
   169    other: Unable to find requested Organization
   170  err_api_project_not_found:
   171    other: The requested project [NOTICE]{{.V1}}[/RESET] does not exist under [NOTICE]{{.V0}}[/RESET]. Please ensure the owner is correct and that the project has been created.
   172  tip_private_project_auth:
   173    other: If this is a private project you may need to authenticate with 'state auth'.
   174  err_api_member_not_found:
   175    other: Unable to find requested Member
   176  err_api_org_invite_expected_one_invite:
   177    other: That should not happen.  Expected to receive at least one invitation receipt.
   178  reqsvc_err_line_errors:
   179    other: "Line errors encountered translating data: [{{.V0}}]"
   180  secrets_expander_err_empty_name:
   181    other: Expander handle can not be an empty string
   182  secrets_expander_err_undefined:
   183    other: Expander must be defined
   184  run_description:
   185    other: Run your project scripts
   186  scripts_description:
   187    other: Show project scripts
   188  runtime_setup_in_use_err:
   189    other: |
   190      Could not update your runtime as it is currently in use. Please stop any active runtime processes and try again. State Tool found the following processes to be using the runtime:
   191      {{.V0}}
   192  runtime_alternative_file_transforms_err:
   193    other: "Could not apply necessary file transformations after unpacking."
   194  scripts_no_scripts:
   195    other: No scripts in your 'activestate.yaml' or no scripts to run in for your environment
   196  edit_description:
   197    other: Edit a given script
   198  edit_script_cmd_name_arg:
   199    other: name
   200  edit_script_cmd_name_arg_description:
   201    other: The name of the script to be edited
   202  edit_script_cmd_expand_flag:
   203    other: Whether or not to expand constants within the script
   204  edit_scripts_no_name:
   205    other: Could not find script with the given name [NOTICE]{{.V0}}[/RESET]
   206  edit_scripts_project_file_saved:
   207    other: "\nScript changes detected, updating activestate.yaml"
   208  error_open_not_installed_lin:
   209    other: Please install '[ACTIONABLE]{{.V0}}[/RESET]' to edit scripts
   210  error_edit_script:
   211    other: Failed to edit script
   212  error_edit_unrecognized_platform:
   213    other: Could not open script file on this platform [NOTICE]{{.V0}}[/RESET]
   214  prompt_done_editing:
   215    other: Are you done editing?
   216  arg_state_run_name:
   217    other: script
   218  arg_state_run_name_description:
   219    other: Name of script to run
   220  error_state_run_undefined_name:
   221    other: The script name must be provided
   222  error_state_run_unknown_name:
   223    other: "[ERROR]The script [/RESET]'[NOTICE]{{.V0}}[/RESET]' [ERROR]is not defined in activestate.yaml.[/RESET]"
   224  error_state_run_standalone_conflict:
   225    other: Script is configured as standalone while the language requires state activation. Please unset the standalone value, or use a language native to your shell.
   226  error_state_run_setup_scriptfile:
   227    other: Cannot setup runnable on-disk script file.
   228  err_sscommon_binary_path:
   229    other: Could not find [NOTICE]{{.V0}}[/RESET] in PATH
   230  err_sscommon_unsupported_language:
   231    other: Unsupported language extension [NOTICE]{{.V0}}[/RESET]
   232  err_subshell_setenv:
   233    other: Could not setup an environment for a new subshell.
   234  show_project:
   235    other: Show information about a project
   236  arg_state_show_remote_description:
   237    other: Namespace of remote project
   238  private:
   239    other: Private
   240  public:
   241    other: Public
   242  field_package_name:
   243    other: Name
   244  field_package_version:
   245    other: Version
   246  field_namespace:
   247    other: Namespace
   248  field_events:
   249    other: Events
   250  field_scripts:
   251    other: Scripts
   252  field_localcheckouts:
   253    other: Local Checkouts
   254  field_platforms:
   255    other: Platforms
   256  err_conflicting_branch_while_checkedout:
   257    other: |
   258      Cannot activate branch [NOTICE]{{.V0}}[/RESET]. Branch [NOTICE]{{.V1}}[/RESET] is already checked out.
   259      Please use [ACTIONABLE]state branch switch <name>[/RESET] followed by [ACTIONABLE]state activate[/RESET] instead.
   260  secrets_cmd_description:
   261    other: Manage your secrets
   262  secrets_flag_filter:
   263    other: Show only secrets that match the given filter. The filter value is the config path that you want to see secrets for, eg. constants.foo, scripts.foo, secrets.project.foo, etc.
   264  secrets_get_cmd_description:
   265    other: Get the value of a secret
   266  secrets_get_arg_name_name:
   267    other: namespace
   268  secrets_get_arg_name_description:
   269    other: Namespace of secret is '[NOTICE]SCOPE.NAME[/RESET]'. eg. '[ACTIONABLE]user.mySecret[/RESET]' or '[ACTIONABLE]project.ourSecret[/RESET]'
   270  secrets_set_cmd_description:
   271    other: Set the value of a secret
   272  secrets_set_arg_name_name:
   273    other: namespace
   274  secrets_set_arg_name_description:
   275    other: Namespace of secret is '[NOTICE]SCOPE.NAME[/RESET]. eg. '[ACTIONABLE]user.mySecret[/RESET]' or '[ACTIONABLE]project.ourSecret[/RESET]'
   276  secrets_set_arg_value_name:
   277    other: secret-value
   278  secrets_set_arg_value_description:
   279    other: Value of unencrypted Secret
   280  secrets_sync_cmd_description:
   281    other: Synchronize your shareable secrets to everyone in the organization for the current project
   282  secrets_sync_results_message:
   283    other: Successfully synchronized [NOTICE]{{.V0}}[/RESET] users of the [NOTICE]{{.V1}}[/RESET] organization
   284  secrets_err_defined:
   285    other: Failed to obtain defined secrets
   286  secrets_err_values:
   287    other: Failed to obtain secret value(s)
   288  secrets_err_access:
   289    other: Unable to check access to project secrets. You will not be able to access any secrets for this project
   290  secrets_warning_no_access:
   291    other: You are not authorized to view secrets for this project
   292  secrets_err_save:
   293    other: "Error updating user's Secrets: {{.V0}}"
   294  secrets_err_base64_decoding:
   295    other: Error base64 decoding variable value
   296  secrets_err_check_access:
   297    other: Access check failed
   298  secrets_expand_err_not_found:
   299    other: 'Unable to obtain value for secret: [NOTICE]"{{.V0}}"[/RESET].'
   300  secrets_expand_err_no_access:
   301    other: You are not a member of organization '[NOTICE]{{.V0}}[/RESET]' and therefore cannot access secrets belonging to its projects
   302  secrets_err_invalid_namespace:
   303    other: "Invalid namespace given for secret: [NOTICE]{{.V0}}[/RESET], namespace must be in format of 'scope.secretName', eg. 'user.mySecret' or 'project.ourSecret'."
   304  secrets_warn_deprecated_var:
   305    other: "DEPRECATION WARNING: 'state variables' (or 'state vars') has been retired in favour of secrets and constants. Please use 'state secrets' instead."
   306  secrets_err_user_not_defined:
   307    other: "Secret has not been defined: [NOTICE]{{.V0}}[/RESET]. Define it by running 'state secrets set [NOTICE]{{.V0}}[/RESET]'."
   308  secrets_err_project_not_defined:
   309    other: "Secret has not been defined: [NOTICE]{{.V0}}[/RESET]. Either define it by running 'state secrets set [NOTICE]{{.V0}}[/RESET]' or have someone in your organization sync with you by having them run 'state secrets sync'."
   310  secrets_err_not_authenticated:
   311    other: You are running a command that requires access to secrets, please authenticate by running 'state auth'.
   312  secrets_row_value_set:
   313    other: "[SUCCESS]✔ Defined[/RESET]"
   314  secrets_row_value_unset:
   315    other: "[ERROR]× Not defined[/RESET]"
   316  secrets_description_unset:
   317    other: "[DISABLED]Not provided.[/RESET]"
   318  pull_updated:
   319    other: Your project in the activestate.yaml has been updated to {{.V0}}@{{.V1}}.
   320  keypair_err_not_found:
   321    other: Keypair not yet generated
   322  keypair_err_save:
   323    other: Keypair could not be saved
   324  keypair_err_publickey_not_found:
   325    other: 'No public-key found for user [NOTICE]"{{.V0}}"[/RESET] ([NOTICE]"{{.V1}}"[/RESET])'
   326  keypairs_err_bitlength_too_short:
   327    other: bit-length too short
   328  keypairs_err_pem_encoding:
   329    other: invalid PEM encoding
   330  keypairs_err_passphrase_incorrect:
   331    other: provided passphrase is incorrect
   332  keypairs_err_invalid_rsa_publickey:
   333    other: provided key not an RSA public-key
   334  keypairs_err_load_not_found:
   335    other: 'Authorized keypair not found. Please refer to the docs for more info: https://docs.activestate.com/platform/state/advanced-topics/secrets/#setting-up-a-key-pair'
   336  keypairs_err_load_requires_mode:
   337    other: 'Keypair [NOTICE]"{{.V0}}"[/RESET] file is too permissive, expects no more than [NOTICE]"{{.V1}}"[/RESET] permissions'
   338  keypairs_err_base64_decoding:
   339    other: Message is not base-64 encoded
   340  keypairs_err_override_with_save:
   341    other: "cannot save key to file while key override is set"
   342  keypairs_err_override_with_delete:
   343    other: "cannot delete key file while key override is set"
   344  err_command_requires_auth:
   345    other: You need to be authenticated to run this command. Authenticate by running '[ACTIONABLE]state auth[/RESET]'.
   346  warn_script_name_in_use:
   347    other: "[ERROR]WARNING:[/RESET] The following scripts collide with existing commands and should be renamed: [NOTICE]{{.V0}}[/RESET]."
   348  warn_move_incompatible_modes:
   349    other: "Permissions of files [NOTICE]{{.V0}}[/RESET] and [NOTICE]{{.V1}}[/RESET] differ. Using permissions of [NOTICE]{{.V0}}[/RESET]"
   350  err_file_not_found_in_path:
   351    other: Could not find file=[NOTICE]{{.V0}}[/RESET] in path=[NOTICE]{{.V1}}[/RESET]
   352  secrets_err_expand_noproject:
   353    other: Expanding of variable failed because a project was not passed along. This indicates a problem in the underlying code, and is unlikely to be something an end-user can address.
   354  err_invalid_lock:
   355    other: "Invalid lock specified in your activestate.yaml: '{{.V0}}', should be in the format of: [NOTICE]channel@{number}.{number}.{number}-{hash}[/RESET]"
   356  update_available_header:
   357    other: "[ACTIONABLE]Update Available[/RESET]"
   358  update_available:
   359    other: |
   360      Your version: [NOTICE]{{.V0}}[/RESET]
   361      Available Version: [NOTICE]{{.V1}}[/RESET]
   362      You can update by running '[ACTIONABLE]state update[/RESET]'
   363  update_none_found:
   364    other: Update not found for {{.V0}}.
   365  updating_version:
   366    other: Updating State Tool to version {{.V0}}
   367  runtime_update_notice_known_count:
   368    other: "Your activestate.yaml is [NOTICE]{{.V0}}[/RESET] commits behind."
   369  runtime_update_notice_unknown_count:
   370    other: "Your activestate.yaml is behind."
   371  runtime_update_help:
   372    other: "Run '[ACTIONABLE]state pull[/RESET]' to pull in the latest runtime environment as defined in your project on [NOTICE]https://platform.activestate.com/{{.V0}}/{{.V1}}[/RESET]"
   373  err_no_credentials:
   374    other: Cannot authenticate without credentials
   375  err_token_list:
   376    other: "Something went wrong whilst trying to retrieve api tokens: {{.V0}}"
   377  err_token_delete:
   378    other: "Something went wrong whilst trying to delete an api token: {{.V0}}"
   379  err_token_create:
   380    other: "Something went wrong whilst trying to create an api token: {{.V0}}"
   381  installer_err_runtime_missing_meta:
   382    other: |
   383      The requested runtime does not appear to have a metadata file and the metadata could not be inferred.
   384      Possible causes are:
   385        - A previous installation of the runtime was improperly aborted before it could finish. Manually deleting
   386          directory "{{.V0}}" and retrying this command will fix this issue.
   387        - You are trying to use a much older build that is not supported by this version of the State Tool. It
   388          is recommended that you produce a new build.
   389  installer_err_runtime_no_executable:
   390    other: Expected runtime installer '[NOTICE]{{.V0}}[/RESET]' to include '[ACTIONABLE]{{.V1}}[/RESET]' or '[ACTIONABLE]{{.V2}}[/RESET]'
   391  installer_err_runtime_no_file:
   392    other: Expected runtime installer '[NOTICE]{{.V0}}[/RESET]' to include '[ACTIONABLE]{{.V1}}[/RESET]'
   393  installer_err_runtime_executable_not_exec:
   394    other: Executable '[NOTICE]{{.V1}}[/RESET]' does not have execute permissions for runtime '[NOTICE]{{.V0}}[/RESET]'
   395  installer_err_fail_obtain_prefixes:
   396    other: Unable to obtain relocation prefixes for runtime '[NOTICE]{{.V0}}[/RESET]'
   397  build_status_in_progress:
   398    other: "Your changes are currently being built remotely on the ActiveState Platform. Please visit [NOTICE]{{.V0}}[/RESET] to see the progress."
   399  err_no_default_branch:
   400    other: This project has no default branch. This indicates malformed data, please contact support!
   401  err_no_commit:
   402    other: Project branch has no commits
   403  err_order_marshal:
   404    other: Failed to marshal/unmarshal order
   405  err_no_data_found:
   406    other: No data found
   407  err_project_no_languages:
   408    other: Your project does not have any languages configured
   409  err_add_commit:
   410    other: "Error occurred while trying to create a commit: {{.V0}}"
   411  err_update_branch:
   412    other: "Error occurred while trying to update a branch: {{.V0}}"
   413  err_get_commit_history:
   414    other: "Error occurred while trying to retrieve the latest commit history for your project: {{.V0}}"
   415  err_commit_count_no_latest_with_commit:
   416    other: "Latest commit id is not set while commit id is set"
   417  err_commit_count_cannot_find:
   418    other: "Cannot find commit ([ACTIONABLE]{{.V0}}[/RESET]) in indexed"
   419  err_commit_count_cannot_find_first:
   420    other: "Cannot find first commit ([ACTIONABLE]{{.V0}}[/RESET]) in indexed"
   421  err_commit_count_missing_last:
   422    other: "Missing last commit id"
   423  err_no_platform_data_remains:
   424    other: "Your current platform ([ACTIONABLE]{{.V0}}/{{.V1}}[/RESET]) does not appear to be configured in your project. You will need to add it before you are able to activate on this platform. Run 'state platforms --help' for more information on how to do this."
   425  err_runtime_setup:
   426    other: Error setting up runtime
   427  err_signs3_invalid_url:
   428    other: API Responded with an invalid S3 URL, please contact support
   429  err_invalid_namespace:
   430    other: "Invalid namespace: [NOTICE]{{.V0}}[/RESET]. Should be in the format of [NOTICE]org/project[/RESET], and can optionally contain a [NOTICE]#COMMIT_ID[/RESET] suffix. Names should be alphanumeric and may contain dashes and periods."
   431  err_invalid_commit_id:
   432    other: "Invalid commit ID: [NOTICE]{{.V0}}[/RESET]. It should be a valid UUID."
   433  err_invalid_project_name:
   434    other: "Invalid project name: [NOTICE]{{.V0}}[/RESET]. Names should be alphanumeric, may contain dashes and periods, and can optionally contain a [NOTICE]#COMMIT_ID[/RESET] suffix."
   435  err_could_not_get_commit_behind_count:
   436    other: Could not obtain commit history properly
   437  err_auth_required:
   438    other: Authentication is required, please authenticate by running 'state auth'
   439  err_auth_needinput:
   440    other: You are logged out, in order to log in either run this command in interactive mode or provide your credentials via flags (see '[ACTIONABLE]state auth --help[/RESET]').
   441  prompt_login_or_signup:
   442    other: Would you like to login to an existing ActiveState Platform account, or create a new account?
   443  prompt_login_browser_action:
   444    other: Login with my existing account using your browser
   445  prompt_login_action:
   446    other: Login with my existing account by typing my username and password
   447  prompt_signup_browser_action:
   448    other: Signup for a new account using the ActiveState Platform website
   449  err_browser_open:
   450    other: "Could not open your browser, please manually open the following URL above."
   451  err_os_not_a_directory:
   452    other: Expected '{{.V0}}' to be a valid directory
   453  export_cmd_description:
   454    other: Print information based on the provided subcommand
   455  export_jwt_cmd_description:
   456    other: Print jwt credentials
   457  export_new_api_key_cmd_description:
   458    other: Create and print new API key
   459  export_new_api_key_arg_name:
   460    other: name
   461  export_new_api_key_arg_name_description:
   462    other: API key name
   463  export_config_cmd_description:
   464    other: Export state tool configurations
   465  export_config_flag_filter_description:
   466    other: "Filter configuration output. Accepts: [ACTIONABLE]{{.V0}}[/RESET]"
   467  export_apikey_user_notice:
   468    other: "Note that this key is not stored by ActiveState. Please store the value for later use as you cannot retrieve it again."
   469  err_apikey_name_required:
   470    other: An API key name is required.
   471  err_cannot_obtain_apikey:
   472    other: Cannot obtain API key.
   473  platforms_cmd_description:
   474    other: Manage platforms used in your project
   475  platforms_add_cmd_description:
   476    other: Add a new platform to your project
   477  platforms_remove_cmd_description:
   478    other: Remove a platform from your project
   479  platforms_search_cmd_description:
   480    other: Search for available platforms that can be added to your project
   481  flag_platforms_shared_bitwidth_description:
   482    other: Platform architecture word size/width in bits (32,64)
   483  arg_platforms_shared_name:
   484    other: name
   485  arg_platforms_shared_name_description:
   486    other: Name[@<version>]
   487  field_version:
   488    other: Version
   489  field_bitwidth:
   490    other: Bit Width
   491  commit_message_added_platform:
   492    other: "Added platform: {{.V0}} {{.V1}}bit {{.V2}}"
   493  commit_message_updated_platform:
   494    other: "Updated platform: {{.V0}} to {{.V1}}"
   495  commit_message_removed_platform:
   496    other: "Removed platform: {{.V0}} {{.V1}}bit {{.V2}}"
   497  commit_message_added_language:
   498    other: "Added language: {{.V0}} {{.V1}}"
   499  commit_message_updated_language:
   500    other: "Updated language: {{.V0}} to {{.V1}}"
   501  commit_message_removed_language:
   502    other: "Removed language: {{.V0}} {{.V1}}"
   503  fileutils_err_amend_file:
   504    other: "Could not edit file: [NOTICE]{{.V0}}[/RESET]"
   505  err_auth_empty_token:
   506    other: The provided token is empty
   507  err_auth_device:
   508    other: Unable to communicate with the ActiveState Platform for login. Please contact support if this problem persists.
   509  err_auth_device_timeout:
   510    other: Timed out waiting for authentication to complete.
   511  err_auth_device_noauth:
   512    other: Authorization was not granted.
   513  auth_press_enter:
   514    other: Have you completed authentication in your browser?
   515  auth_device_verify_security_code:
   516    other: |
   517      Awaiting authorization for this device with the following security code:
   518  
   519          [ACTIONABLE]{{.V0}}[/RESET]
   520  
   521      Please sign into the ActiveState Platform (if you have not already done so) and click "Authorize".
   522      After that, it may take a few seconds for the authorization process here to complete.
   523  
   524      If the URL does not open automatically, please copy and paste it into your browser.
   525  
   526          [ACTIONABLE]{{.V1}}[/RESET]
   527  auth_device_timeout:
   528    other: Authorization timeout. Please try again.
   529  auth_device_success:
   530    other: Successfully authorized this device
   531  err_prompt_bad_flag:
   532    other: Could not validate input due to an unexpected flag, please contact support if this problem persists
   533  err_invalid_project:
   534    other: Your activestate.yaml is missing the 'project' field.
   535  err_bad_project_url:
   536    other: "Invalid value for 'project' field in your activestate.yaml, please ensure it is in the format of: 'https://platform.activestate.com/org/project'."
   537  err_set_commit_id:
   538    other: "Could not update your activestate.yaml with the latest commit ID. Please ensure you have your project defined in the format of '[ACTIONABLE]project: https://platform.activestate.com/org/project[/RESET]'"
   539  err_set_project:
   540    other: "Could not update the project field in your activestate.yaml. Please ensure you have your project defined in the format of '[ACTIONABLE]project: https://platform.activestate.com/org/project[/RESET]'"
   541  err_unauthorized:
   542    other: You are not authorized, did you provide valid login credentials?
   543  err_projectfile_exists:
   544    other: A project already exists in the specified directory
   545  err_projectfile_invalid_url:
   546    other: The provided URL is invalid
   547  err_project_require_path:
   548    other: A project path was not supplied
   549  err_project_require_owner:
   550    other: A project owner was not supplied
   551  err_project_require_name:
   552    other: A project name was not supplied
   553  git_cloning_project_heading:
   554    other: Cloning Repository
   555  git_cloning_project:
   556    other: Cloning git repository at [ACTIONABLE]{{.V0}}[/RESET]
   557  language_name_unknown:
   558    other: Unknown
   559  language_unknown_options:
   560    other: Unknown options
   561  package_cmd_description:
   562    other: List packages used in your project
   563  package_install_cmd_description:
   564    other: Add a new package to your project
   565  package_uninstall_cmd_description:
   566    other: Remove a package from your project
   567  package_import_cmd_description:
   568    other: Import packages from a list of dependencies
   569  package_search_cmd_description:
   570    other: Search for available packages that can be added to your project
   571  package_info_cmd_description:
   572    other: Display information for the specified package
   573  package_arg_name:
   574    other: name
   575  package_arg_name_description:
   576    other: Package name, optionally with namespace, eg. '[<namespace>/]<name>'.
   577  package_info_flag_language_description:
   578    other: The language used to constrain package information selection
   579  bundle_arg_name:
   580    other: name
   581  bundle_arg_name_description:
   582    other: Bundle name
   583  package_arg_nameversion:
   584    other: name[@version]
   585  package_arg_nameversion_wildcard_description:
   586    other: "Package name and optionally the desired version. The version may contain wildcards, for example: '1.0.x'."
   587  package_arg_nameversion_description:
   588    other: Package name and optionally the desired version
   589  bundle_arg_nameversion:
   590    other: name[@version]
   591  bundle_arg_nameversion_description:
   592    other: Bundle name and optionally the desired version
   593  package_list_flag_commit_description:
   594    other: The commit that the listing should be based on
   595  package_list_flag_name_description:
   596    other: The filter for package names to include in the listing
   597  namespace_list_flag_project_description:
   598    other: The namespace packages should be listed from
   599  package_search_flag_ns_description:
   600    other: The namespace to search within. This trumps the language flag.
   601  package_flag_ts_description:
   602    other: The timestamp at which you want to query. Can be either 'now' or RFC3339 formatted timestamp.
   603  package_flag_rev_description:
   604    other: The revision you want to use, this ensures you get this exact revision and nothing else.
   605  package_search_flag_language_description:
   606    other: The language used to constrain search results
   607  package_search_flag_exact-term_description:
   608    other: Ensures that search results match search term exactly
   609  package_import_flag_filename_description:
   610    other: The file to import
   611  commit_message_added_package:
   612    other: "Added package: {{.V0}}@{{.V1}}"
   613  commit_message_removed_package:
   614    other: "Removed package: {{.V0}}"
   615  commit_message_updated_package:
   616    other: "Updated package: {{.V0}} to {{.V1}}"
   617  commit_message_add_initial:
   618    other: Initialize project via the State Tool
   619  commit_reqstext_message:
   620    other: "Import from requirements file"
   621  err_package_added:
   622    other: Failed to add package
   623  err_bundle_added:
   624    other: Failed to add bundle
   625  err_language_updated:
   626    other: Failed to update language
   627  package_err_cannot_fetch_checkpoint:
   628    other: Cannot fetch checkpoint for package listing
   629  bundle_err_cannot_fetch_checkpoint:
   630    other: Cannot fetch checkpoint for bundle listing
   631  package_err_cannot_obtain_commit:
   632    other: Cannot obtain commit for package listing
   633  bundle_err_cannot_obtain_commit:
   634    other: Cannot obtain commit for bundle listing
   635  package_err_cannot_obtain_language:
   636    other: Cannot obtain language for package search
   637  bundle_err_cannot_obtain_language:
   638    other: Cannot obtain language for bundle search
   639  package_err_cannot_obtain_search_results:
   640    other: Cannot obtain search results
   641  package_no_data:
   642    other: No data found - Please verify the provided commit id
   643  package_list_no_packages:
   644    other: The project has no packages to list.
   645  bundle_list_no_packages:
   646    other: The project has no bundles to list.
   647  package_name:
   648    other: Name
   649  package_version:
   650    other: Version
   651  package_added:
   652    other: "Package added: [NOTICE]{{.V0}}[/RESET]"
   653  package_version_added:
   654    other: "Package added: [NOTICE]{{.V0}}@{{.V1}}[/RESET]"
   655  bundle_added:
   656    other: "[SUCCESS]✔ {{.V0}} Bundle successfully installed![/RESET]"
   657  bundle_version_added:
   658    other: "[SUCCESS]✔ {{.V0}} Bundle @ version {{.V1}} successfully installed![/RESET]"
   659  language_updated:
   660    other: "Language updated: [NOTICE]{{.V0}}[/RESET]"
   661  language_version_updated:
   662    other: "Language updated: [NOTICE]{{.V0}}@{{.V1}}[/RESET]"
   663  err_package_updated:
   664    other: Failed to update package
   665  err_bundle_updated:
   666    other: Failed to update bundle
   667  package_updated:
   668    other: "Package updated: [NOTICE]{{.V0}}[/RESET]"
   669  package_version_updated:
   670    other: "Package updated: [NOTICE]{{.V0}}@{{.V1}}[/RESET]"
   671  bundle_updated:
   672    other: "Bundle updated: [NOTICE]{{.V0}}[/RESET]"
   673  bundle_version_updated:
   674    other: "Bundle updated: [NOTICE]{{.V0}}@{{.V1}}[/RESET]"
   675  err_package_removed:
   676    other: Failed to remove package
   677  err_remove_requirement_not_found:
   678    other: Could not remove requirement '[ACTIONABLE]{{.V0}}[/RESET]', because it does not exist.
   679  err_bundle_removed:
   680    other: Failed to remove bundle
   681  err_packages_removed:
   682    other: Failed to remove packages
   683  package_removed:
   684    other: "Package uninstalled: [NOTICE]{{.V0}}[/RESET]"
   685  bundle_removed:
   686    other: "Bundle uninstalled: [NOTICE]{{.V0}}[/RESET]"
   687  err_update_build_script:
   688    other: Could not update runtime build script
   689  raw_version_added:
   690    other: "Package added: [NOTICE]{{.V0}}@{{.V1}}[/RESET]"
   691  raw_added:
   692    other: "Package added: [NOTICE]{{.V0}}[/RESET]"
   693  raw_version_updated:
   694    other: "Package updated: [NOTICE]{{.V0}}@{{.V1}}[/RESET]"
   695  raw_updated:
   696    other: "Package updated: [NOTICE]{{.V0}}[/RESET]"
   697  raw_removed:
   698    other: "Package removed: [NOTICE]{{.V0}}[/RESET]"
   699  notice_commit_build_script:
   700    other: |
   701      Your local build script has changes that should be committed. Please run '[ACTIONABLE]state commit[/RESET]' to do so.
   702  
   703  command_flag_invalid_value:
   704    other: "Invalid value for {{.V0}} flag: [NOTICE]{{.V1}}[/RESET]"
   705  command_cmd_no_such_cmd:
   706    other: "No such command: [NOTICE]{{.V0}}[/RESET]"
   707  err_fetch_languages:
   708    other: "Could not retrieve languages for your project. Does your project exist on the Platform?"
   709  err_no_languages:
   710    other: "Your project does not have any language configured"
   711  err_incompatible_move_file_dir:
   712    other: |
   713      Could not move [NOTICE]{{.V0}}[/RESET] to [NOTICE]{{.V1}}[/RESET].  One is a file, the other a directory.
   714      This indicates that the requested build may be corrupted.
   715  err_init_lang:
   716    other: "Invalid language: {{.V0}}@{{.V1}}"
   717  initializing_project:
   718    other: |
   719      Initializing Project
   720  init_success:
   721    other: |
   722      Project '[NOTICE]{{.V0}}[/RESET]' has been successfully initialized at '[NOTICE]{{.V1}}[/RESET]' and pushed to the Platform.
   723      You can start using your project with '[ACTIONABLE]state shell[/RESET]' and '[ACTIONABLE]state use[/RESET]'.
   724      For editors and other tooling use the executables at: [ACTIONABLE]{{.V2}}[/RESET].
   725  init_success_resolved_owner:
   726    other: |
   727      We've created '[ACTIONABLE]{{.V0}}[/RESET]' to track changes for this environment. You can change the name at any point by running '[ACTIONABLE]state projects edit --name[/RESET]'.
   728      Project '[NOTICE]{{.V0}}[/RESET]' has been successfully initialized at '[NOTICE]{{.V1}}[/RESET]' and pushed to the Platform.
   729      You can start using your project with '[ACTIONABLE]state shell[/RESET]' and '[ACTIONABLE]state use[/RESET]'.
   730      For editors and other tooling use the executables at: [ACTIONABLE]{{.V2}}[/RESET].
   731  arg_state_init_namespace:
   732    other: org/project
   733  arg_state_init_namespace_description:
   734    other: The namespace for the project that you wish to initialize. If not in the format of <org/project>, the value will be used as the project name.
   735  flag_state_init_language_description:
   736    other: "The Language[@version] that this project should use"
   737  arg_state_init_path:
   738    other: path
   739  arg_state_init_path_description:
   740    other: "Where to initialize the project"
   741  err_invalid_language:
   742    other: "Invalid language specified: '[NOTICE]{{.V0}}[/RESET]'; Supported languages: [ACTIONABLE]{{.V1}}[/RESET]"
   743  err_init_invalid_org:
   744    other: The organization '[ACTIONABLE]{{.V0}}[/RESET]' either does not exist, or you do not have permissions to create a project in it.
   745  push_creating_project:
   746    other: "Creating project [NOTICE]{{.V1}}[/RESET] under [NOTICE]{{.V0}}[/RESET] on the ActiveState Platform"
   747  push_project_updated:
   748    other: "The remote Project has been updated"
   749  push_project_created:
   750    other: "Project created at [ACTIONABLE]{{.V0}}[/RESET]."
   751  init_description:
   752    other: Initialize a new project
   753  push_description:
   754    other: Push your latest changes to the platform
   755  push_prompt_owner:
   756    other: "Who would you like the owner of this project to be?"
   757  push_prompt_not_authorized:
   758    other: |
   759      You are not authorized to push to this project.
   760      Either get the project owner to invite you, or create a new project with these changes.
   761      Would you like to create a new project with your changes now?
   762  export_privkey_cmd_description:
   763    other: Exports the private key, useful if you want to set it via environment variable (ACTIVESTATE_PRIVATE_KEY)
   764  err_unknown_format:
   765    other: "Unknown format: [NOTICE]{{.V0}}[/RESET]"
   766  err_sprint:
   767    other: "Could not construct output. Encountered the following error: {{.V0}}"
   768  field_localized_field:
   769    other: "Localized Field"
   770  err_could_not_marshal_print:
   771    other: "Could not marshal the value being printed, please check the error log for more information."
   772  err_no_structured_output:
   773    other: "This command does not support the '{{.V0}}' output format. Please try again without that output flag."
   774  err_unsupported_structured_output:
   775    other: "Failed to structure output in the requested format. Please consider reporting this on our forums: {{.V0}}."
   776  err_main_outputer:
   777    other: "Could not create output writer, please contact developers if this problem persists. Error: {{.V0}}"
   778  field_name:
   779    other: Name
   780  field_description:
   781    other: Description
   782  field_organization:
   783    other: Organization
   784  request_timed_out:
   785    other: A request for data took too long - Trying again may help
   786  err_recipe_no_platform:
   787    other: Filter returned no valid platform IDs.
   788  err_filter_current_platform:
   789    other: Filter returned no valid platform IDs for the current platform.
   790  no_commits:
   791    other: No commits exist yet for [NOTICE]{{.V0}}[/RESET]
   792  field_date:
   793    other: Date
   794  field_author:
   795    other: Author
   796  field_id:
   797    other: ID
   798  field_changes:
   799    other: Changes
   800  change_added:
   801    other: "[SUCCESS]+[/RESET] {{.V0}} {{.V1}}\n     namespace: {{.V2}}"
   802  change_removed:
   803    other: "[ERROR]-[/RESET] {{.V0}}\n     namespace: {{.V1}}"
   804  change_updated:
   805    other: "[ACTIONABLE]•[/RESET] {{.V0}} ({{.V1}} → {{.V2}})\n     namespace: {{.V3}}"
   806  constraint_auto:
   807    other: Auto
   808  constraint_resolved:
   809    other: "{{.V0}} → {{.V1}}"
   810  namespace_label_platform:
   811    other: "Platform"
   812  namespace_label_preplatform:
   813    other: "Bits"
   814  namespace_label_packager:
   815    other: "Docker/Installer packagers"
   816  history_cmd_description:
   817    other: View history of the active project
   818  clean_description:
   819    other: Clean caches, configuration files, or completely remove the state tool
   820  uninstall_description:
   821    other: Remove the State Tool, installed languages, and any configuration files
   822  cache_description:
   823    other: Removes cached Runtime Environments
   824  clean_config_description:
   825    other: Removes global State Tool configuration. Project configuration will not be affected.
   826  flag_state_clean_uninstall_force_description:
   827    other: Run uninstall operation without prompts and ignoring any errors stopping running services
   828  arg_state_clean_cache_project_description:
   829    other: The project to be removed from the local cache.
   830  flag_state_clean_config_force_description:
   831    other: Run clean config operation without prompts and ignoring any errors stopping running services
   832  err_uninstall_activated:
   833    other: Cannot uninstall the State Tool while in an activated state. Please deactivate by entering [ACTIONABLE]exit[/RESET] or pressing [ACTIONABLE]Ctrl+D[/RESET] and then try again.
   834  err_remove_cache:
   835    other: Could not remove State Tool cache directory
   836  err_clean_cache_activated:
   837    other: Cannot remove the cache directory while in an activated state. Please deactivate by entering [ACTIONABLE]exit[/RESET] or pressing [ACTIONABLE]Ctrl+D[/RESET] and then try again.
   838  uninstall_confirm:
   839    other: |
   840      You are about to remove the State Tool.
   841      Your config and cache files will remain.
   842      If you would also like to remove those files, add the [ACTIONABLE]--all[/RESET] flag.
   843      Continue?
   844  uninstall_confirm_all:
   845    other: You are about to remove the State Tool, installed language runtimes, and all configuration information. Continue?
   846  clean_cache_confirm:
   847    other: You are about to reset the State Tool cache. Continue?
   848  clean_cache_artifact_confirm:
   849    other: You are about the remove the cached runtime for [NOTICE]{{.V0}}[/RESET]. Continue?
   850  clean_config_confirm:
   851    other: You are about the remove the State Tool config directory. Continue?
   852  clean_success_message:
   853    other: |
   854      Successfully removed State Tool and related files.
   855  
   856      Please restart your shell in order for changes to take effect.
   857  clean_message_windows:
   858    other: |
   859      Deletion of State Tool has been scheduled.
   860      To access the uninstall log please see: [NOTICE]{{.V0}}[/RESET]
   861  clean_config_message_windows:
   862    other: |
   863      Deletion of State Tool config directory has been scheduled.
   864      To access a log of the process please see: [NOTICE]{{.V0}}[/RESET]
   865  languages_cmd_description:
   866    other: View the languages of a project
   867  languages_install_cmd_description:
   868    other: Update the language of a project
   869  arg_languages_install_description:
   870    other: The language to update in the form of <language>@<version>
   871  err_language_format:
   872    other: The language and version provided is not formatting correctly, must be in the form of <language>@<version>
   873  err_language_mismatch:
   874    other: Cannot change languages, only changes to the current project's language is allowed
   875  err_no_recipes:
   876    other: No build recipes could be generated for the current project
   877  err_order_unknown:
   878    other: Unknown error resolving order"
   879  err_project_env_file_not_exist:
   880    other: |
   881      Your activated environment appears to have been corrupted because the activestate.yaml cannot be found anymore.
   882  
   883      Expected the following file to exist: [NOTICE]{{.V0}}[/RESET]
   884  
   885      Either replace the missing file or deactivate your activated state as it will continue to malfunction without this file.
   886  
   887      Your activated state can be deactivated by entering [ACTIONABLE]exit[/RESET] or pressing [ACTIONABLE]Ctrl+D[/RESET].
   888  err_invalid_step:
   889    other: "Invalid step specified: [NOTICE]{{.V0}}[/RESET]. Step must be one of: [ACTIONABLE]{{.V1}}[/RESET]."
   890  arg_state_deploy_namespace:
   891    other: org/project
   892  arg_state_deploy_namespace_description:
   893    other: The namespace of the project that you wish to deploy
   894  err_deploy_no_commits:
   895    other: "The project '[NOTICE]{{.V0}}[/RESET]' does not have any packages configured, please add add some packages first."
   896  err_windows_registry:
   897    other: Error while interacting with Windows registry
   898  err_deploy_run_install:
   899    other: You need to run the install step at least once before you can run the configure or report steps. Run 'state deploy --help' for more information.
   900  err_deploy_path_noperm:
   901    other: "No permission to create symlinks on any of the PATH entries: [NOTICE]{{.V0}}[/RESET]"
   902  deploy_install:
   903    other: "Installing Runtime Environment"
   904  deploy_configure_shell:
   905    other: "Configuring shell: [NOTICE]{{.V0}}[/RESET]"
   906  deploy_symlink:
   907    other: "Symlinking executables to: [NOTICE]{{.V0}}[/RESET]"
   908  deploy_overwrite_target:
   909    other: "Overwriting existing target: [NOTICE]{{.V0}}[/RESET]"
   910  deploy_info:
   911    other: Deployment Information
   912  deploy_restart:
   913    other: Action Required
   914  deploy_cmd_description:
   915    other: |
   916      Deploys the runtime in a way that cannot be further managed (not recommended for most use-cases). Deploy sets up the language so you can run it from any shell environment that matches the current shell, overriding any conflicting installations.
   917      You can run individual deploy steps by running the sub-commands, which is useful if you're preparing docker images, CI environments, or the like.
   918      If you're setting up a local development environment you probably won't need the sub-commands.
   919  deploy_install_cmd_description:
   920    other: Only install the runtime environment files, but do not configure it in any way (effectively caches the runtime environment)
   921  deploy_configure_cmd_description:
   922    other: Configure the runtime environment for your current shell (must have run install first or this will error)
   923  deploy_symlink_cmd_description:
   924    other: Symlink the executables to your PATH and to the target directory (must have run install first or this will error)
   925  deploy_report_cmd_description:
   926    other: Reports information about the deployed runtime environment, useful for further manual setup (must have run install first or this will error)
   927  deploy_restart_shell:
   928    other: |
   929      Please restart your terminal or start a new terminal session in order to start using the newly configured Runtime Environment.
   930  deploy_restart_cmd:
   931    other: |
   932      Please log out and back in again in order to start using the newly configured Runtime Environment.
   933      Alternatively, you can run '[ACTIONABLE]setenv[/RESET]' from the installation directory to update your environment
   934  flag_state_deploy_path_description:
   935    other: The path to deploy the runtime installation files to. This directory will not be affected by 'state clean'
   936  flag_state_deploy_force_description:
   937    other: "Overwrites any existing files / configurations."
   938  flag_state_deploy_user_path_description:
   939    other: "Updates the user PATH instead of the system PATH"
   940  deploy_uninstall_success:
   941    other: |
   942      Successfully removed deployment.
   943  
   944      Please restart your terminal or start a new terminal session in order to clear any residual Runtime Environment variables and settings.
   945  envdef_file_not_found:
   946    other: |
   947      Your installation seems to be corrupted.
   948  
   949      Cannot find runtime definition file at [NOTICE]{{.V0}}[/RESET].
   950      You can try to manually delete the cache directory and re-activating the project.
   951  envdef_unmarshal_error:
   952    other: |
   953      Your installation seems to be corrupted.
   954  
   955      Cannot not parse runtime definition file at [NOTICE]{{.V0}}[/RESET]
   956      This indicates a problem with the build. You can try updating your project
   957  err_arg_required:
   958    other: "The following argument is required:\n  Name: [NOTICE]{{.V0}}[/RESET]\n  Description: [NOTICE]{{.V1}}[/RESET]"
   959  err_init_no_language:
   960    other: "A project has not been set using 'state use'. You must include the [NOTICE]language[/RESET] argument. For more help, run '[ACTIONABLE]state init --help[/RESET]'."
   961  platform_added:
   962    other: "[NOTICE]{{.V0}}@{{.V1}}[/RESET] has been added."
   963  platform_removed:
   964    other: "[NOTICE]{{.V0}}@{{.V1}}[/RESET] has been removed."
   965  ppm_header_message:
   966    other: |
   967      The Perl Package Manager (PPM) is no longer supported.
   968      To manage your Perl packages from the command line, use the State Tool (state) instead. You can find more information on the State Tool at
   969      [ACTIONABLE]https://www.activestate.com/products/platform/state-tool/[/RESET]
   970  ppm_print_suggestion:
   971    other: |
   972      The Perl Package Manager (PPM) is no longer supported.
   973      To manage your Perl packages from the command line, use the State Tool (state) instead. You can find more information on the State Tool at
   974      [ACTIONABLE]https://www.activestate.com/products/platform/state-tool/[/RESET]
   975  
   976      To [NOTICE]{{.V0}}[/RESET], run:
   977  
   978        [NOTICE]{{.V1}}[/RESET]
   979  
   980      See [ACTIONABLE]https://docs.activestate.com/platform/{{.V2}}[/RESET] for details.
   981  ppm_print_main:
   982    other: |
   983      The Perl Package Manager (PPM) is no longer supported.
   984      To manage your Perl packages from the command line, use the State Tool (state) instead. You can find more information on the State Tool at
   985      [ACTIONABLE]https://www.activestate.com/products/platform/state-tool/[/RESET]
   986  
   987      To see help for State Tool commands, run:
   988  
   989          [ACTIONABLE]state help[/RESET]
   990  
   991      See [ACTIONABLE]https://docs.activestate.com/platform/state/[/RESET] for details.
   992  ppm_print_forward:
   993    other: |
   994      Your command is being forwarded to '[ACTIONABLE]{{.V0}}[/RESET]'.
   995      In the future you can run '[ACTIONABLE]{{.V0}}[/RESET]' directly instead of running '[ACTIONABLE]{{.V1}}[/RESET]', which will soon be deprecated.
   996  ppm_print_forward_after_convert:
   997    other: |
   998      Please navigate to your newly created project directory and run '[ACTIONABLE]{{.V1}}[/RESET]' again.
   999      You can also run '[ACTIONABLE]{{.V0}}[/RESET]' directly instead of running '[ACTIONABLE]{{.V1}}[/RESET]', which will soon be deprecated.
  1000  ppm_print_forward_failure:
  1001    other: |
  1002      Your command is being forwarded to '[ACTIONABLE]{{.V0}}[/RESET]'.
  1003      In the future you can run '[ACTIONABLE]{{.V0}}[/RESET]' directly instead of running '[ACTIONABLE]{{.V1}}[/RESET]', which will soon be deprecated.
  1004  
  1005      Note that '[ACTIONABLE]{{.V0}}[/RESET]' is not a direct analog for '[ACTIONABLE]{{.V1}}[/RESET]' and your command may have failed as a result.
  1006      Please run '[ACTIONABLE]{{.V0}} --help[/RESET]' for further information on how to use it for your use-case.
  1007  ppm_print_area_redundant:
  1008    other: |
  1009      `ppm area` and its subcommands have been made redundant thanks to State Tool's use of virtual environments.
  1010      You can simply start managing your packages, run '[ACTIONABLE]{{.V0}} --help[/RESET]' for more information.
  1011  ppm_search_intent:
  1012    other: search for a package in the ActiveState repository
  1013  deploy_usable_path:
  1014    other: |
  1015      Please ensure '[NOTICE]{{.V0}}[/RESET]' exists and is on your PATH.
  1016  script_watcher_watch_file:
  1017    other: "Watching file changes at: [NOTICE]{{.V0}}[/RESET]"
  1018  tutorial_newproject_intro:
  1019    other: |
  1020      The State Tool lets you create and maintain a set of virtual environments (eg., one per project), allowing you to
  1021      isolate and better manage language versions and dependencies on a per-project basis.
  1022      [[BR]][[BR]]
  1023      For every virtual environment, you'll be able to share the current configuration (language version & dependencies)
  1024      with your teammates so everyone stays in sync, as well as share secrets (or store your own, for your eyes only),
  1025      set up shared scripts, and much more.
  1026      [[BR]][[BR]]
  1027      We'll help you create your first virtual environment, after that you can create as many as you want by running
  1028      '[ACTIONABLE]state init[/RESET]'.
  1029      [[BR]]
  1030  tutorial_newproject_outro:
  1031    other: |
  1032      Your Virtual Runtime Environment has been created.
  1033      [[BR]][[BR]]
  1034      To start using your project simply run '[ACTIONABLE]state activate[/RESET]' from your project directory at [ACTIONABLE]{{.Dir}}[/RESET].
  1035      You can also manage your project in your browser at [ACTIONABLE]{{.URL}}[/RESET].
  1036      [[BR]][[BR]]
  1037      To create another project run '[ACTIONABLE]state init[/RESET]', or if you want to find out more about the State Tool and what it can do
  1038      run '[ACTIONABLE]state --help[/RESET]' or check out [ACTIONABLE]{{.Docs}}[/RESET]
  1039  ppm_convert_explanation:
  1040    other: |
  1041      State Tool, like Perl 7, is being developed from the ground up with modern software development practices in mind.
  1042      Best practices suggest one environment per project, which is the State Tool’s default option.
  1043      State Tool was developed from the ground up with modern software development practices in mind.
  1044      [[BR]]
  1045  ppm_convert_create_question:
  1046    other: |
  1047      PPM functionality is being replaced by the State Tool, which does things differently. For example, before you can
  1048      start managing dependencies, you need to create a new virtual environment for your Perl project.
  1049      [[BR]]
  1050  ppm_convert_ask_feedback:
  1051    other: |
  1052      We understand your need to do things traditionally, but we currently do not support it. We'd love to hear more about
  1053      your use case to see if we can better meet your needs. Please consider posting to our forum at {{.ForumURL}}.
  1054      [[BR]]
  1055      To create another project run '[ACTIONABLE]state init[/RESET]', or if you want to find out more about the State Tool and what it can do
  1056      run '[ACTIONABLE]state --help[/RESET]' or check out [ACTIONABLE]{{.Docs}}[/RESET]
  1057  windows_compatibility_warning:
  1058    other: |
  1059      Unable to detect your Windows version. You may encounter issues; please ensure you are running at least Windows 10 build 17134.1.
  1060  
  1061      Error received: {{.V0}}
  1062  windows_compatibility_error:
  1063    other: |
  1064      Unfortunately State Tool is not compatible with your version of Windows.
  1065  
  1066      The minimum version supported is Windows 10 build 17134.1.
  1067      The detected version is {{.V0}} {{.V1}}.
  1068  exec_description:
  1069    other: Intercept and run a script via a project runtime environment
  1070  flag_state_exec_path_description:
  1071    other: The path of the project that you want to use the runtime environment of. If no path is given the current working directory is used.
  1072  artifact_started:
  1073    other: "Build Starting Remotely: [NOTICE]{{.V0}}[/RESET]"
  1074  artifact_succeeded:
  1075    other: "Completed: [NOTICE]{{.V0}} ({{.V1}}/{{.V2}})[/RESET]"
  1076  artifact_failed:
  1077    other: "Failed: [NOTICE]{{.V0}}[/RESET]. Error returned: [ERROR]{{.V1}}[/RESET]"
  1078  artifact_unknown_name:
  1079    other: Unnamed Artifact
  1080  err_package_update_commit_id:
  1081    other: "Could not update your project runtime's commit ID. Please run '[ACTIONABLE]state pull[/RESET]' manually."
  1082  prepare_protocol_warning:
  1083    other: Could not add state protocol
  1084  err_preparestart_shortcut:
  1085    other: Could not create shortcut for {{.V0}}
  1086  confirm:
  1087    other: Please Confirm
  1088  err_no_project:
  1089    other: To run this command you need to be in an existing project. You can create a new project with [ACTIONABLE]state init[/RESET] or run this command from a directory that is in an existing project. You can also use an existing project by running '[ACTIONABLE]state activate --default[/RESET]' inside your project directory.
  1090  err_no_projectfile:
  1091    other: No activestate.yaml file exists in the current working directory or its parent directories.
  1092  err_project_not_found:
  1093    other: Could not find project at [NOTICE]{{.V0}}[/RESET]
  1094  err_non_interactive_prompt:
  1095    other: Prompt "{{.V0}}" cannot be resolved in non-interactive mode.
  1096  err_read_projectfile:
  1097    other: The activestate.yaml at {{.V0}} could not be read.
  1098  err_auth_fail_totp:
  1099    other: A two-factor authentication code is required.
  1100  cve_title:
  1101    other: Vulnerability Summary
  1102  cve_description:
  1103    other: Show a summary of project vulnerabilities
  1104  cve_namespace_arg:
  1105    other: org/project
  1106  cve_namespace_arg_description:
  1107    other: The project for which the report is created
  1108  cve_needs_authentication:
  1109    other: You need to be authenticated in order to access vulnerability information about your project.
  1110  auth_tip:
  1111    other: Run '[ACTIONABLE]state auth[/RESET]' to authenticate.
  1112  err_non_interactive_mode:
  1113    other: You are running the State Tool in non-interactive mode, but interactive input was needed. Please re-run the State Tool in interactive mode. If you are using a non-interactive terminal like Git Bash on Windows, prefix your command with '[ACTIONABLE]winpty[/RESET]'. (See https://github.com/git-for-windows/git/wiki/FAQ#some-native-console-programs-dont-work-when-run-from-git-bash-how-to-fix-it for more information.)
  1114  err_alternate_branches:
  1115    other: |
  1116      Your current platform ([ACTIONABLE]{{.V0}}/{{.V1}}[/RESET]) does not appear to be configured in your branch: '[ACTIONABLE]{{.V2}}[/RESET]', perhaps you could try one of the alternate branches on your project:
  1117  
  1118       - {{.V3}}
  1119  
  1120      Type '[ACTIONABLE]state branch switch <NAME>[/RESET]' to switch to a different branch.
  1121  err_fetch_project:
  1122    other: "Could not fetch details for project: {{.V0}}"
  1123  err_set_default_branch:
  1124    other: Could not update project field with branch, please manually set the `branch={{.V0}}` query parameter on the project field in your activestate.yaml.
  1125  artifact_download_failed:
  1126    other: Failed to download artifact '{{.V0}}' ({{.V1}})
  1127  artifact_setup_failed:
  1128    other: Failed to install artifact '{{.V0}}' ({{.V1}})
  1129  err_stored_artifacts:
  1130    other: Could not unmarshal stored artifacts, your install may be corrupted.
  1131  err_fetch_branch:
  1132    other: "Could not get branch [NOTICE]{{.V0}}[/RESET] for project"
  1133  err_refresh_runtime:
  1134    other: "Failed to update runtime"
  1135  browser_fallback:
  1136    other: "Could not open {{.V0}} in your browser.\nYou can copy and paste the following URL manually in the address line of your browser:\n[NOTICE]{{.V1}}[/RESET]"
  1137  err_user_network_solution:
  1138    other: |
  1139      Please ensure your device has access to internet during installation. Make sure software like a VPN, Firewall or Anti-Virus are not blocking your connectivity.
  1140      If your issue persists consider reporting it on our forums at {{.V0}}.
  1141  err_user_network_timeout:
  1142    other: "Request failed due to timeout. {{.V0}}"
  1143  err_user_libc_solution:
  1144    other: If you specified a glibc version, please check it is configured → [ACTIONABLE]{{.V0}}[/RESET].
  1145  warn_revert_head:
  1146    other: |
  1147      [NOTICE]DEPRECATION WARNING[/RESET]: 'state revert HEAD' has been deprecated in favor of '[ACTIONABLE]state revert REMOTE[/RESET]'. Please use '[ACTIONABLE]state revert REMOTE[/RESET]' instead.
  1148  err_revert_get_commit:
  1149    other: "Could not fetch commit details for commit with ID: {{.V0}}"
  1150  err_revert_commit:
  1151    other: "Could not revert{{.V0}} commit: {{.V1}}"
  1152  install_initial_success:
  1153    other: "An activestate.yaml has been created at: {{.V0}}."
  1154  err_package_info_no_packages:
  1155    other: No packages in our catalog are an exact match for [NOTICE]"{{.V0}}"[/RESET].
  1156  package_try_search:
  1157    other: "Valid package names can be searched using '[ACTIONABLE]state search <package_name>[/RESET]'"
  1158  package_info_request:
  1159    other: "Request a package at [ACTIONABLE]https://community.activestate.com/[/RESET]"
  1160  err_push_outdated:
  1161    other: |
  1162      Your project has new changes available that need to be merged first. Please first run '[ACTIONABLE]state pull[/RESET]' to update your project.
  1163  err_tip_push_outdated:
  1164    other: Run '[ACTIONABLE]state pull[/RESET]'.
  1165  err_push_not_authenticated:
  1166    other: In order to update your project you need to be authenticated, please run '[ACTIONABLE]state auth[/RESET]' to authenticate.
  1167  err_push_no_project:
  1168    other: No project found, you may need to create one first.
  1169  err_push_headless:
  1170    other: Cannot push a headless project. To convert your project please visit {{.V0}}
  1171  push_push_tip_headless_init:
  1172    other: Run '[ACTIONABLE]state init[/RESET]' to create a project with the State Tool.
  1173  push_push_tip_headless_cwd:
  1174    other: Navigate to a directory with an activestate.yaml.
  1175  err_push_nocommit:
  1176    other: You have nothing to push, make some changes first with '[ACTIONABLE]state install[/RESET]'.
  1177  push_no_changes:
  1178    other: You have no local changes to push. To pull in remote changes run '[ACTIONABLE]state pull[/RESET]'.
  1179  err_push_create_nonunique:
  1180    other: The project name '[NOTICE]{{.V0}}[/RESET]' is already in use.
  1181  err_push_create_project_aborted:
  1182    other: Project creation aborted by user.
  1183  err_push_target_invalid_history:
  1184    other: The target's commit history does not match your local commit history. Are you pushing to the right project?
  1185  pull_diverged_message:
  1186    other: |
  1187      A merge commit will be created for project [NOTICE]{{.V0}}[/RESET] on branch [NOTICE]{{.V1}}[/RESET].
  1188      Merging commits [NOTICE]{{.V2}}[/RESET] (local) and [NOTICE]{{.V3}}[/RESET] (remote).
  1189      Any conflicts will favour your local changes. To view the merge commit run '[ACTIONABLE]state history[/RESET]'
  1190  operation_success_local:
  1191    other: |
  1192      Your local project has been updated.
  1193      Run [ACTIONABLE]state push[/RESET] to save changes to the platform.
  1194  buildplan_err:
  1195    other: "Could not plan build, platform responded with:\n{{.V0}}"
  1196  buildplan_err_cropped:
  1197    other: "Could not plan build, platform responded with:\n{{.V0}}\n{{.V1}}"
  1198  err_buildplanner_head_on_branch_moved:
  1199    other: The branch you're trying to update has changed remotely, please run '[ACTIONABLE]state pull[/RESET]'.
  1200  transient_solver_tip:
  1201    other: You may want to retry this command if the failure was related to a resourcing or networking issue.
  1202  warning_git_project_mismatch:
  1203    other: |
  1204      [ERROR]Warning:[/RESET] The activestate.yaml used on "[NOTICE]{{.V0}}[/RESET]" does not match your project; "[NOTICE]{{.V1}}[/RESET]".
  1205      We're updating it to match your current project. For more information check out {{.V2}}.
  1206  auto_update_permission_err:
  1207    other: |
  1208      Could not update the state tool due to insufficient permissions.
  1209      To manually update, run 'state update' as a privileged user.
  1210      If your installation has become corrupted, please re-install using the instructions on {{.V0}}.
  1211      If you want the state tool to auto-update, please re-install it in a user-writable directory.
  1212      Error received: {{.V1}}
  1213  update_permission_err:
  1214    other: |
  1215      Could not update the state tool due to insufficient permissions.
  1216      If your installation has become corrupted, please re-install using the instructions on {{.V0}}.
  1217      Error received: {{.V1}}
  1218  err_update_in_progress:
  1219    other: |
  1220      A State Tool update already appears to be running.
  1221      Please close any open shells, open a new one, and then try this command again.
  1222      If this issue persists please manually delete [ACTIONABLE]{{.V0}}[/RESET].
  1223  auto_update_to_version:
  1224    other: Updating State Tool from [NOTICE]{{.V0}}[/RESET] to [NOTICE]{{.V1}}[/RESET].
  1225  auto_update_relaunch:
  1226    other: Update installed. Forwarding input to updated State Tool.
  1227  auto_update_failed:
  1228    other: Could not update State Tool. If this issue persists please reinstall the State Tool.
  1229  lock_update_legacy_version:
  1230    other: See [ACTIONABLE]{{.V0}}[/RESET] for more information on version locking and how to install a specific State Tool version.
  1231  lock_version_mismatch:
  1232    other: This project is locked at State Tool version [NOTICE]{{.V0}}[/RESET]. Your current State Tool version is [NOTICE]{{.V1}}@{{.V2}}[/RESET].
  1233  lock_update_lock:
  1234    other: You can lock the project to the running State Tool version with '[ACTIONABLE]state update lock[/RESET]'.
  1235  err_jwt_not_authenticated:
  1236    other: |
  1237      You are not authenticated. In order to export a JWT please first authenticate with [ACTIONABLE]state auth[/RESET]
  1238  err_recursion_limit:
  1239    other: |
  1240      Recursion detected in command:
  1241  
  1242      {{.V0}}
  1243  
  1244      To increase the recursion limit set the [ACTIONABLE]{{.V1}}[/RESET] environment variable.
  1245  err_exec_recursion:
  1246    other: |
  1247      Recursion detected. Your feedback could help us fix this. Please consider reporting your issue on our forums: {{.V0}}.
  1248  
  1249      To allow recursion, set [ACTIONABLE]{{.V1}}=true[/RESET]
  1250  package_ingredient_alternatives:
  1251    other: |
  1252      No results found for search term "[NOTICE]{{.V0}}[/RESET]", did you mean:
  1253  
  1254      {{.V1}}
  1255  
  1256      Run "[ACTIONABLE]state search {{.V0}}[/RESET]" to see more suggestions.
  1257  package_ingredient_alternatives_nosuggest:
  1258    other: |
  1259      No results found for search term "[NOTICE]{{.V0}}[/RESET]".
  1260  
  1261      Run "[ACTIONABLE]state search {{.V0}}[/RESET]" to find alternatives.
  1262  package_ingredient_alternatives_nolang:
  1263    other: |
  1264      No results found for search term "[NOTICE]{{.V0}}[/RESET]".
  1265  
  1266      This may be because you have not installed a language for your project. Install a language by running "[ACTIONABLE]state languages install <language-name>[/RESET]".
  1267  progress_search:
  1268    other: " • Searching for [ACTIONABLE]{{.V0}}[/RESET] in the ActiveState Catalog"
  1269  progress_cve_search:
  1270    other: " • Searching for new vulnerabilities (CVEs) on [ACTIONABLE]{{.V0}}[/RESET] and any dependencies"
  1271  setup_runtime:
  1272    other: "Setting Up Runtime"
  1273  progress_solve:
  1274    other: "Resolving Dependencies"
  1275  additional_dependencies:
  1276    other: Installing {{.V0}} includes [ACTIONABLE]{{.V1}}[/RESET] direct dependencies.
  1277  additional_total_dependencies:
  1278    other: Installing {{.V0}} includes [ACTIONABLE]{{.V1}}[/RESET] direct dependencies, and [ACTIONABLE]{{.V2}}[/RESET] indirect dependencies.
  1279  progress_success:
  1280    other: " [SUCCESS]✔ Done[/RESET]"
  1281  progress_found:
  1282    other: " [SUCCESS]✔ Found[/RESET]"
  1283  progress_fail:
  1284    other: " [ERROR]x Failed[/RESET]"
  1285  progress_safe:
  1286    other: " [SUCCESS]✔ Safe[/RESET]"
  1287  progress_unsafe:
  1288    other: " [ERROR]x Unsafe[/RESET]"
  1289  progress_commit:
  1290    other: " • Creating commit"
  1291  progress_solve_preruntime:
  1292    other: " • Resolving Dependencies"
  1293  progress_pkg_nolang:
  1294    other: " • Searching for [ACTIONABLE]{{.V0}}[/RESET] across all languages in the ActiveState Catalog"
  1295  progress_build_log:
  1296    other: "Build Log [ACTIONABLE]{{.V0}}[/RESET]"
  1297  progress_completed:
  1298    other: "[SUCCESS]✔ All dependencies have been installed and verified[/RESET]"
  1299  progress_failed:
  1300    other: "[ERROR]x Some dependencies failed to install[/RESET]"
  1301  progress_nothing_to_do:
  1302    other: "Runtime is already up to date"
  1303  unstable_feature_banner:
  1304    other: "[NOTICE]Beta Feature: This feature is still in beta and may be unstable.[/RESET]\n"
  1305  warning_vulnerable:
  1306    other: |
  1307      [ERROR]Warning: Dependency has {{.V0}} direct and {{.V1}} indirect known vulnerabilities (CVEs)[/RESET]
  1308  warning_vulnerable_indirectonly:
  1309    other: |
  1310      [ERROR]Warning: Dependency has {{.V0}} indirect known vulnerabilities (CVEs)[/RESET]
  1311  warning_vulnerable_directonly:
  1312    other: |
  1313      [ERROR]Warning: Dependency has {{.V0}} known vulnerabilities (CVEs)[/RESET]
  1314  more_info_vulnerabilities:
  1315    other: |
  1316      For more information on these vulnerabilities run '[ACTIONABLE]state security open <ID>[/RESET]'.
  1317      To disable prompting for vulnerabilities run '[ACTIONABLE]state config set security.prompt.enable false[/RESET]'.
  1318  prompt_continue_pkg_operation:
  1319    other: |
  1320      Do you want to continue installing this dependency despite its vulnerabilities?
  1321  unstable_command_warning:
  1322    other: |
  1323      This command is still in beta. If you want to opt-in to unstable features, run the following command:
  1324  
  1325      [ACTIONABLE]state config set optin.unstable true[/RESET]
  1326  secrets_unstable_warning:
  1327    other: |
  1328      The secrets feature is currently unstable and not ready for production use. If you want to opt-in to unstable features, run the following command:
  1329  
  1330      [ACTIONABLE]state config set optin.unstable true[/RESET]
  1331  installer_prompt_is_admin:
  1332    other: |
  1333      You are installing the State Tool as an administrator. The State Tool was designed to be installed without administrator privileges, and you may run into issues if you continue. Are you sure you want to do this?
  1334  err_update_corrupt_install:
  1335    other: |
  1336      Unfortunately your current installation appears to have been corrupted. Please reinstall the State Tool by first
  1337      uninstalling it and then running the installation process again.
  1338  
  1339      Uninstallation instructions: {{.V0}}/troubleshooting/uninstall/
  1340      Installation instructions: {{.V0}}/install/
  1341  arg_state_use_namespace:
  1342    other: org/project or project
  1343  arg_state_use_namespace_description:
  1344    other: "The fully qualified namespace (org/project) or just the project name (project) of the project to use. Must have been previously checked out using '[ACTIONABLE]state checkout[/RESET]'."
  1345  err_use_commit_id_mismatch:
  1346    other: "Cannot switch to the given commit ID. Please use '[ACTIONABLE]state checkout[/RESET]' to check out a specific commit ID and then try again."
  1347  err_use_default_project_does_not_exist:
  1348    other: "Cannot find your project. Please either check it out again with [ACTIONABLE]state checkout[/RESET] or run [ACTIONABLE]state use reset[/RESET] to stop using it."
  1349  err_shell_commit_id_mismatch:
  1350    other: "Cannot start a shell/prompt for the given commit ID. Please use '[ACTIONABLE]state checkout[/RESET]' to check out a specific commit ID and then try again."
  1351  err_activate_commit_id_mismatch:
  1352    other: "Cannot activate a project with the given commit ID. Please use '[ACTIONABLE]state checkout[/RESET]' to check out a specific commit ID and then try again."
  1353  err_shell_cannot_load_project:
  1354    other: Cannot load project to start a shell/prompt in.
  1355  err_shell_already_active:
  1356    other: |
  1357      You are already in a shell for '[ACTIONABLE]{{.V0}}[/RESET]', located at '[ACTIONABLE]{{.V1}}[/RESET]'. You cannot enter a new shell when you are already in one.
  1358      To exit your current shell simply run: [ACTIONABLE]exit[/RESET].
  1359  err_project_frompath:
  1360    other: Could not create project files
  1361  err_project_frompath_notexist:
  1362    other: Could not locate a project at [ACTIONABLE]{{.V0}}[/RESET]
  1363  err_project_namespace_missmatch:
  1364    other: Project at [ACTIONABLE]{{.V0}}[/RESET] does not match namespace [ACTIONABLE]{{.V1}}[/RESET]
  1365  err_project_fromenv:
  1366    other: Could not detect an appropriate project to use, please provide a valid path or namespace.
  1367  err_local_project_not_checked_out:
  1368    other: "Cannot find the [ACTIONABLE]{{.V0}}[/RESET] project. Please either check it out using '[ACTIONABLE]state checkout[/RESET]' or run this command again from the project directory."
  1369  err_findproject_notfound:
  1370    other: "Could not load project [ACTIONABLE]{{.V0}}[/RESET] from path: [ACTIONABLE]{{.V1}}[/RESET]"
  1371  arg_state_shell_namespace_description:
  1372    other: The namespace of the project you wish to start a virtual environment shell/prompt for, or just the project name if previously used
  1373  err_language_by_commit:
  1374    other: Could not get language from commit ID {{.V0}}
  1375  err_parse_project:
  1376    other: Could not parse project file at {{.V0}}
  1377  err_uninstall_privilege_mismatch:
  1378    other: "The State Tool was installed as administrator. To uninstall please run [ACTIONABLE]state clean uninstall[/RESET] as administrator."
  1379  err_update_privilege_mismatch:
  1380    other: "The State Tool was installed as administrator. To update please run [ACTIONABLE]state update[/RESET] as administrator."
  1381  uninstall_warn_not_empty:
  1382    other: |
  1383      [ERROR]Unable to remove all files in the installation directory, as third party files were found inside that directory:[/RESET]
  1384  
  1385      {{.V0}}
  1386  
  1387      This is the result of third parties writing files to the State Tool owned directories, and it's an issue that should be resolved by the user.
  1388  err_state_exec:
  1389    other: Could not get state exec
  1390  err_service_exec:
  1391    other: Could not get service exec
  1392  err_service_exec_dir:
  1393    other: Could not get service exec from directory {{.V0}}
  1394  err_insufficient_permissions:
  1395    other: |
  1396      Could not stop running State Tool process due to insufficient permissions.
  1397  
  1398      State Tool works best if you run it as a user, rather than an administrator. You might be encountering this issue because you have originally installed or ran the State Tool as an administrator. If this is the case it is suggested that you uninstall the State Tool as an administrator, and install it again as a user.
  1399  err_update_access_denied:
  1400    other: |
  1401      Could not update the State Tool due to insufficient permissions in the installation folder.
  1402  
  1403      State Tool works best if you run it as a user, rather than an administrator. You might be encountering this issue because you have originally installed or ran the State Tool as an administrator. If this is the case it is suggested that you uninstall the State Tool as an administrator, and install it again as a user.
  1404  
  1405      Error received: {{.V0}}
  1406  err_search_no_package:
  1407    other: |
  1408      No packages in our catalog match [NOTICE]"{{.V0}}"[/RESET].
  1409  err_search_no_bundle:
  1410    other: |
  1411      No bundles in our catalog match [NOTICE]"{{.V0}}"[/RESET].
  1412  search_request_package:
  1413    other: "Request a package at [ACTIONABLE]https://community.activestate.com/[/RESET]"
  1414  search_request_bundle:
  1415    other: "Request a bundle at [ACTIONABLE]https://community.activestate.com/[/RESET]"
  1416  beta_suffix:
  1417    other: " (Beta)"
  1418  err_globaldefault_update_env:
  1419    other: Could not write to user environment
  1420  use_reset_notice_not_reset:
  1421    other: No project to stop using
  1422  use_reset_notice_windows:
  1423    other: Note you may need to start a new command prompt to fully update your environment.
  1424  use_reset_notice:
  1425    other: Note you may need to run '[ACTIONABLE]hash -r[/RESET]' or start a new shell to fully update your environment.
  1426  svcctl_wait_timeout:
  1427    other: |
  1428      Timed out waiting for service to respond ({{.V0}} - code {{.V1}}).
  1429  
  1430      Are you running software that could prevent State Tool from running local processes/servers?
  1431  
  1432      Please try running your command again.
  1433  
  1434      If this problem persists please report it on our forums: [ACTIONABLE]{{.V2}}[/RESET]
  1435  svcctl_file_not_found:
  1436    other: |
  1437      Could not find the State Tool service executable at [ACTIONABLE]{{.V0}}[/RESET].
  1438  
  1439      Please try running your command again.
  1440  
  1441      If this problem persists please report it on our forums: [ACTIONABLE]{{.V1}}[/RESET]
  1442  err_autostart_app:
  1443    other: Could not create new autostart app
  1444  err_install_state_exe_does_not_exist:
  1445    other: |
  1446      Could not install State Tool. One or more of the installed executables appears to have been deleted during installation. Please check with your antivirus to see if it might have triggered a false-positive.
  1447  
  1448      Please consider letting us know what antivirus you are running so that we can address this false-positive: [ACTIONABLE]{{.V0}}[/RESET].
  1449  
  1450      Note the source code of the State Tool is open source, and you can review it yourself should you have concerns: [ACTIONABLE]https://github.com/ActiveState/cli[/RESET]
  1451  install_remote_title:
  1452    other: This will install the State Tool
  1453  err_already_checked_out:
  1454    other: There is already a project checked out at '[ACTIONABLE]{{.V0}}[/RESET]'.
  1455  use_project_statement:
  1456    other: |
  1457      Switched to project [ACTIONABLE]{{.V0}}[/RESET], located at [ACTIONABLE]{{.V1}}[/RESET].
  1458      For editors and other tooling use the executables at: [ACTIONABLE]{{.V2}}[/RESET].
  1459  use_show_project_statement:
  1460    other: |
  1461      The active project is [ACTIONABLE]{{.V0}}[/RESET], located at [ACTIONABLE]{{.V1}}[/RESET].
  1462      For editors and other tooling use the executables at: [ACTIONABLE]{{.V2}}[/RESET].
  1463  shell_project_statement:
  1464    other: |
  1465      Opening shell for project [ACTIONABLE]{{.V0}}[/RESET], located at [ACTIONABLE]{{.V1}}[/RESET].
  1466      This shell is operating inside a virtual environment.
  1467      For editors and other tooling use the executables at: [ACTIONABLE]{{.V2}}[/RESET].
  1468  checking_out:
  1469    other: |
  1470      Checking out project: [NOTICE]{{.V0}}[/RESET]
  1471  installing_runtime_title:
  1472    other: Installing Runtime
  1473  checkout_project_statement:
  1474    other: |
  1475      Checked out project [ACTIONABLE]{{.V0}}[/RESET], located at [ACTIONABLE]{{.V1}}[/RESET].
  1476      For editors and other tooling use the executables at: [ACTIONABLE]{{.V2}}[/RESET].
  1477  checkout_project_statement_async:
  1478    other: |
  1479      Checked out project [ACTIONABLE]{{.V0}}[/RESET], located at [ACTIONABLE]{{.V1}}[/RESET].
  1480      Run '[ACTIONABLE]state refresh[/RESET]' to source the runtime.
  1481  refresh_project_statement:
  1482    other: |
  1483      Runtime updated for project [ACTIONABLE]{{.V0}}[/RESET], located at [ACTIONABLE]{{.V1}}[/RESET].
  1484      For editors and other tooling use the executables at: [ACTIONABLE]{{.V2}}[/RESET].
  1485  export_project_statement:
  1486    other: Exporting env for project [ACTIONABLE]{{.V0}}[/RESET] located at [ACTIONABLE]{{.V1}}[/RESET].
  1487  err_rtprogress_outofsync:
  1488    other: |
  1489      Received events that appear to be out of order.
  1490      Please report this issue on [ACTIONABLE]{{.V0}}[/RESET] and include your log file at [ACTIONABLE]{{.V1}}[/RESET].
  1491  warning_macos_bash:
  1492    other: |
  1493      You are running bash on macOS, which is no longer supported by Apple. To update your account to use zsh, please run 'chsh -s /bin/zsh'. If you continue to use bash you may run into issues finding binaries on your PATH, in order to work around these issues please read: https://scriptingosx.com/2017/04/about-bash_profile-and-bashrc-on-macos/
  1494  operating_message:
  1495    other: |
  1496      Operating on project [ACTIONABLE]{{.V0}}[/RESET], located at [ACTIONABLE]{{.V1}}[/RESET].
  1497  pjfile_deprecation_msg:
  1498    other: |
  1499      Your activestate.yaml located at [ACTIONABLE]{{.V0}}[/RESET] appears to be using deprecated keys. Please update the following keys:
  1500      {{.V1}}
  1501      To find out how to update these please read the deprecation information at:
  1502      [ACTIONABLE]{{.V2}}[/RESET]
  1503  pjfile_deprecation_entry:
  1504    other: " - '[ACTIONABLE]{{.V0}}[/RESET]' located at byte [ACTIONABLE]{{.V1}}[/RESET]"
  1505  err_init_authenticated:
  1506    other: You need to be authenticated to initialize a project. Authenticate by running '[ACTIONABLE]state auth[/RESET]'.
  1507  err_init_project_exists:
  1508    other: A project file already exists for {{.V0}} at {{.V1}}
  1509  err_country_blocked:
  1510    other: This service is not available in your region.
  1511  err_commit_id_invalid:
  1512    other: "Your activestate.yaml contains an invalid commit ID: '{{.V0}}'. Please run '[ACTIONABLE]state reset[/RESET]' to fix it."
  1513  err_shortcutdir_writable:
  1514    other: Could not continue as we don't have permission to create [ACTIONABLE]{{.V0}}[/RESET].
  1515  move_prompt:
  1516    other: |
  1517      You are about to move the project [NOTICE]{{.V0}}[/RESET] to the organization [NOTICE]{{.V1}}[/RESET].
  1518      This action will invalidate any local checkouts that already exist for this project. If you or your team members have checked out this project anywhere else, please update them with the new namespace: [ACTIONABLE]{{.V1}}/{{.V2}}[/RESET].
  1519      Continue?
  1520  edit_prompt_name_notice:
  1521    other: |
  1522      Renaming a project will invalidate any local checkouts that already exist for this project. If you or your team members have checked out this project anywhere else, please update them with the new namespace: [ACTIONABLE]{{.V0}}/{{.V1}}[/RESET].
  1523  err_edit_local_checkouts:
  1524    other: Could not update local checkouts
  1525  err_edit_project_mapping:
  1526    other: Could not update project mapping
  1527  notice_runtime_disabled:
  1528    other: Skipping runtime setup because it was disabled by an environment variable
  1529  err_searchingredient_toomany:
  1530    other: Too many ingredients match the query '[ACTIONABLE]{{.V0}}[/RESET]', please try to be more specific.
  1531  alternative_unknown_pkg_name:
  1532    other: unknown
  1533  err_uploadingredient_publish:
  1534    other: |
  1535      Could not publish ingredient.
  1536  
  1537      Error received: {{.V0}}
  1538  uploadingredient_editor_opening:
  1539    other: |
  1540      Opening editor to edit ingredient meta information. Alternatively you may manually edit the following file: [ACTIONABLE]{{.V0}}[/RESET].
  1541  uploadingredient_success:
  1542    other: |
  1543      Successfully published as:
  1544      Name: [ACTIONABLE]{{.V0}}[/RESET]
  1545      Namespace: [ACTIONABLE]{{.V1}}[/RESET]
  1546      Version: [ACTIONABLE]{{.V2}}[/RESET]
  1547      Revision: [ACTIONABLE]{{.V3}}[/RESET]
  1548      Timestamp: [ACTIONABLE]{{.V4}}[/RESET]
  1549  
  1550      You can install this package by running `[ACTIONABLE]state install {{.V1}}:{{.V0}} --ts now`[/RESET].
  1551  err_runtime_cache_invalid:
  1552    other: Your runtime needs to be updated, please run '[ACTIONABLE]state refresh[/RESET]'.
  1553  err_target_not_found:
  1554    other: Could not find buildscript target '[ACTIONABLE]{{.V0}}[/reset]'. Please check your buildscript and ensure the target exists.
  1555  err_buildscript_not_exist:
  1556    other: Your project does not have a buildscript.as file. Please refer to the documentation on how to create one.
  1557  commit_success:
  1558    other: |
  1559      Commit '[ACTIONABLE]{{.V0}}[/RESET]' for project '[ACTIONABLE]{{.V1}}[/RESET]' successfully created.
  1560      
  1561      Run '[ACTIONABLE]state refresh[/RESET]' to update your local runtime.
  1562  builds_dl_downloading:
  1563    other: Downloading {{.V0}}
  1564  warn_has_failed_artifacts:
  1565    other: "Warning: This project has failed builds, and some artifacts will be missing as a result.\n"
  1566  artifact_status_building:
  1567    other: Building
  1568  warn_build_not_complete:
  1569    other: "[WARNING]Some artifacts are still being built. Try running this command again in a few minutes.[/RESET]"
  1570  err_build_artifacts_failed:
  1571    other: |
  1572      The following artifacts failed to build, please refer to their logs for more information:
  1573      
  1574      {{.V0}}
  1575  err_build_artifact_failed_msg:
  1576    other: The artifact '[ACTIONABLE]{{.V0}}[/RESET]' failed to build.
  1577  err_build_artifact_failed:
  1578    other: |
  1579      [NOTICE]{{.V0}}[/RESET]
  1580      [DISABLED]├─ Message:[/RESET] [ERROR]{{.V1}}[/RESET]
  1581      [DISABLED]└─ Log:[/RESET] [ACTIONABLE]{{.V2}}[/RESET]
  1582  install_runtime:
  1583    other: Installing Runtime
  1584  install_runtime_info:
  1585    other: "Installing your runtime and dependencies.\n"
  1586  update_runtime:
  1587    other: Updating Runtime
  1588  update_runtime_info:
  1589    other: "Changes to your runtime may require some dependencies to be rebuilt.\n"
  1590  err_buildscript_notexist:
  1591    other: Your project does not have a buildscript.as file. Please refer to the documentation on how to create one.
  1592  err_projectfile_version_too_high:
  1593    other: Your local checkout of this project depends on a newer version of the State Tool. Please update your State Tool by running [ACTIONABLE]state update[/RESET].
  1594  err_headless:
  1595    other: Cannot operate on a headless project. Please visit {{.V0}} to convert your project and try again.
  1596  notice_needs_buildscript_reset:
  1597    other: Your project is missing its buildscript file, please run '[ACTIONABLE]state reset LOCAL[/RESET]' to recreate it.
  1598  
  1599  err_initial_no_requirement:
  1600    other: |
  1601      Could not find compatible requirement for initial commit. Please ensure that you are trying to install a valid package.
  1602      To check for available packages run '[ACTIONABLE]state search <package_name>[/RESET]'.
  1603  manifest_deprecation_warning:
  1604    other: |
  1605      [WARNING]Warning:[/RESET] This command is deprecated, please use '[ACTIONABLE]state manfiest[/RESET]' instead.
  1606  manifest_runtime_needs_update:
  1607    other: "[WARNING]WARNING:[/RESET] Your runtime is out of date, in order to ensure an accurate manifest please run [ACTIONABLE]state refresh[/RESET].\n"
  1608  vulnerability_critical:
  1609    other: "[RED]{{.V0}} Critical[/RESET]"
  1610  vulnerability_high:
  1611    other: "[ORANGE]{{.V0}} High[/RESET]"
  1612  vulnerability_medium:
  1613    other: "[YELLOW]{{.V0}} Medium[/RESET]"
  1614  vulnerability_low:
  1615    other: "[GREEN]{{.V0}} Low[/RESET]"
  1616  err_runtime_needs_refresh:
  1617    other: Your runtime needs to be updated, please run '[ACTIONABLE]state refresh[/RESET]' and then try again.
  1618  err_pull_no_common_parent:
  1619    other: |
  1620      The local commit ID [NOTICE]{{.V0}}[/RESET] and latest remote commit ID [NOTICE]{{.V1}}[/RESET] have no common parent. 
  1621      To review your project history run '[ACTIONABLE]state history[/RESET]'.
  1622  warn_package_list_runtime:
  1623    other: |
  1624      [WARNING]WARNING:[/RESET] Could not initialize runtime. Resolved version information will not be available. Run '[ACTIONABLE]state refresh[/RESET]' for more information.