fix profile runtime status loading (#1142)
This commit is contained in:
@@ -706,6 +706,7 @@ jobTriggered: 'Job ausgelost',
|
||||
active: 'Aktiv',
|
||||
activeTag: 'Aktuell',
|
||||
idle: 'Leerlauf',
|
||||
checking: 'Prüfung läuft',
|
||||
running: 'Läuft',
|
||||
stopped: 'Gestoppt',
|
||||
restartGateway: 'Gateway neu starten',
|
||||
|
||||
@@ -809,6 +809,7 @@ export default {
|
||||
active: 'Active',
|
||||
activeTag: 'Active',
|
||||
idle: 'Idle',
|
||||
checking: 'Checking',
|
||||
running: 'Running',
|
||||
stopped: 'Stopped',
|
||||
restartGateway: 'Restart Gateway',
|
||||
|
||||
@@ -706,6 +706,7 @@ jobTriggered: 'Job ejecutado',
|
||||
active: 'Activo',
|
||||
activeTag: 'Actual',
|
||||
idle: 'Inactivo',
|
||||
checking: 'Comprobando',
|
||||
running: 'En ejecución',
|
||||
stopped: 'Detenido',
|
||||
restartGateway: 'Reiniciar gateway',
|
||||
|
||||
@@ -706,6 +706,7 @@ jobTriggered: 'Job declenche',
|
||||
active: 'Actif',
|
||||
activeTag: 'Actuel',
|
||||
idle: 'Inactif',
|
||||
checking: 'Vérification',
|
||||
running: 'En cours',
|
||||
stopped: 'Arrêté',
|
||||
restartGateway: 'Redémarrer le gateway',
|
||||
|
||||
@@ -706,6 +706,7 @@ export default {
|
||||
active: 'アクティブ',
|
||||
activeTag: '現在',
|
||||
idle: '待機中',
|
||||
checking: '確認中',
|
||||
running: '実行中',
|
||||
stopped: '停止中',
|
||||
restartGateway: 'Gateway を再起動',
|
||||
|
||||
@@ -706,6 +706,7 @@ export default {
|
||||
active: '활성',
|
||||
activeTag: '현재',
|
||||
idle: '대기 중',
|
||||
checking: '확인 중',
|
||||
running: '실행 중',
|
||||
stopped: '중지됨',
|
||||
restartGateway: 'Gateway 재시작',
|
||||
|
||||
@@ -706,6 +706,7 @@ jobTriggered: 'Job acionado',
|
||||
active: 'Ativo',
|
||||
activeTag: 'Atual',
|
||||
idle: 'Ocioso',
|
||||
checking: 'Verificando',
|
||||
running: 'Em execução',
|
||||
stopped: 'Parado',
|
||||
restartGateway: 'Reiniciar gateway',
|
||||
|
||||
@@ -801,6 +801,7 @@ export default {
|
||||
active: '使用中',
|
||||
activeTag: '目前',
|
||||
idle: '閒置',
|
||||
checking: '檢測中',
|
||||
running: '執行中',
|
||||
stopped: '已停止',
|
||||
restartGateway: '重啟閘道',
|
||||
|
||||
@@ -801,6 +801,7 @@ export default {
|
||||
active: '活跃',
|
||||
activeTag: '当前',
|
||||
idle: '空闲',
|
||||
checking: '检测中',
|
||||
running: '运行中',
|
||||
stopped: '已停止',
|
||||
restartGateway: '重启网关',
|
||||
|
||||
Reference in New Issue
Block a user