Bladeren bron

【fix】【俄语】AI界面文案显示不全

tangchao 7 maanden geleden
bovenliggende
commit
fcd2bd177d

+ 1 - 1
PDF Office/PDF Master/Class/AIInfo/AIConfigWindowController/Views/AIHeaderView/AIHeaderView.swift

@@ -29,7 +29,7 @@ class AIHeaderView: NSView, NibLoadable {
         self.titleLabel.font = NSFont.SFProTextSemiboldFont(14)
         self.myCreditLabel.font = NSFont.SFProTextSemiboldFont(11)
         
-        self.titleLabel.stringValue = NSLocalizedString("AI Tools", comment: "")
+        self.titleLabel.stringValue = NSLocalizedString("AI Tools Title", comment: "")
         self.myCreditLabel.stringValue = NSLocalizedString("My AI Credit", comment: "")
         
         self.seplineView.wantsLayer = true

+ 1 - 1
PDF Office/PDF Master/Class/AIInfo/AIUserInfoController/AIUserInfoController.swift

@@ -65,7 +65,7 @@ import Cocoa
         self.titleLabel.textColor = KMAppearance.KMColor_Layout_H0()
         self.whatNewlabel.textColor = KMAppearance.KMColor_Interactive_A0()
         
-        self.titleLabel.stringValue = NSLocalizedString("AI Tools", comment: "")
+        self.titleLabel.stringValue = NSLocalizedString("AI Tools Title", comment: "")
         self.whatNewlabel.stringValue = NSLocalizedString("What‘s New", comment: "") + " →"
         
         self.creditsTitleLabel.stringValue = NSLocalizedString("Available credits this month", comment: "")

+ 5 - 5
PDF Office/PDF Master/Class/AIInfo/AIUserInfoController/AIUserInfoController.xib

@@ -355,13 +355,13 @@
                                             <color key="fillColor" red="1" green="0.36862745099999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                         </box>
                                         <box boxType="custom" borderType="none" borderWidth="0.0" cornerRadius="5" title="Box" translatesAutoresizingMaskIntoConstraints="NO" id="3ww-dO-Gu1" customClass="KMBox" customModule="PDF_Reader_Pro" customModuleProvider="target">
-                                            <rect key="frame" x="242" y="0.0" width="118" height="36"/>
+                                            <rect key="frame" x="222" y="0.0" width="138" height="36"/>
                                             <view key="contentView" id="LLE-he-zen">
-                                                <rect key="frame" x="0.0" y="0.0" width="118" height="36"/>
+                                                <rect key="frame" x="0.0" y="0.0" width="138" height="36"/>
                                                 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                 <subviews>
                                                     <imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="htR-r3-NV0">
-                                                        <rect key="frame" x="0.0" y="0.0" width="118" height="36"/>
+                                                        <rect key="frame" x="0.0" y="0.0" width="138" height="36"/>
                                                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                         <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="AICreditIcon" id="I0p-5s-QZA"/>
                                                     </imageView>
@@ -395,7 +395,7 @@
                                                         </constraints>
                                                     </customView>
                                                     <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="hpn-rW-lvk" customClass="KMButton" customModule="PDF_Reader_Pro" customModuleProvider="target">
-                                                        <rect key="frame" x="0.0" y="0.0" width="118" height="36"/>
+                                                        <rect key="frame" x="0.0" y="0.0" width="138" height="36"/>
                                                         <buttonCell key="cell" type="bevel" bezelStyle="rounded" alignment="center" imageScaling="proportionallyDown" inset="2" id="iFS-6Q-YrJ">
                                                             <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                                                             <font key="font" metaFont="system"/>
@@ -416,7 +416,7 @@
                                             </view>
                                             <constraints>
                                                 <constraint firstAttribute="height" constant="36" id="PSo-4a-3aC"/>
-                                                <constraint firstAttribute="width" constant="118" id="ugU-wL-4nj"/>
+                                                <constraint firstAttribute="width" constant="138" id="ugU-wL-4nj"/>
                                             </constraints>
                                             <color key="fillColor" red="0.0" green="0.53333333329999999" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                                         </box>

+ 1 - 1
PDF Office/PDF Master/Class/Purchase/DMG/KMPurchaseCompareDMGWindowController.m

@@ -329,7 +329,7 @@ static NSString *const KMPurchaseCompareDMGCellIdentifier       = @"KMPurchaseCo
     self.aiInfoLbl1.font = self.aiInfoLbl2.font = self.aiInfoLbl3.font = self.aiInfoLbl4.font = [NSFont SFProTextRegularFont:14];
     self.aiPurchaseLabel.font = [NSFont UbuntuMediumFontWithSize:16];
     
-    self.aiTitleLabel.stringValue = NSLocalizedString(@"AI Tools", nil);
+    self.aiTitleLabel.stringValue = NSLocalizedString(@"AI Tools Title", nil);
     self.aiInfoLbl1.stringValue = NSLocalizedString(@"AI Summarize", nil);
     self.aiInfoLbl2.stringValue = NSLocalizedString(@"AI Rewrite", nil);
     self.aiInfoLbl3.stringValue = NSLocalizedString(@"AI Proofread", nil);

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

@@ -4012,3 +4012,4 @@
 "Measuring Tools" = "أدوات القياس";
 
 "Add Electronic Signature" = "إضافة التوقيع الإلكتروني";
+"AI Tools Title" = "AI Tools";

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

@@ -2951,3 +2951,4 @@
 "Measuring Tools" = "Messgeräte";
 
 "Add Electronic Signature" = "Elektronische Signatur hinzufügen";
+"AI Tools Title" = "KI -Werkzeuge";

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

@@ -4129,3 +4129,4 @@
 "Measuring Tools" = "Measuring Tools";
 
 "Add Electronic Signature" = "Add Electronic Signature";
+"AI Tools Title" = "AI Tools";

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

@@ -3043,3 +3043,4 @@
 "Measuring Tools" = "Herramientas de medición";
 
 "Add Electronic Signature" = "Agregar firma electrónica";
+"AI Tools Title" = "Herramientas AI";

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

@@ -2914,3 +2914,4 @@
 "Measuring Tools" = "Outils de mesure";
 
 "Add Electronic Signature" = "Ajouter une signature électronique";
+"AI Tools Title" = "Outils d'IA";

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

@@ -2840,3 +2840,4 @@
 "Measuring Tools"="Strumenti di misurazione";
 
 "Add Electronic Signature" = "Aggiungi firma elettronica";
+"AI Tools Title" = "Strumenti AI";

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

@@ -3107,3 +3107,4 @@
 "Measuring Tools"="測定ツール";
 
 "Add Electronic Signature" = "電子署名の追加";
+"AI Tools Title" = "AIツール";

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

@@ -3063,3 +3063,4 @@
 "From Image"="uit beeld";
 
 "Add Electronic Signature" = "Add Electronic Signature";
+"AI Tools Title" = "AI Tools";

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

@@ -3056,3 +3056,4 @@
 "Measuring Tools"="Narzędzia pomiarowe";
 
 "Add Electronic Signature" = "Dodaj podpis elektroniczny";
+"AI Tools Title" = "Narzędzia AI";

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

@@ -3901,3 +3901,4 @@
 "Measuring Tools" = "Ferramentas de medição";
 
 "Add Electronic Signature" = "Adicionar assinatura eletrônica";
+"AI Tools Title" = "AI Tools";

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

@@ -2980,3 +2980,4 @@
 "Measuring Tools"="Измерительные инструменты";
 
 "Add Electronic Signature" = "Добавить электронную подпись";
+"AI Tools Title" = "ИИ инструменты";

+ 1 - 0
PDF Office/PDF Master/Strings/zh-Hans.lproj/Localizable.strings

@@ -4016,3 +4016,4 @@
 "Measuring Tools" = "测量工具";
 
 "Add Electronic Signature" = "添加电子签名";
+"AI Tools Title" = "AI工具";

+ 1 - 0
PDF Office/PDF Master/Strings/zh-Hant.lproj/Localizable.strings

@@ -4146,3 +4146,4 @@
 "Measuring Tools" = "測量工具";
 
 "Add Electronic Signature" = "添加電子簽名";
+"AI Tools Title" = "AI工具";