Browse Source

【综合】多语补充

tangchao 5 months ago
parent
commit
77697e2bd4

+ 2 - 2
PDF Office/PDF Master/Class/PDFWindowController/Side/LeftSide/KMLeftSideViewController+Note.swift

@@ -318,11 +318,11 @@ extension KMLeftSideViewController {
         _ = self._addDeleteAllReplyAnnoItem(menu)
         
         menu.addItem(.separator())
-        let importItem = NSMenuItem(title: NSLocalizedString("导入注释", comment: ""), action: #selector(importNotes), keyEquivalent: "")
+        let importItem = NSMenuItem(title: NSLocalizedString("Import Annotations", comment: ""), action: #selector(importNotes), keyEquivalent: "")
         importItem.target = self
         menu.addItem(importItem)
         
-        let exportItem = NSMenuItem(title: NSLocalizedString("导出注释", comment: ""), action: #selector(exportNotes), keyEquivalent: "")
+        let exportItem = NSMenuItem(title: NSLocalizedString("Export Annotations", comment: ""), action: #selector(exportNotes), keyEquivalent: "")
         exportItem.target = self
         menu.addItem(exportItem)
         

+ 4 - 0
PDF Office/PDF Master/Strings/ar.lproj/Localizable.strings

@@ -4712,3 +4712,7 @@
 "OCR Settings" = "إعدادات التعرف الضوئي على الحروف";
 "Language Option" = "خيارات اللغة";
 "Recognize text" = "تمكين التعرف الضوئي على الحروف";
+
+"Import Annotations" = "استيراد التعليقات";
+"Export Annotations" = "تصدير التعليقات";
+"Export Failure!" = "فشل التصدير!";

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

@@ -3077,3 +3077,7 @@
 "OCR Settings" = "OCR-Einstellungen";
 "Language Option" = "Sprachoptionen";
 "Recognize text" = "OCR aktivieren";
+
+"Import Annotations" = "Kommentare importieren";
+"Export Annotations" = "Kommentare exportieren";
+"Export Failure!" = "Export fehlgeschlagen!";

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

@@ -4243,3 +4243,7 @@
 "OCR Settings" = "OCR Settings";
 "Language Option" = "Language Option";
 "Recognize text" = "Recognize text";
+
+"Import Annotations" = "Import Annotations";
+"Export Annotations" = "Export Annotations";
+"Export Failure!" = "Export Failure!";

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

@@ -3160,3 +3160,7 @@
 "Language Option" = "Opciones de idioma";
 "Recognize text" = "Habilitar OCR";
 
+"Import Annotations" = "Importar comentarios";
+"Export Annotations" = "Exportar comentarios";
+"Export Failure!" = "¡Error en la exportación!";
+

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

@@ -3041,3 +3041,7 @@
 "OCR Settings" = "Paramètres ROC";
 "Language Option" = "Options de langue";
 "Recognize text" = "Activer l'OCR";
+
+"Import Annotations" = "Importer des commentaires";
+"Export Annotations" = "Exporter les commentaires";
+"Export Failure!" = "L'exportation a échoué !";

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

@@ -2955,3 +2955,7 @@
 "OCR Settings" = "Impostazioni dell'OCR";
 "Language Option" = "Opzioni della lingua";
 "Recognize text" = "Abilita l'OCR";
+
+"Import Annotations" = "Importa commenti";
+"Export Annotations" = "Esporta commenti";
+"Export Failure!" = "Esportazione fallita!";

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

@@ -3234,3 +3234,7 @@
 "OCR Settings" = "OCR設定";
 "Language Option" = "言語オプション";
 "Recognize text" = "OCRを有効にする";
+
+"Import Annotations" = "コメントをインポートする";
+"Export Annotations" = "コメントのエクスポート";
+"Export Failure!" = "エクスポートに失敗しました!";

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

@@ -3114,3 +3114,7 @@
 "OCR Settings" = "OCR-instellingen";
 "Language Option" = "Taaloptie";
 "Recognize text" = "Tekst herkennen";
+
+"Import Annotations" = "Opmerkingen importeren";
+"Export Annotations" = "Opmerkingen exporteren";
+"Export Failure!" = "Exporteren mislukt!";

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

@@ -3171,3 +3171,7 @@
 "OCR Settings" = "Ustawienia OCR";
 "Language Option" = "Opcje językowe";
 "Recognize text" = "Włącz OCR";
+
+"Import Annotations" = "Importuj komentarze";
+"Export Annotations" = "Eksportuj komentarze";
+"Export Failure!" = "Eksport nie powiódł się!";

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

@@ -4633,3 +4633,7 @@
 "OCR Settings" = "Configurações de OCR";
 "Language Option" = "Opções de idioma";
 "Recognize text" = "Habilitar OCR";
+
+"Import Annotations" = "Importar comentários";
+"Export Annotations" = "Exportar comentários";
+"Export Failure!" = "Falha na exportação!";

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

@@ -3105,3 +3105,7 @@
 "OCR Settings" = "настройки оптического распознавания символов";
 "Language Option" = "Языковые параметры";
 "Recognize text" = "Включить распознавание текста";
+
+"Import Annotations" = "Импортировать комментарии";
+"Export Annotations" = "Экспортировать комментарии";
+"Export Failure!" = "Экспорт не удался!";

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

@@ -4144,3 +4144,7 @@
 "OCR Settings" = "OCR设置";
 "Language Option" = "语言选项";
 "Recognize text" = "启用OCR";
+
+"Import Annotations" = "导入注释";
+"Export Annotations" = "导出注释";
+"Export Failure!" = "导出失败!";

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

@@ -4275,3 +4275,7 @@
 "OCR Settings" = "OCR設定";
 "Language Option" = "語言選項";
 "Recognize text" = "啟用OCR";
+
+"Import Annotations" = "導入註釋";
+"Export Annotations" = "導出註釋";
+"Export Failure!" = "匯出失敗!";