Mark strings for translation

This commit is contained in:
mabashian
2019-01-25 14:21:35 -05:00
parent d98c60519e
commit 5931c13b04
49 changed files with 332 additions and 264 deletions
@@ -115,6 +115,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'];