openatc-components 0.5.52 → 0.5.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.5.52",
3
+ "version": "0.5.54",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -202,11 +202,11 @@ const en = {
202
202
  'modelList4-': 'Stage',
203
203
  'modelList5': 'Fixed-Time',
204
204
  'modelList6': 'Adaptive',
205
- 'modelList7': 'Coordinated Induction',
205
+ 'modelList7': 'Computer Coordinated',
206
206
  'modelList8': 'Solution-Select',
207
207
  'modelList9': 'Solution Generation',
208
208
  'modelList10': 'Nocable Control',
209
- 'modelList11': 'Computer Coordinated',
209
+ 'modelList11': '',
210
210
  'modelList12': 'phasewalk',
211
211
  'modelList13': 'Pattern Recovery',
212
212
  'modelList14': 'Phase dwell',
@@ -252,11 +252,11 @@ const ru = {
252
252
  'modelList4-': 'Блокировка этапа',
253
253
  'modelList5': 'Фиксированный цикл',
254
254
  'modelList6': 'Адаптивный',
255
- 'modelList7': 'Индукционное управление координацией',
255
+ 'modelList7': 'Координация платформы',
256
256
  'modelList8': 'Управление выбором схемы',
257
257
  'modelList9': 'Генерация схемы',
258
258
  'modelList10': 'Безкабельная координация',
259
- 'modelList11': 'Координация платформы',
259
+ 'modelList11': '',
260
260
  'modelList12': 'Пешеходный переход',
261
261
  'modelList13': 'Переход к восстановлению схемы',
262
262
  'modelList14': 'Удержание фазы (Dwell)',
@@ -254,11 +254,11 @@ const zh = {
254
254
  'modelList4-': '阶段锁定',
255
255
  'modelList5': '定周期',
256
256
  'modelList6': '自适应',
257
- 'modelList7': '协调感应控制',
257
+ 'modelList7': '自适应协调',
258
258
  'modelList8': '方案选择控制',
259
259
  'modelList9': '方案生成',
260
260
  'modelList10': '无电缆协调',
261
- 'modelList11': '自适应协调',
261
+ 'modelList11': '',
262
262
  'modelList12': '行人过街',
263
263
  'modelList13': '方案恢复过渡',
264
264
  'modelList14': '相位驻留(Dwell)',
@@ -465,7 +465,7 @@ export default {
465
465
  id: 7,
466
466
  iconClass: 'zidongfenjikongzhi',
467
467
  permission: 'configer:manual:base',
468
- iconName: this.$t('openatccomponents.overview.modelList11'),
468
+ iconName: this.$t('openatccomponents.overview.modelList7'),
469
469
  bgcolor: getTheme() === 'light' ? '#edf6ff' : '#243d59'
470
470
  }
471
471
  ],