Parcourir la source

【文案】便签注释属性面板文案本地化调整

wanjun il y a 11 mois
Parent
commit
a51ca2827b

+ 14 - 14
PDF Office/PDF Master/Class/PDFWindowController/Side/RightSide/AnnotationProperty/KMGeneralAnnotationViewController.swift

@@ -1022,26 +1022,26 @@ let KMColorPickerViewHeight: CGFloat = 64
         hiddenSubviews()
 
         textColorPickerView.annotationTypeString = NSLocalizedString("Anchored Note", comment: "Description for export")
-        commentButton.title = NSLocalizedString("Comment", tableName: "NoteWindow", comment: "")
-        commentButton.toolTip = NSLocalizedString("Comment", tableName: "NoteWindow", comment: "")
+        commentButton.title = NSLocalizedString("Comment", comment: "")
+        commentButton.toolTip = NSLocalizedString("Comment", comment: "")
         commentButton.setTitleColor(KMAppearance.Layout.h0Color())
-        paragraphButton.title = NSLocalizedString("Paragraph", tableName: "NoteWindow", comment: "")
-        paragraphButton.toolTip = NSLocalizedString("Paragraph", tableName: "NoteWindow", comment: "")
+        paragraphButton.title = NSLocalizedString("Paragraph", comment: "")
+        paragraphButton.toolTip = NSLocalizedString("Paragraph", comment: "")
         paragraphButton.setTitleColor(KMAppearance.Layout.h0Color())
-        insertButton.title = NSLocalizedString("Insert", tableName: "NoteWindow", comment: "")
-        insertButton.toolTip = NSLocalizedString("Insert", tableName: "NoteWindow", comment: "")
+        insertButton.title = NSLocalizedString("Insert", comment: "")
+        insertButton.toolTip = NSLocalizedString("Insert", comment: "")
         insertButton.setTitleColor(KMAppearance.Layout.h0Color())
-        addParagraphButton.title = NSLocalizedString("New Paragraph", tableName: "NoteWindow", comment: "")
-        addParagraphButton.toolTip = NSLocalizedString("New Paragraph", tableName: "NoteWindow", comment: "")
+        addParagraphButton.title = NSLocalizedString("New Paragraph", comment: "")
+        addParagraphButton.toolTip = NSLocalizedString("New Paragraph", comment: "")
         addParagraphButton.setTitleColor(KMAppearance.Layout.h0Color())
-        keyButton.title = NSLocalizedString("Key", tableName: "NoteWindow", comment: "")
-        keyButton.toolTip = NSLocalizedString("Key", tableName: "NoteWindow", comment: "")
+        keyButton.title = NSLocalizedString("Key", comment: "")
+        keyButton.toolTip = NSLocalizedString("Key", comment: "")
         keyButton.setTitleColor(KMAppearance.Layout.h0Color())
-        noteButton.title = NSLocalizedString("Note", tableName: "NoteWindow", comment: "")
-        noteButton.toolTip = NSLocalizedString("Note", tableName: "NoteWindow", comment: "")
+        noteButton.title = NSLocalizedString("Note", comment: "")
+        noteButton.toolTip = NSLocalizedString("Note", comment: "")
         noteButton.setTitleColor(KMAppearance.Layout.h0Color())
-        helpButton.title = NSLocalizedString("Help", tableName: "NoteWindow", comment: "")
-        helpButton.toolTip = NSLocalizedString("Help", tableName: "NoteWindow", comment: "")
+        helpButton.title = NSLocalizedString("Help", comment: "")
+        helpButton.toolTip = NSLocalizedString("Help", comment: "")
         helpButton.setTitleColor(KMAppearance.Layout.h0Color())
 
         let languages = NSLocale.preferredLanguages