Skip to content

Commit 0255e95

Browse files
bdjulbicCopilot
andauthored
fix: update allow hover tooltip (#3377)
* update allow hover tooltip Signed-off-by: bdjulbic <bdjulbic@foursquare.com> * Update src/constants/src/layers.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: bdjulbic <bdjulbic@foursquare.com> * update allow hover tooltip Signed-off-by: bdjulbic <bdjulbic@foursquare.com> --------- Signed-off-by: bdjulbic <bdjulbic@foursquare.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f096bc9 commit 0255e95

9 files changed

Lines changed: 16 additions & 7 deletions

File tree

src/constants/src/layers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ export const LAYER_VIS_CONFIGS: LayerVisConfigSettings = {
488488
type: 'boolean',
489489
defaultValue: true,
490490
label: 'layerVisConfigs.allowHover',
491+
description: 'layerVisConfigs.allowHoverDescription',
491492
group: PROPERTY_GROUPS.interaction,
492493
property: 'allowHover'
493494
},

src/localization/src/translations/ca.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ export default {
158158
heightMultiplier: "Multiplicador d'alçada",
159159
fixedHeight: 'Alçada fixa',
160160
fixedHeightDescription: "Utilitzeu l'alçada sense modificacions",
161-
allowHover: "Mostra informació d'eina"
161+
allowHover: "Mostra informació d'eina",
162+
allowHoverDescription: "Mostra o oculta la informació d'eina en passar el cursor per sobre de les característiques de la capa"
162163
},
163164
layerManager: {
164165
addData: 'Afegeix Dades',

src/localization/src/translations/cn.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ export default {
147147
threshold: 'Threshold',
148148
zoomScale: '缩放比例',
149149
heightRange: '高度范围',
150-
allowHover: '显示工具提示'
150+
allowHover: '显示工具提示',
151+
allowHoverDescription: '悬停在图层要素上时显示或隐藏工具提示'
151152
},
152153
layerManager: {
153154
addData: '添加数据',

src/localization/src/translations/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ export default {
180180
fixedHeight: 'Fixed height',
181181
fixedHeightDescription: 'Use height without modifications',
182182
allowHover: 'Allow hover',
183+
allowHoverDescription: 'Show or hide tooltip when hovering over layer features',
183184
showNeighborOnHover: 'Highlight Neighbors On Hover',
184185
showHighlightColor: 'Show highlight Color',
185186
darkModeEnabled: 'Dark base map',

src/localization/src/translations/es.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ export default {
159159
heightMultiplier: 'Multiplicador de altura',
160160
fixedHeight: 'Altura fija',
161161
fixedHeightDescription: 'Usar altura sin modificaciones',
162-
allowHover: 'Mostrar descripción emergente'
162+
allowHover: 'Mostrar descripción emergente',
163+
allowHoverDescription: 'Mostrar u ocultar información emergente al pasar el cursor sobre las características de la capa'
163164
},
164165
layerManager: {
165166
addData: 'Añadir datos',

src/localization/src/translations/fi.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ export default {
156156
heightMultiplier: 'Korkeuskerroin',
157157
fixedHeight: 'Kiinteä korkeus',
158158
fixedHeightDescription: 'Käytä korkeutta ilman muutoksia',
159-
allowHover: 'Näytä työkaluvihje'
159+
allowHover: 'Näytä työkaluvihje',
160+
allowHoverDescription: 'Näytä tai piilota työkaluvihje, kun osoitin on tason ominaisuuksien päällä'
160161
},
161162
layerManager: {
162163
addData: 'Lisää aineisto',

src/localization/src/translations/ja.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ export default {
155155
heightMultiplier: '高さ乗数',
156156
fixedHeight: '固定高さ',
157157
fixedHeightDescription: '高さを変更せずに使用する',
158-
allowHover: 'ツールチップを表示'
158+
allowHover: 'ツールチップを表示',
159+
allowHoverDescription: 'レイヤー要素にホバーしたときにツールチップを表示または非表示にする'
159160
},
160161
layerManager: {
161162
addData: 'データ追加',

src/localization/src/translations/pt.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ export default {
157157
heightMultiplier: 'Multiplicador de altura',
158158
fixedHeight: 'Altura fixa',
159159
fixedHeightDescription: 'Use a altura sem modificações',
160-
allowHover: 'Mostrar dica de ferramenta'
160+
allowHover: 'Mostrar dica de ferramenta',
161+
allowHoverDescription: 'Mostrar ou ocultar dica de ferramenta ao passar o cursor sobre os recursos da camada'
161162
},
162163
layerManager: {
163164
addData: 'Adicionar Dados',

src/localization/src/translations/ru.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ export default {
150150
zoomScale: 'Масштаб увеличения',
151151
heightRange: 'Диапазон высоты',
152152
heightMultiplier: 'Множитель высоты',
153-
allowHover: 'Показать подсказку'
153+
allowHover: 'Показать подсказку',
154+
allowHoverDescription: 'Показать или скрыть подсказку при наведении на элементы слоя'
154155
},
155156
layerManager: {
156157
addData: 'Добавить данные',

0 commit comments

Comments
 (0)