Merge branch 'devel' into 169-v1

This commit is contained in:
Jake McDermott
2018-02-09 11:32:40 -05:00
committed by GitHub
225 changed files with 5823 additions and 1594 deletions

View File

@@ -67,6 +67,7 @@ function BaseStringService (namespace) {
this.OFF = t.s('OFF');
this.YAML = t.s('YAML');
this.JSON = t.s('JSON');
this.deleteResource = {
HEADER: t.s('Delete'),
USED_BY: resourceType => t.s('The {{ resourceType }} is currently being used by other resources.', { resourceType }),