Procházet zdrojové kódy

Merge branch 'develop_PDFReaderPro_V4.7.0' of git.kdan.cc:Mac_PDF/PDF_Office into develop_PDFReaderPro_V4.7.0

zenghong před 1 týdnem
rodič
revize
e9fc6209db

+ 7 - 0
PDF Office/PDF Master/MemberCenter/Assets/en.lproj/MemberCenterLocalizable.strings

@@ -97,3 +97,10 @@
 "Do not log in to the current device" = "Do not log in to the current device";
 "Log in to the current device" = "Log in to the current device";
 "Unbind" = "Unbind";
+
+"PDF Reader Pro Standard - Annual Plan" = "PDF Reader Pro Advanced Annual Plan";
+"PDF Reader Pro Advanced - Annual Plan" = "PDF Reader Pro Advanced Annual Plan";
+"PDF Reader Pro Permanent" = "PDF Reader Pro Advanced Annual Plan";
+"Subscribe to All Access Pack to Enjoy More Expanded Features" = "Subscribe to All Access Pack to Enjoy More Expanded Features";
+"Auto-renewal | Billed yearly" = "Auto-renewal | Billed yearly";
+"(Tax Incl.)" = "(Tax Incl.)";

+ 6 - 0
PDF Office/PDF Master/MemberCenter/Assets/zh-Hans.lproj/MemberCenterLocalizable.strings

@@ -94,3 +94,9 @@
 "Log in to the current device" = "登录当前设备";
 "Unbind" = "解绑";
 
+"PDF Reader Pro Standard - Annual Plan" = "PDF Reader Pro 标准版 - 年订阅";
+"PDF Reader Pro Advanced - Annual Plan" = "PDF Reader Pro 高级版 - 年订阅";
+"PDF Reader Pro Permanent" = "PDF Reader Pro 永久版";
+"Subscribe to All Access Pack to Enjoy More Expanded Features" = "升级会员套餐解锁更多功能";
+"Auto-renewal | Billed yearly" = "自动续费 | 年订阅";
+"(Tax Incl.)" = "(含税)";

+ 7 - 0
PDF Office/PDF Master/MemberCenter/Assets/zh-Hant.lproj/MemberCenterLocalizable.strings

@@ -93,3 +93,10 @@
 "Do not log in to the current device" = "暫不登入目前設備";
 "Log in to the current device" = "登入目前設備";
 "Unbind" = "解绑";
+
+"PDF Reader Pro Standard - Annual Plan" = "PDF Reader Pro 標準版 - 年訂閱";
+"PDF Reader Pro Advanced - Annual Plan" = "PDF Reader Pro 進階版 - 年訂閱";
+"PDF Reader Pro Permanent" = "PDF Reader Pro 永久版";
+"Subscribe to All Access Pack to Enjoy More Expanded Features" = "升級會員套餐解鎖更多功能";
+"Auto-renewal | Billed yearly" = "自動續費 | 年訂閱";
+"(Tax Incl.)" = "(含稅)";

+ 8 - 8
PDF Office/PDF Master/MemberCenter/WindowsController/KMProductCompareWC.swift

@@ -326,17 +326,17 @@ class KMProductCompareWC: NSWindowController {
         oneYearProLabel.stringValue = NSLocalizedString("1-year Plan", comment: "")
 
         freeInfoLabel.stringValue = NSLocalizedString("Free", comment: "")
-        standardPlanInfoLabel.stringValue = NSLocalizedString("PDF Reader Pro Standard Annual Plan", comment: "")
-        standardPlanPurchaseSubLabel.stringValue = NSLocalizedString("Auto-renewal | Billed yearly", comment: "")
-        standardPlanPurchaseSubLabel2.stringValue = NSLocalizedString("(Tax Incl.)", comment: "")
+        standardPlanInfoLabel.stringValue = NSLocalizedString("PDF Reader Pro Standard - Annual Plan", tableName: "MemberCenterLocalizable", comment: "")
+        standardPlanPurchaseSubLabel.stringValue = NSLocalizedString("Auto-renewal | Billed yearly", tableName: "MemberCenterLocalizable", comment: "")
+        standardPlanPurchaseSubLabel2.stringValue = NSLocalizedString("(Tax Incl.)",tableName: "MemberCenterLocalizable", comment: "")
         
-        advancedPlanInfoLabel.stringValue = NSLocalizedString("PDF Reader Pro Advanced Annual Plan", comment: "")
-        advancedPlanPurchaseSubLabel.stringValue = NSLocalizedString("Auto-renewal | Billed yearly", comment: "")
-        advancedPlanPurchaseSubLabel2.stringValue = NSLocalizedString("(Tax Incl.)", comment: "")
+        advancedPlanInfoLabel.stringValue = NSLocalizedString("PDF Reader Pro Advanced - Annual Plan", tableName: "MemberCenterLocalizable", comment: "")
+        advancedPlanPurchaseSubLabel.stringValue = NSLocalizedString("Auto-renewal | Billed yearly", tableName: "MemberCenterLocalizable", comment: "")
+        advancedPlanPurchaseSubLabel2.stringValue = NSLocalizedString("(Tax Incl.)",tableName: "MemberCenterLocalizable", comment: "")
 
-        permanentInfoLabel.stringValue = NSLocalizedString("PDF Reader Pro Permanent", comment: "")
+        permanentInfoLabel.stringValue = NSLocalizedString("PDF Reader Pro Permanent", tableName: "MemberCenterLocalizable", comment: "")
         permanentPurchaseSubLabel.stringValue = NSLocalizedString("one-time purchase", comment: "")
-        permanentPurchaseSubLabel2.stringValue = NSLocalizedString("(Tax Incl.)", comment: "")
+        permanentPurchaseSubLabel2.stringValue = NSLocalizedString("(Tax Incl.)",tableName: "MemberCenterLocalizable", comment: "")
         
         standardPlanPurchaseLbl.stringValue = NSLocalizedString("Subscribe", comment: "")
         if KMMemberInfo.shared.userScenarioType == .lite_type3 ||