| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122 |
- {
- "extensionDescription": {
- "message": "将一个完整的页面保存到单个 HTML 文件中",
- "description": "Description of the extension."
- },
- "commandSaveSelectedTabs": {
- "message": "保存选中标签页或其中的选中内容",
- "description": "Command (Ctrl+Shift+Y): 'Save the selected tabs or their selected contents'"
- },
- "commandSaveAllTabs": {
- "message": "保存所有标签页",
- "description": "Command (Ctrl+Shift+U): 'Save all tabs'"
- },
- "commandCustomShortcut": {
- "message": "自定义快捷键",
- "description": "Command label: 'Custom shortcut'"
- },
- "commandCustomShortcut0": {
- "message": "自定义快捷键 #1",
- "description": "Command label: 'Custom shortcut #1'"
- },
- "commandCustomShortcut1": {
- "message": "自定义快捷键 #2",
- "description": "Command label: 'Custom shortcut #2'"
- },
- "commandCustomShortcut2": {
- "message": "自定义快捷键 #3",
- "description": "Command label: 'Custom shortcut #3'"
- },
- "commandCustomShortcut3": {
- "message": "自定义快捷键 #4",
- "description": "Command label: 'Custom shortcut #4'"
- },
- "commandCustomShortcut4": {
- "message": "自定义快捷键 #5",
- "description": "Command label: 'Custom shortcut #5'"
- },
- "commandCustomShortcut5": {
- "message": "自定义快捷键 #6",
- "description": "Command label: 'Custom shortcut #6'"
- },
- "commandCustomShortcut6": {
- "message": "自定义快捷键 #7",
- "description": "Command label: 'Custom shortcut #7'"
- },
- "commandCustomShortcut7": {
- "message": "自定义快捷键 #8",
- "description": "Command label: 'Custom shortcut #8'"
- },
- "commandCustomShortcut8": {
- "message": "自定义快捷键 #9",
- "description": "Command label: 'Custom shortcut #9'"
- },
- "commandCustomShortcut9": {
- "message": "自定义快捷键 #10",
- "description": "Command label: 'Custom shortcut #10'"
- },
- "menuSavePage": {
- "message": "使用 SingleFile 保存页面",
- "description": "Menu entry: 'Save page with SingleFile'"
- },
- "menuSaveSelectedLinks": {
- "message": "保存所选链接",
- "description": "Menu entry: 'Save selected links'"
- },
- "menuEditPage": {
- "message": "标注页面...",
- "description": "Menu entry: 'Annotate the page...'"
- },
- "menuEditAndSavePage": {
- "message": "标注并保存该页面...",
- "description": "Menu entry: 'Annotate and save the page...'"
- },
- "menuSaveWithProfile": {
- "message": "使用指定的配置文件保存页面",
- "description": "Menu entry: 'Save with profile'"
- },
- "menuViewPendingSaves": {
- "message": "查看挂起的保存项...",
- "description": "Menu entry: 'View pending saves...'"
- },
- "menuSelectProfile": {
- "message": "选择默认配置文件",
- "description": "Menu entry: 'Select the default profile'"
- },
- "menuUpdateRule": {
- "message": "选择当前规则的配置文件",
- "description": "Menu entry: 'Select the profile of the current rule'"
- },
- "menuCreateDomainRule": {
- "message": "选择当前域名的配置文件",
- "description": "Menu entry: 'Select the profile of the current domain'"
- },
- "menuSaveSelection": {
- "message": "保存选中部分",
- "description": "Menu entry: 'Save selection'"
- },
- "menuSaveFrame": {
- "message": "保存框架",
- "description": "Menu entry: 'Save frame'"
- },
- "menuSaveTabs": {
- "message": "保存标签页",
- "description": "Menu entry (SingleFile button only): 'Save tabs'"
- },
- "menuSaveSelectedTabs": {
- "message": "保存选中标签页",
- "description": "Menu entry: 'Save selected tabs'"
- },
- "menuSaveUnpinnedTabs": {
- "message": "保存未固定标签页",
- "description": "Menu entry: 'Save unpinned tabs'"
- },
- "menuSaveAllTabs": {
- "message": "保存所有标签页",
- "description": "Menu entry: 'Save all tabs'"
- },
- "menuBatchSaveUrls": {
- "message": "批量保存网址...",
- "description": "Menu entry: 'Batch save URLs...'"
- },
- "menuAutoSave": {
- "message": "自动保存",
- "description": "Menu entry: 'Auto-save'"
- },
- "menuAutoSaveDisabled": {
- "message": "已禁用",
- "description": "Menu entry: 'Auto-save' > Disabled'"
- },
- "menuAutoSaveTab": {
- "message": "自动保存此标签页",
- "description": "Menu entry: 'Auto-save' > Auto-save this tab'"
- },
- "menuAutoSaveUnpinnedTabs": {
- "message": "自动保存未固定标签页",
- "description": "Menu entry: 'Auto-save' > Auto-save unpinned tabs'"
- },
- "menuAutoSaveAllTabs": {
- "message": "自动保存所有标签页",
- "description": "Menu entry: 'Auto-save' > Auto-save all tabs'"
- },
- "buttonDefaultTooltip": {
- "message": "使用 SingleFile 保存页面",
- "description": "Button title: 'Save page with SingleFile'"
- },
- "buttonBlockedBadge": {
- "message": "🚫",
- "description": "Button badge when the page is blocked: '🚫'"
- },
- "buttonBlockedTooltip": {
- "message": "SingleFile 无法保存此页面",
- "description": "Button title: 'This page cannot be saved with SingleFile'"
- },
- "buttonInitializingTooltip": {
- "message": "正在初始化 SingleFile",
- "description": "Button title during initialization: 'Initializing SingleFile (x/2)'"
- },
- "buttonInitializingBadge": {
- "message": "•••",
- "description": "Badge label during initialization: '•••'"
- },
- "buttonSaveProgressTooltip": {
- "message": "保存进度:",
- "description": "Button title during save: 'Save progress: xx%'"
- },
- "buttonUploadProgressTooltip": {
- "message": "上传进度: ",
- "description": "Button title during save: 'Upload progress: xx%'"
- },
- "buttonOKBadge": {
- "message": "完成",
- "description": "Badge label: 'OK'"
- },
- "buttonErrorBadge": {
- "message": "错误",
- "description": "Badge label for unexpected errors"
- },
- "buttonAutoSaveActiveTooltip": {
- "message": "自动保存活动页面",
- "description": "Button title: 'Auto-save active'"
- },
- "buttonAutoSaveActiveBadge": {
- "message": "[自动]",
- "description": "Badge label when auto-save is active"
- },
- "optionsTitle": {
- "message": "选项",
- "description": "Options page title"
- },
- "optionsUserInterfaceSubTitle": {
- "message": "用户界面",
- "description": "Options sub-title: 'User interface'"
- },
- "optionAddMenuEntry": {
- "message": "在页面的上下文菜单中添加 SingleFile 条目",
- "description": "Options page label: 'add entry in the context menu of the webpage'"
- },
- "optionDisplayShadow": {
- "message": "在处理过程中用阴影覆盖页面",
- "description": "Options page label: 'overlay a shadow on the page during processing'"
- },
- "optionDisplayInfobar": {
- "message": "查看已保存页面时显示信息栏",
- "description": "Options page label: 'display an infobar when viewing a saved page'"
- },
- "optionInfobarTemplate": {
- "message": "信息栏内容模板",
- "description": "Options page label: 'template of the infobar content'"
- },
- "optionBlockMixedContent": {
- "message": "拦截混合內容",
- "description": "Options page label: 'block mixed content'"
- },
- "optionSaveOriginalURLs": {
- "message": "保存嵌入资源的原始网址",
- "description": "Options page label: 'save original URLs of embedded resources'"
- },
- "optionIncludeInfobar": {
- "message": "将信息栏嵌入到保存的页面中",
- "description": "Options page label: 'include the infobar in the saved page'"
- },
- "optionOpenInfobar": {
- "message": "查看已保存页面时使信息栏为打开状态",
- "description": "Options page label: 'keep infobar open'"
- },
- "optionRemoveInfobarSavedDate": {
- "message": "不包括保存日期",
- "description": "Options page label: 'do not include the saved date'"
- },
- "optionConfirmInfobar": {
- "message": "打开提示对话框编辑信息栏内容",
- "description": "Options page label: 'open a prompt dialog to edit the infobar content'"
- },
- "optionAutoClose": {
- "message": "页面保存后自动关闭该标签页",
- "description": "Options page label: 'auto-close the tab after the page is saved'"
- },
- "optionCustomShortcut": {
- "message": "自定义快捷键命令",
- "description": "Options page label: 'keyboard shortcut command'"
- },
- "optionCustomShortcutDefault": {
- "message": "默认快捷键",
- "description": "Options page label: 'default shortcut'"
- },
- "optionsFileNameSubTitle": {
- "message": "文件名",
- "description": "Options sub-title: 'File name'"
- },
- "optionFilenameTemplate": {
- "message": "模板",
- "description": "Options page label: 'template'"
- },
- "optionFilenameMaxLength": {
- "message": "最大长度",
- "description": "Options page label: 'max length'"
- },
- "optionFilenameMaxLengthBytesUnit": {
- "message": "字节",
- "description": "Options page label: 'bytes'"
- },
- "optionFilenameMaxLengthCharsUnit": {
- "message": "字符",
- "description": "Options page label: 'characters'"
- },
- "optionFilenameReplacementCharacter": {
- "message": "替换字符",
- "description": "Options page label: 'replacement character'"
- },
- "optionReplaceEmojisInFilename": {
- "message": "用文字替换表情符号",
- "description": "Options page label: 'replace emojis with text'"
- },
- "optionSaveFilenameTemplateData": {
- "message": "将文件名模板数据保存到页面中",
- "description": "Options page label: 'save the filename template data into the page'"
- },
- "optionConfirmFilename": {
- "message": "打开 “另存为” 对话框以确认文件名",
- "description": "Options page label: 'open the \"Save as\" dialog to confirm the file name'"
- },
- "optionFilenameConflictAction": {
- "message": "文件名冲突解决方案",
- "description": "Options page label: 'filename conflict resolution'"
- },
- "optionFilenameConflictActionUniquify": {
- "message": "创建一个唯一名称",
- "description": "Value for 'filename conflict resolution' option: 'create a unique name'"
- },
- "optionFilenameConflictActionOverwrite": {
- "message": "覆盖现有文件",
- "description": "Value for 'filename conflict resolution' option: 'overwrite the existing file'"
- },
- "optionFilenameConflictActionPrompt": {
- "message": "指定一个新名称",
- "description": "Value for 'name conflict resolution' option: 'prompt for a name'"
- },
- "optionFilenameConflictActionSkip": {
- "message": "跳过重复文件",
- "description": "Value for 'filename conflict resolution' option: 'skip duplicate files'"
- },
- "optionsHTMLContentSubTitle": {
- "message": "HTML 内容",
- "description": "Options sub-title: 'HTML content'"
- },
- "optionCompressHTML": {
- "message": "压缩 HTML 内容",
- "description": "Options page label: 'compress HTML content'"
- },
- "optionRemoveFrames": {
- "message": "移除框架",
- "description": "Options page label: 'remove frames'"
- },
- "optionRemoveHiddenElements": {
- "message": "移除隐藏元素",
- "description": "Options page label: 'remove hidden elements'"
- },
- "optionRemovedElementsSelector": {
- "message": "移除特定元素",
- "description": "Options page label: 'remove specific elements'"
- },
- "optionsFileFormatSubTitle": {
- "message": "文件格式",
- "description": "Options sub-title: 'File format'"
- },
- "optionFileFormat": {
- "message": "格式",
- "description": "Options page label: 'format'"
- },
- "optionFileFormatSelectHTML": {
- "message": "HTML",
- "description": "Options page label: 'HTML'"
- },
- "optionFileFormatSelectSelfExtractingUniversal": {
- "message": "自解压缩 ZIP(通用)",
- "description": "Options page label: 'self-extracting ZIP (universal)'"
- },
- "optionFileFormatSelectSelfExtracting": {
- "message": "自解压缩 ZIP",
- "description": "Options page label: 'self-extracting ZIP'"
- },
- "optionFileFormatSelectZIP": {
- "message": "ZIP",
- "description": "Options page label: 'ZIP'"
- },
- "optionPassword": {
- "message": "密码",
- "description": "Options page label: 'password'"
- },
- "optionCreateRootDirectory": {
- "message": "创建根目录",
- "description": "Options page label: 'create a root directory'"
- },
- "optionPreventAppendedData": {
- "message": "不要在 ZIP 数据后添加数据",
- "description": "Options page label: 'do not append data after the ZIP data'"
- },
- "optionInsertTextBody": {
- "message": "使文本可被搜索",
- "description": "Options page label: 'make text searchable'"
- },
- "optionInsertEmbeddedImage": {
- "message": "嵌入图片",
- "description": "Options page label: 'embed image'"
- },
- "optionInsertEmbeddedScreenshotImage": {
- "message": "网页截图",
- "description": "Options page label: 'page screenshot'"
- },
- "optionInsertEmbeddedCustomImage": {
- "message": "自定义图片",
- "description": "Options page label: 'custom image'"
- },
- "optionsInfobarSubTitle": {
- "message": "信息栏",
- "description": "Options sub-title: 'Infobar'"
- },
- "optionsImagesSubTitle": {
- "message": "图片",
- "description": "Options sub-title: 'Images'"
- },
- "optionGroupDuplicateImages": {
- "message": "将重复图片分组到一起",
- "description": "Options page label: 'group duplicate images together'"
- },
- "optionLoadDeferredImages": {
- "message": "保存延迟加载的图片",
- "description": "Options page label: 'save deferred images'"
- },
- "optionLoadDeferredImagesMaxIdleTime": {
- "message": "最长空闲时间(毫秒)",
- "description": "Options page label: 'maximum idle time (ms)'"
- },
- "optionLoadDeferredImagesKeepZoomLevel": {
- "message": "缩小页面",
- "description": "Options page label: 'zoom out the page'"
- },
- "optionLoadDeferredImagesDispatchScrollEvent": {
- "message": "触发滚动事件",
- "description": "Options page label: 'dispatch \"scroll\" event'"
- },
- "optionLoadDeferredImagesBeforeFrames": {
- "message": "加载延迟框架",
- "description": "Options page label: 'load deferred frames'"
- },
- "optionRemoveAlternativeImages": {
- "message": "移除用于备选分辨率的图片",
- "description": "Options page label: 'remove images for alternative screen resolutions'"
- },
- "optionsFontsSubTitle": {
- "message": "字体",
- "description": "Options sub-title: 'Fonts'"
- },
- "optionRemoveUnusedFonts": {
- "message": "移除未使用字体",
- "description": "Options page label: 'remove unused fonts'"
- },
- "optionRemoveAlternativeFonts": {
- "message": "移除备选字体",
- "description": "Options page label: 'remove alternative fonts'"
- },
- "optionsStylesheetsSubTitle": {
- "message": "样式表",
- "description": "Options sub-title: 'Stylesheets'"
- },
- "optionCompressCSS": {
- "message": "压缩 CSS 内容",
- "description": "Options page label: 'compress CSS content'"
- },
- "optionGroupDuplicateStylesheets": {
- "message": "将重复样式表分组到一起",
- "description": "Options page label: 'group duplicate stylesheets together'"
- },
- "optionMoveStylesInHead": {
- "message": "移动 head 标签之外的样式到其内",
- "description": "Options page label: 'move in the head element the styles found outside of it'"
- },
- "optionRemoveUnusedStyles": {
- "message": "移除未使用的样式",
- "description": "Options page label: 'remove unused styles'"
- },
- "optionRemoveAlternativeMedias": {
- "message": "移除用于备选设备屏幕的样式表",
- "description": "Options page label: 'remove stylesheets for alternative devices to screens'"
- },
- "optionsNetworkSubTitle": {
- "message": "网络",
- "description": "Options sub-title: 'Network'"
- },
- "optionsBlockedResources": {
- "message": "拦截资源文件",
- "description": "Options page label: 'blocked resources'"
- },
- "optionsAcceptHeaders": {
- "message": "“Accept” 请求头",
- "description": "Options page label: '\"Accept\" header'"
- },
- "optionResourceScript": {
- "message": "脚本",
- "description": "Options page label: 'scripts'"
- },
- "optionResourceVideo": {
- "message": "视频",
- "description": "Options page label: 'videos'"
- },
- "optionResourceAudio": {
- "message": "音频",
- "description": "Options page label: 'audios'"
- },
- "optionResourceDocument": {
- "message": "文档",
- "description": "Options page label: 'documents'"
- },
- "optionResourceFont": {
- "message": "字体",
- "description": "Options page label: 'fonts'"
- },
- "optionResourceStylesheet": {
- "message": "样式表",
- "description": "Options page label: 'stylesheets'"
- },
- "optionResourceImage": {
- "message": "图片",
- "description": "Options page label: 'images'"
- },
- "optionsDestinationSubTitle": {
- "message": "保存位置",
- "description": "Options sub-title: 'Destination'"
- },
- "optionsBookmarkSubTitle": {
- "message": "书签",
- "description": "Options sub-title: 'Bookmarks'"
- },
- "optionsAutoSaveSubTitle": {
- "message": "自动保存",
- "description": "Options sub-title: 'Auto-save'"
- },
- "optionsAutoSettingsSubTitle": {
- "message": "自动设置规则",
- "description": "Options sub-title: 'Auto-settings rules'"
- },
- "optionsDeleteDisplayedRulesConfirm": {
- "message": "确认删除所有已显示规则",
- "description": "Popup text 'Confirm the deletion of all displayed rules'"
- },
- "optionsDeleteRulesTooltip": {
- "message": "删除所有已显示规则",
- "description": "Popup text 'Delete all displayed rules'"
- },
- "optionsAutoSettingsUrl": {
- "message": "网址",
- "description": "Options label in the Auto-settings rules: 'URL'"
- },
- "optionsAutoSettingsUrlPlaceholder": {
- "message": "输入完整的或部分网址 (例如 example.com)",
- "description": "Placeholder in the Auto-settings rules: 'Type a complete or partial URL (e.g. example.com)'"
- },
- "optionsAutoSettingsProfile": {
- "message": "配置文件",
- "description": "Options label in the Auto-settings rules: 'Profile'"
- },
- "optionsAutoSettingsAutoSaveProfile": {
- "message": "自动保存配置文件",
- "description": "Options label in the Auto-settings rules: 'Auto-save profile'"
- },
- "optionsAutoSettingsShowAllProfiles": {
- "message": "显示所有配置文件",
- "description": "Options label in the Auto-settings rules: 'display all profiles'"
- },
- "optionsAutoSettingsShowAutoSaveProfile": {
- "message": "显示 “自动保存配置文件” 列",
- "description": "Options label in the Auto-settings rules: 'display 'Auto-save profile' column'"
- },
- "optionsUpdateRuleTooltip": {
- "message": "更新规则",
- "description": "Popup text 'Update the rule' in the options page"
- },
- "optionsDeleteRuleTooltip": {
- "message": "删除规则",
- "description": "Popup text 'Delete the rule' in the options page"
- },
- "optionsAddRuleTooltip": {
- "message": "添加规则",
- "description": "Popup text 'Add the rule' in the options page"
- },
- "optionsValidateChangesTooltip": {
- "message": "验证更改",
- "description": "Popup text 'Validate changes' in the options page"
- },
- "optionsCancelChangesTooltip": {
- "message": "取消更改",
- "description": "Popup text 'Cancel changes' in the options page"
- },
- "optionsDeleteRuleConfirm": {
- "message": "确认删除所选规则",
- "description": "Popup text 'Confirm the deletion of the selected rule' in the options page"
- },
- "optionAutoSaveLoadOrUnload": {
- "message": "在页面加载完成后或开始卸载时进行自动保存",
- "description": "auto-save after page load or on page unload"
- },
- "optionAutoSaveLoad": {
- "message": "在页面加载完成后进行自动保存",
- "description": "Options page label: 'auto-save after page load'"
- },
- "optionAutoSaveUnload": {
- "message": "在页面开始卸载时进行自动保存",
- "description": "Options page label: 'auto-save on page unload'"
- },
- "optionAutoSaveDiscard": {
- "message": "在页面丢弃时进行自动保存",
- "description": "Options page label: 'auto-save on tab discard'"
- },
- "optionAutoSaveRemove": {
- "message": "在页面移除时进行自动保存",
- "description": "Options page label: 'auto-save on tab removal'"
- },
- "optionAutoSaveDelay": {
- "message": "页面加载完成后延迟该时间再进行自动保存(秒)",
- "description": "Options page label: 'auto-save waiting delay after page load (s)'"
- },
- "optionAutoSaveRepeat": {
- "message": "定期自动保存",
- "description": "Options page label: 'auto-save periodically'"
- },
- "optionAutoSaveRepeatDelay": {
- "message": "周期(秒)",
- "description": "Options page label: 'period (s)'"
- },
- "optionAutoSaveExternalSave": {
- "message": "使用 SingleFile Companion 保存页面",
- "description": "Options page label: 'save the page with SingleFile Companion'"
- },
- "optionsEditorSubTitle": {
- "message": "标注编辑器",
- "description": "Options sub-title: 'Annotation editor'"
- },
- "optionOpenEditor": {
- "message": "在保存前对该页面进行标注编辑",
- "description": "Options page label: 'annotate the page before saving'"
- },
- "optionOpenSavedPage": {
- "message": "在新标签页中打开保存后的页面",
- "description": "Options page label: 'open saved pages in a new tab'"
- },
- "optionAutoOpenEditor": {
- "message": "在标注编辑器中打开用 SingleFile 保存的页面",
- "description": "Options page label: 'open pages saved with SingleFile in the annotation editor'"
- },
- "optionDefaultEditorMode": {
- "message": "默认模式",
- "description": "Options page label: 'default mode'"
- },
- "optionDefaultEditorModeNormal": {
- "message": "常规",
- "description": "Options page label: 'default mode > normal'"
- },
- "optionDefaultEditorModeEdit": {
- "message": "编辑模式",
- "description": "Options page label: 'default mode > edit the page'"
- },
- "optionDefaultEditorModeFormat": {
- "message": "格式化页面",
- "description": "Options page label: 'default mode > format the page'"
- },
- "optionDefaultEditorModeCut": {
- "message": "删除内部文档元素",
- "description": "Options page label: 'default mode > remove elements'"
- },
- "optionDefaultEditorModeCutExternal": {
- "message": "删除外部文档元素",
- "description": "Options page label: 'default mode > remove external elements'"
- },
- "optionApplySystemTheme": {
- "message": "在标注编辑器中打开页面时应用系统主题样式",
- "description": "Title of the button 'apply the system theme when formatting a page'"
- },
- "optionContentWidth": {
- "message": "格式化页面时的内容宽度(em)",
- "description": "Options page label: 'content width when formatting a page (em)'"
- },
- "optionWarnUnsavedPage": {
- "message": "离开标注编辑器时提醒保存已修改的内容",
- "description": "Title of the button 'warn if leaving page with unsaved changes'"
- },
- "optionDisplayInfobarInEditor": {
- "message": "显示信息栏",
- "description": "Title of the button 'display the infobar'"
- },
- "optionsMiscSubTitle": {
- "message": "杂项",
- "description": "Options sub-title: 'Misc.'"
- },
- "optionBackgroundSave": {
- "message": "在后台保存页面",
- "description": "Options page label: 'save pages in background'"
- },
- "optionDisplayStats": {
- "message": "处理完成后在控制台中显示统计数据",
- "description": "Options page label: 'display stats in the console after processing'"
- },
- "optionSetMaxResourceSize": {
- "message": "限制资源文件大小",
- "description": "Options page label: 'set maximum size'"
- },
- "optionMaxResourceSize": {
- "message": "大小上限(兆字节)",
- "description": "Options page label: 'maximum size (MB)'"
- },
- "optionSetMaxResourceDelay": {
- "message": "限制资源文件下载超时时间",
- "description": "Options page label: 'set maximum download time'"
- },
- "optionMaxResourceDelay": {
- "message": "时间上限(秒)",
- "description": "Options page label: 'maximum download time (s)'"
- },
- "optionPassReferrerOnError": {
- "message": "跨域请求失败时添加来源地址头信息(Referer)",
- "description": "Options page label: 'pass \"Referer\" header after a cross-origin request error'"
- },
- "optionSaveRawPage": {
- "message": "保存原始页面",
- "description": "Options page label: 'save raw page'"
- },
- "optionInsertMetaCSP": {
- "message": "设置内容安全策略",
- "description": "Options page label: 'set content security policy'"
- },
- "optionSaveToClipboard": {
- "message": "保存到剪切板",
- "description": "Options page label: 'copy to clipboard'"
- },
- "optionSaveToFilesystem": {
- "message": "保存到文件系统",
- "description": "Options page label: 'save to filesystem'"
- },
- "optionSharePage": {
- "message": "分享页面",
- "description": "Options page label: 'share page'"
- },
- "optionAddProof": {
- "message": "添加证明文件存在的指纹",
- "description": "Options page label: 'add proof of existence'"
- },
- "optionsAddProofConfirm": {
- "message": "请确认您是否允许 SingleFile 将您要保存的每个页面的 SHA256 哈希值发送给 Woleet API 。您可以在帮助页面或者通过点击该选项旁的问号找到此功能的更多信息。",
- "description": "Popup text displayed wen enabling the option 'add proof of existence'"
- },
- "optionWoleetKey": {
- "message": "访问令牌",
- "description": "Options page label: 'access token'"
- },
- "optionSaveToGDrive": {
- "message": "保存到 Google Drive",
- "description": "Options page label: 'upload to Google Drive'"
- },
- "optionSaveToDropbox": {
- "message": "保存到 Dropbox",
- "description": "Options page label: 'upload to Dropbox'"
- },
- "optionSaveToGitHub": {
- "message": "保存到 GitHub",
- "description": "Options page label: 'upload to GitHub'"
- },
- "optionGitHubToken": {
- "message": "访问令牌",
- "description": "Options page label: 'access token'"
- },
- "optionGitHubUser": {
- "message": "用户名",
- "description": "Options page label: 'user name'"
- },
- "optionGitHubRepository": {
- "message": "仓库名称",
- "description": "Options page label: 'repository name'"
- },
- "optionGitHubBranch": {
- "message": "分支名称",
- "description": "Options page label: 'branch name'"
- },
- "optionSaveToS3": {
- "message": "保存到 Amazon S3",
- "description": "Options page label: 'upload to Amazon S3'"
- },
- "optionS3Domain": {
- "message": "域名",
- "description": "Options page label: 'domain'"
- },
- "optionS3Region": {
- "message": "区域",
- "description": "Options page label: 'region'"
- },
- "optionS3Bucket": {
- "message": "存储桶名称",
- "description": "Options page label: 'bucket name'"
- },
- "optionS3AccessKey": {
- "message": "访问密钥",
- "description": "Options page label: 'access key'"
- },
- "optionS3SecretKey": {
- "message": "密钥",
- "description": "Options page label: 'secret key'"
- },
- "optionSaveWithWebDAV": {
- "message": "保存到 WebDAV 服务器",
- "description": "Options page label: 'upload to a WebDAV server'"
- },
- "optionWebDAVURL": {
- "message": "地址",
- "description": "Options page label: 'URL'"
- },
- "optionWebDAVUser": {
- "message": "用户名",
- "description": "Options page label: 'user identifier'"
- },
- "optionWebDAVPassword": {
- "message": "密码",
- "description": "Options page label: 'password'"
- },
- "optionSaveWithMCP": {
- "message": "upload to an MCP server",
- "description": "Options page label: 'upload to an MCP server'"
- },
- "optionMCPServerUrl": {
- "message": "server URL",
- "description": "Options page label: 'server URL'"
- },
- "optionMCPAuthToken": {
- "message": "authentication token",
- "description": "Options page label: 'authentication token'"
- },
- "optionSaveWithCompanion": {
- "message": "使用 SingleFile Companion 保存",
- "description": "Options page label: 'save with SingleFile Companion'"
- },
- "optionSaveCreatedBookmarks": {
- "message": "创建新书签时保存其对应页面",
- "description": "Options page label: 'save the page of a newly created bookmark'"
- },
- "optionReplaceBookmarkURL": {
- "message": "将新书签的链接指向已保存页面",
- "description": "Options page label: 'link the new bookmark to the saved page'"
- },
- "optionAllowedBookmarkFolders": {
- "message": "允许文件夹",
- "description": "Options page label: 'allowed folders'"
- },
- "optionIgnoredBookmarkFolders": {
- "message": "忽略文件夹",
- "description": "Options page label: 'ignored folders'"
- },
- "optionsHelpLink": {
- "message": "帮助",
- "description": "Options help link"
- },
- "optionSynchronize": {
- "message": "同步选项",
- "description": "Options label: 'synchronize options'"
- },
- "optionsResetButton": {
- "message": "重置",
- "description": "Options button: 'Reset'"
- },
- "optionsResetTooltip": {
- "message": "重置所有选项为默认值",
- "description": "Options 'Reset' button tooltip"
- },
- "optionsResetConfirm": {
- "message": "确认重置所有选项或当前配置文件",
- "description": "Popup text 'Confirm the reset of all options or the current profile' in the options page"
- },
- "optionsResetAllButton": {
- "message": "重置所有选项",
- "description": "Options confirm button: 'Reset all options'"
- },
- "optionsResetCurrentButton": {
- "message": "重置当前配置文件",
- "description": "Options confirm button: 'Reset current profile'"
- },
- "optionsOKButton": {
- "message": "确定",
- "description": "Options confirm button: 'OK'"
- },
- "optionsCancelButton": {
- "message": "取消",
- "description": "Options confirm button: 'Cancel'"
- },
- "optionsExportButton": {
- "message": "导出",
- "description": "Options button: 'Export'"
- },
- "optionsImportButton": {
- "message": "导入",
- "description": "Options button: 'Import'"
- },
- "logPanelDeferredImages": {
- "message": "延迟加载的图片",
- "description": "Label 'Deferred images' in the log panel"
- },
- "logPanelFrameContents": {
- "message": "框架内容",
- "description": "Label 'Frame contents' in the log panel"
- },
- "logPanelEmbeddedImage": {
- "message": "嵌入图片",
- "description": "Label 'Embedded image' in the log panel"
- },
- "logPanelStep": {
- "message": "步骤",
- "description": "Label 'Step' (for 'Step x / 4') in the log panel"
- },
- "logPanelWidth": {
- "message": "122",
- "description": "Width of the log panel in pixels, it should be adjusted for the longest label beginning with 'log' (e.g. 'logPanelDeferredImages')"
- },
- "topPanelError": {
- "message": "SingleFile 错误:",
- "description": "Label 'SingleFile error: ' in the top panel when displaying an error message"
- },
- "topPanelEmbeddedImageButton": {
- "message": "打开图片...",
- "description": "Top panel button 'Open image...' when embedding an image"
- },
- "topPanelSharePageButton": {
- "message": "分享页面...",
- "description": "Top panel button 'Share page...' when sharing a page"
- },
- "topPanelShareSelectionButton": {
- "message": "分享选中内容...",
- "description": "Top panel button 'Share selection...' when sharing selected content"
- },
- "profileDefaultSettings": {
- "message": "默认设置",
- "description": "Label 'Default settings' of the default settings in the options page"
- },
- "profileDisabled": {
- "message": "已禁用",
- "description": "Label 'Disabled' of the disabled profile name in the options page"
- },
- "profileAddButtonTooltip": {
- "message": "新增配置文件",
- "description": "Tooltip 'Add a new profile' in the options page"
- },
- "profileRenameButtonTooltip": {
- "message": "重命名配置文件",
- "description": "Tooltip 'Rename the profile' in the options page"
- },
- "profileDeleteButtonTooltip": {
- "message": "删除配置文件",
- "description": "Tooltip 'Delete the profile' in the options page"
- },
- "profileAddPrompt": {
- "message": "新增配置文件",
- "description": "Popup text 'Enter a name for this new profile' in the options page"
- },
- "profileDeleteConfirm": {
- "message": "确认删除所选配置文件?",
- "description": "Popup text 'Confirm the deletion of the selected profile' in the options page"
- },
- "profileRenamePrompt": {
- "message": "重命名配置文件",
- "description": "Popup text 'Enter a new name for the selected profile' in the options page"
- },
- "editorAddYellowNote": {
- "message": "添加黄色标注",
- "description": "Title of the button 'Add a yellow note' in the editor"
- },
- "editorAddPinkNote": {
- "message": "添加粉色标注",
- "description": "Title of the button 'Add a pink note' in the editor"
- },
- "editorAddBlueNote": {
- "message": "添加蓝色标注",
- "description": "Title of the button 'Add a blue note' in the editor"
- },
- "editorAddGreenNote": {
- "message": "添加绿色标注",
- "description": "Title of the button 'Add a green note' in the editor"
- },
- "editorHighlightYellow": {
- "message": "将所选文本高亮为黄色",
- "description": "Title of the button 'Highlight selected text in yellow' in the editor"
- },
- "editorHighlightPink": {
- "message": "将所选文本高亮为粉色",
- "description": "Title of the button 'Highlight selected text in pink' in the editor"
- },
- "editorHighlightBlue": {
- "message": "将所选文本高亮为蓝色",
- "description": "Title of the button 'Highlight selected text in blue' in the editor"
- },
- "editorHighlightGreen": {
- "message": "将所选文本高亮为绿色",
- "description": "Title of the button 'Highlight selected text in green' in the editor"
- },
- "editorToggleNotes": {
- "message": "显示/隐藏 标注",
- "description": "Title of the button 'Display/hide notes' in the editor"
- },
- "editorToggleHighlights": {
- "message": "显示/隐藏 高亮文本",
- "description": "Title of the button 'Display/hide the highlighted text' in the editor"
- },
- "editorRemoveHighlight": {
- "message": "移除所选高亮文本",
- "description": "Title of the button 'Remove the selected highlighted text' in the editor"
- },
- "editorEditPage": {
- "message": "启用/禁用 编辑模式",
- "description": "Title of the button 'Enable/disable read-only' in the editor"
- },
- "editorFormatPage": {
- "message": "格式化页面以提升可读性",
- "description": "Title of the button 'Format the page for better readability' in the editor"
- },
- "editorCutInnerPage": {
- "message": "启用/禁用 点击时删除内部文档元素",
- "description": "Title of the button 'Enable/disable removing of internal elements' in the editor"
- },
- "editorCutOuterPage": {
- "message": "启用/禁用 点击时删除外部文档元素",
- "description": "Title of the button 'Enable/disable removing of external elements' in the editor"
- },
- "editorUndoCutPage": {
- "message": "撤销上次移除元素的操作",
- "description": "Title of the button 'Restore last removed element' in the editor"
- },
- "editorUndoAllCutPage": {
- "message": "撤销所有移除元素的操作",
- "description": "Title of the button 'Restore all removed elements' in the editor"
- },
- "editorRedoCutPage": {
- "message": "恢复上次移除元素的操作",
- "description": "Title of the button 'Remove last restored element' in the editor"
- },
- "editorSavePage": {
- "message": "保存该页面",
- "description": "Title of the button 'Save the page' in the editor"
- },
- "editorPrintPage": {
- "message": "打印页面",
- "description": "Title of the button 'Print the page' in the editor"
- },
- "pendingsTitle": {
- "message": "挂起保存项",
- "description": "Title of the pending save page 'Pending saves' in the editor"
- },
- "pendingsCancelAllButton": {
- "message": "取消全部",
- "description": "Pending saves button 'Cancel all'"
- },
- "pendingsURLTitle": {
- "message": "网址",
- "description": "Title of the first column in the table of the pending saves 'URL'"
- },
- "pendingsTitleTitle": {
- "message": "标题",
- "description": "Title of the first column in the table of the pending saves 'Title'"
- },
- "pendingsStatusTitle": {
- "message": "状态",
- "description": "Title of the second column in the table of the pending saves 'status'"
- },
- "pendingsPendingStatus": {
- "message": "正在挂起",
- "description": "Value of 'status' for pending saves"
- },
- "pendingsProcessingStatus": {
- "message": "正在处理",
- "description": "Value of 'status' for current saves"
- },
- "pendingsCancellingStatus": {
- "message": "正在取消",
- "description": "Value of 'status' for cancelled saves"
- },
- "pendingsNoPendings": {
- "message": "没有挂起中的保存项",
- "description": "Label displayed when they are no pending saves"
- },
- "pendingsAddUrlsButton": {
- "message": "添加网址",
- "description": "button 'Add URLs'"
- },
- "pendingsAddUrls": {
- "message": "请按行输入网址列表",
- "description": "Label of the add URLs input"
- },
- "pendingsAddUrlsOKButton": {
- "message": "确定",
- "description": "Add URLs popup confirm button: 'OK'"
- },
- "pendingsAddUrlsCancelButton": {
- "message": "取消",
- "description": "Add URLs popup cancel button: 'Cancel'"
- },
- "batchSaveUrlsTitle": {
- "message": "批量保存网址",
- "description": "Title of the 'batch save URLs' page"
- },
- "batchSaveUrlsNoURLs": {
- "message": "无网址",
- "description": "Label displayed when they are no URLs"
- },
- "batchSaveUrlsAddUrlButton": {
- "message": "添加网址",
- "description": "label of the button 'Add URL'"
- },
- "batchSaveUrlsAddUrlsButton": {
- "message": "添加多个网址...",
- "description": "label of the button 'Add URLs...'"
- },
- "batchSaveUrlsRemoveAllButton": {
- "message": "删除所有",
- "description": "label of the button 'Remove all'"
- },
- "batchSaveUrlsSavePagesButton": {
- "message": "保存页面",
- "description": "label of the button 'Save pages'"
- },
- "batchSaveUrlsURLTitle": {
- "message": "网址",
- "description": "Title of the column in the table of the URLs"
- },
- "optionSaveToRestFormApi": {
- "message": "保存到 REST 表单 API",
- "description": "Options page label: 'upload to a REST Form API'"
- },
- "optionRestFormApiUrl": {
- "message": "网址",
- "description": "Options page label: 'URL'"
- },
- "optionRestFormApiToken": {
- "message": "授权令牌",
- "description": "Options page label: 'authorization token'"
- },
- "optionRestFormApiFileFieldName": {
- "message": "文件字段名称",
- "description": "Options page label: 'archive data field name'"
- },
- "optionRestFormApiUrlFieldName": {
- "message": "网址字段名称",
- "description": "Options page label: 'archive URL field name'"
- },
- "optionsEditorTitle": {
- "message": "选项编辑器",
- "description": "Options title: 'Options editor'"
- },
- "optionsEditorSaveButton": {
- "message": "保存",
- "description": "Options editor button: 'Save'"
- },
- "optionsEditorConfigSaved": {
- "message": "配置已保存",
- "description": "Options editor message: 'Configuration saved'"
- },
- "optionsEditorInvalidJSON": {
- "message": "无效的 JSON",
- "description": "Options editor error message: 'Invalid JSON'"
- }
- }
|