文字显示不正常的Bug #7
@ -106,7 +106,24 @@ export default {
 | 
			
		||||
      bookmark_list: 'Bookmark List',
 | 
			
		||||
      export_bookmarks: 'Export Bookmarks',
 | 
			
		||||
      recovery_success: 'Recovery Successful',
 | 
			
		||||
      file_format_error: 'File Format Error'
 | 
			
		||||
      file_format_error: 'File Format Error',
 | 
			
		||||
      instructions: {
 | 
			
		||||
        windows: {
 | 
			
		||||
          title: 'Windows System Instructions',
 | 
			
		||||
          steps: [
 | 
			
		||||
            'Copy C:\\Users\\%username%\\AppData\\Local\\Google\\Chrome\\User Data into File Explorer',
 | 
			
		||||
            'In search bar, type Bookmarks, you will see a list of files named Bookmarks and/or Bookmarks.bak',
 | 
			
		||||
            'Note: If there is more than one user using the same Chrome, bookmarks from other users will be listed too',
 | 
			
		||||
            'Select all the files with mouse and drag them to the upload area below',
 | 
			
		||||
            'Download all the converted HTML files',
 | 
			
		||||
            'Open each HTML file with Chrome and determine the HTML file that contains your bookmarks (Note: The largest file is most likely the correct one)',
 | 
			
		||||
            'In your Chrome browser, click the Chrome menu icon and go to Bookmarks > Bookmark Manager',
 | 
			
		||||
            'Click the menu icon beside search bar and click "Import Bookmarks"',
 | 
			
		||||
            'Select the HTML file that contains your bookmarks',
 | 
			
		||||
            'Your bookmarks should now be imported back to Chrome'
 | 
			
		||||
          ]
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    seal_generator: {
 | 
			
		||||
      title: 'Seal Generator',
 | 
			
		||||
 | 
			
		||||
@ -557,7 +557,24 @@ export default {
 | 
			
		||||
      bookmark_list: '书签列表',
 | 
			
		||||
      export_bookmarks: '导出书签',
 | 
			
		||||
      recovery_success: '恢复成功',
 | 
			
		||||
      file_format_error: '文件格式错误'
 | 
			
		||||
      file_format_error: '文件格式错误',
 | 
			
		||||
      instructions: {
 | 
			
		||||
        windows: {
 | 
			
		||||
          title: 'Windows 系统操作说明',
 | 
			
		||||
          steps: [
 | 
			
		||||
            '复制路径 C:\\Users\\%username%\\AppData\\Local\\Google\\Chrome\\User Data 到文件资源管理器',
 | 
			
		||||
            '在搜索栏中输入 Bookmarks,你将看到名为 Bookmarks 和/或 Bookmarks.bak 的文件列表',
 | 
			
		||||
            '如果同一台电脑上有多个用户使用 Chrome,其他用户的书签文件也会被列出',
 | 
			
		||||
            '选择所有文件并将它们拖拽到下方的上传区域',
 | 
			
		||||
            '下载所有转换后的 HTML 文件',
 | 
			
		||||
            '用 Chrome 打开每个 HTML 文件,确定哪个文件包含你的书签(通常最大的文件是正确的)',
 | 
			
		||||
            '在 Chrome 浏览器中,点击菜单图标,进入 书签 > 书签管理器',
 | 
			
		||||
            '点击搜索栏旁边的菜单图标,选择"导入书签"',
 | 
			
		||||
            '选择包含你书签的 HTML 文件',
 | 
			
		||||
            '你的书签现在应该已经导入到 Chrome 中了'
 | 
			
		||||
          ]
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    seal_generator: {
 | 
			
		||||
      title: '印章生成器',
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user