소스 검색

【2025】【综合】多语完善

niehaoyu 5 일 전
부모
커밋
45128ef400
25개의 변경된 파일351개의 추가작업 그리고 26개의 파일을 삭제
  1. 1 1
      PDF Office/PDF Master/Class/PDFTools/Compress/View/SettingView/View/Tableview/Cell/KMCompressModesTableCellView.swift
  2. 1 1
      PDF Office/PDF Master/KMClass/KMPDFViewController/EditTool/Crop/Views/KMCropPropertyController.swift
  3. 1 1
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/EditPDF/KMEditImageController.swift
  4. 1 1
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Forms/Forms_CheckBox/FormsCheckBoxController.swift
  5. 2 2
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Forms/Forms_Raido/FormsRadioController.swift
  6. 2 2
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Line/KMLineController.swift
  7. 2 2
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Measure/KMMeasureController.swift
  8. 1 1
      PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Signature/CreateSignWindowController/KMPDFSignatureDrawView.swift
  9. 2 2
      PDF Office/PDF Master/KMClass/Left/Bookmark/Controller/KMBookMarkViewController.swift
  10. 2 2
      PDF Office/PDF Master/KMClass/Left/Outline/Controller/KMOutlineEditViewController.xib
  11. 2 2
      PDF Office/PDF Master/KMClass/Left/Outline/View/KMNBotaHeaderSearchView.xib
  12. 1 0
      PDF Office/PDF Master/KMClass/Left/Search/View/KMNBotaSearchTopView.swift
  13. 2 2
      PDF Office/PDF Master/KMClass/Left/Search/View/KMNBotaSearchTopView.xib
  14. 27 0
      PDF Office/PDF Master/Strings/ar.lproj/Localizable.strings
  15. 28 0
      PDF Office/PDF Master/Strings/de.lproj/Localizable.strings
  16. 27 0
      PDF Office/PDF Master/Strings/es.lproj/Localizable.strings
  17. 27 0
      PDF Office/PDF Master/Strings/fr.lproj/Localizable.strings
  18. 27 0
      PDF Office/PDF Master/Strings/it.lproj/Localizable.strings
  19. 27 0
      PDF Office/PDF Master/Strings/ja.lproj/Localizable.strings
  20. 27 0
      PDF Office/PDF Master/Strings/nl.lproj/Localizable.strings
  21. 27 0
      PDF Office/PDF Master/Strings/pl.lproj/Localizable.strings
  22. 27 0
      PDF Office/PDF Master/Strings/pt.lproj/Localizable.strings
  23. 28 0
      PDF Office/PDF Master/Strings/ru.lproj/Localizable.strings
  24. 33 6
      PDF Office/PDF Master/Strings/zh-Hans.lproj/Localizable.strings
  25. 26 1
      PDF Office/PDF Master/Strings/zh-Hant.lproj/Localizable.strings

+ 1 - 1
PDF Office/PDF Master/Class/PDFTools/Compress/View/SettingView/View/Tableview/Cell/KMCompressModesTableCellView.swift

