Pārlūkot izejas kodu

【2025】【综合】文案补充,背景修改

niehaoyu 5 dienas atpakaļ
vecāks
revīzija
494b7c87e7
19 mainītis faili ar 37 papildinājumiem un 11 dzēšanām
  1. 4 4
      PDF Office/PDF Master/Base.lproj/Main.storyboard
  2. 2 0
      PDF Office/PDF Master/Class/PDFTools/Compress/Controller/KMCompressSettingViewController.swift
  3. 2 2
      PDF Office/PDF Master/Class/PDFTools/Compress/View/SettingView/View/Tableview/KMCompressSettingTableView.xib
  4. 1 1
      PDF Office/PDF Master/KMClass/KMPDFViewController/EditTool/Background/Views/KMBGTemplateController.swift
  5. 2 2
      PDF Office/PDF Master/KMClass/KMPDFViewController/KMMainViewController.swift
  6. 1 1
      PDF Office/PDF Master/KMClass/KMPDFViewController/KMPDFMenuConfig.swift
  7. 1 1
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Signature/CreateSignWindowController/KMPDFSignatureDrawView.swift
  8. 2 0
      PDF Office/PDF Master/Strings/ar.lproj/Localizable.strings
  9. 2 0
      PDF Office/PDF Master/Strings/de.lproj/Localizable.strings
  10. 2 0
      PDF Office/PDF Master/Strings/es.lproj/Localizable.strings
  11. 2 0
      PDF Office/PDF Master/Strings/fr.lproj/Localizable.strings
  12. 2 0
      PDF Office/PDF Master/Strings/it.lproj/Localizable.strings
  13. 2 0
      PDF Office/PDF Master/Strings/ja.lproj/Localizable.strings
  14. 2 0
      PDF Office/PDF Master/Strings/nl.lproj/Localizable.strings
  15. 2 0
      PDF Office/PDF Master/Strings/pl.lproj/Localizable.strings
  16. 2 0
      PDF Office/PDF Master/Strings/pt.lproj/Localizable.strings
  17. 2 0
      PDF Office/PDF Master/Strings/ru.lproj/Localizable.strings
  18. 2 0
      PDF Office/PDF Master/Strings/zh-Hans.lproj/Localizable.strings
  19. 2 0
      PDF Office/PDF Master/Strings/zh-Hant.lproj/Localizable.strings

+ 4 - 4
PDF Office/PDF Master/Base.lproj/Main.storyboard

@@ -868,24 +868,24 @@ CA
                                 <modifierMask key="keyEquivalentModifierMask"/>
                                 <menu key="submenu" title="Go" id="GTp-Ac-vi8">
                                     <items>
-                                        <menuItem title="Next" keyEquivalent="" id="pO6-Zz-d6k">
+                                        <menuItem title="Next Page" keyEquivalent="" id="pO6-Zz-d6k">
                                             <modifierMask key="keyEquivalentModifierMask"/>
                                             <connections>
                                                 <action selector="menuItemAction_Next:" target="Voe-Tx-rLC" id="OJn-ij-OwJ"/>
                                             </connections>
                                         </menuItem>
-                                        <menuItem title="Previous" keyEquivalent="" id="4Vo-Yp-w3w">
+                                        <menuItem title="Previous Page" keyEquivalent="" id="4Vo-Yp-w3w">
                                             <modifierMask key="keyEquivalentModifierMask"/>
                                             <connections>
                                                 <action selector="menuItemAction_Previous:" target="Voe-Tx-rLC" id="kA0-lf-7xS"/>
                                             </connections>
                                         </menuItem>
-                                        <menuItem title="First" keyEquivalent="" id="Ger-vO-PCV">
+                                        <menuItem title="First Page" keyEquivalent="" id="Ger-vO-PCV">
                                             <connections>
                                                 <action selector="menuItemAction_First:" target="Voe-Tx-rLC" id="7Fk-uW-zi7"/>
                                             </connections>
                                         </menuItem>
-                                        <menuItem title="Last" keyEquivalent="" id="Qsx-K0-xuB">
+                                        <menuItem title="Last Page" keyEquivalent="" id="Qsx-K0-xuB">
                                             <connections>
                                                 <action selector="menuItemAction_Last:" target="Voe-Tx-rLC" id="YzE-Ad-1JI"/>
                                             </connections>

+ 2 - 0
PDF Office/PDF Master/Class/PDFTools/Compress/Controller/KMCompressSettingViewController.swift

