Ver código fonte

【订阅】比较表文案调整

lizhe 1 ano atrás
pai
commit
770861ea63

+ 1 - 1
PDF Office/PDF Master/Class/KMLightMember/Controller/AccountInfo/View/KMAccountInfoView.swift

@@ -98,7 +98,7 @@ class KMAccountInfoView: KMBaseXibView {
 
         self.statusTitleLabel.textColor = NSColor(hex: "#616469")
         self.statusTitleLabel.font = NSFont.SFProTextRegular(12.0)
-
+ 
         self.statusLabel.textColor = NSColor(hex: "#252629")
         self.statusLabel.font = NSFont.SFProTextSemibold(16.0)
         

+ 5 - 5
PDF Office/PDF Master/Class/KMLightMember/Controller/ComparativeTable/View/KMComparativeView/KMComparativeView.swift

@@ -46,10 +46,10 @@ class KMComparativeView: KMBaseXibView {
                 ["title": "Save without watermark",
                  "state": 0,
                  "color": "#252629"],
-                ["title": "Convert with 10 pages per file",
+                ["title": "Basic functions like annotation and viewing",
                  "state": 2,
                  "color": "#252629"],
-                ["title": "Basic functions like annotation and viewing",
+                ["title": "Convert with 10 pages per file",
                  "state": 2,
                  "color": "#252629"]
             ],
@@ -57,7 +57,7 @@ class KMComparativeView: KMBaseXibView {
         ],
         [
             "type": 1,
-            "title": "Yearly Plan",
+            "title": "Annual Plan",
             "subtitle": "$79.99",
             "describe": "Save 50%@ for the first year, auto-renew at %@. Billed yearly.",
             "productId": PRODUCT_1,
@@ -68,10 +68,10 @@ class KMComparativeView: KMBaseXibView {
                 ["title": "Save without watermark",
                  "state": 1,
                  "color": "#252629"],
-                ["title": "Convert PDF to Office without limitation",
+                ["title": "Unlock all premium features",
                  "state": 1,
                  "color": "#252629"],
-                ["title": "Unlock all premium features",
+                ["title": "Convert PDF to Office without limitation",
                  "state": 1,
                  "color": "#252629"]
             ],

+ 1 - 1
PDF Office/PDF Master/Class/KMLightMember/Controller/ComparativeTable/View/KMComparativeView/View/KMComparativeViewCollectionItem.swift

@@ -178,7 +178,7 @@ class KMComparativeViewCollectionItem: NSCollectionViewItem {
                 
                 if self.isSubscription {
                     self.iconImageView.isHidden = true
-                    self.subtitleLabel.stringValue = "\(currencyCode)\(originPrice)"
+                    self.subtitleLabel.stringValue = "\(currencyCode) \(originPrice)"
                 } else {
                     self.iconImageView.isHidden = false
                     self.subtitleLabel.stringValue = "\(currencyCode)\(price)"

+ 1 - 1
PDF Office/PDF Master/Class/KMLightMember/Controller/SubscriptionView/WaterMark/View/KMSubscribeWaterMarkView.swift

@@ -199,7 +199,7 @@ class KMSubscribeWaterMarkView: KMBaseXibView {
                 
                 if isSubscription {
                     self.discountImageView.isHidden = true
-                    self.subscribeLabel.stringValue = "\(currencyCode)\(originPrice) / year"
+                    self.subscribeLabel.stringValue = "\(currencyCode) \(originPrice) / year"
                 } else {
                     self.discountImageView.isHidden = false
                     self.subscribeLabel.stringValue = "\(currencyCode)\(price) / year"

+ 4 - 4
PDF Office/PDF Master/Class/KMLightMember/Controller/SubscriptionView/WaterMark/View/KMSubscribeWaterMarkView.xib

@@ -202,7 +202,7 @@
                             </connections>
                         </button>
                         <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qqD-Zc-d0K">
-                            <rect key="frame" x="153" y="2" width="106" height="16"/>
+                            <rect key="frame" x="129" y="2" width="106" height="16"/>
                             <buttonCell key="cell" type="square" title="Terms of Service" bezelStyle="shadowlessSquare" alignment="center" imageScaling="proportionallyDown" inset="2" id="BPv-Rv-ubD">
                                 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                                 <font key="font" metaFont="system"/>
@@ -212,7 +212,7 @@
                             </connections>
                         </button>
                         <customView translatesAutoresizingMaskIntoConstraints="NO" id="LML-4i-B6h">
-                            <rect key="frame" x="132" y="2" width="1" height="16"/>
+                            <rect key="frame" x="120" y="2" width="1" height="16"/>
                             <constraints>
                                 <constraint firstAttribute="width" constant="1" id="Bba-r0-lUd"/>
                                 <constraint firstAttribute="height" constant="16" id="IMW-bh-TTs"/>
@@ -222,13 +222,13 @@
                     <constraints>
                         <constraint firstItem="pVA-do-evZ" firstAttribute="leading" secondItem="dGs-Lg-ZgQ" secondAttribute="leading" id="CBF-pD-2R8"/>
                         <constraint firstItem="LML-4i-B6h" firstAttribute="centerY" secondItem="dGs-Lg-ZgQ" secondAttribute="centerY" id="KOf-50-Pex"/>
-                        <constraint firstItem="qqD-Zc-d0K" firstAttribute="leading" secondItem="LML-4i-B6h" secondAttribute="trailing" constant="20" id="Lnj-0I-T0j"/>
+                        <constraint firstItem="qqD-Zc-d0K" firstAttribute="leading" secondItem="LML-4i-B6h" secondAttribute="trailing" constant="8" id="Lnj-0I-T0j"/>
                         <constraint firstItem="pVA-do-evZ" firstAttribute="centerY" secondItem="dGs-Lg-ZgQ" secondAttribute="centerY" id="VWl-rl-eIG"/>
                         <constraint firstAttribute="height" constant="20" id="ibD-Sm-7fX"/>
                         <constraint firstItem="JH7-7U-TMR" firstAttribute="leading" secondItem="pVA-do-evZ" secondAttribute="trailing" constant="8" id="jwI-9v-Eqy"/>
                         <constraint firstItem="qqD-Zc-d0K" firstAttribute="centerY" secondItem="dGs-Lg-ZgQ" secondAttribute="centerY" id="liN-vg-MgY"/>
                         <constraint firstItem="JH7-7U-TMR" firstAttribute="centerY" secondItem="dGs-Lg-ZgQ" secondAttribute="centerY" id="oMB-lg-nih"/>
-                        <constraint firstItem="LML-4i-B6h" firstAttribute="leading" secondItem="JH7-7U-TMR" secondAttribute="trailing" constant="20" id="uxt-X4-3GN"/>
+                        <constraint firstItem="LML-4i-B6h" firstAttribute="leading" secondItem="JH7-7U-TMR" secondAttribute="trailing" constant="8" id="uxt-X4-3GN"/>
                     </constraints>
                 </customView>
                 <customView translatesAutoresizingMaskIntoConstraints="NO" id="gPv-qb-Uay">

+ 1 - 1
PDF Office/PDF Master/Strings/en.lproj/Localizable.strings

@@ -639,7 +639,7 @@
 
 "Upgrade to Use All Features"     =     "Upgrade to Use All Features";
 "Registered"     =     "Registered";
-"Yearly Plan"     =     "Yearly Plan";
+"Annual Plan"     =     "Annual Plan";
 "Free"     =     "Free";
 "Sign up for Free"     =     "Sign up for Free";
 "yearly. Cancel subscription anytime."     =     "yearly. Cancel subscription anytime.";