@@ -38,7 +38,7 @@ class KMCompressModesTableCellView: KMBaseCompressTableCellView, NibLoadable {
         modesButton.properties = ComponentSelectProperties(size: .s,
                                                            state: .normal)
         var rotateItems: [ComponentMenuitemProperty] = []
-        for string in ["Standard", "Mobile", "Advanced Custom"] {
+        for string in ["Standard", "Mobile", "Advanced Optimization"] {
             let item = ComponentMenuitemProperty(type: .normal, text: KMLocalizedString(string))
             rotateItems.append(item)
         }

+ 1 - 1
PDF Office/PDF Master/KMClass/KMPDFViewController/EditTool/Crop/Views/KMCropPropertyController.swift

@@ -234,7 +234,7 @@ class KMCropPropertyController: KMNBaseViewController {
         pageRangeLabel.textColor = ComponentLibrary.shared.getComponentColorFromKey("colorText/2")
         pageRangeLabel.font = ComponentLibrary.shared.getFontFromKey("mac/body-s-medium")
           
-        sizeSyncButton.toolTip = KMLocalizedString("Lock")
+        sizeSyncButton.toolTip = KMLocalizedString("Fixed aspect ratio")
     }
     
     func reloadData() {

+ 1 - 1
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/EditPDF/KMEditImageController.swift

@@ -188,7 +188,7 @@ class KMEditImageController: KMNBaseViewController {
         sizeLabel.textColor = ComponentLibrary.shared.getComponentColorFromKey("colorText/2")
         sizeLabel.font = ComponentLibrary.shared.getFontFromKey("mac/body-s-medium")
       
-        sizeSyncButton.toolTip = KMLocalizedString("Lock")
+        sizeSyncButton.toolTip = KMLocalizedString("Fixed aspect ratio")
 
         rotateLabel.stringValue = KMLocalizedString("Rotate & Flip")
         rotateLabel.textColor = ComponentLibrary.shared.getComponentColorFromKey("colorText/2")

+ 1 - 1
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Forms/Forms_CheckBox/FormsCheckBoxController.swift

@@ -123,7 +123,7 @@ class FormsCheckBoxController: KMNBaseViewController {
             let string = stringItems[i]
             let imageName = imageNames[i]
             
-            let item = ComponentMenuitemProperty(type: .normal, lefticon: NSImage(named: imageName), text: string, identifier: string)
+            let item = ComponentMenuitemProperty(type: .normal, lefticon: NSImage(named: imageName), text: KMLocalizedString(string), identifier: string)
             styleItems.append(item)
         }
         buttonStyleSelect.properties = ComponentSelectProperties(size: .s,

+ 2 - 2
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Forms/Forms_Raido/FormsRadioController.swift

@@ -127,13 +127,13 @@ class FormsRadioController: KMNBaseViewController {
             let string = stringItems[i]
             let imageName = imageNames[i]
             
-            let item = ComponentMenuitemProperty(type: .normal, lefticon: NSImage(named: imageName), text: string, identifier: string)
+            let item = ComponentMenuitemProperty(type: .normal, lefticon: NSImage(named: imageName), text: KMLocalizedString(string), identifier: string)
             styleItems.append(item)
         }
         buttonStyleSelect.properties = ComponentSelectProperties(size: .s,
                                                                  state: .normal,
                                                                  creatable: false,
-                                                                 text: "Check")
+                                                                 text: KMLocalizedString("Check"))
         buttonStyleSelect.updateMenuItemsArr(styleItems)
         buttonStyleSelect.delegate = self
          

+ 2 - 2
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Line/KMLineController.swift

@@ -190,7 +190,7 @@ class KMLineController: KMNBaseViewController {
                 let string = stringItems[i]
                 let imageName = imageNames[i]
                 
-                let item = ComponentMenuitemProperty(type: .normal, lefticon: NSImage(named: imageName), text: string, identifier: string)
+                let item = ComponentMenuitemProperty(type: .normal, lefticon: NSImage(named: imageName), text: KMLocalizedString(string), identifier: string)
                 opacityItems.append(item)
             }
             arrow_leftTypeSelect.updateMenuItemsArr(opacityItems)
@@ -212,7 +212,7 @@ class KMLineController: KMNBaseViewController {
                 let string = stringItems[i]
                 let imageName = imageNames[i]
                 
-                let item = ComponentMenuitemProperty(type: .normal, lefticon: NSImage(named: imageName), text: string, identifier: string)
+                let item = ComponentMenuitemProperty(type: .normal, lefticon: NSImage(named: imageName), text: KMLocalizedString(string), identifier: string)
                 opacityItems.append(item)
             }
             arrow_RightTypeSelect.updateMenuItemsArr(opacityItems)

+ 2 - 2
PDF Office/PDF Master/KMClass/KMPDFViewController/RightSideController/Views/Measure/KMMeasureController.swift

@@ -215,7 +215,7 @@ class KMMeasureController: KMNBaseViewController {
                 let string = stringItems[i]
                 let imageName = imageNames[i]
                 
-                let item = ComponentMenuitemProperty(type: .normal, lefticon: NSImage(named: imageName), text: string, identifier: string)
+                let item = ComponentMenuitemProperty(type: .normal, lefticon: NSImage(named: imageName), text: KMLocalizedString(string), identifier: string)
                 opacityItems.append(item)
             }
             arrow_leftTypeSelect.updateMenuItemsArr(opacityItems)
@@ -237,7 +237,7 @@ class KMMeasureController: KMNBaseViewController {
                 let string = stringItems[i]
                 let imageName = imageNames[i]
                 
-                let item = ComponentMenuitemProperty(type: .normal, lefticon: NSImage(named: imageName), text: string, identifier: string)
+                let item = ComponentMenuitemProperty(type: .normal, lefticon: NSImage(named: imageName), text: KMLocalizedString(string), identifier: string)
                 opacityItems.append(item)
             }
             arrow_RightTypeSelect.updateMenuItemsArr(opacityItems)

+ 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("Please sign on the touchpad and press any key to end the drawing when you are done.")
+                tipLabel.stringValue = KMLocalizedString("Click ESC to exit touchpad mode.")
             } else {
                 tipLabel.stringValue = KMLocalizedString("Draw signature here")
             }

+ 2 - 2
PDF Office/PDF Master/KMClass/Left/Bookmark/Controller/KMBookMarkViewController.swift

@@ -644,7 +644,7 @@ extension KMBookMarkViewController : NSTableViewDelegate,NSTableViewDataSource {
                 let idxs = self?.bookTableView.selectedRowIndexes.count ?? 0
                 
                 let tempView = self?.bookTableView.rowView(atRow: row, makeIfNecessary: false)
-                var viewHeight: CGFloat = 0
+                var viewHeight: CGFloat = 8
                 var items: [String] = ["Rename", "Set Destination", "Delete"]
                 if idxs > 1 {
                     items = ["Delete"]
@@ -660,7 +660,7 @@ extension KMBookMarkViewController : NSTableViewDelegate,NSTableViewDataSource {
                         
                     
                     if value == "Delete" {
-                        properties_Menuitem.keyEquivalent = "⌘ " + String(Unicode.Scalar(NSBackspaceCharacter)!)
+                        properties_Menuitem.keyEquivalent = "⌫"
                     }
                     menuItemArr.append(properties_Menuitem)
                     viewHeight += 36

+ 2 - 2
PDF Office/PDF Master/KMClass/Left/Outline/Controller/KMOutlineEditViewController.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>

+ 2 - 2
PDF Office/PDF Master/KMClass/Left/Outline/View/KMNBotaHeaderSearchView.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 - 0
PDF Office/PDF Master/KMClass/Left/Search/View/KMNBotaSearchTopView.swift

@@ -63,6 +63,7 @@ class KMNBotaSearchTopView: NSView, NibLoadable {
     private lazy var switchButton_: ComponentButton = {
         let view = ComponentButton()
         view.properties = ComponentButtonProperty(type: .text_gray_low, size: .xxs, state: .normal, onlyIcon: true, icon: NSImage(named: "KMImageNameBotaSearchSwitch"), keepPressState: false)
+        view.toolTip = KMLocalizedString("Mini Window")
         view.setTarget(self, action: #selector(switchAction))
         return view
     }()

+ 2 - 2
PDF Office/PDF Master/KMClass/Left/Search/View/KMNBotaSearchTopView.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>

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

@@ -5139,3 +5139,30 @@
 "Multiple Pages with Outlines"="صفحات متعددة مع الخطوط العريضة";
 "There are unapplied settings, do you want to apply them?"="هناك إعدادات غير مطبقة، هل تريد تطبيقها؟";
 "Powerful PDF printer allows to print PDF from any computer without much hassle"="تتيح طابعة PDF القوية طباعة ملفات PDF من أي جهاز كمبيوتر دون الكثير من المتاعب";
+
+"Layer Order"="ترتيب الطبقة";
+"Fixed aspect ratio"="نسبة العرض إلى الارتفاع ثابتة";
+"Mini Window"="نافذة صغيرة";
+"Edit Outline"="تحرير المخطط التفصيلي";
+"Choose language"="اختر اللغة";
+"Crop page"="صفحة المحاصيل";
+"Watermark removed"="تمت إزالة العلامة المائية";
+"Header&Footer removed"="تمت إزالة الرأس والتذييل";
+"Background removed"="تمت إزالة الخلفية";
+"Bates number removed"="تمت إزالة رقم بيتس";
+"Circle"="دائرة";
+"Check"="يفحص";
+"Cross"="يعبر";
+"Square"="مربع";
+"Star"="نجم";
+"Are you sure you want to delete all the image files?"="هل أنت متأكد أنك تريد حذف جميع ملفات الصور؟";
+"Next Page"="الصفحة التالية";
+"Previous Page"="الصفحة السابقة";
+"Color"="لون";
+"Larger font"="خط أكبر";
+"Smaller font"="خط أصغر";
+"Bold"="عريض";
+"Italic"="مائل";
+"Align"="محاذاة";
+"Properties panel"="لوحة الخصائص";
+"Failed to open the Office document. Please install Microsoft Office first."="فشل في فتح مستند Office. الرجاء تثبيت Microsoft Office أولاً.";

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

@@ -3584,3 +3584,31 @@
 "Multiple Pages with Outlines"="Mehrere Seiten mit Umrissen";
 "There are unapplied settings, do you want to apply them?"="Es gibt nicht angewendete Einstellungen. Möchten Sie diese anwenden?";
 "Powerful PDF printer allows to print PDF from any computer without much hassle"="Der leistungsstarke PDF-Drucker ermöglicht das problemlose Drucken von PDF-Dateien von jedem Computer aus";
+
+"Layer Order"="Ebenenreihenfolge";
+"Fixed aspect ratio"="Festes Seitenverhältnis";
+"Mini Window"="Mini-Fenster";
+"Edit Outline"="Gliederung bearbeiten";
+"Choose language"="Sprache wählen";
+"Crop page"="Seite zuschneiden";
+"Watermark removed"="Wasserzeichen entfernt";
+"Header&Footer removed"="Kopf- und Fußzeile entfernt";
+"Background removed"="Hintergrund entfernt";
+"Bates number removed"="Bates-Nummer entfernt";
+"Circle"="Kreis";
+"Check"="Überprüfen";
+"Cross"="Kreuzen";
+"Square"="Quadrat";
+"Star"="Stern";
+"Are you sure you want to delete all the image files?"="Sind Sie sicher, dass Sie alle Bilddateien löschen möchten?";
+"Next Page"="Nächste Seite";
+"Previous Page"="Vorherige Seite";
+"Color"="Farbe";
+"Larger font"="Größere Schriftart";
+"Smaller font"="Kleinere Schriftart";
+"Bold"="Deutlich";
+"Italic"="Kursiv";
+"Align"="Ausrichten";
+"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.";

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

@@ -3506,3 +3506,30 @@
 "Multiple Pages with Outlines"="Varias páginas con esquemas";
 "There are unapplied settings, do you want to apply them?"="Hay configuraciones no aplicadas, ¿quieres aplicarlas?";
 "Powerful PDF printer allows to print PDF from any computer without much hassle"="La potente impresora PDF permite imprimir PDF desde cualquier computadora sin muchos problemas";
+
+"Layer Order"="Orden de capas";
+"Fixed aspect ratio"="Relación de aspecto fija";
+"Mini Window"="Mini ventana";
+"Edit Outline"="Editar esquema";
+"Choose language"="Elige idioma";
+"Crop page"="página de recorte";
+"Watermark removed"="Marca de agua eliminada";
+"Header&Footer removed"="Encabezado y pie de página eliminados";
+"Background removed"="Fondo eliminado";
+"Bates number removed"="Número de Bates eliminado";
+"Circle"="Círculo";
+"Check"="Controlar";
+"Cross"="Cruz";
+"Square"="Cuadrado";
+"Star"="Estrella";
+"Are you sure you want to delete all the image files?"="¿Está seguro de que desea eliminar todos los archivos de imagen?";
+"Next Page"="Página siguiente";
+"Previous Page"="Página anterior";
+"Color"="Color";
+"Larger font"="Fuente más grande";
+"Smaller font"="Fuente más pequeña";
+"Bold"="Atrevido";
+"Italic"="Itálico";
+"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.";

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

@@ -3536,3 +3536,30 @@
 "Multiple Pages with Outlines"="Plusieurs pages avec contours";
 "There are unapplied settings, do you want to apply them?"="Certains paramètres ne sont pas appliqués, souhaitez-vous les appliquer ?";
 "Powerful PDF printer allows to print PDF from any computer without much hassle"="Une imprimante PDF puissante permet d'imprimer des PDF depuis n'importe quel ordinateur sans trop de tracas";
+
+"Layer Order"="Ordre des calques";
+"Fixed aspect ratio"="Rapport hauteur/largeur fixe";
+"Mini Window"="Mini-fenêtre";
+"Edit Outline"="Modifier le plan";
+"Choose language"="Choisir la langue";
+"Crop page"="Page de recadrage";
+"Watermark removed"="Filigrane supprimé";
+"Header&Footer removed"="En-tête et pied de page supprimés";
+"Background removed"="Arrière-plan supprimé";
+"Bates number removed"="Numéro Bates supprimé";
+"Circle"="Cercle";
+"Check"="Vérifier";
+"Cross"="Croix";
+"Square"="Carré";
+"Star"="Étoile";
+"Are you sure you want to delete all the image files?"="Êtes-vous sûr de vouloir supprimer tous les fichiers image ?";
+"Next Page"="Page suivante";
+"Previous Page"="Page précédente";
+"Color"="Couleur";
+"Larger font"="Police plus grande";
+"Smaller font"="Police plus petite";
+"Bold"="Audacieux";
+"Italic"="Italique";
+"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.";

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

@@ -3464,3 +3464,30 @@
 "Multiple Pages with Outlines"="Più pagine con contorni";
 "There are unapplied settings, do you want to apply them?"="Ci sono impostazioni non applicate, vuoi applicarle?";
 "Powerful PDF printer allows to print PDF from any computer without much hassle"="La potente stampante PDF consente di stampare PDF da qualsiasi computer senza troppi problemi";
+
+"Layer Order"="Ordine dei livelli";
+"Fixed aspect ratio"="Proporzioni fisse";
+"Mini Window"="Minifinestra";
+"Edit Outline"="Modifica struttura";
+"Choose language"="Scegli la lingua";
+"Crop page"="Ritaglia la pagina";
+"Watermark removed"="Filigrana rimossa";
+"Header&Footer removed"="Intestazione e piè di pagina rimossi";
+"Background removed"="Sfondo rimosso";
+"Bates number removed"="Numero Bates rimosso";
+"Circle"="Cerchio";
+"Check"="Controllo";
+"Cross"="Attraverso";
+"Square"="Piazza";
+"Star"="Stella";
+"Are you sure you want to delete all the image files?"="Sei sicuro di voler eliminare tutti i file di immagine?";
+"Next Page"="Pagina successiva";
+"Previous Page"="Pagina precedente";
+"Color"="Colore";
+"Larger font"="Carattere più grande";
+"Smaller font"="Carattere più piccolo";
+"Bold"="Grassetto";
+"Italic"="Corsivo";
+"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.";

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

@@ -3743,3 +3743,30 @@
 "Multiple Pages with Outlines"="アウトライン付きの複数ページ";
 "There are unapplied settings, do you want to apply them?"="未適用の設定があります。適用しますか?";
 "Powerful PDF printer allows to print PDF from any computer without much hassle"="強力な PDF プリンタにより、どのコンピュータからでも手間をかけずに PDF を印刷できます";
+
+"Layer Order"="レイヤーの順序";
+"Fixed aspect ratio"="固定アスペクト比";
+"Mini Window"="ミニウィンドウ";
+"Edit Outline"="アウトラインの編集";
+"Choose language"="言語を選択してください";
+"Crop page"="ページをトリミングする";
+"Watermark removed"="ウォーターマークが削除されました";
+"Header&Footer removed"="ヘッダーとフッターが削除されました";
+"Background removed"="背景が削除されました";
+"Bates number removed"="通し番号が削除されました";
+"Circle"="丸";
+"Check"="チェック";
+"Cross"="クロス";
+"Square"="四角";
+"Star"="星";
+"Are you sure you want to delete all the image files?"="すべての画像ファイルを削除してもよろしいですか?";
+"Next Page"="次のページ";
+"Previous Page"="前のページ";
+"Color"="色";
+"Larger font"="大きなフォント";
+"Smaller font"="小さいフォント";
+"Bold"="大胆な";
+"Italic"="イタリック";
+"Align"="整列";
+"Properties panel"="プロパティパネル";
+"Failed to open the Office document. Please install Microsoft Office first."="Office ドキュメントを開けませんでした。まず Microsoft Office をインストールしてください。";

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

@@ -3229,3 +3229,30 @@
 "Multiple Pages with Outlines"="Meerdere pagina's met contouren";
 "There are unapplied settings, do you want to apply them?"="Er zijn niet-toegepaste instellingen. Wilt u deze toepassen?";
 "Powerful PDF printer allows to print PDF from any computer without much hassle"="Dankzij de krachtige PDF-printer kunt u zonder veel moeite PDF vanaf elke computer afdrukken";
+
+"Layer Order"="Laagvolgorde";
+"Fixed aspect ratio"="Vaste beeldverhouding";
+"Mini Window"="Mini-venster";
+"Edit Outline"="Overzicht bewerken";
+"Choose language"="Kies taal";
+"Crop page"="Pagina bijsnijden";
+"Watermark removed"="Watermerk verwijderd";
+"Header&Footer removed"="Kop- en voettekst verwijderd";
+"Background removed"="Achtergrond verwijderd";
+"Bates number removed"="Bates-nummer verwijderd";
+"Circle"="Cirkel";
+"Check"="Rekening";
+"Cross"="Kruis";
+"Square"="Vierkant";
+"Star"="Ster";
+"Are you sure you want to delete all the image files?"="Weet u zeker dat u alle afbeeldingsbestanden wilt verwijderen?";
+"Next Page"="Volgende pagina";
+"Previous Page"="Vorige pagina";
+"Color"="Kleur";
+"Larger font"="Groter lettertype";
+"Smaller font"="Kleiner lettertype";
+"Bold"="Vetgedrukt";
+"Italic"="Cursief";
+"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.";

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

@@ -3343,3 +3343,30 @@
 "Multiple Pages with Outlines"="Wiele stron z konturami";
 "There are unapplied settings, do you want to apply them?"="Istnieją niezastosowane ustawienia. Czy chcesz je zastosować?";
 "Powerful PDF printer allows to print PDF from any computer without much hassle"="Wydajna drukarka PDF umożliwia drukowanie plików PDF z dowolnego komputera bez większych problemów";
+
+"Layer Order"="Kolejność warstw";
+"Fixed aspect ratio"="Naprawiono współczynnik proporcji";
+"Mini Window"="Miniokno";
+"Edit Outline"="Edytuj zarys";
+"Choose language"="Wybierz język";
+"Crop page"="Przytnij stronę";
+"Watermark removed"="Znak wodny usunięty";
+"Header&Footer removed"="Usunięto nagłówek i stopkę";
+"Background removed"="Tło usunięte";
+"Bates number removed"="Numer Batesa usunięty";
+"Circle"="Koło";
+"Check"="Sprawdzać";
+"Cross"="Przechodzić";
+"Square"="Kwadrat";
+"Star"="Gwiazda";
+"Are you sure you want to delete all the image files?"="Czy na pewno chcesz usunąć wszystkie pliki obrazów?";
+"Next Page"="Następna strona";
+"Previous Page"="Poprzednia strona";
+"Color"="Kolor";
+"Larger font"="Większa czcionka";
+"Smaller font"="Mniejsza czcionka";
+"Bold"="Pogrubiony";
+"Italic"="italski";
+"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.";

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

@@ -5136,3 +5136,30 @@
 "Multiple Pages with Outlines"="Várias páginas com contornos";
 "There are unapplied settings, do you want to apply them?"="Existem configurações não aplicadas. Deseja aplicá-las?";
 "Powerful PDF printer allows to print PDF from any computer without much hassle"="A poderosa impressora de PDF permite imprimir PDF de qualquer computador sem muitos problemas";
+
+"Layer Order"="Ordem das camadas";
+"Fixed aspect ratio"="Proporção fixa";
+"Mini Window"="Minijanela";
+"Edit Outline"="Editar esboço";
+"Choose language"="Escolha o idioma";
+"Crop page"="Cortar página";
+"Watermark removed"="Marca d'água removida";
+"Header&Footer removed"="Cabeçalho e rodapé removidos";
+"Background removed"="Plano de fundo removido";
+"Bates number removed"="Número Bates removido";
+"Circle"="Círculo";
+"Check"="Verificar";
+"Cross"="Cruzar";
+"Square"="Quadrado";
+"Star"="Estrela";
+"Are you sure you want to delete all the image files?"="Tem certeza de que deseja excluir todos os arquivos de imagem?";
+"Next Page"="Próxima página";
+"Previous Page"="Página anterior";
+"Color"="Cor";
+"Larger font"="Fonte maior";
+"Smaller font"="Fonte menor";
+"Bold"="Audacioso";
+"Italic"="itálico";
+"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.";

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

@@ -3406,3 +3406,31 @@
 "Multiple Pages with Outlines"="Несколько страниц с контурами";
 "There are unapplied settings, do you want to apply them?"="Есть непримененные настройки, хотите их применить?";
 "Powerful PDF printer allows to print PDF from any computer without much hassle"="Мощный PDF-принтер позволяет без особых хлопот печатать PDF-файлы с любого компьютера.";
+
+"Layer Order"="Порядок слоев";
+"Fixed aspect ratio"="Фиксированное соотношение сторон";
+"Mini Window"="Мини-окно";
+"Edit Outline"="Редактировать схему";
+"Choose language"="Выберите язык";
+"Crop page"="Обрезать страницу";
+"Watermark removed"="Водяной знак удален.";
+"Header&Footer removed"="Верхний и нижний колонтитулы удалены.";
+"Background removed"="Фон удален.";
+"Bates number removed"="Номер Бейтса удален.";
+"Circle"="Круг";
+"Check"="Проверять";
+"Cross"="Крест";
+"Square"="Квадрат";
+"Star"="Звезда";
+"Are you sure you want to delete all the image files?"="Вы уверены, что хотите удалить все файлы изображений?";
+"Next Page"="Следующая страница";
+"Previous Page"="Предыдущая страница";
+"Color"="Цвет";
+"Larger font"="Более крупный шрифт";
+"Smaller font"="Меньший шрифт";
+"Bold"="Смелый";
+"Italic"="Курсив";
+"Align"="Выровнять";
+"Properties panel"="Панель свойств";
+"Properties panel"="Панель свойств";
+"Failed to open the Office document. Please install Microsoft Office first."="Не удалось открыть документ Office. Пожалуйста, сначала установите Microsoft Office.";

+ 33 - 6
PDF Office/PDF Master/Strings/zh-Hans.lproj/Localizable.strings

@@ -1444,7 +1444,7 @@
 "This PDF document's user permissions does not allow annotation modifications." = "此文档的文档权限不允许注释修改.";
 
 /* No comment provided by engineer. */
-"This document has a permission password." = "该文档包含权限密码";
+"This document has a permission password." = "该文件包含权限密码。";
 
 "Automatically Resize" = "自动调整大小";
 
@@ -1758,7 +1758,7 @@
 "Click Here to Import Images" = "点击这里插入图片";
 "New From Clipboard" = "使用剪贴板的內容新增笔记";
 
-"This document contains interactive form fields." = "该文件包含交互式Form表单";
+"This document contains interactive form fields." = "该文件包含交互式Form表单";
 "Disable Highlight Effect" = "关闭高亮效果";
 "Highlight Form Fields" = "高亮表单域";
 "Feedback"= "意见回馈";
@@ -2640,7 +2640,7 @@
 "Table not found" = "未检测到表格";
 
 "needs to access this path to continue. Click Allow to continue." = "需要访问此路径才能继续,请点击允许。";
-"This document has a permission password." = "该文包含权限密码。";
+"This document has a permission password." = "该文包含权限密码。";
 "Enter Password" = "输入密码";
 "Please enter the password to unlock this" = "请输入密码后解锁该文档";
 "Password" = "密码";
@@ -4221,8 +4221,8 @@
 "By Time - Descending"="按时间降序";
 "First Page"="首页";
 "Last Page"="尾页";
-"There are unapplied redactions in this file"="包含未应用的密文";
-"This document contains scanned pages and requires OCR recognition for editing"="文件包含扫描页面,请使用OCR功能将其转换为可编辑页面。";
+"There are unapplied redactions in this file"="该文件包含未应用的密文";
+"This document contains scanned pages and requires OCR recognition for editing"="文件包含扫描页面,请使用OCR功能将其转换为可编辑页面。";
 "Insert From File"="从文件插入";
 "Insert Blank Page"="插入空白页";
 "Insert From Scanner"="从扫描仪插入";
@@ -4329,7 +4329,7 @@
 "Less than 7 items selected; compression quality may be affected" = "选中项少于7个,可能影响压缩质量(提示弹窗)";
 "Save and Compress" = "保存并压缩";
 "" = "";
-"The document contains scanned pages and requires OCR extraction to be enabled before the pages can be edited." = "检测到该文内包含扫描档页面,需要开启OCR提取后才能对页面中内容进行编辑";
+"The document contains scanned pages and requires OCR extraction to be enabled before the pages can be edited." = "检测到该文内包含扫描档页面,需要开启OCR提取后才能对页面中内容进行编辑";
 "Please select the area that needs OCR and click the “OCR” button to start" = "请选择需要 OCR 的区域,单击 “OCR ”按钮开始";
 "OCR Settings" = "OCR设置";
 "Page Range" = "页面范围";
@@ -4662,3 +4662,30 @@
 "Multiple Pages with Outlines"="多页带大纲";
 "There are unapplied settings, do you want to apply them?"="有未保存的变动,您要应用此变动吗?";
 "Powerful PDF printer allows to print PDF from any computer without much hassle"="轻松将PDF打印成纸质版。";
+
+"Layer Order"="图层顺序";
+"Fixed aspect ratio"="锁定长宽比";
+"Mini Window"="小窗口模式";
+"Edit Outline"="编辑大纲";
+"Choose language"="选择语言";
+"Crop page"="";
+"Watermark removed"="水印已移除";
+"Header&Footer removed"="页眉&页脚已移除";
+"Background removed"="背景已移除";
+"Bates number removed"="贝茨码已移除";
+"Circle"="圆";
+"Check"="勾";
+"Cross"="叉";
+"Square"="方形";
+"Star"="星形";
+"Are you sure you want to delete all the image files?"="您确定要删除所有的图片文件吗?";
+"Next Page"="下一页";
+"Previous Page"="上一页";
+"Color"="颜色";
+"Larger font"="字号加大";
+"Smaller font"="字号减小";
+"Bold"="粗体";
+"Italic"="斜体";
+"Align"="对齐";
+"Properties panel"="属性面板";
+"Failed to open the Office document. Please install Microsoft Office first."="Office文档打开失败,请先安装微软Office软件。";

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

@@ -1704,7 +1704,7 @@
 "6 months" = "6个月";
 "6mon" = "6个月";
 
-"This document contains interactive form fields." = "文件包含互動式可填寫Form表格";
+"This document contains interactive form fields." = "文件包含互動式可填寫Form表格";
 "Disable Highlight Effect" = "關閉螢光效果";
 "Highlight Form Fields" = "螢光標示現有欄位";
 "Feedback"= "意見回饋";
@@ -4562,3 +4562,28 @@
 "Multiple Pages with Outlines"="多頁帶大綱";
 "There are unapplied settings, do you want to apply them?"="有未儲存的變動,您要套用此變動嗎?";
 "Powerful PDF printer allows to print PDF from any computer without much hassle"="輕鬆將PDF列印成紙本。";
+
+"Layer Order"="圖層順序";
+"Fixed aspect ratio"="鎖定長寬比";
+"Mini Window"="小視窗模式";
+"Edit Outline"="編輯大綱";
+"Choose language"="選擇語言";
+"Watermark removed"="水印已移除";
+"Header&Footer removed"="頁首&頁尾已移除";
+"Background removed"="背景已移除";
+"Bates number removed"="貝茨碼已移除";
+"Circle"="圓";
+"Check"="勾";
+"Cross"="叉";
+"Square"="方形";
+"Star"="星形";
+"Are you sure you want to delete all the image files?"="您確定要刪除所有的圖片檔案嗎?";
+"Next Page"="下一頁";
+"Previous Page"="上一頁";
+"Color"="顏色";
+"Larger font"="字號加大";
+"Smaller font"="字號減小";
+"Bold"="粗體";
+"Italic"="斜體";
+"Align"="對齊";
+"Failed to open the Office document. Please install Microsoft Office first."="Office文件開啟失敗,請先安裝微軟Office軟體。";