1063 lines
47 KiB
JSON
1063 lines
47 KiB
JSON
{
|
||
"schemaVersion": 1,
|
||
"metadata": {
|
||
"plugin": "nutstore-sync",
|
||
"version": "1.0.0",
|
||
"title": "Nutstore Sync",
|
||
"description": "Nutstore Sync Localization & Tweaks",
|
||
"language": "zh-cn",
|
||
"supportedVersions": "1.1.3",
|
||
"author": ""
|
||
},
|
||
"dict": {
|
||
"main.js": {
|
||
"ast": [
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "addOption",
|
||
"source": "简体中文",
|
||
"target": "简体中文"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "Couldn't convert value into a JSON string: ",
|
||
"target": "无法将值转换为 JSON 字符串:"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "No Intl support, please use an Intl polyfill!",
|
||
"target": "不支持 Intl,请使用 Intl polyfill!"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "Error clearing cache:",
|
||
"target": "清除缓存出错:"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "Error clearing caches:",
|
||
"target": "清除缓存出错:"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "Please add a BigInt polyfill.",
|
||
"target": "请添加 BigInt polyfill。"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "503 error, retrying...",
|
||
"target": "503 错误,正在重试..."
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "Error saving cache:",
|
||
"target": "保存缓存出错:"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "Error restoring cache:",
|
||
"target": "恢复缓存出错:"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "Error deleting cache file:",
|
||
"target": "删除缓存文件出错:"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "Error loading cache file list:",
|
||
"target": "加载缓存文件列表时出错:"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "Failed to save logs to note:",
|
||
"target": "无法将日志保存到备注:"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "Sync error:",
|
||
"target": "同步错误:"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "error",
|
||
"source": "Failed to open settings:",
|
||
"target": "无法打开设置:"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "info",
|
||
"source": "Changes detected during traversal, applying delta",
|
||
"target": "遍历期间检测到更改,正在应用增量"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "info",
|
||
"source": "Reset detected during delta apply, performing full re-scan",
|
||
"target": "应用增量时检测到重置,正在执行完整重新扫描"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "info",
|
||
"source": "Delta reset, performing full scan",
|
||
"target": "增量已重置,正在执行完整扫描"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "info",
|
||
"source": "No changes detected, returning from cache",
|
||
"target": "未检测到更改,从缓存返回"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "warn",
|
||
"source": "accessing an object - but returnObjects options is not enabled!",
|
||
"target": "正在访问对象——但未启用 returnObjects 选项!"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "warn",
|
||
"source": "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!",
|
||
"target": "这意味着你的设置有问题。你在 i18next.init / i18next.loadNamespace / i18next.changeLanguage 完成之前就访问了 t 函数。请等待回调或 Promise 解析后再访问它!!!"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "warn",
|
||
"source": "No backend was added via i18next.use. Will not load resources.",
|
||
"target": "未通过 i18next.use 添加后端。将不会加载资源。"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "warn",
|
||
"source": "init: no languageDetector is used and no lng is defined",
|
||
"target": "init: 未使用 languageDetector 且未定义 lng"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "warn",
|
||
"source": "init: i18next is already initialized. You should call init just once!",
|
||
"target": "init: i18next 已经初始化。你只应调用一次 init!"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "warn",
|
||
"source": "hasLoadedNamespace: i18next was not initialized",
|
||
"target": "hasLoadedNamespace: i18next 未初始化"
|
||
},
|
||
{
|
||
"type": "CallExpression",
|
||
"name": "warn",
|
||
"source": "Delta reset during traversal, clearing cache and will trigger full re-scan",
|
||
"target": "遍历过程中重置 Delta,清除缓存并将触发全量重新扫描"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "body",
|
||
"source": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n <propfind xmlns=\"DAV:\">\n <prop>\n <displayname/>\n <resourcetype/>\n <getlastmodified/>\n <getcontentlength/>\n <getcontenttype/>\n </prop>\n </propfind>",
|
||
"target": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n <propfind xmlns=\"DAV:\">\n <prop>\n <displayname/>\n <resourcetype/>\n <getlastmodified/>\n <getcontentlength/>\n <getcontenttype/>\n </prop>\n </propfind>"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Select interface language",
|
||
"target": "选择界面语言"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Enter your WebDAV account",
|
||
"target": "输入你的 WebDAV 账号"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Enter your WebDAV credential",
|
||
"target": "输入你的 WebDAV 凭据"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Click to check WebDAV connection",
|
||
"target": "点击检查 WebDAV 连接"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Click to login",
|
||
"target": "点击登录"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Use <<<<<<< and >>>>>>> markers for conflicts instead of HTML tags",
|
||
"target": "使用 <<<<<<< 和 >>>>>>> 标记冲突,而不是使用 HTML 标签"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "⚠️ Note: Sync process will modify or delete local files. Please backup important files before syncing.",
|
||
"target": "⚠️ 注意:同步过程会修改或删除本地文件。请在同步前备份重要文件。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Choose how to resolve file conflicts. \nNote: We recommend backing up important files before using auto-merge to prevent data loss.",
|
||
"target": "选择如何解决文件冲突。 \n注意:我们建议在使用自动合并前备份重要文件,以防数据丢失。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Show pending tasks and execute after confirmation",
|
||
"target": "显示待处理任务并在确认后执行"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Automatically sync changes as soon as files are modified",
|
||
"target": "文件修改后立即自动同步更改"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Choose between strict or loose sync mode. Loose mode is recommended for users with many files for faster syncing. In loose mode, files with the same name and equal size that have no sync record will be ignored.",
|
||
"target": "选择严格或宽松同步模式。建议文件较多的用户使用宽松模式以获得更快的同步速度。在宽松模式下,名称相同且大小相等且无同步记录的文件将被忽略。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Set the number of seconds after startup to automatically perform a sync. Set to 0 to disable auto-sync on startup.",
|
||
"target": "设置启动后自动执行同步的秒数。设为 0 可禁用启动时自动同步。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Set the interval for automatic background synchronization (in minutes). Set to 0 to disable automatic sync.",
|
||
"target": "设置后台自动同步的间隔(分钟)。设为 0 可禁用自动同步。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Click to view help documentation",
|
||
"target": "点击查看帮助文档"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Add paths to filter files or folders, e.g.: .DS_Store, .git",
|
||
"target": "添加路径以过滤文件或文件夹,例如:.DS_Store、.git"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Files/folders matching these patterns will NOT be synced.",
|
||
"target": "匹配这些模式的文件/文件夹将不会同步。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Files/folders matching these patterns WILL be synced (if defined).",
|
||
"target": "匹配这些模式的文件/文件夹将会同步(如已定义)。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Files exceeding this size will be skipped during synchronization. If sync issues occur, try lowering this value.",
|
||
"target": "超过此大小的文件在同步时将被跳过。如出现同步问题,尝试降低此值。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "View console output and debug information",
|
||
"target": "查看控制台输出和调试信息"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Tracks synchronization status for each file.",
|
||
"target": "跟踪每个文件的同步状态。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "Stores file snapshots needed for comparing changes during sync.",
|
||
"target": "存储同步期间用于比较更改的文件快照。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "选择界面语言",
|
||
"target": "选择界面语言"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "输入你的 WebDAV 账号",
|
||
"target": "输入你的 WebDAV 账号"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "输入你的 WebDAV 凭证",
|
||
"target": "输入你的 WebDAV 凭证"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "输入远程目录",
|
||
"target": "输入远程目录"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "点击检查 WebDAV 连接",
|
||
"target": "点击检查 WebDAV 连接"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "点击登录",
|
||
"target": "点击登录"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "启用后将使用 <<<<<<< 和 >>>>>>> 等标记来显示冲突,而不是 HTML 标记",
|
||
"target": "启用后将使用 <<<<<<< 和 >>>>>>> 等标记来显示冲突,而不是 HTML 标记"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "⚠️ 请注意:同步过程会修改或删除本地文件,建议在同步前备份重要文件。",
|
||
"target": "⚠️ 请注意:同步过程会修改或删除本地文件,建议在同步前备份重要文件。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "选择解决文件冲突的方式。\n注意:建议在使用自动合并功能前,先手动备份重要文件,以防数据丢失。",
|
||
"target": "选择解决文件冲突的方式。\n注意:建议在使用自动合并功能前,先手动备份重要文件,以防数据丢失。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "点击查看帮助文档",
|
||
"target": "点击查看帮助文档"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "同步前显示待执行的任务列表,确认后再执行",
|
||
"target": "同步前显示待执行的任务列表,确认后再执行"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "自动同步过程中检测到本地文件将被删除时,弹出确认对话框让你选择删除或重新上传",
|
||
"target": "自动同步过程中检测到本地文件将被删除时,弹出确认对话框让你选择删除或重新上传"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "文件修改后自动进行同步",
|
||
"target": "文件修改后自动进行同步"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "建议在文件较多的情况下选择宽松模式,同步速度更快。宽松模式会忽略同名且大小相等但没有同步记录的文件。",
|
||
"target": "建议在文件较多的情况下选择宽松模式,同步速度更快。宽松模式会忽略同名且大小相等但没有同步记录的文件。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "设置启动后第几秒自动执行一次同步。设置为 0 则禁用启动时自动同步。",
|
||
"target": "设置启动后第几秒自动执行一次同步。设置为 0 则禁用启动时自动同步。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "设置每隔多长时间在后台自动执行一次同步(分钟)。设置为 0 则禁用定时自动同步。",
|
||
"target": "设置每隔多长时间在后台自动执行一次同步(分钟)。设置为 0 则禁用定时自动同步。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "添加同步时需要忽略文件或文件夹路径,例如: .DS_Store, .git",
|
||
"target": "添加同步时需要忽略文件或文件夹路径,例如: .DS_Store, .git"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "符合规则的文件/文件夹将不会被同步",
|
||
"target": "符合规则的文件/文件夹将不会被同步"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "符合规则的文件/文件夹会被同步,如果和排除规则有冲突,会优先选择包含规则。",
|
||
"target": "符合规则的文件/文件夹会被同步,如果和排除规则有冲突,会优先选择包含规则。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "同步时将跳过超过此大小的文件。如遇同步崩溃,可尝试降低此值。",
|
||
"target": "同步时将跳过超过此大小的文件。如遇同步崩溃,可尝试降低此值。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "查看控制台输出和调试信息",
|
||
"target": "查看控制台输出和调试信息"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "存储文件增量变化的相关信息。",
|
||
"target": "存储文件增量变化的相关信息。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "跟踪每个文件的同步状态。",
|
||
"target": "跟踪每个文件的同步状态。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "存储用于同步时对比变化的文件快照。",
|
||
"target": "存储用于同步时对比变化的文件快照。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "存储远程文件夹结构,下次同步时只需获取变化的部分,加快同步速度。如果插件更新后同步出现文件列表异常或数据不一致,可尝试清除此缓存。清除后下次同步需要重新扫描所有远程文件,可能需要较长时间。",
|
||
"target": "存储远程文件夹结构,下次同步时只需获取变化的部分,加快同步速度。如果插件更新后同步出现文件列表异常或数据不一致,可尝试清除此缓存。清除后下次同步需要重新扫描所有远程文件,可能需要较长时间。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "desc",
|
||
"source": "输入用于存储缓存的远程目录",
|
||
"target": "输入用于存储缓存的远程目录"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "description",
|
||
"source": "Files or folders matching these patterns will be ignored during sync. Use * for wildcard matching.",
|
||
"target": "同步时将忽略匹配这些模式的文件或文件夹。使用 * 作为通配符。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "description",
|
||
"source": "Select which cache types to clear. This action cannot be undone.",
|
||
"target": "选择要清除的缓存类型。此操作无法撤销。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "description",
|
||
"source": "Select a cache file to restore from or delete.",
|
||
"target": "选择要恢复或删除的缓存文件。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "description",
|
||
"source": "符合这些规则的文件或文件夹在同步时会被忽略。使用 * 作为通配符。",
|
||
"target": "符合这些规则的文件或文件夹在同步时会被忽略。使用 * 作为通配符。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "description",
|
||
"source": "选择需要清除的缓存类型。此操作无法撤销。",
|
||
"target": "选择需要清除的缓存类型。此操作无法撤销。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "description",
|
||
"source": "输入文件名以保存当前缓存状态。文件将保存在远程缓存目录中。",
|
||
"target": "输入文件名以保存当前缓存状态。文件将保存在远程缓存目录中。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "description",
|
||
"source": "选择要恢复或删除的缓存文件。",
|
||
"target": "选择要恢复或删除的缓存文件。"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "error",
|
||
"source": "Error saving cache: {{message}}",
|
||
"target": "保存缓存出错:{{message}}"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "error",
|
||
"source": "Error restoring cache: {{message}}",
|
||
"target": "恢复缓存出错:{{message}}"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "error",
|
||
"source": "保存缓存出错: {{message}}",
|
||
"target": "保存缓存出错: {{message}}"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "error",
|
||
"source": "恢复缓存出错: {{message}}",
|
||
"target": "恢复缓存出错: {{message}}"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "message",
|
||
"source": "⚠️ Please note:\n\n1. Sync operation may modify or delete local files\n2. We recommend backing up important files before syncing\n3. In case of file conflicts, manual resolution may be required\n4. Initial sync will process all files and may take longer, please be patient\n\nAre you sure you want to start syncing?",
|
||
"target": "⚠️ 请注意:\n\n1. 同步操作可能会修改或删除本地文件\n2. 建议在同步前手动备份重要文件\n3. 如果出现文件冲突,可能需要手动解决\n4. 首次同步需要处理所有文件,可能会比较慢,请耐心等待\n\n确定要开始同步吗?"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "message",
|
||
"source": "⚠️ 请注意:\n\n1. 同步操作可能会修改或删除本地文件\n2. 建议在同步前手动备份重要文件\n3. 如果出现文件冲突,可能需要手动解决\n4. 首次同步需要处理所有文件,可能会比较慢,请耐心等待\n\n确定要开始同步吗?",
|
||
"target": "⚠️ 请注意:\n\n1. 同步操作可能会修改或删除本地文件\n2. 建议在同步前手动备份重要文件\n3. 如果出现文件冲突,可能需要手动解决\n4. 首次同步需要处理所有文件,可能会比较慢,请耐心等待\n\n确定要开始同步吗?"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Check connection",
|
||
"target": "检查连接"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Login mode",
|
||
"target": "登录模式"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Use git-style conflict markers",
|
||
"target": "使用 Git 风格冲突标记"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Backup warning",
|
||
"target": "备份警告"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Conflict resolution strategy",
|
||
"target": "冲突解决策略"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Confirm before sync",
|
||
"target": "同步前确认"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Confirm before deleting files during auto-sync",
|
||
"target": "自动同步时删除文件前确认"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Real-time sync",
|
||
"target": "实时同步"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Sync mode",
|
||
"target": "同步模式"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Auto-sync on startup",
|
||
"target": "启动时自动同步"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Auto-sync interval",
|
||
"target": "自动同步间隔"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "How to get WebDAV account and credential?",
|
||
"target": "如何获取 WebDAV 账户和凭据?"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Sync filters",
|
||
"target": "同步筛选器"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Exclusion rules",
|
||
"target": "排除规则"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Inclusion rules",
|
||
"target": "包含规则"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Skip large files",
|
||
"target": "跳过大文件"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Console logs",
|
||
"target": "控制台日志"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Delta cache",
|
||
"target": "增量缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "Sync record cache",
|
||
"target": "同步记录缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "File snapshot cache",
|
||
"target": "文件快照缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "File scan cache",
|
||
"target": "文件扫描缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "语言",
|
||
"target": "语言"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "账号",
|
||
"target": "账号"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "凭证",
|
||
"target": "凭证"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "远程目录",
|
||
"target": "远程目录"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "检查连接",
|
||
"target": "检查连接"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "登录",
|
||
"target": "登录"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "使用 Git 样式的冲突标记",
|
||
"target": "使用 Git 样式的冲突标记"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "备份提醒",
|
||
"target": "备份提醒"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "冲突解决策略",
|
||
"target": "冲突解决策略"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "登录方式",
|
||
"target": "登录方式"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "如何获取 WebDAV 账号和凭证?",
|
||
"target": "如何获取 WebDAV 账号和凭证?"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "同步前确认",
|
||
"target": "同步前确认"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "自动同步时删除文件前确认",
|
||
"target": "自动同步时删除文件前确认"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "实时同步",
|
||
"target": "实时同步"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "同步模式",
|
||
"target": "同步模式"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "启动后自动同步",
|
||
"target": "启动后自动同步"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "定时自动同步",
|
||
"target": "定时自动同步"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "过滤器",
|
||
"target": "过滤器"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "排除规则",
|
||
"target": "排除规则"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "包含规则",
|
||
"target": "包含规则"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "跳过大文件",
|
||
"target": "跳过大文件"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "控制台日志",
|
||
"target": "控制台日志"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "增量同步缓存",
|
||
"target": "增量同步缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "同步记录缓存",
|
||
"target": "同步记录缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "文件快照缓存",
|
||
"target": "文件快照缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "文件扫描缓存",
|
||
"target": "文件扫描缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "name",
|
||
"source": "远程缓存目录",
|
||
"target": "远程缓存目录"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "Enter your account",
|
||
"target": "请输入您的账号"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "Enter your credential",
|
||
"target": "请输入您的凭证"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "Enter seconds (e.g., 5, 0 to disable)",
|
||
"target": "输入秒数(例如:5,0 表示禁用)"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "Enter minutes (e.g., 5, 0 to disable)",
|
||
"target": "输入分钟数(例如:5,0 表示禁用)"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "e.g.: .DS_Store, *.pdf",
|
||
"target": "例如:.DS_Store、*.pdf"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "e.g., 10 MiB or 500 KiB",
|
||
"target": "例如:10 MiB 或 500 KiB"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "输入你的账号",
|
||
"target": "输入你的账号"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "输入你的凭证",
|
||
"target": "输入你的凭证"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "输入远程目录",
|
||
"target": "输入远程目录"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "输入秒数 (例如 5, 0 则禁用)",
|
||
"target": "输入秒数 (例如 5, 0 则禁用)"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "输入分钟数 (例如 5, 0 则禁用)",
|
||
"target": "输入分钟数 (例如 5, 0 则禁用)"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "例如: .DS_Store, *.pdf",
|
||
"target": "例如: .DS_Store, *.pdf"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "例如:10 MiB 或 500 KiB",
|
||
"target": "例如:10 MiB 或 500 KiB"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "placeholder",
|
||
"source": "输入远程缓存目录",
|
||
"target": "输入远程缓存目录"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "success",
|
||
"source": "WebDAV connection successful",
|
||
"target": "WebDAV 连接成功"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "success",
|
||
"source": "Login successful",
|
||
"target": "登录成功"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "success",
|
||
"source": "Cache saved successfully",
|
||
"target": "缓存保存成功"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "success",
|
||
"source": "Cache restored successfully",
|
||
"target": "缓存恢复成功"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "success",
|
||
"source": "WebDAV 连接成功",
|
||
"target": "WebDAV 连接成功"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "success",
|
||
"source": "登录成功",
|
||
"target": "登录成功"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "success",
|
||
"source": "缓存保存成功",
|
||
"target": "缓存保存成功"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "success",
|
||
"source": "缓存恢复成功",
|
||
"target": "缓存恢复成功"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "Debug logs",
|
||
"target": "调试日志"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "Clear cache",
|
||
"target": "清除缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "Save cache",
|
||
"target": "保存缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "Restore cache",
|
||
"target": "恢复缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "Sync confirmation",
|
||
"target": "同步确认"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "Sync task list",
|
||
"target": "同步任务列表"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "Confirm local file deletion",
|
||
"target": "确认删除本地文件"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "Failed sync tasks",
|
||
"target": "同步失败的任务"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "WebDAV 设置",
|
||
"target": "WebDAV 设置"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "调试日志",
|
||
"target": "调试日志"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "缓存管理",
|
||
"target": "缓存管理"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "清除缓存",
|
||
"target": "清除缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "保存缓存",
|
||
"target": "保存缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "恢复缓存",
|
||
"target": "恢复缓存"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "同步确认",
|
||
"target": "同步确认"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "同步任务列表",
|
||
"target": "同步任务列表"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "确认删除本地文件",
|
||
"target": "确认删除本地文件"
|
||
},
|
||
{
|
||
"type": "ObjectProperty",
|
||
"name": "title",
|
||
"source": "同步失败任务",
|
||
"target": "同步失败任务"
|
||
}
|
||
],
|
||
"regex": []
|
||
}
|
||
}
|
||
} |