Browse Source

ComPDFKit(rn) - 多语国际化处理

yangliuhua 7 months ago
parent
commit
245027b0fe

+ 26 - 4
ios/ComPDFKit_RN.xcodeproj/project.pbxproj

@@ -15,6 +15,7 @@
 		7699B88040F8A987B510C191 /* libPods-ComPDFKit_RN-ComPDFKit_RNTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-ComPDFKit_RN-ComPDFKit_RNTests.a */; };
 		81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
 		C93DCBED2AD6A52600DD0409 /* developer_guide_ios.pdf in Resources */ = {isa = PBXBuildFile; fileRef = C93DCBEA2AD6A52400DD0409 /* developer_guide_ios.pdf */; };
+		C9A635682BC8DFB5009F53FC /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = C9A635662BC8DFB5009F53FC /* Localizable.strings */; };
 		C9E0B3F22B186DA600E8855B /* OpenPDFModuleBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = C9E0B3EF2B186DA600E8855B /* OpenPDFModuleBridge.m */; };
 		C9E0B3F42B186DED00E8855B /* OpenPDFModule.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9E0B3F32B186DED00E8855B /* OpenPDFModule.swift */; };
 /* End PBXBuildFile section */
@@ -47,6 +48,8 @@
 		81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = ComPDFKit_RN/LaunchScreen.storyboard; sourceTree = "<group>"; };
 		89C6BE57DB24E9ADA2F236DE /* Pods-ComPDFKit_RN-ComPDFKit_RNTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ComPDFKit_RN-ComPDFKit_RNTests.release.xcconfig"; path = "Target Support Files/Pods-ComPDFKit_RN-ComPDFKit_RNTests/Pods-ComPDFKit_RN-ComPDFKit_RNTests.release.xcconfig"; sourceTree = "<group>"; };
 		C93DCBEA2AD6A52400DD0409 /* developer_guide_ios.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = developer_guide_ios.pdf; sourceTree = "<group>"; };
+		C9A635672BC8DFB5009F53FC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
+		C9A635692BC8DFC6009F53FC /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
 		C9E0B3ED2B186DA600E8855B /* ComPDFKit_RN-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "ComPDFKit_RN-Bridging-Header.h"; path = "ComPDFKit_RN/ComPDFKit_RN-Bridging-Header.h"; sourceTree = "<group>"; };
 		C9E0B3EF2B186DA600E8855B /* OpenPDFModuleBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OpenPDFModuleBridge.m; path = ComPDFKit_RN/OpenPDFModuleBridge.m; sourceTree = "<group>"; };
 		C9E0B3F02B186DA600E8855B /* OpenPDFModuleBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OpenPDFModuleBridge.h; path = ComPDFKit_RN/OpenPDFModuleBridge.h; sourceTree = "<group>"; };
@@ -104,6 +107,7 @@
 				13B07FB61A68108700A75B9A /* Info.plist */,
 				81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
 				13B07FB71A68108700A75B9A /* main.m */,
+				C9A635662BC8DFB5009F53FC /* Localizable.strings */,
 			);
 			name = ComPDFKit_RN;
 			sourceTree = "<group>";
@@ -231,6 +235,7 @@
 			knownRegions = (
 				en,
 				Base,
+				"zh-Hans",
 			);
 			mainGroup = 83CBB9F61A601CBA00E9B192;
 			productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
@@ -256,6 +261,7 @@
 			buildActionMask = 2147483647;
 			files = (
 				81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
+				C9A635682BC8DFB5009F53FC /* Localizable.strings in Resources */,
 				C93DCBED2AD6A52600DD0409 /* developer_guide_ios.pdf in Resources */,
 				13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
 			);
@@ -443,6 +449,18 @@
 		};
 /* End PBXTargetDependency section */
 
