Browse Source

update status i18n

tumao 4 years ago
parent
commit
4db5aa9497
2 changed files with 2 additions and 0 deletions
  1. 1 0
      client/src/i18n/cn/common.ts
  2. 1 0
      client/src/i18n/en/common.ts

+ 1 - 0
client/src/i18n/cn/common.ts

@@ -7,6 +7,7 @@ const commonTrans = {
     loaded: 'loaded',
     unloaded: 'unloaded',
     error: 'error',
+    running: 'running',
   },
   grid: {
     action: 'action',

+ 1 - 0
client/src/i18n/en/common.ts

@@ -7,6 +7,7 @@ const commonTrans = {
     loaded: 'loaded',
     unloaded: 'unloaded',
     error: 'error',
+    running: 'running',
   },
   grid: {
     action: 'action',