File tree Expand file tree Collapse file tree
localization/src/translations Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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 : '添加数据' ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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 : 'データ追加' ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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 : 'Добавить данные' ,
You can’t perform that action at this time.
0 commit comments