Browse Source

【综合】调整部分多语

tangchao 1 year ago
parent
commit
57fb51d11e

+ 1 - 1
PDF Office/PDF Master/Class/PDFTools/PageEdit/Controller/KMPDFEditViewController.swift

@@ -635,7 +635,7 @@ class KMPDFEditViewController: KMPDFThumbViewBaseController {
                 
                 let subMenu = NSMenu()
                 subMenu.addItem(withTitle: NSLocalizedString("Insert File", comment: ""), action: #selector(insertPageItemAction), target: self, tag:0)
-                subMenu.addItem(withTitle: NSLocalizedString("Insert a blank page", comment: ""), action: #selector(insertPageItemAction), target: self, tag:1)
+                subMenu.addItem(withTitle: NSLocalizedString("Insert a Blank Page", comment: ""), action: #selector(insertPageItemAction), target: self, tag:1)
                 subMenu.addItem(withTitle: NSLocalizedString("Insert Custom Page", comment: ""), action: #selector(insertPageItemAction), target: self, tag:2)
                 item_?.submenu = subMenu
             }

+ 2 - 2
PDF Office/PDF Master/Class/PDFTools/PageEdit/View/KMPDFEditToolbar.swift

@@ -78,8 +78,8 @@ class KMPDFEditToolbar: NSView {
     
     lazy var insertItemStrings: [String] = {
        return [NSLocalizedString("Insert File", comment: ""),
-               NSLocalizedString("Insert a blank page", comment: ""),
-               NSLocalizedString("Insert custom page", comment: "")]
+               NSLocalizedString("Insert a Blank Page", comment: ""),
+               NSLocalizedString("Insert Custom Page", comment: "")]
     }()
     
     private weak var popover: NSPopover?

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

@@ -142,8 +142,7 @@
 "Rotate Counterclockwise" = "Rotate Counterclockwise";
 //MARK: 插入
 "Insert File" = "Insert File";
-"Insert a blank page" = "Insert a blank page";
-"Insert Custom Page" = "Insert Custom Page";
+"Insert a Blank Page" = "Insert a Blank Page";
 "Insert Custom Page" = "Insert Custom Page";
 "Five Line Staff" = "Five Line Staff";
 "Plaid" = "Plaid";