From 7baf94796d33e863ab60c868a7d10201cee3d74c Mon Sep 17 00:00:00 2001 From: Quan Date: Thu, 18 Jul 2024 19:20:38 +0800 Subject: [PATCH 1/2] update simplified chinese translation --- Rectangle/mul.lproj/Main.xcstrings | 78 +++++++++++++++++++++++++++--- 1 file changed, 70 insertions(+), 8 deletions(-) diff --git a/Rectangle/mul.lproj/Main.xcstrings b/Rectangle/mul.lproj/Main.xcstrings index 5d47e8d6..1aec2df8 100644 --- a/Rectangle/mul.lproj/Main.xcstrings +++ b/Rectangle/mul.lproj/Main.xcstrings @@ -11644,7 +11644,15 @@ } }, "Conflict with macOS tiling" : { - "extractionState" : "manual" + "extractionState" : "manual", + "localizations" : { + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "与 macOS 窗口平铺功能冲突" + } + } + } }, "Conflict with system setting" : { "localizations" : { @@ -13745,13 +13753,37 @@ } }, "Disable in macOS" : { - "extractionState" : "manual" + "extractionState" : "manual", + "localizations" : { + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在 macOS 里禁用" + } + } + } }, "Disable in Rectangle" : { - "extractionState" : "manual" + "extractionState" : "manual", + "localizations" : { + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在 Rectangle 里禁用" + } + } + } }, "Dismiss" : { - "extractionState" : "manual" + "extractionState" : "manual", + "localizations" : { + "zh-Hans" : { + "stringUnit" : { + "state" : "needs_review", + "value" : "忽略" + } + } + } }, "Display" : { "localizations" : { @@ -14106,7 +14138,15 @@ } }, "Drag to screen edge tiling is enabled in both Rectangle and macOS." : { - "extractionState" : "manual" + "extractionState" : "manual", + "localizations" : { + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "在 Rectangle 和 macOS 中都启用了拖移窗口至屏幕边缘实现平铺" + } + } + } }, "dRJ-4n-Yzg.title" : { "comment" : "Class = \"NSMenuItem\"; title = \"Undo\"; ObjectID = \"dRJ-4n-Yzg\";", @@ -35785,6 +35825,12 @@ "state" : "translated", "value" : "Тактильный отклик" } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "触感反馈" + } } } }, @@ -39771,7 +39817,15 @@ } }, "Tiling in macOS has been disabled" : { - "extractionState" : "manual" + "extractionState" : "manual", + "localizations" : { + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "macOS 中的窗口平铺功能已被禁用" + } + } + } }, "tlD-Oa-oAM.title" : { "comment" : "Class = \"NSMenu\"; title = \"Kern\"; ObjectID = \"tlD-Oa-oAM\";", @@ -40084,7 +40138,15 @@ } }, "To re-enable it, go to System Settings → Desktop & Dock → Windows" : { - "extractionState" : "manual" + "extractionState" : "manual", + "localizations" : { + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "要重新启用它,请转到系统设置→ 桌面与程序坞 → 窗口" + } + } + } }, "Top sixths from corners; maximize" : { "localizations" : { @@ -47490,7 +47552,7 @@ }, "zh-Hans" : { "stringUnit" : { - "state" : "needs_review", + "state" : "translated", "value" : "偏好设置…" } }, From 4ffec28c7660cc1b9d9d08d0b7f4a984f29951f7 Mon Sep 17 00:00:00 2001 From: Quan Date: Fri, 19 Jul 2024 00:19:22 +0800 Subject: [PATCH 2/2] update simplified chinese localization state for "dismiss" to translated --- Rectangle/mul.lproj/Main.xcstrings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rectangle/mul.lproj/Main.xcstrings b/Rectangle/mul.lproj/Main.xcstrings index 1aec2df8..01ef0cd4 100644 --- a/Rectangle/mul.lproj/Main.xcstrings +++ b/Rectangle/mul.lproj/Main.xcstrings @@ -13779,7 +13779,7 @@ "localizations" : { "zh-Hans" : { "stringUnit" : { - "state" : "needs_review", + "state" : "translated", "value" : "忽略" } }