From 35b544f12f55d0f57f582cc6b98070d001564659 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:25:53 +0800 Subject: [PATCH 01/19] Update SpringBoard.strings --- .../lynxprefs.bundle/zh-Hans.lproj/SpringBoard.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/SpringBoard.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/SpringBoard.strings index 41213f4..165a5bd 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/SpringBoard.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/SpringBoard.strings @@ -81,7 +81,7 @@ "ALERTS" = "警告"; "ALERT_SUBTITLE" = "在按钮之间隐藏分隔符"; "TAB_BARS" = "标签栏"; -"TAB_BAR_BADGES" = "标签栏徽标"; +"TAB_BAR_BADGES" = "标签栏角标"; "TINT_BADGES_SUBTITLE" = "使用应用程序主题颜色"; "BOTTOM_SHADOW_SUBTITLE" = "隐藏底部阴影视图"; "HIDE_LABELS" = "隐藏标签"; From 624419249f82c846c831b7543be3d584ec93a290 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:18:55 +0800 Subject: [PATCH 02/19] Update Lockscreen.strings --- .../lynxprefs.bundle/zh-Hans.lproj/Lockscreen.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Lockscreen.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Lockscreen.strings index 2946d80..374d30c 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Lockscreen.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Lockscreen.strings @@ -149,3 +149,6 @@ "QUIET_MODE" = "静音模式"; "HIDE_QUIET_MODE_INDICATOR" = "隐藏睡眠指示器"; "HIDE_QUIET_MODE_INDICATOR_SUBTITLE" = "当启用睡眠时间关注时,从锁屏底部移除睡眠指示器"; +"Focus Indicator" = "专注指示器"; +"Hide Focus Indicator" = "隐藏专注指示器"; +"HIDE_ALL_FOCUS_SUBTITLE" = "隐藏任何地方的指示器"; From 65277fa39b27c2dc0f9479387c517382107d0df6 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:22:51 +0800 Subject: [PATCH 03/19] Update StatusBar.strings --- .../lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings index 1df416e..4616f49 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings @@ -112,3 +112,5 @@ "SHOW_LOCKSCREEN_STATUSBAR_TIME" = "始终显示时间"; "SHOW_LOCKSCREEN_STATUSBAR_TIME_SUBTITLE" = "在锁屏上的状态栏显示时间(iPhone X+)"; "HIDE_BEDTIME_ITEM" = "隐藏睡眠时间图标"; +"Use Adjacent Date" = "使用相邻日期"; +"MOVE_DATE_SIDE_SUBTITLE" = "移动日期位置"; From 7bd86083cde9a8df97c9c81dc88fe608afff8ba5 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:27:02 +0800 Subject: [PATCH 04/19] Update Widgets.strings --- .../lynxprefs.bundle/zh-Hans.lproj/Widgets.strings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Widgets.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Widgets.strings index 092de88..e2a4df6 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Widgets.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Widgets.strings @@ -29,4 +29,5 @@ "DISABLE_WIDGETS_HOMESCREEN_SUBTITLE" = "取消从主屏滑动"; "HIDE_EDIT_BUTTON" = "隐藏编辑按钮"; "HIDE_EDIT_BUTTON_SUBTITLE" = "移除负一屏底部的“编辑”按钮"; -"Distance: %i" = "间距: %i"; +"Distance" = "间距"; +"DISTANCE" = "间距"; From 6b8f48be783232c1eb5d28f3d77b0d772645d064 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:29:56 +0800 Subject: [PATCH 05/19] Update CarPlay.strings --- .../lynxprefs.bundle/zh-Hans.lproj/CarPlay.strings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/CarPlay.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/CarPlay.strings index 89d79e1..cebb28b 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/CarPlay.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/CarPlay.strings @@ -29,3 +29,5 @@ "CUSTOM_ICON_SIZE_SUBTITLE" = "设置显示图标的大小"; "HIDE_BLUR_VIEW" = "隐藏模糊视图"; "HIDE_BLUR_VIEW_SUBTITLE" = "从状态栏中移除模糊效果"; +"Show Weather Icon" = "显示天气图标"; +"SHOW_WEATHER_ICON_SUBTITLE" = "在状态栏显示天气图标"; From 71b3e884ff7e98e742eb8882016b1c02fd1c1617 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:34:45 +0800 Subject: [PATCH 06/19] Update Translations.strings --- .../lynxprefs.bundle/zh-Hans.lproj/Translations.strings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Translations.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Translations.strings index 1917b0c..43076f5 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Translations.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Translations.strings @@ -8,3 +8,5 @@ "SPANISH" = "西班牙语"; "CHINESE" = "简体中文"; "VIETNAMESE" = "越南语"; +"ARABIC" = "阿拉伯语"; +"Lynx 2 Localizations" = "Lynx 2 本地化语言"; From 474a70385bff0b9b62036e181883ec80b561b01c Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:45:13 +0800 Subject: [PATCH 07/19] Update StatusBar.strings --- .../lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings index 4616f49..071a006 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings @@ -112,5 +112,5 @@ "SHOW_LOCKSCREEN_STATUSBAR_TIME" = "始终显示时间"; "SHOW_LOCKSCREEN_STATUSBAR_TIME_SUBTITLE" = "在锁屏上的状态栏显示时间(iPhone X+)"; "HIDE_BEDTIME_ITEM" = "隐藏睡眠时间图标"; -"Use Adjacent Date" = "使用相邻日期"; -"MOVE_DATE_SIDE_SUBTITLE" = "移动日期位置"; +"MOVE_DATE_SIDE" = "使用相邻日期"; +"MOVE_DATE_SIDE_SUBTITLE" = "将日期移动时间旁边"; From d6d1ba4d46fab935d4f50ba7551cefe1a25522c3 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Sun, 7 Apr 2024 13:46:38 +0800 Subject: [PATCH 08/19] Update CarPlay.strings --- .../lynxprefs.bundle/zh-Hans.lproj/CarPlay.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/CarPlay.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/CarPlay.strings index cebb28b..d93eb7a 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/CarPlay.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/CarPlay.strings @@ -29,5 +29,5 @@ "CUSTOM_ICON_SIZE_SUBTITLE" = "设置显示图标的大小"; "HIDE_BLUR_VIEW" = "隐藏模糊视图"; "HIDE_BLUR_VIEW_SUBTITLE" = "从状态栏中移除模糊效果"; -"Show Weather Icon" = "显示天气图标"; +"SHOW_WEATHER_ICON" = "显示天气图标"; "SHOW_WEATHER_ICON_SUBTITLE" = "在状态栏显示天气图标"; From 3c4f4627adb1c1070004c88b5351e0c53d06dc4e Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:33:52 +0800 Subject: [PATCH 09/19] Update SpringBoard.strings --- .../lynxprefs.bundle/zh-Hans.lproj/SpringBoard.strings | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/SpringBoard.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/SpringBoard.strings index 165a5bd..b55092e 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/SpringBoard.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/SpringBoard.strings @@ -205,3 +205,7 @@ "HIDE_SHARE_APPS" = "隐藏分享应用程序"; "HIDE_SHARE_APPS_SUBTITLE" = "从分享菜单中移除应用程序建议"; "VOLUME_STEPS" = "音量步进"; +"USE_CUSTOM_PINNED_APPS" = "使用自定义固定应用程序"; +"USE_CUSTOM_PINNED_APPS_SUBTITLE" = "将应用设置为在Spotlight中显示为建议"; +"DISPLAY_AS_ICON" = "图标形式显示"; +"DISPLAY_AS_ICON_SUBTITLE" = "用第一个应用程序的图标替换文件夹图标"; From bbf617ef8a13ed2958bd5f9efac7c07b3ce62f65 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:38:05 +0800 Subject: [PATCH 10/19] Update Lockscreen.strings --- .../lynxprefs.bundle/zh-Hans.lproj/Lockscreen.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Lockscreen.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Lockscreen.strings index 374d30c..ced9ef4 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Lockscreen.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Lockscreen.strings @@ -149,6 +149,6 @@ "QUIET_MODE" = "静音模式"; "HIDE_QUIET_MODE_INDICATOR" = "隐藏睡眠指示器"; "HIDE_QUIET_MODE_INDICATOR_SUBTITLE" = "当启用睡眠时间关注时,从锁屏底部移除睡眠指示器"; -"Focus Indicator" = "专注指示器"; -"Hide Focus Indicator" = "隐藏专注指示器"; +"FOCUS" = "指示器"; +"HIDE_ALL_FOCUS" = "隐藏所有指示器"; "HIDE_ALL_FOCUS_SUBTITLE" = "隐藏任何地方的指示器"; From 8696e2d4ce9f184851d9fbf1bd6ce7147b4d7c76 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:39:24 +0800 Subject: [PATCH 11/19] Update StatusBar.strings --- .../lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings index 071a006..dabb16d 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/StatusBar.strings @@ -114,3 +114,5 @@ "HIDE_BEDTIME_ITEM" = "隐藏睡眠时间图标"; "MOVE_DATE_SIDE" = "使用相邻日期"; "MOVE_DATE_SIDE_SUBTITLE" = "将日期移动时间旁边"; +"HIDE_NETWORKS_SPEED_LS" = "在锁屏隐藏"; +"HIDE_NETWORKS_SPEED_LS_SUBTITLE" = "在锁屏上移除速度标签"; From dd720699e836932300629932be28c6e71a472963 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:47:15 +0800 Subject: [PATCH 12/19] Update AppSwitcher.strings --- .../lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings index e1fa982..79c5c60 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings @@ -36,3 +36,6 @@ "CANCEL" = "取消"; “GRID_SPACING” = “网格间距:”; “PAGE_SCALE” = “页面比例:”; +"CUSTOM_PAGE_RADIUS" = "使用自定义半径"; +"CUSTOM_PAGE_RADIUS_SUBTITLE" = "设置页面的半径大小"; +"CARD_RADIUS" = “卡片半径:”; From fb162f3962c1c89a0a21801582116a0e79d4b837 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:51:44 +0800 Subject: [PATCH 13/19] Update ControlCenter.strings --- .../lynxprefs.bundle/zh-Hans.lproj/ControlCenter.strings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/ControlCenter.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/ControlCenter.strings index a0aaa91..0444d6b 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/ControlCenter.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/ControlCenter.strings @@ -37,3 +37,5 @@ "CONNECTIVITY_COLUMNS" = "模块列数"; "CONNECTIVITY_ROWS" = "模块行数"; "CONNECTIVITY_SIZE_SUBTITLE" = "向左滑动设置数值"; +"MOVE_MODULES_DOWN" = "下移模块"; +"MOVE_MODULES_DOWN_SUBTITLE" = "将所有模块移到屏幕底部"; From d9bb465017040414b7e10cc91b5016afe4467cef Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:01:15 +0800 Subject: [PATCH 14/19] Update Settings.strings --- .../lynxprefs.bundle/zh-Hans.lproj/Settings.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Settings.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Settings.strings index 1d9bb0a..5c48a50 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Settings.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Settings.strings @@ -40,3 +40,6 @@ "TITLE" = "标题"; "HIDE_SETTINGS_TITLE" = "隐藏标题"; "HIDE_SETTINGS_TITLE_SUBTITLE" = "从主设置页面中删除'设置'标签"; +"SERIAL_NUMBER" = "序列号"; +"HIDE_SERIAL_NUMBER" = "隐藏序列号"; +"HIDE_SERIAL_NUMBER_SUBTITLE" = "在关于部分隐藏序列号,复制的文本不受影响"; From 6a76f1e5be62c1dba0aff255221e47529c442537 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:07:23 +0800 Subject: [PATCH 15/19] Update Translations.strings --- .../lynxprefs.bundle/zh-Hans.lproj/Translations.strings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Translations.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Translations.strings index 43076f5..48836dc 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Translations.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Translations.strings @@ -9,4 +9,5 @@ "CHINESE" = "简体中文"; "VIETNAMESE" = "越南语"; "ARABIC" = "阿拉伯语"; -"Lynx 2 Localizations" = "Lynx 2 本地化语言"; +"RUSSIAN" = "俄语"; +"Lynx Localizations" = "Lynx 本地化语言"; From 95e0ae381f5221d4652fbc02f496911c59c6ff16 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:21:57 +0800 Subject: [PATCH 16/19] Update AppSwitcher.strings --- .../lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings index 79c5c60..ae9a810 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings @@ -34,8 +34,8 @@ "IGNORE_MAPS_APP_SUBTITLE" = "清除多任务后台时跳过导航应用"; "CLEAR" = "清除"; "CANCEL" = "取消"; -“GRID_SPACING” = “网格间距:”; -“PAGE_SCALE” = “页面比例:”; +"GRID_SPACING" = "网格间距:"; +"PAGE_SCALE” = "页面比例:"; "CUSTOM_PAGE_RADIUS" = "使用自定义半径"; "CUSTOM_PAGE_RADIUS_SUBTITLE" = "设置页面的半径大小"; -"CARD_RADIUS" = “卡片半径:”; +"CARD_RADIUS" = "卡片半径:"; From 1d6fdc648ba1d8b3048bd50691d6b272946ef4b1 Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:24:11 +0800 Subject: [PATCH 17/19] Update AppSwitcher.strings --- .../lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings index ae9a810..6f72caa 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/AppSwitcher.strings @@ -35,7 +35,7 @@ "CLEAR" = "清除"; "CANCEL" = "取消"; "GRID_SPACING" = "网格间距:"; -"PAGE_SCALE” = "页面比例:"; +"PAGE_SCALE" = "页面比例:"; "CUSTOM_PAGE_RADIUS" = "使用自定义半径"; "CUSTOM_PAGE_RADIUS_SUBTITLE" = "设置页面的半径大小"; "CARD_RADIUS" = "卡片半径:"; From f9962cfd691948a30da144640a1c39ac2908aa6c Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Mon, 8 Apr 2024 21:27:01 +0800 Subject: [PATCH 18/19] Update Root.strings --- .../lynxprefs.bundle/zh-Hans.lproj/Root.strings | 1 + 1 file changed, 1 insertion(+) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Root.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Root.strings index 8ce75f8..0fc0bd8 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Root.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Root.strings @@ -56,3 +56,4 @@ "APPLY" = "应用"; "SET_VALUE" = "设置值"; "RESET" = "重置"; +"RESET_SECTION" = "重置选项"; From 98dbddbe3388b1e4dc2efb71e3e2a3204f92991e Mon Sep 17 00:00:00 2001 From: wwg135 <105048516+wwg135@users.noreply.github.com> Date: Tue, 9 Apr 2024 10:12:13 +0800 Subject: [PATCH 19/19] Update Translations.strings --- .../lynxprefs.bundle/zh-Hans.lproj/Translations.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Translations.strings b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Translations.strings index 48836dc..a5c15fc 100644 --- a/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Translations.strings +++ b/com.mtac.lynxtwo.localizations/layout/Library/PreferenceBundles/lynxprefs.bundle/zh-Hans.lproj/Translations.strings @@ -6,7 +6,7 @@ "GERMAN" = "德语"; "TURKISH" = "土耳其语"; "SPANISH" = "西班牙语"; -"CHINESE" = "简体中文"; +"CHINESE" = "中文"; "VIETNAMESE" = "越南语"; "ARABIC" = "阿拉伯语"; "RUSSIAN" = "俄语";