@@ -73,10 +73,12 @@ class KMCompressSettingViewController: KMNBaseViewController {
     func updateUI() {
         doneButton.properties = ComponentButtonProperty(type: .primary, size: .xs, buttonText: KMLocalizedString("Compress"), keepPressState: false)
         doneButton.setTarget(self, action: #selector(doneButtonAction(_:)))
+        doneButton.keyEquivalent = KMKeyEquivalent.enter
         doneButton.reloadData()
         
         cancelButton.properties = ComponentButtonProperty(type: .default_tertiary, size: .xs, buttonText: KMLocalizedString("Cancel"), keepPressState: false)
         cancelButton.setTarget(self, action: #selector(cancelButtonAction(_:)))
+        cancelButton.keyEquivalent = KMKeyEquivalent.esc.string()
         cancelButton.reloadData()
         
         titleLabel.stringValue = KMLocalizedString("Settings", comment: "")

+ 2 - 2
PDF Office/PDF Master/Class/PDFTools/Compress/View/SettingView/View/Tableview/KMCompressSettingTableView.xib

@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="23504" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
     <dependencies>
         <deployment identifier="macosx"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="23504"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
     </dependencies>
     <objects>

+ 1 - 1
PDF Office/PDF Master/KMClass/KMPDFViewController/EditTool/Background/Views/KMBGTemplateController.swift

@@ -270,7 +270,7 @@ extension KMBGTemplateController: NSCollectionViewDelegate, NSCollectionViewData
     
     public func collectionView(_ collectionView: NSCollectionView, itemForRepresentedObjectAt indexPath: IndexPath) -> NSCollectionViewItem {
         let item: KMBGTemplateItem = collectionView.makeItem(withIdentifier: NSUserInterfaceItemIdentifier(rawValue: "KMBGTemplateItem"), for: indexPath) as! KMBGTemplateItem
-        if indexPath.item >= KMBackgroundManager.defaultManager.datas.count {
+        if indexPath.item < KMBackgroundManager.defaultManager.datas.count {
             item.delegate = self
             item.backgroundModel = KMBackgroundManager.defaultManager.datas[indexPath.item]
             if let selData = selectedBackground {

+ 2 - 2
PDF Office/PDF Master/KMClass/KMPDFViewController/KMMainViewController.swift

@@ -2750,7 +2750,7 @@ struct KMNMWCFlags {
             
             self.recordIsPDFDocumentEdited()
             
-            _ = KMNCustomAlertView.alertView(message: KMLocalizedString("Header & Footer removed"),
+            _ = KMNCustomAlertView.alertView(message: KMLocalizedString("Header&Footer removed"),
                                              type: .success,
                                              fromView: bottomContendBox,
                                              point:CGPointMake(CGRectGetWidth(bottomContendBox.frame)/2, CGRectGetHeight(bottomContendBox.frame)-28))
@@ -2849,7 +2849,7 @@ struct KMNMWCFlags {
             
             self.recordIsPDFDocumentEdited()
             
-            _ = KMNCustomAlertView.alertView(message: KMLocalizedString("Bates removed"),
+            _ = KMNCustomAlertView.alertView(message: KMLocalizedString("Bates number removed"),
                                              type: .success,
                                              fromView: bottomContendBox,
                                              point:CGPointMake(CGRectGetWidth(bottomContendBox.frame)/2, CGRectGetHeight(bottomContendBox.frame)-28))

+ 1 - 1
PDF Office/PDF Master/KMClass/KMPDFViewController/KMPDFMenuConfig.swift

@@ -832,7 +832,7 @@ let PDFViewMenuIdentifier_Edit_Reset = "PDFViewMenuIdentifier_Edit_Reset"
                                                                                        itemSelected: false,
                                                                                        isDisabled: false,
                                                                                        keyEquivalent: nil,
-                                                                                       text: KMLocalizedString("Sort"),
+                                                                                       text: KMLocalizedString("Layer Order"),
                                                                                        identifier: PDFViewMenuIdentifier_Normal_SortAnnotation)
        
         var subMenuItemArr: [ComponentMenuitemProperty] = []

+ 1 - 1
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Signature/CreateSignWindowController/KMPDFSignatureDrawView.swift

@@ -30,7 +30,7 @@ class KMPDFSignatureDrawView: BaseXibView {
     private var isTouchPad: Bool = false {
         didSet {
             if self.isTouchPad {
-                tipLabel.stringValue = KMLocalizedString("Click ESC to exit touchpad mode.")
+                tipLabel.stringValue = KMLocalizedString("Press any key on the keyboard to exit touchpad mode.")
             } else {
                 tipLabel.stringValue = KMLocalizedString("Draw signature here")
             }

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

@@ -5166,3 +5166,5 @@
 "Align"="محاذاة";
 "Properties panel"="لوحة الخصائص";
 "Failed to open the Office document. Please install Microsoft Office first."="فشل في فتح مستند Office. الرجاء تثبيت Microsoft Office أولاً.";
+"Diamond"="الماس";
+"Press any key on the keyboard to exit touchpad mode."="اضغط على أي مفتاح على لوحة المفاتيح للخروج من وضع لوحة اللمس.";

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

@@ -3612,3 +3612,5 @@
 "Properties panel"="Eigenschaftenbereich";
 "Properties panel"="Eigenschaftenbereich";
 "Failed to open the Office document. Please install Microsoft Office first."="Das Office-Dokument konnte nicht geöffnet werden. Bitte installieren Sie zuerst Microsoft Office.";
+"Diamond"="Diamant";
+"Press any key on the keyboard to exit touchpad mode."="Drücken Sie eine beliebige Taste auf der Tastatur, um den Touchpad-Modus zu verlassen.";

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

@@ -3533,3 +3533,5 @@
 "Align"="Alinear";
 "Properties panel"="Panel de propiedades";
 "Failed to open the Office document. Please install Microsoft Office first."="No se pudo abrir el documento de Office. Primero instale Microsoft Office.";
+"Diamond"="Diamante";
+"Press any key on the keyboard to exit touchpad mode."="Presione cualquier tecla del teclado para salir del modo de panel táctil.";

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

@@ -3563,3 +3563,5 @@
 "Align"="Aligner";
 "Properties panel"="Panneau Propriétés";
 "Failed to open the Office document. Please install Microsoft Office first."="Échec de l'ouverture du document Office. Veuillez d'abord installer Microsoft Office.";
+"Diamond"="Diamant";
+"Press any key on the keyboard to exit touchpad mode."="Appuyez sur n’importe quelle touche du clavier pour quitter le mode pavé tactile.";

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

@@ -3491,3 +3491,5 @@
 "Align"="Allineare";
 "Properties panel"="Pannello Proprietà";
 "Failed to open the Office document. Please install Microsoft Office first."="Impossibile aprire il documento di Office. Installa prima Microsoft Office.";
+"Diamond"="Diamante";
+"Press any key on the keyboard to exit touchpad mode."="Premere un tasto qualsiasi sulla tastiera per uscire dalla modalità touchpad.";

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

@@ -3770,3 +3770,5 @@
 "Align"="整列";
 "Properties panel"="プロパティパネル";
 "Failed to open the Office document. Please install Microsoft Office first."="Office ドキュメントを開けませんでした。まず Microsoft Office をインストールしてください。";
+"Diamond"="ダイヤモンド";
+"Press any key on the keyboard to exit touchpad mode."="キーボードのいずれかのキーを押して、タッチパッド モードを終了します。";

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

@@ -3256,3 +3256,5 @@
 "Align"="Uitlijnen";
 "Properties panel"="Paneel Eigenschappen";
 "Failed to open the Office document. Please install Microsoft Office first."="Kan het Office-document niet openen. Installeer eerst Microsoft Office.";
+"Diamond"="Diamant";
+"Press any key on the keyboard to exit touchpad mode."="Druk op een willekeurige toets op het toetsenbord om de touchpad-modus te verlaten.";

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

@@ -3370,3 +3370,5 @@
 "Align"="Wyrównywać";
 "Properties panel"="Panel Właściwości";
 "Failed to open the Office document. Please install Microsoft Office first."="Nie udało się otworzyć dokumentu pakietu Office. Najpierw zainstaluj pakiet Microsoft Office.";
+"Diamond"="Diament";
+"Press any key on the keyboard to exit touchpad mode."="Naciśnij dowolny klawisz na klawiaturze, aby wyjść z trybu touchpada.";

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

@@ -5163,3 +5163,5 @@
 "Align"="Alinhar";
 "Properties panel"="Painel Propriedades";
 "Failed to open the Office document. Please install Microsoft Office first."="Falha ao abrir o documento do Office. Instale o Microsoft Office primeiro.";
+"Diamond"="Diamante";
+"Press any key on the keyboard to exit touchpad mode."="Pressione qualquer tecla do teclado para sair do modo touchpad.";

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

@@ -3434,3 +3434,5 @@
 "Properties panel"="Панель свойств";
 "Properties panel"="Панель свойств";
 "Failed to open the Office document. Please install Microsoft Office first."="Не удалось открыть документ Office. Пожалуйста, сначала установите Microsoft Office.";
+"Diamond"="Алмаз";
+"Press any key on the keyboard to exit touchpad mode."="Нажмите любую клавишу на клавиатуре, чтобы выйти из режима сенсорной панели.";

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

@@ -4689,3 +4689,5 @@
 "Align"="对齐";
 "Properties panel"="属性面板";
 "Failed to open the Office document. Please install Microsoft Office first."="Office文档打开失败,请先安装微软Office软件。";
+"Diamond"="菱形";
+"Press any key on the keyboard to exit touchpad mode."="点击任意按键,退出手绘板模式。";

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

@@ -4587,3 +4587,5 @@
 "Italic"="斜體";
 "Align"="對齊";
 "Failed to open the Office document. Please install Microsoft Office first."="Office文件開啟失敗,請先安裝微軟Office軟體。";
+"Diamond"="菱形";
+"Press any key on the keyboard to exit touchpad mode."="點選任何按鍵,退出手繪板模式。";