mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-28 10:51:49 -05:00
Merge pull request #3077 from mabashian/i18n-sweep
Mark strings for translation Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -119,6 +119,12 @@ function OutputStrings (BaseString) {
|
||||
STANDARD_OUT: t.s('Standard Out'),
|
||||
STANDARD_ERROR: t.s('Standard Error')
|
||||
};
|
||||
|
||||
ns.workflow_status = {
|
||||
SUCCESSFUL: t.s('SUCCESSFUL'),
|
||||
FAILED: t.s('FAILED'),
|
||||
NO_JOBS_FINISHED: t.s('NO JOBS FINISHED')
|
||||
};
|
||||
}
|
||||
|
||||
OutputStrings.$inject = ['BaseStringService'];
|
||||
|
||||
Reference in New Issue
Block a user