From eef5ad304258cb8654538b5ce7eafdf74dfa0692 Mon Sep 17 00:00:00 2001 From: thespbgamer <30112696+thespbgamer@users.noreply.github.com> Date: Sun, 24 Mar 2024 10:57:56 +0000 Subject: [PATCH] New update to translations and version bump --- CHANGELOG.md | 9 ++++- ZoomLevel/i18n/zh.json | 89 ++++++++++++++++++++++++++++++++++++++--- ZoomLevel/manifest.json | 2 +- 3 files changed, 92 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d7e09..1d833ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Full Changelog +## [3.1.0] - 2024-03-24 + +### Changes + +- Updated Chinese simplified translations (thanks to [zephyrus2002](https://www.nexusmods.com/stardewvalley/users/131742878)) + ## [3.0.0] - 2024-03-19 ### Changes @@ -246,7 +252,8 @@ - Initial release -[Unreleased]: https://github.com/thespbgamer/ZoomLevel/compare/3.0.0...HEAD +[Unreleased]: https://github.com/thespbgamer/ZoomLevel/compare/3.1.0...HEAD +[3.1.0]: https://github.com/thespbgamer/ZoomLevel/releases/tag/3.1.0 [3.0.0]: https://github.com/thespbgamer/ZoomLevel/releases/tag/3.0.0 [2.3.1]: https://github.com/thespbgamer/ZoomLevel/releases/tag/2.3.1 [2.3.0]: https://github.com/thespbgamer/ZoomLevel/releases/tag/2.3.0 diff --git a/ZoomLevel/i18n/zh.json b/ZoomLevel/i18n/zh.json index 77425ec..8ed52b8 100644 --- a/ZoomLevel/i18n/zh.json +++ b/ZoomLevel/i18n/zh.json @@ -1,6 +1,23 @@ { - "keybinds.subtitle.main.displayedName": "键位", - "keybinds.subtitle.main.tooltip": "所有可变的键位。", + "pages.keybinds.id": "keybinds", + "pages.keybinds.displayedName": "热键绑定页面", + "pages.keybinds.tooltip": "可添加或更改所有热键绑定。", + "pages.keybinds.pageTitle": "热键", + "pages.values.id": "values", + "pages.values.displayedName": "数值页面", + "pages.values.tooltip": "所有改变缩放级别、UI级别和摄像机位置的数值。", + "pages.values.pageTitle": "数值", + "pages.miscellaneous.id": "miscellaneous", + "pages.miscellaneous.displayedName": "杂项页面", + "pages.miscellaneous.tooltip": "其它你可以更改的选项", + "pages.miscellaneous.pageTitle": "杂项", + + "keybinds.subtitle.main.displayedName": "主要热键绑定:", + "keybinds.subtitle.main.tooltip": "可以添加或更改的按键绑定。\n这些是MOD的主要功能。", + "keybinds.subtitle.camera.displayedName": "相机热键配置:", + "keybinds.subtitle.camera.tooltip": "可以添加或更改的热键。\n这些是该模组的相机功能。", + "keybinds.subtitle.toggle.displayedName": "切换热键:", + "keybinds.subtitle.toggle.tooltip": "可以添加或更改的热键。\n这些是该模组的切换功能。", "keybinds.HoldToChangeUI.displayedName": "UI缩放键", "keybinds.HoldToChangeUI.tooltip": "按住此键再配合放大或缩小键来改变UI缩放。此键本身没有用途,仅作组合键用。", @@ -14,14 +31,35 @@ "keybinds.MaxZoomOrUI.tooltip": "将画面或UI放至最大。", "keybinds.MinZoomOrUI.displayedName": "一键最小", "keybinds.MinZoomOrUI.tooltip": "将画面或UI缩至最小。", + "keybinds.ZoomToCurrentMapSize.displayedName": "缩放到近似地图尺寸", + "keybinds.ZoomToCurrentMapSize.tooltip": "将缩放级别更改为当前地图的大致尺寸的热键。", + "keybinds.PresetZoomAndUIValues.displayedName": "更改UI和缩放至预设值", + "keybinds.PresetZoomAndUIValues.tooltip": "更改缩放级别和UI比例为预设值的热键。", + "keybinds.MovementCameraUp.displayedName": "相机向上移动", + "keybinds.MovementCameraUp.tooltip": "将相机向上移动一点并锁定。", + "keybinds.MovementCameraDown.displayedName": "相机向下移动", + "keybinds.MovementCameraDown.tooltip": "将相机向下移动一点并锁定。", + "keybinds.MovementCameraLeft.displayedName": "相机向左移动", + "keybinds.MovementCameraLeft.tooltip": "将相机向左移动一点并锁定。", + "keybinds.MovementCameraRight.displayedName": "相机向右移动", + "keybinds.MovementCameraRight.tooltip": "将相机向右移动一点并锁定。", + "keybinds.MovementCameraReset.displayedName": "重置相机移动", + "keybinds.MovementCameraReset.tooltip": "重置相机移动并解锁", + "keybinds.ToggleUIVisibility.displayedName": "显示/隐藏UI界面", "keybinds.ToggleUIVisibility.tooltip": "显示/隐藏UI界面(如工具栏、体力槽)", "keybinds.ToggleHideUIWithCertainZoom.displayedName": "特定缩放隐藏UI界面", "keybinds.ToggleHideUIWithCertainZoom.tooltip": "在某个缩放级别下,隐藏UI界面。", - - "values.title.displayedName": "数值", - "values.title.tooltip": "所有缩放的数值。", + "keybinds.ToggleAnyKeyToResetCamera.displayedName": "任意键重置相机", + "keybinds.ToggleAnyKeyToResetCamera.tooltip": "用于切换“任意按钮重置相机”的热键", + "keybinds.ToggleAutoZoomToCurrentMapSize.displayedName": "自动缩放至地图大小", + "keybinds.ToggleAutoZoomToCurrentMapSize.tooltip": "用于切换“自动缩放至地图大小”的热键", + "keybinds.TogglePresetOnLoadSaveFile.displayedName": "加载预设值", + "keybinds.TogglePresetOnLoadSaveFile.tooltip": "用于切换“加载预设值”的热键", + + "values.subtitle.main.displayedName": "数值", + "values.subtitle.main.tooltip": "所有缩放的数值。", "values.ZoomOrUILevelIncreaseValue.displayedName": "单次放大级别", "values.ZoomOrUILevelIncreaseValue.tooltip": "点击放大键一次的放大级别。", @@ -35,15 +73,54 @@ "values.MinZoomOrUIValue.tooltip": "画面或UI缩至最小的级别。", "values.ZoomLevelThatHidesUI.displayedName": "隐藏UI界面的缩放级别", "values.ZoomLevelThatHidesUI.tooltip": "在这个缩放级别下,UI界面被隐藏。", + "values.CameraMovementSpeedValue.displayedName": "画面移动速度", + "values.CameraMovementSpeedValue.tooltip": "画面移动的速度", + "values.PresetZoomLevelValue.displayedName": "预设缩放级别", + "values.PresetZoomLevelValue.tooltip": "预设缩放级别的值", + "values.PresetUIScaleValue.displayedName": "预设UI的比例", + "values.PresetUIScaleValue.tooltip": "预设UI比例的值", "miscellaneous.subtitle.main.displayedName": "其他", "miscellaneous.subtitle.main.tooltip": "其他选项。", + "miscellaneous.SuppressControllerButtons.displayedName": "禁用控制器按键", "miscellaneous.SuppressControllerButtons.tooltip": "禁用控制器按键。", + "miscellaneous.AutoZoomToCurrentMapSize.displayedName": "自动缩放至地图大小", + "miscellaneous.AutoZoomToCurrentMapSize.tooltip": "如果激活,它会自动缩放至地图大小。\n如果未激活,它将不会这样做。", + "miscellaneous.AnyButtonToCenterCamera.displayedName": "任意按钮重置相机", + "miscellaneous.AnyButtonToCenterCamera.tooltip": "如果启用,则相机会在按下任意键后重新对准中心。\n如果未启用,则需要按下“相机移动重置”键。", "miscellaneous.HideUIWithCertainZoom.displayedName": "特定缩放隐藏UI界面", "miscellaneous.HideUIWithCertainZoom.tooltip": "在某个缩放级别下,隐藏UI界面。", + "miscellaneous.PresetOnLoadSaveFile.displayedName": "加载预设值", + "miscellaneous.PresetOnLoadSaveFile.tooltip": "如果此项激活,会在文件读取时加载数值页面上的值", "miscellaneous.ZoomAndUIControlEverywhere.displayedName": "在任何地方缩放", "miscellaneous.ZoomAndUIControlEverywhere.tooltip": "在任何地方使用缩放功能。", - "hudMessages.HideUIWithCertainZoom.message": "“特定缩放隐藏UI界面”当前为:{{value}}。" + "hudMessages.AutoZoomToCurrentMapSize.message": "自动缩放到地图大小 当前值为: {{value}}", + "hudMessages.AnyButtonToCenterCamera.message": "按任意键画面居中 当前值为: {{value}}", + "hudMessages.HideUIWithCertainZoom.message": "“特定缩放隐藏UI界面”当前值:{{value}}", + "hudMessages.PresetOnLoadSaveFile.message": "加载预设值当前值为: {{value}}", + + "consoleCommands.toggleAutoZoomMap.name": "toggle_Auto_Zoom_Map", + "consoleCommands.toggleAutoZoomMap.description": "\nUsage: toggle_Auto_Zoom_Map", + "consoleCommands.togglePressAnyKeyToResetCamera.name": "toggle_Press_Any_Key_To_Reset_Camera", + "consoleCommands.togglePressAnyKeyToResetCamera.description": "\nUsage: toggle_Press_Any_Key_To_Reset_Camera", + "consoleCommands.toggleHideWithUIWithCertainZoom.name": "toggle_Hide_With_UI_With_Certain_Zoom", + "consoleCommands.toggleHideWithUIWithCertainZoom.description": "\nUsage: toggle_Hide_With_UI_With_Certain_Zoom", + "consoleCommands.togglePresetOnLoadSaveFile.name": "toggle_Preset_On_Load_Save_File", + "consoleCommands.togglePresetOnLoadSaveFile.description": "\nUsage: toggle_Preset_On_Load_Save_File", + "consoleCommands.resetUIAndZoom.name": "reset_UI_and_Zoom", + "consoleCommands.resetUIAndZoom.description": "\nUsage: reset_UI_and_Zoom \n- ui: 刻度十进制.\n- 缩放: 十进制.", + "consoleCommands.resetUI.name": "reset_UI", + "consoleCommands.resetUI.description": "\nUsage: reset_UI \n- ui: 刻度十进制", + "consoleCommands.resetZoom.name": "reset_Zoom", + "consoleCommands.reset_Zoom.description": "\nUsage: reset_Zoom \n- 缩放: 十进制", + + "consoleMessages.AutoZoomToCurrentMapSize.message": "自动缩放到地图大小 当前值为: {{value}}", + "consoleMessages.AnyButtonToCenterCamera.message": "按任意键画面居中 当前值为: {{value}}", + "consoleMessages.HideUIWithCertainZoom.message": "特定缩放隐藏UI界面”当前值为: {{value}}", + "consoleMessages.PresetOnLoadSaveFile.message": "加载预设值当前值为: {{value}}", + "consoleMessages.resetUIAndZoom.message": "现在UI缩放等级为 : {{ui}}\n现在画面缩放等级是: {{zoom}}", + "consoleMessages.resetZoom.message": "现在画面缩放等级是 : {{value}}", + "consoleMessages.resetUI.message": "现在UI缩放等级为 : {{value}}" } \ No newline at end of file diff --git a/ZoomLevel/manifest.json b/ZoomLevel/manifest.json index 164f119..feb91ff 100644 --- a/ZoomLevel/manifest.json +++ b/ZoomLevel/manifest.json @@ -1,7 +1,7 @@ { "Name": "Zoom Level", "Author": "thespbgamer", - "Version": "3.0.0", + "Version": "3.1.0", "Description": "Change the Zoom and UI levels with a simple keybind. Now with camera position change!", "UniqueID": "thespbgamer.ZoomLevel", "EntryDll": "ZoomLevel.dll",