blob: eafe7bdfcf14224ecd0b4d08715488092722338f [file] [log] [blame]
[
{
"id": "msg_prefix_error",
"translation": "Error"
},
{
"id": "msg_prefix_warning",
"translation": "Warning"
},
{
"id": "msg_prefix_success",
"translation": "Success"
},
{
"id": "msg_prefix_info",
"translation": "Info"
},
{
"id": "msg_json_missing_cmd_key",
"translation": "JSON input data Missing 'cmd' key"
},
{
"id": "msg_cmd_flag_namespace",
"translation": "namespace"
},
{
"id": "msg_cmd_flag_auth_key",
"translation": "authorization `KEY`"
},
{
"id": "msg_cmd_flag_api_host",
"translation": "whisk API `HOST`"
},
{
"id": "msg_cmd_flag_api_version",
"translation": "whisk API `VERSION`"
},
{
"id": "msg_cmd_flag_key_file",
"translation": "path of the .key file"
},
{
"id": "msg_cmd_flag_cert_file",
"translation": "path of the .cert file"
},
{
"id": "msg_prompt_deploy",
"translation": "Do you really want to deploy this? (y/N): "
},
{
"id": "msg_prompt_undeploy",
"translation": "Do you really want to undeploy this? (y/N): "
},
{
"id": "msg_prompt_authkey",
"translation": "\nPlease provide an authentication token: "
},
{
"id": "msg_prompt_apihost",
"translation": "\nPlease provide the hostname for OpenWhisk: "
},
{
"id": "msg_prompt_namespace",
"translation": "\nPlease provide a namespace [default value is guest]: "
},
{
"id": "msg_manifest_not_found",
"translation": "Manifest file not found at path [{{.path}}].\n"
},
{
"id": "msg_using_manifest_deploy",
"translation": "Using [{{.path}}] for deployment.\n"
},
{
"id": "msg_using_manifest_undeploy",
"translation": "Using [{{.path}}] for undeployment.\n"
},
{
"id": "msg_runtime_mismatch",
"translation": "Runtime [{{.runtime}}] specified in manifest does not match with action source file extension [{{.ext}}] for action [{{.action}}].\n"
},
{
"id": "msg_runtime_changed",
"translation": "Runtime changed to [{{.runtime}}] based on the action source file extension for action [{{.action}}].\n"
},
{
"id": "msg_runtime_unsupported",
"translation": "Runtime [{{.runtime}}] specified in manifest is not supported for the action [{{.action}}].\n"
},
{
"id": "msg_action_limit_ignored",
"translation": "Invalid action limit [{{.limit}}] in manifest is ignored.\n"
},
{
"id": "msg_config_missing_authkey",
"translation": "The authentication key is not configured.\n"
},
{
"id": "msg_config_missing_apihost",
"translation": "The API host is not configured.\n"
},
{
"id": "msg_config_missing_namespace",
"translation": "The namespace is not configured.\n"
},
{
"id": "msg_config_apihost_info",
"translation": "The API host is {{.host}}, from {{.source}}.\n"
},
{
"id": "msg_config_authkey_info",
"translation": "The auth key is set, from {{.source}}.\n"
},
{
"id": "msg_config_namespace_info",
"translation": "The namespace is {{.namespace}}, from {{.source}}.\n"
},
{
"id": "msg_err_get_runtimes",
"translation": "Failed to get the supported runtimes from OpenWhisk service: {{.err}}.\n"
},
{
"id": "msg_unmarshall_local",
"translation": "Unmarshal OpenWhisk info from local values.\n"
},
{
"id": "msg_unmarshall_network",
"translation": "Unmarshal OpenWhisk info from internet.\n"
},
{
"id": "msg_deployment_succeeded",
"translation": "Deployment completed successfully.\n"
},
{
"id": "msg_deployment_failed",
"translation": "Deployment did not complete sucessfully. Run `wskdeploy undeploy` to remove partially deployed assets.\n"
},
{
"id": "msg_deployment_cancelled",
"translation": "OK. Cancelling deployment.\n"
},
{
"id": "msg_undeployment_succeeded",
"translation": "Undeployment completed successfully.\n"
},
{
"id": "msg_undeployment_failed",
"translation": "Undeployment did not complete sucessfully.\n"
},
{
"id": "msg_undeployment_cancelled",
"translation": "OK. Cancelling undeployment.\n"
},
{
"id": "msg_undeployment_managed_failed",
"translation": "Undeployment of deleted entities did not complete sucessfully during managed deployment. Run `wskdeploy undeploy` to remove partially deployed assets.\n"
},
{
"id": "msg_warn_whisk_properties",
"translation": "The [{{.key}}] key was retrieved from whisk.properties which will soon be deprecated please do not use it outside of Travis builds.\n"
},
{
"id": "msg_warn_key_deprecated_replaced",
"translation": "The [{{.oldkey}}] key in the {{.filetype}} file will soon be deprecated, please use the [{{.newkey}}] key instead.\n"
},
{ "id": "msg_err_missing_mandatory_key",
"translation": "The mandatory key [{{.key}}] is missing."
},
{
"id": "msg_err_mismatch_name_project",
"translation": "The {{.key}} named [{{.dname}}] in deployment file [{{.dpath}}] does not match the name [{{.mname}}] in manifest file [{{.mpath}}]."
},
{
"id": "msg_deploying_dependency",
"translation": "Deploying dependency [{{.name}}]..."
},
{
"id": "msg_undeploying_dependency",
"translation": "Undeploying dependency [{{.name}}]..."
},
{
"id": "msg_dependency_deployment_success",
"translation": "Dependency [{{.name}}] has been successfully deployed.\n"
},
{
"id": "msg_dependency_deployment_failure",
"translation": "Deployment of dependency [{{.name}}] did not complete sucessfully. Run `wskdeploy undeploy` to remove partially deployed assets.\n"
},
{
"id": "msg_dependency_undeployment_success",
"translation": "Dependency [{{.name}}] has been successfully undeployed.\n"
},
{
"id": "msg_dependency_undeployment_failure",
"translation": "Undeployment of dependency [{{.name}}] did not complete sucessfully.\n"
},
{
"id": "msg_managed_found_deleted_entity",
"translation": "Deleting {{.key}} [{{.name}}] which was removed from the current managed project [{{.project}}] as part of undeployment.\n"
},
{
"id": "msg_err_create_entity",
"translation": "Error creating {{.key}} with error message: {{.err}} and error code: {{.code}}.\n"
},
{
"id": "msg_err_delete_entity",
"translation": "Error deleting {{.key}} with error message: {{.err}} and error code: {{.code}}.\n"
},
{
"id": "msg_entity_deploying",
"translation": "Deploying {{.key}} [{{.name}}] ..."
},
{
"id": "msg_entity_undeploying",
"translation": "Undeploying {{.key}} [{{.name}}] ..."
},
{
"id": "msg_entity_deployed_success",
"translation": "{{.key}} [{{.name}}] has been successfully deployed.\n"
},
{
"id": "msg_entity_undeployed_success",
"translation": "{{.key}} [{{.name}}] has been successfully undeployed.\n"
},
{
"id": "SEPARATOR",
"translation": "====================== Entries below this line are not verified ==================================="
},
{
"id": "WARNING: The 'source' YAML key in trigger entity is deprecated. Please use 'feed' instead as described in specifications.\n",
"translation": "WARNING: The 'source' YAML key in trigger entity is deprecated. Please use 'feed' instead as described in specifications.\n"
},
{
"id": "Failed to invoke the feed when deleting trigger feed with error message: {{.err}} and error code: {{.code}}.\n",
"translation": "Failed to invoke the feed when deleting trigger feed with error message: {{.err}} and error code: {{.code}}.\n"
},
{
"id": "WARNING: Mandatory field Package Version must be set.\n",
"translation": "WARNING: Mandatory field Package Version must be set.\n"
},
{
"id": "WARNING: Package Version is not saved in the current wskdeploy version.\n",
"translation": "WARNING: Package Version is not saved in the current wskdeploy version.\n"
},
{
"id": "WARNING: Mandatory field Package License must be set.\n",
"translation": "WARNING: Mandatory field Package License must be set.\n"
},
{
"id": "WARNING: Package License is not saved in the current wskdeploy version.\n",
"translation": "WARNING: Package License is not saved in the current wskdeploy version.\n"
},
{
"id": "WARNING: License {{.licenseID}} is not a valid one.\n",
"translation": "WARNING: License {{.licenseID}} is not a valid one.\n"
},
{
"id": "memorySize of limits in manifest should be an integer between 128 and 512.\n",
"translation": "memorySize of limits in manifest should be an integer between 128 and 512.\n"
},
{
"id": "timeout of limits in manifest should be an integer between 100 and 300000.\n",
"translation": "timeout of limits in manifest should be an integer between 100 and 300000.\n"
},
{
"id": "logSize of limits in manifest should be an integer between 0 and 10.\n",
"translation": "logSize of limits in manifest should be an integer between 0 and 10.\n"
},
{
"id": "WARNING: Limits {{.limitname}} is not changable as to now, which will be ignored.\n",
"translation": "WARNING: Limits {{.limitname}} is not changable as to now, which will be ignored.\n"
},
{
"id": "WARNING: application in deployment file will soon be deprecated, please use project instead.\n",
"translation": "WARNING: application in deployment file will soon be deprecated, please use project instead.\n"
}
]