downthemall/_locales/zh_CN/messages.json
2019-09-03 08:24:29 +02:00

1170 lines
31 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"language": {
"message": "简体中文",
"description": "Lanuage Name in your language"
},
"language_code": {
"message": "zh-CN",
"description": "Language code the locale will use, e.g. de or en-GB or pt-BR"
},
"addpaused": {
"message": "添加后暂停",
"description": "Action: Add paused"
},
"cancel": {
"message": "取消",
"description": "Button text: Cancel"
},
"canceled": {
"message": "已取消",
"description": "Download status text"
},
"colConnections": {
"message": "并发连接数",
"description": "Table column in prefs/network"
},
"colDomain": {
"message": "域",
"description": "Table column in manager"
},
"colETA": {
"message": "剩余时间",
"description": "Table column in manager"
},
"colNameURL": {
"message": "名称/URL",
"description": "Table column in manager"
},
"colPercent": {
"message": "百分比",
"description": "Table column in manager"
},
"colProgress": {
"message": "进度",
"description": "Table column in manager"
},
"colSegments": {
"message": "分段",
"description": "Table column in manager"
},
"colSize": {
"message": "大小",
"description": "Table column in manager"
},
"colSpeed": {
"message": "速度",
"description": "Table column in manager"
},
"CRASH": {
"message": "内部浏览器错误",
"description": "Error Message"
},
"delete": {
"message": "删除",
"description": "button text"
},
"description": {
"message": "描述",
"description": "Description (keep it short); e.g. the description column in select"
},
"donate": {
"message": "捐助!",
"description": "Donate button"
},
"done": {
"message": "完成",
"description": "Status text"
},
"download": {
"message": "下载",
"description": "Download (noun); e.g. Download column in select"
},
"extensionDescription": {
"message": "适用你浏览器的批量下载器",
"description": "DownThemAll! tagline, displayed in about:addons; Please do NOT refer to a specific browser such as firefox, as we will probably support more than one"
},
"fastfiltering": {
"message": "快速筛选",
"description": "Label for Fast Filtering input"
},
"FILE_FAILED": {
"message": "文件访问错误",
"description": "Error Message"
},
"finishing": {
"message": "已完成",
"description": "Status text"
},
"links": {
"message": "链接",
"description": "Links tab label (short); select window"
},
"mask": {
"message": "掩码",
"description": "Renaming mask (short); used in e.g. select"
},
"media": {
"message": "媒体",
"description": "Media label (short)"
},
"missing": {
"message": "缺失",
"description": "Status text in manager"
},
"NETWORK_FAILED": {
"message": "网络故障",
"description": "Error Message"
},
"ok": {
"message": "确定",
"description": "Button text; Used in message boxes"
},
"paused": {
"message": "已暂停",
"description": "Status text; manager"
},
"queued": {
"message": "已排队",
"description": "Status text"
},
"referrer": {
"message": "引用",
"description": "Label for \"Referrer\""
},
"remember": {
"message": "记住此选择",
"description": "Checkbox text for confirmation, e.g. when removing a download in manager"
},
"rename": {
"message": "重命名",
"description": "UI for renaming; currently unused"
},
"renmask": {
"message": "重命名掩码",
"description": "Renaming mask (long)"
},
"reset": {
"message": "重置",
"description": "Button text; pref window"
},
"running": {
"message": "运行中",
"description": "Status text"
},
"save": {
"message": "保存",
"description": "Button text; e.g. prefs/Network"
},
"search": {
"message": "搜索…",
"description": "Placeholder text; manager status search field"
},
"SERVER_BAD_CONTENT": {
"message": "未找到",
"description": "Error message"
},
"SERVER_FAILED": {
"message": "服务器错误",
"description": "Error message"
},
"SERVER_FORBIDDEN": {
"message": "遭拒",
"description": "Error message"
},
"SERVER_UNAUTHORIZED": {
"message": "未授权",
"description": "Error message"
},
"sizeB": {
"message": "$S$ 字节",
"description": "Size formatting; bytes",
"placeholders": {
"s": {
"content": "$1",
"example": "100b"
}
}
},
"sizeGB": {
"message": "$S$GB",
"description": "Size formatting; giga bytes",
"placeholders": {
"s": {
"content": "$1",
"example": "100.200GB"
}
}
},
"sizeKB": {
"message": "$S$KB",
"description": "Size formatting; kilo bytes",
"placeholders": {
"s": {
"content": "$1",
"example": "100.2KB"
}
}
},
"sizeMB": {
"message": "$S$MB",
"description": "Size formatting; mega bytes",
"placeholders": {
"s": {
"content": "$1",
"example": "100.22MB"
}
}
},
"sizePB": {
"message": "$S$PB",
"description": "Size formatting; peta bytes (you never know)",
"placeholders": {
"s": {
"content": "$1",
"example": "100.212PB"
}
}
},
"sizeTB": {
"message": "$S$TB",
"description": "Size formatting; tera bytes (you never know)",
"placeholders": {
"s": {
"content": "$1",
"example": "100.002TB"
}
}
},
"speedB": {
"message": "$SPEED$ 位/s",
"description": "Speed formatting; bytes",
"placeholders": {
"speed": {
"content": "$1",
"example": "100b/s"
}
}
},
"speedKB": {
"message": "$SPEED$KB/s",
"description": "Speed formatting; kilo bytes",
"placeholders": {
"speed": {
"content": "$1",
"example": "100.1KB/s"
}
}
},
"speedMB": {
"message": "$SPEED$MB/s",
"description": "Speed formatting; mega bytes",
"placeholders": {
"speed": {
"content": "$1",
"example": "100.20MB/s"
}
}
},
"title": {
"message": "标题",
"description": "Column text; Title label (short)"
},
"unlimited": {
"message": "无限制",
"description": "Option text; Prefs/Network"
},
"useonlyonce": {
"message": "单次使用",
"description": "Label for Use-Once checkboxes"
},
"add_download": {
"message": "添加下载",
"description": "Action for adding a download"
},
"add_new": {
"message": "新增",
"description": "Button text (adding filters, limits and such)"
},
"add_paused_once": {
"message": "仅此次添加并暂停",
"description": "Checkbox label"
},
"add_paused_question": {
"message": "你是否想要记住此决定并从现在开始新增的下载总是暂停?",
"description": "Messagebox text"
},
"add_paused_title": {
"message": "总是添加后暂停?",
"description": "Title for the add-paused dialog"
},
"ask_again_later": {
"message": "之后再次询问",
"description": "Button text"
},
"batch_batch": {
"message": "批量下载",
"description": "Button text"
},
"batch_desc": {
"message": "当前 URL 似乎包含批量下载的说明。",
"description": ""
},
"batch_items": {
"message": "项目数量:",
"description": "Messagebox info text for batch confirmations"
},
"batch_preview": {
"message": "预览:",
"description": "Messagebox info text for batch confirmations"
},
"batch_question": {
"message": "你想要添加此项为批量或单一下载吗?",
"description": "Messagebox info text for batch confirmations"
},
"batch_single": {
"message": "单一下载",
"description": "Button text for batch confirmation"
},
"batch_title": {
"message": "批量下载",
"description": "Messagebox title for batch confirmations"
},
"cancel_download": {
"message": "取消",
"description": "Action to cancel downloads, e.g. from the context menu"
},
"cannot_be_empty": {
"message": "此字段不能为空",
"description": "Error message when an input field is empty but has to have a value"
},
"change_later_reminder": {
"message": "你之后可以在首选项中修改此决定",
"description": "Checkbox label text for decision confirmations"
},
"check_selected_items": {
"message": "检查选中项",
"description": "Menu text"
},
"conflict_overwrite": {
"message": "覆盖",
"description": "Option text; prefs/general"
},
"conflict_prompt": {
"message": "提示",
"description": "Option text; prefs/general"
},
"conflict_rename": {
"message": "重命名",
"description": "Option text; prefs/general"
},
"create_filter": {
"message": "创建筛选器",
"description": "Button text; Create filter dialog; prefs/filters"
},
"custom_filename": {
"message": "自定义文件名",
"description": "Label text; single window"
},
"deffilter_all": {
"message": "全部文件",
"description": "Filter label for the All files filter"
},
"deffilter_arch": {
"message": "归档zip、rar、7z……",
"description": "Filter label for the Archives filter"
},
"deffilter_aud": {
"message": "音频mp3、flac、wav……",
"description": "Filter label for the Audio filter"
},
"deffilter_bin": {
"message": "软件exe、msi……",
"description": "Filter label for the Software filter"
},
"deffilter_doc": {
"message": "文档pdf、odf、docx……",
"description": "Filter label for the Documents filter"
},
"deffilter_img": {
"message": "图像jpeg、png、gif……",
"description": "Filter label for the Images filter"
},
"deffilter_imggif": {
"message": "GIF 图像",
"description": "Filter label for the GIF filter"
},
"deffilter_imgjpg": {
"message": "JPEG 图像",
"description": "Filter label for the JPEG filter"
},
"deffilter_imgpng": {
"message": "PNG 图像",
"description": "Filter label for the PNG filter"
},
"deffilter_vid": {
"message": "视频mp4、webm、mkv……",
"description": "Filter label for the Videos filter"
},
"disable_other_filters": {
"message": "禁用其他",
"description": "Checkbox label. Keep it short"
},
"download_verb": {
"message": "下载",
"description": "Download (verb/action); e.g. in single and select buttons"
},
"dta_regular_all": {
"message": "DownThemAll! — 全部标签",
"description": "Menu text"
},
"dta_turbo_all": {
"message": "OneClick! — 全部标签",
"description": "Menu text"
},
"dta_regular": {
"message": "DownThemAll!",
"description": "Regular dta action; Menu text"
},
"dta_regular_image": {
"message": "用 DownThemAll! 保存图像",
"description": "Menu text"
},
"dta_regular_link": {
"message": "用 DownThemAll! 保存链接",
"description": "Menu text"
},
"dta_regular_media": {
"message": "用 DownThemAll! 保存媒体",
"description": "Menu text"
},
"dta_regular_selection": {
"message": "用 DownThemAll! 保存选中项",
"description": "Menu text"
},
"dta_turbo": {
"message": "OneClick!",
"description": "OneClick! action; Menu text"
},
"dta_turbo_image": {
"message": "一键保存图像!",
"description": "Menu text"
},
"dta_turbo_link": {
"message": "一键保存链接!",
"description": "Menu text"
},
"dta_turbo_media": {
"message": "一键保存媒体!",
"description": "Menu text"
},
"dta_turbo_selection": {
"message": "一键保存选中项!",
"description": "Menu text"
},
"error_invalidMask": {
"message": "无效的重命名掩码",
"description": "Error message; single/select window"
},
"error_invalidReferrer": {
"message": "无效的引用",
"description": "Error message; single window"
},
"error_invalidURL": {
"message": "无效的 URL",
"description": "Error message; single window"
},
"error_noItemsSelected": {
"message": "未选中项目",
"description": "Error Message; select window"
},
"fastfilter_placeholder": {
"message": "通配符表达式或正则表达式",
"description": "Placeholder for fastfilter inputs"
},
"filter_at_least_one": {
"message": "你必须选择至少一个筛选器类型!",
"description": "Error message when no filter types are selected for a filter in the preferences UI"
},
"filter_create_title": {
"message": "新建筛选器",
"description": "Message box title"
},
"filter_expression": {
"message": "筛选器 — 表达式",
"description": "Message box label"
},
"filter_label": {
"message": "筛选器 — 标签",
"description": "Message box label"
},
"filter_type_link": {
"message": "链接筛选器",
"description": "Message box checkbox label"
},
"filter_type_media": {
"message": "媒体筛选器",
"description": "Message box checkbox label"
},
"filter_types": {
"message": "筛选器 — 类型",
"description": "Message box label"
},
"force_start": {
"message": "强制开始",
"description": "Menu text"
},
"information_title": {
"message": "信息",
"description": "Used in message boxes"
},
"invalid_domain_pref": {
"message": "无效域",
"description": "Error message in prefs/network"
},
"invert_selection": {
"message": "反选",
"description": "Menu text"
},
"key_alt": {
"message": "Alt",
"description": "Short for Alt-Key"
},
"key_ctrl": {
"message": "Ctrl",
"description": "Short for Ctrl-Key"
},
"key_delete": {
"message": "Del",
"description": "Short for Delete-key"
},
"key_end": {
"message": "End",
"description": "Short for End-key"
},
"key_home": {
"message": "Home",
"description": "Short for home key"
},
"key_pagedown": {
"message": "PageDown",
"description": "Short for pagedown-key"
},
"key_pageup": {
"message": "PageUp",
"description": "Short for PageUp-key"
},
"limited_to": {
"message": "限制为",
"description": "Label text; used in prefs/network"
},
"manager_status_items": {
"message": "总共 $TOTAL$ 个下载(显示 $SHOWING$ 个),已完成 $COMPLETE$ 个,$RUNNING$ 个正运行",
"description": "Status bar text; manager",
"placeholders": {
"complete": {
"content": "$1",
"example": "10"
},
"running": {
"content": "$4",
"example": "4"
},
"showing": {
"content": "$3",
"example": "90"
},
"total": {
"content": "$2",
"example": "100"
}
}
},
"manager_short": {
"message": "管理器",
"description": "Menu text"
},
"manager_title": {
"message": "DownThemAll! 管理器",
"description": "Window/tab title"
},
"mask_default": {
"message": "默认掩码",
"description": "Status text; Used in the mask column, select window"
},
"move_bottom": {
"message": "置底",
"description": "Action for moving a download to the bottom"
},
"move_down": {
"message": "下移",
"description": "Action for moving a download down"
},
"move_top": {
"message": "置顶",
"description": "Action for moving a download to the top"
},
"move_up": {
"message": "上移",
"description": "Action for moving a download up"
},
"nagging_message": {
"message": "你使用 DownThemAll! 至今已经添加了 $DOWNLOADS$ 个下载。作为一名普通用户你可以考虑捐助来支持一下开发。多谢!",
"description": "Donation nagging message; displayed as a notification bar in manager",
"placeholders": {
"downloads": {
"content": "$1",
"example": ""
}
}
},
"never_ask_again": {
"message": "不要再次询问",
"description": "Donation button"
},
"no_links": {
"message": "未找到链接!",
"description": "Notification text"
},
"noitems_label": {
"message": "未选中项目",
"description": "Status bar text in select"
},
"numitems_label": {
"message": "已选中 $ITEMS$ 项……",
"description": "Status bar text in select; Number of items selected (label)",
"placeholders": {
"items": {
"content": "$1",
"example": "1000"
}
}
},
"open_directory": {
"message": "打开目录",
"description": "Menu text; manager context"
},
"open_file": {
"message": "打开文件",
"description": "Menu text; manager context"
},
"open_link": {
"message": "打开链接",
"description": "Menu text; select window"
},
"options_filters": {
"message": "筛选器",
"description": "Pref tab text"
},
"options_general": {
"message": "常规",
"description": "Pref tab text"
},
"options_network": {
"message": "网络",
"description": "Pref tab text"
},
"pause_download": {
"message": "暂停",
"description": "Action for pausing a download"
},
"pref_add_paused": {
"message": "新增的下载自动暂停,而不是立即开始",
"description": "Preferences/General"
},
"pref_concurrent_downloads": {
"message": "并发下载数",
"description": "Preferences/Network"
},
"pref_finish_notification": {
"message": "当队列完成下载时显示通知",
"description": "Preferences/General"
},
"pref_global_turbo": {
"message": "浏览器按钮改为 OneClick",
"description": "Preferences/General"
},
"pref_hide_context": {
"message": "不要显示通用的上下文菜单项",
"description": "Preferences/General"
},
"pref_manager_tooltip": {
"message": "在管理器标签页中显示工具提示",
"description": "Preferences/General"
},
"pref_open_manager_on_queue": {
"message": "新增下载到队列后打开管理器标签页",
"description": "Preferences/General"
},
"pref_queue_notification": {
"message": "当新增下载到队列时显示通知",
"description": "Preferences/General"
},
"pref_remove_missing_on_init": {
"message": "重启后移除丢失的下载",
"description": "Preferences/General"
},
"pref_show_urls": {
"message": "显示 URL 而不是名称",
"description": "Preferences/General"
},
"pref_text_links": {
"message": "尝试在网站文本中查找链接(较慢)",
"description": "Preferences/General"
},
"pref_manager": {
"message": "管理器",
"description": "Preferences/General; group text"
},
"pref_netglobal": {
"message": "全局网络限制",
"description": "Preferences/General; group text"
},
"pref_queueing": {
"message": "排队中的下载",
"description": "Preferences/General; group text"
},
"pref_ui": {
"message": "用户界面",
"description": "Preferences/General; group text"
},
"prefs_conflicts": {
"message": "当文件存在时",
"description": "Preferences/General; group text"
},
"prefs_short": {
"message": "首选项",
"description": "Menu text; Preferences"
},
"prefs_title": {
"message": "DownThemAll! 首选项",
"description": "Window/tab title; Preferences"
},
"queue_finished": {
"message": "下载队列已完成",
"description": "Notification text"
},
"queued_download": {
"message": "1 个下载已加入排队!",
"description": "Notification text; single download"
},
"queued_downloads": {
"message": "$COUNT$ 个下载已加入排队!",
"description": "Notification text; multiple downloads",
"placeholders": {
"count": {
"content": "$1",
"example": "100"
}
}
},
"remove_all_complete_downloads": {
"message": "移除所有完成项",
"description": "Menu text"
},
"remove_all_downloads": {
"message": "移除全部",
"description": "Menu text"
},
"remove_all_downloads_question": {
"message": "你想要移除所有下载项吗?",
"description": "Messagebox text"
},
"remove_batch_downloads": {
"message": "移除当前批量",
"description": "Menu text"
},
"remove_batch_downloads_question": {
"message": "你想要移除当前选中下载所属批量的所有下载吗?",
"description": "Messagebox text"
},
"remove_complete_downloads": {
"message": "移除完成的下载",
"description": "Action for removing complete downloads"
},
"remove_complete_downloads_question": {
"message": "你想要移除所有已完成的下载吗?",
"description": "Messagebox text"
},
"remove_complete_filter_downloads_question": {
"message": "你想要移除与“$FILTER$”筛选器匹配的所有已完成下载吗?",
"description": "Messagebox text",
"placeholders": {
"filter": {
"content": "$1",
"example": "JPEG Images"
}
}
},
"remove_complete_selection_downloads_question": {
"message": "你想要移除当前选中项中的所有已完成下载吗?",
"description": "Messagebox text"
},
"remove_domain_complete_downloads": {
"message": "移除来自当前域完成的下载",
"description": "Menu text"
},
"remove_domain_complete_downloads_question": {
"message": "你想要移除来自“$DOMAIN$”域的已完成下载吗?",
"description": "Messagebox text",
"placeholders": {
"domain": {
"content": "$1",
"example": "example.org"
}
}
},
"remove_domain_downloads": {
"message": "移除当前域",
"description": "Menu text"
},
"remove_domain_downloads_question": {
"message": "你想要移除来自“$DOMAIN$”域的所有下载吗?",
"description": "Messagebox text",
"placeholders": {
"domain": {
"content": "$1",
"example": "example.org"
}
}
},
"remove_download": {
"message": "移除下载",
"description": "Action for removing a download, no matter what state"
},
"remove_download_question": {
"message": "你想要移除选中的下载吗?",
"description": "Messagebox text"
},
"remove_downloads": {
"message": "移除下载",
"description": "Menu text"
},
"remove_downloads_title": {
"message": "你确定要移除下载吗?",
"description": "Messagebox title; manager"
},
"remove_failed_downloads": {
"message": "移除失败项",
"description": "Menu text"
},
"remove_failed_downloads_question": {
"message": "你想要移除所有失败的下载吗?",
"description": "Messagebox text"
},
"remove_filter_downloads_question": {
"message": "你想要移除与“$FILTER$”筛选器匹配的所有下载吗?",
"description": "Mesagebox text",
"placeholders": {
"filter": {
"content": "$1",
"example": "JPEG Images"
}
}
},
"remove_missing": {
"message": "清除丢失的下载",
"description": "Menu text"
},
"remove_missing_downloads_question": {
"message": "你想要移除所有丢失的下载吗?",
"description": "Messagebox text"
},
"remove_paused_downloads": {
"message": "移除暂停项",
"description": "Menu text"
},
"remove_paused_downloads_question": {
"message": "你想要移除所有已暂停的下载吗?",
"description": "Messagebox text"
},
"remove_selected_complete_downloads": {
"message": "移除选中的完成项",
"description": "Menu text"
},
"remove_selected_complete_downloads_question": {
"message": "你想要移除当前选中项中的所有已完成的下载吗?",
"description": "Messagebox text"
},
"remove_selected_downloads": {
"message": "移除选中项",
"description": "Menu text"
},
"renamer_batch": {
"message": "批量号码",
"description": "Mask text; see mask button"
},
"renamer_d": {
"message": "添加日期 — 日",
"description": "Mask text; see mask button"
},
"renamer_date": {
"message": "添加日期",
"description": "Mask text; see mask button"
},
"renamer_domain": {
"message": "域名TLD",
"description": "Mask text; see mask button"
},
"renamer_ext": {
"message": "文件扩展名",
"description": "Mask text; see mask button"
},
"renamer_hh": {
"message": "添加日期 — 时",
"description": "Mask text; see mask button"
},
"renamer_host": {
"message": "主机名",
"description": "Mask text; see mask button"
},
"renamer_idx": {
"message": "批量中的项目号",
"description": "Mask text; see mask button"
},
"renamer_info": {
"message": "添加“flat”比如 *flatsubdirs* 将替换值里的所有斜杠,因此不创建目录",
"description": "Mask text; see mask button; do NOT translate any mentions of \"flat\"!"
},
"renamer_m": {
"message": "添加日期 — 月",
"description": "Mask text; see mask button"
},
"renamer_mm": {
"message": "添加日期 — 分",
"description": "Mask text; see mask button"
},
"renamer_name": {
"message": "文件名",
"description": "Mask text; see mask button"
},
"renamer_num": {
"message": "*batch* 的别名",
"description": "Mask text; see mask button"
},
"renamer_qstring": {
"message": "查询字符串",
"description": "Mask text; see mask button"
},
"renamer_ref": {
"message": "引用",
"description": "Mask text; see mask button"
},
"renamer_refdomain": {
"message": "引用域名TLD",
"description": "Mask text; see mask button"
},
"renamer_refext": {
"message": "引用文件扩展名",
"description": "Mask text; see mask button"
},
"renamer_refhost": {
"message": "引用主机名",
"description": "Mask text; see mask button"
},
"renamer_refname": {
"message": "引用文件名",
"description": "Mask text; see mask button"
},
"renamer_refqstring": {
"message": "引用查询字符串",
"description": "Mask text; see mask button"
},
"renamer_refsubdirs": {
"message": "引用路径",
"description": "Mask text; see mask button"
},
"renamer_refurl": {
"message": "引用 URL无需协议",
"description": "Mask text; see mask button"
},
"renamer_ss": {
"message": "添加日期 — 秒",
"description": "Mask text; see mask button"
},
"renamer_subdirs": {
"message": "路径",
"description": "Mask text; see mask button"
},
"renamer_tags": {
"message": "重命名掩码标签",
"description": "Mask text; see mask button"
},
"renamer_text": {
"message": "描述文本",
"description": "Mask text; see mask button"
},
"renamer_title": {
"message": "",
"description": "Mask text; see mask button"
},
"renamer_url": {
"message": "URL",
"description": "Mask text; see mask button"
},
"renamer_y": {
"message": " ",
"description": "Mask text; see mask button"
},
"reset_confirmations": {
"message": "",
"description": "Button text; pref/General"
},
"reset_confirmations_done": {
"message": "",
"description": "Messagebox text; pref/General"
},
"reset_layouts": {
"message": "",
"description": "Button text; pref/General"
},
"reset_layouts_done": {
"message": "/",
"description": "Messagebox text; pref/General"
},
"resume_download": {
"message": "",
"description": "Action for resuming a download"
},
"select_all": {
"message": "",
"description": "Menu text; e.g. select context"
},
"select_checked": {
"message": "",
"description": "Menu text; select context"
},
"select_none": {
"message": "",
"description": "Menu text; select context"
},
"select_title": {
"message": "DownThemAll! ",
"description": "Title of the select window"
},
"set_mask": {
"message": "",
"description": "Menu text; select window"
},
"single_batchexamples": {
"message": "",
"description": "Header text; single window"
},
"single_header": {
"message": " URL",
"description": "Header text; single window"
},
"single_title": {
"message": "DownThemAll! ",
"description": "Title of single window"
},
"size_progress": {
"message": "$WRITTEN$ $TOTAL$",
"description": "Status text; manager size column",
"placeholders": {
"total": {
"content": "$2",
"example": ""
},
"written": {
"content": "$1",
"example": ""
}
}
},
"size_unknown": {
"message": "",
"description": "Status text; manager size column"
},
"sizes_huge": {
"message": "> $HIGH$",
"description": "Menu text; manager size column dropdown",
"placeholders": {
"high": {
"content": "$1",
"example": "1GB"
}
}
},
"sizes_large": {
"message": "$LOW$ - $HIGH$",
"description": "Menu text; manager size column dropdown",
"placeholders": {
"high": {
"content": "$2",
"example": "10MB"
},
"low": {
"content": "$1",
"example": "1MB"
}
}
},
"sizes_medium": {
"message": "$LOW$ - $HIGH$",
"description": "Menu text; manager size column dropdown",
"placeholders": {
"high": {
"content": "$2",
"example": "10MB"
},
"low": {
"content": "$1",
"example": "1MB"
}
}
},
"sizes_small": {
"message": "$LOW$ - $HIGH$",
"description": "Menu text; manager size column dropdown",
"placeholders": {
"high": {
"content": "$2",
"example": "10MB"
},
"low": {
"content": "$1",
"example": "1MB"
}
}
},
"statusNetwork_active_title": {
"message": "",
"description": "Status bar tooltip; manager network icon"
},
"statusNetwork_inactive_title": {
"message": "",
"description": "Status bar tooltip; manager network icon"
},
"toggle_selected_items": {
"message": "",
"description": "Menu text; select"
},
"tooltip_date": {
"message": "",
"description": "Tooltip text; manager/downloads"
},
"tooltip_eta": {
"message": "",
"description": "Tooltip text; manager/downloads; Time"
},
"tooltip_from": {
"message": "",
"description": "Tooltip text; manager/downloads; source URL"
},
"tooltip_size": {
"message": "",
"description": "Tooltip text; manager/downloads"
},
"tooltip_speed_average": {
"message": "",
"description": "Tooltip text; manager/downloads"
},
"tooltip_speed_current": {
"message": "",
"description": "Tooltip text; manager/downloads"
},
"uncheck_selected_items": {
"message": "",
"description": "Menu text; select"
}
}