diff --git a/core/core-frontend/src/locales/en.ts b/core/core-frontend/src/locales/en.ts index 76648b8e8e..2ab8722ce5 100644 --- a/core/core-frontend/src/locales/en.ts +++ b/core/core-frontend/src/locales/en.ts @@ -1874,7 +1874,7 @@ export default { end_point: 'Ending point', line: 'Line', map_style: 'Map style', - map_style_url: 'Map style URL', + map_style_url: 'Map style URL/ID', map_pitch: 'Pitch', map_rotation: 'Rotation', map_style_normal: 'Standard', diff --git a/core/core-frontend/src/locales/tw.ts b/core/core-frontend/src/locales/tw.ts index cfb6522cb0..3975db48bb 100644 --- a/core/core-frontend/src/locales/tw.ts +++ b/core/core-frontend/src/locales/tw.ts @@ -1825,8 +1825,8 @@ export default { start_point: '起點經緯度', end_point: '終點經緯度', line: '線條', - map_style: '地圖風格', - map_style_url: '地圖風格URL', + map_style: '地圖風格 URL', + map_style_url: '地圖風格URL 或 ID', map_pitch: '傾角', map_rotation: '旋轉', map_style_normal: '標準', diff --git a/core/core-frontend/src/locales/zh-CN.ts b/core/core-frontend/src/locales/zh-CN.ts index 2b204af916..7faf16558d 100644 --- a/core/core-frontend/src/locales/zh-CN.ts +++ b/core/core-frontend/src/locales/zh-CN.ts @@ -1831,7 +1831,7 @@ export default { end_point: '终点经纬度', line: '线条', map_style: '地图风格', - map_style_url: '地图风格 URL', + map_style_url: '地图风格 URL 或 ID', map_pitch: '倾角', map_rotation: '旋转', map_style_normal: '标准',