From dcaebb553ca4d63aec307fa4a1c2cfba6b978df2 Mon Sep 17 00:00:00 2001 From: wisonic Date: Thu, 14 Aug 2025 17:29:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=9C=A8=E7=BA=BF=E5=9C=B0=E5=9B=BE=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E6=A0=B7=E5=BC=8F=E7=9A=84=E6=96=87=E6=A1=88=20#16537?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/locales/en.ts | 2 +- core/core-frontend/src/locales/tw.ts | 4 ++-- core/core-frontend/src/locales/zh-CN.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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: '标准',