liyijie 1 year ago
parent
commit
ec382bfe55

+ 2 - 2
PDF Office/MultilingualResources/PDF Office.en.xlf

@@ -1980,8 +1980,8 @@ form</target>
           <target state="new">Reset All</target>
         </trans-unit>
         <trans-unit id="WritableComboBox_CustomRangeEge" translate="yes" xml:space="preserve">
-          <source>ege : 1,3-5,10</source>
-          <target state="new">ege : 1,3-5,10</target>
+          <source>ege :  1,3-5, 10</source>
+          <target state="new">ege :  1,3-5, 10</target>
         </trans-unit>
       </group>
     </body>

+ 2 - 2
PDF Office/MultilingualResources/PDF Office.zh-Hans.xlf

@@ -1980,8 +1980,8 @@ form</target>
           <target state="new">Reset All</target>
         </trans-unit>
         <trans-unit id="WritableComboBox_CustomRangeEge" translate="yes" xml:space="preserve">
-          <source>ege : 1,3-5,10</source>
-          <target state="new">ege : 1,3-5,10</target>
+          <source>ege :  1,3-5, 10</source>
+          <target state="new">ege :  1,3-5, 10</target>
         </trans-unit>
       </group>
     </body>

+ 8 - 8
PDF Office/MultilingualResources/PDF Office.zh-Hant.xlf

@@ -813,11 +813,11 @@
           <target state="new">Add an Open File</target>
         </trans-unit>
         <trans-unit id="Merge_Hint" translate="yes" xml:space="preserve">
-          <source>Selected files
-Drop files here or Click “Add Files” at bottom right button. 
+          <source>Selected files
+Drop files here or Click “Add Files” at bottom right button. 
 Drag files to reorder as you need.</source>
-          <target state="new">Selected files
-Drop files here or Click “Add Files” at bottom right button. 
+          <target state="new">Selected files
+Drop files here or Click “Add Files” at bottom right button. 
 Drag files to reorder as you need.</target>
         </trans-unit>
         <trans-unit id="Merge_ItemPages" translate="yes" xml:space="preserve">
@@ -1394,16 +1394,16 @@ Drag files to reorder as you need.</target>
           <note from="MultilingualBuild" annotates="source" priority="2">阅读页底部工具栏-缩放菜单适应页面选项</note>
         </trans-unit>
         <trans-unit id="Convert_PDFToCSVADocment" translate="yes" xml:space="preserve">
-          <source>Create a single worksheet for
+          <source>Create a single worksheet for
 a document</source>
-          <target state="new">Create a single worksheet for
+          <target state="new">Create a single worksheet for
 a document</target>
           <note from="MultilingualBuild" annotates="source" priority="2">PDF转CSV-所有表格转为一个CSV文件</note>
         </trans-unit>
         <trans-unit id="Convert_PDFToCSVEachForm" translate="yes" xml:space="preserve">
-          <source>Create worksheets for each
+          <source>Create worksheets for each
 form</source>
-          <target state="new">Create worksheets for each
+          <target state="new">Create worksheets for each
 form</target>
           <note from="MultilingualBuild" annotates="source" priority="2">PDF转CSV-每个表格转为一个CSV文件</note>
         </trans-unit>

+ 1 - 0
PDF Office/ViewModels/PropertyPanel/ViewModular/PageContentViewModel.cs

@@ -49,6 +49,7 @@ namespace PDF_Master.ViewModels.PropertyPanel.ViewModular
             if (PDFViewer != null)
             {
                 PDFViewer.GoToPage(PDFViewer.CurrentIndex - 1);
+               
             }
         }