ソースを参照

【fix】【编辑PDF】选中图片-裁剪状态下右键,缺多余。文案补充

tangchao 10 ヶ月 前
コミット
ef0214edda

+ 3 - 3
PDF Office/PDF Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift

@@ -127,17 +127,17 @@ extension KMMainViewController {
     }
     
     func corpImageMenuItem()->NSMenuItem {
-        let corpImageItem = NSMenuItem(title: NSLocalizedString("Confirm", comment: ""), action: #selector(menuItemEditingClick_CropImage), target: self)
+        let corpImageItem = NSMenuItem(title: NSLocalizedString("Confirm crop", comment: ""), action: #selector(menuItemEditingClick_CropImage), target: self)
         return corpImageItem
     }
     
     func cancelCorpImageMenuItem()->NSMenuItem {
-        let cancelCorpImageItem = NSMenuItem(title: NSLocalizedString("Cancel", comment: ""), action: #selector(menuItemEditingClick_CancelCrop), target: self)
+        let cancelCorpImageItem = NSMenuItem(title: NSLocalizedString("Cancel crop", comment: ""), action: #selector(menuItemEditingClick_CancelCrop), target: self)
         return cancelCorpImageItem
     }
     
     func restoreCorpImageMenuItem()->NSMenuItem {
-        let cancelCorpImageItem = NSMenuItem(title: NSLocalizedString("Restore", comment: ""), action: #selector(menuItemEditingClick_RestoreCrop), target: self)
+        let cancelCorpImageItem = NSMenuItem(title: NSLocalizedString("Restore crop", comment: ""), action: #selector(menuItemEditingClick_RestoreCrop), target: self)
         return cancelCorpImageItem
     }
     

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

@@ -2760,3 +2760,6 @@
 "Select an area on the page to insert the image." = "Rahmen Sie einen Bereich auf der Seite ein und fügen Sie ein Bild hinzu";
 "ascending sort" = "Aufsteigend";
 "Please add notes" = "Bitte Notizinhalt hinzufügen";
+"Confirm crop" = "Bestätigen Sie das Zuschneiden";
+"Cancel crop" = "Zuschneiden abbrechen";
+"Restore crop" = "Nachschneiden";

+ 3 - 0
PDF Office/PDF Master/Strings/en.lproj/Localizable.strings

@@ -3995,4 +3995,7 @@
 "Limit document size to 10M, document page number to 30, 10w characters per month." = "Limit document size to 10M, document page number to 30, 10w characters per month.";
 "Documents cannot exceed 30 pages" = "Documents cannot exceed 30 pages";
 "ascending sort" = "ascending sort";
+"Confirm crop" = "Confirm crop";
+"Cancel crop" = "Cancel crop";
+"Restore crop" = "Restore crop";
 

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

@@ -2853,3 +2853,6 @@
 "Select an area on the page to insert the image." = "Encuadre un área en la página y agregue una imagen";
 "ascending sort" = "Ascendente";
 "Please add notes" = "Por favor agregue contenido de nota";
+"Confirm crop" = "Confirmar recorte";
+"Cancel crop" = "Cancelar recorte";
+"Restore crop" = "Recortar";

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

@@ -2723,3 +2723,6 @@
 "Select an area on the page to insert the image." = "Encadrez une zone de la page et ajoutez une image";
 "ascending sort" = "Ascendant";
 "Please add notes" = "Veuillez ajouter le contenu de la note";
+"Confirm crop" = "Confirmer le recadrage";
+"Cancel crop" = "Annuler le recadrage";
+"Restore crop" = "Recadrer";

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

@@ -2649,3 +2649,6 @@
 "Select an area on the page to insert the image." = "Inquadra un'area della pagina e aggiungi un'immagine";
 "ascending sort" = "Ascendente";
 "Please add notes" = "Aggiungi il contenuto della nota";
+"Confirm crop" = "Conferma il ritaglio";
+"Cancel crop" = "Annulla il ritaglio";
+"Restore crop" = "Ritagliare";

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

@@ -2916,3 +2916,6 @@
 "Select an area on the page to insert the image." = "ページ上の領域を枠に囲んで画像を追加します";
 "ascending sort" = "上昇";
 "Please add notes" = "メモ内容を追加してください";
+"Confirm crop" = "トリミングを確認する";
+"Cancel crop" = "トリミングをキャンセルする";
+"Restore crop" = "再クロップ";

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

@@ -2925,3 +2925,6 @@
 "Select an area on the page to insert the image." = "Kadreer een gebied op de pagina en voeg een afbeelding toe";
 "ascending sort" = "Rosnąco";
 "Please add notes" = "Voeg notitie-inhoud toe";
+"Confirm crop" = "Bevestig het bijsnijden";
+"Cancel crop" = "Annuleer het bijsnijden";
+"Restore crop" = "Opnieuw bijsnijden";

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

@@ -2865,3 +2865,6 @@
 "Select an area on the page to insert the image." = "Wykadruj obszar na stronie i dodaj obraz";
 "ascending sort" = "Rosnąco";
 "Please add notes" = "Proszę dodać treść notatki";
+"Confirm crop" = "Potwierdź przycięcie";
+"Cancel crop" = "Anuluj przycinanie";
+"Restore crop" = "Przytnij ponownie";

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

@@ -2790,3 +2790,6 @@
 "Select an area on the page to insert the image." = "Выделите область на странице и добавьте изображение";
 "ascending sort" = "Восходящий";
 "Please add notes" = "Пожалуйста, добавьте содержание заметки";
+"Confirm crop" = "Подтвердить обрезку";
+"Cancel crop" = "Отменить обрезку";
+"Restore crop" = "Повторная обрезка";

+ 3 - 0
PDF Office/PDF Master/Strings/zh-Hans.lproj/Localizable.strings

@@ -3829,3 +3829,6 @@
 "Select an area on the page to insert the image." = "在页面中框选区域,并添加图像";
 "ascending sort" = "升序排列";
 "Please add notes" = "请新增笔记内容";
+"Confirm crop" = "确认裁剪";
+"Cancel crop" = "取消裁剪";
+"Restore crop" = "重新裁剪";

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

@@ -3958,3 +3958,6 @@
 "Select an area on the page to insert the image." = "在頁面中框選區域,並新增圖像";
 "ascending sort" = "升序排列";
 "Please add notes" = "請新增筆記內容";
+"Confirm crop" = "確認裁切";
+"Cancel crop" = "取消裁切";
+"Restore crop" = "重新裁剪";