+/* Begin PBXVariantGroup section */
+		C9A635662BC8DFB5009F53FC /* Localizable.strings */ = {
+			isa = PBXVariantGroup;
+			children = (
+				C9A635672BC8DFB5009F53FC /* en */,
+				C9A635692BC8DFC6009F53FC /* zh-Hans */,
+			);
+			name = Localizable.strings;
+			sourceTree = "<group>";
+		};
+/* End PBXVariantGroup section */
+
 /* Begin XCBuildConfiguration section */
 		00E356F61AD99517003FC87E /* Debug */ = {
 			isa = XCBuildConfiguration;
@@ -503,7 +521,7 @@
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CLANG_ENABLE_MODULES = YES;
-				CURRENT_PROJECT_VERSION = 1.13.0;
+				CURRENT_PROJECT_VERSION = 2.0.0;
 				DEVELOPMENT_TEAM = 4GGQPGRTSV;
 				ENABLE_BITCODE = NO;
 				INFOPLIST_FILE = ComPDFKit_RN/Info.plist;
@@ -511,7 +529,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 1.13.0;
+				MARKETING_VERSION = 2.0.0;
 				OTHER_LDFLAGS = (
 					"$(inherited)",
 					"-ObjC",
@@ -536,14 +554,14 @@
 			buildSettings = {
 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 				CLANG_ENABLE_MODULES = YES;
-				CURRENT_PROJECT_VERSION = 1.13.0;
+				CURRENT_PROJECT_VERSION = 2.0.0;
 				DEVELOPMENT_TEAM = 4GGQPGRTSV;
 				INFOPLIST_FILE = ComPDFKit_RN/Info.plist;
 				LD_RUNPATH_SEARCH_PATHS = (
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 1.13.0;
+				MARKETING_VERSION = 2.0.0;
 				OTHER_LDFLAGS = (
 					"$(inherited)",
 					"-ObjC",
@@ -634,6 +652,8 @@
 					"$(inherited)",
 					"-Wl",
 					"-Wl",
+					"-Wl",
+					"-ld_classic",
 				);
 				REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
 				SDKROOT = iphoneos;
@@ -708,6 +728,8 @@
 					"$(inherited)",
 					"-Wl",
 					"-Wl",
+					"-Wl",
+					"-ld_classic",
 				);
 				REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
 				SDKROOT = iphoneos;

+ 524 - 0
ios/en.lproj/Localizable.strings

@@ -0,0 +1,524 @@
+/*
+  Localizable.strings
+  PDFViewer-Swift
+/*
+  Localizable.strings
+  PDFViewer
+
+ //  Copyright © 2014-2024 PDF Technologies, Inc. All Rights Reserved.
+ //
+ //  THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
+ //  AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE ComPDFKit LICENSE AGREEMENT.
+ //  UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
+ //  This notice may not be removed from this file.
+ //
+  
+*/
+
+"Close" = "Close";
+"Settings" = "Settings";
+"Highlight Links" = "Highlight Links";
+"Highlight Form Fields" = "Highlight Form Fields";
+"File Author" = "File Author";
+"ComPDFKit" = "ComPDFKit";
+"SDK Information" = "SDK Information";
+"Version" = "Version";
+"V 1.11.0" = "V 1.11.0";
+"Company Information" = "Company Information";
+"https://www.compdf.com/" = "https://www.compdf.com/";
+"https://www.compdf.com/contact-sales" = "https://www.compdf.com/contact-sales";
+"https://www.compdf.com/privacy-policy" = "https://www.compdf.com/privacy-policy";
+"https://www.compdf.com/terms-of-service" = "https://www.compdf.com/terms-of-service";
+"About ComPDFKit" = "About ComPDFKit";
+"Contact Sales" = "Contact Sales";
+"Technical Support" = "Technical Support";
+"support@compdf.com" = "support@compdf.com";
+"Technical Supports" = "Technical Support";
+"© 2014-2024 PDF Technologies, Inc. All Rights Reserved." = "© 2014-2024 PDF Technologies, Inc. All Rights Reserved.";
+"Privacy Policy" = "Privacy Policy";
+"Service Terms" = "Service Terms";
+"Click to Open & Process" = "Click to Open & Process";
+"Features" = "Features";
+"Closes" = "Closes";
+"OKs" = "OK";
+"Update Config" = "Update Config";
+"Update Remote Config" = "Update Remote Config";
+"Update Time:" = "Update Time:";
+"Save as Flattened PDF" = "Save as Flattened PDF";
+"_Flattened" = "_Flattened";
+"Sorry PDF Reader Can't open this pdf file!" = "Sorry PDF Reader Can't open this pdf file!";
+
+"Sorry PDF Reader Can't open this pdf file!" = "Sorry PDF Reader Can't open this pdf file!";
+"Your consent is required before you could access the function." = "Your consent is required before you could access the function.";
+
+"Viewer" = "Viewer";
+"High-quality rendering speed and rich reading tools support a smooth reading experience." = "High-quality rendering speed and rich reading tools support a smooth reading experience.";
+"Annotations" = "Annotations";
+"Add, edit, delete, export, import, and flatten various annotations and markups on PDFs." = "Add, edit, delete, export, import, and flatten various annotations and markups on PDFs.";
+"Forms" = "Forms";
+"Create, edit, and fill in PDF forms, with support for importing, exporting, and flattening forms." = "Create, edit, and fill in PDF forms, with support for importing, exporting, and flattening forms.";
+"Signatures" = "Signatures";
+"Easily sign PDFs with drawn, images, typed signatures, or a digital ID." = "Easily sign PDFs with drawn, images, typed signatures, or a digital ID.";
+"Document Editor" = "Document Editor";
+"Add, insert, replace, extract, reverse, move, copy, paste, rotate, delete, crop, and zoom PDF pages." = "Add, insert, replace, extract, reverse, move, copy, paste, rotate, delete, crop, and zoom PDF pages.";
+"Content Editor" = "Content Editor";
+"Edit the PDF text and images like edit in Word. You can freely adjust the size, position, style, font, etc." = "Edit the PDF text and images like edit in Word. You can freely adjust the size, position, style, font, etc.";
+"Security" = "Security";
+"Encrypt/decrypt PDFs, edit file permissions, headers and footers, backgrounds, Bates numbers, etc." = "Encrypt/decrypt PDFs, edit file permissions, headers and footers, backgrounds, Bates numbers, etc.";
+"Redaction" = "Redaction";
+"Use redaction to remove sensitive images, text, and vector graphics." = "Use redaction to remove sensitive images, text, and vector graphics.";
+"Watermark" = "Watermark";
+"Create, insert, and remove text or image watermarks to brand the files." = "Create, insert, and remove text or image watermarks to brand the files.";
+"Compare Documents" = "Compare Documents";
+"Allow to compare PDF files and design drawings with content comparison and overlay comparison." = "Allow to compare PDF files and design drawings with content comparison and overlay comparison.";
+"Conversion" = "Conversion";
+"Support the mutual conversion between PDF files and Office, image types, text types, HTML, PDF/A, etc." = "Support the mutual conversion between PDF files and Office, image types, text types, HTML, PDF/A, etc.";
+"Compress" = "Compress";
+"Optimize and reduce PDF document size with no or minimum visual quality loss." = "Optimize and reduce PDF document size with no or minimum visual quality loss.";
+"Measurement" = "Measurement";
+"Measure the distance, perimeter, area, angle, diameter, radius, and volume measurement annotations." = "Measure the distance, perimeter, area, angle, diameter, radius, and volume measurement annotations.";
+"Open Document" = "Open Document";
+"Create a New File" = "Create a New File";
+"Cancel" = "Cancel";
+"Create a New File" = "Create a New File";
+"A3(11.69x 16.54)" = "A3(11.69\"x 16.54\")";
+"A4(8.27x 11.69)" = "A4(8.27\”x 11.69\")";
+"A5(5.83x 8.27)" = "A5(5.83\"x 8.27\")";
+"Page Orientation" = "Page Orientation";
+"OK" = "OK";
+"ComPDFKit_Viewer_Sample_File.pdf" = "ComPDFKit_Viewer_Sample_File.pdf";
+"ComPDFKit_Annotations_Sample_File.pdf" = "ComPDFKit_Annotations_Sample_File.pdf";
+"ComPDFKit_Forms_Sample_File.pdf" = "ComPDFKit_Forms_Sample_File.pdf";
+"ComPDFKit_Signatures_Sample_File.pdf" = "ComPDFKit_Signatures_Sample_File.pdf";
+"ComPDFKit_Document_Editor_Sample_File.pdf" = "ComPDFKit_Document_Editor_Sample_File.pdf";
+"ComPDFKit_Content_Editor_Sample_File.pdf" = "ComPDFKit_Content_Editor_Sample_File.pdf";
+"Password_compdfkit_Security_Sample_File.pdf" = "Password_compdfkit_Security_Sample_File.pdf";
+"ComPDFKit_Watermark_Sample_File.pdf" = "ComPDFKit_Watermark_Sample_File.pdf";
+"ComPDFKit_Sample_File_iOS.pdf" = "ComPDFKit_Sample_File_iOS.pdf";
+"This PDF has password protect." = "This PDF has password protect.";
+"Please input the password below:" = "Please input the password below:";
+"The password is invalid !" = "The password is invalid !";
+"Viewer" = "Viewer";
+"Annotations" = "Annotations";
+"Forms" = "Forms";
+"Signatures" = "Signatures";
+"Document Editor" = "Document Editor";
+"Content Editor" = "Content Editor";
+"Cancel" = "Cancel";
+"Find" = "Find";
+"Replace with" = "Replace with";
+"Replace All" = "Replace All";
+"Setting" = "Setting";
+"Ignore Case" = "Ignore Case";
+"Whole Words only" = "Whole Words only";
+"Effective immediately after setting" = "Effective immediately after setting";
+
+"View Setting" = "View Setting";
+"Document Info" = "Document Info";
+"Share" = "Share";
+"Open..." = "Open...";
+"Display Mode" = "Display Mode";
+"Single Page" = "Single Page";
+"Double Page" = "Double Page";
+"Book Mode" = "Cover Mode";
+"Continuous Scrolling" = "Continuous Scrolling";
+"Crop Mode" = "Crop Mode";
+"Read Mode" = "Read Mode";
+"Split View" = "Split View";
+"Vertical Scrolling" = "Vertical";
+"Horizontal Scrolling" = "Horizontal";
+"Themes" = "Themes";
+"Light" = "Light";
+"Dark" = "Dark";
+"Sepia" = "Sepia";
+"Reseda" = "Reseda";
+
+"Information" = "Document Info";
+"Abstract:" = "Abstract:";
+"File Name:" = "File Name:";
+"Size:" = "File Size:";
+"Title:" = "Title:";
+"Author:" = "Author:";
+"Subject:" = "Subject:";
+"Keywords:" = "Keywords:";
+"Create Information:" = "Create Information:";
+"Version:" = "Version:";
+"Pages:" = "Pages:";
+"Creator" = "Creator";
+"Creation Date:" = "Creation Date:";
+"Modification Date:" = "Modification Dat:e";
+"Access Permissions:" = "Access Permissions:";
+"Printing:" = "Printing:";
+"Content Copying:" = "Content Copying:";
+"Document Change:" = "Document Change:";
+"Document Assembly:" = "Document Assembly:";
+"Commenting:" = "Commenting:";
+"Filling of Form Field:" = "Filling of Form Field:";
+"Allowed" = "Allowed";
+"Not Allowed" = "Not Allowed";
+
+
+"Thumbnails" = "Thumbnails";
+"Outlines" = "Outlines";
+"No Outlines" = "No Outlines";
+"Bookmarks" = "Bookmarks";
+"No annotations" = "No annotations";
+"No Bookmarks" = "No Bookmarks";
+"Add Bookmarks" = "Add Bookmarks";
+"Edit Bookmark" = "Edit Bookmark";
+"Do you want to remove old mark?" = "Do you want to remove old mark?";
+"Bookmark Title" = "Bookmark Title";
+"Add" = "Add";
+"Page" = "Page";
+"Create" = "Create";
+"Edit" = "Edit";
+"Delete" = "Delete";
+"Enter a Page Number" = "Enter a Page Number";
+"Search" = "Search";
+"No Results" = "No Results";
+"Text not found!" = "Text not found!";
+"Your search returned no results." = "Your search returned no results.";
+"Results" = "Results";
+"Resultss" = "Results";
+"Please Enter the Password Below." = "Please Enter the Password Below.";
+"Please enter the password." = "Please enter the password.";
+"Password" = "Password";
+"Invalid Password" = "Invalid Password";
+"Unlock" = "Unlock";
+
+
+"Tools" = "Tools";
+"Annotation" = "Annotations";
+"Form" = "Forms";
+"Content Editor" = "Content Editor";
+"Save" = "Save";
+"Discard And Leave" = "Discard And Leave";
+"Document Editor" = "Document Editor";
+"Do you want to save the modifications?" = "Do you want to save the modifications?";
+
+
+"Copy" = "Copy";
+"Highlight" = "Highlight";
+"Underline" = "Underline";
+"Strikeout" = "Strikeout";
+"Strikethrough" = "Strikethrough";
+"Squiggly" = "Squiggly";
+"Paste" = "Paste";
+"Note" = "Note";
+"FreeText" = "FreeText";
+"Stamp" = "Stamp";
+"Image" = "Image";
+"Properties" = "Properties";
+"Note" = "Note";
+"Sign Here" = "Sign Here";
+"Play" = "Play";
+"Record" = "Record";
+"Color" = "Color";
+"Opacity" = "Opacity";
+"Ink" = "Ink";
+"Line Width" = "Line Width";
+"Clear" = "Clear";
+"Discard" = "Discard";
+"Square" = "Square";
+"Circle" = "Circle";
+"Circles" = "Circle";
+"Squares" = "Square";
+"Line" = "Line";
+"Arrow" = "Arrow";
+"Stroke Color" = "Stroke Color";
+"Fill Color" = "Fill Color";
+"Line and Border Style" = "Line and Border Style";
+"Start" = "Start";
+"End" = "End";
+"Arrow Style" = "Arrow Style";
+"Arrowtail style" = "Arrowtail style";
+"Font" = "Font";
+"Font Color" = "Font Color";
+"Alignment" = "Alignment";
+"Font Size" = "Font Size";
+"Font Style" = "Font Style";
+"Font List" = "Font List";
+"Signatures" = "Signatures";
+"New Signature" = "New Signature";
+"NO Signature" = "NO Signature";
+"Trackpad" = "Trackpad";
+"Keyboard" = "Keyboard";
+"Thickness" = "Thickness";
+"Enter your signature" = "Enter your signature";
+"Warning" = "Warning";
+"Are you sure to delete?" = "Are you sure to delete?";
+"Choose from Album" = "Choose from Album";
+"Camera" = "Camera";
+"Standard" = "Standard";
+"Custom" = "Custom";
+"Text Stamp" = "Text Stamp";
+"Image Stamp" = "Image Stamp";
+"Create Stamp" = "Create Stamp";
+"NO Custom" = "NO Custom";
+"Style" = "Style";
+"Text" = "Text";
+"Date" = "Date";
+"Time" = "Time";
+"Link to" = "Link To";
+"URL" = "URL";
+"Add a Page Number Between 1~14" = "Add a Page Number Between 1~14";
+"Page number out of range" = "Page number out of range";
+"Email" = "Email";
+"Are you sure to delete?" = "Are you sure to delete?";
+"Edit Item" = "Edit";
+"Item Title" = "Item Title";
+"Config Error" = "Config Error";
+
+
+"Add Text" = "Add Text";
+"Add Images" = "Add Images";
+"Text Properties" = "Text Properties";
+"Cut" = "Cut";
+"Image Properties" = "Image Properties";
+"Rotate" = "Rotate";
+"Rotate Left" = "Rotate Left";
+"Rotate Right" = "Rotate Right";
+"Flip" = "Flip";
+"Flip horizontal" = "Flip horizontal";
+"Flip vertical" = "Flip vertical";
+"Replace" = "Replace";
+"Export" = "Export";
+"Paste and Match Style" = "Paste and Match Style";
+"Crop" = "Crop";
+"Export Successfully!" = "Export Successfully!";
+
+
+"Text Field" = "Text Field";
+"Check Box" = "Check Box";
+"Radio Button" = "Radio Button";
+"List Box" = "List Box";
+"Combo Button" = "Combo Button";
+"Push Button tititle" = "Push button";
+"Signature" = "Signature";
+"Options" = "Options";
+"Background Color" = "Background Color";
+"Default Value" = "Default Value";
+"Hide the Field" = "Hide the Field";
+"Multi-line" = "Multi-line";
+"Name" = "Name";
+"Item" = "Item";
+"Push Button" = "Push Button";
+"Checkmark Color" = "Checkmark Color";
+"Button is checked by default" = "Button is checked by default";
+"Button Style" = "Button Style";
+"Check" = "Check";
+"Cross" = "Cross";
+"Diamond" = "Diamond";
+"Star" = "Star";
+"No Data" = "No Data";
+"Edit List Box" = "Edit List Box";
+"Edit ComBo Box" = "Edit Combo Box";
+"Add Items" = "Add Items";
+"Edit Items" = "Edit Items";
+"Select" = "Select";
+"Add Signatures" = "Add Signatures";
+"New Signature" = "New Signature";
+"Option" = "Option";
+"Input Option" = "Input Option";
+"Reset Field" = "Reset Field";
+
+"Selected:" = "Selected:";
+"Done" = "Done";
+"Insert" = "Insert";
+"Extract" = "Extract";
+"Replace" = "Replace";
+"Blank Page" = "Blank Page";
+"From PDF" = "From PDF";
+"Insert a Blank Page" = "Insert a Blank Page";
+"Page Size" = "Page Size";
+"Page Direction" = "Page Direction";
+"Can not delete all pages." = "Can not delete all pages.";
+"Insert To" = "Insert To";
+"First Page" = "First Page";
+"Last Page" = "Last Page";
+"Insert Before Specifiled Page" = "Insert Before Specifiled Page";
+"Insert After Specifiled Page" = "Insert After Specifiled Page";
+"Please Enter a Page" = "Please Enter a Page";
+"Insert From PDF" = "Insert From PDF";
+"File Name" = "File Name";
+"Select a File" = "Select a File";
+"Page Range" = "Page Range";
+"All Pages" = "All Pages";
+"Odd Pages Only" = "Odd Pages Only";
+"Even Pages Only" = "Even Pages Only";
+"Custom Range" = "Custom Range";
+"e.g. 1,3-5,10" = "e.g. 1,3-5,10";
+"Insert To" = "Insert To";
+"The page range is invalid or out of range. Please enter the valid page." = "The page range is invalid or out of range. Please enter the valid page.";
+"Can not delete all pages. Please keep at least one page." = "Can not delete all pages. Please keep at least one page.";
+"File Name" = "File Name";
+"Extract Successfully" = "Extract Successfully";
+"Extract Failed" = "Extract Failed";
+
+
+"Digital Signature" = "Signatures";
+"Add a Signature Field" = "Add a Signature Field";
+"Verify the Signature" = "Verify the Signature";
+"Select Signature Type" = "Select Signature Type";
+"Sign with Electronic Signatures" = "Sign with Electronic Signatures";
+"Sign with Digital Signatures" = "Sign with Digital Signatures";
+"Select A Digital ID" = "Select A Digital ID";
+"Use a Digital ID from A File" = "Use a Digital ID from A File";
+"Create A New Digital ID" = "Create A New Digital ID";
+"Continue" = "Continue";
+"Add A Digital ID" = "Add A Digital ID";
+"Browse a digital ID file. Digital ID cards are password-protected. If you do not know the password, you cannot obtain a digital ID card." = "Browse a digital ID file. Digital ID cards are password-protected. If you do not know the password, you cannot obtain a digital ID card.";
+"Certificate File" = "Certificate File";
+"Passwords" = "Password";
+"Enter the password of the certificate file" = "Enter the password of the certificate file";
+"Invalid Password" = "Invalid Password";
+"Customize the Signature Appearance" = "Customize the Signature Appearance";
+"Sign" = "Sign";
+"Next" = "Next";
+"Trackpad" = "Trackpad";
+"Keyboard" = "Keyboard";
+"Image" = "Image";
+"None" = "None";
+"Location" = "Location";
+"Reason" = "Reason";
+"Reasons" = "Reason";
+"I am the owner of the document" = "I am the owner of the document";
+"I am approving the document" = "I am approving the document";
+"I have reviewed this document" = "I have reviewed this document";
+"Include Text" = "Include Text";
+"Name" = "Name";
+"Distinguishable name" = "Distinguishable name";
+"ComPDFKit Version" = "ComPDFKit Version";
+"Logo" = "Logo";
+"Position" = "Position";
+"Tab" = "Tab";
+"Create A Self-Signed Digital ID" = "Create A Self-Signed Digital ID";
+"Digital IDs that are self-signed by individuals do not provide the assurance that the identifying information is valid. For this reason, they may not be accepted in some cases." = "Digital IDs that are self-signed by individuals do not provide the assurance that the identifying information is valid. For this reason, they may not be accepted in some cases.";
+"Names" = "Name";
+"Please enter your name" = "Please enter your name";
+"Organization Unit" = "Organization Unit";
+"Enter the name of the organization unit" = "Enter the name of the organization unit";
+"Organization Name" = "Organization Name";
+"Enter the name of the organization" = "Enter the name of the organization";
+"Email Address" = "Email Address";
+"Please enter your email address" = "Please enter your email address";
+"Country/Region" = "Country/Region";
+"Please select your country/region" = "Please select your country/region";
+"Save to File" = "Save to File";
+"Save the Self-Signed Digital ID to A File" = "Save the Self-Signed Digital ID to A File";
+"After you create and save this Digital ID, it can be used again." = "After you create and save this Digital ID, it can be used again.";
+"Save Location" = "Save Location";
+"Set A Password" = "Set A Password";
+"Please enter your password" = "Please enter your password";
+"Confirm the Password" = "Confirm The Password";
+"Enter the password again" = "Enter the password again";
+"Password and confirm password does not match" = "Password and confirm password does not match";
+"Digital Signature Details" = "Digital Signature Details";
+"Signer:" = "Signer:";
+"Signing Time:" = "Signing Time:";
+"Signaturess" = "Signature";
+
+"Certification Authority Statement" = "Certification Authority Statement";
+"The signer's identity is valid." = "The signer's identity is valid.";
+"The signer's identity is invalid." = "The signer's identity is invalid.";
+"Signature validity is unknown because it has not been included in your list of trusted certificates and none of its parent certificates are trusted certificates." = "Signature validity is unknown because it has not been included in your list of trusted certificates and none of its parent certificates are trusted certificates.";
+"The file was signed with a certificate that has expired. If you acquired this file recently, it may not be authentic." = "The file was signed with a certificate that has expired. If you acquired this file recently, it may not be authentic.";
+"The signature is invalid." = "The signature is invalid.";
+"The signature is valid." = "The signature is valid.";
+"The document has not been modified since this signature was applied." = "The document has not been modified since this signature was applied.";
+"The document has been altered or corrupted since it was signed by the current user." = "The document has been altered or corrupted since it was signed by the current user.";
+"View Certificate" = "View Certificate";
+"Certificate Viewer" = "Certificate Viewer";
+"Summary" = "Summary";
+"Issued to:" = "Issued to:";
+"Issuer:" = "Issuer:";
+"Sorry, your name is too long. Creation failed." = "Sorry, your name is too long. Creation failed.";
+
+"Valid from:" = "Valid from:";
+"Valid to:" = "Valid to:";
+"Intended Usage:" = "Intended Usage:";
+"Digital Signature, Non-Repudiation" = "Digital Signature, Non-Repudiation";
+"Encrypt Keys" = "Encrypt Keys";
+"Encrypt Document" = "Encrypt Document";
+"Key Agreement" = "Key Agreement";
+"Client Authentication" = "Client Authentication";
+"Email Protection" = "Email Protection";
+"Details" = "Details";
+"Algorithm:" = "Algorithm:";
+"Serial Number:" = "Serial Number:";
+"Certificate Policy:" = "Certificate Policy:";
+"CRL Distribution Points:" = "CRL Distribution Points:";
+"Issuer Information Access:" = "Issuer Information Access:";
+"Issuer‘s Key Identifier:" = "Issuer‘s Key Identifier:";
+"Subject‘s Key Identifier:" = "Subject‘s Key Identifier:";
+"Basic Constraints:" = "Basic Constraints:";
+"Key Usage:" = "Key Usage:";
+"Public Key:" = "Public Key:";
+"X.509 Data:" = "X.509 Data:";
+"SHA1 Digest:" = "SHA1 Digest:";
+"MD5 Digest:" = "MD5 Digest:";
+"Trust" = "Trust";
+"This Certificate Is Trusted to:" = "This Certificate Is Trusted to:";
+"Sign document or data" = "Sign document or data";
+"Certify document" = "Certify document";
+"Add to Trusted Certificates" = "Add to Trusted Certificates";
+"Signed by:" = "Signed by:";
+"Date:" = "Date:";
+"Status:" = "Status:";
+"Signature validity is unknown." = "Signature validity is unknown.";
+"At least one signature is invalid." = "At least one signature is invalid.";
+"View All Signatures" = "View All Signatures";
+"Signature List" = "Signature List";
+"Signature Details" = "Signature Details";
+"Certification Details" = "Certification Details";
+"Use Digital ID for" = "Use Digital ID for";
+"Digital Signatures" = "Digital Signatures";
+"Data Encryption" = "Data Encryption";
+"Digital Signatures and Data Encryption" = "Digital Signatures and Data Encryption";
+
+
+"Set Passwords" = "Set Passwords";
+"Text Watermark" = "Text Watermark";
+"Image Watermark" = "Image Watermark";
+"Remove Watermarks" = "Remove Watermarks";
+"Choose Picture" = "Choose Picture";
+"Set the Password for the File Successfully!" = "Set the Password for the File Successfully!";
+"Failed to Set Passwords for this Document." = "Failed to Set Passwords for this Document.";
+"Password Removed Successfully!" = "Password Removed Successfully!";
+"Failed to Remove the Password." = "Failed to Remove the Password.";
+"Watermarks Removed Successfully!" = "Watermarks Removed Successfully!";
+"Failed to Remove the Watermarks." = "Failed to Remove the Watermarks.";
+"Add Watermarks Successfully!" = "Add Watermarks Successfully!";
+"Failed to Add the Watermarks." = "Failed to Add the Watermarks.";
+"Add Watermarks" = "Add Watermarks";
+"Type your watermark text here." = "Type your watermark text here.";
+"Apply" = "Apply";
+"Watermark Settings" = "Watermark Settings";
+"Layout Options" = "Layout Options";
+"Tile" = "Tile";
+"Are you sure to delete the watermarks?" = "Are you sure to delete the watermarks?";
+"Current Page" = "Current Page";
+
+
+"Security Settings" = "Security Settings";
+"Password to Open the Document" = "Password to Open the Document";
+"Support: Numbers, letters, @, $, !, %, ?, & " = "Support: Numbers, letters, @, $, !, %, ?, & ";
+"The password can't be empty." = "The password can't be empty.";
+"Owner Password" = "Owner Password";
+"Restrict document printing" = "Restrict document printing";
+"Restrict content copying" = "Restrict content copying";
+"Encryption Level" = "Encryption Level";
+"No Encryption" = "No Encryption";
+"Saving Path" = "Saving Path";
+"Saved Successfully:" = "Saved Successfully:";
+"Open the File" = "Open the File";
+"Enter the Password to View the Document" = "Enter the Password to View the Document";
+"Please Enter the Password" = "Please Enter the Password";
+"Wrong Password" = "Wrong Password";
+"Enter Owner's Password to Change the Security" = "Enter Owner's Password to Change the Security";
+"Please enter the owner's password" = "Please enter the owner's password";
+"Set Permission Passwords" = "Set Permission Passwords";
+
+"Please enter Replace text!" = "Please enter Replace text!";
+"No changes have been made to the document!" = "No changes have been made to the document!";
+"Save successfully!" = "Save successfully!";

+ 521 - 0
ios/zh-Hans.lproj/Localizable.strings

@@ -0,0 +1,521 @@
+/*
+  Localizable.strings
+  PDFViewer
+
+ //  Copyright © 2014-2024 PDF Technologies, Inc. All Rights Reserved.
+ //
+ //  THIS SOURCE CODE AND ANY ACCOMPANYING DOCUMENTATION ARE PROTECTED BY INTERNATIONAL COPYRIGHT LAW
+ //  AND MAY NOT BE RESOLD OR REDISTRIBUTED. USAGE IS BOUND TO THE ComPDFKit LICENSE AGREEMENT.
+ //  UNAUTHORIZED REPRODUCTION OR DISTRIBUTION IS SUBJECT TO CIVIL AND CRIMINAL PENALTIES.
+ //  This notice may not be removed from this file.
+ //
+  
+*/
+
+"Close" = "关闭";
+"Settings" = "设置";
+"Highlight Links" = "高亮链接文字";
+"Highlight Form Fields" = "高亮表单域";
+"File Author" = "文档作者";
+"ComPDFKit" = "ComPDFKit";
+"SDK Information" = "SDK 信息";
+"Version" = "版本";
+"V 1.11.0" = "V 1.11.0";
+"Company Information" = "公司信息";
+"https://www.compdf.com/" = "https://www.compdf.com/zh-cn";
+"https://www.compdf.com/contact-sales" = "https://www.compdf.com/zh-cn/contact-sales";
+"https://www.compdf.com/privacy-policy" = "https://www.compdf.com/zh-cn/privacy-policy/";
+"https://www.compdf.com/terms-of-service" = "https://www.compdf.com/zh-cn/terms-of-service";
+"About ComPDFKit" = "关于 ComPDFKit";
+"Contact Sales" = "联系销售";
+"Technical Support" = "技术支持";
+"support@compdf.com" = "support@compdf.com";
+"Technical Supports" = "ComPDFKit技术支持请求";
+"© 2014-2024 PDF Technologies, Inc. All Rights Reserved." = "© 2014-2024 PDF Technologies, Inc. All Rights Reserved.";
+"Privacy Policy" = "隐私协议";
+"Service Terms" = "服务条款";
+"Click to Open & Process" = "点击打开 & 处理文档";
+"Features" = "功能";
+"Closes" = "关闭";
+"OKs" = "确认";
+"Update Config" = "更新配置";
+"Update Remote Config" = "更新远程配置";
+"Update Time:" = "更新时间:";
+"Save as Flattened PDF" = "另存为扁平化副本";
+"_Flattened" = "_扁平化文档";
+"Sorry PDF Reader Can't open this pdf file!" = "对不起,PDF阅读器无法打开此PDF文件!";
+
+"Your consent is required before you could access the function." = "在您访问该功能之前需要您的同意。";
+
+"Viewer" = "查看器";
+"High-quality rendering speed and rich reading tools support a smooth reading experience." = "高质量的渲染速度、丰富的阅读工具为您提供流畅的阅读体验。";
+"Annotations" = "注释";
+"Add, edit, delete, export, import, and flatten various annotations and markups on PDFs." = "在PDF上添加各种注释、标记。支持创建、删除、编辑,以及导入、导出和展平PDF注释。";
+"Forms" = "表单";
+"Create, edit, and fill in PDF forms, with support for importing, exporting, and flattening forms." = "创建、编辑和填写PDF表单,支持导入、导出和展平表单。";
+"Signatures" = "签名";
+"Easily sign PDFs with drawn, images, typed signatures, or a digital ID." = "轻松用数字或电子签名签署PDF,可选择绘制、图片或输入签名方式,也可用数字ID安全签署。";
+"Document Editor" = "文档编辑器";
+"Add, insert, replace, extract, reverse, move, copy, paste, rotate, delete, crop, and zoom PDF pages." = "添加、插入、替换、提取、倒序、移动、复制、粘贴、旋转、删除、裁剪、缩放PDF页面。";
+"Content Editor" = "内容编辑器";
+"Edit the PDF text and images like edit in Word. You can freely adjust the size, position, style, font, etc." = "使用ComPDFKit内容编辑器编辑PDF文本和图像。您可以自由调整大小、位置、样式、字体等。";
+"Security" = "安全";
+"Encrypt/decrypt PDFs, edit file permissions, headers and footers, backgrounds, Bates numbers, etc." = "支持加密/解密文档、编辑文件权限、页眉和页脚、背景、贝茨码等。";
+"Redaction" = "密文标记";
+"Use redaction to remove sensitive images, text, and vector graphics." = "使用密文标记功能删除敏感图像、文本和矢量图形等信息,一旦应用无法恢复被标记的数据。";
+"Watermark" = "水印";
+"Create, insert, and remove text or image watermarks to brand the files." = "创建、插入和删除文字或图像水印,品牌化公司文件阻止未经授权的使用。";
+"Compare Documents" = "文档对比";
+"Allow to compare PDF files and design drawings with content comparison and overlay comparison." = "允许通过内容对比和覆盖对比,对PDF文件和设计图纸进行比较。";
+"Conversion" = "转档";
+"Support the mutual conversion between PDF files and Office, image types, text types, HTML, PDF/A, etc." = "支持PDF文件与Word、Excel、PPT、HTML、PDF/A、图片类、文本类等格式的相互转换。";
+"Compress" = "压缩";
+"Optimize and reduce PDF document size with no or minimum visual quality loss." = "通过压缩来优化您的PDF文件,减小PDF文档大小,且无视觉质量损失。";
+"Measurement" = "测量";
+"Measure the distance, perimeter, area, angle, diameter, radius, and volume measurement annotations." = "测量距离、周长、面积、角度、直径、半径和体积等。支持调整测量比例和精度。";
+"Open Document" = "打开文档";
+"Create a New File" = "新建";
+"Cancel" = "取消";
+"Create a New File" = "新建";
+"A3(11.69x 16.54)" = "A3(297mm x 420mm)";
+"A4(8.27x 11.69)" = "A4(210mm x 297mm)";
+"A5(5.83x 8.27)" = "A5(148mm x 210mm)";
+"Page Orientation" = "页面方向";
+"OK" = "确定";
+"ComPDFKit_Viewer_Sample_File.pdf" = "PDF查看_ComPDFKit_示例文档.pdf";
+"ComPDFKit_Annotations_Sample_File.pdf" = "PDF注释_ComPDFKit_示例文档.pdf";
+"ComPDFKit_Forms_Sample_File.pdf" = "表单功能_ComPDFKit_示例文档.pdf";
+"ComPDFKit_Signatures_Sample_File.pdf" = "签名_ComPDFKit_示例文档.pdf";
+"ComPDFKit_Document_Editor_Sample_File.pdf" = "文档编辑器_ComPDFKit_示例文档.pdf";
+"ComPDFKit_Content_Editor_Sample_File.pdf" = "内容编辑器_ComPDFKit_示例文档.pdf";
+"Password_compdfkit_Security_Sample_File.pdf" = "文档密码_compdfkit_PDF安全_示例文档.pdf";
+"ComPDFKit_Watermark_Sample_File.pdf" = "水印_ComPDFKit_示例文档.pdf";
+"ComPDFKit_Sample_File_iOS.pdf" = "ComPDFKit_iOS_示例文档.pdf";
+"This PDF has password protect." = "这个PDF有密码保护。";
+"Please input the password below:" = "请在下方输入密码:";
+"The password is invalid !" = "密码无效!";
+
+"Viewer" = "查看器";
+"Annotations" = "注释";
+"Forms" = "表单";
+"Signatures" = "签名";
+"Document Editor" = "文档编辑器";
+"Content Editor" = "内容编辑器";
+"Cancel" = "取消";
+"Find" = "查找";
+"Replace with" = "替换为";
+"Replace All" = "全部替换";
+"Setting" = "设置";
+"Ignore Case" = "忽略大小写";
+"Whole Words only" = "全词匹配";
+"Effective immediately after setting" = "设置后立即生效";
+
+"View Setting" = "预览设置";
+"Document Info" = "文档信息";
+"Share" = "分享";
+"Open..." = "打开文件";
+"Display Mode" = "显示模式";
+"Single Page" = "单页";
+"Double Page" = "双页";
+"Book Mode" = "封面模式";
+"Continuous Scrolling" = "连续滚动";
+"Crop Mode" = "裁剪模式";
+"Crop" = "裁剪模式";
+"Read Mode" = "阅读模式";
+"Split View" = "分屏视图";
+"Vertical Scrolling" = "垂直";
+"Horizontal Scrolling" = "水平";
+"Themes" = "主题";
+"Light" = "日间模式";
+"Dark" = "夜间模式";
+"Sepia" = "柔和模式";
+"Reseda" = "护眼模式";
+
+
+"Information" = "文档属性";
+"Abstract:" = "摘要:";
+"File Name:" = "文件:";
+"Size:" = "文件大小:";
+"Title:" = "标题:";
+"Author:" = "作者:";
+"Subject:" = "主题:";
+"Keywords:" = "关键字:";
+"Create Information:" = "创建信息:";
+"Version:" = "版本:";
+"Pages:" = "页数:";
+"Creator:" = "创建者:";
+"Creation Date:" = "创建日期:";
+"Modification Date:" = "修改日期:";
+"Access Permissions:" = "权限:";
+"Printing:" = "打印:";
+"Content Copying:" = "复制提取内容:";
+"Document Change:" = "编辑文档:";
+"Document Assembly:" = "文档组合:";
+"Commenting:" = "注释评论:";
+"Filling of Form Field:" = "填写表单:";
+"Allowed" = "允许";
+"Not Allowed" = "不允许";
+
+
+"Thumbnails" = "缩略图";
+"Outlines" = "大纲";
+"No Outlines" = "无大纲";
+"Bookmarks" = "书签";
+"No Bookmarks" = "无书签";
+"No annotations" = "无注释";
+"Add Bookmarks" = "添加书签";
+"Edit Bookmark" = "编辑书签";
+"Do you want to remove old mark?" = "想要移除现有书签?";
+"Bookmark Title" = "输入书签标题";
+"Add" = "添加";
+"Page" = "页码";
+"Create" = "确定";
+"Edit" = "编辑";
+"Delete" = "删除";
+"Enter a Page Number" = "跳转到指定页面";
+"Search" = "搜索";
+"No Results" = "无匹配的结果";
+"Results" = "搜索结果";
+"Resultss" = "条搜索结果";
+"Text not found!" = "没有找到文本!";
+"Your search returned no results." = "您的搜索没有结果。";
+"Please Enter the Password Below." = "输入密码以查看文档";
+"Please enter the password." = "请输入密码";
+"Password" = "密码";
+"Invalid Password" = "密码错误";
+"Unlock" = "打开";
+
+"Tools" = "功能选择";
+"Annotation" = "注释";
+"Form" = "表单";
+"Content Editor" = "内容编辑器";
+"Save" = "保存";
+"Discard And Leave" = "取消";
+"Document Editor" = "文档编辑器";
+"Do you want to save the modifications?" = "是否保存对文档进行的修改?";
+
+
+"Copy" = "复制";
+"Highlight" = "亮高";
+"Underline" = "下划线";
+"Strikeout" = "删除线";
+"Strikethrough" = "删除线";
+"Squiggly" = "波浪线";
+"Paste" = "粘贴";
+"Note" = "便签";
+"FreeText" = "文本";
+"Stamp" = "图章";
+"Image" = "图片";
+"Properties" = "属性";
+"Sign Here" = "在此处签名";
+"Play" = "播放";
+"Record" = "录音";
+"Color" = "颜色";
+"Opacity" = "不透明度";
+"Ink" = "手绘";
+"Line Width" = "线宽";
+"Clear" = "清除";
+"Discard" = "删除";
+"Square" = "矩形";
+"Circle" = "圆";
+"Circles" = "圆形";
+"Squares" = "方形";
+"Line" = "线";
+"Arrow" = "箭头";
+"Stroke Color" = "边框颜色";
+"Fill Color" = "填充颜色";
+"Line and Border Style" = "线型";
+"Start" = "线头";
+"End" = "线尾";
+"Arrow Style" = "箭头样式";
+"Arrowtail style" = "箭尾样式";
+"Font" = "字体";
+"Font Color" = "文字颜色";
+"Alignment" = "文本方向";
+"Alignment" = "文本对齐";
+"Font Size" = "字号";
+"Font Style" = "字体样式";
+"Font List" = "字体列表";
+"Signatures" = "签名";
+"New Signature" = "添加签名";
+"NO Signature" = "无签名";
+"Trackpad" = "触摸板";
+"Keyboard" = "键盘";
+"Thickness" = "线宽";
+"Enter your signature" = "输入签名";
+"Warning" = "注意";
+"Are you sure to delete?" = "确定删除该内容?";
+"Choose from Album" = "从相册选择";
+"Camera" = "相机";
+"Standard" = "标准图章";
+"Custom" = "自定义图章";
+"Text Stamp" = "文字图章";
+"Image Stamp" = "图片图章";
+"Create Stamp" = "创建图章";
+"NO Custom" = "无自定义";
+"Style" = "类型";
+"Text" = "文字";
+"Date" = "日期";
+"Time" = "时间";
+"Link to" = "跳转到页面";
+"URL" = "超链接";
+"Add a Page Number Between 1~14" = "1~14";
+"Page number out of range" = "/14";
+"Email" = "电子邮箱";
+"Are you sure to delete?" = "确定删除该内容?";
+"Edit Item" = "编辑";
+"Item Title" = "可选项标题";
+"Config Error" = "配置错误";
+
+
+"Add Text" = "添加文字";
+"Add Images" = "添加图片";
+"Text Properties" = "文字属性";
+"Cut" = "剪切";
+"Image Properties" = "图片属性";
+"Rotate" = "旋转";
+"Rotate Left" = "左旋转";
+"Rotate Right" = "右旋转";
+"Flip" = "翻转";
+"Flip horizontal" = "水平翻转";
+"Flip vertical" = "垂直翻转";
+"Replace" = "替换";
+"Export" = "导出";
+"Crop" = "裁剪";
+"Paste and Match Style" = "带样式粘贴";
+"Export Successfully!" = "图片导出成功!";
+
+
+"Text Field" = "文本域";
+"Check Box" = "复选框";
+"Radio Button" = "单选按钮";
+"List Box" = "列表框";
+"Combo Button" = "下拉菜单";
+"Pushbutton" = "按钮";
+"Signature" = "签名";
+"Options" = "选项";
+"Background Color" = "背景色";
+"Default Value" = "预设值";
+"Hide the Field" = "隐藏表单域";
+"Multi-line" = "多行";
+"Name" = "名称";
+"Item" = "按钮文字";
+"Push Button tititle" = "按钮";
+"Push Button" = "提交";
+"Checkmark Color" = "勾选色";
+"Button is checked by default" = "预设为已选取";
+"Button Style" = "按钮样式";
+"Check" = "勾选";
+"Cross" = "分叉";
+"Diamond" = "菱形";
+"Star" = "星形";
+"No Data" = "无表单";
+"Edit List Box" = "编辑列表框";
+"Edit ComBo Box" = "编辑下拉菜单";
+"Add Items" = "添加选项";
+"Edit Items" = "编辑选项";
+"Select" = "选择";
+"Add Signatures" = "添加签名";
+"New Signature" = "添加签名";
+"Option" = "可选项";
+"Input Option" = "输入可选值";
+"Reset Field" = "重置表单";
+
+
+"Selected:" = "选择";
+"Done" = "完成";
+"Insert" = "插入";
+"Extract" = "提取";
+"Replace" = "替换";
+"Blank Page" = "空白页";
+"From PDF" = "从其他PDF";
+"Insert a Blank Page" = "插入空白页";
+"Page Size" = "页面大小";
+"Page Direction" = "页面方向";
+"Can not delete all pages." = "无法删除所有页面。";
+"Insert To" = "页面插入位置";
+"First Page" = "首页";
+"Last Page" = "末页";
+"Insert Before Specifiled Page" = "插入到页前";
+"Insert After Specifiled Page" = "插入到页后";
+"Please Enter a Page" = "请输入页码";
+"Insert From PDF" = "从其他PDF";
+"File Name" = "文件名";
+"Select a File" = "选择文件";
+"Page Range" = "页面范围";
+"All Pages" = "所有页面";
+"Odd Pages Only" = "奇数页";
+"Even Pages Only" = "偶数页";
+"Custom Range" = "自定义范围";
+"e.g. 1,3-5,10" = "例如1,3-5,10";
+"The page range is invalid or out of range. Please enter the valid page." = "无效的页码或页码超出范围。";
+"Can not delete all pages. Please keep at least one page." = "不能删除所有页面。请至少保留一个页面。";
+"Extract Successfully" = "提取成功!";
+"Extract Failed" = "提取失败";
+
+
+"Digital Signature" = "数字签名";
+"Add a Signature Field" = "添加签名域";
+"Verify the Signature" = "验证签名";
+"Select Signature Type" = "请选择签名类型";
+"Sign with Electronic Signatures" = "电子签名";
+"Sign with Digital Signatures" = "数字签名(数字证书签署)";
+"Select A Digital ID" = "选择数字身份证类型";
+"Use a Digital ID from A File" = "使用文件中的数字身份证";
+"Create A New Digital ID" = "创建新的数字身份证";
+"Continue" = "继续";
+"Add A Digital ID" = "添加数字身份证";
+"Browse a digital ID file. Digital ID cards are password-protected. If you do not know the password, you cannot obtain a digital ID card." = "浏览数字身份证文件。数字身份证受密码保护。如果你不知道密码,你就无法获取数字身份证。";
+"Certificate File" = "使用文件中的证书";
+"Passwords" = "证书密码";
+"Enter the password of the certificate file" = "请输入证书密码";
+"Invalid Password" = "密码错误,请重试";
+"Customize the Signature Appearance" = "设置数字签名外观";
+"Sign" = "签名";
+"Next" = "下一步";
+"Trackpad" = "触摸板";
+"Keyboard" = "键盘";
+"Image" = "图片";
+"None" = "无";
+"Location" = "位置";
+"Reason" = "原因";
+"Reasons" = "签署原因";
+"I am the owner of the document" = "我是该文档的作者";
+"I am approving the document" = "我正在批准该文档";
+"I have reviewed this document" = "我已审阅该文档";
+"Include Text" = "包含文本";
+"Name" = "名称";
+"Distinguishable name" = "辨别名";
+"ComPDFKit Version" = "ComPDFKit 版本";
+"Logo" = "徽标";
+"Position" = "位置";
+"Tab" = "标签";
+"Create A Self-Signed Digital ID" = "创建自签名数字身份证";
+"Digital IDs that are self-signed by individuals do not provide the assurance that the identifying information is valid. For this reason, they may not be accepted in some cases." = "自签名数字身份证不会保证身份信息的有效性。出于这一原因,它们在某些用例中可能不被接受。";
+"Names" = "姓名";
+"Please enter your name" = "请输入身份证名称";
+"Organization Unit" = "部门";
+"Enter the name of the organization unit" = "请输入部门";
+"Organization Name" = "单位名称";
+"Enter the name of the organization" = "请输入单位名称";
+"Email Address" = "电子邮件地址";
+"Please enter your email address" = "请输入电子邮箱地址";
+"Country/Region" = "国家/地区";
+"Please select your country/region" = "请选择国家/地区";
+"Save to File" = "保存到文件";
+"Save the Self-Signed Digital ID to A File" = "保存自签名数字身份证到文件中";
+"After you create and save this Digital ID, it can be used again." = "创建并保存此数字身份证后,可以再次使用它。";
+"Save Location" = "保存地址";
+"Set A Password" = "输入密码";
+"Please enter your password" = "请输入密码";
+"Confirm the Password" = "重新输入密码";
+"Enter the password again" = "请再次输入密码";
+"Password and confirm password does not match" = "密码不一致,请重新输入";
+"Digital Signature Details" = "数字签名详细信息";
+"Signer:" = "签署人:";
+"Signaturess" = "数字签名";
+"Signing Time:" = "签署时间:";
+
+"Certification Authority Statement" = "有效性小结";
+"The signer's identity is valid." = "签名者的身份有效。";
+"The signer's identity is invalid." = "签名者的身份无效。";
+"Signature validity is unknown because it has not been included in your list of trusted certificates and none of its parent certificates are trusted certificates." = "签名有效性未知,因为它未包含在您的受信任证书列表中,并且它的父证书都不是受信任证书。";
+"The file was signed with a certificate that has expired. If you acquired this file recently, it may not be authentic." = "该文件是用已过期的证书签名的。如果您最近获取了此文件,则该文件可能不真实。";
+"The signature is invalid." = "签名无效。";
+"The signature is valid." = "签名有效。";
+"The document has not been modified since this signature was applied." = "自应用此签名以来,文档未被修改。";
+"The document has been altered or corrupted since it was signed by the current user." = "自当前用户签署文档以来,该文档已被更改或损坏。";
+"View Certificate" = "查看证书";
+"Certificate Viewer" = "证书查看程序";
+"Summary" = "小结";
+"Issued to:" = "颁发给";
+"Issuer:" = "颁发者:";
+"Valid from:" = "有效起始日期:";
+"Valid to:" = "有效截止日期:";
+"Intended Usage:" = "预期用途:";
+"Digital Signature, Non-Repudiation" = "数字签名,不可否认";
+"Encrypt Keys" = "加密密钥";
+"Encrypt Document" = "加密文档";
+"Key Agreement" = "关键协议";
+"Client Authentication" = "客户端身份验证";
+"Email Protection" = "电子邮件保护";
+"Details" = "详细信息";
+"Algorithm:" = "签名算法:";
+"Serial Number:" = "序列号:";
+"Certificate Policy:" = "证书策略:";
+"CRL Distribution Points:" = "CRL分发点:";
+"Issuer Information Access:" = "颁发机构信息访问:";
+"Issuer‘s Key Identifier:" = "颁发机构密钥标识符:";
+"Subject‘s Key Identifier:" = "主体密钥标识符:";
+"Basic Constraints:" = "基本约束:";
+"Key Usage:" = "密钥用法:";
+"Public Key:" = "公钥:";
+"X.509 Data:" = "X.509:";
+"SHA1 Digest:" = "SHA1:";
+"MD5 Digest:" = "MD5:";
+"Trust" = "信任";
+"This Certificate Is Trusted to:" = "本证书信任于:";
+"Sign document or data" = "签名文档或数据";
+"Certify document" = "验证文档";
+"Add to Trusted Certificates" = "添加到可信任证书";
+"Signed by:" = "签名为:";
+"Date:" = "日期:";
+"Status:" = "状态:";
+"Signature validity is unknown." = "签名有效性未知。";
+"At least one signature is invalid." = "至少一个签名无效,文档可能被篡改。";
+"View All Signatures" = "查看所有签名";
+"Signature List" = "签名列表";
+"Signature Details" = "查看签名详情";
+"Certification Details" = "查看证书详情";
+"Use Digital ID for" = "数字ID用于";
+"Digital Signatures" = "数字签名";
+"Data Encryption" = "数据加密";
+"Digital Signatures and Data Encryption" = "数字签名和数据加密";
+"Sorry, your name is too long. Creation failed." = "对不起,你的命名太长,创建失败";
+
+
+"Set Passwords" = "设置密码";
+"Text Watermark" = "文字水印";
+"Image Watermark" = "图片水印";
+"Remove Watermarks" = "移除水印";
+"Choose Picture" = "选择图片";
+"Set the Password for the File Successfully!" = "密码设置成功!";
+"Failed to Set Passwords for this Document." = "密码设置失败!";
+"Password Removed Successfully!" = "密码已移除!";
+"Failed to Remove the Password." = "密码移除失败!";
+"Watermarks Removed Successfully!" = "水印已移除!";
+"Failed to Remove the Watermarks." = "水印移除失败!";
+"Add Watermarks Successfully!" = "水印添加成功!";
+"Failed to Add the Watermarks." = "水印添加失败!";
+"Add Watermarks" = "添加水印";
+"Type your watermark text here." = "在此处输入水印文字";
+"Apply" = "确认";
+"Watermark Settings" = "设置";
+"Layout Options" = "图层次序";
+"Tile" = "水印平铺";
+"Are you sure to delete the watermarks?" = "确定删除水印?";
+"Current Page" = "当前页";
+
+
+"Security Settings" = "安全设置";
+"Password to Open the Document" = "文档开启密码";
+"Support: Numbers, letters, @, $, !, %, ?, & " = "支持字符:数字、字母、@、$、!、%、?、& ";
+"The password can't be empty." = "密码不能为空。";
+"Owner Password" = "文档所有者密码";
+"Restrict document printing" = "禁止打印";
+"Restrict content copying" = "禁止复制";
+"Encryption Level" = "加密级别";
+"No Encryption" = "无加密级别";
+"Saving Path" = "文件保存路径";
+"Saved Successfully:" = "文件保存成功:";
+"Open the File" = "Open the File";
+"Enter the Password to View the Document" = "输入密码查看文档";
+"Please Enter the Password" = "请输入密码";
+"Wrong Password" = "密码错误";
+"Enter Owner's Password to Change the Security" = "输入权限密码进行安全设置";
+"Please enter the owner's password" = "请输入权限密码";
+"Set Permission Passwords" = "设置权限密码";
+"Enable camera access so that you can create scans with your camera." = "此App需要您的同意才能访问该功能!";
+"Please enter Replace text!" = "请输入替换文本!";
+"No changes have been made to the document!" = "文档没有进行任何修改!";
+"Save successfully!" = "保存成功!";