* add job list and update  job status command to mmctl
Этот коммит содержится в:
Ben Cooke
2024-06-17 12:07:05 -04:00
коммит произвёл GitHub
родитель 5894abc36e
Коммит 9187c772b6
38 изменённых файлов: 1423 добавлений и 101 удалений

Просмотреть файл

@@ -2176,6 +2176,10 @@
"id": "api.job.retrieve.nopermissions",
"translation": "The job types of a job you are trying to retrieve does not contain permissions"
},
{
"id": "api.job.status.invalid",
"translation": "Invalid status set"
},
{
"id": "api.job.unable_to_create_job.incorrect_job_type",
"translation": "The job type of the job you are trying to create is invalid"
@@ -2188,6 +2192,10 @@
"id": "api.job.unable_to_download_job.incorrect_job_type",
"translation": "The job type you are trying to download is not supported at the moment"
},
{
"id": "api.job.unable_to_manage_job.incorrect_job_type",
"translation": "You do not have permission to manage this job type"
},
{
"id": "api.ldap_group.not_found",
"translation": "ldap group not found"
@@ -5670,6 +5678,10 @@
"id": "app.job.update.app_error",
"translation": "Unable to update the job."
},
{
"id": "app.job.update_status.app_error",
"translation": "Unable to update job status. Invalid status set"
},
{
"id": "app.last_accessible_file.app_error",
"translation": "Error fetching last accessible file"