diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/app/store/CommandTypes.js | 2 | ||||
-rw-r--r-- | web/l10n/cn.js | 2 | ||||
-rw-r--r-- | web/l10n/de.js | 2 | ||||
-rw-r--r-- | web/l10n/en.js | 4 | ||||
-rw-r--r-- | web/l10n/es.js | 2 | ||||
-rw-r--r-- | web/l10n/fr.js | 2 | ||||
-rw-r--r-- | web/l10n/pl.js | 2 | ||||
-rw-r--r-- | web/l10n/pt.js | 12 | ||||
-rw-r--r-- | web/l10n/ru.js | 2 | ||||
-rw-r--r-- | web/l10n/th.js | 2 |
10 files changed, 16 insertions, 16 deletions
diff --git a/web/app/store/CommandTypes.js b/web/app/store/CommandTypes.js index bb5a4d024..f646424bf 100644 --- a/web/app/store/CommandTypes.js +++ b/web/app/store/CommandTypes.js @@ -18,8 +18,8 @@ Ext.define('Traccar.store.CommandTypes', { extend: 'Ext.data.Store', fields: ['key', 'name'], data: [ + {'key': 'positionPeriodic', 'name': strings.command_position_periodic}, {'key': 'positionStop', 'name': strings.command_position_stop}, - {'key': 'positionFix', 'name': strings.command_position_fix}, {'key': 'engineStop', 'name': strings.command_engine_stop}, {'key': 'engineResume', 'name': strings.command_engine_resume} ] diff --git a/web/l10n/cn.js b/web/l10n/cn.js index 78f364b86..cf76e4e35 100644 --- a/web/l10n/cn.js +++ b/web/l10n/cn.js @@ -77,8 +77,8 @@ var strings = { command_title: '命令', command_send: '发送', command_type: '类型', + command_position_periodic: '位置获取', command_position_stop: '位置停止', - command_position_fix: '位置获取', command_engine_stop: '引擎熄火', command_engine_resume: '引擎启动', command_frequency: '频率', diff --git a/web/l10n/de.js b/web/l10n/de.js index 4991dc1cd..47a214c83 100644 --- a/web/l10n/de.js +++ b/web/l10n/de.js @@ -77,8 +77,8 @@ var strings = { command_title: 'Befehl', command_send: 'Senden', command_type: 'Typ', + command_position_periodic: 'Position Fix', command_position_stop: 'Position Stop', - command_position_fix: 'Position Fix', command_engine_stop: 'Motor Stop', command_engine_resume: 'Motor fortsetzen', command_frequency: 'Frequenz', diff --git a/web/l10n/en.js b/web/l10n/en.js index e32e869d8..5abdfab1b 100644 --- a/web/l10n/en.js +++ b/web/l10n/en.js @@ -77,8 +77,8 @@ var strings = { command_title: 'Command', command_send: 'Send', command_type: 'Type', - command_position_stop: 'Position Stop', - command_position_fix: 'Position Fix', + command_position_periodic: 'Periodic Position Reporting', + command_position_stop: 'Stop Position Reporting', command_engine_stop: 'Engine Stop', command_engine_resume: 'Engine Resume', command_frequency: 'Frequency', diff --git a/web/l10n/es.js b/web/l10n/es.js index 0b7b434ba..31601a652 100644 --- a/web/l10n/es.js +++ b/web/l10n/es.js @@ -77,8 +77,8 @@ var strings = { command_title: 'Command (*)', command_send: 'Send (*)', command_type: 'Type (*)', + command_position_periodic: 'Position Fix (*)', command_position_stop: 'Position Stop (*)', - command_position_fix: 'Position Fix (*)', command_engine_stop: 'Engine Stop (*)', command_engine_resume: 'Engine Resume (*)', command_frequency: 'Frequency (*)', diff --git a/web/l10n/fr.js b/web/l10n/fr.js index 1061aa974..71b6965a8 100644 --- a/web/l10n/fr.js +++ b/web/l10n/fr.js @@ -77,8 +77,8 @@ var strings = { command_title: 'Command (*)', command_send: 'Send (*)', command_type: 'Type (*)', + command_position_periodic: 'Position Fix (*)', command_position_stop: 'Position Stop (*)', - command_position_fix: 'Position Fix (*)', command_engine_stop: 'Engine Stop (*)', command_engine_resume: 'Engine Resume (*)', command_frequency: 'Frequency (*)', diff --git a/web/l10n/pl.js b/web/l10n/pl.js index 8338435c2..05f64711a 100644 --- a/web/l10n/pl.js +++ b/web/l10n/pl.js @@ -77,8 +77,8 @@ var strings = { command_title: 'Zdarzenie', command_send: 'Wyślij', command_type: 'Typ', + command_position_periodic: 'Pozycja - Fix', command_position_stop: 'Pozycja - Stop', - command_position_fix: 'Pozycja - Fix', command_engine_stop: 'Silnik - Stop', command_engine_resume: 'Silnik - Praca', command_frequency: 'Częstotliwość', diff --git a/web/l10n/pt.js b/web/l10n/pt.js index a862165a9..ed1350f6e 100644 --- a/web/l10n/pt.js +++ b/web/l10n/pt.js @@ -76,11 +76,11 @@ var strings = { command_title: 'Comando', command_send: 'Enviar', - command_type: 'Tipo' , - command_position_stop: 'Parar Posição' , - command_position_fix: 'Posição Tempo' , - command_engine_stop: 'Bloqueio Veículo' , - command_engine_resume: 'Desbloqueio Veículo' , - command_frequency: 'Frequência' , + command_type: 'Tipo', + command_position_periodic: 'Posição Tempo', + command_position_stop: 'Parar Posição', + command_engine_stop: 'Bloqueio Veículo', + command_engine_resume: 'Desbloqueio Veículo', + command_frequency: 'Frequência', command_unit: 'Unidade' }; diff --git a/web/l10n/ru.js b/web/l10n/ru.js index 481aa2cac..605717eeb 100644 --- a/web/l10n/ru.js +++ b/web/l10n/ru.js @@ -77,8 +77,8 @@ var strings = { command_title: 'Команда', command_send: 'Отправить', command_type: 'Тип', + command_position_periodic: 'Начать Отслеживание', command_position_stop: 'Отменить Отслеживание', - command_position_fix: 'Начать Отслеживание', command_engine_stop: 'Заблокировать Двигатель', command_engine_resume: 'Разблокировать Двигатель', command_frequency: 'Частота', diff --git a/web/l10n/th.js b/web/l10n/th.js index d3c46c8ee..131279fce 100644 --- a/web/l10n/th.js +++ b/web/l10n/th.js @@ -77,8 +77,8 @@ var strings = { command_title: 'Command (*)', command_send: 'Send (*)', command_type: 'Type (*)', + command_position_periodic: 'Position Fix (*)', command_position_stop: 'Position Stop (*)', - command_position_fix: 'Position Fix (*)', command_engine_stop: 'Engine Stop (*)', command_engine_resume: 'Engine Resume (*)', command_frequency: 'Frequency (*)', |