瀏覽代碼

【2025】【综合】多语&快捷键补充

niehaoyu 3 周之前
父節點
當前提交
549a23ff82

+ 2 - 0
PDF Office/KMComponentLibrary/KMComponentLibrary/View/Controller/Position/ComponentCPositionItem.swift

@@ -62,6 +62,7 @@ public class ComponentCPositionItem: ComponentBaseXibView {
     }
     
     func refresh() {
+        titleLabel.textColor = ComponentLibrary.shared.getComponentColorFromKey("colorText/2")
         
         if infoString.count > 0 {
             if state == .normal {
@@ -70,6 +71,7 @@ public class ComponentCPositionItem: ComponentBaseXibView {
                 contendView.layer?.backgroundColor = ComponentLibrary.shared.getComponentColorFromKey("colorPrimary/bg-active").cgColor
             } else if state == .pressed {
                 contendView.layer?.backgroundColor = ComponentLibrary.shared.getComponentColorFromKey("colorPrimary/base").cgColor
+                titleLabel.textColor = ComponentLibrary.shared.getComponentColorFromKey("colorText/white2")
             }
         } else {
             if state == .normal {

+ 5 - 8
PDF Office/PDF Master/AppDelegate+MenuAction.swift

@@ -692,6 +692,10 @@ extension AppDelegate {
     
     func validateViewMenuItem(_ menuItem: NSMenuItem) -> Bool {
         let action = menuItem.action
+        if action == NSSelectorFromString("menuItemAction_FullScreen:") {
+            return true
+        }
+        
         if let mainVC = self.mainViewController() {
             if action == NSSelectorFromString("menuItemAction_ChangeDisplayMode:") {
                 menuItem.state = .off
@@ -711,11 +715,6 @@ extension AppDelegate {
                 if mainVC.viewManager.isPDFReadMode == true {
                     menuItem.state = .on
                 }
-            } else if action == NSSelectorFromString("menuItemAction_FullScreen:") {
-                menuItem.state = .off
-                if mainVC.view.window?.isFullScreen() == true {
-                    menuItem.state = .on
-                }
             } else if action == NSSelectorFromString("menuItemAction_Presentation:") {
                 
             } else if action == NSSelectorFromString("menuItemAction_SplitView:") {
@@ -798,9 +797,7 @@ extension AppDelegate {
     }
     
     @IBAction func menuItemAction_FullScreen(_ sender: NSMenuItem) {
-        if let mainVC = self.mainViewController() {
-            mainVC.view.window?.toggleFullScreen(nil)
-        }
+        NSApp.mainWindow?.toggleFullScreen(nil)
     }
     
     @IBAction func menuItemAction_Presentation(_ sender: NSMenuItem) {

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

@@ -684,8 +684,8 @@ CA
                                                 <action selector="menuItemAction_ReadMode:" target="Voe-Tx-rLC" id="pId-ee-Ndb"/>
                                             </connections>
                                         </menuItem>
-                                        <menuItem title="Full Screen Mode" keyEquivalent="F" id="4J7-dP-txa">
-                                            <modifierMask key="keyEquivalentModifierMask" shift="YES" command="YES"/>
+                                        <menuItem title="Full Screen Mode" keyEquivalent="f" id="4J7-dP-txa">
+                                            <modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
                                             <connections>
                                                 <action selector="menuItemAction_FullScreen:" target="Voe-Tx-rLC" id="zKW-a8-uTH"/>
                                             </connections>

+ 9 - 9
PDF Office/PDF Master/KMClass/Settings/SettingsDisplayView.swift

@@ -120,11 +120,11 @@ class SettingsDisplayView: BaseXibView {
         layoutZoomLabel.textColor = titleLabelColor
         layoutZoomLabel.font = titleLabelFont
         
-        layoutLabel.stringValue = KMLocalizedString("Page Layout:")
+        layoutLabel.stringValue = KMLocalizedString("Page Layout") + ":"
         layoutLabel.textColor = subtitleLabelColor
         layoutLabel.font = subtitleLabelFont
         
-        zoomLabel.stringValue = KMLocalizedString("Zoom:")
+        zoomLabel.stringValue = KMLocalizedString("Zoom") + ":"
         zoomLabel.textColor = subtitleLabelColor
         zoomLabel.font = subtitleLabelFont
          
@@ -132,7 +132,7 @@ class SettingsDisplayView: BaseXibView {
         leftSideLabel.textColor = titleLabelColor
         leftSideLabel.font = titleLabelFont
         
-        propertyPanelLabel.stringValue = KMLocalizedString("Property Panel")
+        propertyPanelLabel.stringValue = KMLocalizedString("Properties Panel")
         propertyPanelLabel.textColor = titleLabelColor
         propertyPanelLabel.font = titleLabelFont
         
@@ -200,7 +200,7 @@ class SettingsDisplayView: BaseXibView {
                                                                 state: .normal,
                                                                 isDisabled: false,
                                                                 showhelp: false,
-                                                                text: KMLocalizedString("Default Open"),
+                                                                text: KMLocalizedString("Default Show"),
                                                                 checkboxType: .normal)
         defaultOpenRadioWidthConst.constant = defaultOpenRadio.properties.propertyInfo.viewWidth
         
@@ -235,7 +235,7 @@ class SettingsDisplayView: BaseXibView {
                                                                 state: .normal,
                                                                 isDisabled: false,
                                                                 showhelp: false,
-                                                                text: KMLocalizedString("Same as the last open"),
+                                                                text: KMLocalizedString("Remember the last open"),
                                                                 checkboxType: .normal)
         remeberLastRadioWidthConst.constant = remeberLastRadio.properties.propertyInfo.viewWidth
         
@@ -251,7 +251,7 @@ class SettingsDisplayView: BaseXibView {
                                                                 state: .normal,
                                                                 isDisabled: false,
                                                                 showhelp: false,
-                                                                text: KMLocalizedString("Prioritize open the outline list when outlines are available"),
+                                                                text: KMLocalizedString("Show the outline only if outlines are available"),
                                                                 checkboxType: .normal)
         prioritizeOutlineCheckboxWidthConst.constant = prioritizeOutlineRadio.properties.propertyInfo.viewWidth
         
@@ -269,17 +269,17 @@ class SettingsDisplayView: BaseXibView {
                                                                  state: .normal,
                                                                  isDisabled: false,
                                                                  showhelp: true,
-                                                                 text: KMLocalizedString("Automatically expand the properties panel"),
+                                                                 text: KMLocalizedString("Auto-expand the right-side properties panel"),
                                                                  checkboxType: SettingsManager.sharedInstance.showQuickActionBar ? .selected : .normal)
         autoExpandPropertyPanelCheckbox.setTarget(self, action: #selector(propertyPanelAction(_:)))
-        autoExpandPropertyPanelCheckbox.toolTip = KMLocalizedString("If you don't want the automatic expansion mode to interfere with your immersive reading experience, you can turn this option off. You can still click the \"Properties\" icon to expand the panel when you need it (⌥⌘0).")
+        autoExpandPropertyPanelCheckbox.toolTip = KMLocalizedString("The properties panel on the right side will automatically be shown when you edit PDF text, images, and annotations. If you turn this option off, you can click the \"Properties\" icon in the upper right corner to show the panel. ")
         propertyPanelWidthConst.constant = autoExpandPropertyPanelCheckbox.properties.propertyInfo.viewWidth
         
         showQuickCheckbox.properties = ComponentCheckBoxProperty(size: .s,
                                                                  state: .normal,
                                                                  isDisabled: false,
                                                                  showhelp: false,
-                                                                 text: KMLocalizedString("Always show quick action bar"),
+                                                                 text: KMLocalizedString("Show the floating toolbar"),
                                                                  checkboxType: SettingsManager.sharedInstance.showQuickActionBar ? .selected : .normal)
         showQuickCheckbox.setTarget(self, action: #selector(propertyPanelAction(_:)))
         showQuickCheckboxWidthConst.constant = showQuickCheckbox.properties.propertyInfo.viewWidth

+ 1 - 1
PDF Office/PDF Master/KMClass/Settings/SettingsGeneralView.swift

@@ -179,7 +179,7 @@ class SettingsGeneralView: BaseXibView {
             
         sepDividerView.properties = ComponentDividerProperty(type: .horizontal, dash: false)
         
-        resetWarningLabel.stringValue = KMLocalizedString("Reset All Warnings:", comment: "")
+        resetWarningLabel.stringValue = KMLocalizedString("Reset All Warnings") + ":"
         if let value = ComponentLibrary.shared.getComponentValueFromKey("comp-form/colorText-label") {
            let currentValue = value as! [String : Any]
             resetWarningLabel.textColor = ComponentLibrary.shared.getColor(rgbaDict: currentValue)

File diff suppressed because it is too large
+ 78 - 0
PDF Office/PDF Master/Strings/de.lproj/Localizable.strings


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

@@ -3026,3 +3026,81 @@
 
 "Note State" = "estado";
 "View Bookmarks" = "Ver marcadores";
+
+"You can select up to 8 tools. Please remove some and add new ones."="Puede seleccionar hasta 8 herramientas. Elimine algunos y agregue otros nuevos.";
+"Digital Signature"="Firma Digital";
+"Add digital signatures to validate the authenticity and integrity of documents."="Agregue firmas digitales para validar la autenticidad e integridad de los documentos.";
+"Print your PDFs into paper documents of different sizes."="Imprima sus archivos PDF en documentos en papel de diferentes tamaños.";
+"Select a maximum of 8 tools. You can drag and drop to reorder the tools "="Seleccione un máximo de 8 herramientas. Puedes arrastrar y soltar para reordenar las herramientas. ";
+"Open File"="Abrir archivo";
+"File Information"="Información del archivo";
+"Share"="Compartir";
+"Print"="Imprimir";
+"Select File"="Seleccionar archivo";
+"No Recently Opened Files"="No hay archivos abiertos recientemente";
+"Do you want to save this password in your Passwords?"="¿Quieres guardar esta contraseña en tus Contraseñas?";
+"Laser Pointer"="Puntero láser";
+"Brush"="Cepillar";
+"Select All"="Seleccionar todo";
+"Display Field Name"="Nombre del campo mostrado";
+"Display Floating Toolbar"="Mostrar barra de herramientas flotante";
+"Sync Scroll and Zoom (Split View)"="Sincronizar desplazamiento y zoom (vista dividida)";
+"Select All Annotations"="Seleccionar todas las anotaciones";
+"Area Zoom"="Ampliación de área";
+"Zoom Page"="Ampliar página";
+"Hide Annotations"="Ocultar anotaciones";
+"Copied"="copiado";
+"Thumbnail"="Uña del pulgar";
+"Find & Replace"="Buscar y reemplazar";
+"Whole Words"="Palabras enteras";
+"Add a Parent Outline"="Agregar un esquema principal";
+"Set Destination"="Establecer destino";
+"Annotation"="Anotación";
+"Filter Annotation"="Anotación de filtro";
+"By Page"="Por página";
+"By Time - Ascending"="Por tiempo - Ascendente";
+"By Time - Descending"="Por tiempo - Descendente";
+"First Page"="Primera página";
+"Last Page"="Última página";
+"There are unapplied redactions in this file"="Hay redacciones no aplicadas en este archivo.";
+"This document contains scanned pages and requires OCR recognition for editing"="Este documento contiene páginas escaneadas y requiere reconocimiento OCR para editarlo.";
+"Insert From File"="Insertar desde archivo";
+"Insert Blank Page"="Insertar página en blanco";
+"Insert From Scanner"="Insertar desde el escáner";
+"Default Settings"="Configuración predeterminada";
+"Automatically save the document every X minute"="Guarda automáticamente el documento cada X minuto";
+"Documents in recently used list:"="Documentos en la lista usados ​​recientemente:";
+"Reset All Warnings"="Restablecer todas las advertencias";
+"Default Layout and Zoom"="Diseño y zoom predeterminados";
+"Page Layout"="Diseño de página";
+"Zoom"="Zoom";
+"Book Mode Continuous"="Modo libro continuo";
+"Adapt to Width"="Adaptarse al ancho";
+"Adapt to Page"="Adaptarse a la página";
+"Left Side Panel"="Panel lateral izquierdo";
+"Default Show"="Mostrar predeterminado";
+"Show the outline only if outlines are available"="Mostrar el esquema solo si hay esquemas disponibles";
+"Remember the last open"="Recuerda el último abierto.";
+"Hide left side panel"="Ocultar panel lateral izquierdo";
+"Properties Panel"="Panel de propiedades";
+"Auto-expand the right-side properties panel"="Expandir automáticamente el panel de propiedades del lado derecho";
+"Show the floating toolbar"="Mostrar la barra de herramientas flotante";
+"The properties panel on the right side will automatically be shown when you edit PDF text, images, and annotations. If you turn this option off, you can click the \"Properties\" icon in the upper right corner to show the panel. "="El panel de propiedades en el lado derecho se mostrará automáticamente cuando edite texto, imágenes y anotaciones de PDF. Si desactiva esta opción, puede hacer clic en el icono \"Propiedades\" en la esquina superior derecha para mostrar el panel. ";
+"Annotate"="Anotar";
+"Protect"="Proteger";
+"Customize Tool Bar"="Personalizar barra de herramientas";
+"No identical attributes"="No hay atributos idénticos";
+"Save as Template"="Guardar como plantilla";
+"Scale"="Escala";
+"Templates"="Plantillas";
+"Show Time"="Tiempo de la funcion";
+"Auto-Crop White Margins"="Márgenes blancos de recorte automático";
+"Content-based Crop"="Cultivo basado en contenido";
+"Crop to fit the white space on each page."="Recorte para ajustarse al espacio en blanco de cada página.";
+"Ratio Fixed Crop"="Proporción de cultivo fijo";
+"Uniform crop ratio for all pages."="Proporción de recorte uniforme para todas las páginas.";
+"Crop to fit the white space on each page."="Recorte para ajustarse al espacio en blanco de cada página.";
+"Page Size"="Tamaño de página";
+"Page Margins"="Márgenes de página";
+"No Stamp"="Sin sello";
+"Click + button at the upper right corner to add a new stamp."="Haga clic en el botón + en la esquina superior derecha para agregar un nuevo sello.";

File diff suppressed because it is too large
+ 78 - 0
PDF Office/PDF Master/Strings/fr.lproj/Localizable.strings


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

@@ -2981,3 +2981,81 @@
 
 "Note State" = "stato";
 "View Bookmarks" = "Visualizza i segnalibri";
+
+"You can select up to 8 tools. Please remove some and add new ones."="Puoi selezionare fino a 8 strumenti. Rimuovine alcuni e aggiungine di nuovi.";
+"Digital Signature"="Firma digitale";
+"Add digital signatures to validate the authenticity and integrity of documents."="Aggiungi firme digitali per convalidare l'autenticità e l'integrità dei documenti.";
+"Print your PDFs into paper documents of different sizes."="Stampa i tuoi PDF in documenti cartacei di diverse dimensioni.";
+"Select a maximum of 8 tools. You can drag and drop to reorder the tools "="Seleziona un massimo di 8 strumenti. Puoi trascinare e rilasciare per riordinare gli strumenti ";
+"Open File"="Apri file";
+"File Information"="Informazioni sul file";
+"Share"="Condividere";
+"Print"="Stampa";
+"Select File"="Seleziona File";
+"No Recently Opened Files"="Nessun file aperto di recente";
+"Do you want to save this password in your Passwords?"="Vuoi salvare questa password nelle tue Password?";
+"Laser Pointer"="Puntatore laser";
+"Brush"="Spazzola";
+"Select All"="Seleziona tutto";
+"Display Field Name"="Visualizza nome campo";
+"Display Floating Toolbar"="Visualizza la barra degli strumenti mobile";
+"Sync Scroll and Zoom (Split View)"="Sincronizza scorrimento e zoom (vista divisa)";
+"Select All Annotations"="Seleziona Tutte le annotazioni";
+"Area Zoom"="Zoom dell'area";
+"Zoom Page"="Pagina ingrandita";
+"Hide Annotations"="Nascondi annotazioni";
+"Copied"="Copiato";
+"Thumbnail"="Miniatura";
+"Find & Replace"="Trova e sostituisci";
+"Whole Words"="Parole intere";
+"Add a Parent Outline"="Aggiungi una struttura principale";
+"Set Destination"="Imposta destinazione";
+"Annotation"="Annotazione";
+"Filter Annotation"="Filtra annotazione";
+"By Page"="Per pagina";
+"By Time - Ascending"="Per tempo - Crescente";
+"By Time - Descending"="Per tempo - Discendente";
+"First Page"="Prima pagina";
+"Last Page"="Ultima pagina";
+"There are unapplied redactions in this file"="In questo file sono presenti oscurazioni non applicate";
+"This document contains scanned pages and requires OCR recognition for editing"="Questo documento contiene pagine scansionate e richiede il riconoscimento OCR per la modifica";
+"Insert From File"="Inserisci da file";
+"Insert Blank Page"="Inserisci pagina vuota";
+"Insert From Scanner"="Inserisci da scanner";
+"Default Settings"="Impostazioni predefinite";
+"Automatically save the document every X minute"="Salva automaticamente il documento ogni X minuti";
+"Documents in recently used list:"="Documenti nell'elenco utilizzati di recente:";
+"Reset All Warnings"="Reimposta tutti gli avvisi";
+"Default Layout and Zoom"="Layout e zoom predefiniti";
+"Page Layout"="Layout della pagina";
+"Zoom"="Zoom";
+"Book Mode Continuous"="Modalità libro continua";
+"Adapt to Width"="Adatta alla larghezza";
+"Adapt to Page"="Adatta alla pagina";
+"Left Side Panel"="Pannello laterale sinistro";
+"Default Show"="Spettacolo predefinito";
+"Show the outline only if outlines are available"="Mostra il contorno solo se i contorni sono disponibili";
+"Remember the last open"="Ricorda l'ultima apertura";
+"Hide left side panel"="Nascondi il pannello laterale sinistro";
+"Properties Panel"="Pannello Proprietà";
+"Auto-expand the right-side properties panel"="Espandi automaticamente il pannello delle proprietà sul lato destro";
+"Show the floating toolbar"="Mostra la barra degli strumenti mobile";
+"The properties panel on the right side will automatically be shown when you edit PDF text, images, and annotations. If you turn this option off, you can click the \"Properties\" icon in the upper right corner to show the panel. "="Il pannello delle proprietà sul lato destro verrà visualizzato automaticamente quando modifichi testo, immagini e annotazioni PDF. Se disattivi questa opzione, puoi fare clic sull'icona \"Proprietà\" nell'angolo in alto a destra per visualizzare il pannello. ";
+"Annotate"="Annotare";
+"Protect"="Proteggere";
+"Customize Tool Bar"="Personalizza la barra degli strumenti";
+"No identical attributes"="Nessun attributo identico";
+"Save as Template"="Salva come modello";
+"Scale"="Scala";
+"Templates"="Modelli";
+"Show Time"="Orario dello spettacolo";
+"Auto-Crop White Margins"="Margini bianchi con ritaglio automatico";
+"Content-based Crop"="Ritaglio basato sul contenuto";
+"Crop to fit the white space on each page."="Ritaglia per adattare lo spazio bianco su ogni pagina.";
+"Ratio Fixed Crop"="Ritaglio fisso con rapporto";
+"Uniform crop ratio for all pages."="Rapporto di ritaglio uniforme per tutte le pagine.";
+"Crop to fit the white space on each page."="Ritaglia per adattare lo spazio bianco su ogni pagina.";
+"Page Size"="Dimensioni della pagina";
+"Page Margins"="Margini della pagina";
+"No Stamp"="Nessun timbro";
+"Click + button at the upper right corner to add a new stamp."="Fare clic sul pulsante + nell'angolo in alto a destra per aggiungere un nuovo timbro.";

File diff suppressed because it is too large
+ 78 - 0
PDF Office/PDF Master/Strings/ja.lproj/Localizable.strings


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

@@ -2746,3 +2746,81 @@
 
 "Note State" = "staat";
 "View Bookmarks" = "Bekijk bladwijzers";
+
+"You can select up to 8 tools. Please remove some and add new ones."="U kunt maximaal 8 gereedschappen selecteren. Verwijder er enkele en voeg nieuwe toe.";
+"Digital Signature"="Digitale handtekening";
+"Add digital signatures to validate the authenticity and integrity of documents."="Voeg digitale handtekeningen toe om de authenticiteit en integriteit van documenten te valideren.";
+"Print your PDFs into paper documents of different sizes."="Druk uw PDF's af naar papieren documenten van verschillende formaten.";
+"Select a maximum of 8 tools. You can drag and drop to reorder the tools "="Selecteer maximaal 8 gereedschappen. U kunt slepen en neerzetten om de gereedschappen opnieuw te ordenen ";
+"Open File"="Bestand openen";
+"File Information"="Bestandsinformatie";
+"Share"="Deel";
+"Print"="Afdrukken";
+"Select File"="Selecteer Bestand";
+"No Recently Opened Files"="Geen recent geopende bestanden";
+"Do you want to save this password in your Passwords?"="Wilt u dit wachtwoord opslaan in uw Wachtwoorden?";
+"Laser Pointer"="Laseraanwijzer";
+"Brush"="Borstel";
+"Select All"="Selecteer Alles";
+"Display Field Name"="Veldnaam weergeven";
+"Display Floating Toolbar"="Zwevende werkbalk weergeven";
+"Sync Scroll and Zoom (Split View)"="Synchroniseer scrollen en zoomen (gesplitste weergave)";
+"Select All Annotations"="Selecteer Alle annotaties";
+"Area Zoom"="Gebiedszoom";
+"Zoom Page"="Zoompagina";
+"Hide Annotations"="Annotaties verbergen";
+"Copied"="Gekopieerd";
+"Thumbnail"="Miniatuur";
+"Find & Replace"="Zoek en vervang";
+"Whole Words"="Hele woorden";
+"Add a Parent Outline"="Voeg een ouderoverzicht toe";
+"Set Destination"="Bestemming instellen";
+"Annotation"="Annotatie";
+"Filter Annotation"="Annotatie filteren";
+"By Page"="Per pagina";
+"By Time - Ascending"="Op tijd - oplopend";
+"By Time - Descending"="Op tijd - Aflopend";
+"First Page"="Eerste pagina";
+"Last Page"="Laatste pagina";
+"There are unapplied redactions in this file"="Er zijn niet-toegepaste redacties in dit bestand";
+"This document contains scanned pages and requires OCR recognition for editing"="Dit document bevat gescande pagina's en vereist OCR-herkenning voor bewerking";
+"Insert From File"="Invoegen uit bestand";
+"Insert Blank Page"="Lege pagina invoegen";
+"Insert From Scanner"="Invoegen vanaf scanner";
+"Default Settings"="Standaardinstellingen";
+"Automatically save the document every X minute"="Sla het document automatisch elke X minuut op";
+"Documents in recently used list:"="Documenten in recent gebruikte lijst:";
+"Reset All Warnings"="Reset alle waarschuwingen";
+"Default Layout and Zoom"="Standaardindeling en zoom";
+"Page Layout"="Pagina-indeling";
+"Zoom"="Zoom";
+"Book Mode Continuous"="Boekmodus Continu";
+"Adapt to Width"="Aanpassen aan breedte";
+"Adapt to Page"="Aanpassen aan pagina";
+"Left Side Panel"="Linker zijpaneel";
+"Default Show"="Standaard tonen";
+"Show the outline only if outlines are available"="Toon de omtrek alleen als er omtreklijnen beschikbaar zijn";
+"Remember the last open"="Denk aan de laatste opening";
+"Hide left side panel"="Linkerzijpaneel verbergen";
+"Properties Panel"="Paneel Eigenschappen";
+"Auto-expand the right-side properties panel"="Vouw het eigenschappenvenster aan de rechterkant automatisch uit";
+"Show the floating toolbar"="Toon de zwevende werkbalk";
+"The properties panel on the right side will automatically be shown when you edit PDF text, images, and annotations. If you turn this option off, you can click the \"Properties\" icon in the upper right corner to show the panel. "="Het eigenschappenpaneel aan de rechterkant wordt automatisch weergegeven wanneer u PDF-tekst, afbeeldingen en annotaties bewerkt. Als u deze optie uitschakelt, kunt u op het pictogram \"Eigenschappen\" in de rechterbovenhoek klikken om het paneel weer te geven. ";
+"Annotate"="Annoteren";
+"Protect"="Beschermen";
+"Customize Tool Bar"="Werkbalk aanpassen";
+"No identical attributes"="Geen identieke attributen";
+"Save as Template"="Opslaan als sjabloon";
+"Scale"="Schaal";
+"Templates"="Sjablonen";
+"Show Time"="Toon tijd";
+"Auto-Crop White Margins"="Witte marges automatisch bijsnijden";
+"Content-based Crop"="Op inhoud gebaseerd bijsnijden";
+"Crop to fit the white space on each page."="Bijsnijden zodat het in de witte ruimte op elke pagina past.";
+"Ratio Fixed Crop"="Verhouding Vast gewas";
+"Uniform crop ratio for all pages."="Uniforme bijsnijdverhouding voor alle pagina's.";
+"Crop to fit the white space on each page."="Bijsnijden zodat het in de witte ruimte op elke pagina past.";
+"Page Size"="Paginagrootte";
+"Page Margins"="Paginamarges";
+"No Stamp"="Geen stempel";
+"Click + button at the upper right corner to add a new stamp."="Klik op de + knop in de rechterbovenhoek om een ​​nieuwe stempel toe te voegen.";

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

@@ -2860,3 +2860,81 @@
 
 "Note State" = "państwo";
 "View Bookmarks" = "Zobacz zakładki";
+
+"You can select up to 8 tools. Please remove some and add new ones."="Możesz wybrać maksymalnie 8 narzędzi. Usuń niektóre i dodaj nowe.";
+"Digital Signature"="Podpis cyfrowy";
+"Add digital signatures to validate the authenticity and integrity of documents."="Dodaj podpisy cyfrowe, aby potwierdzić autentyczność i integralność dokumentów.";
+"Print your PDFs into paper documents of different sizes."="Drukuj pliki PDF w dokumentach papierowych o różnych rozmiarach.";
+"Select a maximum of 8 tools. You can drag and drop to reorder the tools "="Wybierz maksymalnie 8 narzędzi. Możesz przeciągać i upuszczać, aby zmienić kolejność narzędzi ";
+"Open File"="Otwórz plik";
+"File Information"="Informacje o pliku";
+"Share"="Udział";
+"Print"="Wydrukować";
+"Select File"="Wybierz opcję Plik";
+"No Recently Opened Files"="Brak ostatnio otwartych plików";
+"Do you want to save this password in your Passwords?"="Czy chcesz zapisać to hasło w swoich hasłach?";
+"Laser Pointer"="Wskaźnik laserowy";
+"Brush"="Szczotka";
+"Select All"="Wybierz wszystko";
+"Display Field Name"="Wyświetl nazwę pola";
+"Display Floating Toolbar"="Wyświetl pływający pasek narzędzi";
+"Sync Scroll and Zoom (Split View)"="Synchronizuj przewijanie i powiększanie (widok podzielony)";
+"Select All Annotations"="Wybierz opcję Wszystkie adnotacje";
+"Area Zoom"="Powiększenie obszaru";
+"Zoom Page"="Powiększ stronę";
+"Hide Annotations"="Ukryj adnotacje";
+"Copied"="Skopiowano";
+"Thumbnail"="Zwięzły";
+"Find & Replace"="Znajdź i zamień";
+"Whole Words"="Całe słowa";
+"Add a Parent Outline"="Dodaj zarys rodzica";
+"Set Destination"="Ustaw miejsce docelowe";
+"Annotation"="Adnotacja";
+"Filter Annotation"="Adnotacja filtra";
+"By Page"="Przez stronę";
+"By Time - Ascending"="Według czasu — rosnąco";
+"By Time - Descending"="Według czasu — malejąco";
+"First Page"="Pierwsza strona";
+"Last Page"="Ostatnia strona";
+"There are unapplied redactions in this file"="W tym pliku znajdują się niezastosowane zmiany";
+"This document contains scanned pages and requires OCR recognition for editing"="Ten dokument zawiera zeskanowane strony i do edycji wymaga rozpoznawania OCR";
+"Insert From File"="Wstaw z pliku";
+"Insert Blank Page"="Wstaw pustą stronę";
+"Insert From Scanner"="Wstaw ze skanera";
+"Default Settings"="Ustawienia domyślne";
+"Automatically save the document every X minute"="Automatycznie zapisuj dokument co X minut";
+"Documents in recently used list:"="Dokumenty na liście ostatnio używanych:";
+"Reset All Warnings"="Zresetuj wszystkie ostrzeżenia";
+"Default Layout and Zoom"="Domyślny układ i powiększenie";
+"Page Layout"="Układ strony";
+"Zoom"="Brzęczenie";
+"Book Mode Continuous"="Tryb książki Ciągły";
+"Adapt to Width"="Dopasuj do szerokości";
+"Adapt to Page"="Dostosuj do strony";
+"Left Side Panel"="Lewy panel boczny";
+"Default Show"="Domyślny pokaz";
+"Show the outline only if outlines are available"="Pokaż kontur tylko wtedy, gdy kontury są dostępne";
+"Remember the last open"="Pamiętaj o ostatnim otwarciu";
+"Hide left side panel"="Ukryj lewy panel boczny";
+"Properties Panel"="Panel Właściwości";
+"Auto-expand the right-side properties panel"="Automatycznie rozwijaj panel właściwości po prawej stronie";
+"Show the floating toolbar"="Pokaż pływający pasek narzędzi";
+"The properties panel on the right side will automatically be shown when you edit PDF text, images, and annotations. If you turn this option off, you can click the \"Properties\" icon in the upper right corner to show the panel. "="Panel właściwości po prawej stronie zostanie automatycznie wyświetlony podczas edycji tekstu, obrazów i adnotacji w formacie PDF. Jeśli wyłączysz tę opcję, możesz kliknąć ikonę „Właściwości” w prawym górnym rogu, aby wyświetlić panel. ";
+"Annotate"="Komentować";
+"Protect"="Chronić";
+"Customize Tool Bar"="Dostosuj pasek narzędzi";
+"No identical attributes"="Brak identycznych atrybutów";
+"Save as Template"="Zapisz jako szablon";
+"Scale"="Skala";
+"Templates"="Szablony";
+"Show Time"="Pokaż czas";
+"Auto-Crop White Margins"="Automatyczne przycinanie białych marginesów";
+"Content-based Crop"="Uprawa oparta na treści";
+"Crop to fit the white space on each page."="Przytnij, aby dopasować biały obszar na każdej stronie.";
+"Ratio Fixed Crop"="Stosunek Stały plon";
+"Uniform crop ratio for all pages."="Jednolity współczynnik przycięcia dla wszystkich stron.";
+"Crop to fit the white space on each page."="Przytnij, aby dopasować biały obszar na każdej stronie.";
+"Page Size"="Rozmiar strony";
+"Page Margins"="Marginesy strony";
+"No Stamp"="Brak pieczęci";
+"Click + button at the upper right corner to add a new stamp."="Kliknij przycisk + w prawym górnym rogu, aby dodać nowy stempel.";

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

@@ -4658,3 +4658,81 @@
 "Are you sure to delete all comment replies?" = "Tem certeza de que deseja excluir todas as respostas aos comentários?";
 
 "Note State" = "estado";
+
+"You can select up to 8 tools. Please remove some and add new ones."="Você pode selecionar até 8 ferramentas. Remova alguns e adicione novos.";
+"Digital Signature"="Assinatura Digital";
+"Add digital signatures to validate the authenticity and integrity of documents."="Adicione assinaturas digitais para validar a autenticidade e integridade dos documentos.";
+"Print your PDFs into paper documents of different sizes."="Imprima seus PDFs em documentos em papel de diferentes tamanhos.";
+"Select a maximum of 8 tools. You can drag and drop to reorder the tools "="Selecione no máximo 8 ferramentas. Você pode arrastar e soltar para reordenar as ferramentas ";
+"Open File"="Abrir arquivo";
+"File Information"="Informações do arquivo";
+"Share"="Compartilhar";
+"Print"="Imprimir";
+"Select File"="Selecione o arquivo";
+"No Recently Opened Files"="Nenhum arquivo aberto recentemente";
+"Do you want to save this password in your Passwords?"="Deseja salvar esta senha em suas senhas?";
+"Laser Pointer"="Ponteiro laser";
+"Brush"="Escovar";
+"Select All"="Selecionar tudo";
+"Display Field Name"="Exibir nome do campo";
+"Display Floating Toolbar"="Exibir barra de ferramentas flutuante";
+"Sync Scroll and Zoom (Split View)"="Sincronizar rolagem e zoom (visualização dividida)";
+"Select All Annotations"="Selecione todas as anotações";
+"Area Zoom"="Zoom de área";
+"Zoom Page"="Página de zoom";
+"Hide Annotations"="Ocultar anotações";
+"Copied"="Copiado";
+"Thumbnail"="Miniatura";
+"Find & Replace"="Localizar e substituir";
+"Whole Words"="Palavras inteiras";
+"Add a Parent Outline"="Adicionar um esboço principal";
+"Set Destination"="Definir destino";
+"Annotation"="Anotação";
+"Filter Annotation"="Anotação de filtro";
+"By Page"="Por página";
+"By Time - Ascending"="Por Tempo - Crescente";
+"By Time - Descending"="Por Tempo - Descendente";
+"First Page"="Primeira página";
+"Last Page"="Última página";
+"There are unapplied redactions in this file"="Há redações não aplicadas neste arquivo";
+"This document contains scanned pages and requires OCR recognition for editing"="Este documento contém páginas digitalizadas e requer reconhecimento OCR para edição";
+"Insert From File"="Inserir do arquivo";
+"Insert Blank Page"="Inserir página em branco";
+"Insert From Scanner"="Inserir do scanner";
+"Default Settings"="Configurações padrão";
+"Automatically save the document every X minute"="Salve o documento automaticamente a cada X minutos";
+"Documents in recently used list:"="Documentos na lista usada recentemente:";
+"Reset All Warnings"="Redefinir todos os avisos";
+"Default Layout and Zoom"="Layout e zoom padrão";
+"Page Layout"="Layout da página";
+"Zoom"="Zoom";
+"Book Mode Continuous"="Modo Livro Contínuo";
+"Adapt to Width"="Adapte-se à largura";
+"Adapt to Page"="Adaptar à página";
+"Left Side Panel"="Painel lateral esquerdo";
+"Default Show"="Mostrar padrão";
+"Show the outline only if outlines are available"="Mostrar o contorno apenas se os contornos estiverem disponíveis";
+"Remember the last open"="Lembre-se da última abertura";
+"Hide left side panel"="Ocultar painel lateral esquerdo";
+"Properties Panel"="Painel de Propriedades";
+"Auto-expand the right-side properties panel"="Expandir automaticamente o painel de propriedades do lado direito";
+"Show the floating toolbar"="Mostrar a barra de ferramentas flutuante";
+"The properties panel on the right side will automatically be shown when you edit PDF text, images, and annotations. If you turn this option off, you can click the \"Properties\" icon in the upper right corner to show the panel. "="O painel de propriedades no lado direito será mostrado automaticamente quando você editar texto, imagens e anotações em PDF. Se você desativar esta opção, poderá clicar no ícone “Propriedades” no canto superior direito para mostrar o painel. ";
+"Annotate"="Anotar";
+"Protect"="Proteger";
+"Customize Tool Bar"="Personalizar barra de ferramentas";
+"No identical attributes"="Nenhum atributo idêntico";
+"Save as Template"="Salvar como modelo";
+"Scale"="Escala";
+"Templates"="Modelos";
+"Show Time"="Altura de começar";
+"Auto-Crop White Margins"="Corte automático de margens brancas";
+"Content-based Crop"="Corte baseado em conteúdo";
+"Crop to fit the white space on each page."="Corte para caber no espaço em branco de cada página.";
+"Ratio Fixed Crop"="Relação de corte fixo";
+"Uniform crop ratio for all pages."="Proporção de corte uniforme para todas as páginas.";
+"Crop to fit the white space on each page."="Corte para caber no espaço em branco de cada página.";
+"Page Size"="Tamanho da página";
+"Page Margins"="Margens da página";
+"No Stamp"="Sem carimbo";
+"Click + button at the upper right corner to add a new stamp."="Clique no botão + no canto superior direito para adicionar um novo carimbo.";

File diff suppressed because it is too large
+ 78 - 0
PDF Office/PDF Master/Strings/ru.lproj/Localizable.strings


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

@@ -2992,7 +2992,7 @@
 "The revision of the document that was covered by this signature has not been altered; however, there have been subsequent changes to the document."="本签名所涉及的文件修订本未作改动,但随后对文件进行了修改。";
 "The signer's identity is invalid."="签名者的身份无效。";
 "Click Signature Properties, then it will show what is covered by this signature."="单击签名属性以显示此签名所涵盖的内容。";
-""="";
+
 "The signer's identity is unknown because it has not been included in your list of trusted certificates and none of its parent certificates are trusted certificates."="签名者身份未知,因为它没有被列入受信任证书列表,而且其父证书都不是受信任证书。";
 "Signature Properties..."="签名属性...";
 "The signer's identity is valid."="签名者身份有效。";
@@ -4173,3 +4173,82 @@
 "View Bookmarks" = "查看书签";
 
 "Quick Start Guide.pdf" = "快速教学.pdf";
+
+"You can select up to 8 tools. Please remove some and add new ones."="您最多可选择8个工具。请先移除部分工具再新增。";
+"Digital Signature"="数字签名";
+"Add digital signatures to validate the authenticity and integrity of documents."="添加数字签名以验证文件的真实性和完整性。";
+"Print your PDFs into paper documents of different sizes."="将PDF文件打印成不同纸张大小的纸质文档。";
+"Select a maximum of 8 tools. You can drag and drop to reorder the tools "="最多选择8个工具展示在首页。您可以通过拖拽来调整工具展现位置。";
+"Open File"="打开文件";
+"File Information"="文件信息";
+"Share"="分享";
+"Print"="打印";
+"Select File"="选择文件";
+"No Recently Opened Files"="无最近打开文档";
+"Do you want to save this password in your Passwords?"="您要将此密码储存至Passwords中吗?";
+"Laser Pointer"="激光笔";
+"Brush"="画笔";
+"Select All"="全部选定";
+"Display Field Name"="展示文本域名称";
+"Display Floating Toolbar"="显示悬浮工具栏";
+"Sync Scroll and Zoom (Split View)"="同步滚动缩放(分屏模式)";
+"Select All Annotations"="选择所有注释";
+"Area Zoom"="区域放大";
+"Zoom Page"="缩放页面";
+"Hide Annotations"="隐藏注释";
+"Copied"="已复制";
+"Thumbnail"="缩略图";
+"Find & Replace"="查找 & 替换";
+"Whole Words"="全词匹配";
+"Add a Parent Outline"="添加一个上级条目";
+"Set Destination"="跳转至";
+"Annotation"="注释";
+"Filter Annotation"="筛选大纲";
+"By Page"="按页面";
+"By Time - Ascending"="按时间升序";
+"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功能将其转换为可编辑页面。";
+"Insert From File"="从文件插入";
+"Insert Blank Page"="插入空白页";
+"Insert From Scanner"="从扫描仪插入";
+"Default Settings"="默认设置";
+"Automatically save the document every X minute"="每X分钟自动保存文档";
+"Documents in recently used list:"="最近打开文档显示数量";
+"Reset All Warnings"="重设所有警告";
+"Default Layout and Zoom"="默认布局和页面缩放";
+"Page Layout"="页面布局";
+"Zoom"="页面缩放";
+"Book Mode Continuous"="连续书本模式";
+"Adapt to Width"="适应宽度";
+"Adapt to Page"="适应页面";
+"Left Side Panel"="左侧面版";
+"Default Show"="默认展示";
+"Show the outline only if outlines are available"="仅存在大纲时显示大纲面板";
+"Remember the last open"="和上一次打开时保持一致";
+"Hide left side panel"="隐藏左侧面板";
+"Properties Panel"="属性面板";
+"Auto-expand the right-side properties panel"="自动弹出右侧属性面板";
+"Show the floating toolbar"="展示悬浮工具栏";
+"The properties panel on the right side will automatically be shown when you edit PDF text, images, and annotations. If you turn this option off, you can click the \"Properties\" icon in the upper right corner to show the panel. "="将在您编辑PDF文本,图片和注释时,自动弹出右侧属性面板。如果您取消勾选此选项,您还可以通过右上角「属性」按钮来启动属性面板。";
+
+"Annotate"="注释";
+"Protect"="安全";
+"Customize Tool Bar"="自定义工具栏";
+"No identical attributes"="无相同属性";
+"Save as Template"="保存为模版";
+"Scale"="比例";
+"Templates"="模版";
+"Show Time"="显示时间";
+"Auto-Crop White Margins"="自动裁剪白边";
+"Content-based Crop"="按页面适配页边距";
+"Crop to fit the white space on each page."="根据每页留白的情况进行裁剪。";
+"Ratio Fixed Crop"="统一页面比例裁剪";
+"Uniform crop ratio for all pages."="所有页面统一裁剪比例。";
+"Crop to fit the white space on each page."="根据每页留白的情况进行裁剪。";
+"Page Size"="页面尺寸";
+"Page Margins"="页边距";
+"No Stamp"="无图章";
+"Click + button at the upper right corner to add a new stamp."="点击右上角 + 按钮以添加新图章。";

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

@@ -4072,3 +4072,81 @@
 "View Bookmarks" = "查看書籤";
 
 "Quick Start Guide.pdf" = "Quick Start Guide.pdf";
+
+"You can select up to 8 tools. Please remove some and add new ones."="您最多可以選擇 8 個工具。請刪除一些並添加新的。";
+"Digital Signature"="數位簽名";
+"Add digital signatures to validate the authenticity and integrity of documents."="新增數位簽章以驗證文件的真實性和完整性。";
+"Print your PDFs into paper documents of different sizes."="將 PDF 列印成不同尺寸的紙本文件。";
+"Select a maximum of 8 tools. You can drag and drop to reorder the tools "="最多選擇 8 個工具。您可以拖放以重新排序工具 ";
+"Open File"="開啟文件";
+"File Information"="文件訊息";
+"Share"="分享";
+"Print"="列印";
+"Select File"="選擇文件";
+"No Recently Opened Files"="沒有最近開啟的文件";
+"Do you want to save this password in your Passwords?"="您想將此密碼保存在您的密碼中嗎?";
+"Laser Pointer"="雷射筆";
+"Brush"="刷子";
+"Select All"="選擇全部";
+"Display Field Name"="顯示欄位名稱";
+"Display Floating Toolbar"="顯示浮動工具列";
+"Sync Scroll and Zoom (Split View)"="同步滾動和縮放(分割視圖)";
+"Select All Annotations"="選擇所有註釋";
+"Area Zoom"="區域縮放";
+"Zoom Page"="縮放頁面";
+"Hide Annotations"="隱藏註釋";
+"Copied"="已複製";
+"Thumbnail"="縮圖";
+"Find & Replace"="尋找和替換";
+"Whole Words"="整個單字";
+"Add a Parent Outline"="添加父級輪廓";
+"Set Destination"="設定目的地";
+"Annotation"="註解";
+"Filter Annotation"="過濾註釋";
+"By Page"="按頁";
+"By Time - Ascending"="按時間 - 升序";
+"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 識別才能編輯";
+"Insert From File"="從文件插入";
+"Insert Blank Page"="插入空白頁";
+"Insert From Scanner"="從掃描器插入";
+"Default Settings"="預設設定";
+"Automatically save the document every X minute"="每 X 分鐘自動儲存文檔";
+"Documents in recently used list:"="最近使用清單中的文件:";
+"Reset All Warnings"="重置所有警告";
+"Default Layout and Zoom"="預設佈局和縮放";
+"Page Layout"="頁面佈局";
+"Zoom"="飛漲";
+"Book Mode Continuous"="書籍模式連續";
+"Adapt to Width"="適應寬度";
+"Adapt to Page"="適應頁面";
+"Left Side Panel"="左側面板";
+"Default Show"="預設顯示";
+"Show the outline only if outlines are available"="僅當輪廓可用時才顯示輪廓";
+"Remember the last open"="記住上次打開的時間";
+"Hide left side panel"="隱藏左側面板";
+"Properties Panel"="屬性面板";
+"Auto-expand the right-side properties panel"="自動展開右側屬性面板";
+"Show the floating toolbar"="顯示浮動工具列";
+"The properties panel on the right side will automatically be shown when you edit PDF text, images, and annotations. If you turn this option off, you can click the \"Properties\" icon in the upper right corner to show the panel. "="當您編輯PDF文字、圖像和註釋時,將自動顯示右側的屬性面板。如果關閉此選項,可以按一下右上角的「屬性」圖示來顯示面板。 ";
+"Annotate"="註解";
+"Protect"="安全";
+"Customize Tool Bar"="自訂工具列";
+"No identical attributes"="沒有相同的屬性";
+"Save as Template"="另存為模板";
+"Scale"="規模";
+"Templates"="範本";
+"Show Time"="開演時間";
+"Auto-Crop White Margins"="自動裁切白邊";
+"Content-based Crop"="按頁面適配頁邊距";
+"Crop to fit the white space on each page."="依照每頁留白的情況進行裁切。";
+"Ratio Fixed Crop"="統一頁面比例裁剪";
+"Uniform crop ratio for all pages."="所有頁面統一裁切比例。";
+"Crop to fit the white space on each page."="依照每頁留白的情況進行裁切。";
+"Page Size"="頁面尺寸";
+"Page Margins"="頁邊距";
+"No Stamp"="無圖章";
+"Click + button at the upper right corner to add a new stamp."="點擊右上角 + 按鈕以新增圖章。";

File diff suppressed because it is too large
+ 510 - 599
PDF Office/PDF Reader Pro.xcodeproj/xcuserdata/kdanmobile.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist